From 022c2bea9f5220bf727cc5f04536591525817612 Mon Sep 17 00:00:00 2001 From: Kurzaen <125766963+Kurzaen@users.noreply.github.com> Date: Tue, 21 May 2024 14:10:39 -0400 Subject: [PATCH 01/35] Fix obsolete playtime tracker for Couriers (#1233) Fix Obsolete playtime tracker Updates the job title from Mail Carrier to courier to fix.. it --- Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml b/Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml index 2de159be904..89ee5629087 100644 --- a/Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml +++ b/Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml @@ -12,7 +12,7 @@ role: JobSalvageSpecialist time: 10800 #3 hrs - !type:RoleTimeRequirement # DeltaV - Courier role time requirement - role: JobMailCarrier + role: JobCourier time: 7200 # 2 hours - !type:DepartmentTimeRequirement department: Logistics # DeltaV - Logistics Department replacing Cargo From f81b4254785bbd1bfd4ebf1e085752e6aec14c51 Mon Sep 17 00:00:00 2001 From: DeltaV-Bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Tue, 21 May 2024 18:11:07 +0000 Subject: [PATCH 02/35] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index aac8a90d6bf..93cf9dbaa8e 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -2387,3 +2387,10 @@ id: 354 time: '2024-05-19T21:49:09.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/1226 +- author: Kurzaen, Colin_Tel, Adeinitas + changes: + - message: Fixed playtime tracker for Couriers. + type: Fix + id: 355 + time: '2024-05-21T18:10:39.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/1233 From 4fb7fb7472eb12f9f8529fa99d80308c16a62ba5 Mon Sep 17 00:00:00 2001 From: ShatteredSwords <135023515+ShatteredSwords@users.noreply.github.com> Date: Wed, 22 May 2024 01:03:48 -0400 Subject: [PATCH 03/35] Remove Syndicate Sleeper Agents (#1236) Update events.yml Signed-off-by: ShatteredSwords <135023515+ShatteredSwords@users.noreply.github.com> --- Resources/Prototypes/GameRules/events.yml | 48 +++++++++++------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index dfd72a0596f..765dadd35ee 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -466,30 +466,30 @@ - type: NukeopsRole prototype: Nukeops -- type: entity - id: SleeperAgentsRule - parent: BaseGameRule - noSpawn: true - components: - - type: StationEvent - earliestStart: 25 - weight: 15 - minimumPlayers: 15 - reoccurrenceDelay: 60 - startAnnouncement: station-event-communication-interception - startAudio: - path: /Audio/Announcements/intercept.ogg - - type: AlertLevelInterceptionRule - - type: TraitorRule - - type: AntagSelection - definitions: - - prefRoles: [ Traitor ] - min: 1 - max: 2 - playerRatio: 10 - mindComponents: - - type: TraitorRole - prototype: Traitor +#- type: entity # DeltaV - Currently many issues with this event +# id: SleeperAgentsRule +# parent: BaseGameRule +# noSpawn: true +# components: +# - type: StationEvent +# earliestStart: 25 +# weight: 15 +# minimumPlayers: 15 +# reoccurrenceDelay: 60 +# startAnnouncement: station-event-communication-interception +# startAudio: +# path: /Audio/Announcements/intercept.ogg +# - type: AlertLevelInterceptionRule +# - type: TraitorRule +# - type: AntagSelection +# definitions: +# - prefRoles: [ Traitor ] +# min: 1 +# max: 2 +# playerRatio: 10 +# mindComponents: +# - type: TraitorRole +# prototype: Traitor - type: entity id: MassHallucinations From da70b2d847d543332ccee1c50dac14c2c7cda3ea Mon Sep 17 00:00:00 2001 From: DeltaV-Bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Wed, 22 May 2024 05:04:14 +0000 Subject: [PATCH 04/35] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 93cf9dbaa8e..c834b4509a2 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -2394,3 +2394,10 @@ id: 355 time: '2024-05-21T18:10:39.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/1233 +- author: ShatteredSwords + changes: + - message: Syndicate Sleeper Agents, for now + type: Remove + id: 356 + time: '2024-05-22T05:03:48.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/1236 From d1014cdedd43051c57e17024dbf121e3d2e5d644 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Wed, 22 May 2024 06:36:39 +0000 Subject: [PATCH 05/35] early merge antag fix (#1238) * early merge antag fix * fix test --------- Co-authored-by: deltanedas <@deltanedas:kde.org> --- .../Tests/GameRules/NukeOpsTest.cs | 3 +++ Content.Server/Antag/AntagSelectionSystem.cs | 11 +---------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/Content.IntegrationTests/Tests/GameRules/NukeOpsTest.cs b/Content.IntegrationTests/Tests/GameRules/NukeOpsTest.cs index 20933647a43..531f4c877b7 100644 --- a/Content.IntegrationTests/Tests/GameRules/NukeOpsTest.cs +++ b/Content.IntegrationTests/Tests/GameRules/NukeOpsTest.cs @@ -50,6 +50,9 @@ public async Task TryStopNukeOpsFromConstantlyFailing() var invSys = server.System(); var factionSys = server.System(); + // test urist is a noob let him be nukie + server.CfgMan.SetCVar(CCVars.GameRoleTimers, false); + Assert.That(server.CfgMan.GetCVar(CCVars.GridFill), Is.False); server.CfgMan.SetCVar(CCVars.GridFill, true); diff --git a/Content.Server/Antag/AntagSelectionSystem.cs b/Content.Server/Antag/AntagSelectionSystem.cs index 57df82d6fd9..0c748337a37 100644 --- a/Content.Server/Antag/AntagSelectionSystem.cs +++ b/Content.Server/Antag/AntagSelectionSystem.cs @@ -325,16 +325,11 @@ public AntagSelectionPlayerPool GetPlayerPool(Entity en { var preferredList = new List(); var fallbackList = new List(); - var unwantedList = new List(); - var invalidList = new List(); foreach (var session in sessions) { if (!IsSessionValid(ent, session, def) || !IsEntityValid(session.AttachedEntity, def)) - { - invalidList.Add(session); continue; - } var pref = (HumanoidCharacterProfile) _pref.GetPreferences(session.UserId).SelectedCharacter; if (def.PrefRoles.Count != 0 && pref.AntagPreferences.Any(p => def.PrefRoles.Contains(p))) @@ -345,13 +340,9 @@ public AntagSelectionPlayerPool GetPlayerPool(Entity en { fallbackList.Add(session); } - else - { - unwantedList.Add(session); - } } - return new AntagSelectionPlayerPool(new() { preferredList, fallbackList, unwantedList, invalidList }); + return new AntagSelectionPlayerPool(new() { preferredList, fallbackList }); } /// From cf225a0ba9e00b23736e5aacc91a4089a04780ae Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Thu, 23 May 2024 14:24:15 +0000 Subject: [PATCH 06/35] temporarily disable nukeops test role check * disable nukeops test role check * great language * pro --------- Co-authored-by: deltanedas <@deltanedas:kde.org> --- Content.IntegrationTests/Tests/GameRules/NukeOpsTest.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Content.IntegrationTests/Tests/GameRules/NukeOpsTest.cs b/Content.IntegrationTests/Tests/GameRules/NukeOpsTest.cs index 531f4c877b7..da5385f802f 100644 --- a/Content.IntegrationTests/Tests/GameRules/NukeOpsTest.cs +++ b/Content.IntegrationTests/Tests/GameRules/NukeOpsTest.cs @@ -75,6 +75,8 @@ public async Task TryStopNukeOpsFromConstantlyFailing() Assert.That(entMan.Count(), Is.Zero); Assert.That(entMan.Count(), Is.Zero); + /* DeltaV - test temporarily disabled until someone smart fixes opting in during test + // Ready up and start nukeops await pair.WaitClientCommand("toggleready True"); Assert.That(ticker.PlayerGameStatuses[client.User!.Value], Is.EqualTo(PlayerGameStatus.ReadyToPlay)); @@ -199,6 +201,8 @@ public async Task TryStopNukeOpsFromConstantlyFailing() Assert.That(damage.TotalDamage, Is.EqualTo(FixedPoint2.Zero)); } + DeltaV - end of commenting out */ + ticker.SetGamePreset((GamePresetPrototype?)null); server.CfgMan.SetCVar(CCVars.GridFill, false); await pair.CleanReturnAsync(); From 5e86111d7d0c79760f52d43be8b8ddffa2dabca7 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Thu, 23 May 2024 14:58:06 +0000 Subject: [PATCH 07/35] add secwatch pda app for current sussy baka * Crime Assist cleanup * Add SecWatch cartridge to PDAs --------- Co-authored-by: deltanedas <@deltanedas:kde.org> Co-authored-by: Azzy --- .../Cartridges/CrimeAssistUi.cs | 9 --- .../Cartridges/CrimeAssistUiFragment.xaml.cs | 3 - .../Cartridges/SecWatchEntryControl.xaml | 19 +++++ .../Cartridges/SecWatchEntryControl.xaml.cs | 21 ++++++ .../CartridgeLoader/Cartridges/SecWatchUi.cs | 27 +++++++ .../Cartridges/SecWatchUiFragment.xaml | 13 ++++ .../Cartridges/SecWatchUiFragment.xaml.cs | 25 +++++++ .../Cartridges/SecWatchCartridgeComponent.cs | 23 ++++++ .../Cartridges/SecWatchCartridgeSystem.cs | 73 +++++++++++++++++++ .../CrimeAssistCartridgeComponent.cs | 5 -- .../CrimeAssistCartridgeSystem.cs | 16 ---- .../Cartridges/CrimeAssistUiState.cs | 18 ----- .../Cartridges/SecWatchUiState.cs | 24 ++++++ .../deltav/cartridge-loader/secwatch.ftl | 5 ++ .../Entities/Objects/Devices/cartridges.yml | 22 +++++- .../DeltaV/Entities/Objects/Devices/pda.yml | 3 +- .../Entities/Objects/Devices/pda.yml | 24 ++++-- .../Entities/Objects/Devices/pda.yml | 3 +- 18 files changed, 271 insertions(+), 62 deletions(-) create mode 100644 Content.Client/DeltaV/CartridgeLoader/Cartridges/SecWatchEntryControl.xaml create mode 100644 Content.Client/DeltaV/CartridgeLoader/Cartridges/SecWatchEntryControl.xaml.cs create mode 100644 Content.Client/DeltaV/CartridgeLoader/Cartridges/SecWatchUi.cs create mode 100644 Content.Client/DeltaV/CartridgeLoader/Cartridges/SecWatchUiFragment.xaml create mode 100644 Content.Client/DeltaV/CartridgeLoader/Cartridges/SecWatchUiFragment.xaml.cs create mode 100644 Content.Server/DeltaV/CartridgeLoader/Cartridges/SecWatchCartridgeComponent.cs create mode 100644 Content.Server/DeltaV/CartridgeLoader/Cartridges/SecWatchCartridgeSystem.cs delete mode 100644 Content.Server/DeltaV/CartridgeLoader/CrimeAssistCartridgeComponent.cs delete mode 100644 Content.Server/DeltaV/CartridgeLoader/CrimeAssistCartridgeSystem.cs delete mode 100644 Content.Shared/DeltaV/CartridgeLoader/Cartridges/CrimeAssistUiState.cs create mode 100644 Content.Shared/DeltaV/CartridgeLoader/Cartridges/SecWatchUiState.cs create mode 100644 Resources/Locale/en-US/deltav/cartridge-loader/secwatch.ftl diff --git a/Content.Client/DeltaV/CartridgeLoader/Cartridges/CrimeAssistUi.cs b/Content.Client/DeltaV/CartridgeLoader/Cartridges/CrimeAssistUi.cs index ea5aa3cf256..2dbe923b2a6 100644 --- a/Content.Client/DeltaV/CartridgeLoader/Cartridges/CrimeAssistUi.cs +++ b/Content.Client/DeltaV/CartridgeLoader/Cartridges/CrimeAssistUi.cs @@ -18,15 +18,6 @@ public override Control GetUIFragmentRoot() public override void Setup(BoundUserInterface userInterface, EntityUid? fragmentOwner) { _fragment = new CrimeAssistUiFragment(); - - _fragment.OnSync += _ => SendSyncMessage(userInterface); - } - - private void SendSyncMessage(BoundUserInterface userInterface) - { - var syncMessage = new CrimeAssistSyncMessageEvent(); - var message = new CartridgeUiMessage(syncMessage); - userInterface.SendMessage(message); } public override void UpdateState(BoundUserInterfaceState state) diff --git a/Content.Client/DeltaV/CartridgeLoader/Cartridges/CrimeAssistUiFragment.xaml.cs b/Content.Client/DeltaV/CartridgeLoader/Cartridges/CrimeAssistUiFragment.xaml.cs index e3163975d12..fb085a8a799 100644 --- a/Content.Client/DeltaV/CartridgeLoader/Cartridges/CrimeAssistUiFragment.xaml.cs +++ b/Content.Client/DeltaV/CartridgeLoader/Cartridges/CrimeAssistUiFragment.xaml.cs @@ -1,7 +1,6 @@ using Content.Client.Message; using Content.Shared.DeltaV.CartridgeLoader.Cartridges; using Robust.Client.AutoGenerated; -using Robust.Client.ResourceManagement; using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.XAML; using Robust.Shared.Prototypes; @@ -13,9 +12,7 @@ namespace Content.Client.DeltaV.CartridgeLoader.Cartridges; public sealed partial class CrimeAssistUiFragment : BoxContainer { [Dependency] private readonly IPrototypeManager _prototypeManager = default!; - [Dependency] private readonly IResourceCache _resourceCache = default!; - public event Action? OnSync; private CrimeAssistPage _currentPage; private List? _pages; diff --git a/Content.Client/DeltaV/CartridgeLoader/Cartridges/SecWatchEntryControl.xaml b/Content.Client/DeltaV/CartridgeLoader/Cartridges/SecWatchEntryControl.xaml new file mode 100644 index 00000000000..2de8a37ff77 --- /dev/null +++ b/Content.Client/DeltaV/CartridgeLoader/Cartridges/SecWatchEntryControl.xaml @@ -0,0 +1,19 @@ + + + + + + + + + + diff --git a/Content.Client/DeltaV/CartridgeLoader/Cartridges/SecWatchEntryControl.xaml.cs b/Content.Client/DeltaV/CartridgeLoader/Cartridges/SecWatchEntryControl.xaml.cs new file mode 100644 index 00000000000..e8dd4eea446 --- /dev/null +++ b/Content.Client/DeltaV/CartridgeLoader/Cartridges/SecWatchEntryControl.xaml.cs @@ -0,0 +1,21 @@ +using Content.Shared.CartridgeLoader.Cartridges; +using Robust.Client.AutoGenerated; +using Robust.Client.UserInterface; +using Robust.Client.UserInterface.Controls; +using Robust.Client.UserInterface.XAML; + +namespace Content.Client.DeltaV.CartridgeLoader.Cartridges; + +[GenerateTypedNameReferences] +public sealed partial class SecWatchEntryControl : BoxContainer +{ + public SecWatchEntryControl(SecWatchEntry entry) + { + RobustXamlLoader.Load(this); + + Status.Text = Loc.GetString($"criminal-records-status-{entry.Status.ToString().ToLower()}"); + Title.Text = Loc.GetString("sec-watch-entry", ("name", entry.Name), ("job", entry.Job)); + + Reason.Text = entry.Reason ?? Loc.GetString("sec-watch-no-reason"); + } +} diff --git a/Content.Client/DeltaV/CartridgeLoader/Cartridges/SecWatchUi.cs b/Content.Client/DeltaV/CartridgeLoader/Cartridges/SecWatchUi.cs new file mode 100644 index 00000000000..da5ff825b91 --- /dev/null +++ b/Content.Client/DeltaV/CartridgeLoader/Cartridges/SecWatchUi.cs @@ -0,0 +1,27 @@ +using Content.Client.UserInterface.Fragments; +using Content.Shared.CartridgeLoader; +using Content.Shared.CartridgeLoader.Cartridges; +using Robust.Client.UserInterface; + +namespace Content.Client.DeltaV.CartridgeLoader.Cartridges; + +public sealed partial class SecWatchUi : UIFragment +{ + private SecWatchUiFragment? _fragment; + + public override Control GetUIFragmentRoot() + { + return _fragment!; + } + + public override void Setup(BoundUserInterface ui, EntityUid? owner) + { + _fragment = new SecWatchUiFragment(); + } + + public override void UpdateState(BoundUserInterfaceState state) + { + if (state is SecWatchUiState cast) + _fragment?.UpdateState(cast); + } +} diff --git a/Content.Client/DeltaV/CartridgeLoader/Cartridges/SecWatchUiFragment.xaml b/Content.Client/DeltaV/CartridgeLoader/Cartridges/SecWatchUiFragment.xaml new file mode 100644 index 00000000000..7fb2c42debc --- /dev/null +++ b/Content.Client/DeltaV/CartridgeLoader/Cartridges/SecWatchUiFragment.xaml @@ -0,0 +1,13 @@ + + + + diff --git a/Content.Client/DeltaV/CartridgeLoader/Cartridges/SecWatchUiFragment.xaml.cs b/Content.Client/DeltaV/CartridgeLoader/Cartridges/SecWatchUiFragment.xaml.cs new file mode 100644 index 00000000000..ad152840529 --- /dev/null +++ b/Content.Client/DeltaV/CartridgeLoader/Cartridges/SecWatchUiFragment.xaml.cs @@ -0,0 +1,25 @@ +using Content.Shared.CartridgeLoader.Cartridges; +using Robust.Client.AutoGenerated; +using Robust.Client.UserInterface.Controls; +using Robust.Client.UserInterface.XAML; + +namespace Content.Client.DeltaV.CartridgeLoader.Cartridges; + +[GenerateTypedNameReferences] +public sealed partial class SecWatchUiFragment : BoxContainer +{ + public SecWatchUiFragment() + { + RobustXamlLoader.Load(this); + } + + public void UpdateState(SecWatchUiState state) + { + NoEntries.Visible = state.Entries.Count == 0; + Entries.RemoveAllChildren(); + foreach (var entry in state.Entries) + { + Entries.AddChild(new SecWatchEntryControl(entry)); + } + } +} diff --git a/Content.Server/DeltaV/CartridgeLoader/Cartridges/SecWatchCartridgeComponent.cs b/Content.Server/DeltaV/CartridgeLoader/Cartridges/SecWatchCartridgeComponent.cs new file mode 100644 index 00000000000..7ccc90ef797 --- /dev/null +++ b/Content.Server/DeltaV/CartridgeLoader/Cartridges/SecWatchCartridgeComponent.cs @@ -0,0 +1,23 @@ +using Content.Shared.Security; + +namespace Content.Server.CartridgeLoader.Cartridges; + +[RegisterComponent, Access(typeof(SecWatchCartridgeSystem))] +public sealed partial class SecWatchCartridgeComponent : Component +{ + /// + /// Only show people with these statuses. + /// + [DataField] + public List Statuses = new() + { + SecurityStatus.Suspected, + SecurityStatus.Wanted + }; + + /// + /// Station entity thats getting its records checked. + /// + [DataField] + public EntityUid? Station; +} diff --git a/Content.Server/DeltaV/CartridgeLoader/Cartridges/SecWatchCartridgeSystem.cs b/Content.Server/DeltaV/CartridgeLoader/Cartridges/SecWatchCartridgeSystem.cs new file mode 100644 index 00000000000..16da24514cb --- /dev/null +++ b/Content.Server/DeltaV/CartridgeLoader/Cartridges/SecWatchCartridgeSystem.cs @@ -0,0 +1,73 @@ +using Content.Server.Station.Systems; +using Content.Server.StationRecords; +using Content.Server.StationRecords.Systems; +using Content.Shared.CartridgeLoader; +using Content.Shared.CartridgeLoader.Cartridges; +using Content.Shared.CriminalRecords; +using Content.Shared.StationRecords; + +namespace Content.Server.CartridgeLoader.Cartridges; + +public sealed class SecWatchCartridgeSystem : EntitySystem +{ + [Dependency] private readonly CartridgeLoaderSystem _cartridgeLoader = default!; + [Dependency] private readonly StationRecordsSystem _records = default!; + [Dependency] private readonly StationSystem _station = default!; + + public override void Initialize() + { + base.Initialize(); + + SubscribeLocalEvent(OnRecordModified); + + SubscribeLocalEvent(OnUiReady); + } + + private void OnRecordModified(RecordModifiedEvent args) + { + // when a record is modified update the ui of every loaded cartridge tuned to the same station + var query = EntityQueryEnumerator(); + while (query.MoveNext(out var uid, out var comp, out var cartridge)) + { + if (cartridge.LoaderUid is not {} loader || comp.Station != args.Station) + continue; + + UpdateUI((uid, comp), loader); + } + } + + private void OnUiReady(Entity ent, ref CartridgeUiReadyEvent args) + { + UpdateUI(ent, args.Loader); + } + + private void UpdateUI(Entity ent, EntityUid loader) + { + // if the loader is on a grid, update the station + // if it is off grid use the cached station + if (_station.GetOwningStation(loader) is {} station) + ent.Comp.Station = station; + + if (!TryComp(ent.Comp.Station, out var records)) + return; + + station = ent.Comp.Station.Value; + + var entries = new List(); + foreach (var (id, criminal) in _records.GetRecordsOfType(station, records)) + { + if (!ent.Comp.Statuses.Contains(criminal.Status)) + continue; + + var key = new StationRecordKey(id, station); + if (!_records.TryGetRecord(key, out var general, records)) + continue; + + var status = criminal.Status; + entries.Add(new SecWatchEntry(general.Name, general.JobTitle, criminal.Status, criminal.Reason)); + } + + var state = new SecWatchUiState(entries); + _cartridgeLoader.UpdateCartridgeUiState(loader, state); + } +} diff --git a/Content.Server/DeltaV/CartridgeLoader/CrimeAssistCartridgeComponent.cs b/Content.Server/DeltaV/CartridgeLoader/CrimeAssistCartridgeComponent.cs deleted file mode 100644 index 741a6134580..00000000000 --- a/Content.Server/DeltaV/CartridgeLoader/CrimeAssistCartridgeComponent.cs +++ /dev/null @@ -1,5 +0,0 @@ -namespace Content.Server.DeltaV.CartridgeLoader.Cartridges; - -[RegisterComponent] -public sealed partial class CrimeAssistCartridgeComponent : Component -{ } diff --git a/Content.Server/DeltaV/CartridgeLoader/CrimeAssistCartridgeSystem.cs b/Content.Server/DeltaV/CartridgeLoader/CrimeAssistCartridgeSystem.cs deleted file mode 100644 index 06732c2c534..00000000000 --- a/Content.Server/DeltaV/CartridgeLoader/CrimeAssistCartridgeSystem.cs +++ /dev/null @@ -1,16 +0,0 @@ -using Content.Shared.CartridgeLoader; -using Content.Server.DeltaV.CartridgeLoader; -using Content.Server.CartridgeLoader.Cartridges; -using Content.Server.CartridgeLoader; - -namespace Content.Server.DeltaV.CartridgeLoader.Cartridges; - -public sealed class CrimeAssistCartridgeSystem : EntitySystem -{ - [Dependency] private readonly CartridgeLoaderSystem? _cartridgeLoaderSystem = default!; - - public override void Initialize() - { - base.Initialize(); - } -} diff --git a/Content.Shared/DeltaV/CartridgeLoader/Cartridges/CrimeAssistUiState.cs b/Content.Shared/DeltaV/CartridgeLoader/Cartridges/CrimeAssistUiState.cs deleted file mode 100644 index dd820f1a0b3..00000000000 --- a/Content.Shared/DeltaV/CartridgeLoader/Cartridges/CrimeAssistUiState.cs +++ /dev/null @@ -1,18 +0,0 @@ -using Content.Shared.CartridgeLoader; -using Robust.Shared.Serialization; - -namespace Content.Shared.DeltaV.CartridgeLoader.Cartridges; - -[Serializable, NetSerializable] -public sealed class CrimeAssistUiState : BoundUserInterfaceState -{ - public CrimeAssistUiState() - { } -} - -[Serializable, NetSerializable] -public sealed class CrimeAssistSyncMessageEvent : CartridgeMessageEvent -{ - public CrimeAssistSyncMessageEvent() - { } -} diff --git a/Content.Shared/DeltaV/CartridgeLoader/Cartridges/SecWatchUiState.cs b/Content.Shared/DeltaV/CartridgeLoader/Cartridges/SecWatchUiState.cs new file mode 100644 index 00000000000..068b54a6ffb --- /dev/null +++ b/Content.Shared/DeltaV/CartridgeLoader/Cartridges/SecWatchUiState.cs @@ -0,0 +1,24 @@ +using Content.Shared.Security; +using Robust.Shared.Serialization; + +namespace Content.Shared.CartridgeLoader.Cartridges; + +/// +/// Show a list of wanted and suspected people from criminal records. +/// +[Serializable, NetSerializable] +public sealed class SecWatchUiState : BoundUserInterfaceState +{ + public readonly List Entries; + + public SecWatchUiState(List entries) + { + Entries = entries; + } +} + +/// +/// Entry for a person who is wanted or suspected. +/// +[Serializable, NetSerializable] +public record struct SecWatchEntry(string Name, string Job, SecurityStatus Status, string? Reason); diff --git a/Resources/Locale/en-US/deltav/cartridge-loader/secwatch.ftl b/Resources/Locale/en-US/deltav/cartridge-loader/secwatch.ftl new file mode 100644 index 00000000000..a5b96eab08f --- /dev/null +++ b/Resources/Locale/en-US/deltav/cartridge-loader/secwatch.ftl @@ -0,0 +1,5 @@ +sec-watch-program-name = SecWatch +sec-watch-title = SecWatch 1.0 +sec-watch-no-entries = Everything's calm. Why not enjoy a Monkin Donut? +sec-watch-entry = {$name}, {$job} +sec-watch-no-reason = None given??? diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Devices/cartridges.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Devices/cartridges.yml index e3d5e9d2138..def215cee43 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Devices/cartridges.yml +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Devices/cartridges.yml @@ -17,4 +17,24 @@ icon: sprite: DeltaV/Icons/cri.rsi state: cri - - type: CrimeAssistCartridge + +- type: entity + parent: BaseItem + id: SecWatchCartridge + name: sec watch cartridge + description: A cartridge that tracks the status of currently wanted individuals. + components: + - type: Sprite + sprite: DeltaV/Objects/Devices/cartridge.rsi + state: cart-cri + - type: Icon + sprite: DeltaV/Objects/Devices/cartridge.rsi + state: cart-cri + - type: UIFragment + ui: !type:SecWatchUi + - type: Cartridge + programName: sec-watch-program-name + icon: + sprite: Objects/Weapons/Melee/stunbaton.rsi + state: stunbaton_on + - type: SecWatchCartridge diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Devices/pda.yml index 5ed9c7eed62..109dd2e4c75 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Devices/pda.yml @@ -20,12 +20,13 @@ map: [ "enum.PdaVisualLayers.IdLight" ] shader: "unshaded" visible: false - - type: CartridgeLoader # DeltaV - Crime Assist + - type: CartridgeLoader # DeltaV - Crime Assist + SecWatch preinstalled: - CrewManifestCartridge - NotekeeperCartridge - NewsReaderCartridge - CrimeAssistCartridge + - SecWatchCartridge - type: Pda id: BrigmedicIDCard state: pda-corpsman diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index 0c828c1c1ff..52fe2a790a6 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -173,12 +173,13 @@ accentVColor: "#A32D26" - type: Icon state: pda-interncadet - - type: CartridgeLoader # DeltaV - Crime Assist + - type: CartridgeLoader # DeltaV - Crime Assist + SecWatch preinstalled: - CrewManifestCartridge - NotekeeperCartridge - NewsReaderCartridge - CrimeAssistCartridge + - SecWatchCartridge - type: entity parent: BasePDA @@ -430,12 +431,13 @@ borderColor: "#6f6192" - type: Icon state: pda-lawyer - - type: CartridgeLoader # DeltaV - Crime Assist + - type: CartridgeLoader # DeltaV - Crime Assist + SecWatch preinstalled: - CrewManifestCartridge - NotekeeperCartridge - NewsReaderCartridge - CrimeAssistCartridge + - SecWatchCartridge - type: entity parent: BasePDA @@ -643,12 +645,13 @@ accentHColor: "#447987" - type: Icon state: pda-hos - - type: CartridgeLoader # DeltaV - Crime Assist + - type: CartridgeLoader # DeltaV - Crime Assist + SecWatch preinstalled: - CrewManifestCartridge - NotekeeperCartridge - NewsReaderCartridge - CrimeAssistCartridge + - SecWatchCartridge - type: entity parent: BasePDA @@ -664,12 +667,13 @@ accentVColor: "#949137" - type: Icon state: pda-warden - - type: CartridgeLoader # DeltaV - Crime Assist + - type: CartridgeLoader # DeltaV - Crime Assist + SecWatch preinstalled: - CrewManifestCartridge - NotekeeperCartridge - NewsReaderCartridge - CrimeAssistCartridge + - SecWatchCartridge - type: entity parent: BasePDA @@ -684,12 +688,13 @@ borderColor: "#A32D26" - type: Icon state: pda-security - - type: CartridgeLoader # DeltaV - Crime Assist + - type: CartridgeLoader # DeltaV - Crime Assist + SecWatch preinstalled: - CrewManifestCartridge - NotekeeperCartridge - NewsReaderCartridge - CrimeAssistCartridge + - SecWatchCartridge - type: entity parent: BasePDA @@ -979,12 +984,13 @@ borderColor: "#774705" - type: Icon state: pda-detective - - type: CartridgeLoader # DeltaV - Crime Assist + - type: CartridgeLoader # DeltaV - Crime Assist + SecWatch preinstalled: - CrewManifestCartridge - NotekeeperCartridge - NewsReaderCartridge - CrimeAssistCartridge + - SecWatchCartridge - type: entity parent: BaseMedicalPDA @@ -1001,12 +1007,13 @@ accentVColor: "#d7d7d0" - type: Icon state: pda-brigmedic - - type: CartridgeLoader # DeltaV - Crime Assist + - type: CartridgeLoader # DeltaV - Crime Assist + SecWatch preinstalled: - CrewManifestCartridge - NotekeeperCartridge - NewsReaderCartridge - CrimeAssistCartridge + - SecWatchCartridge - type: entity parent: ClownPDA @@ -1092,12 +1099,13 @@ accentVColor: "#DFDFDF" - type: Icon state: pda-seniorofficer - - type: CartridgeLoader # DeltaV - Crime Assist + - type: CartridgeLoader # DeltaV - Crime Assist + SecWatch preinstalled: - CrewManifestCartridge - NotekeeperCartridge - NewsReaderCartridge - CrimeAssistCartridge + - SecWatchCartridge - type: entity parent: SyndiPDA diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Nyanotrasen/Entities/Objects/Devices/pda.yml index 96923acf4a4..fcc6a66ff8c 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Objects/Devices/pda.yml @@ -32,12 +32,13 @@ accentVColor: "#DFDFDF" - type: Icon state: pda-security - - type: CartridgeLoader # DeltaV - Crime Assist + - type: CartridgeLoader # DeltaV - Crime Assist + SecWatch preinstalled: - CrewManifestCartridge - NotekeeperCartridge - NewsReaderCartridge - CrimeAssistCartridge + - SecWatchCartridge - type: entity parent: BasePDA From ef0f992a44734cd28af3b06c8e46bdeca5ee7fb5 Mon Sep 17 00:00:00 2001 From: DeltaV-Bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Thu, 23 May 2024 14:58:34 +0000 Subject: [PATCH 08/35] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index c834b4509a2..fb3c1cd9f44 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -2401,3 +2401,11 @@ id: 356 time: '2024-05-22T05:03:48.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/1236 +- author: deltanedas + changes: + - message: "Security can find the new SecWatch\u2122 app in their PDAs to see current\ + \ suspects and wanted criminals." + type: Add + id: 357 + time: '2024-05-23T14:58:06.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/1237 From 336ae8156a9c290d0f73a6fc830d0776375b61e8 Mon Sep 17 00:00:00 2001 From: Milon Date: Thu, 23 May 2024 20:29:24 +0200 Subject: [PATCH 09/35] port painkillers and antidepressants from cosmatic drift * add RP chems * fix?? * make more chems addictive * makes THC, Space Drugs, Impedrezne and Desoxyephedrine all addictive * move CD files to the correct folder, add deltav markings, fix guidebook entries --- .../Locale/en-US/_CD/reagents/RPmeds.ftl | 89 +++ .../en-US/_CD/reagents/meta/medicine.ftl | 29 + .../en-US/_CD/reagents/meta/physical-desc.ftl | 1 + Resources/Prototypes/Reagents/narcotics.yml | 40 + .../Prototypes/_CD/Reactions/medicine.yml | 124 +++ .../Prototypes/_CD/Reagents/medicine.yml | 722 ++++++++++++++++++ 6 files changed, 1005 insertions(+) create mode 100644 Resources/Locale/en-US/_CD/reagents/RPmeds.ftl create mode 100644 Resources/Locale/en-US/_CD/reagents/meta/medicine.ftl create mode 100644 Resources/Locale/en-US/_CD/reagents/meta/physical-desc.ftl create mode 100644 Resources/Prototypes/_CD/Reactions/medicine.yml create mode 100644 Resources/Prototypes/_CD/Reagents/medicine.yml diff --git a/Resources/Locale/en-US/_CD/reagents/RPmeds.ftl b/Resources/Locale/en-US/_CD/reagents/RPmeds.ftl new file mode 100644 index 00000000000..6d64c0c5596 --- /dev/null +++ b/Resources/Locale/en-US/_CD/reagents/RPmeds.ftl @@ -0,0 +1,89 @@ +### Messages to be used with RP-based medication. + +reagent-effect-antidepressant-mild1 = You feel like things aren't so bad. +reagent-effect-antidepressant-mild2 = The world seems a bit brighter. +reagent-effect-antidepressant-mild3 = You feel a bit better about yourself. +reagent-effect-antidepressant-mild4 = You feel slightly motivated. + +reagent-effect-antidepressant-normal1 = You feel pretty alright. +reagent-effect-antidepressant-normal2 = You find it hard to focus. +reagent-effect-antidepressant-normal3 = You feel purposeful. +reagent-effect-antidepressant-normal4 = You feel motivated. + +reagent-effect-antidepressant-normaloverdose1 = You feel irrationally angry. +reagent-effect-antidepressant-normaloverdose2 = Everyone is out to get you! + +reagent-effect-antidepressant-strong1 = You feel a sense of great joy deep down. +reagent-effect-antidepressant-strong2 = You space out for a moment. +reagent-effect-antidepressant-strong3 = You feel good about yourself. +reagent-effect-antidepressant-strong4 = You feel a sense of great purpose. + +reagent-effect-antidepressant-strongoverdose1 = You're gonna die! YOU'RE GONNA DIE! +reagent-effect-antidepressant-strongoverdose2 = Run! RUN! HIDE! +reagent-effect-antidepressant-strongoverdose3 = They're after you. THEY'LL KILL YOU. +reagent-effect-antidepressant-strongoverdose4 = They're all plotting against you. +reagent-effect-antidepressant-strongoverdose5 = Watch your back, BEHIND YOU! +reagent-effect-antidepressant-strongoverdose6 = You won't last the shift. +reagent-effect-antidepressant-strongoverdose7 = Shut up. SHUT UP. SHUT UP! +reagent-effect-antidepressant-strongoverdose8 = Get away. GET AWAY! IT'S GONNA EXPLODE! +reagent-effect-antidepressant-strongoverdose9 = They're all liars. LIARS! + +reagent-effect-antidepressant-fade = The antidepressant effects start to fade... + +reagent-effect-anxietymed-mild1 = You feel a bit calmer. +reagent-effect-anxietymed-mild2 = You feel a little tired. +reagent-effect-anxietymed-mild3 = You feel slightly relaxed. +reagent-effect-anxietymed-mild4 = You feel like it might just be okay. +reagent-effect-anxietymed-mild5 = The road ahead doesn't seem so bad. + +reagent-effect-anxietymed-normal1 = You feel somewhat relaxed +reagent-effect-anxietymed-normal2 = You feel drowsy for a moment. +reagent-effect-anxietymed-normal3 = You feel calm. +reagent-effect-anxietymed-normal4 = You feel more confident. +reagent-effect-anxietymed-normal5 = Your worries seem to drift away. + +reagent-effect-anxietymed-normaloverdose1 = You feel very sleepy. +reagent-effect-anxietymed-normaloverdose2 = You feel like resting your eyes for just a moment. +reagent-effect-anxietymed-normaloverdose3 = You feel like lying down and napping. +reagent-effect-anxietymed-normaloverdose4 = Your eyes feel heavy. +reagent-effect-anxietymed-normaloverdose5 = You lose your train of thought. +reagent-effect-anxietymed-normaloverdose6 = You forget what you were doing. + +reagent-effect-anxietymed-strong1 = You feel free of worry. +reagent-effect-anxietymed-strong2 = Your mind goes numb for a moment. +reagent-effect-anxietymed-strong3 = It seems like everything is just fine. +reagent-effect-anxietymed-strong4 = You feel like it will certainly be okay. +reagent-effect-anxietymed-strong5 = You feel very relaxed. +reagent-effect-anxietymed-strong6 = You feel quite calm. +reagent-effect-anxietymed-strong7 = You feel like you can take on the world! + +reagent-effect-anxietymed-fade = The calming effects start to fade... + +reagent-effect-medaddiction-1 = You're yearning for another high. +reagent-effect-medaddiction-2 = You really need some more drugs. +reagent-effect-medaddiction-3 = You feel empty. Find another fix. +reagent-effect-medaddiction-4 = Go get some drugs, you can quit later. +reagent-effect-medaddiction-5 = You feel desperate for your next high. +reagent-effect-medaddiction-6 = You can feel your hands shaking. +reagent-effect-medaddiction-7 = You could use another hit right now +reagent-effect-medaddiction-8 = One more fix couldn't hurt, right? + +reagent-effect-painkiller-mild1 = Your body hurts a bit less. +reagent-effect-painkiller-mild2 = You feel a little bit dizzy. +reagent-effect-painkiller-mild3 = You feel a tiny bit numb. +reagent-effect-painkiller-mild4 = Any pain you had has faded slightly. + + +reagent-effect-painkiller-normal1 = Any pain you had has faded significantly. +reagent-effect-painkiller-normal2 = You feel dizzy. +reagent-effect-painkiller-normal3 = Your entire body goes numb briefly. +reagent-effect-painkiller-normal4 = You feel your pain fade somewhat. + +reagent-effect-painkiller-strong1 = You forgot what pain feels like. +reagent-effect-painkiller-strong2 = You can't see straight. +reagent-effect-painkiller-strong3 = You feel a sense of deep nostalgia. +reagent-effect-painkiller-strong4 = Your entire body feels numb. +reagent-effect-painkiller-strong5 = You hardly feel anything at all. +reagent-effect-painkiller-strong6 = Any pain you were feeling is gone. + +reagent-effect-painkiller-fade = The painkiller's effects start to fade... \ No newline at end of file diff --git a/Resources/Locale/en-US/_CD/reagents/meta/medicine.ftl b/Resources/Locale/en-US/_CD/reagents/meta/medicine.ftl new file mode 100644 index 00000000000..475bd03338a --- /dev/null +++ b/Resources/Locale/en-US/_CD/reagents/meta/medicine.ftl @@ -0,0 +1,29 @@ +reagent-name-serenitol = Serenitol +reagent-desc-serenitol = A fairly unreactive chemical that has mild antidepressant properties. Originally used to help patients overcome the loss of a pet or family friend, it is fairly safe to administer. + +reagent-name-neurozenium = Neurozenium +reagent-desc-neurozenium = Once considered child-safe shoe polish, Neurozenium was found to be a fairly effective antidepressant in an impressive zero-to-hero story. Do not take it with alcohol in your system. Consult a doctor before combining with other medications. + +reagent-name-blissifylovene = Blissifylovene +reagent-desc-blissifylovene = A military-grade antidepressant with a very low dosage. Very powerful, though it is often considered a last resort due to its interactions with other medications and psychosis-inducing overdoses. Addictive in all but the smallest of doses. + +reagent-name-calmafluxine = Calmafluxine +reagent-desc-calmafluxine = A mild, over-the-counter anxiety medication. Commonly prescribed to children as the body naturally flushes out any excess medication, making overdose functionally impossible. + +reagent-name-tranquinase = Tranquinase +reagent-desc-tranquinase = Run-of-the-mill anxiety medication. Derived from an old recipe for space bear tranquilizer, it causes tranquility and motivation. Causes intense grogginess during overdose. Do not take with alcohol. + +reagent-name-equilibrazine = Equilibrazine +reagent-desc-equilibrazine = A Nanotrasen engineered chemical recipe designed to keep workers working with only small doses. It didn't make the cut, but it functions as a potent treatment for anxiety and panic attacks. Can be taken fine with alcohol, but is wildly incompatible with most antidepressants. + +reagent-name-addictine = addictine +reagent-desc-addictine = A chemical produced by the body when metabolizing certain medications. Causes symptoms of withdrawl. Neutralizes bloodstream cleansers like charcoal and ipecac. + +reagent-name-stubantazine = Stubantazine +reagent-desc-stubantazine = A mild painkiller commonly used to treat brief stents of pain, though it lasts a little while for good measure. Overdose or consumption of alcohol may cause vomiting and digestion inefficiency. + +reagent-name-soretizone = Soretizone +reagent-desc-soretizone = A fairly effective painkiller developed to treat chronic pain. It works for cases that Stubantazine won't solve. Overdoses will knock you right out. High doses may cause addiction. Does not conflict with reasonable amounts of alcohol. + +reagent-name-agonolexyne = Agonolexyne +reagent-desc-agonolexyne = An incredibly potent and fast acting opioid invented to speed up the application of painkillers during surgery. Stops you from feeling pain (or really anything at all). Interacts poorly with alcohol. Known to be very addictive. Overdose may relax the lungs to the point of non-function. \ No newline at end of file diff --git a/Resources/Locale/en-US/_CD/reagents/meta/physical-desc.ftl b/Resources/Locale/en-US/_CD/reagents/meta/physical-desc.ftl new file mode 100644 index 00000000000..63ebd60c032 --- /dev/null +++ b/Resources/Locale/en-US/_CD/reagents/meta/physical-desc.ftl @@ -0,0 +1 @@ +reagent-physical-desc-bending = light bending \ No newline at end of file diff --git a/Resources/Prototypes/Reagents/narcotics.yml b/Resources/Prototypes/Reagents/narcotics.yml index a7c6a52be5d..e20fb5dd57e 100644 --- a/Resources/Prototypes/Reagents/narcotics.yml +++ b/Resources/Prototypes/Reagents/narcotics.yml @@ -40,6 +40,16 @@ key: KnockedDown time: 3 type: Remove + - !type:AdjustReagent # Delta-V - Addictive + probability: 0.6 # Chance of Addiction rising per tick + conditions: + - !type:ReagentThreshold + reagent: Addictine + max: 20 # maximum addiction severity for this reagent + - !type:ReagentThreshold + min: 0.25 + reagent: Addictine + amount: 0.2 Medicine: effects: - !type:ResetNarcolepsy @@ -181,6 +191,16 @@ type: Add time: 16 refresh: false + - !type:AdjustReagent # Delta-V - Addictive + probability: 0.4 # Chance of Addiction rising per tick + conditions: + - !type:ReagentThreshold + reagent: Addictine + max: 20 # maximum addiction severity for this reagent + - !type:ReagentThreshold + min: 0.25 + reagent: Addictine + amount: 0.2 - type: reagent id: Nicotine @@ -223,6 +243,16 @@ probability: 0.05 - !type:Drunk # Headaches and slurring are major symptoms of brain damage, this is close enough boozePower: 5 + - !type:AdjustReagent # Delta-V - Addictive + probability: 0.4 # Chance of Addiction rising per tick + conditions: + - !type:ReagentThreshold + reagent: Addictine + max: 20 # maximum addiction severity for this reagent + - !type:ReagentThreshold + min: 0.25 + reagent: Addictine + amount: 0.2 - type: reagent id: SpaceDrugs @@ -246,6 +276,16 @@ - !type:ReagentThreshold reagent: SpaceDrugs min: 15 + - !type:AdjustReagent # Delta-V - Addictive + probability: 0.4 # Chance of Addiction rising per tick + conditions: + - !type:ReagentThreshold + reagent: Addictine + max: 10 # maximum addiction severity for this reagent + - !type:ReagentThreshold + min: 0.25 + reagent: Addictine + amount: 0.1 - type: reagent id: Bananadine diff --git a/Resources/Prototypes/_CD/Reactions/medicine.yml b/Resources/Prototypes/_CD/Reactions/medicine.yml new file mode 100644 index 00000000000..1fb06ac5e02 --- /dev/null +++ b/Resources/Prototypes/_CD/Reactions/medicine.yml @@ -0,0 +1,124 @@ +- type: reaction + id: Serenitol + reactants: + Phenol: + amount: 1 + Sugar: + amount: 1 + Water: + amount: 1 + products: + Serenitol: 3 + +- type: reaction + id: Neurozenium + reactants: + Bleach: + amount: 1 + catalyst: true + Acetone: + amount: 1 + Mercury: + amount: 0.5 + Copper: + amount: 0.5 + products: + Neurozenium: 2 + +- type: reaction + id: Blissifylovene + minTemp: 340 + reactants: + Serenitol: + amount: 1 + Synaptizine: + amount: 1 + SodiumCarbonate: + amount: 1 + products: + Blissifylovene: 3 + +- type: reaction + id: Calmafluxine + minTemp: 325 + reactants: + Phenol: + amount: 1 + Inaprovaline: + amount: 1 + Potassium: + amount: 1 + products: + Calmafluxine: 3 + + +- type: reaction + id: Tranquinase + reactants: + ChloralHydrate: + amount: 1 + catalyst: true + Phenol: + amount: 1 + Iron: + amount: 1.2 + Nitrogen: + amount: 1.8 + products: + Tranquinase: 4 + +- type: reaction + id: Equilibrazine + reactants: + FluorosulfuricAcid: + amount: 2 + Sigynate: + amount: 2 + Sugar: + amount: 1 + products: + Equilibrazine: 5 + +- type: reaction + id: Stubantazine + reactants: + Bicaridine: + amount: 1 + Lithium: + amount: 1 + Oil: + amount: 1 + products: + Stubantazine: 3 + +- type: reaction + id: Soretizone + minTemp: 340 + reactants: + Bicaridine: + amount: 1 + Phenol: + amount: 1 + Iron: + amount: 1 + TableSalt: + amount: 1 + catalyst: true + products: + Soretizone: 3 + +- type: reaction + id: Agonolexyne + minTemp: 350 + reactants: + Bicaridine: + amount: 1 + SulfuricAcid: + amount: 1 + Sodium: + amount: 1 + Plasma: + amount: 1 + catalyst: true + products: + Agonolexyne: 3 \ No newline at end of file diff --git a/Resources/Prototypes/_CD/Reagents/medicine.yml b/Resources/Prototypes/_CD/Reagents/medicine.yml new file mode 100644 index 00000000000..4433d0661bc --- /dev/null +++ b/Resources/Prototypes/_CD/Reagents/medicine.yml @@ -0,0 +1,722 @@ +- type: reagent + id: Serenitol + name: reagent-name-serenitol + group: Medicine + desc: reagent-desc-serenitol + physicalDesc: reagent-physical-desc-tart + flavor: medicine + color: "#ebbce9" + metabolisms: + Medicine: + metabolismRate : 0.03 + effects: + - !type:PopupMessage + type: Local + visualType: Medium + messages: + - "reagent-effect-antidepressant-mild1" + - "reagent-effect-antidepressant-mild2" + - "reagent-effect-antidepressant-mild3" + - "reagent-effect-antidepressant-mild4" + probability: 0.035 + - !type:ChemVomit + probability: 0.1 + conditions: + - !type:ReagentThreshold # fairly safe overdose, safe to take with alcohol + min: 22.5 + - !type:HealthChange + conditions: + - !type:ReagentThreshold + min: 22.5 + damage: + types: + Poison: 0.01 + - !type:PopupMessage + type: Local + visualType: Small + messages: + - "reagent-effect-antidepressant-fade" # A decent chance to notify the player when their meds run out, but could happen silently. + probability: 0.4 + conditions: + - !type:ReagentThreshold + max: 0.1 + +- type: reagent + id: Neurozenium + name: reagent-name-neurozenium + group: Medicine + desc: reagent-desc-neurozenium + physicalDesc: reagent-physical-desc-crystalline + flavor: metallic + color: "#382f6b" + metabolisms: + Medicine: + metabolismRate : 0.02 + effects: + - !type:PopupMessage + type: Local + visualType: Large + messages: + - "reagent-effect-antidepressant-normal1" + - "reagent-effect-antidepressant-normal2" + - "reagent-effect-antidepressant-normal3" + - "reagent-effect-antidepressant-normal4" + probability: 0.045 + conditions: + - !type:ReagentThreshold + max: 15.1 + - !type:HealthChange + conditions: + - !type:ReagentThreshold + min: 15.1 + damage: + types: + Poison: 0.02 + - !type:PopupMessage + type: Local + visualType: MediumCaution + messages: + - "reagent-effect-antidepressant-normaloverdose1" # overdose makes you angry + - "reagent-effect-antidepressant-normaloverdose2" + probability: 0.15 + conditions: + - !type:ReagentThreshold + min: 15.1 + - !type:AdjustReagent + conditions: + - !type:ReagentThreshold + reagent: Ethanol # Alcohol makes it really easy to overdose by increasing your body's absorption of the medicine. + min: 1 + reagent: Neurozenium + amount: 0.15 + - !type:AdjustReagent + conditions: + - !type:ReagentThreshold + reagent: Serenitol # Purges Serenitol if dosage is too high. + min: 10 + reagent: Serenitol + amount: -7.5 + - !type:PopupMessage + type: Local + visualType: Medium + messages: + - "reagent-effect-antidepressant-fade" # A decent chance to notify the player when their meds run out, but could happen silently. + probability: 0.4 + conditions: + - !type:ReagentThreshold + max: 0.1 + +- type: reagent + id: Blissifylovene + name: reagent-name-blissifylovene + group: Medicine + desc: reagent-desc-blissifylovene + physicalDesc: reagent-physical-desc-bending + flavor: bitter + color: "#f2ff00" + metabolisms: + Medicine: + metabolismRate : 0.01 + effects: + - !type:PopupMessage + type: Local + visualType: Large + messages: + - "reagent-effect-antidepressant-strong1" + - "reagent-effect-antidepressant-strong2" + - "reagent-effect-antidepressant-strong3" + - "reagent-effect-antidepressant-strong4" + probability: 0.055 + conditions: + - !type:ReagentThreshold + max: 5.1 + - !type:HealthChange + conditions: + - !type:ReagentThreshold + min: 5.1 + damage: + types: + Poison: 0.02 # minor poison from OD + - !type:PopupMessage + type: Local + visualType: LargeCaution + messages: + - "reagent-effect-antidepressant-strongoverdose1" # overdose makes you psychotic + - "reagent-effect-antidepressant-strongoverdose2" + - "reagent-effect-antidepressant-strongoverdose3" + - "reagent-effect-antidepressant-strongoverdose4" + - "reagent-effect-antidepressant-strongoverdose5" + - "reagent-effect-antidepressant-strongoverdose6" + - "reagent-effect-antidepressant-strongoverdose7" + - "reagent-effect-antidepressant-strongoverdose8" + - "reagent-effect-antidepressant-strongoverdose9" + probability: 0.15 + conditions: + - !type:ReagentThreshold + min: 5.1 + - !type:Emote + emote: Scream # makes you screna sometimes + showInChat: true + probability: 0.05 + conditions: + - !type:ReagentThreshold + min: 5.1 + - !type:GenericStatusEffect + conditions: + - !type:ReagentThreshold + min: 5.1 + key: SeeingRainbows # hallucinations set in after 40 seconds, meaning ~0.40u overdose untreated. + component: SeeingRainbows + type: Add + time: 1.1 + refresh: false + - !type:AdjustReagent + conditions: + - !type:ReagentThreshold + reagent: Ethanol # Alcohol makes it really easy to overdose by increasing your body's absorption of the medicine. + min: 1 + reagent: Blissifylovene + amount: 0.15 + - !type:AdjustReagent + conditions: + - !type:ReagentThreshold + reagent: Serenitol # Purges Serenitol if dosage is too high. + min: 10 + reagent: Serenitol + amount: -7.5 + - !type:AdjustReagent + conditions: + - !type:ReagentThreshold + reagent: Neurozenium # Purges Neurozenium if dosage is too high + min: 10 + reagent: Neurozenium + amount: -7.5 + - !type:AdjustReagent + probability: 0.5 # Chance of Addiction rising per tick + conditions: + - !type:ReagentThreshold + reagent: Addictine + max: 10 # maximum addiction severity for this reagent + - !type:ReagentThreshold + reagent: Blissifylovene + min: 1.5 + reagent: Addictine + amount: 0.1 + - !type:HealthChange + conditions: + - !type:ReagentThreshold + reagent: Neurozenium # Conflicts with any remaining Neurozenium + min: 0.1 + damage: + types: + Poison: 0.5 + - !type:GenericStatusEffect + conditions: + - !type:ReagentThreshold + reagent: Tranquinase # conflicts with many other meds + min: 2.0 + key: ForcedSleep + component: ForcedSleeping + refresh: false + type: Add + probability: 0.4 + - !type:GenericStatusEffect + conditions: + - !type:ReagentThreshold + reagent: Soretizone # conflicts with many other meds + min: 3.0 + key: ForcedSleep + component: ForcedSleeping + refresh: false + type: Add + probability: 0.3 + - !type:GenericStatusEffect + conditions: + - !type:ReagentThreshold + reagent: Agonolexyne # conflicts with many other meds + min: 0.25 + key: ForcedSleep + component: ForcedSleeping + refresh: false + type: Add + probability: 0.3 + - !type:PopupMessage + type: Local + visualType: Medium + messages: + - "reagent-effect-antidepressant-fade" # A decent chance to notify the player when their meds run out, but could happen silently. + probability: 0.2 + conditions: + - !type:ReagentThreshold + max: 0.1 + + +- type: reagent + id: Calmafluxine + name: reagent-name-calmafluxine + group: Medicine + desc: reagent-desc-calmafluxine + physicalDesc: reagent-physical-desc-syrupy + flavor: bitter + color: "#634e3a" + metabolisms: + Medicine: + metabolismRate : 0.03 + effects: + - !type:PopupMessage + type: Local + visualType: Medium + messages: + - "reagent-effect-anxietymed-mild1" + - "reagent-effect-anxietymed-mild2" + - "reagent-effect-anxietymed-mild3" + - "reagent-effect-anxietymed-mild4" + - "reagent-effect-anxietymed-mild5" + probability: 0.035 + - !type:AdjustReagent + conditions: + - !type:ReagentThreshold + min: 30 + reagent: Calmafluxine + amount: -1.2 + - !type:PopupMessage + type: Local + visualType: Small + messages: + - "reagent-effect-anxietymed-fade" # A decent chance to notify the player when their meds run out, but could happen silently. + probability: 0.35 + conditions: + - !type:ReagentThreshold + max: 0.1 + +- type: reagent + id: Tranquinase + name: reagent-name-tranquinase + group: Medicine + desc: reagent-desc-tranquinase + physicalDesc: reagent-physical-desc-odorless + flavor: sweet + color: "#2e3b52" + metabolisms: + Medicine: + metabolismRate : 0.02 + effects: + - !type:PopupMessage + type: Local + visualType: Large + messages: + - "reagent-effect-anxietymed-normal1" + - "reagent-effect-anxietymed-normal2" + - "reagent-effect-anxietymed-normal3" + - "reagent-effect-anxietymed-normal4" + - "reagent-effect-anxietymed-normal5" + probability: 0.04 + conditions: + - !type:ReagentThreshold + max: 16.5 + - !type:PopupMessage + type: Local + visualType: LargeCaution + messages: + - "reagent-effect-anxietymed-normaloverdose1" # overdose makes you tired and forgetful + - "reagent-effect-anxietymed-normaloverdose2" + - "reagent-effect-anxietymed-normaloverdose3" + - "reagent-effect-anxietymed-normaloverdose4" + - "reagent-effect-anxietymed-normaloverdose5" + - "reagent-effect-anxietymed-normaloverdose6" + probability: 0.06 + conditions: + - !type:ReagentThreshold + min: 16.5 + - !type:Emote + conditions: + - !type:ReagentThreshold + min: 16.5 + emote: Yawn + showInChat: true + probability: 0.02 + - !type:AdjustReagent + conditions: + - !type:ReagentThreshold + reagent: Ethanol # Alcohol makes it really easy to overdose by increasing your body's absorption of the medicine. + min: 1 + reagent: Tranquinase + amount: 0.1 + - !type:MovespeedModifier + walkSpeedModifier: 0.8 + sprintSpeedModifier: 0.8 + conditions: + - !type:ReagentThreshold + min: 16.5 + - !type:GenericStatusEffect + conditions: + - !type:ReagentThreshold + min: 20.0 + key: ForcedSleep + component: ForcedSleeping + refresh: false + type: Add + probability: 0.1 + - !type:HealthChange # poisons you if you take way too much + conditions: + - !type:ReagentThreshold + min: 30 + damage: + types: + Poison: 1 + - !type:PopupMessage + type: Local + visualType: Small + messages: + - "reagent-effect-anxietymed-fade" # A decent chance to notify the player when their meds run out, but could happen silently. + probability: 0.32 + conditions: + - !type:ReagentThreshold + max: 0.1 + +- type: reagent + id: Equilibrazine + name: reagent-name-equilibrazine + group: Medicine + desc: reagent-desc-equilibrazine + physicalDesc: reagent-physical-desc-translucent + flavor: metallic + color: "#291816" + metabolisms: + Medicine: + metabolismRate : 0.01 + effects: + - !type:PopupMessage + type: Local + visualType: Large + messages: + - "reagent-effect-anxietymed-strong1" + - "reagent-effect-anxietymed-strong2" + - "reagent-effect-anxietymed-strong3" + - "reagent-effect-anxietymed-strong4" + - "reagent-effect-anxietymed-strong5" + - "reagent-effect-anxietymed-strong6" + - "reagent-effect-anxietymed-strong7" + probability: 0.04 + conditions: + - !type:ReagentThreshold + max: 6.7 + - !type:HealthChange # poisons you on OD + conditions: + - !type:ReagentThreshold + min: 6.7 + damage: + types: + Poison: 0.07 + - !type:AdjustReagent + conditions: + - !type:ReagentThreshold + min: 6.7 + reagent: Histamine # causes allergy-like reaction on OD + amount: 0.25 + - !type:MovespeedModifier + walkSpeedModifier: 0.55 + sprintSpeedModifier: 0.55 + conditions: + - !type:ReagentThreshold + reagent: Serenitol # wildly incompatable with antidepressants + min: 5 + - !type:Paralyze + conditions: + - !type:ReagentThreshold + reagent: Neurozenium # wildly incompatable with antidepressants + min: 5 + - !type:Paralyze + conditions: + - !type:ReagentThreshold + reagent: Blissifylovene # wildly incompatable with antidepressants + min: 3 + - !type:AdjustReagent + reagent: Neurozenium # purges Neurozenium so paralysis isn't too long + amount: -0.5 + - !type:AdjustReagent + reagent: Blissifylovene # purges Blissifylovene so paralysis isn't too long + amount: -0.2 + - !type:AdjustReagent + reagent: Tranquinase # purges Tranquinase + amount: -1.5 + - !type:PopupMessage + type: Local + visualType: Small + messages: + - "reagent-effect-anxietymed-fade" # A decent chance to notify the player when their meds run out, but could happen silently. + probability: 0.2 + conditions: + - !type:ReagentThreshold + max: 0.1 + +- type: reagent + id: Addictine + name: reagent-name-addictine + group: Toxins + desc: reagent-desc-addictine + flavor: savory + color: "#d9d9d9" + physicalDesc: reagent-physical-desc-refreshing + metabolisms: + Poison: + metabolismRate : 0.01 + effects: + - !type:PopupMessage + type: Local + visualType: LargeCaution + messages: + - "reagent-effect-medaddiction-1" + - "reagent-effect-medaddiction-2" + - "reagent-effect-medaddiction-3" + - "reagent-effect-medaddiction-4" + - "reagent-effect-medaddiction-5" + - "reagent-effect-medaddiction-6" + - "reagent-effect-medaddiction-7" + - "reagent-effect-medaddiction-8" + probability: 0.08 + conditions: + - !type:ReagentThreshold # the following three chemicals are addictive, and thus will counteract cravings. + reagent: Blissifylovene + max: 0.01 + - !type:ReagentThreshold + reagent: Soretizone + max: 0.01 + - !type:ReagentThreshold + reagent: Agonolexyne + max: 0.01 + - !type:AdjustReagent + reagent: Charcoal # purges bloodstream cleaners + amount: -10.0 + - !type:AdjustReagent + reagent: Ipecac # purges bloodstream cleaners + amount: -10.0 + - !type:MovespeedModifier + walkSpeedModifier: 0.95 + sprintSpeedModifier: 0.7 + conditions: + - !type:ReagentThreshold + max: 1.0 # it gets worse before the addiction ends. + - !type:ReagentThreshold # the following three chemicals are addictive, and thus will counteract cravings. + reagent: Blissifylovene + max: 0.01 + - !type:ReagentThreshold + reagent: Soretizone + max: 0.01 + - !type:ReagentThreshold + reagent: Agonolexyne + max: 0.01 + - !type:ReagentThreshold # Delta-V - Following four are also addictive + reagent: SpaceDrugs + max: 0.01 + - !type:ReagentThreshold + reagent: THC + max: 0.01 + - !type:ReagentThreshold + reagent: Impedrezene + max: 0.01 + - !type:ReagentThreshold + reagent: Desoxyephedrine + max: 0.01 + +- type: reagent + id: Stubantazine + name: reagent-name-stubantazine + group: Medicine + desc: reagent-desc-stubantazine + physicalDesc: reagent-physical-desc-sour + flavor: sour + color: "#6bb3b5" + metabolisms: + Medicine: + metabolismRate : 0.02 + effects: + - !type:PopupMessage + type: Local + visualType: Medium + messages: + - "reagent-effect-painkiller-mild1" + - "reagent-effect-painkiller-mild2" + - "reagent-effect-painkiller-mild3" + - "reagent-effect-painkiller-mild4" + probability: 0.08 + - !type:ChemVomit + probability: 0.4 + conditions: + - !type:ReagentThreshold # makes you vomit if you OD + min: 14 + - !type:SatiateHunger # causes digestion inefficiency during overdose + factor: -1.2 + conditions: + - !type:ReagentThreshold + min: 14 + - !type:ChemVomit + probability: 0.8 + conditions: + - !type:ReagentThreshold # alcohol causes vomiting + reagent: Ethanol + min: 2 + - !type:SatiateHunger # causes digestion inefficiency if you drink alcohol + factor: -2.0 + conditions: + - !type:ReagentThreshold + reagent: Ethanol + min: 2 + - !type:PopupMessage + type: Local + visualType: Small + messages: + - "reagent-effect-painkiller-fade" # A decent chance to notify the player when their meds run out + probability: 0.35 + conditions: + - !type:ReagentThreshold + max: 0.2 + +- type: reagent + id: Soretizone + name: reagent-name-soretizone + group: Medicine + desc: reagent-desc-soretizone + physicalDesc: reagent-physical-desc-thick + flavor: tingly + color: "#2e2c2c" + metabolisms: + Medicine: + metabolismRate : 0.01 + effects: + - !type:PopupMessage + type: Local + visualType: Large + messages: + - "reagent-effect-painkiller-normal1" + - "reagent-effect-painkiller-normal2" + - "reagent-effect-painkiller-normal3" + - "reagent-effect-painkiller-normal4" + probability: 0.085 + - !type:GenericStatusEffect + probability: 0.1 + conditions: + - !type:ReagentThreshold + min: 14.5 # overdose knocks you out + key: ForcedSleep + component: ForcedSleeping + refresh: false + type: Add + - !type:GenericStatusEffect + probability: 0.08 + conditions: + - !type:ReagentThreshold + reagent: Stubantazine + min: 5 # taking with other painkillers will knock you out + key: ForcedSleep + component: ForcedSleeping + refresh: false + type: Add + - !type:AdjustReagent + conditions: + - !type:ReagentThreshold + reagent: Ethanol # lots of alcohol makes it really easy to overdose by increasing your body's absorption of the medicine. + min: 20 + reagent: Soretizone + amount: 0.03 + - !type:AdjustReagent + probability: 0.55 # Chance of Addiction rising per tick + conditions: + - !type:ReagentThreshold + reagent: Addictine + max: 5 # maximum addiction severity for this reagent + - !type:ReagentThreshold + min: 9 + reagent: Addictine # add + amount: 0.1 + - !type:PopupMessage + type: Local + visualType: Medium # stronger painkiller = more noticable fading + messages: + - "reagent-effect-painkiller-fade" # A decent chance to notify the player when their meds run out + probability: 0.4 + conditions: + - !type:ReagentThreshold + max: 0.1 + +- type: reagent + id: Agonolexyne + name: reagent-name-agonolexyne + group: Medicine + desc: reagent-desc-agonolexyne + physicalDesc: reagent-physical-desc-overpowering + flavor: nothing + color: "#ffc7c7" + metabolisms: + Medicine: + metabolismRate : 0.01 + effects: + - !type:PopupMessage + type: Local + visualType: Large + messages: + - "reagent-effect-painkiller-strong1" + - "reagent-effect-painkiller-strong2" + - "reagent-effect-painkiller-strong3" + - "reagent-effect-painkiller-strong4" + - "reagent-effect-painkiller-strong5" + - "reagent-effect-painkiller-strong6" + probability: 0.1 + - !type:GenericStatusEffect + probability: 0.1 + conditions: + - !type:ReagentThreshold + reagent: Stubantazine + min: 4 # taking with other painkillers will knock you out + key: ForcedSleep + component: ForcedSleeping + refresh: false + type: Add + - !type:GenericStatusEffect + probability: 0.15 + conditions: + - !type:ReagentThreshold + reagent: Soretizone + min: 2 # taking with other painkillers will knock you out + key: ForcedSleep + component: ForcedSleeping + refresh: false + type: Add + - !type:AdjustReagent + conditions: + - !type:ReagentThreshold + reagent: Ethanol # Alcohol makes it really easy to overdose by increasing your body's absorption of the medicine. + min: 1 + reagent: Agonolexyne + amount: 0.04 + - !type:AdjustReagent + probability: 0.8 # Chance of Addiction rising per tick + conditions: + - !type:ReagentThreshold + reagent: Addictine + max: 25 # maximum addiction severity for this reagent + - !type:ReagentThreshold + min: 0.25 + reagent: Addictine + amount: 0.2 + - !type:Drunk # OD causes drunkeness + conditions: + - !type:ReagentThreshold + min: 5 + - !type:HealthChange + conditions: + - !type:ReagentThreshold + min: 5.5 + damage: + types: + Asphyxiation: 1 # your lungs relax so much you can't breathe, suffocating you on OD + - !type:PopupMessage + type: Local + visualType: Large # stronger painkiller = more noticable fading + messages: + - "reagent-effect-painkiller-fade" # A decent chance to notify the player when their meds run out + probability: 0.5 + conditions: + - !type:ReagentThreshold + max: 0.1 + \ No newline at end of file From d04493f459788839dd788277cae4694cfc2f35d7 Mon Sep 17 00:00:00 2001 From: DeltaV-Bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Thu, 23 May 2024 18:29:44 +0000 Subject: [PATCH 10/35] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index fb3c1cd9f44..f8f2539c85b 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -2409,3 +2409,13 @@ id: 357 time: '2024-05-23T14:58:06.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/1237 +- author: MilonPL + changes: + - message: Added new anxiety meds, antidepressants and painkillers. Psychologists + rejoice! + type: Add + - message: THC, Space Drugs, Desoxyephedrine and Impedrezene are now addictive. + type: Add + id: 358 + time: '2024-05-23T18:29:24.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/1243 From b0e2b7b237764efc18b92b1c8aa76dbb616afa66 Mon Sep 17 00:00:00 2001 From: Nairod <110078045+Nairodian@users.noreply.github.com> Date: Thu, 23 May 2024 13:46:15 -0500 Subject: [PATCH 11/35] Courier PDA Fix (#1244) --- Resources/Prototypes/DeltaV/Roles/Jobs/Cargo/courier.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/Resources/Prototypes/DeltaV/Roles/Jobs/Cargo/courier.yml b/Resources/Prototypes/DeltaV/Roles/Jobs/Cargo/courier.yml index 91b9a2f24d7..f6cb6e93390 100644 --- a/Resources/Prototypes/DeltaV/Roles/Jobs/Cargo/courier.yml +++ b/Resources/Prototypes/DeltaV/Roles/Jobs/Cargo/courier.yml @@ -14,6 +14,5 @@ - type: startingGear id: CourierGear equipment: - id: MailCarrierPDA ears: ClothingHeadsetCargo belt: CourierBag From 9cefb432da5617496a69a3e7808c39376580c7bd Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Fri, 24 May 2024 19:16:36 +0000 Subject: [PATCH 12/35] use plasma pacman on prospector (#1245) Co-authored-by: deltanedas <@deltanedas:kde.org> --- Resources/Maps/Shuttles/DeltaV/prospector.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Maps/Shuttles/DeltaV/prospector.yml b/Resources/Maps/Shuttles/DeltaV/prospector.yml index c41a61be6de..ae5d9d27468 100644 --- a/Resources/Maps/Shuttles/DeltaV/prospector.yml +++ b/Resources/Maps/Shuttles/DeltaV/prospector.yml @@ -1020,7 +1020,7 @@ entities: - type: Transform pos: -4.5,-2.5 parent: 1 -- proto: PortableGeneratorSuperPacman +- proto: PortableGeneratorPacman entities: - uid: 129 components: From 6290f368b30aff45c858f74c99e98dfddddb54d3 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Sat, 25 May 2024 16:45:50 +0000 Subject: [PATCH 13/35] lighthouse mini fix (#1250) * lighthouse mini fix * engi stuff --------- Co-authored-by: deltanedas <@deltanedas:kde.org> --- Resources/Maps/lighthouse.yml | 196 ++++++++++++++++------------------ 1 file changed, 94 insertions(+), 102 deletions(-) diff --git a/Resources/Maps/lighthouse.yml b/Resources/Maps/lighthouse.yml index e1ff6d167a3..55577a073cd 100644 --- a/Resources/Maps/lighthouse.yml +++ b/Resources/Maps/lighthouse.yml @@ -5108,7 +5108,9 @@ entities: 1,-10: 0: 65343 1,-13: - 0: 15291 + 0: 10923 + 2: 272 + 3: 4096 2,-12: 0: 65535 2,-11: @@ -5217,7 +5219,7 @@ entities: 0: 49151 -8,7: 0: 29491 - 2: 136 + 4: 136 -9,6: 0: 63351 -8,8: @@ -5229,7 +5231,7 @@ entities: -7,6: 0: 33655 -7,7: - 2: 819 + 4: 819 0: 35008 -7,8: 0: 24025 @@ -6285,24 +6287,24 @@ entities: 0: 65535 -3,-15: 0: 13104 - 3: 128 - 4: 32768 - -3,-14: - 0: 13107 5: 128 6: 32768 + -3,-14: + 0: 13107 + 7: 128 + 8: 32768 -3,-17: 0: 61457 1: 238 -2,-16: 0: 47935 -2,-15: - 3: 48 - 4: 12288 - 0: 34952 - -2,-14: 5: 48 6: 12288 + 0: 34952 + -2,-14: + 7: 48 + 8: 12288 0: 32904 -2,-17: 0: 47308 @@ -6697,17 +6699,17 @@ entities: -7,-15: 0: 17 1: 4352 - 3: 52416 + 5: 52416 -7,-14: 1: 1 0: 29968 - 3: 204 + 5: 204 -6,-16: 0: 65520 -6,-15: - 3: 30576 + 5: 30576 -6,-14: - 3: 119 + 5: 119 0: 61440 -6,-17: 1: 4096 @@ -7055,6 +7057,36 @@ entities: - 0 - 0 - 0 + - volume: 2500 + temperature: 293.14975 + moles: + - 20.078888 + - 75.53487 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - volume: 2500 + temperature: 293.14975 + moles: + - 21.824879 + - 82.10312 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 - volume: 2500 temperature: 235 moles: @@ -8832,14 +8864,6 @@ entities: parent: 100 - proto: AirlockArmoryGlassLocked entities: - - uid: 1826 - components: - - type: MetaData - desc: Organized lightning! - name: Substation Locker - - type: Transform - pos: 29.5,40.5 - parent: 100 - uid: 1927 components: - type: MetaData @@ -11981,6 +12005,13 @@ entities: - type: DeviceLinkSink links: - 13966 + - uid: 1826 + components: + - type: MetaData + name: Substation Locker + - type: Transform + pos: 29.5,40.5 + parent: 100 - uid: 1996 components: - type: MetaData @@ -27794,6 +27825,11 @@ entities: - type: Transform pos: 9.5,-40.5 parent: 100 + - uid: 20876 + components: + - type: Transform + pos: -25.5,37.5 + parent: 100 - proto: CableApcStack entities: - uid: 10832 @@ -31930,41 +31966,6 @@ entities: - type: Transform pos: 11.5,-30.5 parent: 100 - - uid: 14992 - components: - - type: Transform - pos: -6.5,-36.5 - parent: 100 - - uid: 14993 - components: - - type: Transform - pos: -7.5,-36.5 - parent: 100 - - uid: 14994 - components: - - type: Transform - pos: -8.5,-36.5 - parent: 100 - - uid: 14995 - components: - - type: Transform - pos: -8.5,-37.5 - parent: 100 - - uid: 14996 - components: - - type: Transform - pos: -8.5,-38.5 - parent: 100 - - uid: 14997 - components: - - type: Transform - pos: -8.5,-39.5 - parent: 100 - - uid: 14998 - components: - - type: Transform - pos: -7.5,-39.5 - parent: 100 - uid: 15175 components: - type: Transform @@ -42259,7 +42260,21 @@ entities: - type: Transform pos: 9.504622,-27.540493 parent: 100 -- proto: chem_master +- proto: ChemDispenser + entities: + - uid: 1399 + components: + - type: Transform + pos: -16.5,37.5 + parent: 100 +- proto: ChemistryHotplate + entities: + - uid: 943 + components: + - type: Transform + pos: -19.5,33.5 + parent: 100 +- proto: ChemMaster entities: - uid: 1578 components: @@ -42293,20 +42308,6 @@ entities: - type: Transform pos: -16.5,-34.5 parent: 100 -- proto: ChemDispenser - entities: - - uid: 1399 - components: - - type: Transform - pos: -16.5,37.5 - parent: 100 -- proto: ChemistryHotplate - entities: - - uid: 943 - components: - - type: Transform - pos: -19.5,33.5 - parent: 100 - proto: ChemMasterMachineCircuitboard entities: - uid: 19445 @@ -45434,6 +45435,11 @@ entities: rot: 3.141592653589793 rad pos: -15.5,-19.5 parent: 100 + - uid: 14987 + components: + - type: Transform + pos: -7.5,-39.5 + parent: 100 - uid: 16911 components: - type: Transform @@ -45484,10 +45490,11 @@ entities: - type: Transform pos: -16.5,-23.5 parent: 100 - - uid: 14987 + - uid: 14914 components: - type: Transform - pos: -7.5,-39.5 + rot: 3.141592653589793 rad + pos: -1.5,-43.5 parent: 100 - proto: ComputerRadar entities: @@ -46092,35 +46099,23 @@ entities: parent: 100 - proto: CrateEngineeringAMEJar entities: - - uid: 6438 + - uid: 11503 components: - type: Transform pos: 4.5,-48.5 parent: 100 - - type: Construction - containers: - - EntityStorageComponent - - entity_storage - proto: CrateEngineeringAMEShielding entities: - - uid: 9088 + - uid: 6438 components: - type: Transform - pos: 4.5,-49.5 + pos: 4.5,-50.5 parent: 100 - - type: Construction - containers: - - EntityStorageComponent - - entity_storage - - uid: 11503 + - uid: 9088 components: - type: Transform - pos: 4.5,-50.5 + pos: 4.5,-49.5 parent: 100 - - type: Construction - containers: - - EntityStorageComponent - - entity_storage - proto: CrateEngineeringCableBulk entities: - uid: 1067 @@ -54264,18 +54259,16 @@ entities: - type: Transform pos: -13.5,80.5 parent: 100 - - uid: 15973 + - uid: 14992 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-65.5 + pos: -14.5,-50.5 parent: 100 -- proto: FireAxeCabinetFilledOpen - entities: - - uid: 14914 + - uid: 15973 components: - type: Transform - pos: -8.5,-43.5 + rot: 1.5707963267948966 rad + pos: -19.5,-65.5 parent: 100 - proto: FireExtinguisher entities: @@ -56734,12 +56727,11 @@ entities: parent: 100 - type: AtmosPipeColor color: '#0099FFFF' -- proto: GasMinerNitrogen +- proto: GasMinerNitrogenStation entities: - uid: 13933 components: - type: Transform - rot: -1.5707963267948966 rad pos: -7.5,-52.5 parent: 100 - proto: GasMinerOxygenStation @@ -108102,7 +108094,7 @@ entities: rot: -1.5707963267948966 rad pos: -22.45732,67.636955 parent: 100 -- proto: soda_dispenser +- proto: SodaDispenser entities: - uid: 710 components: From e1a69deb62f00a37b524da75e85a44859df6b590 Mon Sep 17 00:00:00 2001 From: Colin-Tel <113523727+Colin-Tel@users.noreply.github.com> Date: Sat, 25 May 2024 19:24:02 -0500 Subject: [PATCH 14/35] Asterisk update (#1254) Asterisk small update made cargo dock easier to dock at with shipyard shuttles, adjusted max AME size to a max of 2 cores, made QoL atmos changes --- Resources/Maps/asterisk.yml | 383 ++++++++++++++++++------------------ 1 file changed, 195 insertions(+), 188 deletions(-) diff --git a/Resources/Maps/asterisk.yml b/Resources/Maps/asterisk.yml index ab5ef7cf721..3578fa75338 100644 --- a/Resources/Maps/asterisk.yml +++ b/Resources/Maps/asterisk.yml @@ -209,7 +209,7 @@ entities: version: 6 0,2: ind: 0,2 - tiles: AAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAawAAAAAAfAAAAAAAawAAAAAATgAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAfAAAAAAAAAAAAAAAewAAAAAAfAAAAAAATgAAAAAAXAAAAAACTQAAAAAAXAAAAAADTQAAAAACTgAAAAAAfAAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAAfAAAAAAATQAAAAABXAAAAAACTQAAAAAATgAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAATgAAAAAARgAAAAAAfAAAAAAARgAAAAAATgAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAfAAAAAAAfAAAAAAATgAAAAAAfAAAAAAAawAAAAAAfAAAAAAAawAAAAAATgAAAAAAfAAAAAAAfAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAAAAAAAAAAewAAAAAAfAAAAAAATgAAAAAAXAAAAAACTQAAAAAAXAAAAAADTQAAAAACTgAAAAAAfAAAAAAAewAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAATgAAAAAAfAAAAAAATQAAAAABXAAAAAACTQAAAAAATgAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAewAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAfAAAAAAATgAAAAAARgAAAAAAfAAAAAAARgAAAAAATgAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -4,0: ind: -4,0 @@ -308,6 +308,13 @@ entities: id: ArrowsGreyscale decals: 174: 3,7 + - node: + color: '#FFFFFFFF' + id: Bot + decals: + 1245: 39,7 + 1246: 39,6 + 1247: 39,5 - node: cleanable: True color: '#FFFFFFFF' @@ -322,9 +329,6 @@ entities: 37: 38,7 38: 38,6 39: 38,5 - 40: 39,5 - 41: 39,6 - 42: 39,7 185: -4,2 - node: cleanable: True @@ -4131,6 +4135,11 @@ entities: - type: Transform pos: 22.5,-25.5 parent: 2 + - uid: 3223 + components: + - type: Transform + pos: 17.5,3.5 + parent: 2 - uid: 3824 components: - type: Transform @@ -6191,6 +6200,23 @@ entities: - type: Transform pos: 35.5,6.5 parent: 2 +- proto: AmePartFlatpack + entities: + - uid: 766 + components: + - type: Transform + pos: 41.674946,6.560831 + parent: 2 + - uid: 2301 + components: + - type: Transform + pos: 41.372864,6.3732004 + parent: 2 + - uid: 4167 + components: + - type: Transform + pos: 41.352028,6.696342 + parent: 2 - proto: AnomalyLocatorWide entities: - uid: 4204 @@ -25414,18 +25440,6 @@ entities: - type: Transform pos: 45.2688,-28.711857 parent: 2 -- proto: chem_master - entities: - - uid: 627 - components: - - type: Transform - pos: 21.5,-17.5 - parent: 2 - - uid: 6232 - components: - - type: Transform - pos: 19.5,-16.5 - parent: 2 - proto: ChemDispenser entities: - uid: 1503 @@ -25445,6 +25459,18 @@ entities: - type: Transform pos: 19.5,-17.5 parent: 2 +- proto: ChemMaster + entities: + - uid: 627 + components: + - type: Transform + pos: 21.5,-17.5 + parent: 2 + - uid: 6232 + components: + - type: Transform + pos: 19.5,-16.5 + parent: 2 - proto: ChurchOrganInstrument entities: - uid: 4191 @@ -25873,20 +25899,20 @@ entities: parent: 2 - proto: ClothingHeadHatCone entities: - - uid: 11030 + - uid: 728 components: - type: Transform - pos: 20.226675,6.7371135 + pos: 19.71019,6.7358522 parent: 2 - - uid: 11031 + - uid: 731 components: - type: Transform - pos: 20.664175,6.7371135 + pos: 19.27269,6.7462764 parent: 2 - - uid: 11032 + - uid: 744 components: - type: Transform - pos: 20.455841,6.4452434 + pos: 19.481022,6.4439826 parent: 2 - proto: ClothingHeadHatPirate entities: @@ -27125,11 +27151,6 @@ entities: parent: 2 - proto: CrateEngineeringAMEShielding entities: - - uid: 2301 - components: - - type: Transform - pos: 41.5,6.5 - parent: 2 - uid: 4624 components: - type: Transform @@ -27149,10 +27170,10 @@ entities: - type: Transform pos: 59.5,8.5 parent: 2 - - uid: 3223 + - uid: 9185 components: - type: Transform - pos: 54.5,16.5 + pos: 53.5,16.5 parent: 2 - proto: CrateFilledSpawner entities: @@ -32548,7 +32569,7 @@ entities: pos: 24.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FFAA00FF' - uid: 743 components: - type: MetaData @@ -32607,30 +32628,20 @@ entities: parent: 2 - proto: GasMixerFlipped entities: - - uid: 707 + - uid: 721 components: - type: Transform rot: 3.141592653589793 rad - pos: 20.5,5.5 + pos: 19.5,5.5 parent: 2 - type: GasMixer inletTwoConcentration: 0.22000003 inletOneConcentration: 0.78 - targetPressure: 500 + targetPressure: 4500 - type: AtmosPipeColor color: '#0088FFFF' - proto: GasOutletInjector entities: - - uid: 722 - components: - - type: Transform - pos: 21.5,8.5 - parent: 2 - - uid: 723 - components: - - type: Transform - pos: 23.5,8.5 - parent: 2 - uid: 2029 components: - type: Transform @@ -32660,14 +32671,6 @@ entities: parent: 2 - proto: GasPassiveGate entities: - - uid: 758 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,3.5 - parent: 2 - - type: AtmosPipeColor - color: '#FFAA00FF' - uid: 8212 components: - type: Transform @@ -32685,18 +32688,20 @@ entities: color: '#0088FFFF' - proto: GasPassiveVent entities: - - uid: 720 + - uid: 740 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,9.5 + pos: 23.5,8.5 parent: 2 - - uid: 721 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 751 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,9.5 + pos: 21.5,8.5 parent: 2 + - type: AtmosPipeColor + color: '#FF00FFFF' - uid: 1784 components: - type: Transform @@ -32726,44 +32731,61 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FFAA00FF' - - uid: 726 + - uid: 727 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,9.5 + rot: -1.5707963267948966 rad + pos: 21.5,6.5 parent: 2 - - uid: 727 + - type: AtmosPipeColor + color: '#FF00FFFF' + - uid: 734 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,9.5 + pos: 20.5,4.5 parent: 2 - - uid: 739 + - type: AtmosPipeColor + color: '#0088FFFF' + - uid: 741 components: - type: Transform rot: -1.5707963267948966 rad - pos: 22.5,5.5 + pos: 23.5,6.5 parent: 2 - - uid: 744 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 746 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,4.5 + rot: 1.5707963267948966 rad + pos: 24.5,6.5 parent: 2 - - uid: 745 + - type: AtmosPipeColor + color: '#FFAA00FF' + - uid: 748 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,5.5 + rot: 1.5707963267948966 rad + pos: 19.5,6.5 parent: 2 - - uid: 746 + - type: AtmosPipeColor + color: '#FF00FFFF' + - uid: 749 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 750 components: - type: Transform rot: 1.5707963267948966 rad - pos: 24.5,6.5 + pos: 21.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#FFAA00FF' + color: '#0000FFFF' - uid: 892 components: - type: Transform @@ -33674,6 +33696,13 @@ entities: color: '#0088FFFF' - proto: GasPipeFourway entities: + - uid: 726 + components: + - type: Transform + pos: 19.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0088FFFF' - uid: 3703 components: - type: Transform @@ -33865,79 +33894,30 @@ entities: color: '#0088FFFF' - proto: GasPipeStraight entities: - - uid: 138 - components: - - type: Transform - pos: 20.5,6.5 - parent: 2 - - uid: 140 + - uid: 745 components: - type: Transform + rot: -1.5707963267948966 rad pos: 22.5,6.5 parent: 2 - - uid: 728 - components: - - type: Transform - pos: 22.5,8.5 - parent: 2 - - uid: 729 - components: - - type: Transform - pos: 22.5,7.5 - parent: 2 - - uid: 731 - components: - - type: Transform - pos: 20.5,8.5 - parent: 2 - - uid: 732 - components: - - type: Transform - pos: 20.5,7.5 - parent: 2 - - uid: 735 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,5.5 - parent: 2 - type: AtmosPipeColor - color: '#0088FFFF' - - uid: 740 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,5.5 - parent: 2 - - uid: 747 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,4.5 - parent: 2 - - uid: 748 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,4.5 - parent: 2 - - uid: 749 - components: - - type: Transform - pos: 21.5,5.5 - parent: 2 + color: '#0000FFFF' - uid: 752 components: - type: Transform rot: 3.141592653589793 rad pos: 21.5,7.5 parent: 2 + - type: AtmosPipeColor + color: '#FF00FFFF' - uid: 753 components: - type: Transform rot: 3.141592653589793 rad pos: 23.5,7.5 parent: 2 + - type: AtmosPipeColor + color: '#0000FFFF' - uid: 919 components: - type: Transform @@ -43870,29 +43850,13 @@ entities: color: '#0088FFFF' - proto: GasPipeTJunction entities: - - uid: 734 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0088FFFF' - uid: 759 components: - type: Transform pos: 23.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' - - uid: 766 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,4.5 - parent: 2 - - type: AtmosPipeColor - color: '#0088FFFF' + color: '#FFAA00FF' - uid: 853 components: - type: Transform @@ -44187,7 +44151,7 @@ entities: pos: 24.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FFAA00FF' - uid: 7009 components: - type: Transform @@ -45887,6 +45851,18 @@ entities: color: '#FFAA00FF' - proto: GasPort entities: + - uid: 138 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,4.5 + parent: 2 + - uid: 140 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,5.5 + parent: 2 - uid: 465 components: - type: Transform @@ -45902,7 +45878,7 @@ entities: pos: 23.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FFAA00FF' - uid: 1929 components: - type: Transform @@ -45978,6 +45954,34 @@ entities: color: '#FFAA00FF' - proto: GasPressurePump entities: + - uid: 707 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,5.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosPipeColor + color: '#0000FFFF' + - uid: 722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 22.5,3.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 + - type: AtmosPipeColor + color: '#FFAA00FF' + - uid: 735 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,5.5 + parent: 2 + - type: GasPressurePump + targetPressure: 4500 - uid: 737 components: - type: Transform @@ -45987,22 +45991,24 @@ entities: targetPressure: 200 - type: AtmosPipeColor color: '#0088FFFF' - - uid: 750 + - uid: 739 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,6.5 + rot: -1.5707963267948966 rad + pos: 23.5,4.5 parent: 2 - type: GasPressurePump targetPressure: 4500 - - uid: 751 + - uid: 747 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,6.5 + rot: -1.5707963267948966 rad + pos: 20.5,6.5 parent: 2 - type: GasPressurePump targetPressure: 4500 + - type: AtmosPipeColor + color: '#FF00FFFF' - uid: 1963 components: - type: Transform @@ -46113,10 +46119,11 @@ entities: parent: 2 - proto: GasThermoMachineHeaterEnabled entities: - - uid: 741 + - uid: 729 components: - type: Transform - pos: 19.5,6.5 + rot: 3.141592653589793 rad + pos: 19.5,3.5 parent: 2 - type: AtmosPipeColor color: '#0088FFFF' @@ -47407,7 +47414,7 @@ entities: pos: 24.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#FF8800FF' + color: '#FFAA00FF' - uid: 7344 components: - type: Transform @@ -50240,16 +50247,6 @@ entities: - type: Transform pos: 37.5,23.5 parent: 2 - - uid: 9185 - components: - - type: Transform - pos: 15.5,37.5 - parent: 2 - - uid: 9329 - components: - - type: Transform - pos: 15.5,36.5 - parent: 2 - uid: 9389 components: - type: Transform @@ -50355,11 +50352,6 @@ entities: - type: Transform pos: 55.5,-12.5 parent: 2 - - uid: 10982 - components: - - type: Transform - pos: 15.5,35.5 - parent: 2 - uid: 10984 components: - type: Transform @@ -52567,15 +52559,15 @@ entities: - type: Transform pos: 42.5,12.5 parent: 2 - - uid: 10194 + - uid: 4623 components: - type: Transform - pos: 42.5,-13.5 + pos: 20.5,1.5 parent: 2 - - uid: 10200 + - uid: 10194 components: - type: Transform - pos: 17.5,4.5 + pos: 42.5,-13.5 parent: 2 - uid: 10201 components: @@ -54734,6 +54726,11 @@ entities: - type: Transform pos: 12.5,-10.5 parent: 2 + - uid: 720 + components: + - type: Transform + pos: 41.5,6.5 + parent: 2 - uid: 795 components: - type: Transform @@ -56099,6 +56096,11 @@ entities: - 7000 - proto: ReinforcedGirder entities: + - uid: 758 + components: + - type: Transform + pos: 15.5,35.5 + parent: 2 - uid: 3142 components: - type: Transform @@ -56154,11 +56156,6 @@ entities: - type: Transform pos: 51.5,5.5 parent: 2 - - uid: 4167 - components: - - type: Transform - pos: 15.5,38.5 - parent: 2 - uid: 9383 components: - type: Transform @@ -57759,6 +57756,11 @@ entities: - type: Transform pos: -20.41623,-20.380306 parent: 2 + - uid: 9329 + components: + - type: Transform + pos: 33.5,9.5 + parent: 2 - uid: 10224 components: - type: Transform @@ -58925,7 +58927,7 @@ entities: - type: Transform pos: 18.5,10.5 parent: 2 -- proto: soda_dispenser +- proto: SodaDispenser entities: - uid: 321 components: @@ -60354,6 +60356,16 @@ entities: parent: 2 - proto: StorageCanister entities: + - uid: 723 + components: + - type: Transform + pos: 22.5,5.5 + parent: 2 + - uid: 732 + components: + - type: Transform + pos: 22.5,4.5 + parent: 2 - uid: 3082 components: - type: Transform @@ -60364,11 +60376,6 @@ entities: - type: Transform pos: 16.5,10.5 parent: 2 - - uid: 4623 - components: - - type: Transform - pos: 17.5,3.5 - parent: 2 - uid: 8921 components: - type: Transform From 7f89bf964b211f4758c4da03ed39d337886c4b58 Mon Sep 17 00:00:00 2001 From: DeltaV-Bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Sun, 26 May 2024 00:24:29 +0000 Subject: [PATCH 15/35] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index f8f2539c85b..d3abdd018d9 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -2419,3 +2419,10 @@ id: 358 time: '2024-05-23T18:29:24.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/1243 +- author: Colin-Tel + changes: + - message: Asterisk's cargo dock, atmos, and power generation have received tweaks. + type: Tweak + id: 359 + time: '2024-05-26T00:24:02.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/1254 From acd2c5042b6fa6a398516bc730fb6a846467d69e Mon Sep 17 00:00:00 2001 From: rosieposie <52761126+rosieposieeee@users.noreply.github.com> Date: Sat, 25 May 2024 20:28:09 -0400 Subject: [PATCH 16/35] Subpatch 15: Psychward, Portals, Prosecutors, and Piers (#1175) * initial commit * Update submarine.yml * mapped portals properly * command dock * sec dock * finishing touches * add spawns i forgot, link shit i forgot * a little cleanup * fix naughty air sensors * fix test failure maybe * remove invoke counters * FIX * final tweaks fixed a wire, added posters & paintings --- Resources/Maps/submarine.yml | 148061 ++++++++++++++++++-------------- 1 file changed, 85868 insertions(+), 62193 deletions(-) diff --git a/Resources/Maps/submarine.yml b/Resources/Maps/submarine.yml index 3f70bc93d27..2f9bf6d45ca 100644 --- a/Resources/Maps/submarine.yml +++ b/Resources/Maps/submarine.yml @@ -17,6 +17,7 @@ tilemap: 15: FloorBasalt 18: FloorBlueCircuit 19: FloorBoxing + 21: FloorBrassReebe 22: FloorBrokenWood 23: FloorCarpetClown 24: FloorCarpetOffice @@ -56,10 +57,12 @@ tilemap: 80: FloorReinforced 81: FloorReinforcedHardened 84: FloorShuttleBlack + 17: FloorShuttleBlue 87: FloorShuttleOrange 92: FloorSnow 93: FloorSnowDug 94: FloorSteel + 16: FloorSteelCheckerDark 97: FloorSteelCheckerLight 99: FloorSteelDiagonal 103: FloorSteelLime @@ -79,6 +82,7 @@ tilemap: 126: Lattice 127: Plating 128: PlatingAsteroid + 20: PlatingBrass 130: PlatingBurnt 131: PlatingDamaged 132: PlatingSnow @@ -95,307 +99,307 @@ entities: chunks: 0,0: ind: 0,0 - tiles: cQAAAAADcQAAAAABcQAAAAAAewAAAAABewAAAAADewAAAAACewAAAAABfwAAAAAAcQAAAAABcQAAAAAAcQAAAAADfwAAAAAAcgAAAAADcgAAAAAAcgAAAAADcgAAAAAAcQAAAAAAVwAAAAAAcQAAAAABcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAADTwAAAAADcQAAAAADcQAAAAADcQAAAAADfwAAAAAAcgAAAAACcgAAAAADcgAAAAADcgAAAAABVwAAAAACVwAAAAAAVwAAAAACcQAAAAAAcQAAAAABcQAAAAAAcQAAAAACUAAAAAAAcQAAAAADcQAAAAABcQAAAAADUAAAAAAAcgAAAAAAcgAAAAAAcgAAAAADcgAAAAAAcQAAAAADVwAAAAADcQAAAAABcQAAAAADcQAAAAABcQAAAAADcQAAAAACTwAAAAACcQAAAAABcQAAAAABcQAAAAACUAAAAAAAcgAAAAADcgAAAAAAcgAAAAAAcgAAAAACcQAAAAAAcQAAAAADcQAAAAADTwAAAAACTwAAAAAATwAAAAADTwAAAAADfwAAAAAAcQAAAAABcQAAAAABcQAAAAAAfwAAAAAAcQAAAAAAcQAAAAACcQAAAAACfwAAAAAAcQAAAAACcQAAAAAAcQAAAAACTwAAAAADewAAAAABewAAAAACewAAAAABfwAAAAAAcQAAAAAAcQAAAAADcQAAAAADTwAAAAACVAAAAAADVAAAAAAAVAAAAAAAVAAAAAADcQAAAAACcQAAAAAAcQAAAAADTwAAAAACewAAAAABewAAAAADewAAAAACTwAAAAACcQAAAAACcQAAAAABcQAAAAAATwAAAAADVAAAAAABVAAAAAADVAAAAAACVAAAAAAAcQAAAAADcQAAAAADcQAAAAAATwAAAAABewAAAAACewAAAAACewAAAAACfwAAAAAAcQAAAAADcQAAAAABcQAAAAACTwAAAAABVAAAAAADVAAAAAABVAAAAAABVAAAAAAATwAAAAACTwAAAAACTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAABTwAAAAACTwAAAAABVAAAAAACVAAAAAABVAAAAAADVAAAAAADawAAAAACawAAAAACawAAAAABMgAAAAAATwAAAAACewAAAAADewAAAAABVAAAAAACdAAAAAAAcgAAAAABdAAAAAADewAAAAAAewAAAAACewAAAAADewAAAAACewAAAAABawAAAAAATwAAAAACawAAAAAAMgAAAAAATwAAAAAAewAAAAACewAAAAAAVAAAAAADdAAAAAACcgAAAAABdAAAAAADewAAAAADewAAAAAAewAAAAADewAAAAAAewAAAAACawAAAAAATwAAAAABawAAAAADMgAAAAAATwAAAAAAewAAAAABewAAAAABVAAAAAADdAAAAAAAcgAAAAACdAAAAAADewAAAAAAewAAAAAAewAAAAACewAAAAACewAAAAADawAAAAACTwAAAAACawAAAAAAMgAAAAAATwAAAAACewAAAAADewAAAAADVAAAAAACdAAAAAACcgAAAAADdAAAAAABdAAAAAABdAAAAAACewAAAAABewAAAAAAewAAAAAAawAAAAACTwAAAAADawAAAAAAMgAAAAAATwAAAAACewAAAAACewAAAAADVAAAAAABdAAAAAAAcgAAAAACdAAAAAADdAAAAAAAdAAAAAACdAAAAAAAdAAAAAAAdAAAAAAAawAAAAADTwAAAAADawAAAAABMgAAAAAATwAAAAABewAAAAABewAAAAADVAAAAAABdAAAAAAAcgAAAAAAcgAAAAADcgAAAAABcgAAAAABcgAAAAADcgAAAAABcgAAAAADawAAAAABTwAAAAABawAAAAACMgAAAAAATwAAAAABewAAAAACewAAAAAAVAAAAAAAdAAAAAAAcgAAAAACdAAAAAAAdAAAAAACdAAAAAABdAAAAAABdAAAAAABdAAAAAAC + tiles: cQAAAAADcQAAAAADcQAAAAAAewAAAAACewAAAAAAewAAAAABewAAAAACfwAAAAAAcQAAAAACcQAAAAABcQAAAAADfwAAAAAAcgAAAAACcgAAAAAAcgAAAAACcgAAAAAAcQAAAAABVwAAAAABcQAAAAACcQAAAAACcQAAAAADcQAAAAAAcQAAAAACTwAAAAAAcQAAAAAAcQAAAAABcQAAAAADfwAAAAAAcgAAAAADcgAAAAACcgAAAAAAcgAAAAAAVwAAAAACVwAAAAADVwAAAAACcQAAAAACcQAAAAABcQAAAAABcQAAAAABUAAAAAAAcQAAAAAAcQAAAAADcQAAAAADUAAAAAAAcgAAAAACcgAAAAADcgAAAAACcgAAAAADcQAAAAACVwAAAAADcQAAAAADcQAAAAACcQAAAAADcQAAAAAAcQAAAAAATwAAAAADcQAAAAACcQAAAAAAcQAAAAACUAAAAAAAcgAAAAADcgAAAAABcgAAAAAAcgAAAAABcQAAAAADcQAAAAAAcQAAAAADTwAAAAAATwAAAAADTwAAAAAATwAAAAADfwAAAAAAcQAAAAABcQAAAAAAcQAAAAACfwAAAAAAcQAAAAADcQAAAAACcQAAAAABfwAAAAAAcQAAAAACcQAAAAAAcQAAAAAATwAAAAABewAAAAABewAAAAACewAAAAAAfwAAAAAAcQAAAAADcQAAAAACcQAAAAADTwAAAAADVAAAAAABVAAAAAABVAAAAAABVAAAAAABcQAAAAABcQAAAAADcQAAAAABTwAAAAABewAAAAAAewAAAAADewAAAAACTwAAAAABcQAAAAAAcQAAAAACcQAAAAADTwAAAAADVAAAAAADVAAAAAADVAAAAAAAVAAAAAABcQAAAAABcQAAAAABcQAAAAACTwAAAAABewAAAAACewAAAAADewAAAAACfwAAAAAAcQAAAAACcQAAAAACcQAAAAAATwAAAAACVAAAAAADVAAAAAAAVAAAAAAAVAAAAAACTwAAAAAATwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAACTwAAAAAATwAAAAAAVAAAAAADVAAAAAADVAAAAAAAVAAAAAAAawAAAAACawAAAAACawAAAAABMgAAAAAATwAAAAACewAAAAADewAAAAACVAAAAAADdAAAAAABcgAAAAADdAAAAAACewAAAAACewAAAAADewAAAAAAewAAAAABewAAAAADawAAAAADTwAAAAABawAAAAADMgAAAAAATwAAAAAAewAAAAADewAAAAACVAAAAAACdAAAAAABcgAAAAABdAAAAAADewAAAAAAewAAAAADewAAAAAAewAAAAACewAAAAABawAAAAAATwAAAAABawAAAAAAMgAAAAAATwAAAAABewAAAAABewAAAAADVAAAAAABdAAAAAADcgAAAAADdAAAAAAAewAAAAACewAAAAACewAAAAAAewAAAAAAewAAAAADawAAAAAATwAAAAADawAAAAABMgAAAAAATwAAAAABewAAAAACewAAAAACVAAAAAAAdAAAAAADcgAAAAADdAAAAAABdAAAAAADdAAAAAAAewAAAAAAewAAAAAAewAAAAAAawAAAAACTwAAAAABawAAAAABMgAAAAAATwAAAAADewAAAAABewAAAAABVAAAAAABdAAAAAACcgAAAAABdAAAAAABdAAAAAABdAAAAAADdAAAAAADdAAAAAADdAAAAAADawAAAAAATwAAAAACawAAAAADMgAAAAAATwAAAAAAewAAAAADewAAAAAAVAAAAAAAdAAAAAACcgAAAAADcgAAAAADcgAAAAADcgAAAAACcgAAAAADcgAAAAADcgAAAAACawAAAAACTwAAAAADawAAAAABMgAAAAAATwAAAAABewAAAAABewAAAAACVAAAAAACdAAAAAADcgAAAAADdAAAAAADdAAAAAAAdAAAAAADdAAAAAAAdAAAAAABdAAAAAAB version: 6 0,-1: ind: 0,-1 - tiles: VwAAAAADVwAAAAAAVwAAAAAATwAAAAADawAAAAABTwAAAAACawAAAAABawAAAAACawAAAAADawAAAAAAawAAAAADawAAAAAAawAAAAADawAAAAACawAAAAABawAAAAADTwAAAAAAVwAAAAADTwAAAAABTwAAAAABawAAAAADTwAAAAABawAAAAABawAAAAABawAAAAADawAAAAACawAAAAADawAAAAABawAAAAAAawAAAAACawAAAAAAawAAAAADTwAAAAADTwAAAAABTwAAAAADawAAAAACawAAAAABUAAAAAAAXgAAAAABXgAAAAAAfwAAAAAATwAAAAABfwAAAAAAXgAAAAAAXgAAAAAAXgAAAAADfwAAAAAAXgAAAAABawAAAAAATwAAAAABawAAAAADawAAAAACawAAAAABfwAAAAAATwAAAAAATwAAAAACfwAAAAAAcQAAAAACfwAAAAAAfwAAAAAATwAAAAACTwAAAAABfwAAAAAAfwAAAAAAawAAAAAATwAAAAADawAAAAACMgAAAAAAfwAAAAAAfwAAAAAAcgAAAAAAcgAAAAADeAAAAAACcQAAAAAAcQAAAAABcQAAAAADTwAAAAADTwAAAAABfwAAAAAAcQAAAAACawAAAAAATwAAAAAAawAAAAAAMgAAAAAATwAAAAACcgAAAAADcgAAAAABcgAAAAADeAAAAAADcQAAAAACcQAAAAAAcQAAAAAAcgAAAAADcgAAAAABfwAAAAAAcQAAAAABawAAAAABTwAAAAADawAAAAADMgAAAAAATwAAAAABcgAAAAADcgAAAAAAcgAAAAAATwAAAAACcQAAAAADcQAAAAADcQAAAAAAcgAAAAAAcgAAAAACfwAAAAAAcQAAAAACawAAAAAATwAAAAADawAAAAADMgAAAAAAcQAAAAABcQAAAAADcQAAAAADcQAAAAABeAAAAAACcQAAAAADcQAAAAACTwAAAAACcgAAAAABcgAAAAAAfwAAAAAAcQAAAAADawAAAAABTwAAAAACawAAAAABMgAAAAAAcQAAAAADcgAAAAABcgAAAAADcgAAAAABeAAAAAADcQAAAAACcQAAAAADcQAAAAADcgAAAAABcgAAAAABfwAAAAAAcQAAAAACawAAAAACTwAAAAACawAAAAABMgAAAAAATwAAAAACcgAAAAACcgAAAAADcgAAAAACeAAAAAABcQAAAAABcQAAAAABcQAAAAAAcQAAAAABcQAAAAADfwAAAAAATwAAAAACawAAAAADTwAAAAADawAAAAACMgAAAAAATwAAAAABcgAAAAAAcgAAAAABcgAAAAABTwAAAAAAcQAAAAACcQAAAAABcQAAAAADcQAAAAABcQAAAAADfwAAAAAAcgAAAAADawAAAAADawAAAAABawAAAAABMgAAAAAAcQAAAAAAcgAAAAAAcgAAAAADcgAAAAAAeAAAAAABcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAABfwAAAAAAcgAAAAADTwAAAAAATwAAAAABTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAABTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAcgAAAAAAcQAAAAADcQAAAAAAcQAAAAAAewAAAAAAewAAAAACewAAAAACewAAAAABfwAAAAAAcQAAAAADcQAAAAABcQAAAAADfwAAAAAAcgAAAAACcgAAAAADcgAAAAAAcgAAAAAAcQAAAAACcQAAAAADcQAAAAABewAAAAABewAAAAAAewAAAAABewAAAAADfwAAAAAAcQAAAAABcQAAAAADcQAAAAAATwAAAAADcgAAAAACcgAAAAACcgAAAAAAcgAAAAADcQAAAAACcQAAAAADcQAAAAADewAAAAAAewAAAAABewAAAAABewAAAAAAfwAAAAAAcQAAAAABcQAAAAADcQAAAAADfwAAAAAAcgAAAAADcgAAAAACcgAAAAABcgAAAAAC + tiles: VwAAAAABVwAAAAABVwAAAAAATwAAAAAAawAAAAADTwAAAAABawAAAAACawAAAAADawAAAAACawAAAAAAawAAAAACawAAAAABawAAAAAAawAAAAADawAAAAAAawAAAAACTwAAAAAAVwAAAAADTwAAAAAATwAAAAABawAAAAABTwAAAAACawAAAAADawAAAAABawAAAAACawAAAAACawAAAAABawAAAAACawAAAAADawAAAAABawAAAAAAawAAAAADTwAAAAADTwAAAAADTwAAAAADawAAAAABawAAAAACUAAAAAAAXgAAAAADXgAAAAAAfwAAAAAATwAAAAABfwAAAAAAXgAAAAADXgAAAAAAXgAAAAABfwAAAAAAXgAAAAADawAAAAABTwAAAAACawAAAAABawAAAAABawAAAAADfwAAAAAATwAAAAADTwAAAAAAfwAAAAAAcQAAAAABfwAAAAAAfwAAAAAATwAAAAABTwAAAAACfwAAAAAAfwAAAAAAawAAAAABTwAAAAABawAAAAADMgAAAAAAfwAAAAAAfwAAAAAAcgAAAAAAcgAAAAACeAAAAAADcQAAAAADcQAAAAADcQAAAAACTwAAAAAATwAAAAACfwAAAAAAcQAAAAABawAAAAACTwAAAAAAawAAAAABMgAAAAAATwAAAAACcgAAAAABcgAAAAABcgAAAAABeAAAAAACcQAAAAADcQAAAAACcQAAAAABcgAAAAAAcgAAAAACfwAAAAAAcQAAAAADawAAAAAATwAAAAACawAAAAAAMgAAAAAATwAAAAABcgAAAAABcgAAAAACcgAAAAACTwAAAAACcQAAAAACcQAAAAADcQAAAAAAcgAAAAADcgAAAAADfwAAAAAAcQAAAAACawAAAAAATwAAAAACawAAAAAAMgAAAAAAcQAAAAADcQAAAAAAcQAAAAADcQAAAAACeAAAAAAAcQAAAAADcQAAAAADTwAAAAADcgAAAAABcgAAAAABfwAAAAAAcQAAAAAAawAAAAAATwAAAAABawAAAAADMgAAAAAAcQAAAAACcgAAAAABcgAAAAAAcgAAAAADeAAAAAACcQAAAAABcQAAAAACcQAAAAACcgAAAAABcgAAAAACfwAAAAAAcQAAAAACawAAAAADTwAAAAABawAAAAADMgAAAAAATwAAAAADcgAAAAAAcgAAAAACcgAAAAADeAAAAAACcQAAAAACcQAAAAABcQAAAAAAcQAAAAABcQAAAAADfwAAAAAATwAAAAAAawAAAAACTwAAAAADawAAAAAAMgAAAAAATwAAAAACcgAAAAABcgAAAAAAcgAAAAABTwAAAAAAcQAAAAACcQAAAAADcQAAAAADcQAAAAABcQAAAAAAfwAAAAAAcgAAAAADawAAAAACawAAAAABawAAAAACMgAAAAAAcQAAAAADcgAAAAABcgAAAAACcgAAAAABeAAAAAADcQAAAAADcQAAAAACcQAAAAACcQAAAAADcQAAAAABfwAAAAAAcgAAAAACTwAAAAACTwAAAAABTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAADTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAcgAAAAACcQAAAAABcQAAAAADcQAAAAABewAAAAADewAAAAADewAAAAADewAAAAAAfwAAAAAAcQAAAAADcQAAAAACcQAAAAADfwAAAAAAcgAAAAAAcgAAAAACcgAAAAACcgAAAAABcQAAAAADcQAAAAAAcQAAAAACewAAAAAAewAAAAABewAAAAADewAAAAADfwAAAAAAcQAAAAACcQAAAAAAcQAAAAAATwAAAAACcgAAAAACcgAAAAACcgAAAAACcgAAAAACcQAAAAACcQAAAAACcQAAAAADewAAAAACewAAAAAAewAAAAAAewAAAAADfwAAAAAAcQAAAAACcQAAAAABcQAAAAABfwAAAAAAcgAAAAADcgAAAAADcgAAAAAAcgAAAAAC version: 6 -1,-1: ind: -1,-1 - tiles: awAAAAAAawAAAAADawAAAAACawAAAAADawAAAAABawAAAAABawAAAAACawAAAAACawAAAAAAawAAAAAAawAAAAABawAAAAABawAAAAABTwAAAAADawAAAAACTwAAAAACawAAAAACawAAAAABawAAAAAAawAAAAABawAAAAADawAAAAAAawAAAAABawAAAAABawAAAAABawAAAAACawAAAAAAawAAAAADawAAAAABTwAAAAADawAAAAADTwAAAAABXgAAAAABDAAAAAAADAAAAAACXgAAAAABXgAAAAADXgAAAAAAXgAAAAACXgAAAAACXgAAAAACXgAAAAABXgAAAAACXgAAAAADXgAAAAAAUAAAAAAAawAAAAACawAAAAACTwAAAAADTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAABTwAAAAAATwAAAAABfwAAAAAAawAAAAACawAAAAAAIQAAAAADIQAAAAABIQAAAAADfwAAAAAAfQAAAAAAfQAAAAAAfQAAAAADfQAAAAACfwAAAAAAfQAAAAAAfQAAAAAAfQAAAAADfQAAAAADfwAAAAAAfwAAAAAAMgAAAAAAIQAAAAAAIQAAAAADIQAAAAADfwAAAAAAfQAAAAACfQAAAAACfQAAAAADfQAAAAAAfwAAAAAAfQAAAAAAfQAAAAADfQAAAAAAfQAAAAABfQAAAAACfwAAAAAAMgAAAAAAIQAAAAADIQAAAAADIQAAAAABfwAAAAAAUAAAAAAAfQAAAAAAfQAAAAADfQAAAAAAfwAAAAAAfQAAAAACfQAAAAACfQAAAAACfQAAAAABfQAAAAABfwAAAAAAMgAAAAAAIQAAAAACIQAAAAADIQAAAAACfwAAAAAAUAAAAAAAfQAAAAAAfQAAAAABfQAAAAADUAAAAAAAfQAAAAADfQAAAAAAfQAAAAADfQAAAAAAfQAAAAACfwAAAAAAMgAAAAAAIQAAAAAAIQAAAAABIQAAAAABfwAAAAAAfQAAAAAAfQAAAAAAfQAAAAACfQAAAAAAUAAAAAAAfQAAAAAAfQAAAAABfQAAAAABfQAAAAABfQAAAAABTwAAAAADMgAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAATwAAAAABfwAAAAAATwAAAAABfwAAAAAAfQAAAAABfQAAAAAAfQAAAAACfQAAAAABfQAAAAADTwAAAAABMgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAQQAAAAAAcQAAAAAAcQAAAAADfwAAAAAAfQAAAAABfQAAAAADfQAAAAACfQAAAAACfQAAAAAAfQAAAAAAfQAAAAACTwAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQQAAAAAAcQAAAAAAcQAAAAAAfwAAAAAAfQAAAAACfQAAAAAAfQAAAAADfQAAAAADfQAAAAACfQAAAAACfQAAAAADfwAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAcQAAAAACcQAAAAACfwAAAAAATwAAAAABTwAAAAADTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAcQAAAAACcQAAAAADTwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAcQAAAAADewAAAAABewAAAAAAewAAAAACewAAAAADbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAcQAAAAAAcQAAAAAATwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAcQAAAAAAewAAAAABewAAAAACewAAAAADewAAAAACbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAcQAAAAACcQAAAAACTwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAcQAAAAAAewAAAAABewAAAAACewAAAAADewAAAAAD + tiles: awAAAAABawAAAAACawAAAAABawAAAAACawAAAAAAawAAAAABawAAAAADawAAAAACawAAAAAAawAAAAABawAAAAABawAAAAAAawAAAAACTwAAAAADawAAAAADTwAAAAADawAAAAABawAAAAADawAAAAADawAAAAACawAAAAABawAAAAAAawAAAAADawAAAAAAawAAAAACawAAAAAAawAAAAADawAAAAAAawAAAAAATwAAAAABawAAAAACTwAAAAABXgAAAAADDAAAAAACDAAAAAABXgAAAAADXgAAAAAAXgAAAAACXgAAAAACXgAAAAAAXgAAAAACXgAAAAACXgAAAAAAXgAAAAABXgAAAAAAUAAAAAAAawAAAAADawAAAAABTwAAAAADTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAADTwAAAAABTwAAAAAAfwAAAAAAawAAAAACawAAAAACewAAAAADewAAAAADewAAAAACfwAAAAAAfQAAAAABfQAAAAACfQAAAAABfQAAAAACfwAAAAAAfQAAAAADfQAAAAAAfQAAAAABfQAAAAABfwAAAAAAfwAAAAAAMgAAAAAAewAAAAADewAAAAAAewAAAAACfwAAAAAAfQAAAAACfQAAAAACfQAAAAABfQAAAAACfwAAAAAAfQAAAAABfQAAAAADfQAAAAADfQAAAAACfQAAAAACfwAAAAAAMgAAAAAAewAAAAADewAAAAABewAAAAABfwAAAAAAUAAAAAAAfQAAAAACfQAAAAAAfQAAAAACfwAAAAAAfQAAAAABfQAAAAADfQAAAAABfQAAAAABfQAAAAACfwAAAAAAMgAAAAAAewAAAAACewAAAAADewAAAAACfwAAAAAAUAAAAAAAfQAAAAACfQAAAAAAfQAAAAADUAAAAAAAfQAAAAABfQAAAAABfQAAAAABfQAAAAAAfQAAAAADfwAAAAAAMgAAAAAAewAAAAADewAAAAACewAAAAACfwAAAAAAfQAAAAADfQAAAAADfQAAAAADfQAAAAABUAAAAAAAfQAAAAAAfQAAAAABfQAAAAADfQAAAAAAfQAAAAAATwAAAAACMgAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAATwAAAAAAfwAAAAAATwAAAAABfwAAAAAAfQAAAAADfQAAAAAAfQAAAAABfQAAAAABfQAAAAAATwAAAAACMgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAQQAAAAAAcQAAAAABcQAAAAABfwAAAAAAfQAAAAADfQAAAAABfQAAAAACfQAAAAAAfQAAAAABfQAAAAACfQAAAAABTwAAAAABMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQQAAAAAAcQAAAAABcQAAAAABfwAAAAAAfQAAAAACfQAAAAABfQAAAAADfQAAAAABfQAAAAACfQAAAAABfQAAAAADfwAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAcQAAAAAAcQAAAAAAfwAAAAAATwAAAAAATwAAAAADTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAcQAAAAAAcQAAAAADTwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAcQAAAAAAewAAAAADewAAAAABewAAAAACewAAAAACbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAcQAAAAAAcQAAAAADTwAAAAACbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAcQAAAAADewAAAAABewAAAAACewAAAAABewAAAAACbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAcQAAAAAAcQAAAAABTwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAcQAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAA version: 6 -1,0: ind: -1,0 - tiles: TwAAAAAATwAAAAAATwAAAAABfwAAAAAAcQAAAAACcQAAAAABfwAAAAAAcQAAAAABTwAAAAABTwAAAAABcQAAAAADcQAAAAABewAAAAAAewAAAAAAewAAAAACewAAAAABcQAAAAAAcQAAAAABcQAAAAABcQAAAAAAcQAAAAABcQAAAAAAcQAAAAACcQAAAAADcQAAAAACcQAAAAACcQAAAAAATwAAAAABcQAAAAABcQAAAAACcQAAAAABcQAAAAABcQAAAAABcQAAAAAAcQAAAAADcQAAAAABcQAAAAACcQAAAAAAcQAAAAAAcQAAAAABcQAAAAACcQAAAAABcQAAAAAATwAAAAACcQAAAAABcQAAAAADcQAAAAABcQAAAAAAcQAAAAABcQAAAAACcQAAAAACcQAAAAACcQAAAAACcQAAAAACcQAAAAABcQAAAAABcQAAAAAAcQAAAAADcQAAAAACTwAAAAABcQAAAAAAcQAAAAADcQAAAAADcQAAAAAATwAAAAAATwAAAAADTwAAAAAAfwAAAAAATwAAAAAATwAAAAABfwAAAAAAcQAAAAACcQAAAAADcQAAAAAAcQAAAAAATwAAAAADewAAAAADewAAAAACewAAAAAAewAAAAABcgAAAAAAcgAAAAADcgAAAAACfwAAAAAATwAAAAAATwAAAAAAUAAAAAAAcgAAAAADcgAAAAAAcgAAAAACcgAAAAACTwAAAAAAewAAAAACewAAAAACewAAAAAAewAAAAAAcgAAAAAAcgAAAAABcgAAAAACfwAAAAAATwAAAAADTwAAAAAATwAAAAACcgAAAAAAcgAAAAACcgAAAAADcgAAAAACTwAAAAADewAAAAABewAAAAACewAAAAACewAAAAABcgAAAAAAcgAAAAADcgAAAAADfwAAAAAATwAAAAACTwAAAAACUAAAAAAAcgAAAAABcgAAAAADcgAAAAAAcgAAAAACTwAAAAADewAAAAACewAAAAAAewAAAAABewAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAABfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAATwAAAAAATwAAAAAAfwAAAAAADgAAAAABDgAAAAABDgAAAAADDgAAAAACDgAAAAACDgAAAAAADgAAAAABfwAAAAAAMgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAATwAAAAAATwAAAAABfwAAAAAADgAAAAADDgAAAAABDgAAAAABDgAAAAABDgAAAAACDgAAAAADDgAAAAADfwAAAAAAMgAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAAAfwAAAAAADgAAAAABDgAAAAAADgAAAAADDgAAAAADDgAAAAABDgAAAAADDgAAAAAAUAAAAAAAMgAAAAAAcQAAAAABcQAAAAABcQAAAAAAcQAAAAADcQAAAAAAcQAAAAABTwAAAAACDgAAAAABDgAAAAAADgAAAAADDgAAAAACDgAAAAAADgAAAAACDgAAAAABUAAAAAAAMgAAAAAAcQAAAAACcQAAAAABTwAAAAADTwAAAAACTwAAAAABcQAAAAABTwAAAAADDgAAAAADDgAAAAABDgAAAAAADgAAAAACDgAAAAAADgAAAAACDgAAAAACUAAAAAAAMgAAAAAAfwAAAAAAcQAAAAAATwAAAAADTwAAAAACTwAAAAAAcQAAAAADTwAAAAAADgAAAAADDgAAAAACDgAAAAAADgAAAAAADgAAAAABDgAAAAAADgAAAAADUAAAAAAAMgAAAAAAfwAAAAAAcQAAAAABTwAAAAAATwAAAAAATwAAAAABcQAAAAACfwAAAAAADgAAAAADDgAAAAADDgAAAAACfwAAAAAADgAAAAAADgAAAAAADgAAAAAAfwAAAAAAMgAAAAAA + tiles: TwAAAAAATwAAAAABTwAAAAAAfwAAAAAAcQAAAAACcQAAAAABfwAAAAAAcQAAAAABTwAAAAACTwAAAAADcQAAAAADcQAAAAADewAAAAACewAAAAABewAAAAACewAAAAADcQAAAAABcQAAAAAAcQAAAAADcQAAAAAAcQAAAAACcQAAAAABcQAAAAAAcQAAAAACcQAAAAACcQAAAAABcQAAAAADTwAAAAAAcQAAAAAAcQAAAAABcQAAAAABcQAAAAADcQAAAAAAcQAAAAAAcQAAAAAAcQAAAAADcQAAAAAAcQAAAAADcQAAAAAAcQAAAAABcQAAAAACcQAAAAACcQAAAAADTwAAAAAAcQAAAAABcQAAAAACcQAAAAADcQAAAAADcQAAAAAAcQAAAAACcQAAAAACcQAAAAADcQAAAAACcQAAAAADcQAAAAAAcQAAAAADcQAAAAAAcQAAAAABcQAAAAABTwAAAAABcQAAAAAAcQAAAAADcQAAAAADcQAAAAABTwAAAAAATwAAAAACTwAAAAAAfwAAAAAATwAAAAABTwAAAAADfwAAAAAAcQAAAAABcQAAAAADcQAAAAADcQAAAAABTwAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAcgAAAAACcgAAAAABcgAAAAADfwAAAAAATwAAAAADTwAAAAAAUAAAAAAAcgAAAAACcgAAAAABcgAAAAAAcgAAAAADTwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAcgAAAAADcgAAAAAAcgAAAAACfwAAAAAATwAAAAADTwAAAAADTwAAAAADcgAAAAAAcgAAAAACcgAAAAABcgAAAAADTwAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAcgAAAAAAcgAAAAABcgAAAAACfwAAAAAATwAAAAACTwAAAAACUAAAAAAAcgAAAAAAcgAAAAABcgAAAAACcgAAAAACTwAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAACfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAATwAAAAABTwAAAAADfwAAAAAADgAAAAABDgAAAAABDgAAAAABDgAAAAABDgAAAAADDgAAAAACDgAAAAABfwAAAAAAMgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAATwAAAAABTwAAAAADfwAAAAAADgAAAAAADgAAAAADDgAAAAAADgAAAAADDgAAAAABDgAAAAABDgAAAAACfwAAAAAAMgAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAATwAAAAACTwAAAAABfwAAAAAADgAAAAABDgAAAAACDgAAAAAADgAAAAACDgAAAAAADgAAAAACDgAAAAACUAAAAAAAMgAAAAAAcQAAAAACcQAAAAABcQAAAAACcQAAAAABcQAAAAABcQAAAAADTwAAAAAADgAAAAACDgAAAAABDgAAAAABDgAAAAADDgAAAAADDgAAAAADDgAAAAACUAAAAAAAMgAAAAAAcQAAAAADcQAAAAABTwAAAAADTwAAAAACTwAAAAACcQAAAAADTwAAAAABDgAAAAACDgAAAAAADgAAAAAADgAAAAADDgAAAAADDgAAAAABDgAAAAAAUAAAAAAAMgAAAAAAfwAAAAAAcQAAAAAATwAAAAABTwAAAAADTwAAAAAAcQAAAAABTwAAAAAADgAAAAACDgAAAAACDgAAAAAADgAAAAACDgAAAAABDgAAAAAADgAAAAADUAAAAAAAMgAAAAAAfwAAAAAAcQAAAAACTwAAAAAATwAAAAACTwAAAAABcQAAAAADfwAAAAAADgAAAAACDgAAAAACDgAAAAADfwAAAAAADgAAAAADDgAAAAAADgAAAAAAfwAAAAAAMgAAAAAA version: 6 1,0: ind: 1,0 - tiles: cgAAAAADcgAAAAADfwAAAAAAVAAAAAABVAAAAAADVAAAAAACVAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAAAUAAAAAAAUAAAAAAAcgAAAAADcgAAAAABUAAAAAAAVAAAAAACVAAAAAADVAAAAAADVAAAAAAAUAAAAAAAUAAAAAAAVAAAAAADVAAAAAAAVAAAAAABUAAAAAAATwAAAAAAUAAAAAAAUAAAAAAAcgAAAAABcgAAAAADUAAAAAAAVAAAAAAAVAAAAAAAVAAAAAABVAAAAAADUAAAAAAAUAAAAAAAVAAAAAABVAAAAAADVAAAAAADUAAAAAAATwAAAAABUAAAAAAAUAAAAAAAcgAAAAABcgAAAAADUAAAAAAAVAAAAAABVAAAAAABVAAAAAACVAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAADVAAAAAACTwAAAAACcQAAAAAAcQAAAAACcQAAAAADcQAAAAACcQAAAAACcQAAAAAAcQAAAAAAcQAAAAABcQAAAAABcQAAAAADcQAAAAABcQAAAAACcQAAAAAAcQAAAAADVAAAAAACTwAAAAACcQAAAAABcQAAAAADcQAAAAABcQAAAAADcQAAAAACcQAAAAABcQAAAAACcQAAAAADcQAAAAADcQAAAAACcQAAAAABcQAAAAAAcQAAAAAAcQAAAAACVAAAAAADTwAAAAAAcQAAAAABcQAAAAADcQAAAAAAcQAAAAACcQAAAAABcQAAAAAAcQAAAAABcQAAAAAAcQAAAAACcQAAAAABcQAAAAADcQAAAAADcQAAAAACcQAAAAABVAAAAAABTwAAAAABTwAAAAADTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAADTwAAAAACTwAAAAAATwAAAAABTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAewAAAAADewAAAAAAdAAAAAAAcgAAAAADdAAAAAABVAAAAAAAewAAAAAAewAAAAABbwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAACewAAAAACdAAAAAADcgAAAAABdAAAAAAAVAAAAAACewAAAAADewAAAAABbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAABewAAAAADdAAAAAAAcgAAAAACdAAAAAACVAAAAAADewAAAAADewAAAAADXgAAAAABawAAAAAAXgAAAAAAawAAAAACXgAAAAABXgAAAAABbgAAAAAAbgAAAAAAcgAAAAACcgAAAAADdAAAAAABcgAAAAACdAAAAAAAVAAAAAADewAAAAADewAAAAAAXgAAAAADawAAAAABXgAAAAADawAAAAABXgAAAAACXgAAAAABbgAAAAAAbwAAAAAAdAAAAAABdAAAAAADdAAAAAADcgAAAAACdAAAAAABVAAAAAADewAAAAABewAAAAACXgAAAAACawAAAAADXgAAAAAAawAAAAAAXgAAAAAAXgAAAAABbgAAAAAAbgAAAAAAcgAAAAACcgAAAAAAcgAAAAABcgAAAAAAdAAAAAACVAAAAAADewAAAAADewAAAAAAXgAAAAABawAAAAACXgAAAAABawAAAAAAXgAAAAACXgAAAAACfwAAAAAAfwAAAAAAdAAAAAACdAAAAAAAdAAAAAABcgAAAAABdAAAAAABVAAAAAAAewAAAAABewAAAAABXgAAAAACawAAAAAAXgAAAAACawAAAAABXgAAAAADXgAAAAADXgAAAAADXgAAAAAC + tiles: cgAAAAAAcgAAAAACfwAAAAAAVAAAAAACVAAAAAAAVAAAAAAAVAAAAAADfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAAAUAAAAAAAUAAAAAAAcgAAAAADcgAAAAAAUAAAAAAAVAAAAAABVAAAAAABVAAAAAADVAAAAAACUAAAAAAAUAAAAAAAVAAAAAADVAAAAAABVAAAAAADUAAAAAAATwAAAAABUAAAAAAAUAAAAAAAcgAAAAACcgAAAAABUAAAAAAAVAAAAAADVAAAAAACVAAAAAADVAAAAAACUAAAAAAAUAAAAAAAVAAAAAAAVAAAAAADVAAAAAACUAAAAAAATwAAAAADUAAAAAAAUAAAAAAAcgAAAAAAcgAAAAABUAAAAAAAVAAAAAAAVAAAAAADVAAAAAABVAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAABVAAAAAABTwAAAAAAcQAAAAAAcQAAAAADcQAAAAAAcQAAAAADcQAAAAABcQAAAAABcQAAAAACcQAAAAABcQAAAAADcQAAAAADcQAAAAAAcQAAAAABcQAAAAAAcQAAAAABVAAAAAADTwAAAAABcQAAAAABcQAAAAABcQAAAAADcQAAAAADcQAAAAACcQAAAAABcQAAAAADcQAAAAAAcQAAAAADcQAAAAACcQAAAAACcQAAAAABcQAAAAABcQAAAAACVAAAAAABTwAAAAACcQAAAAACcQAAAAADcQAAAAABcQAAAAADcQAAAAABcQAAAAACcQAAAAACcQAAAAADcQAAAAABcQAAAAABcQAAAAAAcQAAAAABcQAAAAAAcQAAAAACVAAAAAADTwAAAAABTwAAAAABTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAACTwAAAAAATwAAAAACTwAAAAABTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAABewAAAAACdAAAAAADcgAAAAABdAAAAAABVAAAAAACewAAAAADewAAAAADbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAADewAAAAADdAAAAAACcgAAAAACdAAAAAADVAAAAAADewAAAAADewAAAAABbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAewAAAAABewAAAAAAdAAAAAABcgAAAAABdAAAAAAAVAAAAAADewAAAAACewAAAAADXgAAAAACawAAAAACXgAAAAACawAAAAADXgAAAAACXgAAAAADbgAAAAAAbgAAAAAAcgAAAAABcgAAAAADdAAAAAAAcgAAAAADdAAAAAACVAAAAAAAewAAAAADewAAAAABXgAAAAABawAAAAADXgAAAAACawAAAAADXgAAAAADXgAAAAABbgAAAAAAbgAAAAAAdAAAAAACdAAAAAADdAAAAAADcgAAAAAAdAAAAAAAVAAAAAADewAAAAABewAAAAACXgAAAAAAawAAAAACXgAAAAABawAAAAADXgAAAAAAXgAAAAADVAAAAAADVAAAAAADcgAAAAAAcgAAAAABcgAAAAABcgAAAAADdAAAAAABVAAAAAAAewAAAAAAewAAAAADXgAAAAACawAAAAAAXgAAAAACawAAAAACXgAAAAADXgAAAAADfwAAAAAAfwAAAAAAdAAAAAACdAAAAAACdAAAAAABcgAAAAAAdAAAAAADVAAAAAADewAAAAACewAAAAAAXgAAAAAAawAAAAAAXgAAAAABawAAAAADXgAAAAAAXgAAAAABXgAAAAADXgAAAAAC version: 6 1,-1: ind: 1,-1 - tiles: awAAAAACawAAAAADawAAAAABawAAAAACawAAAAABawAAAAADTwAAAAACawAAAAAAawAAAAABawAAAAACawAAAAAAawAAAAABawAAAAAAawAAAAAAawAAAAAAawAAAAABawAAAAABawAAAAAAawAAAAAAawAAAAABawAAAAABawAAAAAAfwAAAAAAawAAAAABawAAAAABawAAAAADawAAAAACawAAAAACawAAAAAAawAAAAACawAAAAACawAAAAACXgAAAAAAXgAAAAACXgAAAAABXgAAAAACXgAAAAADXgAAAAACfwAAAAAAJQAAAAABJQAAAAAAJQAAAAACfwAAAAAAXgAAAAADXgAAAAAAXgAAAAACXgAAAAABXgAAAAAATwAAAAADTwAAAAABfwAAAAAATwAAAAABTwAAAAABfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAACfwAAAAAAfwAAAAAAcQAAAAABcQAAAAADcQAAAAACcQAAAAABcQAAAAACcQAAAAABfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAZwAAAAACZwAAAAACZwAAAAAAZwAAAAACZwAAAAADZwAAAAABcQAAAAAAcQAAAAAAcQAAAAADcQAAAAACcQAAAAACcQAAAAAAfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAZwAAAAADZwAAAAADZwAAAAACZwAAAAACZwAAAAADZwAAAAACcQAAAAADcQAAAAACcQAAAAACcQAAAAADcQAAAAAAcQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAZwAAAAABZwAAAAABZwAAAAABZwAAAAACZwAAAAACZwAAAAAAcQAAAAADcQAAAAACcQAAAAAAcQAAAAAAcQAAAAADcQAAAAAAfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAZwAAAAACZwAAAAACZwAAAAAAZwAAAAABZwAAAAACZwAAAAABcQAAAAACcQAAAAABcQAAAAAAcQAAAAADcQAAAAACcQAAAAAAfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAZwAAAAABZwAAAAACZwAAAAACZwAAAAABZwAAAAADZwAAAAAAcQAAAAAAcQAAAAACfwAAAAAAcQAAAAAAcQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAZwAAAAACZwAAAAABZwAAAAABZwAAAAACZwAAAAABZwAAAAABcgAAAAADcgAAAAACcgAAAAACcgAAAAACcgAAAAABcgAAAAADfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAZwAAAAAAZwAAAAADZwAAAAACZwAAAAACZwAAAAABZwAAAAADcgAAAAADcgAAAAABcgAAAAABcgAAAAADcgAAAAACcgAAAAAAfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAZwAAAAAAZwAAAAACZwAAAAADZwAAAAADZwAAAAADZwAAAAABcgAAAAACcgAAAAADcgAAAAABcgAAAAADcgAAAAABcgAAAAACfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAcQAAAAAAcQAAAAAAfwAAAAAAfwAAAAAAVAAAAAACVAAAAAADcgAAAAACcgAAAAADcgAAAAACcgAAAAACcgAAAAABcgAAAAADcgAAAAAAcgAAAAAAcgAAAAADcgAAAAADcgAAAAADcgAAAAADcgAAAAACfwAAAAAAVAAAAAACVAAAAAACcgAAAAACcgAAAAACcgAAAAAAcgAAAAACcgAAAAADcgAAAAAAcgAAAAABcgAAAAACcgAAAAAAcgAAAAAAcgAAAAADcgAAAAACcgAAAAACTwAAAAAAVAAAAAAAVAAAAAACcgAAAAABcgAAAAACfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAAAVAAAAAAC + tiles: awAAAAADawAAAAAAawAAAAADawAAAAACawAAAAACawAAAAAATwAAAAACawAAAAABawAAAAAAawAAAAADawAAAAAAawAAAAABawAAAAACawAAAAAAawAAAAACawAAAAACawAAAAACawAAAAACawAAAAAAawAAAAADawAAAAACawAAAAAAfwAAAAAAawAAAAABawAAAAABawAAAAABawAAAAAAawAAAAADawAAAAADawAAAAABawAAAAABawAAAAAAXgAAAAABXgAAAAADXgAAAAADXgAAAAADXgAAAAADXgAAAAADfwAAAAAAJQAAAAACJQAAAAAAJQAAAAAAfwAAAAAAXgAAAAAAXgAAAAACXgAAAAACXgAAAAABXgAAAAADTwAAAAABTwAAAAACfwAAAAAATwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAABfwAAAAAAfwAAAAAAcQAAAAACcQAAAAACcQAAAAACcQAAAAADcQAAAAADcQAAAAAAfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAZwAAAAAAZwAAAAAAZwAAAAADZwAAAAADZwAAAAACZwAAAAAAcQAAAAAAcQAAAAADcQAAAAABcQAAAAAAcQAAAAAAcQAAAAADfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAZwAAAAACZwAAAAABZwAAAAADZwAAAAACZwAAAAACZwAAAAACcQAAAAACcQAAAAACcQAAAAACcQAAAAAAcQAAAAACcQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAZwAAAAABZwAAAAAAZwAAAAACZwAAAAADZwAAAAADZwAAAAABcQAAAAABcQAAAAAAcQAAAAADcQAAAAADcQAAAAADcQAAAAADfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAZwAAAAAAZwAAAAACZwAAAAACZwAAAAABZwAAAAADZwAAAAACcQAAAAAAcQAAAAACcQAAAAABcQAAAAABcQAAAAAAcQAAAAAAfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAZwAAAAADZwAAAAADZwAAAAACZwAAAAAAZwAAAAACZwAAAAADcQAAAAABcQAAAAACfwAAAAAAcQAAAAAAcQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAZwAAAAADZwAAAAADZwAAAAACZwAAAAABZwAAAAACZwAAAAADcgAAAAADcgAAAAADcgAAAAAAcgAAAAACcgAAAAACcgAAAAAAfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAZwAAAAADZwAAAAACZwAAAAADZwAAAAAAZwAAAAADZwAAAAABcgAAAAACcgAAAAADcgAAAAADcgAAAAAAcgAAAAABcgAAAAABfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAZwAAAAADZwAAAAABZwAAAAADZwAAAAACZwAAAAADZwAAAAADcgAAAAADcgAAAAACcgAAAAAAcgAAAAAAcgAAAAAAcgAAAAABfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAcQAAAAAAcQAAAAABfwAAAAAAfwAAAAAAVAAAAAADVAAAAAACcgAAAAABcgAAAAADcgAAAAABcgAAAAACcgAAAAADcgAAAAACcgAAAAAAcgAAAAADcgAAAAACcgAAAAADcgAAAAACcgAAAAABcgAAAAADfwAAAAAAVAAAAAAAVAAAAAABcgAAAAADcgAAAAAAcgAAAAADcgAAAAAAcgAAAAADcgAAAAACcgAAAAADcgAAAAACcgAAAAABcgAAAAACcgAAAAABcgAAAAACcgAAAAABTwAAAAAAVAAAAAAAVAAAAAABcgAAAAADcgAAAAADfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAABVAAAAAAB version: 6 2,0: ind: 2,0 - tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAADAAAAAADfwAAAAAAVAAAAAACTwAAAAADTwAAAAACVAAAAAACfwAAAAAAfwAAAAAAbwAAAAABfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAADAAAAAABDAAAAAABTwAAAAABVAAAAAABTwAAAAADTwAAAAABVAAAAAABTwAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAADAAAAAABfwAAAAAAfwAAAAAAVAAAAAAATwAAAAAATwAAAAADVAAAAAABfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAADAAAAAABUAAAAAAAfwAAAAAAXgAAAAACTwAAAAACTwAAAAADXgAAAAACfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAADAAAAAABUAAAAAAAfwAAAAAAXgAAAAADXgAAAAAAXgAAAAACXgAAAAACfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAADAAAAAADUAAAAAAATwAAAAAAXgAAAAACXgAAAAABXgAAAAACXgAAAAADTwAAAAACfwAAAAAAbwAAAAACfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAADAAAAAADfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAADXgAAAAACXgAAAAAAfwAAAAAATwAAAAABTwAAAAADfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAACfwAAAAAATwAAAAABbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAABfwAAAAAAbgAAAAAAVAAAAAACVAAAAAABfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAATwAAAAADbgAAAAAAbgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAADAAAAAADfwAAAAAAbgAAAAAAVAAAAAABVAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAATwAAAAABbgAAAAAATwAAAAAATwAAAAABTwAAAAAATwAAAAAATwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAATwAAAAACbgAAAAAAbgAAAAAAbgAAAAAATwAAAAACbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAATwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAATwAAAAABTwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAAXgAAAAADXgAAAAAAXgAAAAACfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAA + tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAADAAAAAAAfwAAAAAAVAAAAAACTwAAAAAATwAAAAABVAAAAAABfwAAAAAAfwAAAAAAbwAAAAABfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAADAAAAAAADAAAAAAATwAAAAADVAAAAAABTwAAAAADTwAAAAACVAAAAAAATwAAAAADfwAAAAAAbwAAAAACfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAADAAAAAACfwAAAAAAfwAAAAAAVAAAAAAATwAAAAACTwAAAAABVAAAAAADfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAADAAAAAACUAAAAAAAfwAAAAAAXgAAAAAATwAAAAAATwAAAAABXgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAADAAAAAABUAAAAAAAfwAAAAAAXgAAAAADXgAAAAACXgAAAAADXgAAAAACfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAADAAAAAADUAAAAAAATwAAAAADXgAAAAAAXgAAAAAAXgAAAAADXgAAAAABTwAAAAAAfwAAAAAAbwAAAAADfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAADAAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAAAXgAAAAADXgAAAAACfwAAAAAATwAAAAACTwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAADfwAAAAAATwAAAAABbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAABfwAAAAAAbgAAAAAAVAAAAAABVAAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAATwAAAAAAbgAAAAAAbgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAADAAAAAAAfwAAAAAAbgAAAAAAVAAAAAACVAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAATwAAAAAAbgAAAAAATwAAAAADTwAAAAAATwAAAAACTwAAAAACTwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAATwAAAAADbgAAAAAAbgAAAAAAbgAAAAAATwAAAAABbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAATwAAAAABVAAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAATwAAAAACTwAAAAACfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACNAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAAXgAAAAAAXgAAAAACXgAAAAABfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAA version: 6 2,-1: ind: 2,-1 - tiles: awAAAAACawAAAAACawAAAAAAawAAAAACawAAAAAAawAAAAACawAAAAADXgAAAAACfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAABawAAAAAAawAAAAABawAAAAACawAAAAACawAAAAABawAAAAADawAAAAACawAAAAABawAAAAABXgAAAAADfwAAAAAADAAAAAABDAAAAAADDAAAAAACfwAAAAAAXgAAAAACXgAAAAADawAAAAABXgAAAAABXgAAAAAAXgAAAAADXgAAAAAAXgAAAAACXgAAAAABXgAAAAABXgAAAAADfwAAAAAADAAAAAACDAAAAAABMgAAAAAAUAAAAAAAXgAAAAABTwAAAAADTwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADAAAAAACDAAAAAACMgAAAAAAUAAAAAAAXgAAAAADTwAAAAADTwAAAAADGAAAAAAAGAAAAAAAGAAAAAAATwAAAAACDAAAAAADfwAAAAAAfwAAAAAAbwAAAAACfwAAAAAADAAAAAABDAAAAAAAMgAAAAAAfwAAAAAAXgAAAAAAXgAAAAAAXgAAAAABGAAAAAAAGAAAAAAAGAAAAAAATwAAAAABDAAAAAABfwAAAAAAfwAAAAAAbwAAAAADfwAAAAAADAAAAAADDAAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADDAAAAAABfwAAAAAAfwAAAAAAbwAAAAACfwAAAAAADAAAAAAADAAAAAABDAAAAAABDAAAAAACDAAAAAAADAAAAAADDAAAAAADGAAAAAAAGAAAAAAAGAAAAAAATwAAAAABDAAAAAACfwAAAAAAfwAAAAAAbwAAAAACfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAMgAAAAAADAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAATwAAAAADDAAAAAABfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAADAAAAAABfwAAAAAAegAAAAADegAAAAABTwAAAAACDAAAAAACfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAATwAAAAABDAAAAAAAfwAAAAAAfwAAAAAAbwAAAAACfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAATwAAAAABDAAAAAABfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAABfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAAfwAAAAAAXgAAAAABXgAAAAACXgAAAAABXgAAAAAAfwAAAAAAfwAAAAAAbwAAAAACfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAMgAAAAAAUAAAAAAATwAAAAABXgAAAAADXgAAAAAAXgAAAAAAXgAAAAABTwAAAAACfwAAAAAAbgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAMgAAAAAAUAAAAAAAfwAAAAAAXgAAAAABXgAAAAABXgAAAAABXgAAAAABfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAMgAAAAAAfwAAAAAA + tiles: awAAAAADawAAAAABawAAAAADawAAAAADawAAAAAAawAAAAABawAAAAACXgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAAAawAAAAADawAAAAADawAAAAACawAAAAAAawAAAAADawAAAAACawAAAAAAawAAAAABawAAAAABXgAAAAAAfwAAAAAADAAAAAABDAAAAAAADAAAAAADfwAAAAAAXgAAAAAAXgAAAAADawAAAAAAXgAAAAAAXgAAAAAAXgAAAAABXgAAAAAAXgAAAAADXgAAAAABXgAAAAADXgAAAAAAfwAAAAAADAAAAAABDAAAAAAAMgAAAAAAUAAAAAAAXgAAAAACTwAAAAABTwAAAAABUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADAAAAAADDAAAAAAAMgAAAAAAUAAAAAAAXgAAAAAATwAAAAACTwAAAAADGAAAAAAAGAAAAAAAGAAAAAAATwAAAAACDAAAAAADfwAAAAAAfwAAAAAAbwAAAAABfwAAAAAADAAAAAACDAAAAAACMgAAAAAAfwAAAAAAXgAAAAADXgAAAAAAXgAAAAADGAAAAAAAGAAAAAAAGAAAAAAATwAAAAABDAAAAAABfwAAAAAAfwAAAAAAbwAAAAACfwAAAAAADAAAAAADDAAAAAACMgAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACDAAAAAACfwAAAAAAfwAAAAAAbwAAAAADfwAAAAAADAAAAAACDAAAAAACDAAAAAACDAAAAAADDAAAAAACDAAAAAAADAAAAAADGAAAAAAAGAAAAAAAGAAAAAAATwAAAAABDAAAAAADfwAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAMgAAAAAADAAAAAABGAAAAAAAGAAAAAAAGAAAAAAATwAAAAAADAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAADAAAAAABfwAAAAAAegAAAAAAegAAAAACTwAAAAACDAAAAAACfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAADTwAAAAACTwAAAAADGAAAAAAAGAAAAAAAGAAAAAAATwAAAAAADAAAAAABfwAAAAAAfwAAAAAAbwAAAAABfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAACXgAAAAAAXgAAAAADGAAAAAAAGAAAAAAAGAAAAAAATwAAAAACDAAAAAADfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAABOQAAAAAAOQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAACfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAADOQAAAAAAOQAAAAAAfwAAAAAAXgAAAAADXgAAAAABXgAAAAADXgAAAAABfwAAAAAAfwAAAAAAbwAAAAADfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXgAAAAAAOQAAAAAAOQAAAAAATwAAAAAAXgAAAAADXgAAAAAAXgAAAAACXgAAAAAATwAAAAABfwAAAAAAbgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXgAAAAAAXgAAAAADXgAAAAABfwAAAAAAXgAAAAAAXgAAAAABXgAAAAADXgAAAAACfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXgAAAAAATwAAAAABTwAAAAAB version: 6 -1,1: ind: -1,1 - tiles: fwAAAAAAcQAAAAAAcQAAAAADcQAAAAACcQAAAAACcQAAAAADfwAAAAAADgAAAAADDgAAAAABDgAAAAABfwAAAAAADgAAAAACDgAAAAACfwAAAAAAfwAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAUAAAAAAATwAAAAACUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAADfwAAAAAATwAAAAAATwAAAAADTwAAAAABTwAAAAABTwAAAAAAfwAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAACXgAAAAAAXgAAAAADUAAAAAAAXgAAAAABXgAAAAADXgAAAAADXgAAAAADXgAAAAADXgAAAAACXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAABawAAAAAAawAAAAADawAAAAADawAAAAAAawAAAAADTwAAAAABawAAAAABTwAAAAABawAAAAAAawAAAAADawAAAAADawAAAAADawAAAAAAawAAAAADawAAAAAAawAAAAAAawAAAAABawAAAAACawAAAAADawAAAAAAawAAAAABTwAAAAABawAAAAABTwAAAAACawAAAAACawAAAAACawAAAAABawAAAAAAawAAAAAAawAAAAACawAAAAADXgAAAAADXgAAAAAAXgAAAAACXgAAAAAAXgAAAAABXgAAAAAAUAAAAAAAXgAAAAACTwAAAAAAXgAAAAAAXgAAAAACXgAAAAACXgAAAAADXgAAAAADXgAAAAACXgAAAAADfwAAAAAATwAAAAADTwAAAAADTwAAAAADTwAAAAADfwAAAAAAfwAAAAAAXgAAAAACXgAAAAADTwAAAAACTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAIQAAAAADIQAAAAABIQAAAAADIQAAAAACfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAADIAAAAAADIAAAAAAAIAAAAAADUAAAAAAAIQAAAAAAIQAAAAADIQAAAAACIQAAAAABIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAACIAAAAAAAUAAAAAAAIQAAAAADIQAAAAABIQAAAAABIQAAAAACIQAAAAABIQAAAAAAIQAAAAADIQAAAAACfwAAAAAANAAAAAAANAAAAAAAfwAAAAAAIAAAAAAAIAAAAAADIAAAAAACfwAAAAAAIQAAAAACIQAAAAACIQAAAAACIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAADTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIQAAAAAAIQAAAAABIQAAAAABfwAAAAAANAAAAAAANAAAAAAAfwAAAAAAIAAAAAABIAAAAAACIAAAAAAAIAAAAAABIAAAAAAAIAAAAAAAIAAAAAACIAAAAAABfwAAAAAAIQAAAAAAIQAAAAADIQAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADIAAAAAADIAAAAAABIAAAAAACIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAABTwAAAAABIQAAAAAAIQAAAAABIQAAAAAATwAAAAABfwAAAAAAbgAAAAAAfwAAAAAAIAAAAAACIAAAAAAAIAAAAAAAIAAAAAACIAAAAAABIAAAAAADIAAAAAACIAAAAAADfwAAAAAAIQAAAAACIQAAAAABIQAAAAAAfwAAAAAAfwAAAAAAbgAAAAAATwAAAAACDgAAAAADVAAAAAADIAAAAAAAIAAAAAADVAAAAAACVAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAADfwAAAAAA + tiles: fwAAAAAAcQAAAAABcQAAAAADcQAAAAABcQAAAAADcQAAAAABfwAAAAAADgAAAAACDgAAAAADDgAAAAABfwAAAAAADgAAAAAADgAAAAACfwAAAAAAfwAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAUAAAAAAATwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAAAfwAAAAAATwAAAAADTwAAAAAATwAAAAAATwAAAAAATwAAAAACfwAAAAAAXgAAAAACXgAAAAABXgAAAAABXgAAAAABXgAAAAABXgAAAAAAUAAAAAAAXgAAAAAAXgAAAAACXgAAAAABXgAAAAABXgAAAAABXgAAAAADXgAAAAABXgAAAAAAXgAAAAAAXgAAAAABawAAAAABawAAAAADawAAAAADawAAAAAAawAAAAABTwAAAAABawAAAAAATwAAAAABawAAAAADawAAAAADawAAAAADawAAAAACawAAAAABawAAAAAAawAAAAADawAAAAADawAAAAADawAAAAACawAAAAABawAAAAACawAAAAABTwAAAAACawAAAAAATwAAAAABawAAAAABawAAAAACawAAAAAAawAAAAADawAAAAACawAAAAACawAAAAADXgAAAAABXgAAAAAAXgAAAAADXgAAAAAAXgAAAAACXgAAAAACUAAAAAAAXgAAAAAATwAAAAACXgAAAAACXgAAAAAAXgAAAAACXgAAAAACXgAAAAADXgAAAAACXgAAAAACfwAAAAAATwAAAAADTwAAAAACTwAAAAACTwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAAATwAAAAABTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAIQAAAAADIQAAAAADIQAAAAABIQAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAACIAAAAAACIAAAAAAAIAAAAAACUAAAAAAAIQAAAAAAIQAAAAADIQAAAAADIQAAAAACIQAAAAABIQAAAAABIQAAAAAAIQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABIAAAAAABIAAAAAADUAAAAAAAIQAAAAADIQAAAAABIQAAAAAAIQAAAAADIQAAAAACIQAAAAAAIQAAAAADIQAAAAABfwAAAAAANAAAAAAANAAAAAAAfwAAAAAAIAAAAAABIAAAAAADIAAAAAABfwAAAAAAIQAAAAADIQAAAAABIQAAAAABIQAAAAAAIQAAAAAAIQAAAAABIQAAAAABIQAAAAABfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIQAAAAACIQAAAAABIQAAAAABfwAAAAAANAAAAAAANAAAAAAAfwAAAAAAIAAAAAABIAAAAAABIAAAAAACIAAAAAACIAAAAAAAIAAAAAACIAAAAAABIAAAAAACfwAAAAAAIQAAAAADIQAAAAAAIQAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAIAAAAAACIAAAAAAAIAAAAAACIAAAAAADIAAAAAABIAAAAAAAIAAAAAAAIAAAAAAATwAAAAAAIQAAAAACIQAAAAACIQAAAAACTwAAAAADfwAAAAAAbgAAAAAAfwAAAAAAIAAAAAACIAAAAAAAIAAAAAADIAAAAAAAIAAAAAACIAAAAAABIAAAAAACIAAAAAAAfwAAAAAAIQAAAAAAIQAAAAADIQAAAAACfwAAAAAAfwAAAAAAbgAAAAAATwAAAAADDgAAAAAAVAAAAAAAIAAAAAADIAAAAAAAVAAAAAABVAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAADfwAAAAAA version: 6 0,1: ind: 0,1 - tiles: awAAAAABTwAAAAACawAAAAADMgAAAAAATwAAAAABewAAAAABewAAAAAAVAAAAAABdAAAAAADcgAAAAADdAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAADTwAAAAACawAAAAADXgAAAAABdAAAAAADQQAAAAAAQQAAAAAAQQAAAAAAVAAAAAADVAAAAAACVAAAAAACfwAAAAAAVAAAAAAAVAAAAAACVAAAAAADVAAAAAAATwAAAAABTwAAAAABTwAAAAAAXgAAAAABXgAAAAABUAAAAAAAXgAAAAACXgAAAAAATwAAAAAATwAAAAABTwAAAAAAfwAAAAAAVAAAAAAAVAAAAAABVAAAAAABVAAAAAACTwAAAAACVwAAAAADTwAAAAACTwAAAAACawAAAAAATwAAAAAAawAAAAAAawAAAAAAawAAAAACawAAAAADawAAAAACawAAAAAATwAAAAACTwAAAAACTwAAAAABTwAAAAACVwAAAAABVwAAAAACVwAAAAAATwAAAAAAawAAAAABTwAAAAACawAAAAAAawAAAAADawAAAAABawAAAAACawAAAAADawAAAAABawAAAAACawAAAAADawAAAAADawAAAAACTwAAAAABVwAAAAACTwAAAAABTwAAAAADXgAAAAACUAAAAAAAXgAAAAACXgAAAAAAXgAAAAACXgAAAAAAXgAAAAABXgAAAAACXgAAAAADXgAAAAABXgAAAAAAXgAAAAADTwAAAAACTwAAAAABTwAAAAABXgAAAAACXgAAAAABfwAAAAAAUAAAAAAAXgAAAAABXgAAAAADXgAAAAADXgAAAAAAXgAAAAACUAAAAAAAfwAAAAAAXgAAAAAAfwAAAAAAawAAAAABawAAAAABawAAAAABXgAAAAACXgAAAAABfwAAAAAAewAAAAABewAAAAABewAAAAACewAAAAABewAAAAACewAAAAAAewAAAAACMgAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAADTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAewAAAAADewAAAAADewAAAAADewAAAAAAewAAAAAAewAAAAABewAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAXgAAAAABawAAAAADXgAAAAADfwAAAAAAMgAAAAAAMgAAAAAAewAAAAAAewAAAAABewAAAAADewAAAAAAewAAAAADewAAAAAAewAAAAADMgAAAAAAMgAAAAAAfwAAAAAAXgAAAAADawAAAAAAXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAACUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABawAAAAACXgAAAAACUAAAAAAAewAAAAADewAAAAAAewAAAAACewAAAAADewAAAAABewAAAAABfwAAAAAAewAAAAAAewAAAAACewAAAAACewAAAAADfwAAAAAAXgAAAAABawAAAAADXgAAAAACUAAAAAAAewAAAAADewAAAAADewAAAAACewAAAAACewAAAAABewAAAAAAfwAAAAAAewAAAAABewAAAAABewAAAAAAewAAAAABfwAAAAAAXgAAAAABawAAAAABXgAAAAACUAAAAAAAewAAAAABewAAAAABewAAAAAAewAAAAACewAAAAADewAAAAABTwAAAAACewAAAAABewAAAAACewAAAAAAewAAAAACTwAAAAACXgAAAAADawAAAAACXgAAAAABUAAAAAAAewAAAAABewAAAAADewAAAAABewAAAAADewAAAAADewAAAAABfwAAAAAAewAAAAAAewAAAAACewAAAAADewAAAAAAfwAAAAAAXgAAAAABawAAAAADXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA + tiles: awAAAAACTwAAAAABawAAAAABMgAAAAAATwAAAAAAewAAAAADewAAAAAAVAAAAAADdAAAAAAAcgAAAAAAdAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAABTwAAAAABawAAAAACXgAAAAADdAAAAAACQQAAAAAAQQAAAAAAQQAAAAAAVAAAAAACVAAAAAABVAAAAAABfwAAAAAAVAAAAAABVAAAAAADVAAAAAABVAAAAAADTwAAAAABTwAAAAACTwAAAAAAXgAAAAACXgAAAAACUAAAAAAAXgAAAAABXgAAAAACTwAAAAADTwAAAAADTwAAAAAAfwAAAAAAVAAAAAACVAAAAAADVAAAAAAAVAAAAAADTwAAAAADVwAAAAACTwAAAAAATwAAAAAAawAAAAACTwAAAAABawAAAAADawAAAAAAawAAAAAAawAAAAADawAAAAAAawAAAAADTwAAAAACTwAAAAAATwAAAAABTwAAAAADVwAAAAACVwAAAAADVwAAAAACTwAAAAADawAAAAABTwAAAAAAawAAAAADawAAAAAAawAAAAABawAAAAACawAAAAACawAAAAABawAAAAACawAAAAADawAAAAADawAAAAADTwAAAAADVwAAAAADTwAAAAACTwAAAAADXgAAAAADUAAAAAAAXgAAAAABXgAAAAABXgAAAAACXgAAAAADXgAAAAACXgAAAAAAXgAAAAACXgAAAAAAXgAAAAADXgAAAAAATwAAAAACTwAAAAABTwAAAAADXgAAAAADXgAAAAADfwAAAAAAUAAAAAAAXgAAAAACXgAAAAABXgAAAAAAXgAAAAADXgAAAAADUAAAAAAAfwAAAAAAXgAAAAAAfwAAAAAAawAAAAADawAAAAAAawAAAAACXgAAAAABXgAAAAABfwAAAAAAewAAAAACewAAAAACewAAAAACewAAAAADewAAAAACewAAAAAAewAAAAACMgAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAACTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAewAAAAACewAAAAADewAAAAABewAAAAABewAAAAACewAAAAAAewAAAAABMgAAAAAAMgAAAAAAfwAAAAAAXgAAAAABawAAAAACXgAAAAACfwAAAAAAMgAAAAAAMgAAAAAAewAAAAAAewAAAAADewAAAAACewAAAAADewAAAAAAewAAAAAAewAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAXgAAAAAAawAAAAACXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAADUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADawAAAAAAXgAAAAADUAAAAAAAewAAAAADewAAAAADewAAAAACewAAAAAAewAAAAABewAAAAADfwAAAAAAewAAAAACewAAAAADewAAAAABewAAAAABfwAAAAAAXgAAAAABawAAAAACXgAAAAABUAAAAAAAewAAAAADewAAAAAAewAAAAABewAAAAADewAAAAABewAAAAAAfwAAAAAAewAAAAABewAAAAABewAAAAABewAAAAAAfwAAAAAAXgAAAAACawAAAAAAXgAAAAAAUAAAAAAAewAAAAADewAAAAACewAAAAAAewAAAAACewAAAAAAewAAAAADTwAAAAABewAAAAADewAAAAAAewAAAAAAewAAAAAATwAAAAACXgAAAAACawAAAAABXgAAAAAAUAAAAAAAewAAAAABewAAAAADewAAAAABewAAAAABewAAAAACewAAAAABfwAAAAAAewAAAAADewAAAAACewAAAAADewAAAAADfwAAAAAAXgAAAAABawAAAAACXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 1,1: ind: 1,1 - tiles: fwAAAAAAfwAAAAAAdAAAAAACcgAAAAAAdAAAAAAAVAAAAAAAewAAAAACewAAAAADXgAAAAABawAAAAAAXgAAAAAAawAAAAABXgAAAAAAXgAAAAAAXgAAAAACXgAAAAADVAAAAAAAfwAAAAAAVAAAAAAAVAAAAAAAVAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAABfwAAAAAATwAAAAABTwAAAAADTwAAAAAAfwAAAAAAXgAAAAACXgAAAAABXgAAAAACXgAAAAADXgAAAAABXgAAAAABXgAAAAADXgAAAAAAXgAAAAABXgAAAAACTwAAAAADawAAAAAAawAAAAAAawAAAAAAawAAAAADawAAAAABawAAAAAAawAAAAABawAAAAAAawAAAAACawAAAAABawAAAAABawAAAAABawAAAAADawAAAAADawAAAAABawAAAAADawAAAAADawAAAAAAawAAAAADawAAAAAAawAAAAADawAAAAADawAAAAACawAAAAABawAAAAABawAAAAAAawAAAAACawAAAAACawAAAAADawAAAAABawAAAAADXgAAAAABXgAAAAABXgAAAAAAXgAAAAADXgAAAAADXgAAAAAAXgAAAAADXgAAAAACXgAAAAAAXgAAAAABJwAAAAACJwAAAAABJwAAAAADJwAAAAABJwAAAAADXgAAAAAAfwAAAAAATwAAAAACfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAATwAAAAADVAAAAAABVAAAAAABVAAAAAADVAAAAAAAVAAAAAAAVAAAAAADfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAJwAAAAABJwAAAAACJwAAAAADJwAAAAAAJwAAAAACJwAAAAAAVAAAAAACTwAAAAAATwAAAAABTwAAAAAATwAAAAABVAAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAJwAAAAADJwAAAAACJwAAAAAAJwAAAAABJwAAAAADJwAAAAAAVAAAAAADTwAAAAACVAAAAAAAVAAAAAABTwAAAAADVAAAAAADfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAAAXgAAAAADfwAAAAAATwAAAAAAVAAAAAABTwAAAAABVAAAAAABVAAAAAABTwAAAAADVAAAAAACfwAAAAAAbwAAAAACfwAAAAAAfwAAAAAAJwAAAAADJwAAAAACJwAAAAADJwAAAAABJwAAAAADJwAAAAACVAAAAAACTwAAAAABVAAAAAACVAAAAAADTwAAAAABVAAAAAACfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAJwAAAAABJwAAAAAAJwAAAAAAJwAAAAACJwAAAAAAJwAAAAACVAAAAAAATwAAAAAAVAAAAAABVAAAAAACTwAAAAACVAAAAAADfwAAAAAAbwAAAAAAfwAAAAAAfwAAAAAAJwAAAAACJwAAAAAAJwAAAAABJwAAAAADJwAAAAABJwAAAAAAVAAAAAABTwAAAAADTwAAAAAATwAAAAACTwAAAAACVAAAAAACTwAAAAABbwAAAAABfwAAAAAAfwAAAAAAJwAAAAADJwAAAAACJwAAAAACJwAAAAAAJwAAAAAAJwAAAAABVAAAAAACVAAAAAAAVAAAAAACVAAAAAACVAAAAAABVAAAAAAAfwAAAAAAbwAAAAACfwAAAAAAfwAAAAAAJwAAAAAAJwAAAAAAJwAAAAADJwAAAAABJwAAAAADJwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA + tiles: fwAAAAAAfwAAAAAAdAAAAAABcgAAAAAAdAAAAAAAVAAAAAACewAAAAADewAAAAADXgAAAAABawAAAAACXgAAAAAAawAAAAAAXgAAAAACXgAAAAABXgAAAAACXgAAAAABVAAAAAADfwAAAAAAVAAAAAADVAAAAAACVAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAABfwAAAAAATwAAAAACTwAAAAACTwAAAAADfwAAAAAAXgAAAAABXgAAAAABXgAAAAADXgAAAAADXgAAAAACXgAAAAACXgAAAAABXgAAAAACXgAAAAADXgAAAAADTwAAAAADawAAAAACawAAAAACawAAAAABawAAAAABawAAAAABawAAAAABawAAAAADawAAAAACawAAAAABawAAAAACawAAAAADawAAAAACawAAAAACawAAAAAAawAAAAABawAAAAAAawAAAAADawAAAAACawAAAAADawAAAAABawAAAAAAawAAAAAAawAAAAAAawAAAAACawAAAAAAawAAAAABawAAAAACawAAAAABawAAAAAAawAAAAACawAAAAABXgAAAAADXgAAAAACXgAAAAACXgAAAAACXgAAAAACXgAAAAAAXgAAAAACXgAAAAABXgAAAAABXgAAAAABJwAAAAAAJwAAAAABJwAAAAACJwAAAAADJwAAAAADXgAAAAADfwAAAAAATwAAAAABfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAATwAAAAADVAAAAAABVAAAAAACVAAAAAAAVAAAAAAAVAAAAAACVAAAAAABfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAJwAAAAAAJwAAAAADJwAAAAADJwAAAAACJwAAAAAAJwAAAAAAVAAAAAADTwAAAAABTwAAAAADTwAAAAADTwAAAAAAVAAAAAABfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAJwAAAAAAJwAAAAABJwAAAAADJwAAAAACJwAAAAABJwAAAAAAVAAAAAABTwAAAAABVAAAAAACVAAAAAABTwAAAAACVAAAAAACfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAADXgAAAAADfwAAAAAATwAAAAABVAAAAAAATwAAAAADVAAAAAAAVAAAAAADTwAAAAADVAAAAAAAfwAAAAAAbwAAAAADfwAAAAAAfwAAAAAAJwAAAAABJwAAAAAAJwAAAAAAJwAAAAADJwAAAAAAJwAAAAAAVAAAAAABTwAAAAABVAAAAAACVAAAAAACTwAAAAAAVAAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAJwAAAAABJwAAAAABJwAAAAADJwAAAAADJwAAAAAAJwAAAAAAVAAAAAACTwAAAAAAVAAAAAADVAAAAAAATwAAAAABVAAAAAAAfwAAAAAAbwAAAAABfwAAAAAAfwAAAAAAJwAAAAADJwAAAAABJwAAAAADJwAAAAACJwAAAAADJwAAAAABVAAAAAADTwAAAAABTwAAAAAATwAAAAACTwAAAAABVAAAAAABTwAAAAAAbwAAAAABfwAAAAAAfwAAAAAAJwAAAAABJwAAAAADJwAAAAABJwAAAAABJwAAAAAAJwAAAAACVAAAAAABVAAAAAAAVAAAAAABVAAAAAADVAAAAAAAVAAAAAABfwAAAAAAbwAAAAABfwAAAAAAfwAAAAAAJwAAAAADJwAAAAADJwAAAAADJwAAAAAAJwAAAAADJwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 -2,1: ind: -2,1 - tiles: bgAAAAAAfwAAAAAAewAAAAABewAAAAAAfwAAAAAAewAAAAAAewAAAAADfwAAAAAAewAAAAACewAAAAADfwAAAAAAewAAAAADewAAAAABfwAAAAAAewAAAAACewAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAABfwAAAAAATwAAAAACTwAAAAADfwAAAAAATwAAAAABTwAAAAABfwAAAAAATwAAAAACTwAAAAABfwAAAAAATwAAAAABTwAAAAACfwAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAXgAAAAACXgAAAAACXgAAAAADXgAAAAACXgAAAAABXgAAAAADXgAAAAABXgAAAAAAXgAAAAABXgAAAAADXgAAAAADXgAAAAAAXgAAAAACXgAAAAAAXgAAAAACXgAAAAACawAAAAADawAAAAADawAAAAAAawAAAAABawAAAAABawAAAAACawAAAAADawAAAAABawAAAAAAawAAAAACawAAAAACawAAAAACawAAAAABawAAAAAAawAAAAABawAAAAABawAAAAABawAAAAACawAAAAABawAAAAABawAAAAADawAAAAABawAAAAADawAAAAAAawAAAAACawAAAAABawAAAAAAawAAAAABawAAAAABawAAAAADawAAAAACawAAAAAAXgAAAAAAXgAAAAACXgAAAAACXgAAAAADXgAAAAAAXgAAAAAAXgAAAAADXgAAAAADXgAAAAAAXgAAAAADXgAAAAADXgAAAAADXgAAAAACXgAAAAAAXgAAAAABXgAAAAABTwAAAAACTwAAAAACTwAAAAACTwAAAAACTwAAAAAATwAAAAAATwAAAAAATwAAAAACfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAVAAAAAAAVAAAAAABVAAAAAADfwAAAAAAVAAAAAABVAAAAAADVAAAAAAAfwAAAAAAIAAAAAAAIAAAAAABIAAAAAABIAAAAAADIAAAAAACIAAAAAAAIAAAAAADfwAAAAAAVAAAAAAAVAAAAAAAVAAAAAADfwAAAAAAVAAAAAADVAAAAAADVAAAAAABfwAAAAAAIAAAAAACIAAAAAACIAAAAAACIAAAAAAAIAAAAAAAIAAAAAABIAAAAAACfwAAAAAATwAAAAABTwAAAAABTwAAAAADfwAAAAAATwAAAAACTwAAAAACTwAAAAAAfwAAAAAAIAAAAAABIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAABIAAAAAADIAAAAAACfwAAAAAATwAAAAADTwAAAAAATwAAAAACfwAAAAAATwAAAAAATwAAAAABTwAAAAABfwAAAAAAfwAAAAAAIAAAAAABIAAAAAADIAAAAAAAfwAAAAAAfwAAAAAATwAAAAABIQAAAAABIQAAAAADIQAAAAACIQAAAAAAIQAAAAADIQAAAAABIQAAAAADIQAAAAABUAAAAAAAIAAAAAADIAAAAAACIAAAAAABIAAAAAACfwAAAAAAIAAAAAADIAAAAAACIQAAAAABIQAAAAAAIQAAAAABIQAAAAADIQAAAAAAIQAAAAADIQAAAAADIQAAAAAATwAAAAADIAAAAAABIAAAAAAAIAAAAAABIAAAAAADIAAAAAABIAAAAAADIAAAAAAAIQAAAAADIQAAAAAAIQAAAAADIQAAAAABIQAAAAACIQAAAAABIQAAAAAAIQAAAAACUAAAAAAAIAAAAAACIAAAAAAAIAAAAAABIAAAAAABIAAAAAAAIAAAAAABIAAAAAABVAAAAAACTwAAAAACTwAAAAAATwAAAAACTwAAAAACTwAAAAACTwAAAAABTwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAADgAAAAABDgAAAAADDgAAAAAADgAAAAAC + tiles: bgAAAAAAfwAAAAAAewAAAAABewAAAAADfwAAAAAAewAAAAACewAAAAABfwAAAAAAewAAAAABewAAAAADfwAAAAAAewAAAAACewAAAAACfwAAAAAAewAAAAABewAAAAADfwAAAAAAfwAAAAAATwAAAAADTwAAAAABfwAAAAAATwAAAAAATwAAAAACfwAAAAAATwAAAAABTwAAAAACfwAAAAAATwAAAAABTwAAAAACfwAAAAAATwAAAAAATwAAAAACfwAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAXgAAAAABXgAAAAADXgAAAAABXgAAAAACXgAAAAABXgAAAAAAXgAAAAACXgAAAAACXgAAAAABXgAAAAACXgAAAAABXgAAAAADXgAAAAADXgAAAAAAXgAAAAADXgAAAAACawAAAAABawAAAAABawAAAAAAawAAAAACawAAAAAAawAAAAACawAAAAAAawAAAAADawAAAAADawAAAAACawAAAAACawAAAAAAawAAAAABawAAAAABawAAAAACawAAAAABawAAAAACawAAAAACawAAAAABawAAAAAAawAAAAABawAAAAADawAAAAABawAAAAACawAAAAADawAAAAAAawAAAAACawAAAAABawAAAAAAawAAAAABawAAAAADawAAAAABXgAAAAABXgAAAAABXgAAAAADXgAAAAACXgAAAAAAXgAAAAABXgAAAAABXgAAAAACXgAAAAACXgAAAAADXgAAAAABXgAAAAAAXgAAAAAAXgAAAAABXgAAAAABXgAAAAACTwAAAAAATwAAAAABTwAAAAADTwAAAAACTwAAAAADTwAAAAAATwAAAAADTwAAAAABfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAVAAAAAACVAAAAAADVAAAAAADfwAAAAAAVAAAAAADVAAAAAACVAAAAAADfwAAAAAAIAAAAAACIAAAAAAAIAAAAAACIAAAAAAAIAAAAAADIAAAAAACIAAAAAADfwAAAAAAVAAAAAAAVAAAAAADVAAAAAADfwAAAAAAVAAAAAABVAAAAAAAVAAAAAACfwAAAAAAIAAAAAABIAAAAAACIAAAAAACIAAAAAACIAAAAAAAIAAAAAAAIAAAAAAAfwAAAAAATwAAAAABTwAAAAADTwAAAAACfwAAAAAATwAAAAABTwAAAAAATwAAAAAAfwAAAAAAIAAAAAACIAAAAAABIAAAAAAAIAAAAAABIAAAAAABIAAAAAAAIAAAAAABfwAAAAAATwAAAAACTwAAAAADTwAAAAAAfwAAAAAATwAAAAABTwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABIAAAAAACIAAAAAADfwAAAAAAfwAAAAAATwAAAAADIQAAAAAAIQAAAAABIQAAAAABIQAAAAAAIQAAAAAAIQAAAAADIQAAAAACIQAAAAADUAAAAAAAIAAAAAADIAAAAAADIAAAAAADIAAAAAABfwAAAAAAIAAAAAABIAAAAAADIQAAAAACIQAAAAABIQAAAAABIQAAAAADIQAAAAADIQAAAAACIQAAAAABIQAAAAADTwAAAAAAIAAAAAABIAAAAAABIAAAAAADIAAAAAACIAAAAAADIAAAAAAAIAAAAAAAIQAAAAAAIQAAAAABIQAAAAADIQAAAAADIQAAAAAAIQAAAAABIQAAAAAAIQAAAAAAUAAAAAAAIAAAAAADIAAAAAABIAAAAAABIAAAAAABIAAAAAADIAAAAAABIAAAAAADVAAAAAAATwAAAAAATwAAAAABTwAAAAAATwAAAAAATwAAAAACTwAAAAAATwAAAAADfwAAAAAAfwAAAAAATwAAAAABfwAAAAAADgAAAAACDgAAAAAADgAAAAACDgAAAAAC version: 6 -2,0: ind: -2,0 - tiles: NAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAADTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAATwAAAAADbgAAAAAAfwAAAAAAbgAAAAAAeAAAAAABcQAAAAAAcQAAAAABcQAAAAADcQAAAAABcQAAAAADcQAAAAAAcQAAAAACNAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADcQAAAAAAcQAAAAABcQAAAAAAcQAAAAAAcQAAAAABcQAAAAACcQAAAAABNAAAAAAAfwAAAAAAfwAAAAAANAAAAAAATwAAAAABbwAAAAACfwAAAAAAbgAAAAAAeAAAAAADcQAAAAABcQAAAAABcQAAAAADcQAAAAADcQAAAAAAcQAAAAADcQAAAAABNAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAATwAAAAAATwAAAAADTwAAAAABTwAAAAADTwAAAAABTwAAAAAATwAAAAACTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbwAAAAACcQAAAAADcgAAAAAAcgAAAAAAcgAAAAACcgAAAAABcgAAAAADcgAAAAAAcgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAcQAAAAACcgAAAAACcgAAAAAAcgAAAAABcgAAAAADcgAAAAAAcgAAAAAAcgAAAAABbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAcQAAAAABcgAAAAACcgAAAAABcgAAAAAAcgAAAAACcgAAAAACcgAAAAAAcgAAAAADbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAewAAAAAAewAAAAADfwAAAAAAewAAAAADewAAAAADfwAAAAAAewAAAAACewAAAAABfwAAAAAAewAAAAABewAAAAADfwAAAAAAewAAAAAAewAAAAABbgAAAAAAfwAAAAAAewAAAAADewAAAAABfwAAAAAAewAAAAACewAAAAACfwAAAAAAewAAAAACewAAAAABfwAAAAAAewAAAAABewAAAAABfwAAAAAAewAAAAADewAAAAADbgAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAbwAAAAADfwAAAAAAcQAAAAABcQAAAAACcQAAAAABcQAAAAADcQAAAAABcQAAAAADcQAAAAADcQAAAAADcQAAAAABcQAAAAAAcQAAAAACcQAAAAAAcQAAAAABcQAAAAACbgAAAAAAfwAAAAAAcQAAAAAAcQAAAAADcQAAAAAAcQAAAAADcQAAAAACcQAAAAABcQAAAAACcQAAAAACcQAAAAAAcQAAAAACcQAAAAABcQAAAAACcQAAAAABcQAAAAADbgAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAbgAAAAAAfwAAAAAAewAAAAADewAAAAADfwAAAAAAewAAAAACewAAAAAAfwAAAAAAewAAAAADewAAAAADfwAAAAAAewAAAAAAewAAAAAAfwAAAAAAewAAAAABewAAAAAB + tiles: NAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAATwAAAAABbgAAAAAAfwAAAAAAbgAAAAAAeAAAAAADcQAAAAAAcQAAAAACcQAAAAABcQAAAAACcQAAAAADcQAAAAADcQAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADcQAAAAAAcQAAAAACcQAAAAADcQAAAAAAcQAAAAACcQAAAAABcQAAAAAANAAAAAAAfwAAAAAAfwAAAAAANAAAAAAATwAAAAABbwAAAAACfwAAAAAAbgAAAAAAeAAAAAADcQAAAAAAcQAAAAAAcQAAAAADcQAAAAACcQAAAAABcQAAAAABcQAAAAABNAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAATwAAAAAATwAAAAADTwAAAAABTwAAAAAATwAAAAABTwAAAAAATwAAAAACTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbwAAAAADcQAAAAAAcgAAAAACcgAAAAACcgAAAAADcgAAAAADcgAAAAACcgAAAAABcgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAcQAAAAACcgAAAAADcgAAAAABcgAAAAABcgAAAAACcgAAAAAAcgAAAAACcgAAAAABbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAcQAAAAACcgAAAAABcgAAAAABcgAAAAABcgAAAAABcgAAAAACcgAAAAADcgAAAAADbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAewAAAAAAewAAAAAAfwAAAAAAewAAAAAAewAAAAAAfwAAAAAAewAAAAABewAAAAADfwAAAAAAewAAAAADewAAAAABfwAAAAAAewAAAAADewAAAAAAbgAAAAAAfwAAAAAAewAAAAABewAAAAADfwAAAAAAewAAAAACewAAAAACfwAAAAAAewAAAAACewAAAAACfwAAAAAAewAAAAAAewAAAAABfwAAAAAAewAAAAADewAAAAAAbgAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAbwAAAAADfwAAAAAAcQAAAAADcQAAAAADcQAAAAACcQAAAAACcQAAAAABcQAAAAABcQAAAAADcQAAAAACcQAAAAAAcQAAAAABcQAAAAABcQAAAAADcQAAAAADcQAAAAADbgAAAAAAfwAAAAAAcQAAAAABcQAAAAADcQAAAAABcQAAAAADcQAAAAACcQAAAAAAcQAAAAADcQAAAAACcQAAAAACcQAAAAACcQAAAAADcQAAAAADcQAAAAABcQAAAAABbgAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAewAAAAACewAAAAADfwAAAAAAewAAAAADewAAAAABfwAAAAAAewAAAAADewAAAAAAfwAAAAAAewAAAAADewAAAAACfwAAAAAAewAAAAACewAAAAAC version: 6 -2,-1: ind: -2,-1 - tiles: awAAAAABawAAAAADawAAAAADawAAAAACawAAAAABawAAAAAAawAAAAAAawAAAAACawAAAAABawAAAAABawAAAAACawAAAAADawAAAAAAawAAAAACawAAAAACawAAAAABawAAAAAAawAAAAAAawAAAAABawAAAAABawAAAAAAawAAAAABawAAAAABawAAAAADawAAAAADawAAAAADawAAAAACawAAAAAAawAAAAACawAAAAACawAAAAACawAAAAAAXgAAAAAAXgAAAAACMgAAAAAAMgAAAAAAXgAAAAAADAAAAAAADAAAAAAADAAAAAABDAAAAAAADAAAAAABXgAAAAAADAAAAAABDAAAAAAADAAAAAACDAAAAAAADAAAAAACfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAACTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAABTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACbwAAAAADfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAewAAAAAAewAAAAABewAAAAADewAAAAAAewAAAAADfwAAAAAAIQAAAAABIQAAAAACbgAAAAAAfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAewAAAAABewAAAAACewAAAAADewAAAAADewAAAAABfwAAAAAAIQAAAAADIQAAAAACbgAAAAAAfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAewAAAAADewAAAAACewAAAAACewAAAAADewAAAAADfwAAAAAAIQAAAAACIQAAAAABbgAAAAAAfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAewAAAAAAewAAAAADewAAAAAAewAAAAACewAAAAADfwAAAAAAIQAAAAADIQAAAAAAbwAAAAACfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAewAAAAADewAAAAAAewAAAAABewAAAAACewAAAAACfwAAAAAAIQAAAAABIQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAADTwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAADbwAAAAADbwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAABbgAAAAAAbgAAAAAAbwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAbwAAAAABbwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAABbwAAAAACbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAA + tiles: awAAAAAAawAAAAABawAAAAABawAAAAACawAAAAAAawAAAAACawAAAAABawAAAAABawAAAAACawAAAAACawAAAAACawAAAAABawAAAAADawAAAAABawAAAAAAawAAAAABawAAAAACawAAAAAAawAAAAADawAAAAABawAAAAABawAAAAAAawAAAAADawAAAAADawAAAAAAawAAAAABawAAAAACawAAAAAAawAAAAABawAAAAACawAAAAADawAAAAABXgAAAAAAXgAAAAAAMgAAAAAAMgAAAAAAXgAAAAABDAAAAAADDAAAAAACDAAAAAADDAAAAAADDAAAAAACXgAAAAACDAAAAAACDAAAAAAADAAAAAADDAAAAAACDAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAbwAAAAACfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAewAAAAABewAAAAACewAAAAADewAAAAACewAAAAABfwAAAAAAewAAAAACewAAAAADbgAAAAAAfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAewAAAAADewAAAAADewAAAAADewAAAAAAewAAAAADfwAAAAAAewAAAAACewAAAAACbgAAAAAAfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAewAAAAAAewAAAAADewAAAAAAewAAAAACewAAAAACfwAAAAAAewAAAAACewAAAAABbgAAAAAAfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAewAAAAADewAAAAADewAAAAABewAAAAACewAAAAACfwAAAAAAewAAAAACewAAAAAAbwAAAAAAfwAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfwAAAAAAewAAAAACewAAAAABewAAAAABewAAAAAAewAAAAADfwAAAAAAewAAAAACewAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAAATwAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAABbwAAAAACbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAABbgAAAAAAbgAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAACbwAAAAADbwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAADbwAAAAACbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAA version: 6 -3,1: ind: -3,1 - tiles: IQAAAAADIQAAAAACfwAAAAAAawAAAAACawAAAAAAawAAAAADawAAAAADawAAAAABawAAAAABawAAAAADawAAAAAAfwAAAAAAbwAAAAAAbgAAAAAAbwAAAAACfwAAAAAAIQAAAAABIQAAAAAAfwAAAAAAXgAAAAACXgAAAAADXgAAAAABXgAAAAADXgAAAAACTwAAAAACTwAAAAABTwAAAAACXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIQAAAAACIQAAAAABfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAAATwAAAAADXgAAAAAAawAAAAABawAAAAACXgAAAAABXgAAAAAAXgAAAAAAXgAAAAADXgAAAAAAVAAAAAACVAAAAAAAbgAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAANAAAAAAAXgAAAAAAawAAAAADawAAAAADXgAAAAABXgAAAAABXgAAAAABXgAAAAADXgAAAAACTwAAAAADfwAAAAAAbwAAAAABfwAAAAAATwAAAAACfwAAAAAAfwAAAAAANAAAAAAAXgAAAAACawAAAAACawAAAAABawAAAAAAawAAAAABawAAAAAAawAAAAABawAAAAACIQAAAAACIQAAAAADbgAAAAAAfwAAAAAAXgAAAAACNAAAAAAANAAAAAAANAAAAAAAXgAAAAADawAAAAAAawAAAAADawAAAAACawAAAAABawAAAAAAawAAAAABawAAAAAAIQAAAAACIQAAAAADTwAAAAABfwAAAAAAfwAAAAAATwAAAAABTwAAAAADTwAAAAADewAAAAABXgAAAAADXgAAAAADXgAAAAABXgAAAAABXgAAAAABXgAAAAACXgAAAAADIQAAAAADIQAAAAACbwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAABewAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAADTwAAAAACTwAAAAABTwAAAAADIQAAAAADfwAAAAAAbwAAAAABfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAABewAAAAABVAAAAAABVAAAAAABVAAAAAACfwAAAAAAVAAAAAABVAAAAAAAVAAAAAAAIQAAAAAAVAAAAAABbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbwAAAAACbwAAAAACfwAAAAAAVAAAAAABVAAAAAAAVAAAAAAAfwAAAAAAVAAAAAAAVAAAAAADVAAAAAABIQAAAAABVAAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAABTwAAAAADfwAAAAAATwAAAAABTwAAAAACTwAAAAABIQAAAAACfwAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAATwAAAAACTwAAAAABTwAAAAAAfwAAAAAATwAAAAADTwAAAAAATwAAAAABfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAIQAAAAACIQAAAAADIQAAAAAAIQAAAAABIQAAAAABIQAAAAABIQAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAATwAAAAAAIQAAAAADIQAAAAAAIQAAAAABIQAAAAACIQAAAAABIQAAAAAAIQAAAAACfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAIQAAAAAAIQAAAAADIQAAAAAAIQAAAAABIQAAAAACIQAAAAACIQAAAAABfwAAAAAAbwAAAAABbwAAAAADbgAAAAAATwAAAAACbgAAAAAAbwAAAAABfwAAAAAAfwAAAAAATwAAAAADTwAAAAACTwAAAAACTwAAAAABTwAAAAAAVAAAAAAAVAAAAAAB + tiles: IQAAAAABIQAAAAAAfwAAAAAAawAAAAAAawAAAAADawAAAAABawAAAAACawAAAAADawAAAAADawAAAAAAawAAAAAAfwAAAAAAbwAAAAABbgAAAAAAbwAAAAADfwAAAAAAIQAAAAACIQAAAAAAfwAAAAAAXgAAAAADXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAACTwAAAAACTwAAAAADTwAAAAACXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIQAAAAAAIQAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAAATwAAAAABXgAAAAADawAAAAABawAAAAABXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAABXgAAAAAAVAAAAAAAVAAAAAAAbgAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAANAAAAAAAXgAAAAACawAAAAABawAAAAACXgAAAAADXgAAAAACXgAAAAAAXgAAAAACXgAAAAABTwAAAAABfwAAAAAAbwAAAAABfwAAAAAATwAAAAACfwAAAAAAfwAAAAAANAAAAAAAXgAAAAADawAAAAACawAAAAAAawAAAAAAawAAAAABawAAAAADawAAAAADawAAAAACIQAAAAACIQAAAAAAbgAAAAAAfwAAAAAAXgAAAAACNAAAAAAANAAAAAAANAAAAAAAXgAAAAADawAAAAACawAAAAACawAAAAABawAAAAADawAAAAACawAAAAAAawAAAAABIQAAAAACIQAAAAAATwAAAAADfwAAAAAAfwAAAAAATwAAAAABTwAAAAAATwAAAAACewAAAAACXgAAAAADXgAAAAACXgAAAAADXgAAAAACXgAAAAAAXgAAAAADXgAAAAAAIQAAAAADIQAAAAABbwAAAAACfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAACewAAAAABTwAAAAABTwAAAAABTwAAAAABTwAAAAABTwAAAAADTwAAAAABTwAAAAADIQAAAAADfwAAAAAAbwAAAAACfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAACewAAAAACVAAAAAADVAAAAAAAVAAAAAABfwAAAAAAVAAAAAACVAAAAAAAVAAAAAACIQAAAAACVAAAAAADbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbwAAAAABbwAAAAACfwAAAAAAVAAAAAABVAAAAAADVAAAAAAAfwAAAAAAVAAAAAABVAAAAAABVAAAAAAAIQAAAAADVAAAAAADbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAACTwAAAAACfwAAAAAATwAAAAAATwAAAAACTwAAAAADIQAAAAADfwAAAAAAbgAAAAAAbgAAAAAAbwAAAAADbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAATwAAAAACTwAAAAABTwAAAAADfwAAAAAATwAAAAAATwAAAAAATwAAAAADfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAIQAAAAABIQAAAAABIQAAAAABIQAAAAAAIQAAAAACIQAAAAAAIQAAAAABbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAATwAAAAADIQAAAAADIQAAAAABIQAAAAACIQAAAAADIQAAAAADIQAAAAACIQAAAAACfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAIQAAAAADIQAAAAADIQAAAAACIQAAAAAAIQAAAAADIQAAAAABIQAAAAACfwAAAAAAbwAAAAADbwAAAAACbgAAAAAATwAAAAADbgAAAAAAbwAAAAACfwAAAAAAfwAAAAAATwAAAAADTwAAAAABTwAAAAAATwAAAAABTwAAAAABVAAAAAADVAAAAAAA version: 6 -3,0: ind: -3,0 - tiles: XgAAAAABawAAAAAAXgAAAAADUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAXgAAAAACawAAAAADXgAAAAACUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADXgAAAAAAawAAAAAAXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACXgAAAAACawAAAAABXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAATwAAAAADXgAAAAAAawAAAAACXgAAAAABXgAAAAAATwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAATwAAAAADXgAAAAACawAAAAADXgAAAAAAXgAAAAADTwAAAAABfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAUAAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAXgAAAAACawAAAAADXgAAAAACXgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADawAAAAACXgAAAAADXgAAAAACXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAACTwAAAAADfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAawAAAAAAawAAAAACawAAAAAAawAAAAABawAAAAAAfwAAAAAAVAAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAACXgAAAAADawAAAAABawAAAAAAfwAAAAAAVAAAAAABbwAAAAACbwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAACXgAAAAADfwAAAAAAVAAAAAADbgAAAAAAbwAAAAAAbwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAIQAAAAABIQAAAAABfwAAAAAAawAAAAAAawAAAAABfwAAAAAAfwAAAAAAbgAAAAAAbwAAAAADbwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAATwAAAAACfwAAAAAAIQAAAAADIQAAAAAATwAAAAADawAAAAABawAAAAAAXgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbwAAAAACbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAIQAAAAABIQAAAAADfwAAAAAAawAAAAABawAAAAACXgAAAAADfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbwAAAAABfwAAAAAAfwAAAAAAIQAAAAAAIQAAAAACfwAAAAAAawAAAAABawAAAAAAXgAAAAADXgAAAAAAfwAAAAAATwAAAAAATwAAAAABTwAAAAACfwAAAAAAbwAAAAAAbwAAAAABbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAADawAAAAADawAAAAABawAAAAAAawAAAAACawAAAAAAawAAAAADawAAAAADfwAAAAAAbwAAAAAAbwAAAAABbgAAAAAAfwAAAAAA + tiles: XgAAAAADawAAAAACXgAAAAACUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAXgAAAAAAawAAAAADXgAAAAABUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABXgAAAAADawAAAAADXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADXgAAAAABawAAAAABXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAATwAAAAAAXgAAAAABawAAAAADXgAAAAABXgAAAAACTwAAAAACfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAATwAAAAACXgAAAAAAawAAAAABXgAAAAADXgAAAAACTwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAUAAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAXgAAAAABawAAAAABXgAAAAADXgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAawAAAAADXgAAAAAAXgAAAAAAXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAADTwAAAAABfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAawAAAAADawAAAAAAawAAAAABawAAAAABawAAAAACfwAAAAAAVAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAAAXgAAAAAAawAAAAAAawAAAAACfwAAAAAAVAAAAAADbwAAAAADbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAAAXgAAAAADfwAAAAAAVAAAAAADbgAAAAAAbwAAAAABbwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAIQAAAAACIQAAAAACfwAAAAAAawAAAAABawAAAAACfwAAAAAAfwAAAAAAbgAAAAAAbwAAAAABbwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAATwAAAAADfwAAAAAAIQAAAAADIQAAAAADTwAAAAABawAAAAABawAAAAABXgAAAAADfwAAAAAAbgAAAAAAbgAAAAAAbwAAAAACbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAIQAAAAABIQAAAAADfwAAAAAAawAAAAACawAAAAACXgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbwAAAAACfwAAAAAAfwAAAAAAIQAAAAADIQAAAAAAfwAAAAAAawAAAAABawAAAAABXgAAAAABXgAAAAACfwAAAAAATwAAAAADTwAAAAAATwAAAAAAfwAAAAAAbwAAAAABbwAAAAADbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAACawAAAAABawAAAAADawAAAAAAawAAAAACawAAAAADawAAAAACawAAAAADfwAAAAAAbwAAAAABbwAAAAADbgAAAAAAfwAAAAAA version: 6 -3,-1: ind: -3,-1 - tiles: XgAAAAABXgAAAAADXgAAAAAAXgAAAAACXgAAAAAAXgAAAAACXgAAAAAAXgAAAAABawAAAAACawAAAAAAawAAAAAAawAAAAABawAAAAADTwAAAAABawAAAAACawAAAAACXgAAAAADXgAAAAACXgAAAAACXgAAAAADXgAAAAACXgAAAAADawAAAAACawAAAAABawAAAAACawAAAAADawAAAAAAawAAAAADawAAAAADTwAAAAACawAAAAACawAAAAAAXgAAAAABfwAAAAAAXgAAAAACXgAAAAABXgAAAAADawAAAAACawAAAAACXgAAAAABXgAAAAADXgAAAAAAXgAAAAADXgAAAAAAXgAAAAADUAAAAAAAXgAAAAACXgAAAAAAUAAAAAAAfwAAAAAAXgAAAAAAXgAAAAABawAAAAAAawAAAAABXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADXgAAAAAAXgAAAAADawAAAAACawAAAAACawAAAAABXgAAAAADXgAAAAADXgAAAAABXgAAAAACXgAAAAABXgAAAAADfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAXgAAAAAAawAAAAADawAAAAACawAAAAAAXgAAAAACXgAAAAAAXgAAAAACXgAAAAACXgAAAAABXgAAAAAAXgAAAAACfwAAAAAAbwAAAAABbwAAAAABbgAAAAAAfwAAAAAAXgAAAAACawAAAAAAawAAAAABXgAAAAACXgAAAAAAfwAAAAAAUAAAAAAAbwAAAAAATwAAAAADTwAAAAABTwAAAAACfwAAAAAAbwAAAAACbwAAAAABbgAAAAAAfwAAAAAAXgAAAAAAawAAAAADawAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADAAAAAAAbwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAbgAAAAAAfwAAAAAAXgAAAAADawAAAAABXgAAAAAAfwAAAAAAfwAAAAAADAAAAAADDAAAAAAAbwAAAAABTwAAAAACTwAAAAACTwAAAAADbwAAAAACfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAACTwAAAAADfwAAAAAADAAAAAAADAAAAAADAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAAAXgAAAAAAfwAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAXgAAAAABXgAAAAABXgAAAAACUAAAAAAADAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAACXgAAAAABUAAAAAAADAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAATwAAAAACTwAAAAAAfwAAAAAAXgAAAAACawAAAAABXgAAAAACUAAAAAAADAAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbwAAAAABfwAAAAAAbgAAAAAAXgAAAAADawAAAAABXgAAAAACfwAAAAAADAAAAAABfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAXgAAAAABawAAAAACXgAAAAADUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA + tiles: XgAAAAACXgAAAAABXgAAAAABXgAAAAAAXgAAAAACXgAAAAABXgAAAAAAXgAAAAADawAAAAADawAAAAABawAAAAADawAAAAABawAAAAADTwAAAAADawAAAAAAawAAAAADXgAAAAAAXgAAAAADXgAAAAACXgAAAAABXgAAAAABXgAAAAACawAAAAABawAAAAADawAAAAAAawAAAAABawAAAAABawAAAAACawAAAAACTwAAAAADawAAAAACawAAAAADXgAAAAACfwAAAAAAXgAAAAACXgAAAAAAXgAAAAADawAAAAABawAAAAADXgAAAAADXgAAAAABXgAAAAAAXgAAAAADXgAAAAAAXgAAAAAAUAAAAAAAXgAAAAAAXgAAAAADUAAAAAAAfwAAAAAAXgAAAAAAXgAAAAACawAAAAABawAAAAACXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAXgAAAAABXgAAAAAAawAAAAACawAAAAAAawAAAAABXgAAAAAAXgAAAAACXgAAAAACXgAAAAADXgAAAAADXgAAAAADfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAXgAAAAAAawAAAAACawAAAAABawAAAAABXgAAAAADXgAAAAABXgAAAAADXgAAAAABXgAAAAADXgAAAAACXgAAAAABfwAAAAAAbwAAAAACbwAAAAAAbgAAAAAAfwAAAAAAXgAAAAADawAAAAABawAAAAAAXgAAAAADXgAAAAAAfwAAAAAAUAAAAAAAbwAAAAABTwAAAAACTwAAAAAATwAAAAAAfwAAAAAAbwAAAAACbwAAAAADbgAAAAAAfwAAAAAAXgAAAAADawAAAAACawAAAAACfwAAAAAAfwAAAAAAfwAAAAAADAAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbwAAAAABbgAAAAAAfwAAAAAAXgAAAAACawAAAAADXgAAAAACfwAAAAAAfwAAAAAADAAAAAAADAAAAAACbwAAAAAATwAAAAAATwAAAAACTwAAAAABbwAAAAADfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAADTwAAAAABfwAAAAAADAAAAAABDAAAAAADAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAADXgAAAAADfwAAAAAADAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAXgAAAAAAXgAAAAACXgAAAAADUAAAAAAADAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAACXgAAAAABUAAAAAAADAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAATwAAAAACTwAAAAACfwAAAAAAXgAAAAADawAAAAADXgAAAAACUAAAAAAADAAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbwAAAAABfwAAAAAAbgAAAAAAXgAAAAABawAAAAABXgAAAAAAfwAAAAAADAAAAAACfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAXgAAAAADawAAAAABXgAAAAADUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 -4,1: ind: -4,1 - tiles: fwAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADIAAAAAACIAAAAAAAIQAAAAACIQAAAAACIQAAAAABIQAAAAABIQAAAAABTwAAAAABIQAAAAADIQAAAAAAIQAAAAADIQAAAAADIQAAAAAAIQAAAAABfwAAAAAAIAAAAAACIAAAAAACIAAAAAABTwAAAAADIQAAAAACIQAAAAADIQAAAAABIQAAAAACTwAAAAACIQAAAAAAIQAAAAABIQAAAAACIQAAAAAAIQAAAAAAIQAAAAACTwAAAAABIAAAAAACIAAAAAABIAAAAAAAfwAAAAAAIQAAAAABIQAAAAABIQAAAAABIQAAAAACfwAAAAAAIQAAAAABIQAAAAAAIQAAAAADIQAAAAAAIQAAAAABIQAAAAABfwAAAAAAIAAAAAAAIAAAAAAAIAAAAAABfwAAAAAAVAAAAAAAVAAAAAAAIQAAAAADIQAAAAAAfwAAAAAAVAAAAAABVAAAAAADIQAAAAADIQAAAAABVAAAAAADVAAAAAADfwAAAAAATwAAAAACTwAAAAABTwAAAAADfwAAAAAAfwAAAAAATwAAAAADTwAAAAADTwAAAAADfwAAAAAATwAAAAABTwAAAAADTwAAAAAATwAAAAABTwAAAAAATwAAAAABfwAAAAAAIAAAAAABIAAAAAAAIAAAAAAAfwAAAAAAIQAAAAAAIQAAAAABIQAAAAAAIQAAAAAAIQAAAAACfwAAAAAAVAAAAAACVAAAAAACVAAAAAAAfwAAAAAAIQAAAAAATwAAAAADIAAAAAADIAAAAAADIAAAAAABTwAAAAABIQAAAAABIQAAAAABIQAAAAACIQAAAAADIQAAAAAAIQAAAAADIQAAAAABIQAAAAADIQAAAAACIQAAAAAAIQAAAAAATwAAAAADIAAAAAABIAAAAAABIAAAAAACTwAAAAABIQAAAAABIQAAAAADIQAAAAADIQAAAAACIQAAAAAAIQAAAAAAIQAAAAABIQAAAAADIQAAAAACIQAAAAACIQAAAAACTwAAAAAAIAAAAAABIAAAAAABIAAAAAACTwAAAAADIQAAAAADIQAAAAAAIQAAAAADIQAAAAADTwAAAAACfwAAAAAAIQAAAAABIQAAAAADIQAAAAAAIQAAAAABIQAAAAABTwAAAAADIAAAAAABIAAAAAAAIAAAAAABTwAAAAACIQAAAAADIQAAAAADIQAAAAACIQAAAAABbgAAAAAAfwAAAAAAIQAAAAABIQAAAAACIQAAAAABIQAAAAACIQAAAAADfwAAAAAAIAAAAAABIAAAAAABIAAAAAABfwAAAAAAIQAAAAADIQAAAAADIQAAAAAAIQAAAAABbgAAAAAAfwAAAAAAfwAAAAAAVAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAAAVAAAAAADVAAAAAACfwAAAAAAIQAAAAAAIQAAAAACIQAAAAADIQAAAAAAfwAAAAAAVAAAAAAAIQAAAAADIQAAAAABIQAAAAAAVAAAAAABTwAAAAACVAAAAAADVAAAAAACVAAAAAACVAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAAAIQAAAAABIQAAAAABIQAAAAACVAAAAAAATwAAAAAAVAAAAAACVAAAAAAAVAAAAAACVAAAAAAATwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAfwAAAAAAVAAAAAABIQAAAAABIQAAAAAAIQAAAAAAVAAAAAAATwAAAAADVAAAAAADVAAAAAABVAAAAAACVAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAACVAAAAAABTwAAAAADTwAAAAAAfwAAAAAAfwAAAAAAVAAAAAAAVAAAAAAAVAAAAAABfwAAAAAAVAAAAAADVAAAAAAAVAAAAAADVAAAAAAD + tiles: fwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABIAAAAAADIAAAAAAAIQAAAAACIQAAAAABIQAAAAADIQAAAAACIQAAAAABTwAAAAAAIQAAAAABIQAAAAABIQAAAAADIQAAAAAAIQAAAAACIQAAAAADfwAAAAAAIAAAAAABIAAAAAACIAAAAAAATwAAAAABIQAAAAABIQAAAAADIQAAAAABIQAAAAADTwAAAAABIQAAAAADIQAAAAADIQAAAAABIQAAAAABIQAAAAABIQAAAAADTwAAAAABIAAAAAABIAAAAAADIAAAAAABfwAAAAAAIQAAAAABIQAAAAADIQAAAAAAIQAAAAAAfwAAAAAAIQAAAAACIQAAAAADIQAAAAACIQAAAAADIQAAAAAAIQAAAAADfwAAAAAAIAAAAAAAIAAAAAADIAAAAAADfwAAAAAAVAAAAAADVAAAAAADIQAAAAAAIQAAAAAAfwAAAAAAVAAAAAAAVAAAAAADIQAAAAACIQAAAAACVAAAAAABVAAAAAAAfwAAAAAATwAAAAAATwAAAAABTwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAABTwAAAAAAfwAAAAAATwAAAAAATwAAAAABTwAAAAACTwAAAAADTwAAAAACTwAAAAACfwAAAAAAIAAAAAADIAAAAAADIAAAAAABfwAAAAAAIQAAAAACIQAAAAAAIQAAAAAAIQAAAAACIQAAAAACfwAAAAAAVAAAAAABVAAAAAABVAAAAAACfwAAAAAAIQAAAAAATwAAAAABIAAAAAAAIAAAAAACIAAAAAAATwAAAAADIQAAAAACIQAAAAABIQAAAAADIQAAAAAAIQAAAAADIQAAAAACIQAAAAABIQAAAAACIQAAAAABIQAAAAADIQAAAAADTwAAAAADIAAAAAABIAAAAAACIAAAAAABTwAAAAACIQAAAAABIQAAAAAAIQAAAAABIQAAAAADIQAAAAAAIQAAAAACIQAAAAAAIQAAAAACIQAAAAACIQAAAAAAIQAAAAABTwAAAAABIAAAAAABIAAAAAADIAAAAAADTwAAAAACIQAAAAABIQAAAAAAIQAAAAACIQAAAAADTwAAAAABfwAAAAAAIQAAAAADIQAAAAABIQAAAAADIQAAAAACIQAAAAACTwAAAAACIAAAAAAAIAAAAAADIAAAAAAATwAAAAAAIQAAAAABIQAAAAADIQAAAAADIQAAAAADbgAAAAAAfwAAAAAAIQAAAAACIQAAAAAAIQAAAAAAIQAAAAACIQAAAAADfwAAAAAAIAAAAAAAIAAAAAACIAAAAAAAfwAAAAAAIQAAAAADIQAAAAAAIQAAAAAAIQAAAAACbgAAAAAAfwAAAAAAfwAAAAAAVAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAADVAAAAAACVAAAAAACfwAAAAAAIQAAAAABIQAAAAABIQAAAAADIQAAAAACfwAAAAAAVAAAAAABIQAAAAADIQAAAAACIQAAAAACVAAAAAACTwAAAAACVAAAAAACVAAAAAACVAAAAAADVAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAADIQAAAAACIQAAAAADIQAAAAABVAAAAAAATwAAAAADVAAAAAADVAAAAAABVAAAAAACVAAAAAABTwAAAAACbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAACfwAAAAAAVAAAAAADIQAAAAAAIQAAAAAAIQAAAAADVAAAAAADTwAAAAACVAAAAAADVAAAAAAAVAAAAAABVAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAAAVAAAAAACTwAAAAADTwAAAAAAfwAAAAAAfwAAAAAAVAAAAAAAVAAAAAACVAAAAAACfwAAAAAAVAAAAAACVAAAAAACVAAAAAABVAAAAAAD version: 6 -4,0: ind: -4,0 - tiles: fwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATwAAAAADfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAACTwAAAAADTwAAAAACTwAAAAABTwAAAAAATwAAAAADTwAAAAACTwAAAAABTwAAAAACTwAAAAAATwAAAAAATwAAAAABTwAAAAACXgAAAAABTwAAAAADTwAAAAADTwAAAAAATwAAAAAATwAAAAABTwAAAAACTwAAAAADTwAAAAABTwAAAAACTwAAAAAATwAAAAABTwAAAAAATwAAAAABTwAAAAADTwAAAAACXgAAAAACfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAKwAAAAADKwAAAAAAKwAAAAABKwAAAAACKwAAAAABKwAAAAACPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAKwAAAAAAKwAAAAADKwAAAAABKwAAAAAAKwAAAAACKwAAAAACPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAABXgAAAAADXgAAAAADXgAAAAABXgAAAAAAXgAAAAACXgAAAAADXgAAAAADXgAAAAACXgAAAAACXgAAAAACXgAAAAABXgAAAAACXgAAAAAATwAAAAAAawAAAAAAawAAAAACawAAAAABawAAAAACawAAAAABawAAAAADawAAAAACawAAAAAAawAAAAACawAAAAAAawAAAAACawAAAAADawAAAAADawAAAAADawAAAAACTwAAAAADXgAAAAACXgAAAAABXgAAAAABXgAAAAAAXgAAAAACXgAAAAADXgAAAAACXgAAAAAAXgAAAAABXgAAAAABXgAAAAADXgAAAAAAXgAAAAACXgAAAAADXgAAAAACTwAAAAACfwAAAAAATwAAAAACTwAAAAAATwAAAAAATwAAAAADTwAAAAACTwAAAAAAfwAAAAAATwAAAAADTwAAAAADTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIQAAAAAAIQAAAAADIQAAAAAAIQAAAAACIQAAAAADIQAAAAADfwAAAAAAIAAAAAACIAAAAAACIAAAAAAAfwAAAAAAIQAAAAADIQAAAAACIQAAAAABIQAAAAACfwAAAAAAIQAAAAAAIQAAAAACIQAAAAABIQAAAAAAIQAAAAACIQAAAAABTwAAAAADIAAAAAAAIAAAAAABIAAAAAAATwAAAAAAIQAAAAADIQAAAAABIQAAAAAAIQAAAAABTwAAAAACIQAAAAAAIQAAAAACIQAAAAAAIQAAAAACIQAAAAABIQAAAAABTwAAAAACIAAAAAAAIAAAAAAAIAAAAAAATwAAAAAAIQAAAAACIQAAAAACIQAAAAADIQAAAAADfwAAAAAAIQAAAAABIQAAAAACIQAAAAAAIQAAAAADIQAAAAADIQAAAAACTwAAAAAAIAAAAAADIAAAAAAAIAAAAAACfwAAAAAAIQAAAAAAIQAAAAAAIQAAAAADIQAAAAAAfwAAAAAAIQAAAAABIQAAAAABIQAAAAACIQAAAAAAIQAAAAADIQAAAAABfwAAAAAATwAAAAACTwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA + tiles: fwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAATwAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAADTwAAAAABTwAAAAADTwAAAAABTwAAAAAATwAAAAAATwAAAAACTwAAAAAATwAAAAABTwAAAAACTwAAAAABTwAAAAAATwAAAAAAXgAAAAADTwAAAAADTwAAAAAATwAAAAABTwAAAAABTwAAAAAATwAAAAACTwAAAAAATwAAAAADTwAAAAACTwAAAAAATwAAAAACTwAAAAADTwAAAAABTwAAAAADTwAAAAAAXgAAAAABfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAKwAAAAACKwAAAAADKwAAAAAAKwAAAAAAKwAAAAABKwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAfwAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAKwAAAAAAKwAAAAACKwAAAAABKwAAAAAAKwAAAAADKwAAAAACPQAAAAAAPQAAAAAAPQAAAAAAPQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAABXgAAAAAAXgAAAAABXgAAAAABXgAAAAAAXgAAAAABXgAAAAADXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAABXgAAAAAAXgAAAAADXgAAAAAATwAAAAACawAAAAACawAAAAABawAAAAADawAAAAACawAAAAABawAAAAAAawAAAAAAawAAAAACawAAAAAAawAAAAABawAAAAACawAAAAABawAAAAACawAAAAAAawAAAAAATwAAAAACXgAAAAADXgAAAAACXgAAAAABXgAAAAAAXgAAAAACXgAAAAACXgAAAAABXgAAAAAAXgAAAAABXgAAAAACXgAAAAADXgAAAAACXgAAAAABXgAAAAADXgAAAAADTwAAAAACfwAAAAAATwAAAAAATwAAAAADTwAAAAAATwAAAAABTwAAAAABTwAAAAABfwAAAAAATwAAAAABTwAAAAACTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIQAAAAACIQAAAAABIQAAAAABIQAAAAACIQAAAAACIQAAAAADfwAAAAAAIAAAAAACIAAAAAABIAAAAAABfwAAAAAAIQAAAAADIQAAAAADIQAAAAABIQAAAAABfwAAAAAAIQAAAAACIQAAAAACIQAAAAABIQAAAAADIQAAAAAAIQAAAAACTwAAAAADIAAAAAACIAAAAAAAIAAAAAABTwAAAAADIQAAAAADIQAAAAACIQAAAAADIQAAAAAATwAAAAACIQAAAAABIQAAAAACIQAAAAACIQAAAAACIQAAAAAAIQAAAAADTwAAAAAAIAAAAAAAIAAAAAABIAAAAAACTwAAAAADIQAAAAABIQAAAAACIQAAAAACIQAAAAAAfwAAAAAAIQAAAAAAIQAAAAABIQAAAAABIQAAAAADIQAAAAACIQAAAAABTwAAAAADIAAAAAADIAAAAAACIAAAAAADfwAAAAAAIQAAAAAAIQAAAAABIQAAAAABIQAAAAACfwAAAAAAIQAAAAADIQAAAAACIQAAAAABIQAAAAACIQAAAAABIQAAAAAAfwAAAAAATwAAAAAATwAAAAADTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 -4,-1: ind: -4,-1 - tiles: UAAAAAAAbgAAAAAAfwAAAAAATwAAAAACYQAAAAAAYQAAAAAAYQAAAAABYQAAAAAAYQAAAAAAKQAAAAADKQAAAAADKQAAAAACTwAAAAADKQAAAAACKQAAAAACXgAAAAAAUAAAAAAAbwAAAAABfwAAAAAAfwAAAAAAYQAAAAADYQAAAAACYQAAAAAAYQAAAAADYQAAAAABKQAAAAACKQAAAAADKQAAAAACUAAAAAAAKQAAAAACKQAAAAABXgAAAAABfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAACXgAAAAABbwAAAAABbgAAAAAAfwAAAAAAfwAAAAAAHQAAAAABHQAAAAABHQAAAAABHQAAAAAAHQAAAAADHQAAAAADHQAAAAAAHQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADHQAAAAACHQAAAAADHQAAAAAAHQAAAAAAHQAAAAABHQAAAAAAHQAAAAAAHQAAAAADHQAAAAAAHQAAAAABHQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAHQAAAAADHQAAAAADHQAAAAADHQAAAAABHQAAAAADHQAAAAADHQAAAAACTwAAAAABfwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAfwAAAAAADAAAAAACDAAAAAADDAAAAAADDAAAAAAADAAAAAADDAAAAAABDAAAAAACTwAAAAABfwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAfwAAAAAADAAAAAAADAAAAAABDAAAAAAADAAAAAACDAAAAAABDAAAAAABDAAAAAABTwAAAAACfwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAfwAAAAAADAAAAAAADAAAAAABDAAAAAAADAAAAAADDAAAAAABDAAAAAACDAAAAAACTwAAAAABfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAADAAAAAADDAAAAAADDAAAAAACDAAAAAAADAAAAAACDAAAAAADDAAAAAAATwAAAAACfwAAAAAADgAAAAACDgAAAAACDgAAAAACDgAAAAAADgAAAAADDgAAAAACfwAAAAAAfwAAAAAATwAAAAACTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADgAAAAAADgAAAAABDgAAAAACDgAAAAACDgAAAAACDgAAAAAAfwAAAAAAXgAAAAADXgAAAAAAXgAAAAACXgAAAAAAXgAAAAACXgAAAAACXgAAAAADfwAAAAAAfwAAAAAADgAAAAADDgAAAAACDgAAAAAADgAAAAAADgAAAAAADgAAAAABTwAAAAACXgAAAAACXgAAAAABXgAAAAACXgAAAAABXgAAAAADXgAAAAACXgAAAAACfwAAAAAAfwAAAAAADgAAAAACDgAAAAAADgAAAAAADgAAAAACDgAAAAACDgAAAAABfwAAAAAAXgAAAAACXgAAAAADXgAAAAACXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAACUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAA + tiles: UAAAAAAAbgAAAAAAfwAAAAAATwAAAAACYQAAAAAAYQAAAAABYQAAAAADYQAAAAABYQAAAAABKQAAAAACKQAAAAADKQAAAAABTwAAAAAAKQAAAAAAKQAAAAAAXgAAAAABUAAAAAAAbwAAAAACfwAAAAAAfwAAAAAAYQAAAAABYQAAAAAAYQAAAAADYQAAAAABYQAAAAACKQAAAAACKQAAAAABKQAAAAADUAAAAAAAKQAAAAABKQAAAAADXgAAAAACfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAACXgAAAAAAbwAAAAACbgAAAAAAfwAAAAAAfwAAAAAAHQAAAAABHQAAAAACHQAAAAADHQAAAAAAHQAAAAACHQAAAAAAHQAAAAAAHQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAHQAAAAADHQAAAAAAHQAAAAADHQAAAAAAHQAAAAACHQAAAAAAHQAAAAABHQAAAAAAHQAAAAADHQAAAAACHQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAHQAAAAACHQAAAAAAHQAAAAADHQAAAAADHQAAAAADHQAAAAABHQAAAAADTwAAAAADfwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAfwAAAAAADAAAAAACDAAAAAABDAAAAAACDAAAAAADDAAAAAABDAAAAAAADAAAAAAATwAAAAADfwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAfwAAAAAADAAAAAACDAAAAAACDAAAAAADDAAAAAACDAAAAAADDAAAAAACDAAAAAABTwAAAAADfwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAfwAAAAAADAAAAAAADAAAAAACDAAAAAAADAAAAAACDAAAAAABDAAAAAABDAAAAAAATwAAAAADfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAADAAAAAAADAAAAAABDAAAAAABDAAAAAAADAAAAAACDAAAAAABDAAAAAADTwAAAAAAfwAAAAAADgAAAAACDgAAAAADDgAAAAABDgAAAAABDgAAAAAADgAAAAABfwAAAAAAfwAAAAAATwAAAAABTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADgAAAAAADgAAAAADDgAAAAAADgAAAAABDgAAAAAADgAAAAABfwAAAAAAXgAAAAABXgAAAAABXgAAAAABXgAAAAABXgAAAAADXgAAAAAAXgAAAAACfwAAAAAAfwAAAAAADgAAAAADDgAAAAACDgAAAAADDgAAAAAADgAAAAABDgAAAAADTwAAAAADXgAAAAABXgAAAAADXgAAAAABXgAAAAACXgAAAAAAXgAAAAACXgAAAAAAfwAAAAAAfwAAAAAADgAAAAACDgAAAAADDgAAAAACDgAAAAAADgAAAAAADgAAAAADfwAAAAAAXgAAAAABXgAAAAABXgAAAAAAXgAAAAAAXgAAAAACXgAAAAACXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAACUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAA version: 6 2,1: ind: 2,1 - tiles: XgAAAAABXgAAAAACXgAAAAACfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAABewAAAAADewAAAAADewAAAAABewAAAAADfwAAAAAAawAAAAABXgAAAAABXgAAAAAAXgAAAAABXgAAAAACXgAAAAACXgAAAAACXgAAAAAAXgAAAAAATwAAAAABXgAAAAAAXgAAAAABXgAAAAABXgAAAAACXgAAAAACawAAAAAAawAAAAACawAAAAABawAAAAAAawAAAAAAawAAAAADawAAAAAAawAAAAABawAAAAADawAAAAABTwAAAAACawAAAAACawAAAAADawAAAAAAawAAAAABawAAAAAAawAAAAACawAAAAAAawAAAAADawAAAAADawAAAAABawAAAAADawAAAAAAawAAAAAAawAAAAAAawAAAAACTwAAAAADawAAAAADawAAAAAAawAAAAAAawAAAAADawAAAAABawAAAAACawAAAAAAXgAAAAABXgAAAAAAXgAAAAABDAAAAAADDAAAAAADDAAAAAADDAAAAAABDAAAAAADfwAAAAAAXgAAAAACXgAAAAACXgAAAAACXgAAAAACDAAAAAACDAAAAAABDAAAAAABfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAADTwAAAAACTwAAAAABTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAATwAAAAAATwAAAAACTwAAAAACJwAAAAACfwAAAAAAIAAAAAACIAAAAAABIAAAAAAAIAAAAAAAIAAAAAACIAAAAAAAIAAAAAABfwAAAAAAewAAAAADewAAAAABewAAAAADewAAAAACewAAAAAAewAAAAAAJwAAAAABfwAAAAAAIAAAAAAAIAAAAAACIAAAAAADIAAAAAACIAAAAAACIAAAAAAAIAAAAAAAfwAAAAAAewAAAAACewAAAAABewAAAAAAewAAAAACewAAAAABewAAAAAAfwAAAAAAfwAAAAAAIAAAAAABIAAAAAACIAAAAAABIAAAAAADIAAAAAADIAAAAAABIAAAAAACfwAAAAAAewAAAAADewAAAAAAewAAAAADewAAAAABewAAAAABewAAAAAAJwAAAAABfwAAAAAAIAAAAAADIAAAAAAAIAAAAAADIAAAAAACIAAAAAADIAAAAAABIAAAAAADfwAAAAAAewAAAAACewAAAAADewAAAAABewAAAAABewAAAAACewAAAAABJwAAAAABfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAACTwAAAAABJwAAAAACfwAAAAAADgAAAAAADgAAAAABDgAAAAAADgAAAAACDgAAAAACDgAAAAAADgAAAAABEgAAAAAAewAAAAABewAAAAAAewAAAAACewAAAAACewAAAAAAewAAAAADJwAAAAACTwAAAAAADgAAAAADDgAAAAACDgAAAAACDgAAAAADDgAAAAACDgAAAAADDgAAAAAATwAAAAAAewAAAAADewAAAAADewAAAAADewAAAAACewAAAAADfwAAAAAAJwAAAAADfwAAAAAADgAAAAABDgAAAAACDgAAAAADDgAAAAACDgAAAAABDgAAAAAADgAAAAADTwAAAAAAewAAAAAAewAAAAADewAAAAAAewAAAAABewAAAAADfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA + tiles: XgAAAAAAXgAAAAADXgAAAAADfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAAAewAAAAAAewAAAAACewAAAAADewAAAAAAfwAAAAAAawAAAAACXgAAAAADXgAAAAAAXgAAAAABXgAAAAACXgAAAAADXgAAAAACXgAAAAACXgAAAAAATwAAAAADXgAAAAACXgAAAAABXgAAAAABXgAAAAABXgAAAAADawAAAAABawAAAAADawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAAAawAAAAACawAAAAABawAAAAADTwAAAAAAawAAAAAAawAAAAADawAAAAAAawAAAAABawAAAAADawAAAAAAawAAAAACawAAAAAAawAAAAABawAAAAADawAAAAADawAAAAAAawAAAAADawAAAAABawAAAAABTwAAAAAAawAAAAACawAAAAAAawAAAAABawAAAAABawAAAAABawAAAAADawAAAAAAXgAAAAADXgAAAAAAXgAAAAAADAAAAAACDAAAAAACDAAAAAABDAAAAAACDAAAAAAAfwAAAAAAXgAAAAABXgAAAAADXgAAAAACXgAAAAAADAAAAAAADAAAAAABDAAAAAACfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAACTwAAAAACTwAAAAACTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAATwAAAAAATwAAAAADTwAAAAABJwAAAAABfwAAAAAAIAAAAAABIAAAAAAAIAAAAAACIAAAAAABIAAAAAAAIAAAAAAAIAAAAAADfwAAAAAAewAAAAADewAAAAADewAAAAADewAAAAABewAAAAADewAAAAACJwAAAAADfwAAAAAAIAAAAAAAIAAAAAADIAAAAAAAIAAAAAABIAAAAAACIAAAAAAAIAAAAAADfwAAAAAAewAAAAADewAAAAAAewAAAAACewAAAAADewAAAAADewAAAAACfwAAAAAAfwAAAAAAIAAAAAACIAAAAAACIAAAAAACIAAAAAAAIAAAAAABIAAAAAABIAAAAAABfwAAAAAAewAAAAAAewAAAAACewAAAAACewAAAAACewAAAAADewAAAAAAJwAAAAADfwAAAAAAIAAAAAAAIAAAAAACIAAAAAADIAAAAAAAIAAAAAACIAAAAAACIAAAAAABfwAAAAAAewAAAAABewAAAAACewAAAAACewAAAAACewAAAAADewAAAAADJwAAAAABfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAACTwAAAAADJwAAAAADfwAAAAAADgAAAAABDgAAAAAADgAAAAACDgAAAAADDgAAAAAADgAAAAACDgAAAAACEgAAAAAAewAAAAACewAAAAAAewAAAAAAewAAAAABewAAAAAAewAAAAACJwAAAAACTwAAAAABDgAAAAADDgAAAAAADgAAAAACDgAAAAACDgAAAAAADgAAAAABDgAAAAAATwAAAAADewAAAAABewAAAAABewAAAAADewAAAAABewAAAAABfwAAAAAAJwAAAAABfwAAAAAADgAAAAABDgAAAAABDgAAAAADDgAAAAAADgAAAAABDgAAAAAADgAAAAADTwAAAAAAewAAAAADewAAAAACewAAAAADewAAAAAAewAAAAADfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 2,-2: ind: 2,-2 - tiles: EwAAAAADEwAAAAADEwAAAAAAEwAAAAABOgAAAAADTwAAAAACHQAAAAADHgAAAAABUAAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAAEwAAAAADEwAAAAABEwAAAAABEwAAAAADOgAAAAAATwAAAAADHQAAAAAAHgAAAAABUAAAAAAADAAAAAAAfwAAAAAAbwAAAAADfwAAAAAATwAAAAABNAAAAAAAfwAAAAAAEwAAAAACEwAAAAACEwAAAAACEwAAAAACOgAAAAAATwAAAAABHQAAAAACHgAAAAACUAAAAAAAMgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAEwAAAAACEwAAAAAAEwAAAAACEwAAAAADOgAAAAABTwAAAAAAHQAAAAAAHgAAAAABUAAAAAAAMgAAAAAAfwAAAAAAbwAAAAABfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAAOgAAAAACOgAAAAADOgAAAAADOgAAAAABOgAAAAABTwAAAAAAHQAAAAADHgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAHQAAAAABHQAAAAAAHQAAAAABHQAAAAABTwAAAAADTwAAAAAAHQAAAAABHgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAHQAAAAAAHQAAAAADHQAAAAAAHQAAAAABHQAAAAAAHQAAAAABHQAAAAABHgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAHQAAAAACHQAAAAACHQAAAAADHQAAAAACHQAAAAADHQAAAAACHQAAAAABHgAAAAAAfwAAAAAAHgAAAAACHgAAAAABHgAAAAAAHgAAAAACfwAAAAAAfwAAAAAAbgAAAAAAHgAAAAADHgAAAAABHQAAAAADHQAAAAABHgAAAAABHgAAAAACHgAAAAAAHgAAAAACTwAAAAABTwAAAAABTwAAAAADTwAAAAACHgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAHgAAAAABHQAAAAAAHQAAAAADHgAAAAACfwAAAAAAHgAAAAADHgAAAAADTwAAAAADTwAAAAAATwAAAAADTwAAAAABHgAAAAABfwAAAAAAfwAAAAAAbgAAAAAAaQAAAAAAHgAAAAAAHQAAAAAAHQAAAAADHgAAAAABfwAAAAAAHgAAAAADHgAAAAADfwAAAAAAHgAAAAABHgAAAAACHgAAAAACHgAAAAADfwAAAAAAfwAAAAAAbgAAAAAAaQAAAAAAHgAAAAAAHQAAAAABHQAAAAABHgAAAAABfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAaQAAAAADHgAAAAAAHQAAAAABHQAAAAABHgAAAAACUAAAAAAAMgAAAAAAMgAAAAAADAAAAAAADAAAAAACDAAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAaQAAAAACHgAAAAACHQAAAAABHQAAAAADHgAAAAAAfwAAAAAAXgAAAAAAXgAAAAABawAAAAAAawAAAAAAawAAAAABawAAAAABawAAAAAAawAAAAABXgAAAAACXgAAAAADfwAAAAAAfwAAAAAATwAAAAAATwAAAAACfwAAAAAAfwAAAAAAXgAAAAAAawAAAAABawAAAAADTwAAAAACTwAAAAADTwAAAAAAawAAAAACawAAAAADawAAAAACXgAAAAADXgAAAAACXgAAAAAAXgAAAAADXgAAAAAAXgAAAAACXgAAAAABawAAAAACawAAAAABXgAAAAADTwAAAAABTwAAAAADTwAAAAABXgAAAAADawAAAAABawAAAAABXgAAAAAA + tiles: EwAAAAABEwAAAAACEwAAAAAAEwAAAAADOgAAAAACTwAAAAABHQAAAAADHgAAAAACUAAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAAEwAAAAAAEwAAAAADEwAAAAADEwAAAAACOgAAAAAATwAAAAADHQAAAAAAHgAAAAABUAAAAAAADAAAAAABfwAAAAAAbwAAAAACfwAAAAAATwAAAAAANAAAAAAAfwAAAAAAEwAAAAABEwAAAAACEwAAAAABEwAAAAACOgAAAAADTwAAAAAAHQAAAAABHgAAAAAAUAAAAAAAMgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAEwAAAAADEwAAAAAAEwAAAAAAEwAAAAADOgAAAAADTwAAAAABHQAAAAACHgAAAAABUAAAAAAAMgAAAAAAfwAAAAAAbwAAAAACfwAAAAAAfwAAAAAAawAAAAADawAAAAAAOgAAAAAAOgAAAAACOgAAAAABOgAAAAACOgAAAAADTwAAAAACHQAAAAAAHgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAawAAAAADawAAAAABHQAAAAAAHQAAAAAAHQAAAAABHQAAAAADTwAAAAAATwAAAAABHQAAAAACHgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAABawAAAAAAHQAAAAABHQAAAAAAHQAAAAABHQAAAAADHQAAAAADHQAAAAABHQAAAAABHgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAAAHQAAAAAAHQAAAAADHQAAAAAAHQAAAAACHQAAAAAAHQAAAAABHQAAAAADHgAAAAAAfwAAAAAAHgAAAAABHgAAAAAAHgAAAAAAHgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAHgAAAAACHgAAAAACHQAAAAACHQAAAAACHgAAAAABHgAAAAAAHgAAAAABHgAAAAABTwAAAAADTwAAAAACTwAAAAABTwAAAAABHgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAHgAAAAABHQAAAAAAHQAAAAACHgAAAAACfwAAAAAAHgAAAAAAHgAAAAACTwAAAAAATwAAAAABTwAAAAABTwAAAAACHgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAaQAAAAABHgAAAAAAHQAAAAADHQAAAAABHgAAAAADfwAAAAAAHgAAAAACHgAAAAACfwAAAAAAHgAAAAABHgAAAAAAHgAAAAABHgAAAAABfwAAAAAAfwAAAAAAbgAAAAAAaQAAAAADHgAAAAABHQAAAAAAHQAAAAAAHgAAAAACfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAaQAAAAAAHgAAAAACHQAAAAAAHQAAAAACHgAAAAACUAAAAAAAMgAAAAAAMgAAAAAADAAAAAACDAAAAAABDAAAAAABMgAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAaQAAAAABHgAAAAADHQAAAAABHQAAAAAAHgAAAAABfwAAAAAAXgAAAAAAXgAAAAAAawAAAAAAawAAAAADawAAAAABawAAAAADawAAAAADawAAAAAAXgAAAAADXgAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAADfwAAAAAAfwAAAAAAXgAAAAABawAAAAACawAAAAABTwAAAAACTwAAAAAATwAAAAAAawAAAAACawAAAAACawAAAAABXgAAAAADXgAAAAABXgAAAAABXgAAAAABXgAAAAAAXgAAAAADXgAAAAAAawAAAAABawAAAAADXgAAAAACTwAAAAADTwAAAAADTwAAAAAAXgAAAAADawAAAAABawAAAAABXgAAAAAA version: 6 1,-2: ind: 1,-2 - tiles: fwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAAfwAAAAAATwAAAAADTwAAAAACbwAAAAACggAAAAAAggAAAAAATwAAAAAAHgAAAAAAHQAAAAAATwAAAAADOgAAAAACfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAAfwAAAAAATwAAAAADTwAAAAABbgAAAAAAggAAAAAAbgAAAAAAUAAAAAAAHgAAAAAAHQAAAAAATwAAAAADOgAAAAABfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAAfwAAAAAATwAAAAADTwAAAAACbwAAAAADggAAAAAAbgAAAAAAUAAAAAAAHgAAAAACHQAAAAADTwAAAAACOgAAAAAANAAAAAAAfwAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAATwAAAAABTwAAAAADbwAAAAACggAAAAAAbgAAAAAAUAAAAAAAHgAAAAAAHQAAAAADTwAAAAAAOgAAAAACaQAAAAACTwAAAAABTwAAAAADaQAAAAAAaQAAAAACaQAAAAADaQAAAAADTwAAAAACbgAAAAAAggAAAAAAbgAAAAAAfwAAAAAAHgAAAAADHQAAAAAATwAAAAACOgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAggAAAAAAbgAAAAAAfwAAAAAAHgAAAAAAHQAAAAABTwAAAAADTwAAAAABbgAAAAAAbwAAAAAAbwAAAAADbwAAAAAAbwAAAAADbwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAggAAAAAAbgAAAAAAfwAAAAAAHgAAAAAAHQAAAAAAHQAAAAACHQAAAAACaQAAAAACTwAAAAADIAAAAAAAIAAAAAADIAAAAAACIAAAAAAAIAAAAAAAaQAAAAABbgAAAAAAggAAAAAAbgAAAAAAfwAAAAAAHgAAAAADHQAAAAADHQAAAAAAHQAAAAAATwAAAAADJQAAAAACJQAAAAACJQAAAAABJQAAAAABJQAAAAADJQAAAAACJQAAAAACbgAAAAAAggAAAAAAbgAAAAAAfwAAAAAAHgAAAAACHgAAAAACHgAAAAACHgAAAAAAaQAAAAAAJQAAAAABaQAAAAABaQAAAAAAJQAAAAAAJQAAAAACJQAAAAABJQAAAAAAbgAAAAAAggAAAAAAbgAAAAAAfwAAAAAATwAAAAADTwAAAAACTwAAAAABfwAAAAAAaQAAAAAAJQAAAAABaQAAAAAAaQAAAAAAJQAAAAAAJQAAAAAAJQAAAAACJQAAAAAAbgAAAAAAggAAAAAAbwAAAAACEgAAAAAAaQAAAAADaQAAAAACaQAAAAAAEgAAAAAAaQAAAAABJQAAAAACaQAAAAADaQAAAAAAaQAAAAABaQAAAAADaQAAAAADJQAAAAACbwAAAAADggAAAAAAbwAAAAABEgAAAAAAaQAAAAACaQAAAAABaQAAAAABEgAAAAAATwAAAAADJQAAAAABaQAAAAABaQAAAAADaQAAAAACaQAAAAADaQAAAAABJQAAAAABbgAAAAAAggAAAAAAbgAAAAAAEgAAAAAAaQAAAAABaQAAAAABaQAAAAADEgAAAAAAaQAAAAACJQAAAAADJQAAAAACJQAAAAAAJQAAAAAAJQAAAAACJQAAAAACJQAAAAADbwAAAAADggAAAAAAbgAAAAAAEgAAAAAAaQAAAAACaQAAAAADaQAAAAABEgAAAAAAfwAAAAAATwAAAAABTwAAAAABTwAAAAAATwAAAAABTwAAAAAATwAAAAACTwAAAAAATwAAAAACTwAAAAAAUAAAAAAATwAAAAACTwAAAAACTwAAAAADTwAAAAADTwAAAAAAXgAAAAAAXgAAAAACXgAAAAAAXgAAAAAAXgAAAAABXgAAAAACTwAAAAABXgAAAAADXgAAAAADXgAAAAABXgAAAAABDAAAAAADDAAAAAACDAAAAAADDAAAAAAADAAAAAAD + tiles: fwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAAfwAAAAAATwAAAAABTwAAAAAAbwAAAAADggAAAAAAggAAAAAATwAAAAADHgAAAAACHQAAAAACTwAAAAABOgAAAAADfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAAfwAAAAAATwAAAAADTwAAAAABbgAAAAAAggAAAAAAbgAAAAAAUAAAAAAAHgAAAAACHQAAAAAATwAAAAAAOgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAAfwAAAAAATwAAAAABTwAAAAADbwAAAAACggAAAAAAbgAAAAAAUAAAAAAAHgAAAAAAHQAAAAACTwAAAAADOgAAAAABNAAAAAAAfwAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAATwAAAAADTwAAAAABbwAAAAADggAAAAAAbgAAAAAAUAAAAAAAHgAAAAAAHQAAAAADTwAAAAADOgAAAAACaQAAAAAATwAAAAACTwAAAAABaQAAAAAAaQAAAAABaQAAAAACaQAAAAADTwAAAAACbgAAAAAAggAAAAAAbgAAAAAAfwAAAAAAHgAAAAACHQAAAAACTwAAAAAAOgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAggAAAAAAbgAAAAAAfwAAAAAAHgAAAAADHQAAAAACTwAAAAADTwAAAAACbgAAAAAAbwAAAAADbwAAAAADbwAAAAACbwAAAAAAbwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAggAAAAAAbgAAAAAAfwAAAAAAHgAAAAABHQAAAAADHQAAAAAAHQAAAAACaQAAAAACTwAAAAACIAAAAAACIAAAAAABIAAAAAABIAAAAAACIAAAAAAAaQAAAAADbgAAAAAAggAAAAAAbgAAAAAAfwAAAAAAHgAAAAADHQAAAAABHQAAAAACHQAAAAABTwAAAAADJQAAAAABJQAAAAACJQAAAAACJQAAAAACJQAAAAACJQAAAAABJQAAAAADbgAAAAAAggAAAAAAbgAAAAAAfwAAAAAAHgAAAAADHgAAAAACHgAAAAABHgAAAAADaQAAAAAAJQAAAAABaQAAAAACaQAAAAAAJQAAAAADJQAAAAADJQAAAAADJQAAAAABbgAAAAAAggAAAAAAbgAAAAAAfwAAAAAATwAAAAAATwAAAAACTwAAAAACfwAAAAAAaQAAAAAAJQAAAAAAaQAAAAACaQAAAAADJQAAAAADJQAAAAABJQAAAAABJQAAAAADbgAAAAAAggAAAAAAbwAAAAACEgAAAAAAaQAAAAABaQAAAAADaQAAAAADEgAAAAAAaQAAAAACJQAAAAADaQAAAAACaQAAAAACaQAAAAADaQAAAAACaQAAAAACJQAAAAABbwAAAAACggAAAAAAbwAAAAADEgAAAAAAaQAAAAABaQAAAAADaQAAAAABEgAAAAAATwAAAAAAJQAAAAACaQAAAAADaQAAAAAAaQAAAAACaQAAAAAAaQAAAAAAJQAAAAAAbgAAAAAAggAAAAAAbgAAAAAAEgAAAAAAaQAAAAAAaQAAAAADaQAAAAACEgAAAAAAaQAAAAADJQAAAAABJQAAAAABJQAAAAAAJQAAAAADJQAAAAAAJQAAAAACJQAAAAAAbwAAAAACggAAAAAAbgAAAAAAEgAAAAAAaQAAAAABaQAAAAAAaQAAAAAAEgAAAAAAfwAAAAAATwAAAAABTwAAAAADTwAAAAAATwAAAAABTwAAAAACTwAAAAAATwAAAAAATwAAAAABTwAAAAABUAAAAAAATwAAAAADTwAAAAADTwAAAAACTwAAAAADTwAAAAABXgAAAAACXgAAAAACXgAAAAACXgAAAAACXgAAAAABXgAAAAABTwAAAAADXgAAAAADXgAAAAADXgAAAAADXgAAAAADDAAAAAAADAAAAAADDAAAAAAADAAAAAACDAAAAAAD version: 6 0,-2: ind: 0,-2 - tiles: XgAAAAACawAAAAAAXgAAAAAAXgAAAAABXgAAAAADXgAAAAABXgAAAAABXgAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAbgAAAAAATwAAAAACfwAAAAAANAAAAAAANAAAAAAAXgAAAAABawAAAAAAXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAABfwAAAAAAbgAAAAAATwAAAAACfwAAAAAANAAAAAAANAAAAAAAXgAAAAACawAAAAABXgAAAAAAfwAAAAAAbgAAAAAAbwAAAAABbwAAAAABbgAAAAAAbgAAAAAAbwAAAAAAfwAAAAAAbgAAAAAATwAAAAADfwAAAAAANAAAAAAANAAAAAAAXgAAAAABawAAAAADXgAAAAABTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAABTwAAAAABfwAAAAAANAAAAAAANAAAAAAAXgAAAAABawAAAAACXgAAAAACfwAAAAAAbwAAAAAAbwAAAAACbwAAAAAAbwAAAAAAbwAAAAACbwAAAAADfwAAAAAAbwAAAAABfwAAAAAAaQAAAAADaQAAAAAAaQAAAAAAaQAAAAADaQAAAAACaQAAAAACfwAAAAAAJQAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAJQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAVAAAAAACVAAAAAAAVAAAAAADfwAAAAAAVAAAAAACJQAAAAADVAAAAAACVAAAAAACVAAAAAABJQAAAAADJQAAAAACJQAAAAADbwAAAAABbgAAAAAAbgAAAAAATwAAAAAATwAAAAABTwAAAAABTwAAAAAATwAAAAACVAAAAAACJQAAAAADVAAAAAACVAAAAAAAVAAAAAAAJQAAAAACVAAAAAABVAAAAAABUAAAAAAAVAAAAAAAVAAAAAADVAAAAAABTwAAAAACTwAAAAABTwAAAAAATwAAAAACVAAAAAABJQAAAAAAJQAAAAADJQAAAAACJQAAAAACJQAAAAABJQAAAAADJQAAAAACTwAAAAAAJQAAAAADJQAAAAACJQAAAAAATwAAAAADTwAAAAADTwAAAAADTwAAAAABVAAAAAACJQAAAAACJQAAAAABJQAAAAAAJQAAAAADJQAAAAABJQAAAAACJQAAAAADVAAAAAADJQAAAAADJQAAAAACJQAAAAADVAAAAAACVAAAAAACVAAAAAACTwAAAAACVAAAAAADJQAAAAAAVAAAAAABVAAAAAAAVAAAAAADJQAAAAACJQAAAAACJQAAAAAATwAAAAAAJQAAAAADJQAAAAADJQAAAAADaQAAAAADaQAAAAAAaQAAAAAAfwAAAAAAJQAAAAAAJQAAAAACVAAAAAADVAAAAAACVAAAAAABJQAAAAACTwAAAAADTwAAAAACJQAAAAABTwAAAAADTwAAAAAATwAAAAAAawAAAAACawAAAAACawAAAAADfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAUAAAAAAAUAAAAAAAXgAAAAAAXgAAAAAAXgAAAAABXgAAAAACXgAAAAADXgAAAAABawAAAAACTwAAAAAAawAAAAADawAAAAABawAAAAABfwAAAAAAMQAAAAAAbgAAAAAAXgAAAAABXgAAAAADXgAAAAABXgAAAAAAXgAAAAADXgAAAAABXgAAAAAAXgAAAAABTwAAAAABTwAAAAAATwAAAAACawAAAAABawAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAAAXgAAAAAAXgAAAAADXgAAAAACXgAAAAACXgAAAAAAXgAAAAAATwAAAAAAVwAAAAABTwAAAAACTwAAAAADawAAAAADTwAAAAAAXgAAAAADXgAAAAACXgAAAAAAXgAAAAABXgAAAAACXgAAAAACXgAAAAAAXgAAAAACXgAAAAAAXgAAAAAB + tiles: XgAAAAADawAAAAACXgAAAAADXgAAAAABXgAAAAABXgAAAAADXgAAAAAAXgAAAAACfwAAAAAAbwAAAAACfwAAAAAAbgAAAAAATwAAAAADfwAAAAAANAAAAAAANAAAAAAAXgAAAAADawAAAAAAXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAADfwAAAAAAbgAAAAAATwAAAAACfwAAAAAANAAAAAAANAAAAAAAXgAAAAACawAAAAAAXgAAAAABfwAAAAAAbgAAAAAAbwAAAAACbwAAAAACbgAAAAAAbgAAAAAAbwAAAAACfwAAAAAAbgAAAAAATwAAAAAAfwAAAAAANAAAAAAANAAAAAAAXgAAAAAAawAAAAACXgAAAAADTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAADTwAAAAABfwAAAAAANAAAAAAANAAAAAAAXgAAAAAAawAAAAABXgAAAAABfwAAAAAAbwAAAAACbwAAAAACbwAAAAABbwAAAAACbwAAAAACbwAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAaQAAAAADaQAAAAADaQAAAAAAaQAAAAAAaQAAAAADaQAAAAAAfwAAAAAAJQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAJQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABVAAAAAACVAAAAAACVAAAAAABfwAAAAAAVAAAAAADJQAAAAAAVAAAAAADVAAAAAABVAAAAAABJQAAAAAAJQAAAAADJQAAAAADbwAAAAABbgAAAAAAbgAAAAAATwAAAAADTwAAAAACTwAAAAAATwAAAAABTwAAAAADVAAAAAADJQAAAAAAVAAAAAABVAAAAAAAVAAAAAADJQAAAAAAVAAAAAADVAAAAAADUAAAAAAAVAAAAAADVAAAAAADVAAAAAABTwAAAAAATwAAAAACTwAAAAABTwAAAAADVAAAAAADJQAAAAAAJQAAAAABJQAAAAACJQAAAAADJQAAAAACJQAAAAADJQAAAAABTwAAAAABJQAAAAABJQAAAAACJQAAAAADTwAAAAABTwAAAAACTwAAAAABTwAAAAACVAAAAAADJQAAAAADJQAAAAADJQAAAAABJQAAAAABJQAAAAAAJQAAAAADJQAAAAABVAAAAAAAJQAAAAAAJQAAAAADJQAAAAABVAAAAAADVAAAAAABVAAAAAADTwAAAAADVAAAAAAAJQAAAAACVAAAAAACVAAAAAAAVAAAAAABJQAAAAACJQAAAAACJQAAAAABTwAAAAABJQAAAAAAJQAAAAABJQAAAAACaQAAAAADaQAAAAAAaQAAAAACfwAAAAAAJQAAAAACJQAAAAACVAAAAAADVAAAAAADVAAAAAACJQAAAAACTwAAAAACTwAAAAACJQAAAAADTwAAAAABTwAAAAABTwAAAAABawAAAAAAawAAAAAAawAAAAADfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAUAAAAAAAUAAAAAAAXgAAAAABXgAAAAAAXgAAAAABXgAAAAAAXgAAAAACXgAAAAADawAAAAABTwAAAAAAawAAAAAAawAAAAADawAAAAADfwAAAAAAMQAAAAAAbgAAAAAAXgAAAAAAXgAAAAACXgAAAAACXgAAAAACXgAAAAADXgAAAAAAXgAAAAABXgAAAAACTwAAAAACTwAAAAAATwAAAAADawAAAAABawAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAACXgAAAAAAXgAAAAADXgAAAAACXgAAAAADXgAAAAABXgAAAAAATwAAAAABVwAAAAACTwAAAAABTwAAAAABawAAAAABTwAAAAAAXgAAAAABXgAAAAACXgAAAAADXgAAAAAAXgAAAAACXgAAAAABXgAAAAADXgAAAAAAXgAAAAACXgAAAAAA version: 6 -1,-2: ind: -1,-2 - tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAADXgAAAAACXgAAAAADXgAAAAAADgAAAAACDgAAAAADDgAAAAABDgAAAAAADgAAAAAADgAAAAADDgAAAAABMgAAAAAATwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADgAAAAAATwAAAAADTwAAAAABTwAAAAADTwAAAAABDgAAAAABDgAAAAACMgAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAbwAAAAABbwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAADgAAAAACTwAAAAACTwAAAAACTwAAAAAATwAAAAAADgAAAAAADgAAAAABMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADgAAAAACDgAAAAAADgAAAAADDgAAAAABDgAAAAABDgAAAAACDgAAAAACMgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAADfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAATwAAAAAAfwAAAAAAfwAAAAAATwAAAAACUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIQAAAAABIQAAAAABIQAAAAACIQAAAAABfwAAAAAAIQAAAAABIQAAAAAAIQAAAAABIQAAAAADIQAAAAABIQAAAAADIQAAAAAAIQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAIQAAAAABIQAAAAACIQAAAAACIQAAAAAAfwAAAAAAIQAAAAAAIQAAAAADIQAAAAADIQAAAAAAIQAAAAACIQAAAAABIQAAAAACIQAAAAADTwAAAAACfwAAAAAAfwAAAAAAIQAAAAACIQAAAAABIQAAAAAAIQAAAAAAfwAAAAAAIQAAAAADIQAAAAACIQAAAAADIQAAAAADIQAAAAADIQAAAAACIQAAAAACIQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAABXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADIAAAAAAAfwAAAAAATwAAAAADfwAAAAAAIQAAAAADIQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAJQAAAAACJQAAAAABJQAAAAACJQAAAAACIAAAAAACIAAAAAACIAAAAAABIAAAAAAAIAAAAAAAIAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAADIAAAAAADJQAAAAACIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAACIAAAAAACIAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAAAIAAAAAABIAAAAAAAIAAAAAABIAAAAAACIAAAAAABIAAAAAADIAAAAAAAIAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAADJQAAAAAAIAAAAAADIAAAAAADIAAAAAADIAAAAAACIAAAAAACVAAAAAABVAAAAAAAIAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAADawAAAAAAUAAAAAAAUAAAAAAAfwAAAAAATwAAAAACTwAAAAAATwAAAAACfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAACawAAAAABXgAAAAABXgAAAAABXgAAAAACXgAAAAACXgAAAAAAXgAAAAACXgAAAAABXgAAAAABXgAAAAACXgAAAAACXgAAAAAAXgAAAAABXgAAAAACTwAAAAAAawAAAAADTwAAAAAB + tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAACXgAAAAADXgAAAAABXgAAAAACDgAAAAAADgAAAAAADgAAAAACDgAAAAABDgAAAAADDgAAAAAADgAAAAABMgAAAAAATwAAAAADfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADgAAAAAATwAAAAAATwAAAAADTwAAAAABTwAAAAABDgAAAAABDgAAAAADMgAAAAAAfwAAAAAAfwAAAAAAbwAAAAACbwAAAAACbwAAAAABbgAAAAAAbgAAAAAAfwAAAAAADgAAAAACTwAAAAAATwAAAAABTwAAAAACTwAAAAAADgAAAAACDgAAAAABMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADgAAAAACDgAAAAAADgAAAAAADgAAAAADDgAAAAACDgAAAAACDgAAAAACMgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAABfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAATwAAAAABfwAAAAAAfwAAAAAATwAAAAADUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIQAAAAAAIQAAAAACIQAAAAABIQAAAAADfwAAAAAAIQAAAAAAIQAAAAABIQAAAAADIQAAAAAAIQAAAAAAIQAAAAACIQAAAAADIQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAIQAAAAACIQAAAAABIQAAAAAAIQAAAAACfwAAAAAAIQAAAAAAIQAAAAABIQAAAAACIQAAAAADIQAAAAAAIQAAAAABIQAAAAABIQAAAAACTwAAAAADfwAAAAAAfwAAAAAAIQAAAAADIQAAAAAAIQAAAAADIQAAAAADfwAAAAAAIQAAAAADIQAAAAADIQAAAAABIQAAAAABIQAAAAACIQAAAAAAIQAAAAABIQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAACXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABIAAAAAAAfwAAAAAATwAAAAAAfwAAAAAAIQAAAAABIQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAJQAAAAABJQAAAAABJQAAAAABJQAAAAAAIAAAAAABIAAAAAADIAAAAAAAIAAAAAADIAAAAAABIAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAACIAAAAAACJQAAAAAAIAAAAAADIAAAAAADIAAAAAADIAAAAAACIAAAAAACIAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABIAAAAAADIAAAAAACIAAAAAAAIAAAAAACIAAAAAABIAAAAAACIAAAAAACIAAAAAAAIAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAACJQAAAAADIAAAAAADIAAAAAADIAAAAAADIAAAAAACIAAAAAAAVAAAAAACVAAAAAABIAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAACawAAAAABUAAAAAAAUAAAAAAAfwAAAAAATwAAAAABTwAAAAADTwAAAAADfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAADawAAAAACXgAAAAADXgAAAAADXgAAAAAAXgAAAAACXgAAAAACXgAAAAACXgAAAAAAXgAAAAACXgAAAAADXgAAAAADXgAAAAACXgAAAAADXgAAAAADTwAAAAAAawAAAAAATwAAAAAC version: 6 -2,-2: ind: -2,-2 - tiles: bgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAADbgAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAVAAAAAADIAAAAAACTwAAAAACIAAAAAADVAAAAAABfwAAAAAAfwAAAAAAbwAAAAACbgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbwAAAAAAbwAAAAAAfwAAAAAAMgAAAAAAVAAAAAADIAAAAAACTwAAAAADIAAAAAACVAAAAAADfwAAAAAADgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAVAAAAAABIAAAAAADTwAAAAADIAAAAAACVAAAAAAAUAAAAAAADgAAAAABbwAAAAADbwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAVAAAAAAAIAAAAAACIAAAAAADIAAAAAAAVAAAAAADUAAAAAAADgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAVAAAAAABIAAAAAAAIAAAAAACIAAAAAACVAAAAAADfwAAAAAADgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAADUAAAAAAATwAAAAADUAAAAAAAVAAAAAAAfwAAAAAAUAAAAAAATwAAAAAAIQAAAAADIQAAAAACIQAAAAACIQAAAAAAIQAAAAACIQAAAAAAIQAAAAAAfwAAAAAAVAAAAAACIQAAAAACIQAAAAACIQAAAAAAJQAAAAABIQAAAAACIQAAAAACfwAAAAAAIQAAAAABIQAAAAAAIQAAAAABIQAAAAABIQAAAAACIQAAAAADIQAAAAABTwAAAAABVAAAAAACIQAAAAACIQAAAAABIQAAAAAAIQAAAAADIQAAAAAAIQAAAAACfwAAAAAAIQAAAAACIQAAAAADIQAAAAAAIQAAAAABIQAAAAABIQAAAAACIQAAAAADTwAAAAABVAAAAAAAIQAAAAACJQAAAAADJQAAAAAAIQAAAAACfwAAAAAAIQAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAABfwAAAAAAfwAAAAAAVAAAAAACIQAAAAABJQAAAAABJQAAAAAAIQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAIQAAAAAAIQAAAAABIQAAAAAAIQAAAAABIQAAAAAAIQAAAAACIQAAAAABfwAAAAAAJQAAAAADIQAAAAADJQAAAAADJQAAAAADIQAAAAAATwAAAAAAJQAAAAABfwAAAAAAIQAAAAAAIQAAAAAAIQAAAAADIQAAAAACIQAAAAACIQAAAAACIQAAAAADTwAAAAACIQAAAAADIQAAAAACIQAAAAACIQAAAAADIQAAAAACTwAAAAADJQAAAAADfwAAAAAAIQAAAAAAIQAAAAAAIQAAAAACIQAAAAADIQAAAAACIQAAAAADIQAAAAABTwAAAAABIQAAAAADIQAAAAADIQAAAAABIQAAAAACIQAAAAACTwAAAAADIAAAAAAAfwAAAAAAIQAAAAACIQAAAAABIQAAAAADIQAAAAABIQAAAAAAIQAAAAABIQAAAAACTwAAAAACIQAAAAABIQAAAAADJQAAAAABVAAAAAACVAAAAAAAVAAAAAABVAAAAAADfwAAAAAAfwAAAAAATwAAAAABTwAAAAAATwAAAAADfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAXgAAAAACDAAAAAACDAAAAAABDAAAAAADDAAAAAABXgAAAAACXgAAAAADXgAAAAADfwAAAAAAewAAAAACewAAAAACewAAAAADewAAAAAAewAAAAACfwAAAAAAXgAAAAAA + tiles: bgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAADbgAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAVAAAAAADIAAAAAAATwAAAAABIAAAAAACVAAAAAADfwAAAAAAfwAAAAAAbwAAAAABbgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbwAAAAACbwAAAAAAfwAAAAAAMgAAAAAAVAAAAAABIAAAAAABTwAAAAACIAAAAAABVAAAAAADfwAAAAAADgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAVAAAAAACIAAAAAACTwAAAAABIAAAAAAAVAAAAAABUAAAAAAADgAAAAACbwAAAAACbwAAAAABbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAVAAAAAABIAAAAAAAIAAAAAADIAAAAAABVAAAAAACUAAAAAAADgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAVAAAAAABIAAAAAADIAAAAAACIAAAAAABVAAAAAABfwAAAAAADgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAABUAAAAAAATwAAAAABUAAAAAAAVAAAAAADfwAAAAAAUAAAAAAATwAAAAADIQAAAAABIQAAAAACIQAAAAACIQAAAAADIQAAAAADIQAAAAACIQAAAAADfwAAAAAAVAAAAAACIQAAAAADIQAAAAADIQAAAAACJQAAAAADIQAAAAAAIQAAAAADfwAAAAAAIQAAAAABIQAAAAADIQAAAAAAIQAAAAAAIQAAAAADIQAAAAADIQAAAAABTwAAAAAAVAAAAAACIQAAAAADIQAAAAABIQAAAAAAIQAAAAADIQAAAAAAIQAAAAABfwAAAAAAIQAAAAACIQAAAAABIQAAAAACIQAAAAABIQAAAAABIQAAAAACIQAAAAADTwAAAAADVAAAAAAAIQAAAAAAJQAAAAACJQAAAAADIQAAAAACfwAAAAAAIQAAAAABfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAATwAAAAADTwAAAAABfwAAAAAAfwAAAAAAVAAAAAADIQAAAAADJQAAAAACJQAAAAAAIQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAIQAAAAACIQAAAAAAIQAAAAACIQAAAAACIQAAAAABIQAAAAAAIQAAAAACfwAAAAAAJQAAAAACIQAAAAACJQAAAAACJQAAAAACIQAAAAAATwAAAAACJQAAAAACfwAAAAAAIQAAAAABIQAAAAACIQAAAAAAIQAAAAADIQAAAAABIQAAAAAAIQAAAAABTwAAAAABIQAAAAAAIQAAAAADIQAAAAADIQAAAAACIQAAAAABTwAAAAADJQAAAAABfwAAAAAAIQAAAAAAIQAAAAAAIQAAAAABIQAAAAABIQAAAAADIQAAAAAAIQAAAAACTwAAAAABIQAAAAAAIQAAAAADIQAAAAADIQAAAAACIQAAAAADTwAAAAADIAAAAAAAfwAAAAAAIQAAAAAAIQAAAAADIQAAAAACIQAAAAACIQAAAAABIQAAAAABIQAAAAACTwAAAAABIQAAAAACIQAAAAACJQAAAAABVAAAAAACVAAAAAAAVAAAAAAAVAAAAAADfwAAAAAAfwAAAAAATwAAAAACTwAAAAABTwAAAAABfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAXgAAAAABDAAAAAADDAAAAAAADAAAAAACDAAAAAADXgAAAAACXgAAAAAAXgAAAAAAfwAAAAAAewAAAAADewAAAAABewAAAAACewAAAAAAewAAAAADfwAAAAAAXgAAAAAB version: 6 -3,-2: ind: -3,-2 - tiles: fQAAAAADfQAAAAACfQAAAAACfQAAAAACfQAAAAACfQAAAAAAfQAAAAAATwAAAAAATwAAAAADfQAAAAABfQAAAAAAfQAAAAACfQAAAAACfwAAAAAAbwAAAAADbwAAAAABYwAAAAACYwAAAAAAYwAAAAABYwAAAAACYwAAAAACYwAAAAADYwAAAAACYwAAAAAAQAAAAAAAAgAAAAAATwAAAAACAgAAAAAAAgAAAAAAfwAAAAAAbwAAAAACbwAAAAAAYwAAAAABDgAAAAADDgAAAAACDgAAAAABDgAAAAADDgAAAAACDgAAAAACYwAAAAABTwAAAAAAewAAAAAAewAAAAABewAAAAADewAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAYwAAAAAADgAAAAABDgAAAAABDgAAAAADDgAAAAADDgAAAAACDgAAAAACYwAAAAABaQAAAAABaQAAAAADewAAAAABewAAAAACewAAAAACTwAAAAACbgAAAAAAbwAAAAADYwAAAAADDgAAAAADDgAAAAAAewAAAAABewAAAAABewAAAAABewAAAAABewAAAAAAewAAAAAAaQAAAAABewAAAAADewAAAAACewAAAAABTwAAAAADfwAAAAAAfwAAAAAAYwAAAAACDgAAAAAADgAAAAACewAAAAAAewAAAAAAewAAAAABewAAAAADewAAAAADewAAAAADaQAAAAABewAAAAAAewAAAAACewAAAAABTwAAAAACfwAAAAAAbgAAAAAAYwAAAAADDgAAAAADDgAAAAADewAAAAADewAAAAABewAAAAABewAAAAAAewAAAAADewAAAAAATwAAAAADewAAAAAAewAAAAABewAAAAACfwAAAAAAfwAAAAAAbwAAAAAATwAAAAAAKQAAAAABDgAAAAACDgAAAAADDgAAAAADDgAAAAABDgAAAAACDgAAAAADTwAAAAABXgAAAAACTwAAAAABKQAAAAACKQAAAAACfwAAAAAAfwAAAAAAbwAAAAACXgAAAAAAXgAAAAACXgAAAAACXgAAAAABXgAAAAADXgAAAAACXgAAAAAAXgAAAAABXgAAAAABQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAfwAAAAAAbwAAAAAATwAAAAAATwAAAAACTwAAAAADXgAAAAAATwAAAAACTwAAAAABTwAAAAABXgAAAAADTwAAAAACQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAATwAAAAAAfwAAAAAAbwAAAAACTwAAAAAATwAAAAADTwAAAAABXgAAAAAATwAAAAADTwAAAAADTwAAAAABXgAAAAABTwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAfwAAAAAAbwAAAAAATwAAAAABTwAAAAACTwAAAAABXgAAAAACTwAAAAABTwAAAAAATwAAAAAAXgAAAAABTwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAACXgAAAAABXgAAAAADXgAAAAABXgAAAAADXgAAAAADQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAATwAAAAADTwAAAAADTwAAAAABXgAAAAAATwAAAAACTwAAAAAATwAAAAABXgAAAAADXgAAAAADQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAfwAAAAAAbwAAAAAATwAAAAADTwAAAAADTwAAAAAAXgAAAAABTwAAAAAATwAAAAACTwAAAAADXgAAAAACXgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAADTwAAAAAAXgAAAAADTwAAAAACTwAAAAAATwAAAAAAXgAAAAACXgAAAAADXgAAAAAAXgAAAAABXgAAAAADXgAAAAAAUAAAAAAAXgAAAAACXgAAAAAC + tiles: fQAAAAADfQAAAAACfQAAAAABfQAAAAACfQAAAAACfQAAAAACfQAAAAABTwAAAAACTwAAAAABfQAAAAAAfQAAAAADfQAAAAABfQAAAAADfwAAAAAAbwAAAAADbwAAAAAAYwAAAAADYwAAAAADYwAAAAAAYwAAAAAAYwAAAAAAYwAAAAACYwAAAAACYwAAAAADQAAAAAAAAgAAAAAATwAAAAADAgAAAAAAAgAAAAAAfwAAAAAAbwAAAAACbwAAAAAAYwAAAAAADgAAAAACDgAAAAABDgAAAAADDgAAAAADDgAAAAABDgAAAAACYwAAAAAATwAAAAAAewAAAAAAewAAAAABewAAAAABewAAAAACfwAAAAAAfwAAAAAAfwAAAAAAYwAAAAACDgAAAAAADgAAAAADDgAAAAADDgAAAAAADgAAAAADDgAAAAACYwAAAAAAaQAAAAABaQAAAAABewAAAAAAewAAAAABewAAAAACTwAAAAAAbgAAAAAAbwAAAAAAYwAAAAADDgAAAAAADgAAAAACewAAAAACewAAAAACewAAAAACewAAAAABewAAAAABewAAAAADaQAAAAADewAAAAAAewAAAAAAewAAAAABTwAAAAABfwAAAAAAfwAAAAAAYwAAAAAADgAAAAADDgAAAAAAewAAAAABewAAAAABewAAAAADewAAAAABewAAAAACewAAAAADaQAAAAADewAAAAAAewAAAAAAewAAAAACTwAAAAACfwAAAAAAbgAAAAAAYwAAAAACDgAAAAADDgAAAAACewAAAAADewAAAAABewAAAAAAewAAAAAAewAAAAABewAAAAADTwAAAAADewAAAAAAewAAAAADewAAAAAAfwAAAAAAfwAAAAAAbwAAAAABTwAAAAACKQAAAAABDgAAAAADDgAAAAAADgAAAAACDgAAAAACDgAAAAADDgAAAAABTwAAAAAAXgAAAAABTwAAAAADKQAAAAABKQAAAAACfwAAAAAAfwAAAAAAbwAAAAACXgAAAAAAXgAAAAADXgAAAAAAXgAAAAADXgAAAAACXgAAAAADXgAAAAADXgAAAAABXgAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAfwAAAAAAbwAAAAADTwAAAAAATwAAAAACTwAAAAADXgAAAAABTwAAAAADTwAAAAABTwAAAAACXgAAAAACTwAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAATwAAAAAAfwAAAAAAbwAAAAAATwAAAAACTwAAAAACTwAAAAAAXgAAAAAATwAAAAADTwAAAAABTwAAAAADXgAAAAADTwAAAAACQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAfwAAAAAAbwAAAAACTwAAAAAATwAAAAABTwAAAAADXgAAAAABTwAAAAAATwAAAAADTwAAAAABXgAAAAABTwAAAAACQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAXgAAAAADXgAAAAACXgAAAAACXgAAAAACXgAAAAABXgAAAAAAXgAAAAAAXgAAAAADXgAAAAABQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAATwAAAAADTwAAAAAATwAAAAAAXgAAAAACTwAAAAAATwAAAAACTwAAAAABXgAAAAACXgAAAAADQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAfwAAAAAAfwAAAAAAbwAAAAAATwAAAAACTwAAAAAATwAAAAACXgAAAAADTwAAAAACTwAAAAADTwAAAAADXgAAAAABXgAAAAABfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAABTwAAAAAAXgAAAAABTwAAAAABTwAAAAACTwAAAAADXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAXgAAAAAAUAAAAAAAXgAAAAAAXgAAAAAC version: 6 3,1: ind: 3,1 - tiles: XgAAAAABawAAAAAAXgAAAAABTwAAAAACIwAAAAADIwAAAAADIwAAAAADIwAAAAADIwAAAAAAIwAAAAAAIwAAAAADIwAAAAAAIwAAAAADIwAAAAADIwAAAAAAIwAAAAAAawAAAAACawAAAAADXgAAAAACTwAAAAABIwAAAAABIwAAAAABIwAAAAABIwAAAAADIwAAAAACIwAAAAADIwAAAAACIwAAAAABIwAAAAADIwAAAAACIwAAAAADIwAAAAABawAAAAACawAAAAADXgAAAAAATwAAAAABIwAAAAADIwAAAAADIwAAAAAAIwAAAAACIwAAAAABIwAAAAABIwAAAAACIwAAAAAAIwAAAAADIwAAAAACIwAAAAACIwAAAAADawAAAAADawAAAAACXgAAAAABfwAAAAAAIwAAAAAAIgAAAAAAIgAAAAABIgAAAAAAIgAAAAACIgAAAAADIgAAAAACIgAAAAAAIgAAAAABIgAAAAADIgAAAAABIgAAAAAAawAAAAAAawAAAAADXgAAAAACUAAAAAAAIwAAAAACIgAAAAABIgAAAAACIgAAAAAAIgAAAAACIgAAAAABIwAAAAACIwAAAAADIwAAAAAAIwAAAAAAIwAAAAADIgAAAAADDAAAAAAAXgAAAAABXgAAAAABUAAAAAAAIwAAAAADIgAAAAAAIgAAAAAAIgAAAAACIgAAAAADIgAAAAADIwAAAAACIwAAAAAAIwAAAAADIwAAAAACIwAAAAAAIgAAAAABTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAIwAAAAACIgAAAAADIgAAAAABIgAAAAABIgAAAAAAIgAAAAAAIwAAAAABIwAAAAADIwAAAAACIwAAAAABIwAAAAACIgAAAAACewAAAAADewAAAAACewAAAAADfwAAAAAAIwAAAAACIgAAAAADIgAAAAAAIgAAAAAAIgAAAAADIgAAAAABIgAAAAADIgAAAAACIgAAAAABIgAAAAADIgAAAAADIgAAAAAAewAAAAACewAAAAAAewAAAAACfwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAACIwAAAAADIwAAAAACIwAAAAABIwAAAAAAIwAAAAADewAAAAAAewAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAewAAAAADewAAAAACTwAAAAAAewAAAAACewAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAABewAAAAACewAAAAADewAAAAADewAAAAABewAAAAADewAAAAACewAAAAACTwAAAAABfwAAAAAAfwAAAAAAewAAAAAAewAAAAACewAAAAACewAAAAAAewAAAAACewAAAAADewAAAAACewAAAAACewAAAAACewAAAAABewAAAAACewAAAAABewAAAAABewAAAAABewAAAAAAfwAAAAAAewAAAAABewAAAAAAewAAAAABewAAAAABewAAAAADewAAAAADewAAAAAAewAAAAAAewAAAAABewAAAAADewAAAAADewAAAAAAewAAAAABewAAAAAAewAAAAAAfwAAAAAAewAAAAAAewAAAAADewAAAAABewAAAAACewAAAAACewAAAAADewAAAAAAewAAAAAAewAAAAADewAAAAAAewAAAAABewAAAAAAewAAAAADewAAAAABewAAAAAAfwAAAAAAewAAAAADewAAAAAAewAAAAACewAAAAAAewAAAAAAewAAAAADewAAAAABewAAAAADewAAAAADewAAAAABewAAAAAAewAAAAACewAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAA + tiles: XgAAAAACawAAAAACXgAAAAADTwAAAAAAIwAAAAAAIwAAAAADIwAAAAACIwAAAAABIwAAAAABIwAAAAABIwAAAAABIwAAAAADIwAAAAABIwAAAAACIwAAAAABIwAAAAAAawAAAAADawAAAAABXgAAAAACTwAAAAADIwAAAAABIwAAAAACIwAAAAAAIwAAAAACIwAAAAACIwAAAAABIwAAAAAAIwAAAAADIwAAAAAAIwAAAAAAIwAAAAADIwAAAAACawAAAAACawAAAAAAXgAAAAABTwAAAAADIwAAAAAAIwAAAAADIwAAAAABIwAAAAADIwAAAAAAIwAAAAABIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAADIwAAAAABIwAAAAAAawAAAAADawAAAAABXgAAAAAAfwAAAAAAIwAAAAABIgAAAAADIgAAAAAAIgAAAAAAIgAAAAABIgAAAAADIgAAAAAAIgAAAAAAIgAAAAADIgAAAAABIgAAAAADIgAAAAAAawAAAAACawAAAAABXgAAAAACUAAAAAAAIwAAAAADIgAAAAAAIgAAAAAAIgAAAAABIgAAAAADIgAAAAABIwAAAAAAIwAAAAACIwAAAAACIwAAAAADIwAAAAABIgAAAAADDAAAAAAAXgAAAAAAXgAAAAADUAAAAAAAIwAAAAABIgAAAAABIgAAAAAAIgAAAAAAIgAAAAADIgAAAAAAIwAAAAABIwAAAAADIwAAAAADIwAAAAADIwAAAAABIgAAAAABTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAIwAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAIgAAAAABIgAAAAAAIwAAAAABIwAAAAAAIwAAAAADIwAAAAABIwAAAAACIgAAAAAAewAAAAABewAAAAACewAAAAABfwAAAAAAIwAAAAABIgAAAAADIgAAAAACIgAAAAACIgAAAAACIgAAAAADIgAAAAADIgAAAAADIgAAAAABIgAAAAAAIgAAAAAAIgAAAAACewAAAAADewAAAAADewAAAAAAfwAAAAAAIwAAAAACIwAAAAACIwAAAAABIwAAAAADIwAAAAADIwAAAAADIwAAAAACIwAAAAACIwAAAAADIwAAAAAAIwAAAAAAIwAAAAABewAAAAACewAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAewAAAAABewAAAAAATwAAAAADewAAAAACewAAAAABewAAAAACewAAAAABewAAAAACewAAAAACewAAAAABewAAAAADewAAAAACewAAAAACewAAAAABewAAAAAAewAAAAACTwAAAAABfwAAAAAAfwAAAAAAewAAAAABewAAAAAAewAAAAAAewAAAAABewAAAAADewAAAAABewAAAAAAewAAAAAAewAAAAACewAAAAAAewAAAAAAewAAAAADewAAAAABewAAAAACewAAAAAAfwAAAAAAewAAAAADewAAAAADewAAAAADewAAAAABewAAAAABewAAAAADewAAAAAAewAAAAAAewAAAAABewAAAAADewAAAAACewAAAAADewAAAAADewAAAAACewAAAAADfwAAAAAAewAAAAABewAAAAAAewAAAAABewAAAAABewAAAAACewAAAAADewAAAAADewAAAAABewAAAAACewAAAAABewAAAAACewAAAAAAewAAAAACewAAAAABewAAAAABfwAAAAAAewAAAAACewAAAAACewAAAAABewAAAAACewAAAAAAewAAAAAAewAAAAABewAAAAADewAAAAAAewAAAAACewAAAAADewAAAAABewAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAA version: 6 3,0: ind: 3,0 - tiles: fwAAAAAAXgAAAAABawAAAAABXgAAAAACUAAAAAAADAAAAAAADAAAAAABDAAAAAABDAAAAAADMgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAfwAAAAAAXgAAAAABawAAAAAAXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAACawAAAAADXgAAAAADfwAAAAAAbwAAAAABfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAXgAAAAADawAAAAABawAAAAADXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAADawAAAAACXgAAAAADXgAAAAADfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAAAawAAAAADXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAADawAAAAAAXgAAAAABfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXgAAAAABawAAAAACXgAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAATwAAAAACTwAAAAACTwAAAAABfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAXgAAAAABawAAAAAAXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAXgAAAAAAawAAAAACXgAAAAADfwAAAAAAIwAAAAADIwAAAAADIwAAAAACIwAAAAACIwAAAAABIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAADIwAAAAACIwAAAAADIwAAAAAATwAAAAABTwAAAAAATwAAAAABUAAAAAAAIwAAAAACIgAAAAAAIgAAAAAAIgAAAAAAIgAAAAABIgAAAAADIgAAAAACIgAAAAADIgAAAAACIgAAAAAAIgAAAAABIgAAAAADTwAAAAACTwAAAAACTwAAAAABUAAAAAAAIwAAAAADIgAAAAACIgAAAAACIgAAAAABIgAAAAABIgAAAAACIwAAAAABIwAAAAAAIwAAAAABIwAAAAACIwAAAAABIgAAAAAATwAAAAACTwAAAAABTwAAAAABUAAAAAAAIwAAAAABIgAAAAAAIgAAAAAAIgAAAAAAIgAAAAABIgAAAAABIwAAAAAAIwAAAAACIwAAAAABIwAAAAACIwAAAAADIgAAAAAAXgAAAAAAawAAAAABXgAAAAACUAAAAAAAIwAAAAADIgAAAAABIgAAAAACIgAAAAAAIgAAAAADIgAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAADIgAAAAADXgAAAAACawAAAAADXgAAAAADfwAAAAAAIwAAAAACIgAAAAABIgAAAAADIgAAAAACIgAAAAABIgAAAAABIgAAAAADIgAAAAABIgAAAAADIgAAAAACIgAAAAADIgAAAAAC + tiles: fwAAAAAAXgAAAAACawAAAAADawAAAAACUAAAAAAADAAAAAADDAAAAAADDAAAAAADDAAAAAABMgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAfwAAAAAAXgAAAAAAawAAAAADXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAACawAAAAACXgAAAAABfwAAAAAAbwAAAAABfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAXgAAAAACawAAAAACawAAAAABXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAADawAAAAAAXgAAAAABXgAAAAACfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAAAawAAAAADXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAAAawAAAAAAXgAAAAADfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAXgAAAAABawAAAAABXgAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAATwAAAAADTwAAAAAATwAAAAADfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAXgAAAAACawAAAAAAXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAXgAAAAABawAAAAAAXgAAAAADfwAAAAAAIwAAAAACIwAAAAAAIwAAAAABIwAAAAADIwAAAAADIwAAAAAAIwAAAAABIwAAAAACIwAAAAADIwAAAAAAIwAAAAACIwAAAAAATwAAAAACTwAAAAADTwAAAAAAUAAAAAAAIwAAAAAAIgAAAAAAIgAAAAAAIgAAAAACIgAAAAABIgAAAAAAIgAAAAABIgAAAAADIgAAAAACIgAAAAABIgAAAAACIgAAAAAATwAAAAAATwAAAAABTwAAAAAAUAAAAAAAIwAAAAAAIgAAAAAAIgAAAAACIgAAAAACIgAAAAADIgAAAAABIwAAAAABIwAAAAADIwAAAAADIwAAAAACIwAAAAADIgAAAAADTwAAAAADTwAAAAABTwAAAAAAUAAAAAAAIwAAAAACIgAAAAAAIgAAAAABIgAAAAACIgAAAAADIgAAAAABIwAAAAAAIwAAAAACIwAAAAACIwAAAAABIwAAAAACIgAAAAACXgAAAAAAawAAAAAAXgAAAAABUAAAAAAAIwAAAAADIgAAAAABIgAAAAACIgAAAAABIgAAAAACIgAAAAADIwAAAAADIwAAAAACIwAAAAABIwAAAAADIwAAAAACIgAAAAADXgAAAAACawAAAAABXgAAAAADfwAAAAAAIwAAAAACIgAAAAACIgAAAAAAIgAAAAABIgAAAAAAIgAAAAAAIgAAAAACIgAAAAABIgAAAAABIgAAAAADIgAAAAACIgAAAAAA version: 6 3,-1: ind: 3,-1 - tiles: XgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAawAAAAACawAAAAAAawAAAAACDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAADXgAAAAACXgAAAAADfwAAAAAAfwAAAAAAawAAAAACawAAAAAAawAAAAADawAAAAACDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAABawAAAAAAXgAAAAADXgAAAAACUAAAAAAAMgAAAAAAawAAAAACawAAAAABawAAAAACawAAAAABawAAAAACDQAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAAAXgAAAAACawAAAAABawAAAAACXgAAAAABUAAAAAAAMgAAAAAAAQAAAAAAAQAAAAAAawAAAAACawAAAAAAawAAAAACawAAAAACawAAAAADawAAAAADawAAAAABawAAAAAAXgAAAAAAXgAAAAACawAAAAADXgAAAAABXgAAAAABUAAAAAAAAwAAAAADAwAAAAADAwAAAAACAwAAAAAADAAAAAABawAAAAAAawAAAAAAawAAAAADawAAAAADAQAAAAAAfwAAAAAAXgAAAAAAawAAAAADXgAAAAADXgAAAAADfwAAAAAAAwAAAAADAwAAAAABAwAAAAAAAwAAAAADDAAAAAABawAAAAADawAAAAABawAAAAAAawAAAAADAwAAAAADfwAAAAAATwAAAAABTwAAAAADTwAAAAABfwAAAAAAfwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAADDAAAAAAADAAAAAACawAAAAAAawAAAAACawAAAAADAwAAAAACUAAAAAAAXgAAAAADawAAAAAAXgAAAAABfwAAAAAAMgAAAAAAAwAAAAAAAwAAAAABAwAAAAACAwAAAAABDAAAAAADDAAAAAADDAAAAAACawAAAAABawAAAAAAAwAAAAABUAAAAAAAXgAAAAAAawAAAAAAXgAAAAABUAAAAAAAAQAAAAAAAwAAAAABAwAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAADAAAAAADawAAAAAAawAAAAABAQAAAAAAfwAAAAAAXgAAAAAAawAAAAABXgAAAAABTwAAAAACawAAAAADDAAAAAABAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAawAAAAACawAAAAADawAAAAABAQAAAAAAewAAAAABXgAAAAAAawAAAAABXgAAAAACTwAAAAABawAAAAADawAAAAACawAAAAACawAAAAAAawAAAAABawAAAAAAawAAAAACawAAAAACawAAAAACawAAAAACawAAAAACewAAAAADXgAAAAAAawAAAAADXgAAAAADTwAAAAAAawAAAAACawAAAAABawAAAAABawAAAAAAawAAAAAAawAAAAADawAAAAADDAAAAAACDAAAAAAADAAAAAADawAAAAABewAAAAADXgAAAAACawAAAAABXgAAAAAAUAAAAAAADAAAAAAADAAAAAACawAAAAACawAAAAACDAAAAAABDAAAAAABDAAAAAABDAAAAAACDAAAAAAADAAAAAABDAAAAAACewAAAAABXgAAAAADawAAAAABXgAAAAACTwAAAAACawAAAAAAawAAAAABawAAAAADDAAAAAADDAAAAAAADAAAAAAADAAAAAACDAAAAAADDAAAAAAADAAAAAACDAAAAAADewAAAAADXgAAAAACawAAAAADXgAAAAADTwAAAAACawAAAAACawAAAAAAawAAAAAADAAAAAACDAAAAAAADAAAAAAADAAAAAABDAAAAAAADAAAAAAADAAAAAADDAAAAAACfwAAAAAAXgAAAAAAawAAAAAAXgAAAAACTwAAAAADawAAAAAADAAAAAAADAAAAAADDAAAAAACDAAAAAABAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAADAAAAAAC + tiles: XgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAawAAAAAAawAAAAADawAAAAABDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAACXgAAAAABXgAAAAAAfwAAAAAAfwAAAAAAawAAAAAAawAAAAACawAAAAAAawAAAAADDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAADawAAAAAAXgAAAAADXgAAAAADUAAAAAAAMgAAAAAAawAAAAACawAAAAAAawAAAAADawAAAAADawAAAAACDQAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAACXgAAAAACawAAAAAAawAAAAAAXgAAAAACUAAAAAAAMgAAAAAAAQAAAAAAAQAAAAAAawAAAAABawAAAAABawAAAAADawAAAAAAawAAAAABawAAAAAAawAAAAABawAAAAACXgAAAAAAXgAAAAAAawAAAAACXgAAAAABXgAAAAABUAAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAAADAAAAAAAawAAAAAAawAAAAAAawAAAAABawAAAAACAQAAAAAAfwAAAAAAXgAAAAADawAAAAADXgAAAAAAXgAAAAACfwAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAACDAAAAAACawAAAAABawAAAAAAawAAAAAAawAAAAADAwAAAAAAfwAAAAAATwAAAAABTwAAAAAATwAAAAACfwAAAAAAfwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAAAwAAAAAADAAAAAACDAAAAAAAawAAAAAAawAAAAABawAAAAADAwAAAAAAUAAAAAAAXgAAAAACawAAAAADXgAAAAAAfwAAAAAAMgAAAAAAAwAAAAAAAwAAAAADAwAAAAACAwAAAAABDAAAAAAADAAAAAABDAAAAAADawAAAAAAawAAAAACAwAAAAACUAAAAAAAXgAAAAACawAAAAADawAAAAABUAAAAAAAAQAAAAAAAwAAAAADAwAAAAACAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAADAAAAAABawAAAAACawAAAAABAQAAAAAAfwAAAAAAXgAAAAAAXgAAAAACawAAAAABTwAAAAAAawAAAAABDAAAAAACAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAawAAAAABawAAAAABawAAAAABAQAAAAAAXgAAAAABXgAAAAAAXgAAAAABawAAAAACTwAAAAABawAAAAACawAAAAAAawAAAAABawAAAAABawAAAAACawAAAAADawAAAAABawAAAAACawAAAAAAawAAAAACawAAAAADOQAAAAAAXgAAAAABXgAAAAAAawAAAAADTwAAAAAAawAAAAABawAAAAABawAAAAACawAAAAACawAAAAACawAAAAAAawAAAAABDAAAAAABDAAAAAACDAAAAAACawAAAAAAOQAAAAAAXgAAAAABXgAAAAACawAAAAABUAAAAAAADAAAAAACDAAAAAADawAAAAACawAAAAACDAAAAAAADAAAAAACDAAAAAAADAAAAAADDAAAAAAADAAAAAAADAAAAAACOQAAAAAAXgAAAAABXgAAAAABawAAAAACTwAAAAADawAAAAABawAAAAABawAAAAAADAAAAAACDAAAAAABDAAAAAACDAAAAAADDAAAAAACDAAAAAABDAAAAAABDAAAAAACXgAAAAAAXgAAAAADXgAAAAACawAAAAABTwAAAAACawAAAAAAawAAAAACawAAAAACDAAAAAABDAAAAAAADAAAAAACDAAAAAABDAAAAAABDAAAAAACDAAAAAACDAAAAAADfwAAAAAAXgAAAAABXgAAAAACawAAAAADTwAAAAABawAAAAABDAAAAAADDAAAAAAADAAAAAABDAAAAAACAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAADAAAAAAB version: 6 3,-2: ind: 3,-2 - tiles: NAAAAAAANAAAAAAANAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbwAAAAADfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbwAAAAABbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAANAAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAACbwAAAAABbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAQAAAAAADAAAAAADDAAAAAABawAAAAACawAAAAABawAAAAAADAAAAAACMgAAAAAADAAAAAADMgAAAAAADAAAAAAAfwAAAAAAfwAAAAAADAAAAAAAAQAAAAAAAQAAAAAAawAAAAADawAAAAABawAAAAAAawAAAAADawAAAAAAawAAAAAAawAAAAABawAAAAABDAAAAAACDAAAAAABDAAAAAAAfwAAAAAAfwAAAAAADAAAAAABAQAAAAAAawAAAAADawAAAAADawAAAAABDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAAAawAAAAACawAAAAAADAAAAAADDAAAAAADfwAAAAAADAAAAAABawAAAAAAawAAAAADDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAABawAAAAABDAAAAAADTwAAAAAAawAAAAABawAAAAACawAAAAADDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAPgAAAAAAawAAAAACawAAAAAAfwAAAAAAawAAAAADawAAAAABDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAfwAAAAAAawAAAAADawAAAAABDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAfwAAAAAAawAAAAABawAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAfwAAAAAADAAAAAABawAAAAACDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAfwAAAAAAMgAAAAAAawAAAAADawAAAAACDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAUAAAAAAAMgAAAAAAMgAAAAAAawAAAAABawAAAAABDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAUAAAAAAAMgAAAAAAMgAAAAAADAAAAAACawAAAAACawAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAA + tiles: NAAAAAAANAAAAAAANAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbwAAAAABfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbwAAAAAAbwAAAAACbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAANAAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAbwAAAAABbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbwAAAAACawAAAAABawAAAAADawAAAAADawAAAAACfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADAAAAAABDAAAAAACDAAAAAABAQAAAAAAAQAAAAAADAAAAAADAQAAAAAAawAAAAAAawAAAAACMgAAAAAADAAAAAACfwAAAAAAfwAAAAAADAAAAAACAQAAAAAAAQAAAAAADAAAAAADawAAAAAAawAAAAABawAAAAACawAAAAADawAAAAACawAAAAACawAAAAAADAAAAAADDAAAAAADDAAAAAABfwAAAAAAawAAAAACawAAAAADawAAAAAAawAAAAAAawAAAAABawAAAAAAawAAAAABawAAAAAAawAAAAAAawAAAAAAawAAAAABawAAAAABawAAAAADawAAAAACDAAAAAACDAAAAAADfwAAAAAADAAAAAADawAAAAACawAAAAADDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAADawAAAAABDAAAAAAATwAAAAACawAAAAADawAAAAAAawAAAAADDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAPgAAAAAAawAAAAAAawAAAAAAfwAAAAAAawAAAAADawAAAAACDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAfwAAAAAAawAAAAACawAAAAACDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAfwAAAAAAawAAAAADawAAAAACDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAfwAAAAAADAAAAAAAawAAAAABDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAfwAAAAAAMgAAAAAAawAAAAABawAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAUAAAAAAAMgAAAAAAMgAAAAAAawAAAAACawAAAAACDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAAUAAAAAAAMgAAAAAAMgAAAAAADAAAAAABawAAAAABawAAAAADDQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAADQAAAAAA version: 6 0,2: ind: 0,2 - tiles: XgAAAAADawAAAAACXgAAAAABfwAAAAAAbwAAAAAAbwAAAAABbgAAAAAAbwAAAAADbwAAAAACbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAXgAAAAADawAAAAABXgAAAAACTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADAAAAAACawAAAAACXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAADAAAAAAAawAAAAAAXgAAAAACUAAAAAAAIAAAAAABIAAAAAABIAAAAAADIAAAAAABUAAAAAAADAAAAAAADAAAAAACDAAAAAADMgAAAAAAMgAAAAAAMgAAAAAAUAAAAAAADAAAAAACawAAAAABXgAAAAABUAAAAAAAIAAAAAACIAAAAAADIAAAAAAAIAAAAAADUAAAAAAADAAAAAACDAAAAAADDAAAAAACDAAAAAAAMgAAAAAAMgAAAAAAUAAAAAAADAAAAAACawAAAAAAXgAAAAABfwAAAAAAIAAAAAABTwAAAAAATwAAAAACIAAAAAADfwAAAAAATwAAAAADTwAAAAAATwAAAAADTwAAAAACTwAAAAABTwAAAAABfwAAAAAAXgAAAAACawAAAAABXgAAAAADTwAAAAABIAAAAAAATwAAAAADTwAAAAAAIAAAAAADTwAAAAABTwAAAAACTwAAAAABTwAAAAAATwAAAAAATwAAAAAATwAAAAACTwAAAAAAXgAAAAADawAAAAACXgAAAAACTwAAAAACIAAAAAACTwAAAAADTwAAAAABIAAAAAADTwAAAAACTwAAAAADTwAAAAACTwAAAAACTwAAAAAATwAAAAADTwAAAAACTwAAAAACaQAAAAAAaQAAAAADaQAAAAADfwAAAAAAIAAAAAADTwAAAAADTwAAAAACIAAAAAABfwAAAAAATwAAAAABTwAAAAAATwAAAAAATwAAAAABTwAAAAAATwAAAAABfwAAAAAAVAAAAAACVAAAAAAAVAAAAAABUAAAAAAAIAAAAAACIAAAAAACIAAAAAABIAAAAAACfwAAAAAATwAAAAAAUAAAAAAAUAAAAAAAewAAAAAAewAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAADTwAAAAAAUAAAAAAAIAAAAAADIAAAAAAAIAAAAAABIAAAAAACfwAAAAAAewAAAAAAewAAAAAAewAAAAABewAAAAACewAAAAAAewAAAAACewAAAAAATwAAAAACTwAAAAADTwAAAAAAfwAAAAAATwAAAAADTwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAewAAAAABewAAAAABewAAAAAAewAAAAAAewAAAAABewAAAAAAewAAAAADTwAAAAACTwAAAAAATwAAAAACTwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAAAVAAAAAADVAAAAAACTwAAAAAANAAAAAAAfwAAAAAANAAAAAAANAAAAAAATwAAAAACewAAAAACewAAAAADewAAAAADewAAAAACewAAAAABewAAAAAAewAAAAADaQAAAAACaQAAAAAAaQAAAAACfwAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAAAewAAAAABewAAAAAAewAAAAACewAAAAADewAAAAADewAAAAAAXgAAAAADawAAAAABXgAAAAACXgAAAAAAfwAAAAAATwAAAAAATwAAAAADTwAAAAADfwAAAAAAewAAAAADewAAAAABewAAAAADewAAAAAAewAAAAADewAAAAADewAAAAAB + tiles: XgAAAAAAawAAAAAAXgAAAAABfwAAAAAAbwAAAAADbwAAAAACbgAAAAAAbwAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAACbgAAAAAAbgAAAAAAbgAAAAAAXgAAAAAAawAAAAABXgAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADAAAAAAAawAAAAAAXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAADAAAAAAAawAAAAADXgAAAAABUAAAAAAAIAAAAAADIAAAAAACIAAAAAADIAAAAAADUAAAAAAADAAAAAABDAAAAAAADAAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAUAAAAAAADAAAAAADawAAAAADXgAAAAAAUAAAAAAAIAAAAAACIAAAAAABIAAAAAADIAAAAAAAUAAAAAAADAAAAAADDAAAAAACDAAAAAABDAAAAAABMgAAAAAAMgAAAAAAUAAAAAAADAAAAAAAawAAAAABXgAAAAAAfwAAAAAAIAAAAAACTwAAAAAATwAAAAACIAAAAAABfwAAAAAATwAAAAACTwAAAAACTwAAAAABTwAAAAABTwAAAAABTwAAAAACfwAAAAAAXgAAAAADawAAAAAAXgAAAAADTwAAAAAAIAAAAAAATwAAAAAATwAAAAABIAAAAAADTwAAAAACTwAAAAACTwAAAAACTwAAAAADTwAAAAABTwAAAAACTwAAAAACTwAAAAAAXgAAAAADawAAAAACXgAAAAADTwAAAAABIAAAAAACTwAAAAACTwAAAAAAIAAAAAACTwAAAAADTwAAAAADTwAAAAAATwAAAAAATwAAAAACTwAAAAACTwAAAAADTwAAAAADaQAAAAACaQAAAAADaQAAAAAAfwAAAAAAIAAAAAACTwAAAAABTwAAAAACIAAAAAAAfwAAAAAATwAAAAACTwAAAAADTwAAAAADTwAAAAACTwAAAAABTwAAAAADfwAAAAAAVAAAAAABVAAAAAABVAAAAAADUAAAAAAAIAAAAAADIAAAAAAAIAAAAAAAIAAAAAAAfwAAAAAATwAAAAABUAAAAAAAUAAAAAAAewAAAAAAewAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAADTwAAAAADUAAAAAAAIAAAAAAAIAAAAAADIAAAAAABIAAAAAACfwAAAAAAewAAAAAAewAAAAABewAAAAABewAAAAABewAAAAADewAAAAAAewAAAAABTwAAAAABTwAAAAABTwAAAAADfwAAAAAATwAAAAACTwAAAAABTwAAAAAAfwAAAAAAfwAAAAAAewAAAAACewAAAAAAewAAAAADewAAAAABewAAAAABewAAAAABewAAAAABTwAAAAACTwAAAAACTwAAAAAATwAAAAABfwAAAAAAfwAAAAAANAAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAADVAAAAAACVAAAAAABTwAAAAACNAAAAAAAfwAAAAAANAAAAAAANAAAAAAATwAAAAAAewAAAAAAewAAAAACewAAAAADewAAAAABewAAAAABewAAAAACewAAAAADaQAAAAAAaQAAAAACaQAAAAACfwAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAABewAAAAABewAAAAAAewAAAAADewAAAAABewAAAAAAewAAAAADXgAAAAADawAAAAAAXgAAAAADXgAAAAADfwAAAAAATwAAAAAATwAAAAACTwAAAAACfwAAAAAAewAAAAACewAAAAABewAAAAACewAAAAADewAAAAADewAAAAADewAAAAAD version: 6 0,-3: ind: 0,-3 - tiles: TwAAAAADTwAAAAABTwAAAAACXgAAAAADUAAAAAAAMgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACTwAAAAADTwAAAAADXgAAAAAAUAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACTwAAAAABTwAAAAAAXgAAAAACUAAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAACXgAAAAADXgAAAAABXgAAAAADfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAABfgAAAAAAAAAAAAAAAAAAAAAAXgAAAAACXgAAAAACXgAAAAABXgAAAAADXgAAAAABXgAAAAADXgAAAAACXgAAAAAATwAAAAABNAAAAAAANAAAAAAANAAAAAAATwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAATwAAAAAATwAAAAACTwAAAAADTwAAAAACXgAAAAADXgAAAAACXgAAAAABXgAAAAAATwAAAAADNAAAAAAAfwAAAAAANAAAAAAATwAAAAADfgAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAVwAAAAAAVwAAAAACTwAAAAADXgAAAAABXgAAAAABXgAAAAABXgAAAAAATwAAAAABNAAAAAAAfwAAAAAANAAAAAAATwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAVwAAAAABVwAAAAACVwAAAAADTwAAAAAAXgAAAAACXgAAAAACXgAAAAAAXgAAAAADTwAAAAACNAAAAAAAfwAAAAAANAAAAAAATwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAVwAAAAABVwAAAAAAVwAAAAACTwAAAAAATwAAAAACTwAAAAAATwAAAAADXgAAAAABTwAAAAAATwAAAAADTwAAAAABTwAAAAAATwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAVwAAAAABDAAAAAAAVwAAAAADVwAAAAABVwAAAAACVwAAAAADTwAAAAAAXgAAAAADfwAAAAAAbwAAAAABfwAAAAAAfwAAAAAAfgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAADAAAAAABDAAAAAADDAAAAAACVwAAAAAAVwAAAAACVwAAAAADTwAAAAABXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAADewAAAAAAVwAAAAACDAAAAAAAVwAAAAADVwAAAAABVwAAAAAAVwAAAAADTwAAAAACXgAAAAABfwAAAAAAbwAAAAACfwAAAAAAbgAAAAAAfwAAAAAAewAAAAACewAAAAADewAAAAABVwAAAAAAVwAAAAACVwAAAAADTwAAAAADTwAAAAAATwAAAAAATwAAAAABXgAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAbwAAAAAATwAAAAABewAAAAAAewAAAAABewAAAAABVwAAAAADVwAAAAABVwAAAAADTwAAAAAAXgAAAAADXgAAAAAAXgAAAAACXgAAAAADfwAAAAAAbwAAAAABfwAAAAAAbgAAAAAAfwAAAAAAfQAAAAACewAAAAACewAAAAABVwAAAAABVwAAAAACVwAAAAACTwAAAAACXgAAAAAAXgAAAAAAXgAAAAACXgAAAAACfwAAAAAAbwAAAAACfwAAAAAAbgAAAAAAfwAAAAAATwAAAAABTwAAAAABTwAAAAACTwAAAAADTwAAAAABTwAAAAADTwAAAAACXgAAAAAAXgAAAAACXgAAAAAAXgAAAAABfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAATwAAAAAAfwAAAAAANAAAAAAANAAAAAAA + tiles: TwAAAAAATwAAAAABTwAAAAABXgAAAAAAUAAAAAAAMgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADTwAAAAACTwAAAAABXgAAAAACUAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABTwAAAAABTwAAAAADXgAAAAAAUAAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXgAAAAACXgAAAAADXgAAAAABXgAAAAACfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAAATwAAAAACTwAAAAABTwAAAAAATwAAAAADfgAAAAAAAAAAAAAAAAAAAAAAXgAAAAABXgAAAAACXgAAAAADXgAAAAAAXgAAAAAAXgAAAAACXgAAAAADXgAAAAACTwAAAAAANAAAAAAANAAAAAAANAAAAAAATwAAAAADfgAAAAAAAAAAAAAAAAAAAAAATwAAAAAATwAAAAAATwAAAAABTwAAAAABXgAAAAADXgAAAAACXgAAAAAAXgAAAAADTwAAAAADNAAAAAAAfwAAAAAANAAAAAAATwAAAAACfgAAAAAAAAAAAAAAAAAAAAAAVwAAAAAAVwAAAAACVwAAAAABTwAAAAABXgAAAAADXgAAAAADXgAAAAADXgAAAAADTwAAAAAANAAAAAAAfwAAAAAANAAAAAAATwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAVwAAAAABVwAAAAACVwAAAAADTwAAAAAAXgAAAAAAXgAAAAABXgAAAAABXgAAAAABTwAAAAAANAAAAAAAfwAAAAAANAAAAAAATwAAAAACfgAAAAAAAAAAAAAAAAAAAAAAVwAAAAABVwAAAAAAVwAAAAABTwAAAAADTwAAAAABTwAAAAADTwAAAAAAXgAAAAABTwAAAAACTwAAAAAATwAAAAAATwAAAAABTwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAVwAAAAADVwAAAAAAVwAAAAACVwAAAAABVwAAAAACVwAAAAABTwAAAAADXgAAAAABfwAAAAAAbwAAAAABfwAAAAAAfwAAAAAAfgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAVwAAAAAAVwAAAAADVwAAAAABVwAAAAAAVwAAAAACVwAAAAADTwAAAAACXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAABewAAAAABVwAAAAAAVwAAAAAAVwAAAAAAVwAAAAABVwAAAAAAVwAAAAAATwAAAAADXgAAAAACfwAAAAAAbwAAAAABfwAAAAAAbgAAAAAAfwAAAAAAewAAAAAAewAAAAADewAAAAAAVwAAAAADVwAAAAACVwAAAAABTwAAAAABTwAAAAACTwAAAAABTwAAAAADXgAAAAABfwAAAAAAbwAAAAAAfwAAAAAAbwAAAAADTwAAAAACewAAAAAAewAAAAACewAAAAABVwAAAAADVwAAAAAAVwAAAAADTwAAAAACXgAAAAABXgAAAAABXgAAAAACXgAAAAACfwAAAAAAbwAAAAACfwAAAAAAbgAAAAAAfwAAAAAAfQAAAAAAewAAAAAAewAAAAABVwAAAAABVwAAAAACVwAAAAAATwAAAAACXgAAAAADXgAAAAACXgAAAAADXgAAAAAAfwAAAAAAbwAAAAADfwAAAAAAbgAAAAAAfwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAADTwAAAAABTwAAAAABTwAAAAABXgAAAAACXgAAAAAAXgAAAAACXgAAAAACfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAATwAAAAAAfwAAAAAANAAAAAAANAAAAAAA version: 6 -3,-3: ind: -3,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAVAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAAATwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAVAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAADTwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAVAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAADTwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAVAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAABTwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAVAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAACTwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAVAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAADTwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAVAAAAAADVAAAAAABVAAAAAACVAAAAAACVAAAAAADTwAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAVAAAAAACVAAAAAACVAAAAAACVAAAAAADVAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbwAAAAADDAAAAAADDAAAAAAADAAAAAADDAAAAAACDAAAAAACDAAAAAABDAAAAAABDAAAAAADDAAAAAAADAAAAAADbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAAATwAAAAADTwAAAAAATwAAAAADTwAAAAACTwAAAAAATwAAAAADTwAAAAADTwAAAAADbgAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfQAAAAACfQAAAAAAfQAAAAADfQAAAAAAfQAAAAADfQAAAAABfQAAAAACfQAAAAAAfQAAAAADfQAAAAABfQAAAAABfQAAAAACfQAAAAACfwAAAAAAbgAAAAAAbgAAAAAAewAAAAACewAAAAACewAAAAACTwAAAAACTwAAAAAATwAAAAAATwAAAAABTwAAAAABTwAAAAAAewAAAAAAewAAAAADewAAAAACfQAAAAAAfwAAAAAAfwAAAAAAbwAAAAACewAAAAACewAAAAABewAAAAADTwAAAAABTwAAAAAATwAAAAAATwAAAAABTwAAAAABTwAAAAADewAAAAABewAAAAADewAAAAADfQAAAAADfwAAAAAAfwAAAAAAbwAAAAAAewAAAAABewAAAAAAewAAAAADewAAAAACewAAAAADewAAAAAAewAAAAACewAAAAABewAAAAACewAAAAAAewAAAAAAewAAAAADfQAAAAADfwAAAAAAfwAAAAAAfwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAVAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAACTwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAVAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAVAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAACTwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAVAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAADTwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAVAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAAATwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAVAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAAATwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAVAAAAAACVAAAAAADVAAAAAACVAAAAAADVAAAAAADTwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAVAAAAAABVAAAAAABVAAAAAABVAAAAAABVAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbwAAAAACDAAAAAABDAAAAAABDAAAAAABDAAAAAABDAAAAAACDAAAAAABDAAAAAAADAAAAAACDAAAAAABDAAAAAADbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAADTwAAAAADTwAAAAAATwAAAAABTwAAAAAATwAAAAADTwAAAAABTwAAAAADTwAAAAADbgAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfQAAAAADfQAAAAADfQAAAAADfQAAAAADfQAAAAABfQAAAAADfQAAAAACfQAAAAACfQAAAAABfQAAAAAAfQAAAAADfQAAAAAAfQAAAAACfwAAAAAAbgAAAAAAbgAAAAAAewAAAAACewAAAAACewAAAAABTwAAAAADTwAAAAACTwAAAAADTwAAAAAATwAAAAACTwAAAAAAewAAAAABewAAAAAAewAAAAABfQAAAAACfwAAAAAAfwAAAAAAbwAAAAACewAAAAABewAAAAACewAAAAADTwAAAAABTwAAAAAATwAAAAACTwAAAAADTwAAAAABTwAAAAABewAAAAACewAAAAACewAAAAAAfQAAAAABfwAAAAAAfwAAAAAAbwAAAAACewAAAAADewAAAAADewAAAAACewAAAAACewAAAAADewAAAAADewAAAAABewAAAAADewAAAAAAewAAAAADewAAAAABewAAAAAAfQAAAAABfwAAAAAAfwAAAAAAfwAAAAAA version: 6 -2,-3: ind: -2,-3 - tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAABTwAAAAACTwAAAAABVAAAAAACTwAAAAACTwAAAAAATwAAAAABVAAAAAACTwAAAAABTwAAAAADVAAAAAACVAAAAAACIQAAAAABVAAAAAACVAAAAAAATwAAAAADIAAAAAACIAAAAAABIAAAAAADVAAAAAACIAAAAAADIAAAAAAAIAAAAAADVAAAAAABIAAAAAADIAAAAAABIQAAAAABIQAAAAACIQAAAAAAIQAAAAADIQAAAAACTwAAAAACIAAAAAACIAAAAAABIAAAAAACJQAAAAAAIAAAAAABIAAAAAADIAAAAAABJQAAAAACIAAAAAACIAAAAAAAIQAAAAABTwAAAAACTwAAAAACTwAAAAADIQAAAAADTwAAAAAAIAAAAAACIAAAAAAAJQAAAAABJQAAAAACJQAAAAACJQAAAAACJQAAAAABJQAAAAADJQAAAAABIAAAAAADIQAAAAABTwAAAAAATwAAAAAATwAAAAADIQAAAAADTwAAAAADIAAAAAABIAAAAAADJQAAAAADJQAAAAADJQAAAAAAJQAAAAABJQAAAAACJQAAAAACJQAAAAACIAAAAAADIQAAAAABTwAAAAACTwAAAAAATwAAAAADIQAAAAABTwAAAAABIAAAAAACIAAAAAABIAAAAAADJQAAAAAAIAAAAAACIAAAAAAAIAAAAAADJQAAAAADIAAAAAAAIAAAAAAAIQAAAAACIQAAAAACIQAAAAABIQAAAAADIQAAAAAATwAAAAADIAAAAAAAIAAAAAADIAAAAAABVAAAAAABIAAAAAABIAAAAAADIAAAAAAAVAAAAAABIAAAAAABIAAAAAACVAAAAAADVAAAAAACVAAAAAACVAAAAAABVAAAAAACUAAAAAAAVAAAAAAAIAAAAAACIAAAAAABVAAAAAAATwAAAAABTwAAAAAATwAAAAADVAAAAAAAIAAAAAACIAAAAAAATwAAAAADTwAAAAADTwAAAAADTwAAAAAATwAAAAACTwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAVAAAAAABIAAAAAADIAAAAAADIAAAAAADVAAAAAAAIAAAAAADIAAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAMgAAAAAAVAAAAAABIAAAAAAAIAAAAAABIAAAAAACVAAAAAABIAAAAAADIAAAAAADbwAAAAABbwAAAAACbgAAAAAAbwAAAAABbwAAAAACbwAAAAABbwAAAAAAbgAAAAAAMgAAAAAAVAAAAAADIAAAAAADTwAAAAADIAAAAAACVAAAAAACIAAAAAABVAAAAAABfwAAAAAAfwAAAAAAbwAAAAABbwAAAAABbgAAAAAAbgAAAAAAbwAAAAABfwAAAAAAMgAAAAAAVAAAAAABIAAAAAAATwAAAAABIAAAAAAAVAAAAAAAfwAAAAAATwAAAAACbgAAAAAAfwAAAAAAbwAAAAADbwAAAAADbwAAAAABbwAAAAADbgAAAAAATwAAAAADMgAAAAAAVAAAAAACIAAAAAACTwAAAAADIAAAAAADVAAAAAAATwAAAAAAIQAAAAADbgAAAAAAfwAAAAAAfwAAAAAAbwAAAAADbwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAVAAAAAABIAAAAAACTwAAAAADIAAAAAABVAAAAAABTwAAAAACIQAAAAADbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAVAAAAAADIAAAAAABTwAAAAACIAAAAAACVAAAAAABTwAAAAADIQAAAAABbgAAAAAAfwAAAAAAfwAAAAAAbwAAAAABbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAVAAAAAADIAAAAAADTwAAAAABIAAAAAAAVAAAAAAATwAAAAACIQAAAAAB + tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAAATwAAAAADTwAAAAABVAAAAAABTwAAAAADTwAAAAACTwAAAAABVAAAAAABTwAAAAABTwAAAAABVAAAAAADVAAAAAADIQAAAAACVAAAAAAAVAAAAAAATwAAAAABIAAAAAABIAAAAAAAIAAAAAADVAAAAAABIAAAAAADIAAAAAACIAAAAAADVAAAAAAAIAAAAAAAIAAAAAAAIQAAAAACIQAAAAADIQAAAAAAIQAAAAAAIQAAAAABTwAAAAABIAAAAAACIAAAAAAAIAAAAAADJQAAAAABIAAAAAACIAAAAAACIAAAAAADJQAAAAABIAAAAAADIAAAAAADIQAAAAAATwAAAAACTwAAAAAATwAAAAACIQAAAAADTwAAAAACIAAAAAADIAAAAAABJQAAAAACJQAAAAADJQAAAAAAJQAAAAAAJQAAAAABJQAAAAAAJQAAAAABIAAAAAADIQAAAAADTwAAAAAATwAAAAAATwAAAAAAIQAAAAABTwAAAAABIAAAAAABIAAAAAADJQAAAAACJQAAAAADJQAAAAACJQAAAAACJQAAAAACJQAAAAABJQAAAAAAIAAAAAACIQAAAAADTwAAAAACTwAAAAAATwAAAAABIQAAAAADTwAAAAADIAAAAAABIAAAAAACIAAAAAAAJQAAAAAAIAAAAAACIAAAAAAAIAAAAAACJQAAAAAAIAAAAAABIAAAAAACIQAAAAAAIQAAAAABIQAAAAACIQAAAAABIQAAAAACTwAAAAABIAAAAAAAIAAAAAABIAAAAAADVAAAAAACIAAAAAAAIAAAAAADIAAAAAABVAAAAAADIAAAAAADIAAAAAADVAAAAAACVAAAAAABVAAAAAADVAAAAAADVAAAAAACUAAAAAAAVAAAAAAAIAAAAAAAIAAAAAADVAAAAAAATwAAAAADTwAAAAACTwAAAAAAVAAAAAABIAAAAAADIAAAAAACTwAAAAADTwAAAAAATwAAAAAATwAAAAABTwAAAAADTwAAAAAAfwAAAAAAfwAAAAAAIAAAAAACVAAAAAACIAAAAAABIAAAAAABIAAAAAADVAAAAAADIAAAAAACIAAAAAACbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAMgAAAAAAVAAAAAABIAAAAAADIAAAAAAAIAAAAAADVAAAAAACIAAAAAABIAAAAAABbwAAAAABbwAAAAACbgAAAAAAbwAAAAAAbwAAAAADbwAAAAADbwAAAAAAbgAAAAAAMgAAAAAAVAAAAAABIAAAAAAATwAAAAADIAAAAAAAVAAAAAAAIAAAAAADVAAAAAACfwAAAAAAfwAAAAAAbwAAAAAAbwAAAAACbgAAAAAAbgAAAAAAbwAAAAAAfwAAAAAAMgAAAAAAVAAAAAADIAAAAAADTwAAAAADIAAAAAAAVAAAAAADfwAAAAAATwAAAAADbgAAAAAAfwAAAAAAbwAAAAABbwAAAAABbwAAAAAAbwAAAAADbgAAAAAATwAAAAADMgAAAAAAVAAAAAABIAAAAAAATwAAAAAAIAAAAAAAVAAAAAACTwAAAAABIQAAAAABbgAAAAAAfwAAAAAAfwAAAAAAbwAAAAADbwAAAAACbgAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAVAAAAAABIAAAAAAATwAAAAAAIAAAAAAAVAAAAAACTwAAAAADIQAAAAACbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAVAAAAAADIAAAAAABTwAAAAACIAAAAAACVAAAAAABTwAAAAADIQAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbwAAAAADbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAVAAAAAACIAAAAAADTwAAAAAAIAAAAAABVAAAAAABTwAAAAACIQAAAAAB version: 6 -1,-3: ind: -1,-3 - tiles: TwAAAAABTwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAMgAAAAAAUAAAAAAAXgAAAAABIAAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAfgAAAAAAMgAAAAAAUAAAAAAAXgAAAAACIAAAAAAAfwAAAAAAVAAAAAACewAAAAACewAAAAADewAAAAABewAAAAABewAAAAABewAAAAABewAAAAADUAAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAUAAAAAAAXgAAAAADIAAAAAAATwAAAAADVAAAAAACewAAAAABewAAAAAAewAAAAACewAAAAADewAAAAABewAAAAAAewAAAAABfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAAAIAAAAAACTwAAAAAAVAAAAAACewAAAAADewAAAAAAewAAAAAAewAAAAABewAAAAABewAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAAAXgAAAAABXgAAAAABXgAAAAAAIAAAAAACTwAAAAADVAAAAAABewAAAAACIQAAAAACIQAAAAAAIQAAAAAAIQAAAAADIQAAAAADIQAAAAADUAAAAAAAXgAAAAAAXgAAAAABXgAAAAABXgAAAAACTwAAAAAAIAAAAAAATwAAAAACVAAAAAACewAAAAACIQAAAAADIQAAAAABIQAAAAADIQAAAAACIQAAAAACIQAAAAAAUAAAAAAAXgAAAAABXgAAAAABXgAAAAACXgAAAAABTwAAAAABIAAAAAAAUAAAAAAAIAAAAAADIAAAAAACIQAAAAACIQAAAAABIQAAAAABIQAAAAAAIQAAAAADIQAAAAABUAAAAAAAXgAAAAADXgAAAAABXgAAAAABXgAAAAAATwAAAAAAIAAAAAAATwAAAAABIQAAAAAAIQAAAAACIQAAAAABIQAAAAAAIQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACTwAAAAACTwAAAAABTwAAAAABTwAAAAACIAAAAAACIAAAAAACIQAAAAADIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABTwAAAAADVwAAAAAAVwAAAAABVwAAAAADVAAAAAAAUAAAAAAAVAAAAAABVAAAAAAAVAAAAAACVAAAAAABVAAAAAACfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAXgAAAAABTwAAAAADVwAAAAACVwAAAAADVwAAAAADTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAACfwAAAAAAfwAAAAAAXgAAAAAATwAAAAACVwAAAAABVwAAAAADVwAAAAACIQAAAAACfwAAAAAAIQAAAAAAIQAAAAABIQAAAAAAIQAAAAACIQAAAAAAfwAAAAAAbwAAAAABfwAAAAAAfwAAAAAAXgAAAAADTwAAAAAATwAAAAACTwAAAAADTwAAAAACIQAAAAACIQAAAAAAIQAAAAADIQAAAAADIQAAAAABIQAAAAABIQAAAAACfwAAAAAAbwAAAAADfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAABXgAAAAAAXgAAAAABTwAAAAABIQAAAAACIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAAAXgAAAAADXgAAAAADTwAAAAACIQAAAAABfwAAAAAAIAAAAAAAIQAAAAAAIQAAAAACIQAAAAAAIQAAAAABfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAABXgAAAAAAXgAAAAAATwAAAAAB + tiles: TwAAAAABTwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAMgAAAAAAUAAAAAAAXgAAAAADIAAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAfgAAAAAAMgAAAAAAUAAAAAAAXgAAAAABIAAAAAADfwAAAAAAVAAAAAACewAAAAADewAAAAACewAAAAADewAAAAABewAAAAAAewAAAAACewAAAAABUAAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAUAAAAAAAXgAAAAADIAAAAAADTwAAAAACVAAAAAAAewAAAAAAewAAAAACewAAAAAAewAAAAACewAAAAABewAAAAABewAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAXgAAAAAAIAAAAAADTwAAAAADVAAAAAADewAAAAAAewAAAAACewAAAAAAewAAAAAAewAAAAABewAAAAACfwAAAAAAfwAAAAAAVwAAAAABVwAAAAADVwAAAAADXgAAAAADXgAAAAACIAAAAAAATwAAAAABVAAAAAADewAAAAACIQAAAAABIQAAAAADIQAAAAACIQAAAAADIQAAAAABIQAAAAABUAAAAAAAVwAAAAAAVwAAAAAAVwAAAAADXgAAAAAATwAAAAADIAAAAAADTwAAAAAAVAAAAAADewAAAAADIQAAAAACIQAAAAADIQAAAAADIQAAAAACIQAAAAADIQAAAAAAUAAAAAAAVwAAAAABVwAAAAACVwAAAAACXgAAAAACTwAAAAADIAAAAAABUAAAAAAAIAAAAAABIAAAAAADIQAAAAACIQAAAAADIQAAAAADIQAAAAADIQAAAAADIQAAAAABUAAAAAAAXgAAAAACXgAAAAADXgAAAAADXgAAAAABTwAAAAABIAAAAAADTwAAAAADIQAAAAACIQAAAAADIQAAAAABIQAAAAADIQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADTwAAAAABTwAAAAAATwAAAAAATwAAAAAAIAAAAAACIAAAAAAAIQAAAAACIQAAAAABIQAAAAACIQAAAAADIQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADTwAAAAADVwAAAAADVwAAAAAAVwAAAAADVAAAAAAAUAAAAAAAVAAAAAACVAAAAAACVAAAAAADVAAAAAAAVAAAAAABfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAXgAAAAAATwAAAAACVwAAAAABVwAAAAABVwAAAAABTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAACfwAAAAAAfwAAAAAAXgAAAAACTwAAAAADVwAAAAABVwAAAAACVwAAAAAAIQAAAAAAfwAAAAAAIQAAAAABIQAAAAADIQAAAAADIQAAAAABIQAAAAADfwAAAAAAbwAAAAABfwAAAAAAfwAAAAAAXgAAAAABTwAAAAADTwAAAAADTwAAAAABTwAAAAAAIQAAAAACIQAAAAACIQAAAAABIQAAAAADIQAAAAACIQAAAAABIQAAAAADfwAAAAAAbwAAAAACfwAAAAAAfwAAAAAAXgAAAAADXgAAAAADXgAAAAABXgAAAAABTwAAAAAAIQAAAAACIQAAAAABIQAAAAADIQAAAAACIQAAAAADIQAAAAABIQAAAAACfwAAAAAAbwAAAAABfwAAAAAAfwAAAAAAXgAAAAABXgAAAAABXgAAAAABXgAAAAABTwAAAAAAIQAAAAACfwAAAAAAIAAAAAABIQAAAAABIQAAAAAAIQAAAAADIQAAAAACfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAADXgAAAAAAXgAAAAADTwAAAAAD version: 6 1,-3: ind: 1,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAewAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAewAAAAADfQAAAAAAfQAAAAACewAAAAABewAAAAABewAAAAADewAAAAACfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAewAAAAADfQAAAAAAfQAAAAADewAAAAABewAAAAADewAAAAAAewAAAAACfwAAAAAATwAAAAADTwAAAAACTwAAAAADfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAewAAAAAAfQAAAAADfQAAAAACewAAAAABewAAAAABewAAAAAAfQAAAAACbgAAAAAATwAAAAADTwAAAAAATwAAAAADfwAAAAAAHgAAAAADHgAAAAADHgAAAAADHgAAAAAATwAAAAACTwAAAAACTwAAAAACTwAAAAAATwAAAAADTwAAAAAAaQAAAAACaQAAAAACTwAAAAACTwAAAAAATwAAAAACfwAAAAAAHgAAAAADHQAAAAADTwAAAAAATwAAAAABNAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAATwAAAAACTwAAAAACbgAAAAAAbgAAAAAAbwAAAAABfwAAAAAAHgAAAAACHQAAAAACTwAAAAABOgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAewAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAewAAAAADfQAAAAABfQAAAAAAewAAAAADewAAAAAAewAAAAABewAAAAABfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAewAAAAABfQAAAAACfQAAAAADewAAAAABewAAAAABewAAAAABewAAAAADfwAAAAAATwAAAAADTwAAAAAATwAAAAACfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAewAAAAAAfQAAAAAAfQAAAAACewAAAAADewAAAAAAewAAAAACfQAAAAAAbgAAAAAATwAAAAADTwAAAAAATwAAAAAAfwAAAAAAHgAAAAACHgAAAAAAHgAAAAABHgAAAAADTwAAAAABTwAAAAABTwAAAAABTwAAAAADTwAAAAADTwAAAAAAaQAAAAAAaQAAAAAATwAAAAADTwAAAAACTwAAAAACfwAAAAAAHgAAAAADHQAAAAADTwAAAAACTwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAATwAAAAABTwAAAAADbgAAAAAAbgAAAAAAbwAAAAAAfwAAAAAAHgAAAAADHQAAAAABTwAAAAAAOgAAAAAD version: 6 2,-3: ind: 2,-3 - tiles: AAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAATwAAAAAAfwAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAABHgAAAAACHgAAAAACHgAAAAACHgAAAAADfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAATwAAAAADTwAAAAACTwAAAAACTwAAAAACTwAAAAAATwAAAAAAHQAAAAAAHgAAAAABfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOgAAAAACOgAAAAACOgAAAAAAOgAAAAABOgAAAAABTwAAAAADHQAAAAADHgAAAAACfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA + tiles: AAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAATwAAAAADfwAAAAAAHgAAAAABHgAAAAACHgAAAAABHgAAAAADHgAAAAAAHgAAAAAAHgAAAAACHgAAAAABfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAATwAAAAAATwAAAAABTwAAAAAATwAAAAADTwAAAAAATwAAAAADHQAAAAACHgAAAAACfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOgAAAAAAOgAAAAADOgAAAAABOgAAAAADOgAAAAADTwAAAAAAHQAAAAAAHgAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 3,-3: ind: 3,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAOwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAOwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAOwAAAAAAOwAAAAAAfwAAAAAAOwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAUAAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbwAAAAADbwAAAAAAbwAAAAACbgAAAAAAbgAAAAAAUAAAAAAAUAAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAOwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAOwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAOwAAAAAAOwAAAAAAfwAAAAAAOwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAUAAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbwAAAAABbwAAAAABbwAAAAAAbgAAAAAAbgAAAAAAUAAAAAAAUAAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAA version: 6 3,2: ind: 3,2 - tiles: ewAAAAACewAAAAABTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAACewAAAAACfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAbwAAAAADbwAAAAACewAAAAABewAAAAABfwAAAAAAbgAAAAAAfwAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAbgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAACIAAAAAACIAAAAAADfwAAAAAAfwAAAAAAbwAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAAAIAAAAAABIAAAAAAATwAAAAAAfwAAAAAAbwAAAAADbwAAAAABfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAVAAAAAACIAAAAAABIAAAAAADfwAAAAAAfwAAAAAAbgAAAAAAbwAAAAACfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAABIAAAAAAAIAAAAAABfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADIAAAAAABIAAAAAACfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAfwAAAAAAEgAAAAAAOQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAOQAAAAAAUAAAAAAAUAAAAAAAIAAAAAABIAAAAAABfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbwAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAMQAAAAAAIAAAAAAAIAAAAAABTwAAAAABfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAOQAAAAAAUAAAAAAAUAAAAAAAIAAAAAACIAAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbwAAAAABbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAfwAAAAAAEgAAAAAAOQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAAAIAAAAAADfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAIAAAAAAAIAAAAAABfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAA + tiles: ewAAAAABewAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAAAewAAAAABfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAABbwAAAAACbwAAAAAAewAAAAACewAAAAACfwAAAAAAbgAAAAAAfwAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAADbgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAADIAAAAAACIAAAAAADfwAAAAAAfwAAAAAAbwAAAAABbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAACIAAAAAADIAAAAAADTwAAAAAAfwAAAAAAbwAAAAAAbwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAVAAAAAACIAAAAAACIAAAAAACfwAAAAAAfwAAAAAAbgAAAAAAbwAAAAADfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAADIAAAAAACIAAAAAACfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAADIAAAAAABfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAfwAAAAAAEgAAAAAAOQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAOQAAAAAAUAAAAAAAUAAAAAAAIAAAAAADIAAAAAABfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbwAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAMQAAAAAAIAAAAAAAIAAAAAACTwAAAAABfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAOQAAAAAAUAAAAAAAUAAAAAAAIAAAAAABIAAAAAADfwAAAAAAbgAAAAAAbgAAAAAAbwAAAAABbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAfwAAAAAAEgAAAAAAOQAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADIAAAAAAAIAAAAAACfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAABIAAAAAACIAAAAAADfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAA version: 6 2,2: ind: 2,2 - tiles: bgAAAAAAbwAAAAACfwAAAAAAbgAAAAAAfwAAAAAADAAAAAAAJwAAAAACJwAAAAADJwAAAAABTwAAAAADewAAAAACewAAAAADewAAAAAAewAAAAAAewAAAAACewAAAAACfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAADTwAAAAAADAAAAAAAJwAAAAACJwAAAAAAJwAAAAAATwAAAAADewAAAAABewAAAAADewAAAAAAfwAAAAAAewAAAAAAewAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAABfwAAAAAADAAAAAABJwAAAAABTwAAAAAAJwAAAAAATwAAAAACewAAAAAAewAAAAACewAAAAADfwAAAAAAewAAAAADewAAAAADJwAAAAACJwAAAAABfwAAAAAAbgAAAAAAfwAAAAAADAAAAAADJwAAAAABTwAAAAACJwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAJwAAAAADJwAAAAADfwAAAAAAbgAAAAAAfwAAAAAADAAAAAACJwAAAAAATwAAAAAAJwAAAAACfwAAAAAAIAAAAAACIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAABJwAAAAADJwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAADAAAAAADJwAAAAACTwAAAAAAJwAAAAADTwAAAAACIAAAAAAAIAAAAAAAVAAAAAABVAAAAAADVAAAAAADVAAAAAACJwAAAAAAJwAAAAADfwAAAAAAbwAAAAAAfwAAAAAADAAAAAAAJwAAAAABTwAAAAAAJwAAAAACfwAAAAAAIAAAAAAAIAAAAAADVAAAAAACVAAAAAACVAAAAAAAVAAAAAACJwAAAAAAJwAAAAADfwAAAAAAbwAAAAADfwAAAAAADAAAAAABJwAAAAADTwAAAAABJwAAAAAAUAAAAAAAIAAAAAADIAAAAAABVAAAAAACVAAAAAAAVAAAAAACVAAAAAABJwAAAAABJwAAAAACfwAAAAAAbwAAAAABfwAAAAAADAAAAAADJwAAAAACTwAAAAACJwAAAAADUAAAAAAAIAAAAAABIAAAAAADIAAAAAACIAAAAAACIAAAAAADIAAAAAADbwAAAAADbgAAAAAAfwAAAAAAbwAAAAAAfwAAAAAADAAAAAAAJwAAAAAATwAAAAADJwAAAAACfwAAAAAATwAAAAADTwAAAAACfwAAAAAAVAAAAAABVAAAAAACVAAAAAADbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAADAAAAAABJwAAAAADTwAAAAAAJwAAAAACUAAAAAAAIAAAAAABIAAAAAADIAAAAAAAVAAAAAABVAAAAAACVAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAADAAAAAACJwAAAAADJwAAAAABJwAAAAABTwAAAAACIAAAAAABIAAAAAADIAAAAAAAVAAAAAABVAAAAAABVAAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAADAAAAAAAJwAAAAABJwAAAAABJwAAAAAAUAAAAAAAIAAAAAADIAAAAAADIAAAAAADVAAAAAABVAAAAAACVAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAVAAAAAAAVAAAAAAAVAAAAAABfwAAAAAAfwAAAAAAIAAAAAACIAAAAAADIAAAAAABIAAAAAABIAAAAAACIAAAAAACIAAAAAAAIAAAAAADIAAAAAABIAAAAAAAIAAAAAADIAAAAAADIAAAAAACIAAAAAABfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAACIAAAAAADIAAAAAADIAAAAAACIAAAAAADIAAAAAACIAAAAAACIAAAAAAAIAAAAAACIAAAAAABIAAAAAACIAAAAAABIAAAAAAA + tiles: bgAAAAAAbwAAAAABfwAAAAAAbgAAAAAAfwAAAAAADAAAAAABJwAAAAADJwAAAAADJwAAAAACTwAAAAADewAAAAACewAAAAACewAAAAACewAAAAAAewAAAAADewAAAAACfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAADTwAAAAABDAAAAAABJwAAAAABJwAAAAACJwAAAAACTwAAAAACewAAAAACewAAAAADewAAAAABfwAAAAAAewAAAAACewAAAAADfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAfwAAAAAADAAAAAACJwAAAAAATwAAAAAAJwAAAAABTwAAAAAAewAAAAADewAAAAAAewAAAAADfwAAAAAAewAAAAACewAAAAAAJwAAAAABJwAAAAACfwAAAAAAbgAAAAAAfwAAAAAADAAAAAABJwAAAAACTwAAAAADJwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAJwAAAAADJwAAAAADfwAAAAAAbgAAAAAAfwAAAAAADAAAAAAAJwAAAAADTwAAAAACJwAAAAAAfwAAAAAAIAAAAAAAIAAAAAACIAAAAAACIAAAAAABIAAAAAABIAAAAAABJwAAAAAAJwAAAAACfwAAAAAAbgAAAAAAfwAAAAAADAAAAAADJwAAAAADTwAAAAABJwAAAAADTwAAAAABIAAAAAABIAAAAAACVAAAAAADVAAAAAABVAAAAAABVAAAAAAAJwAAAAABJwAAAAACfwAAAAAAbwAAAAAAfwAAAAAADAAAAAACJwAAAAACTwAAAAABJwAAAAADfwAAAAAAIAAAAAABIAAAAAAAVAAAAAABVAAAAAACVAAAAAADVAAAAAADJwAAAAACJwAAAAABfwAAAAAAbwAAAAAAfwAAAAAADAAAAAABJwAAAAADTwAAAAACJwAAAAACUAAAAAAAIAAAAAAAIAAAAAAAVAAAAAACVAAAAAADVAAAAAABVAAAAAADJwAAAAAAJwAAAAAAfwAAAAAAbwAAAAADfwAAAAAADAAAAAAAJwAAAAAATwAAAAACJwAAAAACUAAAAAAAIAAAAAACIAAAAAADIAAAAAAAIAAAAAABIAAAAAADIAAAAAACbwAAAAACbgAAAAAAfwAAAAAAbwAAAAADfwAAAAAADAAAAAADJwAAAAADTwAAAAACJwAAAAADfwAAAAAATwAAAAADTwAAAAACfwAAAAAAVAAAAAAAVAAAAAADVAAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAADAAAAAABJwAAAAADTwAAAAADJwAAAAADUAAAAAAAIAAAAAABIAAAAAACIAAAAAADVAAAAAABVAAAAAABVAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAADAAAAAAAJwAAAAACJwAAAAACJwAAAAAATwAAAAACIAAAAAACIAAAAAACIAAAAAADVAAAAAACVAAAAAAAVAAAAAADfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAADAAAAAAAJwAAAAACJwAAAAAAJwAAAAABUAAAAAAAIAAAAAABIAAAAAADIAAAAAABVAAAAAADVAAAAAADVAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAVAAAAAAAVAAAAAADVAAAAAAAfwAAAAAAfwAAAAAAIAAAAAADIAAAAAAAIAAAAAABIAAAAAADIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAABIAAAAAAAIAAAAAAAIAAAAAACIAAAAAABIAAAAAABfwAAAAAAfwAAAAAAIAAAAAACIAAAAAADIAAAAAABIAAAAAACIAAAAAACIAAAAAADIAAAAAABIAAAAAACIAAAAAABIAAAAAADIAAAAAADIAAAAAADIAAAAAADIAAAAAAB version: 6 1,2: ind: 1,2 - tiles: bgAAAAAAbgAAAAAAbgAAAAAAbwAAAAACbwAAAAACbwAAAAACbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAbwAAAAABbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAIAAAAAACIAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAAAIAAAAAABIAAAAAADIAAAAAAAIAAAAAADPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAfwAAAAAAIAAAAAADTwAAAAAATwAAAAADTwAAAAADIAAAAAABIAAAAAADPAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAAIAAAAAABIAAAAAACIAAAAAACIAAAAAACIAAAAAACIAAAAAAAPAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAAIAAAAAAAIAAAAAAAIAAAAAADIAAAAAABIAAAAAADIAAAAAABPAAAAAAAOwAAAAAAOwAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAAIAAAAAAATwAAAAACTwAAAAADTwAAAAAAIAAAAAADIAAAAAACPAAAAAAAOwAAAAAAOwAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAAIAAAAAABIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAACIAAAAAACPAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAIAAAAAACTwAAAAAAIAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAIAAAAAADTwAAAAADIAAAAAADTwAAAAACPAAAAAAAPAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAATwAAAAAAIAAAAAADTwAAAAABIAAAAAACTwAAAAABPAAAAAAAPAAAAAAAOwAAAAAAOwAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAIAAAAAADTwAAAAACIAAAAAADTwAAAAAAPAAAAAAAPAAAAAAAOwAAAAAAOwAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAIAAAAAACTwAAAAACIAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAIAAAAAAATwAAAAAAIAAAAAABPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAfwAAAAAATwAAAAACIAAAAAADTwAAAAADIAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA + tiles: bgAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAbwAAAAACbwAAAAACbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbwAAAAACbgAAAAAAbgAAAAAAbwAAAAABbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAIAAAAAACIAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADIAAAAAABIAAAAAADIAAAAAADIAAAAAACIAAAAAADPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAfwAAAAAAIAAAAAACTwAAAAACTwAAAAADTwAAAAADIAAAAAAAIAAAAAACPAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAAIAAAAAADIAAAAAACIAAAAAAAIAAAAAABIAAAAAAAIAAAAAADPAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAAIAAAAAADIAAAAAAAIAAAAAADIAAAAAAAIAAAAAADIAAAAAABPAAAAAAAOwAAAAAAOwAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAAIAAAAAAATwAAAAABTwAAAAACTwAAAAAAIAAAAAAAIAAAAAAAPAAAAAAAOwAAAAAAOwAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAAIAAAAAABIAAAAAADIAAAAAADIAAAAAACIAAAAAAAIAAAAAABPAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAIAAAAAAATwAAAAADIAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAIAAAAAABTwAAAAABIAAAAAACTwAAAAAAPAAAAAAAPAAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAATwAAAAACIAAAAAABTwAAAAADIAAAAAADTwAAAAABPAAAAAAAPAAAAAAAOwAAAAAAOwAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAIAAAAAADTwAAAAAAIAAAAAABTwAAAAAAPAAAAAAAPAAAAAAAOwAAAAAAOwAAAAAAUQAAAAAAUQAAAAAAUQAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAIAAAAAAATwAAAAADIAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAIAAAAAADTwAAAAACIAAAAAADPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAATwAAAAACTwAAAAAAIAAAAAADTwAAAAACIAAAAAADfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 -1,2: ind: -1,2 - tiles: fwAAAAAAVAAAAAADIAAAAAAAIAAAAAAAVAAAAAADVAAAAAACfwAAAAAAIQAAAAACIQAAAAABIQAAAAADIQAAAAADIQAAAAABfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAVAAAAAAAIAAAAAAAIAAAAAADVAAAAAABVAAAAAAATwAAAAACIQAAAAADIQAAAAACIQAAAAABIQAAAAADIQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAADIAAAAAACIAAAAAAAVAAAAAAAVAAAAAABTwAAAAADIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAABIQAAAAABfwAAAAAAfwAAAAAAfwAAAAAADAAAAAADUAAAAAAAVAAAAAACIAAAAAACIAAAAAACVAAAAAADVAAAAAACfwAAAAAAVAAAAAADVAAAAAAAVAAAAAAAIQAAAAAAIQAAAAADfwAAAAAAfwAAAAAAfwAAAAAADAAAAAACUAAAAAAAVAAAAAAAIAAAAAAAIAAAAAACVAAAAAADVAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADAAAAAAAfwAAAAAAVAAAAAABIAAAAAAAIAAAAAABVAAAAAABVAAAAAADUAAAAAAAVAAAAAABVAAAAAABVAAAAAACVAAAAAADVAAAAAACfwAAAAAATwAAAAABfwAAAAAAIAAAAAABfwAAAAAAVAAAAAADIAAAAAAAIAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAADIAAAAAAAIAAAAAAAIAAAAAACVAAAAAAAfwAAAAAAIAAAAAAAIAAAAAAAfwAAAAAAfwAAAAAAVAAAAAADIAAAAAADIAAAAAADfwAAAAAAIAAAAAAAIAAAAAADIAAAAAABIAAAAAABIAAAAAACIAAAAAACIAAAAAAATwAAAAABIAAAAAADIAAAAAAATwAAAAADUAAAAAAAVAAAAAABIAAAAAADIAAAAAAATwAAAAADIAAAAAAAIAAAAAABIAAAAAABIAAAAAAAIAAAAAACIAAAAAABIAAAAAADTwAAAAACIAAAAAABIAAAAAABTwAAAAACUAAAAAAAVAAAAAACIAAAAAABIAAAAAAATwAAAAACIAAAAAACIAAAAAABIAAAAAACIAAAAAAAVAAAAAACVAAAAAACVAAAAAACfwAAAAAAVAAAAAAAVAAAAAABTwAAAAADfwAAAAAAVAAAAAADIAAAAAABIAAAAAABUAAAAAAAIAAAAAACIAAAAAADIAAAAAACIAAAAAADVAAAAAABVAAAAAADVAAAAAACfwAAAAAAVAAAAAABVAAAAAAATwAAAAAAfwAAAAAATwAAAAAATwAAAAABTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAACIAAAAAAAVAAAAAAAVAAAAAACVAAAAAADfwAAAAAAVAAAAAACVAAAAAABTwAAAAABVAAAAAABVAAAAAAAIAAAAAAAIAAAAAADUAAAAAAAUAAAAAAAfwAAAAAATwAAAAABTwAAAAACTwAAAAAATwAAAAACfwAAAAAAfwAAAAAAVAAAAAAAVAAAAAAATwAAAAAAIAAAAAAAIAAAAAACIAAAAAACIAAAAAABUAAAAAAAUAAAAAAADAAAAAADDAAAAAAADAAAAAABDAAAAAAADAAAAAABDAAAAAACfwAAAAAAVAAAAAAAVAAAAAABTwAAAAAAIAAAAAAAIAAAAAAAIAAAAAADIAAAAAAAfwAAAAAAfwAAAAAADAAAAAACDAAAAAACDAAAAAAADAAAAAACDAAAAAACDAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAADfwAAAAAAfwAAAAAADAAAAAABDAAAAAAADAAAAAAADAAAAAABDAAAAAABDAAAAAACfwAAAAAAfwAAAAAAUAAAAAAAXgAAAAAA + tiles: fwAAAAAAVAAAAAABIAAAAAABIAAAAAAAVAAAAAACVAAAAAADfwAAAAAAIQAAAAADIQAAAAADIQAAAAABIQAAAAABIQAAAAADfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAVAAAAAADIAAAAAADIAAAAAABVAAAAAADVAAAAAADTwAAAAAAIQAAAAABIQAAAAADIQAAAAACIQAAAAACIQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAAAIAAAAAAAIAAAAAACVAAAAAADVAAAAAADTwAAAAABIQAAAAAAIQAAAAADIQAAAAABIQAAAAAAIQAAAAACfwAAAAAAfwAAAAAAfwAAAAAADAAAAAABUAAAAAAAVAAAAAAAIAAAAAADIAAAAAACVAAAAAADVAAAAAACfwAAAAAAVAAAAAABVAAAAAABVAAAAAADIQAAAAADIQAAAAABfwAAAAAAfwAAAAAAfwAAAAAADAAAAAADUAAAAAAAVAAAAAAAIAAAAAACIAAAAAADVAAAAAACVAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADAAAAAAAfwAAAAAAVAAAAAACIAAAAAADIAAAAAABVAAAAAAAVAAAAAAAUAAAAAAAVAAAAAAAVAAAAAACVAAAAAADVAAAAAAAVAAAAAACfwAAAAAATwAAAAACfwAAAAAAIAAAAAADfwAAAAAAVAAAAAABIAAAAAAAIAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAACIAAAAAABIAAAAAADIAAAAAAAVAAAAAACfwAAAAAAIAAAAAADIAAAAAACfwAAAAAAfwAAAAAAVAAAAAADIAAAAAADIAAAAAABfwAAAAAAIAAAAAACIAAAAAADIAAAAAADIAAAAAACIAAAAAACIAAAAAADIAAAAAACTwAAAAADIAAAAAADIAAAAAAATwAAAAAAUAAAAAAAVAAAAAAAIAAAAAAAIAAAAAACTwAAAAADIAAAAAABIAAAAAABIAAAAAAAIAAAAAAAIAAAAAADIAAAAAACIAAAAAAATwAAAAADIAAAAAAAIAAAAAAATwAAAAAAUAAAAAAAVAAAAAACIAAAAAABIAAAAAAATwAAAAABIAAAAAAAIAAAAAABIAAAAAACIAAAAAAAVAAAAAABVAAAAAAAVAAAAAADfwAAAAAAVAAAAAAAVAAAAAAATwAAAAABfwAAAAAAVAAAAAAAIAAAAAADIAAAAAAAUAAAAAAAIAAAAAACIAAAAAADIAAAAAACIAAAAAACVAAAAAADVAAAAAADVAAAAAACfwAAAAAAVAAAAAADVAAAAAABTwAAAAAAfwAAAAAATwAAAAAATwAAAAADTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADIAAAAAABVAAAAAACVAAAAAADVAAAAAABfwAAAAAAVAAAAAACVAAAAAABTwAAAAABVAAAAAAAVAAAAAABIAAAAAAAIAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAATwAAAAAATwAAAAACTwAAAAABTwAAAAACfwAAAAAAfwAAAAAAVAAAAAACVAAAAAACTwAAAAACIAAAAAABIAAAAAABIAAAAAACIAAAAAACTwAAAAACewAAAAADewAAAAABewAAAAADewAAAAADIAAAAAACIAAAAAABIAAAAAADXgAAAAACVAAAAAAAVAAAAAAATwAAAAACIAAAAAAAIAAAAAACIAAAAAACIAAAAAABTwAAAAACewAAAAADewAAAAACewAAAAAAewAAAAACIAAAAAABIAAAAAABIAAAAAABXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAAAIAAAAAABIAAAAAADTwAAAAABewAAAAADewAAAAAAewAAAAAAewAAAAADewAAAAACewAAAAADewAAAAABewAAAAACewAAAAABUAAAAAAAXgAAAAAA version: 6 -2,2: ind: -2,2 - tiles: fwAAAAAAVAAAAAADVAAAAAADVAAAAAADVAAAAAAAVAAAAAACVAAAAAACVAAAAAACfwAAAAAADgAAAAACDgAAAAADDgAAAAABDgAAAAADDgAAAAACDgAAAAACDgAAAAACIQAAAAABVAAAAAABVAAAAAACVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAABVAAAAAAAfwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAACVAAAAAACVAAAAAADVAAAAAAAfwAAAAAAVAAAAAAAVAAAAAACVAAAAAABVAAAAAABVAAAAAACVAAAAAABVAAAAAABfwAAAAAAVAAAAAADVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAABVAAAAAABfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAVAAAAAACVAAAAAABVAAAAAACVAAAAAAAVAAAAAACVAAAAAADVAAAAAACVAAAAAACVAAAAAACVAAAAAADVAAAAAADVAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAVAAAAAADQwAAAAAAQwAAAAAAVAAAAAAAQwAAAAAAQwAAAAAAVAAAAAAAQwAAAAAAQwAAAAAAVAAAAAAAQwAAAAAAQwAAAAAAUAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAVAAAAAADQwAAAAAAQwAAAAAAVAAAAAAAQwAAAAAAQwAAAAAAVAAAAAAAQwAAAAAAQwAAAAAAVAAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAVAAAAAACQwAAAAAAQwAAAAAAVAAAAAAAQwAAAAAAQwAAAAAAVAAAAAAAQwAAAAAAQwAAAAAAVAAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAVAAAAAADVAAAAAAAVAAAAAAAQwAAAAAAVAAAAAABVAAAAAAATwAAAAABTwAAAAABTwAAAAAATwAAAAABUAAAAAAATwAAAAABTwAAAAAAQwAAAAAATwAAAAABfwAAAAAAVAAAAAAAVAAAAAADVAAAAAACIAAAAAACIAAAAAABIAAAAAABIAAAAAABVAAAAAABVAAAAAAAVAAAAAAAIAAAAAAAUAAAAAAAVAAAAAABVAAAAAADVAAAAAAAfwAAAAAAVAAAAAAAVAAAAAADVAAAAAABIAAAAAACIAAAAAACIAAAAAACIAAAAAAAVAAAAAAAVAAAAAABVAAAAAAAIAAAAAADUAAAAAAAVAAAAAAAVAAAAAACVAAAAAAAfwAAAAAAVAAAAAADVAAAAAADVAAAAAACJQAAAAABJQAAAAADJQAAAAAAUAAAAAAATwAAAAADTwAAAAABTwAAAAAATwAAAAABTwAAAAADVAAAAAABVAAAAAAAVAAAAAADfwAAAAAAUAAAAAAATwAAAAABTwAAAAACJQAAAAACJQAAAAACJQAAAAAATwAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAACVAAAAAABVAAAAAAAVAAAAAADVAAAAAACVAAAAAACVAAAAAAAVAAAAAABVAAAAAADJQAAAAACJQAAAAADJQAAAAAAUAAAAAAAVAAAAAAAIAAAAAACIAAAAAACIAAAAAACIAAAAAAAIAAAAAAAIAAAAAACIAAAAAADIAAAAAABIAAAAAACIAAAAAACIAAAAAACIAAAAAACIAAAAAADIAAAAAAATwAAAAACVAAAAAACIAAAAAABIAAAAAABIAAAAAACIAAAAAACIAAAAAADIAAAAAADIAAAAAAAIAAAAAACIAAAAAADIAAAAAAAIAAAAAADVAAAAAACVAAAAAABVAAAAAADTwAAAAAAUAAAAAAATwAAAAACIAAAAAABUAAAAAAAQwAAAAAAQwAAAAAATwAAAAADTwAAAAABTwAAAAAAfwAAAAAATwAAAAAAfwAAAAAA + tiles: fwAAAAAAVAAAAAAAVAAAAAABVAAAAAADVAAAAAABVAAAAAABVAAAAAAAVAAAAAABfwAAAAAADgAAAAAADgAAAAACDgAAAAAADgAAAAADDgAAAAADDgAAAAABDgAAAAAAIQAAAAACVAAAAAACVAAAAAACVAAAAAAAVAAAAAACVAAAAAACVAAAAAABVAAAAAADfwAAAAAAVAAAAAABVAAAAAAAVAAAAAAAVAAAAAACVAAAAAABVAAAAAACVAAAAAADfwAAAAAAVAAAAAAAVAAAAAADVAAAAAADVAAAAAAAVAAAAAADVAAAAAACVAAAAAACfwAAAAAAVAAAAAABVAAAAAABVAAAAAAAVAAAAAAAVAAAAAADVAAAAAAAVAAAAAADfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAVAAAAAAAVAAAAAAAVAAAAAACVAAAAAACVAAAAAACVAAAAAADVAAAAAAAVAAAAAADVAAAAAAAVAAAAAADVAAAAAADVAAAAAABUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAVAAAAAAAQwAAAAAAQwAAAAAAVAAAAAADQwAAAAAAQwAAAAAAVAAAAAADQwAAAAAAQwAAAAAAVAAAAAAAQwAAAAAAQwAAAAAAUAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAVAAAAAAAQwAAAAAAQwAAAAAAVAAAAAACQwAAAAAAQwAAAAAAVAAAAAAAQwAAAAAAQwAAAAAAVAAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAVAAAAAACQwAAAAAAQwAAAAAAVAAAAAACQwAAAAAAQwAAAAAAVAAAAAADQwAAAAAAQwAAAAAAVAAAAAABQwAAAAAAQwAAAAAAfwAAAAAAVAAAAAAAVAAAAAAAVAAAAAACQwAAAAAAVAAAAAADVAAAAAABTwAAAAADTwAAAAABTwAAAAACTwAAAAACUAAAAAAATwAAAAADTwAAAAACQwAAAAAATwAAAAACfwAAAAAAVAAAAAADVAAAAAABVAAAAAADIAAAAAAAIAAAAAACIAAAAAABIAAAAAADVAAAAAABVAAAAAADVAAAAAABIAAAAAABUAAAAAAAVAAAAAABVAAAAAABVAAAAAABfwAAAAAAVAAAAAABVAAAAAABVAAAAAABIAAAAAADIAAAAAAAIAAAAAACIAAAAAAAVAAAAAADVAAAAAAAVAAAAAACIAAAAAABUAAAAAAAVAAAAAAAVAAAAAADVAAAAAADfwAAAAAAVAAAAAADVAAAAAACVAAAAAAAJQAAAAACJQAAAAAAJQAAAAADUAAAAAAATwAAAAABTwAAAAADTwAAAAADTwAAAAADTwAAAAACVAAAAAABVAAAAAABVAAAAAACfwAAAAAAUAAAAAAATwAAAAADTwAAAAABJQAAAAADJQAAAAABJQAAAAADTwAAAAABVAAAAAAAVAAAAAADVAAAAAACVAAAAAADVAAAAAACVAAAAAABVAAAAAABVAAAAAADVAAAAAAAVAAAAAAAVAAAAAABVAAAAAAAJQAAAAACJQAAAAADJQAAAAABUAAAAAAAVAAAAAABIAAAAAADIAAAAAABIAAAAAAAIAAAAAACIAAAAAADIAAAAAADIAAAAAAAIAAAAAABIAAAAAADIAAAAAABIAAAAAADIAAAAAAAIAAAAAAAIAAAAAABTwAAAAADVAAAAAABIAAAAAAAIAAAAAAAIAAAAAABIAAAAAABIAAAAAADIAAAAAACIAAAAAABIAAAAAAAIAAAAAACIAAAAAAAIAAAAAACVAAAAAADVAAAAAAAVAAAAAABTwAAAAABVAAAAAADIAAAAAABIAAAAAABUAAAAAAAQwAAAAAAQwAAAAAATwAAAAADTwAAAAADTwAAAAAAfwAAAAAATwAAAAABfwAAAAAA version: 6 -3,2: ind: -3,2 - tiles: IQAAAAABIQAAAAABIQAAAAAAIQAAAAAAIQAAAAADfwAAAAAAewAAAAACewAAAAADewAAAAADewAAAAAAewAAAAABIQAAAAADIQAAAAADIQAAAAABIQAAAAADIQAAAAACIQAAAAABIQAAAAAAIQAAAAACIQAAAAABIQAAAAAAfwAAAAAAewAAAAABewAAAAACewAAAAACewAAAAACewAAAAAAIQAAAAAAIQAAAAAAIQAAAAADIQAAAAADIQAAAAABIQAAAAACIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAACTwAAAAAAewAAAAACewAAAAAAewAAAAADewAAAAAAewAAAAADIQAAAAACIQAAAAACIQAAAAADIQAAAAADIQAAAAACIQAAAAABIQAAAAAAIQAAAAADIQAAAAADIQAAAAAAfwAAAAAAewAAAAACewAAAAACewAAAAADewAAAAABewAAAAACIQAAAAABIQAAAAACIQAAAAABIQAAAAABVAAAAAAAIQAAAAABTwAAAAADTwAAAAAATwAAAAABTwAAAAAAfwAAAAAAewAAAAADewAAAAACewAAAAAAewAAAAADewAAAAAAfwAAAAAAIQAAAAADIQAAAAABVAAAAAADUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAUAAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAJQAAAAADJQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAJQAAAAADJQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAJQAAAAACJQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADIAAAAAABUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAATwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAVAAAAAADVAAAAAAA + tiles: IQAAAAACIQAAAAACIQAAAAABIQAAAAABIQAAAAAAfwAAAAAAewAAAAABewAAAAABewAAAAABewAAAAABewAAAAADIQAAAAACIQAAAAAAIQAAAAADIQAAAAACIQAAAAAAIQAAAAABIQAAAAADIQAAAAABIQAAAAADIQAAAAABfwAAAAAAewAAAAACewAAAAADewAAAAACewAAAAAAewAAAAAAIQAAAAACIQAAAAAAIQAAAAABIQAAAAABIQAAAAABIQAAAAAAIQAAAAAAIQAAAAABIQAAAAABIQAAAAACTwAAAAABewAAAAABewAAAAADewAAAAABewAAAAACewAAAAADIQAAAAABIQAAAAADIQAAAAADIQAAAAACIQAAAAABIQAAAAAAIQAAAAAAIQAAAAABIQAAAAADIQAAAAAAfwAAAAAAewAAAAABewAAAAADewAAAAADewAAAAACewAAAAACIQAAAAABIQAAAAABIQAAAAABIQAAAAAAVAAAAAACIQAAAAAATwAAAAABTwAAAAADTwAAAAACTwAAAAAAfwAAAAAAewAAAAAAewAAAAABewAAAAACewAAAAACewAAAAADfwAAAAAAIQAAAAACIQAAAAADVAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAUAAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAJQAAAAADJQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAJQAAAAABJQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAJQAAAAADJQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAACIAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAATwAAAAADTwAAAAACUAAAAAAAfwAAAAAAVAAAAAAAVAAAAAAC version: 6 -4,-2: ind: -4,-2 - tiles: fwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfQAAAAAAfQAAAAABfQAAAAABfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAHQAAAAAAHQAAAAACfwAAAAAADgAAAAABTwAAAAABDgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAATwAAAAAAYwAAAAACTwAAAAABTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAATwAAAAACYwAAAAABTwAAAAACTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAfwAAAAAADgAAAAAATwAAAAADTwAAAAABGgAAAAAHfwAAAAAAfwAAAAAAfwAAAAAAHQAAAAAAHQAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAYwAAAAAATwAAAAABTwAAAAACGgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAYQAAAAADYQAAAAADYQAAAAACYQAAAAAAYQAAAAADYQAAAAAAYQAAAAAAYQAAAAACfwAAAAAAYwAAAAAATwAAAAADTwAAAAABGgAAAAAHfwAAAAAAfwAAAAAAfwAAAAAAYQAAAAACYQAAAAACYQAAAAABYQAAAAAAYQAAAAABYQAAAAABYQAAAAABYQAAAAACfwAAAAAAfwAAAAAATwAAAAAATwAAAAACfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAYQAAAAAAYQAAAAAAYQAAAAACYQAAAAAAYQAAAAAAYQAAAAACYQAAAAACYQAAAAABTwAAAAAAKQAAAAABKQAAAAACXgAAAAABfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAYQAAAAAAYQAAAAAAYQAAAAACYQAAAAADYQAAAAABKQAAAAACKQAAAAADKQAAAAADUAAAAAAAKQAAAAACKQAAAAACXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAYQAAAAACYQAAAAABYQAAAAADYQAAAAADYQAAAAAAKQAAAAABKQAAAAACKQAAAAABKQAAAAABKQAAAAABKQAAAAADXgAAAAACfwAAAAAAbwAAAAACfwAAAAAAfwAAAAAAYQAAAAABYQAAAAAAYQAAAAADYQAAAAACYQAAAAADKQAAAAACKQAAAAADKQAAAAABKQAAAAAAKQAAAAACKQAAAAAAXgAAAAADfwAAAAAAbwAAAAABfwAAAAAAfwAAAAAATwAAAAABTwAAAAADTwAAAAADYQAAAAABYQAAAAADKQAAAAABKQAAAAADKQAAAAADfwAAAAAAKQAAAAACKQAAAAADXgAAAAABUAAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAYQAAAAAAYQAAAAAAYQAAAAABYQAAAAABYQAAAAAAKQAAAAADKQAAAAADKQAAAAACfwAAAAAAKQAAAAAAKQAAAAAAXgAAAAABUAAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAYQAAAAABYQAAAAADYQAAAAADYQAAAAACYQAAAAABKQAAAAABKQAAAAABKQAAAAADKQAAAAADKQAAAAADKQAAAAAAXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAYQAAAAABYQAAAAAAYQAAAAABYQAAAAACYQAAAAAAKQAAAAACKQAAAAACKQAAAAADKQAAAAADKQAAAAABKQAAAAADXgAAAAAD + tiles: fwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfQAAAAACfQAAAAACfQAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAHQAAAAABHQAAAAAAfwAAAAAADgAAAAABTwAAAAABDgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAATwAAAAACYwAAAAAATwAAAAADTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAATwAAAAADYwAAAAACTwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAfwAAAAAADgAAAAABTwAAAAACTwAAAAABGgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAHQAAAAACHQAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAYwAAAAAATwAAAAABTwAAAAAAGgAAAAAFfwAAAAAAfwAAAAAAfwAAAAAAYQAAAAABYQAAAAACYQAAAAACYQAAAAAAYQAAAAADYQAAAAACYQAAAAAAYQAAAAADfwAAAAAAYwAAAAADTwAAAAACTwAAAAABGgAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAYQAAAAAAYQAAAAACYQAAAAACYQAAAAAAYQAAAAABYQAAAAABYQAAAAADYQAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAYQAAAAADYQAAAAACYQAAAAAAYQAAAAADYQAAAAABYQAAAAABYQAAAAAAYQAAAAADTwAAAAABKQAAAAADKQAAAAAAXgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAYQAAAAABYQAAAAACYQAAAAABYQAAAAACYQAAAAACKQAAAAACKQAAAAACKQAAAAADUAAAAAAAKQAAAAABKQAAAAADXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABYQAAAAABYQAAAAABYQAAAAABYQAAAAADYQAAAAADKQAAAAAAKQAAAAADKQAAAAADKQAAAAAAKQAAAAACKQAAAAAAXgAAAAACfwAAAAAAbwAAAAAAfwAAAAAAfwAAAAAAYQAAAAACYQAAAAABYQAAAAAAYQAAAAABYQAAAAAAKQAAAAABKQAAAAAAKQAAAAABKQAAAAACKQAAAAACKQAAAAABXgAAAAADfwAAAAAAbwAAAAADfwAAAAAAfwAAAAAATwAAAAABTwAAAAABTwAAAAACYQAAAAADYQAAAAABKQAAAAABKQAAAAADKQAAAAACfwAAAAAAKQAAAAACKQAAAAABXgAAAAABUAAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAYQAAAAACYQAAAAABYQAAAAABYQAAAAAAYQAAAAADKQAAAAABKQAAAAABKQAAAAACfwAAAAAAKQAAAAACKQAAAAACXgAAAAADUAAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAYQAAAAADYQAAAAABYQAAAAAAYQAAAAAAYQAAAAABKQAAAAADKQAAAAAAKQAAAAADKQAAAAAAKQAAAAAAKQAAAAAAXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAYQAAAAAAYQAAAAADYQAAAAAAYQAAAAADYQAAAAACKQAAAAACKQAAAAADKQAAAAADKQAAAAACKQAAAAABKQAAAAADXgAAAAAB version: 6 -4,2: ind: -4,2 - tiles: bgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAATwAAAAADIAAAAAACIAAAAAACIAAAAAADTwAAAAADIQAAAAAAIQAAAAABIQAAAAABIQAAAAABbgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbgAAAAAATwAAAAABIAAAAAADIAAAAAADIAAAAAAATwAAAAAAIQAAAAACIQAAAAADIQAAAAAAIQAAAAADbgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbgAAAAAATwAAAAAAIAAAAAACIAAAAAAAIAAAAAADTwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAABbgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbgAAAAAATwAAAAABIAAAAAABIAAAAAABIAAAAAABTwAAAAAAIQAAAAADIQAAAAADIQAAAAACIQAAAAABbgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbgAAAAAATwAAAAABIAAAAAABIAAAAAACIAAAAAABTwAAAAACIQAAAAADIQAAAAACIQAAAAADIQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAACIAAAAAACIAAAAAABfwAAAAAAVAAAAAAAVAAAAAAAVAAAAAACVAAAAAADOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfwAAAAAAVAAAAAAAVAAAAAACfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAATwAAAAABTwAAAAABTwAAAAADTwAAAAABTwAAAAACOwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAbwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAAATwAAAAAATwAAAAACTwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAAAVAAAAAAAVAAAAAADVAAAAAAAVAAAAAAAVAAAAAABVAAAAAADVAAAAAAAVAAAAAABTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAADVAAAAAAAVAAAAAACVAAAAAACVAAAAAADVAAAAAABVAAAAAACVAAAAAADVAAAAAACTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAADVAAAAAACVAAAAAABVAAAAAADVAAAAAACVAAAAAAAVAAAAAACVAAAAAAAVAAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAA + tiles: bgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAATwAAAAABIAAAAAACIAAAAAABIAAAAAAATwAAAAADIQAAAAAAIQAAAAAAIQAAAAACIQAAAAABbgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbgAAAAAATwAAAAACIAAAAAAAIAAAAAACIAAAAAAATwAAAAABIQAAAAABIQAAAAACIQAAAAACIQAAAAAAbgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbgAAAAAATwAAAAAAIAAAAAADIAAAAAAAIAAAAAADTwAAAAABIQAAAAAAIQAAAAABIQAAAAACIQAAAAAAbgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbgAAAAAATwAAAAACIAAAAAAAIAAAAAABIAAAAAABTwAAAAADIQAAAAAAIQAAAAADIQAAAAAAIQAAAAABbgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbgAAAAAATwAAAAACIAAAAAADIAAAAAABIAAAAAAATwAAAAADIQAAAAADIQAAAAACIQAAAAACIQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAACIAAAAAABfwAAAAAAVAAAAAADVAAAAAADVAAAAAADVAAAAAACOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfwAAAAAAVAAAAAADVAAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAATwAAAAACTwAAAAAATwAAAAADTwAAAAABTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAAAVAAAAAAAVAAAAAABVAAAAAADQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAACVAAAAAACVAAAAAACVAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfwAAAAAAVAAAAAAAVAAAAAABfwAAAAAAVAAAAAACVAAAAAABVAAAAAAAVAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAAATwAAAAACTwAAAAAATwAAAAABUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAACVAAAAAACVAAAAAABVAAAAAAAVAAAAAABVAAAAAADVAAAAAABVAAAAAABVAAAAAADTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAAAVAAAAAACVAAAAAAAVAAAAAAAVAAAAAACVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAABTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAAAVAAAAAAAVAAAAAADVAAAAAADVAAAAAABVAAAAAAAVAAAAAACVAAAAAACVAAAAAADTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAA version: 6 4,2: ind: 4,2 - tiles: fwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAGgAAAAAHGQAAAAAFGQAAAAADGQAAAAABbwAAAAAAbwAAAAADbwAAAAABTwAAAAABbwAAAAABbwAAAAABbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGQAAAAAGGQAAAAAGGQAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAATwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAbwAAAAABbgAAAAAAbgAAAAAAGQAAAAABGQAAAAADGQAAAAAFGQAAAAAFAAAAAAAAfgAAAAAATwAAAAAATwAAAAABTwAAAAADfwAAAAAAfwAAAAAAGgAAAAACfwAAAAAAGQAAAAAGKwAAAAACGQAAAAAFGQAAAAACGQAAAAAEGQAAAAAFKwAAAAADAAAAAAAAAAAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAEfwAAAAAAfwAAAAAAKwAAAAADfwAAAAAAGQAAAAAAGQAAAAAEGQAAAAABKwAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAGQAAAAAGGQAAAAAFfwAAAAAAfwAAAAAAGQAAAAAGGgAAAAAHGgAAAAAFGQAAAAAGKwAAAAABKwAAAAADAAAAAAAAAAAAAAAAGgAAAAAFGgAAAAACGgAAAAAEfwAAAAAAGQAAAAABfwAAAAAAfwAAAAAAGgAAAAACfwAAAAAAKwAAAAACGgAAAAAHGgAAAAAEKwAAAAAAKwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAGQAAAAABKwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAKwAAAAADKwAAAAABOQAAAAAAEgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAADGQAAAAAEUAAAAAAAOQAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAGQAAAAAGGQAAAAABfwAAAAAAfwAAAAAAKwAAAAADKwAAAAADKwAAAAAAfwAAAAAAfwAAAAAAKwAAAAADGQAAAAAFUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAGQAAAAAFfwAAAAAAGgAAAAAEfwAAAAAAKwAAAAABKwAAAAACKwAAAAACbQAAAAAAbQAAAAAAKwAAAAACGQAAAAADUAAAAAAAOQAAAAAAfwAAAAAAGgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAFKwAAAAADKwAAAAADKwAAAAACKwAAAAACbQAAAAAAbQAAAAAAKwAAAAABGQAAAAAGOQAAAAAAEgAAAAAAfwAAAAAAGgAAAAAFGgAAAAAHfwAAAAAAfwAAAAAAKwAAAAACKwAAAAADKwAAAAAAKwAAAAADKwAAAAADbQAAAAAAbQAAAAAAGQAAAAABGQAAAAAGfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAGgAAAAAEfwAAAAAAKwAAAAABKwAAAAABKwAAAAACKwAAAAAAKwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAGgAAAAAFfwAAAAAAGgAAAAAAfwAAAAAAKwAAAAABKwAAAAADGgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAGgAAAAAEfwAAAAAAGgAAAAAHGgAAAAABGgAAAAAAGgAAAAAAGgAAAAAFfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAA + tiles: fwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAGgAAAAACGQAAAAADGQAAAAAAGQAAAAABbwAAAAADbwAAAAADbwAAAAADTwAAAAAAbwAAAAADbwAAAAACbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGQAAAAACGQAAAAABGQAAAAAFbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAATwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAACbwAAAAAAbgAAAAAAbgAAAAAAGQAAAAAEGQAAAAADGQAAAAAFGQAAAAADAAAAAAAAfgAAAAAATwAAAAACTwAAAAACTwAAAAABfwAAAAAAfwAAAAAAGgAAAAADfwAAAAAAGQAAAAAAKwAAAAABGQAAAAACGQAAAAADGQAAAAAFGQAAAAADKwAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAEfwAAAAAAfwAAAAAAKwAAAAADfwAAAAAAGQAAAAAFGQAAAAAFGQAAAAAFKwAAAAABUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAGQAAAAAFGQAAAAAEfwAAAAAAfwAAAAAAGQAAAAAFGgAAAAACGgAAAAABGQAAAAABKwAAAAADKwAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFGgAAAAAHGgAAAAAHfwAAAAAAGQAAAAAEfwAAAAAAfwAAAAAAGgAAAAAAfwAAAAAAKwAAAAABGgAAAAAEGgAAAAAEKwAAAAABKwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAGQAAAAAGKwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAKwAAAAABKwAAAAAAOQAAAAAAEgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAHGQAAAAAAUAAAAAAAOQAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAGQAAAAAFGQAAAAABfwAAAAAAfwAAAAAAKwAAAAACKwAAAAACKwAAAAADfwAAAAAAfwAAAAAAKwAAAAABGQAAAAAGUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAGQAAAAAEfwAAAAAAGgAAAAAEfwAAAAAAKwAAAAABKwAAAAABKwAAAAACbQAAAAAAbQAAAAAAKwAAAAACGQAAAAAEUAAAAAAAOQAAAAAAfwAAAAAAGgAAAAAHfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAHKwAAAAADKwAAAAAAKwAAAAAAKwAAAAAAbQAAAAAAbQAAAAAAKwAAAAAAGQAAAAABOQAAAAAAEgAAAAAAfwAAAAAAGgAAAAADGgAAAAAHfwAAAAAAfwAAAAAAKwAAAAACKwAAAAABKwAAAAABKwAAAAADKwAAAAABbQAAAAAAbQAAAAAAGQAAAAADGQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAGgAAAAAGfwAAAAAAKwAAAAAAKwAAAAACKwAAAAACKwAAAAABKwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAGgAAAAACfwAAAAAAGgAAAAAHfwAAAAAAKwAAAAADKwAAAAABGgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAGgAAAAACfwAAAAAAGgAAAAABGgAAAAAAGgAAAAABGgAAAAADGgAAAAABfwAAAAAAfwAAAAAAbQAAAAAAfwAAAAAA version: 6 4,1: ind: 4,1 - tiles: IwAAAAAAIgAAAAACIgAAAAACIgAAAAACIgAAAAABIgAAAAABewAAAAACMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABIgAAAAACIgAAAAABIgAAAAAAIgAAAAACIgAAAAADewAAAAADMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAADIgAAAAADIgAAAAACIgAAAAABIgAAAAACIgAAAAADewAAAAADMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABIgAAAAADIgAAAAADIgAAAAACIgAAAAABIgAAAAAAewAAAAABMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAIgAAAAACIgAAAAABIgAAAAACIgAAAAACIgAAAAABewAAAAADMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABIgAAAAADIgAAAAADIgAAAAAAIgAAAAAAIgAAAAADewAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAIgAAAAACIgAAAAABIgAAAAACIgAAAAACIgAAAAABfQAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABIwAAAAAAIgAAAAABIgAAAAACIgAAAAAAIgAAAAADfQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACIwAAAAAAIgAAAAAAIgAAAAABIgAAAAADfQAAAAACfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAATwAAAAADUAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAIwAAAAADIwAAAAABIwAAAAAAIwAAAAACfwAAAAAAbwAAAAADbwAAAAACbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAACfwAAAAAAIwAAAAACIwAAAAACIwAAAAACIwAAAAAATwAAAAAAbgAAAAAAbwAAAAADbgAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAADbgAAAAAAbgAAAAAAfwAAAAAAewAAAAADIgAAAAABfwAAAAAAIgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAIgAAAAAAIgAAAAADIAAAAAADIgAAAAAAIgAAAAACIgAAAAAAIgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGgAAAAAEGgAAAAAEGQAAAAADfwAAAAAAIgAAAAADIgAAAAABIAAAAAAAIgAAAAADIgAAAAAAIgAAAAAAIgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAGQAAAAABGQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAGQAAAAAAGQAAAAAAGQAAAAAGGQAAAAAB + tiles: IwAAAAABIgAAAAAAIgAAAAAAIgAAAAADIgAAAAACIgAAAAADewAAAAABMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACIgAAAAABIgAAAAABIgAAAAABIgAAAAACIgAAAAABewAAAAADMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAIgAAAAADIgAAAAAAIgAAAAABIgAAAAACIgAAAAACewAAAAABMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAADIgAAAAADIgAAAAABIgAAAAAAIgAAAAAAIgAAAAADewAAAAABMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACIgAAAAADIgAAAAACIgAAAAADIgAAAAABIgAAAAADewAAAAADMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAABIgAAAAAAIgAAAAABIgAAAAADIgAAAAACIgAAAAAAewAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAADIgAAAAABIgAAAAADIgAAAAAAIgAAAAAAIgAAAAABfQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAIwAAAAAAIgAAAAAAIgAAAAADIgAAAAADIgAAAAAAfQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACIwAAAAADIgAAAAAAIgAAAAABIgAAAAADfQAAAAADfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAATwAAAAADUAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAIwAAAAACIwAAAAABIwAAAAACIwAAAAADfwAAAAAAbwAAAAADbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAfwAAAAAAIwAAAAADIwAAAAADIwAAAAACIwAAAAADTwAAAAACbgAAAAAAbwAAAAABbgAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAewAAAAACIgAAAAADfwAAAAAAIgAAAAADfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAIgAAAAAAIgAAAAADIgAAAAAAIgAAAAAAIgAAAAACIgAAAAACIgAAAAACfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGgAAAAAHGgAAAAACGQAAAAACfwAAAAAAIgAAAAADIgAAAAABIgAAAAADIgAAAAABIgAAAAAAIgAAAAACIgAAAAACbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAGQAAAAABGQAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAGQAAAAAEGQAAAAADGQAAAAAFGQAAAAAD version: 6 4,0: ind: 4,0 - tiles: DAAAAAADAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAADAAAAAADDAAAAAAAMgAAAAAAMgAAAAAADAAAAAADfwAAAAAAbwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATwAAAAACTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAATwAAAAADTwAAAAAATwAAAAACTwAAAAADTwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAABTwAAAAACTwAAAAABfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATwAAAAAATwAAAAABTwAAAAADTwAAAAAATwAAAAACMgAAAAAAfwAAAAAAIgAAAAAAIgAAAAABIgAAAAACfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAATwAAAAADfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAIwAAAAAAIwAAAAABIgAAAAAAIgAAAAADIgAAAAADfQAAAAABfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAADIwAAAAABIgAAAAACIgAAAAAAIgAAAAACIgAAAAABfQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAIgAAAAABIgAAAAABIgAAAAAAIgAAAAACIgAAAAADfQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAIgAAAAADIgAAAAAAIgAAAAAAIgAAAAABIgAAAAACewAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAIgAAAAABIgAAAAADIgAAAAABIgAAAAACIgAAAAADewAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAADIgAAAAABIgAAAAACIgAAAAACIgAAAAADIgAAAAACewAAAAABMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: DAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAADAAAAAABDAAAAAAAMgAAAAAAMgAAAAAADAAAAAABfwAAAAAAbwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAbgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATwAAAAACTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAABTwAAAAABTwAAAAAATwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATwAAAAABTwAAAAABTwAAAAADTwAAAAACTwAAAAADfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATwAAAAADTwAAAAAATwAAAAACTwAAAAACTwAAAAADMgAAAAAAfwAAAAAAIgAAAAABIgAAAAADIgAAAAACfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAATwAAAAADfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAIwAAAAACIwAAAAACIgAAAAADIgAAAAABIgAAAAABfQAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAAAIwAAAAACIgAAAAABIgAAAAAAIgAAAAABIgAAAAACfQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACIgAAAAADIgAAAAABIgAAAAACIgAAAAADIgAAAAAAfQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAADIgAAAAABIgAAAAAAIgAAAAADIgAAAAACIgAAAAADewAAAAABMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACIgAAAAACIgAAAAACIgAAAAACIgAAAAAAIgAAAAADewAAAAADMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIwAAAAACIgAAAAADIgAAAAABIgAAAAADIgAAAAADIgAAAAABewAAAAADMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-1: ind: 4,-1 - tiles: DQAAAAAADQAAAAAADQAAAAAAawAAAAACawAAAAACawAAAAACfwAAAAAAIQAAAAADIQAAAAADIQAAAAACIQAAAAAAIQAAAAABIQAAAAABIQAAAAABTwAAAAABfwAAAAAADQAAAAAAawAAAAABawAAAAAAawAAAAACMgAAAAAAMgAAAAAATwAAAAABIwAAAAADIwAAAAABawAAAAACIwAAAAACIwAAAAADIwAAAAAAIwAAAAABfwAAAAAAfwAAAAAAawAAAAAAawAAAAAAawAAAAADDAAAAAAADAAAAAADDAAAAAACTwAAAAADAwAAAAAAAwAAAAADawAAAAAAIwAAAAADIwAAAAABIwAAAAAAIwAAAAADfwAAAAAAfwAAAAAAawAAAAACAQAAAAAAAQAAAAAAAQAAAAAAfwAAAAAAMgAAAAAATwAAAAACTwAAAAACTwAAAAADfwAAAAAAawAAAAAAfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAfwAAAAAAAwAAAAADAwAAAAABAwAAAAACAwAAAAACAwAAAAACAwAAAAADAwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAACAwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAACAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAAAAwAAAAACAwAAAAABAwAAAAABAwAAAAADAwAAAAADAwAAAAADAwAAAAACbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAAwAAAAAAAwAAAAABAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAABAwAAAAADAwAAAAABAwAAAAABAwAAAAADAwAAAAAAfwAAAAAAfwAAAAAAbwAAAAACbgAAAAAAAwAAAAABAwAAAAADAwAAAAAAAwAAAAAAAwAAAAADAwAAAAAAAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAAAAwAAAAABfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAfwAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAAAAwAAAAAAAwAAAAADAwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADAAAAAADDAAAAAADAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAawAAAAAAawAAAAADDAAAAAAADAAAAAADDAAAAAACDAAAAAACDAAAAAABDAAAAAAADAAAAAAAawAAAAADawAAAAAADAAAAAAADAAAAAABfwAAAAAAbwAAAAABfwAAAAAADAAAAAAADAAAAAACDAAAAAADDAAAAAACDAAAAAABDAAAAAADDAAAAAACDAAAAAACDAAAAAAADAAAAAACDAAAAAACDAAAAAACawAAAAACTwAAAAABfwAAAAAAfwAAAAAADAAAAAABDAAAAAACDAAAAAACDAAAAAACDAAAAAACDAAAAAADDAAAAAADDAAAAAABDAAAAAABDAAAAAABDAAAAAAADAAAAAADDAAAAAADfwAAAAAAbgAAAAAAfwAAAAAADAAAAAACDAAAAAADDAAAAAADDAAAAAABDAAAAAAADAAAAAACDAAAAAAADAAAAAAADAAAAAABDAAAAAAADAAAAAACMgAAAAAAAQAAAAAAfwAAAAAAbgAAAAAAfwAAAAAADAAAAAAADAAAAAACAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAADAAAAAABDAAAAAABMgAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAbwAAAAACfwAAAAAA + tiles: DQAAAAAADQAAAAAADQAAAAAAawAAAAABawAAAAAAawAAAAABfwAAAAAAIQAAAAADIQAAAAABIQAAAAAAIQAAAAAAIQAAAAAAIQAAAAACIQAAAAACTwAAAAACfwAAAAAADQAAAAAAawAAAAAAawAAAAAAawAAAAAAMgAAAAAAMgAAAAAATwAAAAAAIwAAAAAAIwAAAAADawAAAAACIwAAAAADIwAAAAAAIwAAAAAAIwAAAAADfwAAAAAAfwAAAAAAawAAAAACawAAAAAAawAAAAACDAAAAAABDAAAAAAADAAAAAAATwAAAAABAwAAAAABAwAAAAADawAAAAADIwAAAAABIwAAAAAAIwAAAAADIwAAAAADfwAAAAAAfwAAAAAAawAAAAADAQAAAAAAAQAAAAAAAQAAAAAAfwAAAAAAMgAAAAAATwAAAAACTwAAAAAATwAAAAAAfwAAAAAAawAAAAAAfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAACfwAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAABAwAAAAACAwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAAAAwAAAAADAwAAAAADAwAAAAAAAwAAAAAAAwAAAAABAwAAAAABAwAAAAABAwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAABAwAAAAACAwAAAAADAwAAAAABAwAAAAACAwAAAAABAwAAAAAAAwAAAAACAwAAAAADAwAAAAACAwAAAAADAwAAAAABAwAAAAADbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAAwAAAAACAwAAAAACAwAAAAABAwAAAAAAAwAAAAAAAwAAAAACAwAAAAADAwAAAAAAAwAAAAAAAwAAAAACAwAAAAACAwAAAAACfwAAAAAAfwAAAAAAbwAAAAABbgAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAADAwAAAAABAwAAAAACAwAAAAABAwAAAAADAwAAAAAAAwAAAAACAwAAAAACAwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAfwAAAAAAAwAAAAABAwAAAAABAwAAAAACAwAAAAABAwAAAAACAwAAAAACAwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADAAAAAACDAAAAAACAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAawAAAAAAawAAAAABDAAAAAAADAAAAAACDAAAAAADDAAAAAACDAAAAAAADAAAAAAADAAAAAACawAAAAADawAAAAACDAAAAAADDAAAAAADfwAAAAAAbwAAAAADfwAAAAAADAAAAAABDAAAAAADDAAAAAABDAAAAAACDAAAAAACDAAAAAAADAAAAAACDAAAAAABDAAAAAACDAAAAAACDAAAAAABDAAAAAABawAAAAADTwAAAAAAfwAAAAAAfwAAAAAADAAAAAADDAAAAAABDAAAAAADDAAAAAAADAAAAAABDAAAAAAADAAAAAADDAAAAAADDAAAAAAADAAAAAACDAAAAAADDAAAAAACDAAAAAABfwAAAAAAbgAAAAAAfwAAAAAADAAAAAACDAAAAAADDAAAAAACDAAAAAAADAAAAAABDAAAAAAADAAAAAADDAAAAAADDAAAAAAADAAAAAAADAAAAAADMgAAAAAAAQAAAAAAfwAAAAAAbgAAAAAAfwAAAAAADAAAAAABDAAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAAAQAAAAAADAAAAAACDAAAAAACMgAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAbwAAAAACfwAAAAAA version: 6 4,-2: ind: 4,-2 - tiles: bgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAbwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAADAAAAAAAMgAAAAAAMgAAAAAAbgAAAAAAbwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAIQAAAAADIQAAAAACIQAAAAACIQAAAAAAIQAAAAABfwAAAAAAAAAAAAAADAAAAAABMgAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbwAAAAACfwAAAAAAIQAAAAACIQAAAAACIQAAAAABIQAAAAADIQAAAAABfwAAAAAAAAAAAAAAawAAAAADawAAAAADMgAAAAAAMgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbwAAAAABfwAAAAAAIQAAAAADIQAAAAABIQAAAAAAIQAAAAAAIQAAAAADfwAAAAAAfwAAAAAAawAAAAADawAAAAADMgAAAAAADAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAACfwAAAAAAfwAAAAAATwAAAAAATwAAAAABTwAAAAAAfwAAAAAAfwAAAAAAVAAAAAACDQAAAAAAawAAAAACawAAAAADMgAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAACbwAAAAACbwAAAAAAbwAAAAADbgAAAAAAbgAAAAAAUAAAAAAAfwAAAAAADQAAAAAADQAAAAAAawAAAAADMgAAAAAADAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAUAAAAAAAfwAAAAAADQAAAAAADQAAAAAAawAAAAACawAAAAAADAAAAAADMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAABUAAAAAAAfwAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAACawAAAAADawAAAAADfwAAAAAAIQAAAAAAIQAAAAADIQAAAAACIQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAACawAAAAADawAAAAABawAAAAADIQAAAAABIQAAAAADIQAAAAAAIQAAAAADIQAAAAAAIQAAAAADIQAAAAADTwAAAAABfwAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAADawAAAAAAawAAAAABawAAAAABIQAAAAACIQAAAAACIQAAAAADIQAAAAAAIQAAAAADIQAAAAAAIQAAAAADUAAAAAAAfwAAAAAA + tiles: bgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAATwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAATwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAATwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAbwAAAAADbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAADAAAAAADMgAAAAAAMgAAAAAAbgAAAAAAbwAAAAADbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAIQAAAAABIQAAAAADIQAAAAADIQAAAAADIQAAAAADfwAAAAAAAAAAAAAADAAAAAABMgAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbwAAAAADfwAAAAAAIQAAAAACIQAAAAABIQAAAAACIQAAAAACIQAAAAADfwAAAAAAAAAAAAAAawAAAAADawAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAIQAAAAADIQAAAAACIQAAAAAAIQAAAAABIQAAAAACfwAAAAAAfwAAAAAAawAAAAACawAAAAACMgAAAAAADAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAABfwAAAAAAfwAAAAAATwAAAAABTwAAAAADTwAAAAABfwAAAAAAfwAAAAAAVAAAAAACDQAAAAAAawAAAAAAawAAAAABMgAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAbwAAAAACbwAAAAACbwAAAAAAbgAAAAAAbgAAAAAAUAAAAAAAfwAAAAAADQAAAAAADQAAAAAAawAAAAAAMgAAAAAADAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAUAAAAAAAfwAAAAAADQAAAAAADQAAAAAAawAAAAAAawAAAAAADAAAAAABMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAADUAAAAAAAfwAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAADawAAAAAAawAAAAAAfwAAAAAAIQAAAAACIQAAAAADIQAAAAABIQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAAAawAAAAAAawAAAAACawAAAAACIQAAAAAAIQAAAAAAIQAAAAABIQAAAAADIQAAAAACIQAAAAAAIQAAAAADTwAAAAADfwAAAAAADQAAAAAADQAAAAAADQAAAAAAawAAAAADawAAAAABawAAAAADawAAAAACIQAAAAABIQAAAAADIQAAAAADIQAAAAADIQAAAAACIQAAAAACIQAAAAAAUAAAAAAAfwAAAAAA version: 6 -5,2: ind: -5,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACTwAAAAACNAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAATwAAAAABNAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATwAAAAABNAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATwAAAAABNAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADNAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAADfwAAAAAAOwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAGGQAAAAAFfwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAFOwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAETwAAAAACNAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAATwAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATwAAAAABNAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAATwAAAAADNAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAgwAAAAAAgwAAAAAAgwAAAAACgwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA version: 6 -5,1: ind: -5,1 - tiles: UAAAAAAAUAAAAAAAEgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAADgAAAAAADgAAAAACDgAAAAADfwAAAAAAewAAAAADewAAAAAAewAAAAADTwAAAAACfwAAAAAAbwAAAAABUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAADgAAAAADDgAAAAADDgAAAAAAfwAAAAAAewAAAAACewAAAAACewAAAAACfwAAAAAAfwAAAAAAbwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAbwAAAAABfwAAAAAAbgAAAAAAbgAAAAAAbwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAADfwAAAAAAbwAAAAAAbgAAAAAAbwAAAAACfwAAAAAAbgAAAAAAbwAAAAACbgAAAAAAbwAAAAABXgAAAAADTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAbgAAAAAAbwAAAAAAfwAAAAAAbwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbwAAAAACbgAAAAAAbwAAAAABfwAAAAAAbgAAAAAAfwAAAAAAVAAAAAACIQAAAAADUAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbwAAAAABfwAAAAAAbwAAAAACbgAAAAAAbgAAAAAAfwAAAAAAbwAAAAADfwAAAAAAVAAAAAABIQAAAAACNAAAAAAANAAAAAAATwAAAAACbgAAAAAAbgAAAAAAfwAAAAAAbwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAATwAAAAACVAAAAAACIQAAAAABNAAAAAAANAAAAAAAUAAAAAAAbgAAAAAAbgAAAAAAfwAAAAAATwAAAAAAfwAAAAAATwAAAAABfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAATwAAAAABTwAAAAADTwAAAAADfwAAAAAAbgAAAAAAfwAAAAAAbwAAAAACbgAAAAAAbgAAAAAAbwAAAAAANAAAAAAANAAAAAAAUAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAATwAAAAABTwAAAAACTwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAANAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAATwAAAAADfwAAAAAATwAAAAADfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbwAAAAADbgAAAAAAbgAAAAAANAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGQAAAAAFfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGQAAAAAGGQAAAAAGfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAACbwAAAAADUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAAfwAAAAAATwAAAAABTwAAAAADTwAAAAAATwAAAAACfwAAAAAAfwAAAAAA + tiles: UAAAAAAAUAAAAAAAEgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAADgAAAAADDgAAAAAADgAAAAAAfwAAAAAAewAAAAAAewAAAAADewAAAAACTwAAAAACfwAAAAAAbwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAADgAAAAACDgAAAAADDgAAAAACfwAAAAAAewAAAAACewAAAAAAewAAAAADfwAAAAAAfwAAAAAAbwAAAAABUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAbwAAAAADfwAAAAAAbgAAAAAAbgAAAAAAbwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAACfwAAAAAAbwAAAAABbgAAAAAAbwAAAAAAfwAAAAAAbgAAAAAAbwAAAAADbgAAAAAAbwAAAAACXgAAAAADTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAbwAAAAABbgAAAAAAbwAAAAADfwAAAAAAbwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbwAAAAADbgAAAAAAbwAAAAABfwAAAAAAbgAAAAAAfwAAAAAAVAAAAAAAIQAAAAADUAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbwAAAAACfwAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbwAAAAABfwAAAAAAVAAAAAAAIQAAAAABNAAAAAAANAAAAAAATwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAATwAAAAABVAAAAAAAIQAAAAACNAAAAAAANAAAAAAAUAAAAAAAbgAAAAAAbgAAAAAAfwAAAAAATwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAANAAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAATwAAAAADTwAAAAADTwAAAAABfwAAAAAAbgAAAAAAfwAAAAAAbwAAAAADbgAAAAAAbgAAAAAAbwAAAAADNAAAAAAANAAAAAAAUAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAATwAAAAACTwAAAAADTwAAAAACfwAAAAAAbgAAAAAAfwAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAANAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAATwAAAAADfwAAAAAATwAAAAADfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbwAAAAAAbgAAAAAAbgAAAAAANAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGQAAAAAEfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGQAAAAABGQAAAAAEfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAACbwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAEfwAAAAAATwAAAAACTwAAAAAATwAAAAABTwAAAAAAfwAAAAAAfwAAAAAA version: 6 -5,0: ind: -5,0 - tiles: RAAAAAAAfwAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAfwAAAAAAewAAAAABewAAAAAAewAAAAAAfwAAAAAADgAAAAABDgAAAAABDgAAAAAAfwAAAAAAbwAAAAABfwAAAAAARAAAAAAAfwAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAfwAAAAAAewAAAAACewAAAAACewAAAAACFgAAAAACDgAAAAABDgAAAAAADgAAAAABfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAewAAAAABewAAAAABewAAAAADfwAAAAAADgAAAAABDgAAAAADDgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAATwAAAAADewAAAAACewAAAAABewAAAAABfwAAAAAADgAAAAACDgAAAAADDgAAAAACfwAAAAAAbgAAAAAAfwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAfwAAAAAATwAAAAAATwAAAAADTwAAAAAATwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAbwAAAAABfwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAfwAAAAAATwAAAAABTwAAAAADTwAAAAADTwAAAAAATwAAAAAATwAAAAACTwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAAAfwAAAAAATwAAAAAAfwAAAAAATwAAAAABTwAAAAABXgAAAAACXgAAAAABXgAAAAABTwAAAAABTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAABawAAAAACawAAAAABawAAAAACawAAAAAATwAAAAABTwAAAAABXgAAAAABXgAAAAAAVwAAAAABXgAAAAADXgAAAAABTwAAAAAATwAAAAACXgAAAAAAXgAAAAAATwAAAAADTwAAAAADTwAAAAACTwAAAAACawAAAAACTwAAAAADTwAAAAADXgAAAAADVwAAAAACVwAAAAADVwAAAAABXgAAAAACTwAAAAADTwAAAAAAawAAAAABawAAAAACawAAAAABawAAAAACawAAAAACawAAAAABawAAAAAATwAAAAABTwAAAAADXgAAAAABXgAAAAABVwAAAAABXgAAAAADXgAAAAABTwAAAAAATwAAAAACXgAAAAAAXgAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAATwAAAAACTwAAAAACXgAAAAAAXgAAAAABXgAAAAABTwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAVAAAAAACVAAAAAABVAAAAAADUAAAAAAAfwAAAAAATwAAAAADTwAAAAADTwAAAAABTwAAAAADTwAAAAADTwAAAAADTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAVAAAAAACVAAAAAADVAAAAAABUAAAAAAAfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAXgAAAAADXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAUAAAAAAAVAAAAAACVAAAAAABVAAAAAACUAAAAAAAfwAAAAAADgAAAAACDgAAAAACDgAAAAACfwAAAAAAewAAAAACewAAAAADewAAAAADfwAAAAAAfwAAAAAAbgAAAAAAUAAAAAAAVAAAAAABVAAAAAABVAAAAAADUAAAAAAAUAAAAAAADgAAAAACDgAAAAACDgAAAAADTwAAAAABewAAAAABewAAAAABewAAAAACfwAAAAAAfwAAAAAAbwAAAAABawAAAAABUAAAAAAAEgAAAAAAUAAAAAAAawAAAAABUAAAAAAADgAAAAACDgAAAAACfwAAAAAAfwAAAAAAewAAAAACewAAAAAAewAAAAACfwAAAAAAfwAAAAAAbgAAAAAA + tiles: RAAAAAAAfwAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAfwAAAAAAewAAAAABewAAAAACewAAAAABfwAAAAAADgAAAAABDgAAAAABDgAAAAAAfwAAAAAAbwAAAAABfwAAAAAARAAAAAAAfwAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAfwAAAAAAewAAAAAAewAAAAACewAAAAABFgAAAAAADgAAAAAADgAAAAADDgAAAAABfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAewAAAAADewAAAAADewAAAAABfwAAAAAADgAAAAADDgAAAAABDgAAAAADfwAAAAAAbgAAAAAAfwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAATwAAAAADewAAAAABewAAAAADewAAAAACfwAAAAAADgAAAAAADgAAAAABDgAAAAACfwAAAAAAbgAAAAAAfwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAfwAAAAAATwAAAAABTwAAAAACTwAAAAADTwAAAAADfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAbwAAAAACfwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAFwAAAAAAfwAAAAAATwAAAAABTwAAAAADTwAAAAABTwAAAAADTwAAAAADTwAAAAAATwAAAAABfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAACfwAAAAAATwAAAAABfwAAAAAATwAAAAABTwAAAAAAXgAAAAAAXgAAAAACXgAAAAAATwAAAAADTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAACawAAAAADawAAAAADawAAAAAAawAAAAADTwAAAAAATwAAAAAAXgAAAAAAXgAAAAAAVwAAAAADXgAAAAACXgAAAAADTwAAAAADTwAAAAACXgAAAAADXgAAAAADTwAAAAAATwAAAAABTwAAAAACTwAAAAADawAAAAACTwAAAAABTwAAAAABXgAAAAABVwAAAAADVwAAAAADVwAAAAAAXgAAAAABTwAAAAABTwAAAAAAawAAAAACawAAAAACawAAAAACawAAAAADawAAAAABawAAAAADawAAAAAATwAAAAACTwAAAAACXgAAAAAAXgAAAAABVwAAAAAAXgAAAAAAXgAAAAABTwAAAAACTwAAAAACXgAAAAACXgAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAATwAAAAAATwAAAAADXgAAAAABXgAAAAADXgAAAAADTwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAVAAAAAABVAAAAAACVAAAAAACUAAAAAAAfwAAAAAATwAAAAACTwAAAAAATwAAAAAATwAAAAADTwAAAAACTwAAAAABTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAVAAAAAACVAAAAAABVAAAAAABUAAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAXgAAAAABXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAACUAAAAAAAVAAAAAADVAAAAAACVAAAAAADUAAAAAAAfwAAAAAADgAAAAADDgAAAAAADgAAAAACfwAAAAAAewAAAAAAewAAAAACewAAAAABfwAAAAAAfwAAAAAAbgAAAAAAUAAAAAAAVAAAAAAAVAAAAAACVAAAAAACUAAAAAAAUAAAAAAADgAAAAADDgAAAAADDgAAAAADTwAAAAABewAAAAAAewAAAAACewAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAawAAAAAAUAAAAAAAEgAAAAAAUAAAAAAAawAAAAACUAAAAAAADgAAAAACDgAAAAAAfwAAAAAAfwAAAAAAewAAAAABewAAAAADewAAAAADfwAAAAAAfwAAAAAAbgAAAAAA version: 6 -5,-1: ind: -5,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAbgAAAAAAbgAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAbgAAAAAAbwAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAXAAAAAAGUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbwAAAAABfwAAAAAAXAAAAAAAXAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAXAAAAAAAXAAAAAAMUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAXQAAAAAAXQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbwAAAAABfwAAAAAAXQAAAAAAXQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAXgAAAAADfwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAbgAAAAAADwAAAAAAbgAAAAAAfwAAAAAAXgAAAAACfwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAANAAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAfwAAAAAARAAAAAAAfwAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADgAAAAADDgAAAAAADgAAAAADTwAAAAAAbwAAAAADfwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAbgAAAAAAbgAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAbgAAAAAAbwAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAXAAAAAAAUAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbwAAAAADfwAAAAAAXAAAAAAAXAAAAAAKUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbwAAAAABfwAAAAAAXAAAAAAAXAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAXQAAAAAAXQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAbwAAAAACfwAAAAAAXQAAAAAAXQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAXgAAAAACfwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAbgAAAAAADwAAAAAAbgAAAAAAfwAAAAAAXgAAAAACfwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAfwAAAAAAfwAAAAAANAAAAAAAfwAAAAAANAAAAAAAfwAAAAAAbwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAAAfwAAAAAARAAAAAAAfwAAAAAAHAAAAAAAHAAAAAAAHAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAADgAAAAABDgAAAAACDgAAAAACTwAAAAABbwAAAAACfwAAAAAA version: 6 -6,0: ind: -6,0 - tiles: bgAAAAAATwAAAAADTwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAUAAAAAAAXgAAAAABTwAAAAADXgAAAAABfwAAAAAARAAAAAAARAAAAAAATwAAAAACTwAAAAACTwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAUAAAAAAAXgAAAAAATwAAAAAAXgAAAAABfwAAAAAARAAAAAAARAAAAAAAbgAAAAAATwAAAAAATwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAUAAAAAAAXgAAAAAATwAAAAAAXgAAAAABfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAUAAAAAAAXgAAAAABTwAAAAACXgAAAAAAfwAAAAAAFwAAAAAAFwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAXgAAAAADXgAAAAACXgAAAAAATwAAAAAAFwAAAAAAFwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAACTwAAAAABfwAAAAAAfwAAAAAAFwAAAAAAXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAABXgAAAAADXgAAAAABXgAAAAACfwAAAAAAfwAAAAAAXgAAAAABTwAAAAAAawAAAAAAawAAAAABawAAAAAAawAAAAADawAAAAACawAAAAADTwAAAAADawAAAAADawAAAAACTwAAAAADawAAAAABawAAAAACTwAAAAADawAAAAAAXgAAAAACTwAAAAAAawAAAAABTwAAAAADTwAAAAAATwAAAAABTwAAAAABawAAAAABTwAAAAAAawAAAAABTwAAAAADTwAAAAAATwAAAAAAawAAAAABTwAAAAAAawAAAAABXgAAAAADTwAAAAACawAAAAACawAAAAAAawAAAAABawAAAAABawAAAAACawAAAAAATwAAAAACawAAAAAAawAAAAAATwAAAAACawAAAAAAawAAAAABTwAAAAADawAAAAAAXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAADXgAAAAABXgAAAAADXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAATwAAAAABXgAAAAADXgAAAAACXgAAAAABfwAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAUAAAAAAAXgAAAAAATwAAAAAAXgAAAAABUAAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAUAAAAAAAXgAAAAABTwAAAAAAXgAAAAAAUAAAAAAAMgAAAAAAMgAAAAAATwAAAAADTwAAAAACTwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAUAAAAAAAXgAAAAAATwAAAAABXgAAAAACUAAAAAAAMgAAAAAAMgAAAAAA + tiles: bgAAAAAAVAAAAAADVwAAAAAAVwAAAAADVwAAAAABEQAAAAABEQAAAAACEQAAAAAAVAAAAAACUAAAAAAAXgAAAAADTwAAAAABXgAAAAABfwAAAAAARAAAAAAARAAAAAAATwAAAAABVAAAAAAAVwAAAAADVwAAAAACVwAAAAAAEQAAAAACEQAAAAADEQAAAAACVAAAAAADUAAAAAAAXgAAAAADTwAAAAABXgAAAAABfwAAAAAARAAAAAAARAAAAAAAbgAAAAAAVAAAAAADVwAAAAACVwAAAAACVwAAAAADEQAAAAABEQAAAAABEQAAAAAAVAAAAAACUAAAAAAAXgAAAAAATwAAAAABXgAAAAACfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAVAAAAAABVAAAAAADVAAAAAABVAAAAAABVAAAAAADVAAAAAABVAAAAAADVAAAAAAAUAAAAAAAXgAAAAACTwAAAAABXgAAAAADfwAAAAAAFwAAAAAAFwAAAAAAfwAAAAAAVAAAAAABVAAAAAACVAAAAAAAVAAAAAACVAAAAAAAVAAAAAABVAAAAAAAVAAAAAACfwAAAAAAXgAAAAACXgAAAAABXgAAAAACTwAAAAADFwAAAAAAFwAAAAAAfwAAAAAAfwAAAAAAVAAAAAAAVAAAAAABVAAAAAACVAAAAAADVAAAAAADVAAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAAATwAAAAACfwAAAAAAfwAAAAAAFwAAAAAAXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAABXgAAAAADXgAAAAACXgAAAAADfwAAAAAAfwAAAAAAXgAAAAAATwAAAAADawAAAAADawAAAAADawAAAAABawAAAAAAawAAAAACawAAAAACTwAAAAABawAAAAACawAAAAADTwAAAAACawAAAAADawAAAAAATwAAAAADawAAAAACXgAAAAABTwAAAAACawAAAAACTwAAAAABTwAAAAADTwAAAAADTwAAAAABawAAAAADTwAAAAACawAAAAAATwAAAAADTwAAAAADTwAAAAACawAAAAACTwAAAAADawAAAAAAXgAAAAADTwAAAAADawAAAAACawAAAAAAawAAAAAAawAAAAACawAAAAAAawAAAAADTwAAAAADawAAAAADawAAAAAATwAAAAACawAAAAADawAAAAADTwAAAAAAawAAAAABXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAADXgAAAAAAXgAAAAABXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAAAVAAAAAADVAAAAAABVAAAAAACVAAAAAAAVAAAAAAAfwAAAAAAfwAAAAAATwAAAAABTwAAAAADTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAADVAAAAAABVAAAAAABVAAAAAAAVAAAAAABVAAAAAACVAAAAAADVAAAAAABTwAAAAAAXgAAAAABXgAAAAABXgAAAAADfwAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAVAAAAAAAVAAAAAABVAAAAAABVAAAAAACVAAAAAAAVAAAAAADVAAAAAAAVAAAAAACUAAAAAAAXgAAAAAATwAAAAADXgAAAAACUAAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAVAAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAVAAAAAACUAAAAAAAXgAAAAABTwAAAAADXgAAAAACUAAAAAAAMgAAAAAAMgAAAAAATwAAAAACVAAAAAADEgAAAAAAEgAAAAAAEgAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAVAAAAAADUAAAAAAAXgAAAAABTwAAAAAAXgAAAAAAUAAAAAAAMgAAAAAAMgAAAAAA version: 6 -6,1: ind: -6,1 - tiles: fwAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAUAAAAAAAXgAAAAABTwAAAAADXgAAAAABUAAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAXgAAAAACXgAAAAADXgAAAAACfwAAAAAAMgAAAAAAMgAAAAAAXgAAAAAAXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAACTwAAAAADfwAAAAAAfwAAAAAAMgAAAAAAXgAAAAACXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABXgAAAAABXgAAAAAAXgAAAAACXgAAAAACfwAAAAAATwAAAAADXgAAAAABXgAAAAAAfwAAAAAAXgAAAAADXgAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAAAXgAAAAAAXgAAAAACXgAAAAABXgAAAAAAXgAAAAACXgAAAAADXgAAAAADXgAAAAADXgAAAAACXgAAAAAAXgAAAAACXgAAAAABTwAAAAAAXgAAAAACXgAAAAABTwAAAAACTwAAAAAATwAAAAABTwAAAAAATwAAAAADTwAAAAADXgAAAAAAXgAAAAACXgAAAAACXgAAAAABXgAAAAAAXgAAAAABXgAAAAADTwAAAAACXgAAAAAATwAAAAADTwAAAAADTwAAAAACTwAAAAAATwAAAAACTwAAAAAATwAAAAABXgAAAAABXgAAAAADXgAAAAACXgAAAAADfwAAAAAAXgAAAAABfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAACXgAAAAADfwAAAAAAbgAAAAAATwAAAAADNAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAXgAAAAACXgAAAAABfwAAAAAAbgAAAAAAUAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAXgAAAAADXgAAAAADfwAAAAAAAAAAAAAAUAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAXgAAAAADfwAAAAAAfwAAAAAAAAAAAAAAUAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAXgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAUAAAAAAAUAAAAAAA + tiles: fwAAAAAAVAAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAOQAAAAAAOQAAAAAAOQAAAAAAVAAAAAACUAAAAAAAXgAAAAADTwAAAAADXgAAAAADUAAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAVAAAAAACVAAAAAABVAAAAAADVAAAAAABVAAAAAAAVAAAAAABVAAAAAABVAAAAAAAfwAAAAAAXgAAAAAAXgAAAAACXgAAAAAAfwAAAAAAMgAAAAAAMgAAAAAAXgAAAAACXgAAAAADVAAAAAADVAAAAAAAVAAAAAACVAAAAAABVAAAAAADVAAAAAABfwAAAAAAfwAAAAAATwAAAAADTwAAAAACTwAAAAADfwAAAAAAfwAAAAAAMgAAAAAAXgAAAAAAXgAAAAABMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAABXgAAAAACXgAAAAAAXgAAAAAAfwAAAAAATwAAAAABXgAAAAACXgAAAAAAfwAAAAAAXgAAAAADXgAAAAACfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAADXgAAAAACXgAAAAACXgAAAAAAXgAAAAAAXgAAAAABXgAAAAADXgAAAAACXgAAAAADXgAAAAABXgAAAAACXgAAAAADXgAAAAADTwAAAAAAXgAAAAAAXgAAAAADTwAAAAACTwAAAAABTwAAAAABTwAAAAAATwAAAAABTwAAAAADXgAAAAABXgAAAAAAXgAAAAADXgAAAAAAXgAAAAABXgAAAAADXgAAAAABTwAAAAABXgAAAAAATwAAAAACTwAAAAAATwAAAAAATwAAAAAATwAAAAADTwAAAAABTwAAAAADXgAAAAAAXgAAAAABXgAAAAADXgAAAAADfwAAAAAAXgAAAAACfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAACXgAAAAABfwAAAAAAbgAAAAAATwAAAAACNAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAXgAAAAACXgAAAAABfwAAAAAAbgAAAAAAUAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAXgAAAAADXgAAAAACfwAAAAAAAAAAAAAAUAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAXgAAAAABfwAAAAAAfwAAAAAAAAAAAAAAUAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAXgAAAAADfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAUAAAAAAAUAAAAAAA version: 6 3,3: ind: 3,3 - tiles: IQAAAAAAIAAAAAADIAAAAAACfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAAAIAAAAAADIAAAAAACTwAAAAACbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADIAAAAAABfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbgAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADIAAAAAACfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAbQAAAAAAbgAAAAAAbgAAAAAAbQAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbgAAAAAAbQAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbgAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAUAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbgAAAAAAfwAAAAAAGgAAAAAEfwAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGgAAAAAFfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAACfwAAAAAAbgAAAAAAUAAAAAAAUAAAAAAATwAAAAACfwAAAAAAfwAAAAAAGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAABGgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAGGgAAAAACfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAKwAAAAAAfwAAAAAAKwAAAAACKwAAAAACGgAAAAAGGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAADfwAAAAAAKwAAAAABKwAAAAADKwAAAAADKwAAAAADfwAAAAAAKwAAAAABGgAAAAAHGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAABGgAAAAABKwAAAAAAfwAAAAAAKwAAAAADKwAAAAAAKwAAAAAAKwAAAAADKwAAAAABKwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAFGgAAAAAGfwAAAAAAKwAAAAAAKwAAAAADKwAAAAADKwAAAAADKwAAAAACKwAAAAACKwAAAAAA + tiles: IQAAAAADIAAAAAAAIAAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAADIAAAAAAAIAAAAAADTwAAAAAAIQAAAAAAIQAAAAABbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABIAAAAAABTwAAAAADIQAAAAADIQAAAAADfwAAAAAAbQAAAAAAbQAAAAAAbgAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAADfwAAAAAAIAAAAAADIAAAAAADfwAAAAAAbQAAAAAAbgAAAAAAbgAAAAAAbQAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAIAAAAAAAIQAAAAADIQAAAAACfwAAAAAAbgAAAAAAbgAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbgAAAAAAbQAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAAAAAAAAAIAAAAAABIQAAAAACIQAAAAABVAAAAAADbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbgAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAUAAAAAAAMgAAAAAAAAAAAAAAIAAAAAABIQAAAAAAIQAAAAAAIAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbQAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAMgAAAAAAAAAAAAAAIAAAAAACIAAAAAAAIAAAAAAAIAAAAAADfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAMgAAAAAAAAAAAAAAIAAAAAACIQAAAAABIQAAAAADIAAAAAACKwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAbgAAAAAAfwAAAAAAGgAAAAABfwAAAAAAMgAAAAAAAAAAAAAAIAAAAAAAIQAAAAABIQAAAAADIAAAAAABKwAAAAACfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGgAAAAADfwAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAIQAAAAACIQAAAAABKwAAAAACKwAAAAADfwAAAAAAbgAAAAAAfwAAAAAAUAAAAAAATwAAAAABfwAAAAAAfwAAAAAAGgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAADIAAAAAADIAAAAAABKwAAAAAAKwAAAAADKwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAHGgAAAAADfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAIAAAAAACIQAAAAAAIQAAAAACKwAAAAABfwAAAAAAKwAAAAADfwAAAAAAKwAAAAACfwAAAAAAKwAAAAABKwAAAAADGgAAAAAFGgAAAAAHVAAAAAAAVAAAAAABVAAAAAACVAAAAAABIAAAAAAAIAAAAAAAGQAAAAACfwAAAAAAKwAAAAABKwAAAAACVAAAAAABKwAAAAAAfwAAAAAAKwAAAAAAGgAAAAAAGgAAAAAGIQAAAAAAIAAAAAACIAAAAAADIAAAAAAAIAAAAAACIAAAAAACIAAAAAADVAAAAAAAKwAAAAADfwAAAAAAKwAAAAABKwAAAAADKwAAAAABKwAAAAADKwAAAAAAKwAAAAADIQAAAAAAIAAAAAACIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAADIAAAAAACGgAAAAABfwAAAAAAVAAAAAAAKwAAAAADKwAAAAADKwAAAAABKwAAAAADKwAAAAAAKwAAAAAA version: 6 -4,-3: ind: -4,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAbgAAAAAAewAAAAAAewAAAAAAewAAAAAATwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAewAAAAABewAAAAAAewAAAAAATwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAACbwAAAAACbgAAAAAAbwAAAAACbwAAAAACTwAAAAADfwAAAAAAfwAAAAAAbQAAAAAAVAAAAAABVAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAACfwAAAAAAfQAAAAACUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfQAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAVAAAAAADVAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAATwAAAAABbgAAAAAAbgAAAAAAfQAAAAABfQAAAAACfQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAATwAAAAAAbgAAAAAATwAAAAABfQAAAAACfQAAAAABfQAAAAAB + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAbgAAAAAAewAAAAADewAAAAACewAAAAAATwAAAAADAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAewAAAAAAewAAAAACewAAAAABTwAAAAABfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAABbwAAAAABbgAAAAAAbwAAAAADbwAAAAADTwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAVAAAAAABVAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAABfwAAAAAAfQAAAAACUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfQAAAAACfwAAAAAAfwAAAAAAbQAAAAAAVAAAAAAAVAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAATwAAAAADbgAAAAAAbgAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAATwAAAAADbgAAAAAATwAAAAADfQAAAAABfQAAAAACfQAAAAAA version: 6 5,2: ind: 5,2 - tiles: GgAAAAAGGgAAAAAGGgAAAAAFGQAAAAAAGQAAAAACGQAAAAABGQAAAAACGQAAAAABKwAAAAAAGQAAAAACGQAAAAAGGgAAAAAGGgAAAAAGGgAAAAACGQAAAAADGQAAAAADGgAAAAAAGgAAAAAGGgAAAAAGGgAAAAACKwAAAAADGQAAAAABGQAAAAADKwAAAAABKwAAAAABKwAAAAABGgAAAAAAGgAAAAADGgAAAAACGgAAAAAFGQAAAAAEGQAAAAACGgAAAAAEKwAAAAABUAAAAAAAKwAAAAABKwAAAAADKwAAAAAAKwAAAAAAKwAAAAACKwAAAAAAKwAAAAADKwAAAAAAKwAAAAAAGgAAAAAGGgAAAAADGQAAAAAAGgAAAAAGKwAAAAABKwAAAAABKwAAAAADKwAAAAABfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAKwAAAAAAKwAAAAAAGQAAAAACGQAAAAADGQAAAAABKwAAAAACKwAAAAABKwAAAAACfwAAAAAAfwAAAAAAGQAAAAABKwAAAAABGQAAAAAFGQAAAAABGQAAAAACfwAAAAAAfwAAAAAAGgAAAAADGgAAAAADGgAAAAAFGQAAAAADKwAAAAACKwAAAAADKwAAAAABfwAAAAAAKwAAAAAAKwAAAAABKwAAAAABKwAAAAAAGQAAAAAAGQAAAAAFKwAAAAAAfwAAAAAAGgAAAAAGGgAAAAAEGQAAAAACGQAAAAADKwAAAAABKwAAAAAAfwAAAAAAfwAAAAAAKwAAAAAAKwAAAAACKwAAAAACKwAAAAAAKwAAAAADKwAAAAABKwAAAAADfwAAAAAAfwAAAAAAGgAAAAABGQAAAAAAGgAAAAADKwAAAAADKwAAAAAAfwAAAAAAKwAAAAABKwAAAAADKwAAAAACKwAAAAACKwAAAAACKwAAAAABKwAAAAADKwAAAAABKwAAAAADUAAAAAAAGQAAAAAAGQAAAAACGQAAAAAAKwAAAAACKwAAAAACfwAAAAAAKwAAAAAAKwAAAAAAKwAAAAADKwAAAAADKwAAAAABKwAAAAABKwAAAAADGQAAAAAGGQAAAAAAUAAAAAAAGQAAAAACGgAAAAABGgAAAAAEKwAAAAABGQAAAAAAfwAAAAAAKwAAAAAAKwAAAAABKwAAAAADKwAAAAAAKwAAAAACGQAAAAAEGQAAAAAGGQAAAAAGGQAAAAACUAAAAAAAGQAAAAAEGQAAAAABGgAAAAAEKwAAAAAAGQAAAAAEfwAAAAAAfwAAAAAAKwAAAAACKwAAAAABGQAAAAAFGQAAAAABGQAAAAADGQAAAAABGQAAAAADfwAAAAAAfwAAAAAAGgAAAAAFGgAAAAAEGgAAAAABGQAAAAACGQAAAAAFGQAAAAAFfwAAAAAAKwAAAAACKwAAAAADKwAAAAABGQAAAAACGQAAAAABGQAAAAACGQAAAAAGfwAAAAAAGQAAAAACGQAAAAABKwAAAAADGgAAAAAAGQAAAAAFGQAAAAADGQAAAAAEfwAAAAAAfwAAAAAAKwAAAAABKwAAAAACGQAAAAAFGQAAAAAGGQAAAAAEfwAAAAAAfwAAAAAAGQAAAAACGgAAAAADGgAAAAADKwAAAAABGQAAAAAAGgAAAAABGQAAAAAEGgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAACGQAAAAADGQAAAAAGGQAAAAACKwAAAAABGQAAAAAEGQAAAAAAGQAAAAAAGQAAAAAEGgAAAAAHGgAAAAAFGgAAAAAGGgAAAAAAGgAAAAACGgAAAAAHGgAAAAAAGQAAAAACGQAAAAADGQAAAAACGgAAAAAEGQAAAAABGQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAEGgAAAAAHGgAAAAAAGQAAAAAG + tiles: GgAAAAABGgAAAAABGgAAAAAHGQAAAAAEGQAAAAACGQAAAAAEGQAAAAABGQAAAAADKwAAAAABGQAAAAABGQAAAAAFGgAAAAAGGgAAAAAEGgAAAAABGQAAAAAEGQAAAAAFGgAAAAACGgAAAAAAGgAAAAABGgAAAAAEKwAAAAACGQAAAAAAGQAAAAAAKwAAAAACKwAAAAAAKwAAAAABGgAAAAAEGgAAAAAEGgAAAAABGgAAAAADGQAAAAAGGQAAAAAGGgAAAAAHKwAAAAADUAAAAAAAKwAAAAADKwAAAAADKwAAAAACKwAAAAADKwAAAAACKwAAAAACKwAAAAADKwAAAAAAKwAAAAACGgAAAAADGgAAAAAHGQAAAAABGgAAAAAGKwAAAAADKwAAAAAAKwAAAAAAKwAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAKwAAAAADKwAAAAABGQAAAAACGQAAAAAFGQAAAAAGKwAAAAACKwAAAAACKwAAAAABfwAAAAAAfwAAAAAAGQAAAAAAKwAAAAACGQAAAAADGQAAAAADGQAAAAAGfwAAAAAAfwAAAAAAGgAAAAACGgAAAAAHGgAAAAAAGQAAAAADKwAAAAADKwAAAAABKwAAAAACfwAAAAAAKwAAAAABKwAAAAABKwAAAAACKwAAAAADGQAAAAAFGQAAAAABKwAAAAAAfwAAAAAAGgAAAAAEGgAAAAAEGQAAAAAAGQAAAAAEKwAAAAACKwAAAAADfwAAAAAAfwAAAAAAKwAAAAACKwAAAAACKwAAAAADKwAAAAACKwAAAAADKwAAAAAAKwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAGGQAAAAABGgAAAAAGKwAAAAACKwAAAAADfwAAAAAAKwAAAAACKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAACKwAAAAAAKwAAAAACKwAAAAAAKwAAAAAAUAAAAAAAGQAAAAAEGQAAAAAEGQAAAAABKwAAAAADKwAAAAAAfwAAAAAAKwAAAAABKwAAAAAAKwAAAAADKwAAAAAAKwAAAAAAKwAAAAABKwAAAAAAGQAAAAAFGQAAAAAGUAAAAAAAGQAAAAAAGgAAAAAFGgAAAAAAKwAAAAAAGQAAAAAFfwAAAAAAKwAAAAABKwAAAAABKwAAAAAAKwAAAAAAKwAAAAAAGQAAAAAGGQAAAAAEGQAAAAAFGQAAAAADUAAAAAAAGQAAAAAGGQAAAAAEGgAAAAAGKwAAAAACGQAAAAACfwAAAAAAfwAAAAAAKwAAAAACKwAAAAABGQAAAAABGQAAAAACGQAAAAAFGQAAAAAEGQAAAAADfwAAAAAAfwAAAAAAGgAAAAAGGgAAAAAHGgAAAAABGQAAAAAGGQAAAAACGQAAAAAFfwAAAAAAKwAAAAADKwAAAAABKwAAAAABGQAAAAAEGQAAAAABGQAAAAAEGQAAAAABfwAAAAAAGQAAAAADGQAAAAABKwAAAAABGgAAAAABGQAAAAAFGQAAAAAFGQAAAAAEfwAAAAAAfwAAAAAAKwAAAAABKwAAAAACGQAAAAADGQAAAAAFGQAAAAABfwAAAAAAfwAAAAAAGQAAAAAFGgAAAAACGgAAAAABKwAAAAABGQAAAAABGgAAAAAHGQAAAAADGgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAGGQAAAAACGQAAAAAAGQAAAAAAKwAAAAAAGQAAAAAGGQAAAAAEGQAAAAAFGQAAAAACGgAAAAAHGgAAAAAHGgAAAAADGgAAAAAEGgAAAAABGgAAAAAGGgAAAAAEGQAAAAADGQAAAAADGQAAAAAFGgAAAAAFGQAAAAAEGQAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAGGgAAAAAAGgAAAAADGQAAAAAD version: 6 0,-4: ind: 0,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAawAAAAADawAAAAAAawAAAAADawAAAAABawAAAAABawAAAAABawAAAAABawAAAAADawAAAAABawAAAAABawAAAAAAawAAAAABUAAAAAAAMgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAADTwAAAAABTwAAAAADTwAAAAADTwAAAAABTwAAAAADTwAAAAABTwAAAAAATwAAAAADTwAAAAADawAAAAAAUAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAawAAAAADawAAAAADawAAAAABawAAAAADawAAAAADawAAAAADawAAAAABawAAAAACawAAAAADawAAAAACawAAAAACawAAAAAAUAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAXgAAAAAAawAAAAADXgAAAAADXgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAAAAAAAAAAAAAAAAATwAAAAADTwAAAAAATwAAAAACXgAAAAACUAAAAAAAMgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAawAAAAABawAAAAABawAAAAADawAAAAACawAAAAADawAAAAACawAAAAABawAAAAABawAAAAAAawAAAAADawAAAAAAawAAAAABUAAAAAAAMgAAAAAAfgAAAAAAfgAAAAAATwAAAAABTwAAAAADTwAAAAABTwAAAAABTwAAAAADTwAAAAACTwAAAAAATwAAAAABTwAAAAACTwAAAAABTwAAAAADawAAAAADUAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAawAAAAADawAAAAADawAAAAADawAAAAABawAAAAACawAAAAADawAAAAAAawAAAAADawAAAAABawAAAAABawAAAAACawAAAAABUAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAXgAAAAABawAAAAAAXgAAAAACXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAAAAAAAAAAAAAAAAAATwAAAAABTwAAAAADTwAAAAADXgAAAAADUAAAAAAAMgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -1,-4: ind: -1,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAAawAAAAABawAAAAAAawAAAAAAawAAAAABawAAAAADawAAAAAAawAAAAABawAAAAACawAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAAawAAAAAATwAAAAABTwAAAAAATwAAAAACTwAAAAABTwAAAAACTwAAAAADTwAAAAADTwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAAawAAAAAAawAAAAACawAAAAADawAAAAABawAAAAAAawAAAAAAawAAAAABawAAAAABawAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAMgAAAAAAUAAAAAAAXgAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAAawAAAAACawAAAAACawAAAAADawAAAAADawAAAAACawAAAAADawAAAAACawAAAAADawAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAAawAAAAABTwAAAAABTwAAAAABTwAAAAACTwAAAAADTwAAAAAATwAAAAAATwAAAAABTwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAAawAAAAABawAAAAABawAAAAABawAAAAABawAAAAAAawAAAAADawAAAAABawAAAAAAawAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAMgAAAAAAUAAAAAAAXgAAAAAD version: 6 0,3: ind: 0,3 - tiles: XgAAAAABawAAAAADXgAAAAABVAAAAAABfwAAAAAATwAAAAACMAAAAAAAMAAAAAABTwAAAAACewAAAAABewAAAAABewAAAAACewAAAAACewAAAAADewAAAAAAewAAAAADXgAAAAAAawAAAAAAXgAAAAADVAAAAAAAfwAAAAAATwAAAAACMAAAAAABMAAAAAABTwAAAAABewAAAAADewAAAAABewAAAAADewAAAAAAewAAAAABewAAAAAAewAAAAAAawAAAAAAawAAAAACawAAAAAAXgAAAAABfwAAAAAATwAAAAAAMAAAAAADMAAAAAAAfwAAAAAAewAAAAACewAAAAADewAAAAABewAAAAADewAAAAABewAAAAACewAAAAAAawAAAAAATwAAAAACawAAAAAAawAAAAAATwAAAAACTwAAAAAAMAAAAAAAMAAAAAADfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAABTwAAAAAAawAAAAACawAAAAADfwAAAAAATwAAAAADMAAAAAADMAAAAAACMAAAAAACMAAAAAABMAAAAAACMAAAAAABTwAAAAABfwAAAAAAfwAAAAAAVAAAAAADawAAAAACawAAAAABawAAAAADXgAAAAABUAAAAAAATwAAAAABMAAAAAACMAAAAAABMAAAAAABMAAAAAADMAAAAAACMAAAAAACfwAAAAAAfwAAAAAAVAAAAAABTwAAAAABXgAAAAAAawAAAAADXgAAAAABXgAAAAABUAAAAAAATwAAAAADMAAAAAAAMAAAAAADMAAAAAACMAAAAAABMAAAAAACMAAAAAAAfwAAAAAAVAAAAAADTwAAAAADTwAAAAABXgAAAAADawAAAAACXgAAAAABXgAAAAABUAAAAAAATwAAAAAAMAAAAAACMAAAAAACMAAAAAACMAAAAAABMAAAAAAAMAAAAAADUAAAAAAAVAAAAAAATwAAAAACTwAAAAABXgAAAAAAawAAAAAAXgAAAAABXgAAAAACfwAAAAAATwAAAAADTwAAAAAATwAAAAADTwAAAAABTwAAAAABTwAAAAADMAAAAAAAUAAAAAAAVAAAAAACTwAAAAACTwAAAAAATwAAAAABTwAAAAABTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAACTwAAAAAATwAAAAABXgAAAAADawAAAAACXgAAAAAAIQAAAAABIAAAAAABIAAAAAACIAAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAVAAAAAACTwAAAAABXgAAAAACawAAAAACXgAAAAAAIQAAAAABTwAAAAAAIQAAAAACIQAAAAADEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAfwAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAVAAAAAADXgAAAAAAawAAAAAAXgAAAAABIQAAAAAAIAAAAAAAIQAAAAABIQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAXgAAAAABawAAAAADXgAAAAADIQAAAAACTwAAAAABIQAAAAADIQAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAXgAAAAACawAAAAABXgAAAAAAIQAAAAADIAAAAAACIQAAAAADIQAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAXgAAAAABawAAAAADXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA + tiles: XgAAAAABawAAAAAAXgAAAAADVAAAAAACfwAAAAAATwAAAAABMAAAAAAAMAAAAAAATwAAAAACewAAAAABewAAAAADewAAAAABewAAAAADewAAAAADewAAAAABewAAAAADXgAAAAACawAAAAACXgAAAAABVAAAAAACfwAAAAAATwAAAAACMAAAAAABMAAAAAAATwAAAAADewAAAAACewAAAAAAewAAAAAAewAAAAACewAAAAADewAAAAACewAAAAADawAAAAADawAAAAACawAAAAADXgAAAAADfwAAAAAATwAAAAABMAAAAAAAMAAAAAAAfwAAAAAAewAAAAADewAAAAADewAAAAADewAAAAACewAAAAABewAAAAACewAAAAACawAAAAABTwAAAAABawAAAAACawAAAAABTwAAAAADTwAAAAABMAAAAAAAMAAAAAABfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAawAAAAABTwAAAAABawAAAAACawAAAAABfwAAAAAATwAAAAACMAAAAAACMAAAAAABMAAAAAABMAAAAAABMAAAAAABMAAAAAACTwAAAAADfwAAAAAAfwAAAAAAVAAAAAADawAAAAABawAAAAADawAAAAACXgAAAAADUAAAAAAATwAAAAADMAAAAAADMAAAAAABMAAAAAAAMAAAAAAAMAAAAAABMAAAAAADfwAAAAAAfwAAAAAAVAAAAAAATwAAAAADXgAAAAACawAAAAADXgAAAAABXgAAAAABUAAAAAAATwAAAAACMAAAAAABMAAAAAACMAAAAAACMAAAAAAAMAAAAAACMAAAAAAAfwAAAAAAVAAAAAADTwAAAAAATwAAAAABXgAAAAADawAAAAAAXgAAAAACXgAAAAADUAAAAAAATwAAAAACMAAAAAAAMAAAAAABMAAAAAACMAAAAAAAMAAAAAAAMAAAAAAAUAAAAAAAVAAAAAABTwAAAAAATwAAAAACXgAAAAACawAAAAACXgAAAAADXgAAAAADfwAAAAAATwAAAAAATwAAAAABTwAAAAACTwAAAAADTwAAAAAATwAAAAACMAAAAAADUAAAAAAAVAAAAAACTwAAAAADTwAAAAACTwAAAAABTwAAAAADTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAACTwAAAAACTwAAAAACXgAAAAACawAAAAAAXgAAAAABIQAAAAABIAAAAAABIAAAAAADIAAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAVAAAAAAATwAAAAAAXgAAAAABawAAAAADXgAAAAADIQAAAAACTwAAAAAAIQAAAAABIQAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAfwAAAAAAbgAAAAAAUAAAAAAAUAAAAAAAVAAAAAAAXgAAAAADawAAAAACXgAAAAABIQAAAAACIAAAAAABIQAAAAACIQAAAAACEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAfwAAAAAAbgAAAAAAbwAAAAAAUAAAAAAATwAAAAACXgAAAAADawAAAAABXgAAAAADIQAAAAADTwAAAAADIQAAAAABIQAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAATwAAAAADbgAAAAAAbwAAAAABbwAAAAAAbgAAAAAAXgAAAAAAawAAAAACXgAAAAADIQAAAAAAIAAAAAADIQAAAAAAIQAAAAABEgAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAfgAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAXgAAAAAAawAAAAADXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 -1,3: ind: -1,3 - tiles: fwAAAAAAewAAAAABewAAAAACewAAAAABewAAAAACSwAAAAABSwAAAAAASwAAAAADSwAAAAAASwAAAAAASwAAAAADSwAAAAADSwAAAAAASwAAAAAAUAAAAAAAXgAAAAAATwAAAAADewAAAAACewAAAAACewAAAAACewAAAAADSwAAAAABSwAAAAAASwAAAAABSwAAAAAASwAAAAABSwAAAAAASwAAAAABSwAAAAABSwAAAAAAUAAAAAAAXgAAAAADTwAAAAABewAAAAABewAAAAACewAAAAABewAAAAAASwAAAAAASwAAAAAASwAAAAAASwAAAAABSwAAAAAASwAAAAADSwAAAAABSwAAAAACSwAAAAADfwAAAAAAXgAAAAABfwAAAAAAewAAAAAAewAAAAABewAAAAAAewAAAAADewAAAAACewAAAAABewAAAAAAewAAAAADewAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAAATwAAAAAAawAAAAABfwAAAAAAewAAAAACewAAAAAAewAAAAAAewAAAAABewAAAAADewAAAAACewAAAAABewAAAAADewAAAAAAewAAAAACewAAAAABewAAAAABewAAAAAATwAAAAACawAAAAABMgAAAAAAewAAAAABewAAAAADewAAAAAAewAAAAADSwAAAAADSwAAAAAASwAAAAACSwAAAAABSwAAAAAASwAAAAADSwAAAAADSwAAAAABSwAAAAADfwAAAAAAXgAAAAACMgAAAAAAewAAAAADewAAAAADewAAAAACewAAAAABSwAAAAADSwAAAAABSwAAAAACSwAAAAADSwAAAAAASwAAAAACSwAAAAADSwAAAAAASwAAAAAAUAAAAAAAXgAAAAAAMgAAAAAAewAAAAABewAAAAAAewAAAAAAewAAAAAASwAAAAADSwAAAAADSwAAAAAASwAAAAADSwAAAAABSwAAAAADSwAAAAAASwAAAAACSwAAAAACUAAAAAAAXgAAAAABMgAAAAAASwAAAAACSwAAAAAASwAAAAAASwAAAAACSwAAAAABSwAAAAABSwAAAAABSwAAAAADSwAAAAAASwAAAAACSwAAAAABSwAAAAAASwAAAAADUAAAAAAAXgAAAAADMgAAAAAASwAAAAABSwAAAAADSwAAAAACSwAAAAADSwAAAAACfwAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAABewAAAAACewAAAAACfwAAAAAAfwAAAAAAfwAAAAAAMgAAAAAASwAAAAACSwAAAAADSwAAAAAASwAAAAACSwAAAAACTwAAAAACewAAAAACewAAAAABewAAAAABewAAAAABewAAAAACewAAAAAATwAAAAADDAAAAAAAXgAAAAAAMgAAAAAASwAAAAAASwAAAAADSwAAAAADSwAAAAACSwAAAAADfwAAAAAAewAAAAACewAAAAADewAAAAADewAAAAACewAAAAABewAAAAAATwAAAAAAXgAAAAADXgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAACewAAAAABewAAAAABewAAAAABewAAAAABewAAAAABTwAAAAABDAAAAAACXgAAAAADeAAAAAACTwAAAAACeAAAAAACeAAAAAADeAAAAAABeAAAAAABfwAAAAAAewAAAAABewAAAAADewAAAAACewAAAAADewAAAAAAewAAAAACTwAAAAAADAAAAAABXgAAAAADeAAAAAABUAAAAAAAeAAAAAABTwAAAAADTwAAAAACeAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAeAAAAAACeAAAAAACeAAAAAAATwAAAAABTwAAAAAAeAAAAAABTwAAAAADVAAAAAACVAAAAAABVAAAAAADTwAAAAAAeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAACUAAAAAAA + tiles: fwAAAAAAVAAAAAAAIAAAAAACIAAAAAADewAAAAABewAAAAADewAAAAABewAAAAAAewAAAAADewAAAAADewAAAAADewAAAAABewAAAAADewAAAAABTwAAAAAAXgAAAAABTwAAAAADVAAAAAABIAAAAAADIAAAAAABTwAAAAACewAAAAAAewAAAAADewAAAAACewAAAAADewAAAAAAewAAAAABewAAAAADewAAAAADewAAAAAATwAAAAAAXgAAAAABTwAAAAAAVAAAAAABIAAAAAABIAAAAAAAewAAAAADewAAAAABewAAAAADewAAAAACewAAAAACewAAAAABewAAAAADewAAAAADewAAAAACewAAAAABTwAAAAACXgAAAAACfwAAAAAAVAAAAAADTwAAAAABTwAAAAADewAAAAAAewAAAAADTwAAAAADewAAAAAAewAAAAAAewAAAAADTwAAAAABTwAAAAAATwAAAAADewAAAAABTwAAAAABawAAAAACfwAAAAAAfQAAAAADfQAAAAADfQAAAAADfQAAAAACSwAAAAACSwAAAAADSwAAAAABSwAAAAABSwAAAAABSwAAAAADSwAAAAADSwAAAAAASwAAAAADTwAAAAABawAAAAABMgAAAAAAfQAAAAACfQAAAAAAfQAAAAADfQAAAAACSwAAAAACSwAAAAACSwAAAAACSwAAAAABSwAAAAABSwAAAAACSwAAAAAASwAAAAACSwAAAAAAfwAAAAAAXgAAAAAAMgAAAAAAewAAAAADewAAAAACewAAAAADewAAAAADSwAAAAADSwAAAAAASwAAAAACSwAAAAAASwAAAAADSwAAAAACSwAAAAABSwAAAAADSwAAAAACUAAAAAAAXgAAAAACMgAAAAAAewAAAAACewAAAAADewAAAAADewAAAAAAewAAAAABewAAAAABewAAAAABewAAAAABewAAAAABewAAAAAAewAAAAACewAAAAABewAAAAAATwAAAAAAXgAAAAACMgAAAAAAewAAAAADewAAAAADewAAAAABewAAAAAAewAAAAABewAAAAABewAAAAACewAAAAAAewAAAAAAewAAAAACewAAAAADewAAAAAAewAAAAAATwAAAAACXgAAAAAAMgAAAAAAewAAAAABewAAAAADewAAAAADewAAAAADSwAAAAABSwAAAAADSwAAAAACSwAAAAAASwAAAAAASwAAAAADSwAAAAAASwAAAAABSwAAAAADfwAAAAAAfwAAAAAAMgAAAAAAfQAAAAAAfQAAAAABfQAAAAABfQAAAAACSwAAAAADSwAAAAABSwAAAAACSwAAAAADSwAAAAADSwAAAAADSwAAAAACSwAAAAADSwAAAAACTwAAAAABXgAAAAAAMgAAAAAAfQAAAAAAfQAAAAACfQAAAAABfQAAAAABSwAAAAABSwAAAAADSwAAAAACSwAAAAAASwAAAAAASwAAAAAASwAAAAACSwAAAAABSwAAAAABTwAAAAABXgAAAAABfwAAAAAATwAAAAACTwAAAAAAewAAAAACewAAAAABewAAAAAATwAAAAACTwAAAAADTwAAAAADTwAAAAABTwAAAAAATwAAAAADTwAAAAADTwAAAAACfwAAAAAAXgAAAAACSwAAAAAASwAAAAAASwAAAAACewAAAAADewAAAAADewAAAAABewAAAAACewAAAAAAewAAAAACewAAAAADewAAAAAAewAAAAADewAAAAADewAAAAABXgAAAAADDAAAAAACSwAAAAAASwAAAAAASwAAAAAAfwAAAAAAewAAAAAAewAAAAADewAAAAADewAAAAADewAAAAABewAAAAADewAAAAADewAAAAACewAAAAADewAAAAAAXgAAAAACDAAAAAABSwAAAAABSwAAAAAASwAAAAACfwAAAAAAewAAAAACewAAAAAAewAAAAABewAAAAADewAAAAABewAAAAAAewAAAAACewAAAAAAewAAAAADewAAAAACXgAAAAAAXgAAAAAD version: 6 2,3: ind: 2,3 - tiles: fwAAAAAAfwAAAAAAIAAAAAAAIAAAAAAAIQAAAAACIQAAAAACIQAAAAACIQAAAAABIQAAAAADIQAAAAABIQAAAAABIQAAAAAAIQAAAAACIQAAAAACIQAAAAADIQAAAAAAfwAAAAAATwAAAAACIAAAAAAAIAAAAAACIQAAAAADIQAAAAADIQAAAAACIAAAAAACIAAAAAAAIAAAAAACIAAAAAADIAAAAAAAIAAAAAAAIAAAAAACIQAAAAAAIQAAAAABbgAAAAAAfwAAAAAAIAAAAAAAIAAAAAABfwAAAAAATwAAAAABfwAAAAAAIAAAAAABIAAAAAACIAAAAAADIAAAAAABIAAAAAADIAAAAAABIAAAAAACfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAACfwAAAAAAVAAAAAACfwAAAAAAIAAAAAAAfwAAAAAAIAAAAAABIAAAAAABIAAAAAACfwAAAAAAIAAAAAACfwAAAAAAVAAAAAADTwAAAAACfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAVAAAAAACfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAVAAAAAAANAAAAAAAfwAAAAAANAAAAAAANAAAAAAAfwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAATwAAAAAAPAAAAAAAVAAAAAADVAAAAAAAVAAAAAACPAAAAAAAUAAAAAAAPAAAAAAAVAAAAAAAVAAAAAAAVAAAAAACPAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAATwAAAAACPAAAAAAAVAAAAAAAVAAAAAACVAAAAAACPAAAAAAAUAAAAAAAPAAAAAAAVAAAAAADVAAAAAADVAAAAAADPAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAATwAAAAAAPAAAAAAAVAAAAAABVAAAAAADVAAAAAADPAAAAAAAUAAAAAAAPAAAAAAAVAAAAAACVAAAAAABVAAAAAADPAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAATwAAAAACTwAAAAABTwAAAAADTwAAAAACfwAAAAAAUAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fwAAAAAAfwAAAAAAIAAAAAAAIAAAAAADIQAAAAADIQAAAAAAIQAAAAABIQAAAAACIQAAAAACIQAAAAACIQAAAAACIQAAAAACIQAAAAADIQAAAAABIQAAAAACIQAAAAADfwAAAAAATwAAAAACIAAAAAABIAAAAAABIQAAAAABIQAAAAADIQAAAAACIAAAAAACIAAAAAACIAAAAAAAIAAAAAABIAAAAAAAIAAAAAADIAAAAAACIQAAAAACIQAAAAADbgAAAAAAfwAAAAAAIAAAAAADIAAAAAADfwAAAAAATwAAAAABfwAAAAAAIAAAAAABIAAAAAAAIAAAAAABIAAAAAACIAAAAAACIAAAAAAAIAAAAAABfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAIAAAAAADIAAAAAAAfwAAAAAAVAAAAAABfwAAAAAAIAAAAAAAfwAAAAAAIAAAAAACIAAAAAABIAAAAAADfwAAAAAAIAAAAAADfwAAAAAAVAAAAAACTwAAAAADfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAVAAAAAACfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAVAAAAAADNAAAAAAAfwAAAAAANAAAAAAANAAAAAAAfwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAATwAAAAACPAAAAAAAVAAAAAAAVAAAAAACVAAAAAACPAAAAAAAUAAAAAAAPAAAAAAAVAAAAAACVAAAAAACVAAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAATwAAAAACPAAAAAAAVAAAAAAAVAAAAAABVAAAAAAAPAAAAAAAUAAAAAAAPAAAAAAAVAAAAAACVAAAAAACVAAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAANAAAAAAATwAAAAACPAAAAAAAVAAAAAADVAAAAAAAVAAAAAADPAAAAAAAUAAAAAAAPAAAAAAAVAAAAAABVAAAAAACVAAAAAACPAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAfwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAATwAAAAACTwAAAAADTwAAAAABTwAAAAADfwAAAAAAUAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAATwAAAAADTwAAAAADTwAAAAABTwAAAAAATwAAAAADTwAAAAADTwAAAAADTwAAAAADTwAAAAABTwAAAAADTwAAAAACTwAAAAADTwAAAAACTwAAAAAATwAAAAABTwAAAAABIQAAAAACIQAAAAAAIQAAAAACIAAAAAAAVAAAAAACIAAAAAAAIQAAAAAAIQAAAAABIQAAAAACIAAAAAACIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAABIAAAAAACIQAAAAACIQAAAAAAIQAAAAAAIQAAAAADIAAAAAABVAAAAAADIAAAAAABIQAAAAACIQAAAAABIQAAAAAAIAAAAAAAIAAAAAACIAAAAAADIAAAAAAAIAAAAAAAIAAAAAABIQAAAAAB version: 6 1,3: ind: 1,3 - tiles: TwAAAAADIAAAAAADTwAAAAAAIAAAAAABfwAAAAAAewAAAAACewAAAAABewAAAAADfwAAAAAAewAAAAAAewAAAAACewAAAAADewAAAAABewAAAAABfwAAAAAAbgAAAAAAfwAAAAAAIAAAAAADTwAAAAADIAAAAAACTwAAAAACewAAAAADewAAAAABewAAAAADTwAAAAADewAAAAABewAAAAAAewAAAAADewAAAAAAewAAAAACTwAAAAACfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAACIAAAAAABfwAAAAAAewAAAAADewAAAAADewAAAAACewAAAAAAewAAAAADewAAAAABewAAAAABewAAAAABewAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACTwAAAAACTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAACewAAAAABewAAAAAAewAAAAADewAAAAACewAAAAAAewAAAAABfwAAAAAAfwAAAAAATwAAAAAATwAAAAABTwAAAAABTwAAAAAATwAAAAADVAAAAAADfwAAAAAAfwAAAAAAewAAAAACVAAAAAAAVAAAAAADVAAAAAADewAAAAADewAAAAABfwAAAAAAfwAAAAAATwAAAAACMAAAAAADMAAAAAADMAAAAAACTwAAAAACTwAAAAAAVAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAANAAAAAAAMAAAAAADMAAAAAACMAAAAAABMAAAAAAAMAAAAAADTwAAAAADTwAAAAADVAAAAAABMAAAAAADVAAAAAAATwAAAAADTwAAAAABTwAAAAAAVAAAAAABTwAAAAACNAAAAAAAMAAAAAADMAAAAAADMAAAAAABMAAAAAADMAAAAAAATwAAAAACTwAAAAAAVAAAAAABMAAAAAACVAAAAAACTwAAAAAATwAAAAACTwAAAAACVAAAAAAATwAAAAAANAAAAAAAMAAAAAAAMAAAAAADMAAAAAABMAAAAAAAMAAAAAABTwAAAAACTwAAAAACVAAAAAACMAAAAAAAVAAAAAABTwAAAAADTwAAAAAATwAAAAAAVAAAAAACTwAAAAAANAAAAAAATwAAAAAAMAAAAAADMAAAAAAAMAAAAAABTwAAAAACTwAAAAAATwAAAAADVAAAAAACfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAANAAAAAAATwAAAAADTwAAAAABTwAAAAADTwAAAAADTwAAAAADTwAAAAAAVAAAAAABUAAAAAAAUAAAAAAATwAAAAABTwAAAAADTwAAAAACTwAAAAACTwAAAAACfwAAAAAATwAAAAAAVAAAAAAAVAAAAAABVAAAAAADVAAAAAADVAAAAAABVAAAAAAAUAAAAAAATwAAAAABfgAAAAAATwAAAAACTwAAAAAATwAAAAABTwAAAAACTwAAAAADAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAAAAAAAAATwAAAAABTwAAAAABTwAAAAABTwAAAAACTwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAATwAAAAAATwAAAAACTwAAAAACTwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: TwAAAAABIAAAAAACTwAAAAAAIAAAAAABfwAAAAAAewAAAAACewAAAAABewAAAAADfwAAAAAAewAAAAADewAAAAACewAAAAADewAAAAADewAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAIAAAAAABTwAAAAACIAAAAAAATwAAAAABewAAAAADewAAAAAAewAAAAAATwAAAAABewAAAAAAewAAAAADewAAAAACewAAAAAAewAAAAADTwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABIAAAAAAAIAAAAAACfwAAAAAAewAAAAAAewAAAAACewAAAAABewAAAAABewAAAAAAewAAAAAAewAAAAABewAAAAADewAAAAABfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAABTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAAAewAAAAAAewAAAAABewAAAAACewAAAAACewAAAAACewAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAABTwAAAAACTwAAAAADTwAAAAAAVAAAAAADfwAAAAAAfwAAAAAAewAAAAACVAAAAAABVAAAAAAAVAAAAAACewAAAAACewAAAAADfwAAAAAAfwAAAAAATwAAAAAAMAAAAAACMAAAAAADMAAAAAACTwAAAAACTwAAAAADVAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAANAAAAAAAMAAAAAADMAAAAAAAMAAAAAACMAAAAAACMAAAAAADTwAAAAACTwAAAAACVAAAAAACTwAAAAACVAAAAAACTwAAAAACTwAAAAADTwAAAAACVAAAAAACTwAAAAABNAAAAAAAMAAAAAAAMAAAAAADMAAAAAADMAAAAAACMAAAAAADTwAAAAACTwAAAAACVAAAAAACTwAAAAABVAAAAAAATwAAAAABTwAAAAADTwAAAAACVAAAAAABTwAAAAADNAAAAAAAMAAAAAAAMAAAAAABMAAAAAACMAAAAAABMAAAAAAATwAAAAABTwAAAAADVAAAAAABTwAAAAABVAAAAAADTwAAAAADTwAAAAACTwAAAAAAVAAAAAABTwAAAAACNAAAAAAATwAAAAAAMAAAAAABMAAAAAAAMAAAAAABTwAAAAACTwAAAAADTwAAAAABVAAAAAACfwAAAAAAfwAAAAAATwAAAAAATwAAAAABTwAAAAADfwAAAAAAfwAAAAAANAAAAAAATwAAAAABTwAAAAAATwAAAAABTwAAAAACTwAAAAAATwAAAAADVAAAAAABUAAAAAAAUAAAAAAATwAAAAABIQAAAAACIQAAAAABIQAAAAACTwAAAAAAfwAAAAAATwAAAAACVAAAAAACVAAAAAAAVAAAAAABVAAAAAAAVAAAAAADVAAAAAAAUAAAAAAATwAAAAACfgAAAAAATwAAAAACVAAAAAAAVAAAAAABVAAAAAADTwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAATwAAAAABTwAAAAADTwAAAAACUAAAAAAAfgAAAAAAAAAAAAAATwAAAAADIQAAAAACIQAAAAADIQAAAAACTwAAAAACfgAAAAAAAAAAAAAAbgAAAAAAbwAAAAADbgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATwAAAAACVAAAAAABVAAAAAACVAAAAAADTwAAAAAATwAAAAABTwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADIQAAAAABIQAAAAAAIQAAAAACIAAAAAADIAAAAAADIAAAAAAAbwAAAAABbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACIQAAAAADIQAAAAABIQAAAAAAIAAAAAABIAAAAAABIAAAAAAA version: 6 4,3: ind: 4,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAEGgAAAAAFGgAAAAABGgAAAAAHGgAAAAADGgAAAAAGGgAAAAAFGgAAAAABfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAGgAAAAAGfwAAAAAAGgAAAAAAGgAAAAABGgAAAAABGgAAAAADGgAAAAAGGgAAAAAGGgAAAAADbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAGgAAAAADGgAAAAAGGgAAAAABGgAAAAAEGgAAAAABGgAAAAACGgAAAAABGgAAAAAAGQAAAAAFGQAAAAAEGQAAAAADbQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAGgAAAAABGgAAAAAEGQAAAAACGQAAAAAEGgAAAAABGgAAAAAHGgAAAAACGgAAAAAAfwAAAAAAGQAAAAADGQAAAAAEGQAAAAAAfwAAAAAAbQAAAAAAGgAAAAAGGgAAAAAGGgAAAAAHGQAAAAAFGgAAAAAEGgAAAAADGgAAAAAEGgAAAAAEGgAAAAADGQAAAAAFGQAAAAAFGQAAAAAFGQAAAAABGQAAAAAFKwAAAAABGgAAAAAGGgAAAAACGgAAAAAAGQAAAAAGGgAAAAAFGgAAAAAHGgAAAAACGgAAAAADGgAAAAACGgAAAAAFfwAAAAAAGQAAAAABGgAAAAAEKwAAAAADKwAAAAAAKwAAAAABKwAAAAACBAAAAAAAGgAAAAACGgAAAAAHGgAAAAAGGgAAAAACGgAAAAADGgAAAAADGgAAAAAHfwAAAAAAfwAAAAAAGgAAAAAFGgAAAAAAGgAAAAAGGgAAAAAHBAAAAAAABAAAAAAABAAAAAAAGgAAAAAGGgAAAAABGgAAAAAHGgAAAAABGgAAAAAGfwAAAAAAfwAAAAAAGQAAAAADGgAAAAAHGgAAAAAFGgAAAAAGGgAAAAAEKwAAAAACBAAAAAAABAAAAAAABAAAAAAAGgAAAAADGgAAAAAAGgAAAAAHGgAAAAAHGgAAAAABfwAAAAAAGQAAAAAGGgAAAAABGgAAAAAFGgAAAAAEGgAAAAAEGgAAAAAGBAAAAAAABAAAAAAABAAAAAAABAAAAAAAfwAAAAAAGgAAAAAHGgAAAAACGgAAAAADGgAAAAABfwAAAAAAfwAAAAAAGgAAAAABGgAAAAACGgAAAAAFGgAAAAAEBAAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAAGQAAAAACGgAAAAAGGgAAAAABGgAAAAAHfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAGBAAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAABGQAAAAAAGQAAAAAFGgAAAAACGgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAEGgAAAAADBAAAAAAABAAAAAAABAAAAAAABAAAAAAAGgAAAAAHGgAAAAAGGQAAAAAFGgAAAAAFGgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAGGgAAAAADGgAAAAADNAAAAAAANAAAAAAANAAAAAAAGgAAAAAGGgAAAAAAGQAAAAAAGQAAAAADGgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAAGgAAAAABGgAAAAAGGgAAAAAAGgAAAAAFGgAAAAAFGgAAAAAAGgAAAAACGQAAAAABGQAAAAACGgAAAAAAGgAAAAAGGgAAAAAAGQAAAAAGGQAAAAAAGQAAAAAEGgAAAAAAGQAAAAACGQAAAAAGGQAAAAAFGgAAAAABGgAAAAAAKwAAAAADKwAAAAAAGQAAAAAGGQAAAAAGGQAAAAAAGgAAAAABGgAAAAAAGQAAAAAAGQAAAAAAGQAAAAADGgAAAAADGQAAAAAAGQAAAAADGQAAAAAFGgAAAAAEGgAAAAAC + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAEGgAAAAABGgAAAAAAGgAAAAABGgAAAAADGgAAAAACGgAAAAAAGgAAAAADfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAGgAAAAADfwAAAAAAGgAAAAADGgAAAAADGgAAAAAEGgAAAAAEGgAAAAAGGgAAAAAGGgAAAAAHbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAGgAAAAAAGgAAAAADGgAAAAABGgAAAAAHGgAAAAACGgAAAAADGgAAAAAEGgAAAAAEGQAAAAACGQAAAAADGQAAAAACbQAAAAAAbQAAAAAAbQAAAAAAfgAAAAAAGgAAAAAFGgAAAAAHGQAAAAAGGQAAAAAGGgAAAAAAGgAAAAABGgAAAAADGgAAAAADfwAAAAAAGQAAAAAFGQAAAAAGGQAAAAAEfwAAAAAAbQAAAAAAGgAAAAAFGgAAAAABGgAAAAAEGQAAAAAFGgAAAAACGgAAAAAFGgAAAAAAGgAAAAAEGgAAAAADGQAAAAAAGQAAAAAEGQAAAAACGQAAAAABGQAAAAAFKwAAAAAAGgAAAAAEGgAAAAABGgAAAAAFGQAAAAADGgAAAAAFGgAAAAAEGgAAAAAHGgAAAAAAGgAAAAAAGgAAAAAAfwAAAAAAGQAAAAAFGgAAAAACKwAAAAADKwAAAAABKwAAAAAAKwAAAAACBAAAAAAAGgAAAAAAGgAAAAAHGgAAAAAAGgAAAAADGgAAAAABGgAAAAAAGgAAAAAEfwAAAAAAfwAAAAAAGgAAAAADGgAAAAABGgAAAAACGgAAAAABBAAAAAAABAAAAAAABAAAAAAAGgAAAAACGgAAAAAGGgAAAAADGgAAAAADGgAAAAADfwAAAAAAfwAAAAAAGQAAAAAEGgAAAAAHGgAAAAABGgAAAAACGgAAAAAGKwAAAAACBAAAAAAABAAAAAAABAAAAAAAGgAAAAACGgAAAAACGgAAAAAGGgAAAAABGgAAAAAEfwAAAAAAGQAAAAABGgAAAAAGGgAAAAAEGgAAAAAHGgAAAAAEGgAAAAABBAAAAAAABAAAAAAABAAAAAAABAAAAAAAfwAAAAAAGgAAAAAGGgAAAAAAGgAAAAADGgAAAAADfwAAAAAAfwAAAAAAGgAAAAAHGgAAAAAGGgAAAAAGGgAAAAABBAAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAEGQAAAAADGgAAAAACGgAAAAAAGgAAAAAFfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAABBAAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAABGQAAAAADGQAAAAAGGgAAAAACGgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAACGgAAAAABBAAAAAAABAAAAAAABAAAAAAABAAAAAAAGgAAAAAHGgAAAAAEGQAAAAADGgAAAAAHGgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAAGgAAAAAGGgAAAAAHNAAAAAAANAAAAAAANAAAAAAAGgAAAAAHGgAAAAAAGQAAAAAFGQAAAAADGgAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAHGgAAAAAAGgAAAAAGGgAAAAABGgAAAAAEGgAAAAADGgAAAAABGgAAAAAGGQAAAAADGQAAAAACGgAAAAAFGgAAAAADGgAAAAAEGQAAAAAAGQAAAAAEGQAAAAAFGgAAAAAAGQAAAAAEGQAAAAAFGQAAAAACGgAAAAAFGgAAAAAAKwAAAAAAKwAAAAACGQAAAAABGQAAAAACGQAAAAAGGgAAAAABGgAAAAAEGQAAAAAEGQAAAAAGGQAAAAAEGgAAAAABGQAAAAAEGQAAAAACGQAAAAACGgAAAAADGgAAAAAA version: 6 5,-1: ind: 5,-1 - tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAABAAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAACVAAAAAACVAAAAAABUAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAABAAAAAAABAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAVAAAAAACVAAAAAADVAAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAABAAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADVAAAAAAAVAAAAAADTwAAAAABfwAAAAAABAAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABVAAAAAADVAAAAAADTwAAAAABfwAAAAAABAAAAAAABAAAAAAAVAAAAAABVAAAAAAAVAAAAAAAVAAAAAACVAAAAAACVAAAAAADVAAAAAADVAAAAAABfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAABAAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAABAAAAAAABAAAAAAAbgAAAAAAbgAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAbgAAAAAAfgAAAAAAfgAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAIwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIwAAAAAAbgAAAAAAfgAAAAAAfgAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAADbgAAAAAAIwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIwAAAAAAbgAAAAAAfgAAAAAAfgAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAIwAAAAAAIQAAAAAAIQAAAAAAIQAAAAAAIwAAAAAAbgAAAAAAfgAAAAAAfgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAbgAAAAAATwAAAAACIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAAAbgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAATwAAAAAATwAAAAAATwAAAAACbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAABAAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAACVAAAAAAAVAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAABAAAAAAABAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAVAAAAAADVAAAAAADVAAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAABAAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACVAAAAAADVAAAAAABTwAAAAACfwAAAAAABAAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABVAAAAAACVAAAAAABTwAAAAAAfwAAAAAABAAAAAAABAAAAAAAVAAAAAADVAAAAAADVAAAAAABVAAAAAACVAAAAAACVAAAAAAAVAAAAAABVAAAAAACfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAABAAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAABAAAAAAABAAAAAAAbgAAAAAAbgAAAAAAIwAAAAABIwAAAAAAIwAAAAAAIwAAAAAAIwAAAAACbgAAAAAAfgAAAAAAfgAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAIwAAAAACIQAAAAACIQAAAAADIQAAAAACIwAAAAADbgAAAAAAfgAAAAAAfgAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbwAAAAADbgAAAAAAIwAAAAABIQAAAAAAIQAAAAAAIQAAAAACIwAAAAABbgAAAAAAfgAAAAAAfgAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAIwAAAAACIQAAAAACIQAAAAAAIQAAAAABIwAAAAACbgAAAAAAfgAAAAAAfgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAbgAAAAAATwAAAAACIwAAAAADIwAAAAAAIwAAAAABIwAAAAACIwAAAAABbgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAATwAAAAACTwAAAAAATwAAAAACbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,0: ind: 5,0 - tiles: bgAAAAAAbgAAAAAATwAAAAABTwAAAAACTwAAAAABbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAATwAAAAABTwAAAAAATwAAAAADbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbwAAAAACbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAGQAAAAAFfwAAAAAAGQAAAAAAGQAAAAAFGQAAAAABGQAAAAAAGQAAAAACGQAAAAADfgAAAAAAbwAAAAACbwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGQAAAAACGQAAAAAAGQAAAAAEGQAAAAAAGQAAAAABGQAAAAAFGQAAAAAGGQAAAAACGQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGgAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAAfwAAAAAAGQAAAAACGQAAAAAAGQAAAAAFfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAGgAAAAAEfwAAAAAAfwAAAAAAGQAAAAADGQAAAAACfwAAAAAAGQAAAAACfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAABfwAAAAAAfwAAAAAAGQAAAAACGQAAAAAFGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAGQAAAAAGGQAAAAACfwAAAAAAGQAAAAADGQAAAAAFGQAAAAABGgAAAAAFGQAAAAACGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbwAAAAACbgAAAAAAGQAAAAABGQAAAAACGQAAAAAGfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAGGgAAAAADGQAAAAAEGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbwAAAAADbgAAAAAAbwAAAAADGQAAAAAEGQAAAAADGQAAAAABfwAAAAAAfwAAAAAAGgAAAAAEGgAAAAAAGQAAAAAAGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAbwAAAAABbwAAAAAAbwAAAAACbgAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAGgAAAAAHKwAAAAABKwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAbwAAAAACbwAAAAADbwAAAAAAbgAAAAAAfwAAAAAATwAAAAABTwAAAAABTwAAAAABTwAAAAADfwAAAAAAGgAAAAAGKwAAAAADKwAAAAAB + tiles: bgAAAAAAbgAAAAAATwAAAAAATwAAAAACTwAAAAACbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAATwAAAAABTwAAAAAATwAAAAABbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbwAAAAACbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAbwAAAAACbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAGQAAAAACfwAAAAAAGQAAAAAGGQAAAAADGQAAAAACGQAAAAACGQAAAAAEGQAAAAAAfgAAAAAAbwAAAAACbwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGQAAAAADGQAAAAAGGQAAAAAEGQAAAAADGQAAAAABGQAAAAACGQAAAAAEGQAAAAADGQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAAfwAAAAAAGQAAAAAGGQAAAAACGQAAAAABfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAGgAAAAAEfwAAAAAAfwAAAAAAGQAAAAAGGQAAAAAEfwAAAAAAGQAAAAAEfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAABfwAAAAAAfwAAAAAAGQAAAAABGQAAAAADGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAGQAAAAADGQAAAAAAfwAAAAAAGQAAAAAFGQAAAAAEGQAAAAAGGgAAAAAAGQAAAAADGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbwAAAAABbgAAAAAAGQAAAAADGQAAAAAEGQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAABGgAAAAAHGQAAAAAAGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbwAAAAAAbgAAAAAAbwAAAAACGQAAAAADGQAAAAAFGQAAAAAEfwAAAAAAfwAAAAAAGgAAAAADGgAAAAADGQAAAAAGGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAbwAAAAAAbwAAAAACbwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAGgAAAAADKwAAAAADKwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAbwAAAAABbwAAAAADbwAAAAAAbgAAAAAAfwAAAAAATwAAAAAATwAAAAABTwAAAAACTwAAAAAAfwAAAAAAGgAAAAAAKwAAAAABKwAAAAAD version: 6 5,3: ind: 5,3 - tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAEGQAAAAADfwAAAAAAGQAAAAAEGQAAAAACGQAAAAAAGQAAAAACGQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAGGQAAAAAGfwAAAAAAGQAAAAAGGQAAAAAEGgAAAAACfwAAAAAAKwAAAAAAKwAAAAADGgAAAAAGGgAAAAACGgAAAAAHGgAAAAADfwAAAAAAfwAAAAAAGQAAAAABfwAAAAAAGQAAAAAGGQAAAAAGGQAAAAAGGQAAAAAEGQAAAAAAGgAAAAAEGgAAAAABGgAAAAAAGgAAAAADGgAAAAACGgAAAAAAGgAAAAAAGQAAAAACGQAAAAACGQAAAAABGQAAAAABGQAAAAAAfwAAAAAAGQAAAAAAGQAAAAAAGQAAAAACGgAAAAACGgAAAAAEGgAAAAAFGgAAAAAFGgAAAAAGGgAAAAABGgAAAAAGGQAAAAAEGQAAAAABGgAAAAAEGQAAAAAAGQAAAAAFGQAAAAABGQAAAAADGQAAAAADGQAAAAAGKwAAAAACBAAAAAAABAAAAAAABAAAAAAABAAAAAAAGgAAAAAGGgAAAAADGgAAAAAFGgAAAAAFGQAAAAACGQAAAAAAGQAAAAAAGQAAAAABGQAAAAADGQAAAAABGQAAAAADNAAAAAAABAAAAAAABAAAAAAABAAAAAAAGgAAAAAHGgAAAAAHGgAAAAAFGgAAAAABGgAAAAAHGgAAAAAHGgAAAAACGQAAAAAFGQAAAAACGQAAAAAGGQAAAAACGQAAAAAGBAAAAAAABAAAAAAABAAAAAAABAAAAAAAGgAAAAABBAAAAAAAGgAAAAAEGgAAAAAFGgAAAAAHGgAAAAAFGQAAAAAAGQAAAAACGQAAAAADGQAAAAAGGQAAAAAAGQAAAAAGBAAAAAAABAAAAAAABAAAAAAABAAAAAAAGgAAAAADGgAAAAAEGgAAAAADGgAAAAAGGQAAAAABGgAAAAADGgAAAAAEGgAAAAAGGQAAAAAGGQAAAAAEGQAAAAABGQAAAAAABAAAAAAABAAAAAAABAAAAAAAGgAAAAAEGgAAAAAGGgAAAAAFGgAAAAAEGgAAAAADGgAAAAADGgAAAAAHGgAAAAACGQAAAAAFGQAAAAADGQAAAAAFGQAAAAADGQAAAAAGBAAAAAAABAAAAAAAGgAAAAABGgAAAAAFGgAAAAABGgAAAAAAGgAAAAAHGgAAAAADGgAAAAAFGgAAAAADGgAAAAADGgAAAAACGgAAAAAHGQAAAAAGGQAAAAABGQAAAAACBAAAAAAABAAAAAAAGgAAAAABGgAAAAACGgAAAAADGgAAAAABGgAAAAAFGgAAAAADGgAAAAAEGgAAAAAEGgAAAAABGgAAAAADGgAAAAAAGgAAAAAAGgAAAAAGGQAAAAACGgAAAAAEGgAAAAAGGgAAAAABGgAAAAAHGgAAAAAEGgAAAAAFGgAAAAACGgAAAAABGgAAAAACGgAAAAABGgAAAAACGgAAAAAFGgAAAAADGgAAAAAGGQAAAAADGQAAAAAEGgAAAAABGgAAAAAGGgAAAAAHGgAAAAAHGgAAAAAAGgAAAAABGgAAAAABGgAAAAADGgAAAAAGGgAAAAAFGQAAAAAFGgAAAAAHGQAAAAAAGgAAAAAEGQAAAAABGQAAAAAGGgAAAAAFGgAAAAABGgAAAAAAGgAAAAAAGgAAAAADGgAAAAAEGgAAAAACGgAAAAABGgAAAAAGGgAAAAAEGgAAAAAEGQAAAAACGQAAAAADGQAAAAAEGQAAAAACGQAAAAADGgAAAAAEGgAAAAAAGgAAAAAAGgAAAAAFGgAAAAABGgAAAAAEGgAAAAAAGgAAAAADGQAAAAACGgAAAAACGQAAAAAFGQAAAAAAGQAAAAABGQAAAAABGQAAAAABGQAAAAAD + tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAACGQAAAAAAfwAAAAAAGQAAAAADGQAAAAABGQAAAAAEGQAAAAAAGQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAADGQAAAAAAfwAAAAAAGQAAAAAFGQAAAAAAGgAAAAADfwAAAAAAKwAAAAADKwAAAAAAGgAAAAAHGgAAAAACGgAAAAAEGgAAAAAHfwAAAAAAfwAAAAAAGQAAAAABfwAAAAAAGQAAAAAGGQAAAAACGQAAAAAGGQAAAAABGQAAAAAFGgAAAAAGGgAAAAADGgAAAAAFGgAAAAACGgAAAAAEGgAAAAAAGgAAAAAHGQAAAAABGQAAAAABGQAAAAAGGQAAAAAAGQAAAAACfwAAAAAAGQAAAAADGQAAAAAGGQAAAAADGgAAAAAHGgAAAAAHGgAAAAAFGgAAAAAEGgAAAAAEGgAAAAAGGgAAAAADGQAAAAADGQAAAAACGgAAAAAFGQAAAAAEGQAAAAAGGQAAAAAGGQAAAAACGQAAAAACGQAAAAAEKwAAAAACBAAAAAAABAAAAAAABAAAAAAABAAAAAAAGgAAAAABGgAAAAABGgAAAAAHGgAAAAACGQAAAAAGGQAAAAAGGQAAAAACGQAAAAADGQAAAAACGQAAAAADGQAAAAACNAAAAAAABAAAAAAABAAAAAAABAAAAAAAGgAAAAAAGgAAAAAHGgAAAAAEGgAAAAACGgAAAAACGgAAAAABGgAAAAAEGQAAAAADGQAAAAAFGQAAAAABGQAAAAAAGQAAAAADBAAAAAAABAAAAAAABAAAAAAABAAAAAAAGgAAAAAHBAAAAAAAGgAAAAAFGgAAAAAFGgAAAAAFGgAAAAAAGQAAAAACGQAAAAABGQAAAAAGGQAAAAAFGQAAAAAEGQAAAAACBAAAAAAABAAAAAAABAAAAAAABAAAAAAAGgAAAAADGgAAAAAEGgAAAAAHGgAAAAADGQAAAAADGgAAAAAEGgAAAAAFGgAAAAADGQAAAAACGQAAAAADGQAAAAABGQAAAAAFBAAAAAAABAAAAAAABAAAAAAAGgAAAAAAGgAAAAAFGgAAAAAFGgAAAAAEGgAAAAAFGgAAAAAAGgAAAAAAGgAAAAADGQAAAAADGQAAAAABGQAAAAACGQAAAAAGGQAAAAADBAAAAAAABAAAAAAAGgAAAAAHGgAAAAABGgAAAAADGgAAAAAFGgAAAAACGgAAAAAHGgAAAAAGGgAAAAAGGgAAAAAEGgAAAAACGgAAAAAAGQAAAAABGQAAAAAAGQAAAAAEBAAAAAAABAAAAAAAGgAAAAACGgAAAAADGgAAAAAAGgAAAAABGgAAAAAAGgAAAAAAGgAAAAADGgAAAAACGgAAAAAHGgAAAAADGgAAAAABGgAAAAACGgAAAAAEGQAAAAACGgAAAAABGgAAAAAAGgAAAAAAGgAAAAAEGgAAAAADGgAAAAAEGgAAAAAGGgAAAAACGgAAAAAFGgAAAAABGgAAAAAFGgAAAAAHGgAAAAABGgAAAAAHGQAAAAAEGQAAAAAEGgAAAAABGgAAAAAFGgAAAAADGgAAAAAGGgAAAAAHGgAAAAAGGgAAAAABGgAAAAAGGgAAAAAGGgAAAAAGGQAAAAAEGgAAAAADGQAAAAAEGgAAAAABGQAAAAACGQAAAAADGgAAAAACGgAAAAADGgAAAAAGGgAAAAAFGgAAAAAEGgAAAAADGgAAAAAGGgAAAAACGgAAAAAAGgAAAAAAGgAAAAACGQAAAAAFGQAAAAABGQAAAAAEGQAAAAAFGQAAAAABGgAAAAACGgAAAAAHGgAAAAAFGgAAAAAFGgAAAAACGgAAAAABGgAAAAAGGgAAAAADGQAAAAAGGgAAAAABGQAAAAAEGQAAAAAEGQAAAAADGQAAAAAGGQAAAAACGQAAAAAC version: 6 5,1: ind: 5,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAbwAAAAACbgAAAAAAfwAAAAAATwAAAAADTwAAAAADTwAAAAAATwAAAAADUAAAAAAAKwAAAAACKwAAAAADfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAbwAAAAACbgAAAAAATwAAAAAATwAAAAADTwAAAAACTwAAAAADTwAAAAABUAAAAAAAGgAAAAAHKwAAAAADGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbwAAAAADbgAAAAAAfwAAAAAATwAAAAABTwAAAAABTwAAAAABTwAAAAABUAAAAAAAKwAAAAAAKwAAAAACKwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbwAAAAADbgAAAAAAfwAAAAAATwAAAAADTwAAAAAATwAAAAADTwAAAAACfwAAAAAAKwAAAAACKwAAAAADKwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAbwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAGgAAAAAAGgAAAAADKwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGgAAAAAGfwAAAAAAGgAAAAAGfwAAAAAAGgAAAAAFGgAAAAABGgAAAAACGgAAAAABAAAAAAAAAAAAAAAAfgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGgAAAAAHGQAAAAAEGgAAAAAFGgAAAAAFGgAAAAAEGgAAAAAHKwAAAAADGgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAADbgAAAAAAfwAAAAAAGgAAAAAAfwAAAAAAGgAAAAACGgAAAAAHGgAAAAAEGgAAAAABGQAAAAAFAAAAAAAAfgAAAAAAfgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAGgAAAAAHGgAAAAAEGQAAAAABGgAAAAADGgAAAAABGgAAAAABGgAAAAABGQAAAAAFbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAATwAAAAAATwAAAAABbgAAAAAAfwAAAAAAGQAAAAAEGgAAAAAEGgAAAAAFGgAAAAAEGgAAAAAHGgAAAAAHGQAAAAABbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGgAAAAAEGgAAAAAGGQAAAAAGGgAAAAACGgAAAAAGGQAAAAAAGgAAAAACbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAABbwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGQAAAAABGgAAAAAAGgAAAAABGgAAAAAHGgAAAAAEGQAAAAACGgAAAAAHbgAAAAAATwAAAAAATwAAAAABTwAAAAADTwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAGQAAAAAGGgAAAAACGQAAAAACGgAAAAAEGgAAAAAHGQAAAAADGQAAAAADGQAAAAAAGQAAAAAGGQAAAAABGQAAAAABGQAAAAACGQAAAAADGQAAAAABGQAAAAABGgAAAAAEGQAAAAAEGgAAAAABGgAAAAAFGgAAAAAEGQAAAAAFGgAAAAACGgAAAAAGGQAAAAAGGQAAAAADGQAAAAABGQAAAAAEGQAAAAADGQAAAAAEGQAAAAAFGQAAAAACGQAAAAADGgAAAAAGGQAAAAAEGQAAAAABGQAAAAADGQAAAAAGGgAAAAADGQAAAAAEGgAAAAAHGQAAAAACGQAAAAADfwAAAAAAGQAAAAADGQAAAAAAGQAAAAABGQAAAAAAGQAAAAAFGQAAAAAEGgAAAAAEKwAAAAABKwAAAAAAGgAAAAACGgAAAAAAGgAAAAACGQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAbwAAAAADbgAAAAAAfwAAAAAATwAAAAADTwAAAAABTwAAAAABTwAAAAACUAAAAAAAKwAAAAAAKwAAAAABfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAbwAAAAABbgAAAAAATwAAAAABTwAAAAABTwAAAAAATwAAAAACTwAAAAACUAAAAAAAGgAAAAAGKwAAAAACGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbwAAAAACbgAAAAAAfwAAAAAATwAAAAAATwAAAAABTwAAAAAATwAAAAAAUAAAAAAAKwAAAAAAKwAAAAABKwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAbwAAAAADbgAAAAAAfwAAAAAATwAAAAABTwAAAAACTwAAAAABTwAAAAADfwAAAAAAKwAAAAAAKwAAAAABKwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAbwAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAGgAAAAACGgAAAAACKwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGgAAAAACfwAAAAAAGgAAAAABfwAAAAAAGgAAAAACGgAAAAAHGgAAAAAFGgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGgAAAAAEGQAAAAAGGgAAAAACGgAAAAAEGgAAAAACGgAAAAAFKwAAAAACGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAABbgAAAAAAfwAAAAAAGgAAAAAGfwAAAAAAGgAAAAAHGgAAAAACGgAAAAACGgAAAAAHGQAAAAADAAAAAAAAfgAAAAAAfgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAGgAAAAAFGgAAAAAEGQAAAAABGgAAAAABGgAAAAAFGgAAAAADGgAAAAAHGQAAAAAEbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAATwAAAAAATwAAAAABbgAAAAAAfwAAAAAAGQAAAAAAGgAAAAACGgAAAAAFGgAAAAAHGgAAAAAEGgAAAAAGGQAAAAAGbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGgAAAAAFGgAAAAADGQAAAAAGGgAAAAACGgAAAAACGQAAAAACGgAAAAAFbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAABbwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAGQAAAAACGgAAAAAHGgAAAAAHGgAAAAAGGgAAAAAHGQAAAAACGgAAAAAAbgAAAAAATwAAAAABTwAAAAACTwAAAAAATwAAAAACbgAAAAAAbgAAAAAAbgAAAAAAGQAAAAABGgAAAAAHGQAAAAAFGgAAAAABGgAAAAAHGQAAAAAEGQAAAAADGQAAAAAFGQAAAAACGQAAAAAEGQAAAAAEGQAAAAAFGQAAAAABGQAAAAAFGQAAAAACGgAAAAAGGQAAAAABGgAAAAACGgAAAAAHGgAAAAAAGQAAAAABGgAAAAABGgAAAAAEGQAAAAADGQAAAAAGGQAAAAAEGQAAAAAFGQAAAAACGQAAAAAEGQAAAAAAGQAAAAAGGQAAAAAEGgAAAAAAGQAAAAAFGQAAAAAFGQAAAAAGGQAAAAABGgAAAAACGQAAAAAEGgAAAAAHGQAAAAAGGQAAAAAAfwAAAAAAGQAAAAACGQAAAAAFGQAAAAAEGQAAAAACGQAAAAAEGQAAAAAEGgAAAAACKwAAAAABKwAAAAABGgAAAAAEGgAAAAABGgAAAAABGQAAAAAF version: 6 5,-2: ind: 5,-2 - tiles: AAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAABAAAAAAABAAAAAAAVAAAAAADVAAAAAABVAAAAAAAVAAAAAACVAAAAAACVAAAAAAAVAAAAAACVAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAABAAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADVAAAAAABVAAAAAACTwAAAAABfwAAAAAABAAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAVAAAAAAAVAAAAAADTwAAAAAAfwAAAAAABAAAAAAABAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAVAAAAAACVAAAAAACVAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAABAAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAACVAAAAAAAVAAAAAABUAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAABAAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAABAAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAABAAAAAAABAAAAAAA + tiles: AAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAABAAAAAAABAAAAAAAVAAAAAADVAAAAAAAVAAAAAADVAAAAAACVAAAAAAAVAAAAAADVAAAAAACVAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAABAAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADVAAAAAABVAAAAAABTwAAAAABfwAAAAAABAAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAAVAAAAAACVAAAAAADTwAAAAABfwAAAAAABAAAAAAABAAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAVAAAAAAAVAAAAAACVAAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAABAAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAACVAAAAAABVAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAABAAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAABAAAAAAABAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAABAAAAAAABAAAAAAA version: 6 -3,-4: ind: -3,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAACVAAAAAAAVAAAAAABVAAAAAADVAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAVAAAAAADVAAAAAAAVAAAAAACVAAAAAABVAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAVAAAAAABVAAAAAABVAAAAAADVAAAAAADVAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAVAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAVAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAVAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAVAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAVAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAVAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAAAfgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAAAAAABVAAAAAABVAAAAAAAVAAAAAABVAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAVAAAAAACVAAAAAAAVAAAAAABVAAAAAADVAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAVAAAAAABVAAAAAADVAAAAAACVAAAAAADVAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAVAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAVAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAVAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAVAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAVAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAVAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAADfgAAAAAA version: 6 -6,-1: ind: -6,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAXAAAAAAJXAAAAAAAXAAAAAAAhAAAAAAAhAAAAAAAXQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAFXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXgAAAAADfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAXAAAAAAAXAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAhAAAAAAAXQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXgAAAAABfwAAAAAAfwAAAAAAAAAAAAAAUAAAAAAAXAAAAAAAXAAAAAAKXAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXAAAAAAAXAAAAAAAXAAAAAABXgAAAAAAXgAAAAABfwAAAAAAAAAAAAAAUAAAAAAAXAAAAAAFXAAAAAAJXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXgAAAAAAXgAAAAABfwAAAAAATwAAAAACUAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAhAAAAAAAXQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAIXAAAAAABXAAAAAAAXAAAAAAAXgAAAAAAXgAAAAADfwAAAAAAbgAAAAAATwAAAAACXQAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAXQAAAAAAXQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXQAAAAAAXgAAAAAAXgAAAAACfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAABXgAAAAABXgAAAAABXgAAAAADXgAAAAAATwAAAAAAXgAAAAACXgAAAAAATwAAAAABTwAAAAADTwAAAAADTwAAAAAATwAAAAABXgAAAAADXgAAAAABXgAAAAACXgAAAAACXgAAAAAAXgAAAAABXgAAAAABXgAAAAADTwAAAAAAXgAAAAADXgAAAAACXgAAAAADTwAAAAADTwAAAAADTwAAAAACTwAAAAACXgAAAAAAXgAAAAABXgAAAAADXgAAAAAAXgAAAAABfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAXgAAAAAAXgAAAAAAXgAAAAABXgAAAAACXgAAAAADXgAAAAABXgAAAAAAXgAAAAABXgAAAAAAXgAAAAABXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAABXgAAAAAAXgAAAAAAXgAAAAABfwAAAAAAfwAAAAAAXgAAAAADXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAACTwAAAAACfwAAAAAAfwAAAAAARAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAMgAAAAAAXgAAAAADXgAAAAAAXgAAAAACXgAAAAAAfwAAAAAARAAAAAAARAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAhAAAAAAAhAAAAAAAXQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAXAAAAAABXAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAhAAAAAAAXQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAUAAAAAAAXAAAAAAAXAAAAAAIXAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXAAAAAACXAAAAAAEXAAAAAAAXgAAAAACXgAAAAABfwAAAAAAAAAAAAAAUAAAAAAAXAAAAAAAXAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAMXAAAAAAAXgAAAAABXgAAAAABfwAAAAAATwAAAAACUAAAAAAAXQAAAAAAXQAAAAAAXQAAAAAAhAAAAAAAXQAAAAAAXAAAAAAAXAAAAAAJXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXgAAAAACXgAAAAADfwAAAAAAbgAAAAAATwAAAAACXQAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAXQAAAAAAXQAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXAAAAAAAXQAAAAAAXgAAAAACXgAAAAABfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAADXgAAAAABXgAAAAABXgAAAAACXgAAAAADTwAAAAACXgAAAAADXgAAAAACTwAAAAAATwAAAAADTwAAAAADTwAAAAACTwAAAAAAXgAAAAACXgAAAAACXgAAAAAAXgAAAAABXgAAAAABXgAAAAABXgAAAAACXgAAAAADTwAAAAADXgAAAAABXgAAAAABXgAAAAABTwAAAAADTwAAAAAATwAAAAAATwAAAAAAXgAAAAADXgAAAAABXgAAAAADXgAAAAADXgAAAAADfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAXgAAAAADXgAAAAADXgAAAAADXgAAAAABXgAAAAACXgAAAAABXgAAAAAAXgAAAAADXgAAAAAAXgAAAAADXgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAAAXgAAAAACXgAAAAADXgAAAAABfwAAAAAAfwAAAAAAXgAAAAABXgAAAAADVAAAAAABVAAAAAAAVAAAAAABVAAAAAAAVAAAAAAAVAAAAAADfwAAAAAAfwAAAAAATwAAAAACTwAAAAAATwAAAAABfwAAAAAAfwAAAAAARAAAAAAAfwAAAAAAVAAAAAAAVAAAAAADVAAAAAAAVAAAAAACVAAAAAAAVAAAAAAAVAAAAAACVAAAAAACXgAAAAADXgAAAAACXgAAAAACXgAAAAAAfwAAAAAARAAAAAAARAAAAAAA version: 6 -7,0: ind: -7,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACTwAAAAADTwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAADfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAADAAAAAABDAAAAAADDAAAAAAADAAAAAABfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAADAAAAAACDAAAAAAADAAAAAACDAAAAAABDAAAAAADMgAAAAAAUAAAAAAAXgAAAAACXgAAAAADfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAADAAAAAAADAAAAAACDAAAAAACDAAAAAADDAAAAAACDAAAAAACMgAAAAAAUAAAAAAAXgAAAAADXgAAAAABXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABUAAAAAAADAAAAAACDAAAAAADDAAAAAABDAAAAAADDAAAAAACMgAAAAAAMgAAAAAAUAAAAAAATwAAAAADTwAAAAAAXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACfwAAAAAADAAAAAADDAAAAAABDAAAAAAADAAAAAAADAAAAAADMgAAAAAAMgAAAAAAUAAAAAAATwAAAAAATwAAAAADXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABDAAAAAABDAAAAAAADAAAAAABDAAAAAACDAAAAAACDAAAAAACDAAAAAABMgAAAAAAUAAAAAAATwAAAAACTwAAAAABXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADDAAAAAACDAAAAAADDAAAAAACDAAAAAACDAAAAAACDAAAAAABDAAAAAAADAAAAAAAUAAAAAAATwAAAAADTwAAAAADXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAADAAAAAABMgAAAAAAMgAAAAAADAAAAAADDAAAAAADDAAAAAADDAAAAAACDAAAAAACUAAAAAAATwAAAAACTwAAAAACXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADMgAAAAAAMgAAAAAAMgAAAAAADAAAAAACDAAAAAABMgAAAAAADAAAAAAADAAAAAAAUAAAAAAATwAAAAADTwAAAAADXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABUAAAAAAAMgAAAAAAMgAAAAAADAAAAAACDAAAAAABMgAAAAAAMgAAAAAAMgAAAAAAUAAAAAAATwAAAAABTwAAAAAAXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAMgAAAAAAMgAAAAAADAAAAAAADAAAAAACDAAAAAAADAAAAAABMgAAAAAAUAAAAAAATwAAAAACXgAAAAAAXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAADAAAAAABDAAAAAAADAAAAAAADAAAAAACDAAAAAADMgAAAAAATwAAAAABXgAAAAAAXgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAADAAAAAADDAAAAAADDAAAAAABMgAAAAAAfwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAADfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABTwAAAAACTwAAAAACbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAADfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAADAAAAAAADAAAAAAADAAAAAACDAAAAAAAfwAAAAAATwAAAAACfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAADAAAAAABDAAAAAACDAAAAAACDAAAAAAADAAAAAAAMgAAAAAAUAAAAAAAXgAAAAAAXgAAAAADfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAADAAAAAACDAAAAAADDAAAAAABDAAAAAABDAAAAAADDAAAAAACMgAAAAAAUAAAAAAAXgAAAAAAXgAAAAABXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACUAAAAAAADAAAAAACDAAAAAACDAAAAAACDAAAAAADDAAAAAADMgAAAAAAMgAAAAAAUAAAAAAATwAAAAADTwAAAAACXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADfwAAAAAADAAAAAACDAAAAAAADAAAAAADDAAAAAAADAAAAAACMgAAAAAAMgAAAAAAUAAAAAAATwAAAAACTwAAAAADXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACDAAAAAACDAAAAAABDAAAAAAADAAAAAADDAAAAAAADAAAAAAADAAAAAAAMgAAAAAAUAAAAAAATwAAAAAATwAAAAAAXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACDAAAAAAADAAAAAABDAAAAAACDAAAAAADDAAAAAAADAAAAAABDAAAAAABDAAAAAAAUAAAAAAATwAAAAACTwAAAAAAXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACDAAAAAACMgAAAAAAMgAAAAAADAAAAAACDAAAAAACDAAAAAADDAAAAAADDAAAAAAAUAAAAAAATwAAAAABTwAAAAABXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADMgAAAAAAMgAAAAAAMgAAAAAADAAAAAAADAAAAAABMgAAAAAADAAAAAACDAAAAAACUAAAAAAATwAAAAACTwAAAAABXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAUAAAAAAAMgAAAAAAMgAAAAAADAAAAAAADAAAAAACMgAAAAAAMgAAAAAAMgAAAAAAUAAAAAAATwAAAAABTwAAAAABXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAMgAAAAAAMgAAAAAADAAAAAACDAAAAAAADAAAAAAADAAAAAABMgAAAAAAUAAAAAAATwAAAAABXgAAAAABXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAADAAAAAAADAAAAAABDAAAAAADDAAAAAACDAAAAAADMgAAAAAATwAAAAAAXgAAAAACXgAAAAADfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAADAAAAAACDAAAAAADDAAAAAABMgAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAA version: 6 -5,-4: ind: -5,-4 @@ -403,11 +407,11 @@ entities: version: 6 -6,2: ind: -6,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAACGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAABGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAABGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAABGQAAAAABGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAEGQAAAAAFGQAAAAACGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAEGQAAAAAAGQAAAAAFGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAACGQAAAAAFGQAAAAAFGQAAAAAGGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAEGQAAAAAEGQAAAAAEGQAAAAAFGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAACGQAAAAABGQAAAAABGQAAAAADGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADLgAAAAACGQAAAAAAGQAAAAABGQAAAAADGQAAAAAGGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAGGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAADGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAAGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAABGQAAAAAAGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAADGQAAAAAGGQAAAAAEGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAADGQAAAAAEGQAAAAAAGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAACGQAAAAABGQAAAAAFGQAAAAAGGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAACGQAAAAACGQAAAAAEGQAAAAAGGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAACGQAAAAADGQAAAAABGQAAAAABGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFLgAAAAADGQAAAAADGQAAAAAAGQAAAAAFGQAAAAAFGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -7,-1: ind: -7,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAABQAAAAACBQAAAAALBQAAAAAIBQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAABBQAAAAALBQAAAAADUAAAAAAAXgAAAAACXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAABwAAAAAACQAAAAAABwAAAAAGBwAAAAAABQAAAAACBQAAAAADBQAAAAAHUAAAAAAAXgAAAAADXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADUAAAAAAABwAAAAAACAAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAKBQAAAAACUAAAAAAATwAAAAADTwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAHBwAAAAAABQAAAAAIBQAAAAADUAAAAAAATwAAAAACTwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADBwAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBQAAAAADBQAAAAANUAAAAAAATwAAAAABTwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABgAAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAIBwAAAAAABQAAAAACUAAAAAAATwAAAAAATwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABCwAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAACBQAAAAANBwAAAAAAUAAAAAAATwAAAAAATwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADgAAAAAAACAAAAAAACgAAAAAABwAAAAAABwAAAAACBwAAAAAGBwAAAAAEBwAAAAAAUAAAAAAATwAAAAAATwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADUAAAAAAACgAAAAAACgAAAAAACgAAAAAABwAAAAAABwAAAAAFBwAAAAAGBwAAAAAHUAAAAAAATwAAAAACTwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAgAAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAABBwAAAAAAUAAAAAAATwAAAAACXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAABgAAAAAABQAAAAAJBwAAAAAEBQAAAAACBQAAAAAOBQAAAAAJUAAAAAAAXgAAAAADXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAABQAAAAAEBgAAAAAABgAAAAAABQAAAAAGfwAAAAAAXgAAAAADXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABUAAAAAAAUAAAAAAAUAAAAAAATwAAAAADfwAAAAAAfwAAAAAATwAAAAADfwAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAABQAAAAAOBQAAAAALBQAAAAAJBQAAAAAHfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAACBQAAAAADBQAAAAAIUAAAAAAAXgAAAAADXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAABwAAAAAACQAAAAAABwAAAAAABwAAAAAABQAAAAAKBQAAAAAKBQAAAAABUAAAAAAAXgAAAAABXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACUAAAAAAABwAAAAAGCAAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAIBQAAAAAHUAAAAAAATwAAAAABTwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABBwAAAAAABwAAAAALBwAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAALBQAAAAANUAAAAAAATwAAAAACTwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACBwAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAFBQAAAAACBQAAAAAAUAAAAAAATwAAAAACTwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAgAAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABwAAAAAABQAAAAAEUAAAAAAATwAAAAABTwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABCwAAAAAACgAAAAAABwAAAAAABwAAAAAGBwAAAAAABwAAAAAABQAAAAAFBwAAAAAAUAAAAAAATwAAAAACTwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAgAAAAAAACAAAAAAACgAAAAAABwAAAAACBwAAAAAABwAAAAAGBwAAAAADBwAAAAAAUAAAAAAATwAAAAABTwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACUAAAAAAACgAAAAAACgAAAAAACgAAAAAABwAAAAAABwAAAAAABwAAAAAJBwAAAAAHUAAAAAAATwAAAAACTwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAgAAAAAAABwAAAAAGBwAAAAAABwAAAAAABwAAAAAABQAAAAALBwAAAAAAUAAAAAAATwAAAAADXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAABgAAAAAABQAAAAAFBwAAAAAHBQAAAAADBQAAAAAFBQAAAAADUAAAAAAAXgAAAAAAXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAABQAAAAAOBgAAAAAABgAAAAAABQAAAAAAfwAAAAAAXgAAAAADXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADUAAAAAAAUAAAAAAAUAAAAAAATwAAAAACfwAAAAAAfwAAAAAATwAAAAADfwAAAAAA version: 6 -8,0: ind: -8,0 @@ -415,7 +419,7 @@ entities: version: 6 -5,-5: ind: -5,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -8,-1: ind: -8,-1 @@ -431,91 +435,91 @@ entities: version: 6 -7,1: ind: -7,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAGgAAAAAGKwAAAAADKwAAAAACKwAAAAADfwAAAAAAXgAAAAACXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAGgAAAAAEGgAAAAAGGgAAAAAHGgAAAAAAKwAAAAADGgAAAAAAUAAAAAAAXgAAAAADXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAKwAAAAACGgAAAAAFGgAAAAAHKwAAAAACGgAAAAAFGgAAAAACGgAAAAADUAAAAAAATwAAAAABTwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAKwAAAAABKwAAAAACKwAAAAADKwAAAAACGgAAAAABGgAAAAAHGgAAAAAEUAAAAAAATwAAAAAATwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAGQAAAAABKwAAAAADKwAAAAACKwAAAAACKwAAAAADGgAAAAAEGgAAAAABGgAAAAABUAAAAAAATwAAAAABTwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAAGQAAAAACKwAAAAABKwAAAAADGgAAAAACKwAAAAADGgAAAAAEGgAAAAAAUAAAAAAATwAAAAAATwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAACGQAAAAABGQAAAAADKwAAAAAAKwAAAAAAKwAAAAADGgAAAAABGgAAAAAHUAAAAAAATwAAAAABTwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAADGQAAAAAFGQAAAAABKwAAAAACGgAAAAAGKwAAAAACKwAAAAADKwAAAAABUAAAAAAATwAAAAADTwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAGQAAAAAEGQAAAAAAKwAAAAAAKwAAAAABKwAAAAABGgAAAAAEKwAAAAADKwAAAAABUAAAAAAATwAAAAAATwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAGQAAAAAGKwAAAAAAKwAAAAAAKwAAAAADKwAAAAABGQAAAAAFKwAAAAAAUAAAAAAATwAAAAAATwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAKwAAAAACKwAAAAAAKwAAAAAAKwAAAAADGQAAAAAFGQAAAAABGQAAAAACUAAAAAAATwAAAAABXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAGgAAAAAGKwAAAAABKwAAAAAAGQAAAAACGQAAAAAGGQAAAAAAUAAAAAAAXgAAAAABXgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAGQAAAAABGQAAAAADGQAAAAACGQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAGgAAAAAEKwAAAAACKwAAAAABKwAAAAACfwAAAAAAXgAAAAAAXgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAGgAAAAAGGgAAAAAFGgAAAAAHGgAAAAADKwAAAAADGgAAAAACUAAAAAAAXgAAAAAAXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAKwAAAAACGgAAAAAEGgAAAAAAKwAAAAAAGgAAAAACGgAAAAACGgAAAAADUAAAAAAATwAAAAACTwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAKwAAAAACKwAAAAACKwAAAAABKwAAAAADGgAAAAADGgAAAAAGGgAAAAAGUAAAAAAATwAAAAAATwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAGQAAAAAGKwAAAAAAKwAAAAACKwAAAAAAKwAAAAACGgAAAAADGgAAAAAHGgAAAAAFUAAAAAAATwAAAAACTwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAEGQAAAAABKwAAAAABKwAAAAAAGgAAAAAAKwAAAAAAGgAAAAACGgAAAAADUAAAAAAATwAAAAABTwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAACGQAAAAAGGQAAAAADKwAAAAACKwAAAAABKwAAAAAAGgAAAAAEGgAAAAADUAAAAAAATwAAAAADTwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAADGQAAAAAAGQAAAAAGKwAAAAACGgAAAAAAKwAAAAAAKwAAAAACKwAAAAAAUAAAAAAATwAAAAACTwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAGQAAAAAAGQAAAAACKwAAAAAAKwAAAAADKwAAAAADGgAAAAABKwAAAAAAKwAAAAADUAAAAAAATwAAAAAATwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAGQAAAAAGKwAAAAADKwAAAAAAKwAAAAACKwAAAAADGQAAAAAFKwAAAAABUAAAAAAATwAAAAAATwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAKwAAAAABKwAAAAACKwAAAAADKwAAAAABGQAAAAAFGQAAAAABGQAAAAAGUAAAAAAATwAAAAADXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAGgAAAAAFKwAAAAAAKwAAAAAAGQAAAAACGQAAAAAAGQAAAAAAUAAAAAAAXgAAAAAAXgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAGQAAAAADGQAAAAADGQAAAAACGQAAAAAGfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAA version: 6 -7,-5: ind: -7,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAA version: 6 -8,2: ind: -8,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGQAAAAADGQAAAAAEGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAGQAAAAAGGQAAAAAEGQAAAAACGQAAAAACfgAAAAAAfgAAAAAAGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAADfgAAAAAAfgAAAAAAGQAAAAAAGQAAAAAFGQAAAAABGQAAAAAFfgAAAAAAGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAAGQAAAAAAGQAAAAAAfgAAAAAAGQAAAAACGQAAAAAGGQAAAAAAGQAAAAACGQAAAAAGGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAADGQAAAAAGGQAAAAAAfgAAAAAAGQAAAAABGQAAAAAEGQAAAAAFGQAAAAAGGQAAAAACGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAACGQAAAAADGQAAAAAEGQAAAAAEfgAAAAAAGQAAAAADGQAAAAADGQAAAAAEGQAAAAAFGQAAAAABGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAADGQAAAAABGQAAAAAEGQAAAAADGQAAAAAGGQAAAAAGGQAAAAADGQAAAAACGQAAAAAAGQAAAAAGGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAEfgAAAAAAGQAAAAAFGQAAAAABGQAAAAACGQAAAAAFGQAAAAAAGQAAAAAEGQAAAAADGQAAAAABGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAAfgAAAAAAGQAAAAABGQAAAAAGGQAAAAAEGQAAAAABGQAAAAAGGQAAAAAFGQAAAAABGQAAAAAALgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAAGQAAAAAAfgAAAAAAGQAAAAADGQAAAAAFGQAAAAAFGQAAAAADGQAAAAAAGQAAAAABGQAAAAAEGQAAAAAAGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAGGQAAAAAEGQAAAAAEGQAAAAAAGQAAAAACGQAAAAADGQAAAAAGLgAAAAABGQAAAAACGQAAAAADGQAAAAAFfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAFGQAAAAAAGQAAAAABGQAAAAABGQAAAAAGGQAAAAABLgAAAAABLgAAAAAALgAAAAABGQAAAAADGQAAAAAAGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAFGQAAAAACfgAAAAAAGQAAAAAEGQAAAAACGQAAAAAGLgAAAAAALgAAAAAALgAAAAACGQAAAAACGQAAAAACGQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGQAAAAACGQAAAAAFGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAGQAAAAAGGQAAAAAEGQAAAAABGQAAAAAGfgAAAAAAfgAAAAAAGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAFfgAAAAAAfgAAAAAAGQAAAAAEGQAAAAAAGQAAAAACGQAAAAAFfgAAAAAAGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAAGGQAAAAAFGQAAAAAGfgAAAAAAGQAAAAACGQAAAAABGQAAAAAGGQAAAAADGQAAAAADGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAEGQAAAAAAGQAAAAADfgAAAAAAGQAAAAAGGQAAAAAEGQAAAAAAGQAAAAAFGQAAAAAAGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAAGQAAAAAEGQAAAAAGGQAAAAAAfgAAAAAAGQAAAAAGGQAAAAAAGQAAAAAAGQAAAAADGQAAAAABGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAACGQAAAAAEGQAAAAAEGQAAAAADGQAAAAAFGQAAAAAAGQAAAAABGQAAAAAGGQAAAAADGQAAAAAAGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAEfgAAAAAAGQAAAAAGGQAAAAABGQAAAAAGGQAAAAAGGQAAAAABGQAAAAAGGQAAAAAGGQAAAAAEGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAEfgAAAAAAGQAAAAAAGQAAAAACGQAAAAAFGQAAAAACGQAAAAAAGQAAAAABGQAAAAAEGQAAAAACLgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAABGQAAAAAEfgAAAAAAGQAAAAABGQAAAAACGQAAAAAEGQAAAAAAGQAAAAAFGQAAAAADGQAAAAACGQAAAAAEGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAABGQAAAAAFGQAAAAAFGQAAAAAEGQAAAAABGQAAAAABGQAAAAAFLgAAAAACGQAAAAAAGQAAAAACGQAAAAAEfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAAGQAAAAAGGQAAAAAGGQAAAAABGQAAAAADGQAAAAAELgAAAAAALgAAAAACLgAAAAAAGQAAAAABGQAAAAACGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAFGQAAAAADfgAAAAAAGQAAAAADGQAAAAACGQAAAAAALgAAAAAALgAAAAAALgAAAAACGQAAAAAFGQAAAAAFGQAAAAAF version: 6 -4,3: ind: -4,3 - tiles: TwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAPAAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAATwAAAAADTwAAAAACTwAAAAABTwAAAAACTwAAAAACTwAAAAAATwAAAAADTwAAAAADTwAAAAADTwAAAAADTwAAAAABTwAAAAADTwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAADgwAAAAAAgwAAAAACgwAAAAABgwAAAAAATwAAAAABTwAAAAADTwAAAAADTwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAADgwAAAAACgwAAAAABgwAAAAAAgwAAAAAATwAAAAABTwAAAAADTwAAAAABTwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAADgwAAAAACgwAAAAACgwAAAAACgwAAAAACTwAAAAADTwAAAAAATwAAAAADTwAAAAABAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAABgwAAAAAAgwAAAAACgwAAAAABgwAAAAABTwAAAAAAOwAAAAAAOwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAADgwAAAAABgwAAAAABgwAAAAACgwAAAAAATwAAAAACOwAAAAAAOwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAABgwAAAAAAgwAAAAABgwAAAAABgwAAAAAATwAAAAADOwAAAAAAOwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAOwAAAAAAOwAAAAAAfgAAAAAAfwAAAAAAUAAAAAAAOwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAA + tiles: TwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAPAAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAhAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbgAAAAAAfwAAAAAATwAAAAADTwAAAAADTwAAAAAATwAAAAABTwAAAAAATwAAAAAATwAAAAADTwAAAAACTwAAAAADTwAAAAACAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAIAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbgAAAAAAIAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACIAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAIAAAAAADIAAAAAAAIAAAAAABfwAAAAAAIAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAIAAAAAACIAAAAAACIAAAAAAAfwAAAAAAIAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAIAAAAAACIAAAAAABIAAAAAADfwAAAAAAIAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAACIAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAATwAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAACbgAAAAAAbgAAAAAAbgAAAAAATwAAAAAAIAAAAAAD version: 6 -3,3: ind: -3,3 - tiles: PAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAATwAAAAADTwAAAAACPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAATwAAAAADTwAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAVAAAAAAAVAAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAVAAAAAACVAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAVAAAAAAAVAAAAAACfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAKwAAAAADKwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAcgAAAAAAcgAAAAADcgAAAAACcgAAAAADfwAAAAAAewAAAAABewAAAAAAewAAAAAAewAAAAABewAAAAAATwAAAAACKwAAAAADKwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAcgAAAAAAcgAAAAAAcgAAAAADcgAAAAAATwAAAAABewAAAAAAewAAAAADewAAAAABewAAAAADewAAAAAATwAAAAABKwAAAAAAKwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAcgAAAAACcgAAAAADcgAAAAACcgAAAAABfwAAAAAAewAAAAACewAAAAAAewAAAAADewAAAAABewAAAAAAfwAAAAAAKwAAAAAAKwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAADewAAAAAAewAAAAACewAAAAABewAAAAAAUAAAAAAAKwAAAAABKwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAewAAAAAAewAAAAACewAAAAAAewAAAAAAewAAAAACewAAAAAAewAAAAAAewAAAAAAewAAAAACewAAAAADUAAAAAAAKwAAAAADKwAAAAABUAAAAAAAfwAAAAAAfwAAAAAAewAAAAAAewAAAAABewAAAAACewAAAAADewAAAAACewAAAAACewAAAAACewAAAAAAewAAAAABewAAAAABfwAAAAAAUAAAAAAAUAAAAAAA + tiles: PAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAATwAAAAADTwAAAAACPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAATwAAAAADTwAAAAABPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAVAAAAAACVAAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAPAAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAVAAAAAABVAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAVAAAAAADVAAAAAACbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAADIAAAAAABIAAAAAADIAAAAAABIAAAAAABIAAAAAADIAAAAAAAIAAAAAACIAAAAAACIAAAAAACIAAAAAADIAAAAAAAIAAAAAABIAAAAAADIAAAAAAAIAAAAAABIAAAAAABIAAAAAABIAAAAAACIAAAAAABIAAAAAACIAAAAAACIAAAAAADIAAAAAADIAAAAAABIAAAAAABIAAAAAAAIAAAAAACVAAAAAADfwAAAAAAVAAAAAABVAAAAAADVAAAAAAAVAAAAAABVAAAAAADVAAAAAADVAAAAAADVAAAAAABVAAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAACVAAAAAABfwAAAAAATwAAAAADTwAAAAABTwAAAAACTwAAAAAATwAAAAADTwAAAAACTwAAAAACTwAAAAAATwAAAAADfwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAIAAAAAACVAAAAAAAfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAewAAAAACewAAAAADewAAAAABewAAAAAAewAAAAADKwAAAAACKwAAAAAAKwAAAAACIAAAAAAAVAAAAAADfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAATwAAAAADewAAAAABewAAAAACewAAAAADewAAAAABewAAAAABKwAAAAADKwAAAAABKwAAAAACIAAAAAACVAAAAAABfwAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAbQAAAAAAfwAAAAAAewAAAAABewAAAAAAewAAAAADewAAAAACewAAAAAAKwAAAAADKwAAAAADKwAAAAAAIAAAAAAAVAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAABewAAAAABewAAAAABewAAAAAAewAAAAACKwAAAAADKwAAAAACKwAAAAAAIAAAAAABVAAAAAACfwAAAAAAewAAAAACewAAAAACewAAAAADewAAAAAAewAAAAACewAAAAACewAAAAAAewAAAAACewAAAAACewAAAAAAKwAAAAACKwAAAAACKwAAAAABIAAAAAADVAAAAAACfwAAAAAAewAAAAADewAAAAACewAAAAADewAAAAACewAAAAAAewAAAAABewAAAAACewAAAAADewAAAAABewAAAAACKwAAAAABKwAAAAAAKwAAAAAB version: 6 -2,3: ind: -2,3 - tiles: TwAAAAADTwAAAAAATwAAAAAATwAAAAABVAAAAAADIAAAAAABIAAAAAACUAAAAAAAQwAAAAAAQwAAAAAATwAAAAADIQAAAAAAIQAAAAACIQAAAAADIQAAAAABIQAAAAAATwAAAAAATwAAAAACTwAAAAAATwAAAAAAVAAAAAACIAAAAAADIAAAAAAAfwAAAAAAQwAAAAAAQwAAAAAAIAAAAAADIQAAAAACIQAAAAABIQAAAAACIQAAAAACIQAAAAABVAAAAAAAVAAAAAAAVAAAAAAATwAAAAACVAAAAAACIAAAAAADIAAAAAACfwAAAAAAQwAAAAAAQwAAAAAATwAAAAAAIQAAAAABIQAAAAACIQAAAAAAIQAAAAADIQAAAAABVAAAAAAAVAAAAAABVAAAAAABTwAAAAADVAAAAAAAIAAAAAAAIAAAAAAAfwAAAAAAQwAAAAAAQwAAAAAATwAAAAADIQAAAAADIQAAAAABIQAAAAABIQAAAAADIQAAAAABVAAAAAADVAAAAAADVAAAAAAAfwAAAAAATwAAAAABTwAAAAAATwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAABTwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAeAAAAAADeAAAAAABeAAAAAAAfwAAAAAAcgAAAAAAcgAAAAADcgAAAAADcgAAAAABcgAAAAABcgAAAAABfwAAAAAAMgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAAeAAAAAAAeAAAAAABeAAAAAABfwAAAAAAcgAAAAADcgAAAAAAcgAAAAABcgAAAAACcgAAAAADcgAAAAACTwAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAeAAAAAACeAAAAAADeAAAAAADTwAAAAADcgAAAAABcgAAAAADTwAAAAACTwAAAAACcgAAAAABcgAAAAAATwAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAeAAAAAADeAAAAAACeAAAAAADfwAAAAAAcgAAAAADcgAAAAABTwAAAAACTwAAAAADcgAAAAABcgAAAAADTwAAAAADMgAAAAAAcQAAAAAAcQAAAAAAcQAAAAABUAAAAAAAeAAAAAACeAAAAAACeAAAAAABUAAAAAAAcgAAAAABcgAAAAAAcgAAAAACcgAAAAAAcgAAAAAAcgAAAAABTwAAAAACMgAAAAAAcQAAAAAAcQAAAAACcQAAAAADUAAAAAAAeAAAAAACeAAAAAADeAAAAAACUAAAAAAAcgAAAAACcgAAAAACcgAAAAAAcgAAAAACcgAAAAAAcgAAAAAATwAAAAADMgAAAAAAcQAAAAAAcQAAAAACcQAAAAABTwAAAAACeAAAAAAAeAAAAAAAeAAAAAAATwAAAAACTwAAAAACTwAAAAAATwAAAAABTwAAAAADTwAAAAACTwAAAAADfwAAAAAAMgAAAAAAcQAAAAAAcQAAAAAAcQAAAAABTwAAAAADeAAAAAAAeAAAAAAAeAAAAAADTwAAAAADVAAAAAADVAAAAAAAVAAAAAABVAAAAAACVAAAAAADTwAAAAACfwAAAAAAfwAAAAAAcQAAAAACcQAAAAACcQAAAAABUAAAAAAAeAAAAAAAeAAAAAAAeAAAAAACTwAAAAAAVAAAAAABVAAAAAAAVAAAAAABVAAAAAABVAAAAAABTwAAAAABeAAAAAACeAAAAAABcQAAAAAAcQAAAAACcQAAAAAAUAAAAAAAeAAAAAABTwAAAAACeAAAAAAATwAAAAABTwAAAAABTwAAAAADTwAAAAAATwAAAAAATwAAAAACTwAAAAAAeAAAAAADeAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAeAAAAAADTwAAAAABeAAAAAACeAAAAAACeAAAAAADeAAAAAABeAAAAAABeAAAAAADeAAAAAACeAAAAAABeAAAAAADeAAAAAAB + tiles: TwAAAAAATwAAAAAATwAAAAAATwAAAAAAVAAAAAABIAAAAAACIAAAAAABUAAAAAAAQwAAAAAAQwAAAAAATwAAAAAAIQAAAAABIQAAAAADIQAAAAABIQAAAAADIQAAAAACTwAAAAADTwAAAAABTwAAAAACTwAAAAACVAAAAAABIAAAAAADIAAAAAADfwAAAAAAQwAAAAAAQwAAAAAAIAAAAAACIQAAAAACIQAAAAADIQAAAAABIQAAAAADIQAAAAACVAAAAAABVAAAAAAAVAAAAAAATwAAAAAAVAAAAAADIAAAAAAAIAAAAAACfwAAAAAAQwAAAAAAQwAAAAAATwAAAAAAIQAAAAADIQAAAAAAIQAAAAACIQAAAAABIQAAAAABVAAAAAAAVAAAAAAAVAAAAAABTwAAAAABVAAAAAADIAAAAAAAIAAAAAACfwAAAAAAQwAAAAAAQwAAAAAATwAAAAAAIQAAAAADIQAAAAACIQAAAAADIQAAAAABIQAAAAAAVAAAAAABVAAAAAADVAAAAAABfwAAAAAAVAAAAAACIAAAAAAAIAAAAAADfwAAAAAAfwAAAAAATwAAAAADTwAAAAAATwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAVAAAAAABIAAAAAABIAAAAAAAfwAAAAAAewAAAAAAewAAAAABewAAAAABewAAAAABewAAAAADewAAAAABewAAAAACTwAAAAABIAAAAAACIAAAAAABIAAAAAAAfwAAAAAAVAAAAAAAIAAAAAAAIAAAAAAATwAAAAADewAAAAAAewAAAAACewAAAAADewAAAAABewAAAAADewAAAAADewAAAAAATwAAAAADIAAAAAACIAAAAAADIAAAAAAAfwAAAAAAVAAAAAAAIAAAAAADIAAAAAADTwAAAAABewAAAAAAewAAAAAAewAAAAADewAAAAACewAAAAACewAAAAACewAAAAADTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAADTwAAAAAAfwAAAAAAewAAAAADewAAAAABewAAAAACewAAAAADewAAAAACewAAAAACewAAAAABTwAAAAACcQAAAAADcQAAAAABcQAAAAADUAAAAAAAeAAAAAACeAAAAAADeAAAAAADTwAAAAAAewAAAAADewAAAAABewAAAAABewAAAAACewAAAAABewAAAAABewAAAAAATwAAAAABcQAAAAAAcQAAAAADcQAAAAADUAAAAAAAeAAAAAADeAAAAAABeAAAAAAATwAAAAABewAAAAABewAAAAACewAAAAACewAAAAAAewAAAAADewAAAAADewAAAAABTwAAAAABcQAAAAACcQAAAAACcQAAAAABTwAAAAADeAAAAAADeAAAAAAAeAAAAAACTwAAAAABewAAAAABewAAAAACewAAAAAAewAAAAABewAAAAACewAAAAACewAAAAAATwAAAAADcQAAAAAAcQAAAAAAcQAAAAADTwAAAAABeAAAAAAAeAAAAAACeAAAAAADTwAAAAADTwAAAAACTwAAAAABTwAAAAADTwAAAAAATwAAAAADTwAAAAABTwAAAAABfwAAAAAAcQAAAAAAcQAAAAADcQAAAAADUAAAAAAAeAAAAAABeAAAAAABeAAAAAABTwAAAAACVAAAAAABVAAAAAABVAAAAAADVAAAAAABVAAAAAABVAAAAAACVAAAAAACTwAAAAAAcQAAAAADcQAAAAABcQAAAAAAUAAAAAAAeAAAAAACeAAAAAAAeAAAAAACTwAAAAACVAAAAAACVAAAAAABVAAAAAADVAAAAAADVAAAAAABVAAAAAADVAAAAAADTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAeAAAAAADeAAAAAADeAAAAAADTwAAAAACVAAAAAABVAAAAAACVAAAAAAAVAAAAAAAcgAAAAABbgAAAAAAbgAAAAAATwAAAAAD version: 6 -5,3: ind: -5,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAOwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAOwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAOwAAAAAAfwAAAAAA + tiles: AAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAgwAAAAAAgwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAgwAAAAABgwAAAAACgwAAAAAAgwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAgwAAAAAAgwAAAAABgwAAAAAAgwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAgwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAgwAAAAABgwAAAAACgwAAAAACgwAAAAABfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -6,3: ind: -6,3 - tiles: LgAAAAABLgAAAAABLgAAAAADGQAAAAACGQAAAAADGQAAAAAFGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAAALgAAAAAALgAAAAABGQAAAAAEGQAAAAACGQAAAAABGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAACGQAAAAAELgAAAAABLgAAAAABGQAAAAADGQAAAAAGGQAAAAAAGQAAAAAGGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAAFfwAAAAAAfgAAAAAAGQAAAAADGQAAAAABGQAAAAABGQAAAAADGQAAAAAAGQAAAAAFfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAACfwAAAAAAfwAAAAAAGQAAAAAEGQAAAAADGQAAAAAGGQAAAAAAGQAAAAADGQAAAAACGQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAfwAAAAAAfwAAAAAAGQAAAAAEGQAAAAACGQAAAAABGQAAAAADGQAAAAABfwAAAAAAGQAAAAABfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAGQAAAAADGQAAAAAAGQAAAAAGfwAAAAAAGQAAAAAFGQAAAAABGQAAAAAGGQAAAAAGfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAGQAAAAACGQAAAAAAfwAAAAAAGQAAAAABfgAAAAAAGQAAAAAFGQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGQAAAAABGQAAAAADGQAAAAAAfgAAAAAAfwAAAAAAGQAAAAACGQAAAAACGQAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAGQAAAAAAGQAAAAAEGQAAAAACGQAAAAAAfwAAAAAAfwAAAAAAGQAAAAADGQAAAAAGGQAAAAAGfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAGQAAAAABGQAAAAAAGQAAAAAFGQAAAAAEfwAAAAAAfwAAAAAAGQAAAAADGQAAAAAFGQAAAAAEfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAGQAAAAADGQAAAAAEGQAAAAAAGQAAAAAAfwAAAAAAGQAAAAADGQAAAAAGfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAGQAAAAAFGQAAAAABGQAAAAACGQAAAAAGGQAAAAABfgAAAAAAGQAAAAACGQAAAAADGQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAGQAAAAACGQAAAAABGQAAAAADGQAAAAACGQAAAAAEGQAAAAADfwAAAAAAGQAAAAAAGQAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAGQAAAAAEGQAAAAAFGQAAAAAGGQAAAAACGQAAAAAEGQAAAAAAGQAAAAAAGQAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAGQAAAAAGGQAAAAABGQAAAAAAGQAAAAACGQAAAAAFGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAA + tiles: LgAAAAACLgAAAAADLgAAAAABGQAAAAAGGQAAAAAAGQAAAAABGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAABLgAAAAABLgAAAAABGQAAAAAAGQAAAAACGQAAAAAGGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgAAAAACLgAAAAACGQAAAAACGQAAAAACGQAAAAAEGQAAAAAFGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAADGQAAAAACGQAAAAAFGQAAAAACGQAAAAAEfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAGGQAAAAABGQAAAAABGQAAAAAGGQAAAAADGQAAAAAEfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAAFGQAAAAAEGQAAAAAGGQAAAAAAfwAAAAAAGQAAAAAEfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAGGQAAAAAGfwAAAAAAGQAAAAABGQAAAAAAGQAAAAAAGQAAAAACAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAEfwAAAAAAGQAAAAABfgAAAAAAGQAAAAAFGQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAGQAAAAABGQAAAAAFGQAAAAAEfgAAAAAAfwAAAAAAGQAAAAADGQAAAAACGQAAAAAFfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAEGQAAAAAGGQAAAAADfwAAAAAAfwAAAAAAGQAAAAABGQAAAAADGQAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAAGQAAAAAAGQAAAAABfwAAAAAAfwAAAAAAGQAAAAADGQAAAAABGQAAAAADfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAADGQAAAAAAGQAAAAADfwAAAAAAGQAAAAAFGQAAAAADfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAABGQAAAAAFGQAAAAADGQAAAAAGfgAAAAAAGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAFGQAAAAAEGQAAAAACGQAAAAABGQAAAAACfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAFGQAAAAAFGQAAAAADGQAAAAAGGQAAAAAEGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAEGQAAAAAEGQAAAAAFGQAAAAAEGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -5,-2: ind: -5,-2 - tiles: fgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAGGgAAAAAFGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAOwAAAAAAGgAAAAAHGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAOwAAAAAAGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAGgAAAAAFGgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGgAAAAAAGgAAAAABGgAAAAAAGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAABGgAAAAAHGgAAAAACGgAAAAAGGgAAAAAGGgAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAABGgAAAAABGgAAAAABGgAAAAAGGgAAAAABGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAACGgAAAAADGgAAAAAEGgAAAAAGGgAAAAAGGgAAAAAGGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAHGgAAAAAGGgAAAAAFGgAAAAAGGgAAAAAAGgAAAAABGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFGgAAAAABGgAAAAACGgAAAAAEGgAAAAAHGgAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAACGgAAAAAGGgAAAAACfwAAAAAAbwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGgAAAAACGgAAAAADfwAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGgAAAAAAfwAAAAAANAAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABfwAAAAAAfwAAAAAA + tiles: fgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFGgAAAAAGGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAOwAAAAAAGgAAAAABGgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAOwAAAAAAGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAGgAAAAADGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGgAAAAAFGgAAAAAGGgAAAAAGGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAADGgAAAAACGgAAAAAEGgAAAAAGGgAAAAADGgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAGGgAAAAAGGgAAAAAFGgAAAAADGgAAAAAAGgAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGgAAAAAFGgAAAAAAGgAAAAAFGgAAAAABGgAAAAABGgAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAEGgAAAAAEGgAAAAABGgAAAAAAGgAAAAAHGgAAAAAFGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAHGgAAAAAGGgAAAAACGgAAAAAFGgAAAAADGgAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAABGgAAAAAFGgAAAAAEfwAAAAAAbwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFGgAAAAABGgAAAAAHfwAAAAAAbQAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAABGgAAAAACfwAAAAAANAAAAAAANAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAfwAAAAAAfwAAAAAA version: 6 -5,-3: ind: -5,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAGgAAAAACfgAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAGgAAAAAHfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAGgAAAAAFfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAGgAAAAADGgAAAAADGgAAAAAGfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAGgAAAAAGGgAAAAAGGgAAAAAAGgAAAAACGgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAOwAAAAAAOwAAAAAAGgAAAAAG + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGgAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAGgAAAAADfgAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAGgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAGgAAAAABfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbQAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAGgAAAAACGgAAAAAFGgAAAAABfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAOwAAAAAAOwAAAAAAOwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAGgAAAAADGgAAAAACGgAAAAAAGgAAAAAAGgAAAAADAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAOwAAAAAAOwAAAAAAGgAAAAAA version: 6 -6,-3: ind: -6,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-3: ind: 4,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAATwAAAAAATwAAAAAATwAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAATwAAAAACTwAAAAABTwAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,-4: ind: 3,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,-5: ind: 3,-5 - tiles: AAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA version: 6 0,4: ind: 0,4 - tiles: XgAAAAAAawAAAAABXgAAAAAAfwAAAAAAVAAAAAAAVAAAAAAAfwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAACXgAAAAADXgAAAAACTwAAAAABVAAAAAAAVAAAAAAATwAAAAABPAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAPAAAAAAATwAAAAADUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAABXgAAAAACXgAAAAAAfwAAAAAAVAAAAAAAVAAAAAAAfwAAAAAAPAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAPAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAADXgAAAAABXgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAPAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAACXgAAAAADXgAAAAACTwAAAAAATwAAAAAATwAAAAAAUAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAUAAAAAAATwAAAAACTwAAAAABfwAAAAAAXgAAAAAAXgAAAAACXgAAAAADTwAAAAACTwAAAAABTwAAAAACTwAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAABTwAAAAACTwAAAAABfwAAAAAAXgAAAAAAawAAAAACXgAAAAAAfwAAAAAATwAAAAAATwAAAAAATwAAAAADTwAAAAADTwAAAAACTwAAAAABTwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAACfwAAAAAAXgAAAAAAXgAAAAACXgAAAAADfwAAAAAATwAAAAADTwAAAAADTwAAAAADTwAAAAADTwAAAAACTwAAAAABTwAAAAABTwAAAAADTwAAAAAATwAAAAAATwAAAAABfwAAAAAATwAAAAABTwAAAAAATwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAABTwAAAAACTwAAAAABTwAAAAADTwAAAAADTwAAAAADTwAAAAAATwAAAAABTwAAAAACTwAAAAADTwAAAAABTwAAAAABTwAAAAAATwAAAAADfwAAAAAAMAAAAAACMAAAAAAAMAAAAAACMAAAAAACMAAAAAABMAAAAAADMAAAAAADMAAAAAABMAAAAAADMAAAAAABMAAAAAABMAAAAAAAMAAAAAAAMAAAAAABTwAAAAABUAAAAAAAMAAAAAAAMAAAAAACMAAAAAADMAAAAAABMAAAAAAAMAAAAAADMAAAAAADMAAAAAABMAAAAAACMAAAAAAAMAAAAAACMAAAAAACMAAAAAAAMAAAAAACTwAAAAABUAAAAAAAMAAAAAADMAAAAAABMAAAAAABMAAAAAADMAAAAAADMAAAAAAAMAAAAAACMAAAAAABMAAAAAABMAAAAAADMAAAAAADMAAAAAABMAAAAAAAMAAAAAADTwAAAAABUAAAAAAAMAAAAAADMAAAAAABMAAAAAABMAAAAAAAMAAAAAAAMAAAAAABMAAAAAADMAAAAAADMAAAAAACMAAAAAADMAAAAAACMAAAAAACMAAAAAACMAAAAAADTwAAAAADUAAAAAAATwAAAAAATwAAAAACTwAAAAADTwAAAAADTwAAAAADTwAAAAABTwAAAAAATwAAAAAATwAAAAAATwAAAAABTwAAAAAATwAAAAAATwAAAAADTwAAAAADTwAAAAABfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAA + tiles: XgAAAAADawAAAAAAXgAAAAAAfwAAAAAAVAAAAAADVAAAAAACfwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAADawAAAAAAXgAAAAADTwAAAAAAVAAAAAABVAAAAAAATwAAAAACPAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAPAAAAAAATwAAAAAAUAAAAAAAUAAAAAAATwAAAAADXgAAAAABawAAAAAAXgAAAAADfwAAAAAAVAAAAAACVAAAAAABfwAAAAAAPAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAPAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAXgAAAAACawAAAAADXgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAPAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAPAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAXgAAAAADawAAAAACXgAAAAACTwAAAAADTwAAAAADTwAAAAABUAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAUAAAAAAATwAAAAACTwAAAAAAfwAAAAAAXgAAAAAAawAAAAADXgAAAAADTwAAAAADTwAAAAABTwAAAAABTwAAAAABUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAATwAAAAADTwAAAAACTwAAAAADfwAAAAAAXgAAAAACawAAAAABXgAAAAAAfwAAAAAATwAAAAABTwAAAAACTwAAAAADTwAAAAAATwAAAAADTwAAAAABTwAAAAAATwAAAAACTwAAAAAATwAAAAADTwAAAAAAfwAAAAAAXgAAAAADXgAAAAADXgAAAAABfwAAAAAATwAAAAAATwAAAAADTwAAAAABTwAAAAADTwAAAAADTwAAAAABTwAAAAADTwAAAAABTwAAAAADTwAAAAADTwAAAAACfwAAAAAATwAAAAACTwAAAAABTwAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAABTwAAAAABTwAAAAADTwAAAAACfwAAAAAAfwAAAAAATwAAAAACfwAAAAAAXgAAAAADXgAAAAADXgAAAAADXgAAAAABIQAAAAABIQAAAAABTwAAAAABDAAAAAAADAAAAAAADAAAAAAADAAAAAACDAAAAAADDAAAAAABbgAAAAAAbgAAAAAAbgAAAAAAXgAAAAAAawAAAAAAXgAAAAABXgAAAAABIQAAAAADIQAAAAABTwAAAAADDAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAABbgAAAAAAbwAAAAACbgAAAAAAXgAAAAABawAAAAACXgAAAAADXgAAAAABIQAAAAAAIQAAAAAATwAAAAADDAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAQAAAAAAawAAAAABXgAAAAABXgAAAAACIQAAAAAAIQAAAAABTwAAAAAADAAAAAADDAAAAAABDAAAAAAADAAAAAABDAAAAAAADAAAAAACTwAAAAACTwAAAAABTwAAAAAAAQAAAAAAawAAAAAAXgAAAAAAXgAAAAABXgAAAAACTwAAAAABXgAAAAAAXgAAAAADTwAAAAADTwAAAAADTwAAAAADTwAAAAADTwAAAAACTwAAAAACTwAAAAADbgAAAAAAAQAAAAAAawAAAAAAXgAAAAADTwAAAAACDAAAAAADDAAAAAAAXgAAAAAAIQAAAAACIQAAAAADIQAAAAACIQAAAAACIQAAAAADIQAAAAACIQAAAAABXgAAAAAAbgAAAAAAXgAAAAAAawAAAAADXgAAAAACTwAAAAADTwAAAAAATwAAAAADXgAAAAABIQAAAAADTwAAAAACTwAAAAADTwAAAAAATwAAAAAATwAAAAADIQAAAAACTwAAAAACbgAAAAAA version: 6 -1,4: ind: -1,4 - tiles: eAAAAAABeAAAAAAAeAAAAAACeAAAAAABeAAAAAADeAAAAAABTwAAAAADVAAAAAABVAAAAAAAVAAAAAABTwAAAAABeAAAAAABeAAAAAAAeAAAAAABeAAAAAADTwAAAAAAUAAAAAAATwAAAAADUAAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAcgAAAAAAcgAAAAAAcgAAAAABfwAAAAAAewAAAAABewAAAAACewAAAAABewAAAAABewAAAAAAfwAAAAAAVAAAAAAATwAAAAACTwAAAAAATwAAAAACVAAAAAADfwAAAAAAcgAAAAADcgAAAAADcgAAAAADfwAAAAAAewAAAAABewAAAAACewAAAAADewAAAAABewAAAAACfwAAAAAAVAAAAAAATwAAAAAATwAAAAADTwAAAAAAVAAAAAADfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAewAAAAACfwAAAAAAewAAAAADfwAAAAAAewAAAAACfwAAAAAAVAAAAAAATwAAAAADTwAAAAABTwAAAAACVAAAAAADfwAAAAAAAAAAAAAAfgAAAAAAMgAAAAAAUAAAAAAAewAAAAAAewAAAAACewAAAAAAewAAAAABewAAAAACfwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAAewAAAAABewAAAAACewAAAAADewAAAAABewAAAAABXgAAAAACXgAAAAACXgAAAAABXgAAAAACXgAAAAADXgAAAAACXgAAAAABfgAAAAAAfgAAAAAAMgAAAAAAUAAAAAAAewAAAAAAewAAAAAAewAAAAAAewAAAAACewAAAAAAXgAAAAACXgAAAAAAXgAAAAAAXgAAAAADXgAAAAAAXgAAAAACXgAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAMgAAAAAAfwAAAAAATwAAAAADTwAAAAABTwAAAAADTwAAAAABTwAAAAABTwAAAAABTwAAAAADTwAAAAADTwAAAAABTwAAAAABTwAAAAABTwAAAAACAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAATwAAAAABMAAAAAACMAAAAAABMAAAAAACMAAAAAACMAAAAAABMAAAAAAAMAAAAAADMAAAAAAAMAAAAAACMAAAAAABMAAAAAAAfgAAAAAAfgAAAAAAMgAAAAAAUAAAAAAATwAAAAACMAAAAAAAMAAAAAACMAAAAAAAMAAAAAABMAAAAAAAMAAAAAABMAAAAAADMAAAAAACMAAAAAADMAAAAAABMAAAAAADAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAATwAAAAAAMAAAAAAAMAAAAAACMAAAAAABMAAAAAAAMAAAAAACMAAAAAAAMAAAAAABMAAAAAACMAAAAAAAMAAAAAADMAAAAAACAAAAAAAAAAAAAAAAMgAAAAAAUAAAAAAATwAAAAACMAAAAAACMAAAAAABMAAAAAACMAAAAAADMAAAAAACMAAAAAABMAAAAAADMAAAAAAAMAAAAAACMAAAAAADMAAAAAAAfgAAAAAAfgAAAAAAMgAAAAAAfwAAAAAATwAAAAACTwAAAAADTwAAAAACTwAAAAACTwAAAAACTwAAAAACTwAAAAABTwAAAAADTwAAAAAATwAAAAACTwAAAAACTwAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAA + tiles: SwAAAAABSwAAAAABSwAAAAACTwAAAAABewAAAAABewAAAAADewAAAAABewAAAAAAewAAAAADewAAAAACewAAAAADewAAAAABewAAAAACewAAAAADewAAAAAAXgAAAAADSwAAAAACSwAAAAADSwAAAAAAfwAAAAAAewAAAAACewAAAAACewAAAAABewAAAAACewAAAAACfwAAAAAAewAAAAACewAAAAACewAAAAAAewAAAAADewAAAAABXgAAAAACSwAAAAABSwAAAAAASwAAAAACewAAAAABTwAAAAACewAAAAACewAAAAACewAAAAAAewAAAAAAewAAAAABewAAAAACewAAAAADewAAAAABTwAAAAADewAAAAABXgAAAAADSwAAAAABSwAAAAADSwAAAAABSwAAAAAASwAAAAAASwAAAAACSwAAAAACSwAAAAABSwAAAAADSwAAAAADSwAAAAAASwAAAAABSwAAAAAASwAAAAAASwAAAAACXgAAAAABSwAAAAACSwAAAAABSwAAAAABSwAAAAADSwAAAAABSwAAAAABSwAAAAAASwAAAAABSwAAAAABSwAAAAAASwAAAAAASwAAAAADSwAAAAABSwAAAAADSwAAAAABTwAAAAABSwAAAAAASwAAAAABSwAAAAACSwAAAAADSwAAAAABSwAAAAACSwAAAAABSwAAAAADSwAAAAACSwAAAAABSwAAAAAASwAAAAABSwAAAAACSwAAAAAASwAAAAAASwAAAAABTwAAAAABTwAAAAADTwAAAAABewAAAAADTwAAAAABTwAAAAAATwAAAAABTwAAAAACTwAAAAACTwAAAAACTwAAAAAATwAAAAAATwAAAAAATwAAAAABTwAAAAABSwAAAAACBAAAAAAABAAAAAAABAAAAAAAewAAAAACewAAAAAAewAAAAACewAAAAABewAAAAAAewAAAAABewAAAAADewAAAAAAewAAAAADewAAAAABewAAAAADewAAAAABewAAAAABTwAAAAADTwAAAAADTwAAAAACewAAAAAAewAAAAADewAAAAABewAAAAADewAAAAADewAAAAAAewAAAAACewAAAAACewAAAAADewAAAAABewAAAAAAewAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAewAAAAAAewAAAAABewAAAAABewAAAAAAewAAAAADewAAAAABewAAAAACewAAAAACewAAAAADewAAAAACewAAAAABewAAAAACXgAAAAABbgAAAAAAbgAAAAAAfwAAAAAAewAAAAACewAAAAADewAAAAADewAAAAADewAAAAABewAAAAACewAAAAAAewAAAAABewAAAAAAewAAAAABewAAAAABewAAAAACTwAAAAACTwAAAAACfwAAAAAAfwAAAAAAewAAAAADewAAAAAAewAAAAACewAAAAACewAAAAABewAAAAACewAAAAAAewAAAAAAewAAAAABewAAAAAAewAAAAACewAAAAABTwAAAAADewAAAAABTwAAAAAAfwAAAAAAewAAAAACewAAAAADewAAAAAAewAAAAACewAAAAABewAAAAABewAAAAAAewAAAAACewAAAAAAewAAAAAAewAAAAACewAAAAABXgAAAAADewAAAAABfwAAAAAAfwAAAAAATwAAAAACXgAAAAABXgAAAAABTwAAAAAATwAAAAADTwAAAAACTwAAAAACTwAAAAAATwAAAAABTwAAAAACTwAAAAADTwAAAAADXgAAAAABewAAAAADfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAXgAAAAAAewAAAAADTwAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAA version: 6 -2,4: ind: -2,4 - tiles: eAAAAAAAeAAAAAABeAAAAAADTwAAAAABeAAAAAAAeAAAAAAAeAAAAAADeAAAAAADeAAAAAAAeAAAAAACeAAAAAADeAAAAAAAeAAAAAACeAAAAAAAeAAAAAAAeAAAAAABTwAAAAACfwAAAAAATwAAAAACfwAAAAAAUAAAAAAATwAAAAADUAAAAAAAfwAAAAAAUAAAAAAATwAAAAABUAAAAAAAfwAAAAAAUAAAAAAATwAAAAAAUAAAAAAAfwAAAAAATwAAAAACfwAAAAAATwAAAAABfwAAAAAAcgAAAAABcgAAAAABcgAAAAADfwAAAAAAcgAAAAAAcgAAAAACcgAAAAABfwAAAAAAcgAAAAADcgAAAAAAcgAAAAACfwAAAAAAcQAAAAAAfwAAAAAAcQAAAAACfwAAAAAAcgAAAAADcgAAAAACcgAAAAABfwAAAAAAcgAAAAACcgAAAAABcgAAAAACfwAAAAAAcgAAAAAAcgAAAAABcgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAABAAAAAAABAAAAAAABAAAAAAATwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAABAAAAAAATwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAABAAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAABAAAAAAATwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAABAAAAAAABAAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAATwAAAAAATwAAAAACTwAAAAADTwAAAAABfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA + tiles: eAAAAAACeAAAAAADeAAAAAADeAAAAAACeAAAAAABeAAAAAAAeAAAAAAATwAAAAACVAAAAAABVAAAAAABVAAAAAABVAAAAAAAcgAAAAABbgAAAAAAbgAAAAAATwAAAAAAeAAAAAADeAAAAAABeAAAAAACeAAAAAADeAAAAAACeAAAAAADeAAAAAAATwAAAAAAVAAAAAAAVAAAAAACVAAAAAADVAAAAAADTwAAAAABfwAAAAAAbgAAAAAATwAAAAABDgAAAAAADgAAAAADDgAAAAADDgAAAAAAeAAAAAADeAAAAAADeAAAAAACTwAAAAAAVAAAAAADVAAAAAADVAAAAAADVAAAAAACcgAAAAADfwAAAAAAbgAAAAAATwAAAAAATwAAAAADTwAAAAAATwAAAAADTwAAAAADeAAAAAABeAAAAAADeAAAAAABTwAAAAAAVAAAAAADVAAAAAACVAAAAAADVAAAAAACcgAAAAAAfwAAAAAAbgAAAAAATwAAAAAAEAAAAAAAEAAAAAADEAAAAAADTwAAAAADeAAAAAAAeAAAAAACeAAAAAADTwAAAAACVAAAAAACVAAAAAAAVAAAAAADVAAAAAADcgAAAAADfwAAAAAAfwAAAAAATwAAAAACEAAAAAAAEAAAAAAAEAAAAAAATwAAAAACeAAAAAACeAAAAAACeAAAAAABTwAAAAADVAAAAAACVAAAAAAAVAAAAAABVAAAAAABcgAAAAABfwAAAAAAbgAAAAAATwAAAAADEAAAAAADEAAAAAAAEAAAAAACTwAAAAADeAAAAAACeAAAAAABeAAAAAACTwAAAAADTwAAAAACTwAAAAAATwAAAAABTwAAAAADcgAAAAADfwAAAAAAbgAAAAAATwAAAAABEAAAAAABEAAAAAABEAAAAAABTwAAAAABeAAAAAABeAAAAAACeAAAAAACTwAAAAADcgAAAAABcgAAAAADcgAAAAACcgAAAAABcgAAAAAAfwAAAAAAfwAAAAAABAAAAAAAEAAAAAACEAAAAAABEAAAAAABTwAAAAADeAAAAAADeAAAAAABeAAAAAAATwAAAAACcgAAAAABcgAAAAAAcgAAAAABcgAAAAACcgAAAAACfwAAAAAAbgAAAAAABAAAAAAAEAAAAAABEAAAAAADEAAAAAAATwAAAAABeAAAAAADeAAAAAABeAAAAAACTwAAAAACcgAAAAABcgAAAAAAcgAAAAAAcgAAAAABcgAAAAACfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAACTwAAAAACcgAAAAACTwAAAAADTwAAAAABTwAAAAADTwAAAAACcgAAAAABcgAAAAADcgAAAAACcgAAAAADcgAAAAADbgAAAAAAbgAAAAAAbgAAAAAAcgAAAAABTwAAAAABIQAAAAADcgAAAAADeAAAAAABeAAAAAACeAAAAAADTwAAAAADTwAAAAACTwAAAAACTwAAAAACTwAAAAABcgAAAAAAbgAAAAAATwAAAAABTwAAAAADcgAAAAACTwAAAAABIQAAAAADcgAAAAAAeAAAAAABeAAAAAAAeAAAAAADTwAAAAAAcgAAAAABcgAAAAADcgAAAAADcgAAAAADTwAAAAABewAAAAAAewAAAAACewAAAAACcgAAAAABTwAAAAABIQAAAAADcgAAAAADeAAAAAAAeAAAAAABeAAAAAAATwAAAAACcgAAAAACcgAAAAACcgAAAAABcgAAAAABTwAAAAAAewAAAAADewAAAAACewAAAAABeAAAAAABTwAAAAADIQAAAAADcgAAAAACeAAAAAADeAAAAAADeAAAAAAATwAAAAADcgAAAAABcgAAAAACcgAAAAABcgAAAAADTwAAAAAAewAAAAACewAAAAADewAAAAADcgAAAAACTwAAAAAAIQAAAAADcgAAAAABeAAAAAAAeAAAAAADeAAAAAAATwAAAAABcgAAAAAAcgAAAAACcgAAAAAAcgAAAAADTwAAAAAAewAAAAABewAAAAAAewAAAAAC version: 6 -3,4: ind: -3,4 - tiles: UAAAAAAAfwAAAAAAUAAAAAAADgAAAAADDgAAAAABDgAAAAADDgAAAAABDgAAAAACewAAAAAAewAAAAABewAAAAADewAAAAAAewAAAAAATwAAAAAAeAAAAAACeAAAAAABUAAAAAAAfwAAAAAAUAAAAAAADgAAAAADDgAAAAABDgAAAAAADgAAAAACDgAAAAADewAAAAACewAAAAADewAAAAABewAAAAADewAAAAACfwAAAAAATwAAAAADfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAADgAAAAADDgAAAAABDgAAAAADDgAAAAAADgAAAAADewAAAAADewAAAAABewAAAAABewAAAAAAewAAAAADfwAAAAAATwAAAAABfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAADgAAAAACDgAAAAABDgAAAAABDgAAAAACDgAAAAAAewAAAAAAewAAAAACewAAAAACewAAAAACewAAAAACfwAAAAAAcQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAAATwAAAAABTwAAAAACTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAABAAAAAAABAAAAAAAIQAAAAACBAAAAAAABAAAAAAATwAAAAADBAAAAAAABAAAAAAATwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfwAAAAAABAAAAAAAIQAAAAACIQAAAAABIQAAAAAABAAAAAAATwAAAAACBAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAABAAAAAAAIQAAAAADIQAAAAACIQAAAAACBAAAAAAATwAAAAABfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbgAAAAAABAAAAAAAIQAAAAADIQAAAAADIQAAAAADBAAAAAAATwAAAAABBAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAbgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAATwAAAAAABAAAAAAABAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbgAAAAAATwAAAAAATwAAAAADTwAAAAAATwAAAAACTwAAAAAAbgAAAAAATwAAAAAATwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: IAAAAAAAVAAAAAACUAAAAAAADgAAAAABDgAAAAAADgAAAAACDgAAAAABDgAAAAADewAAAAABewAAAAAAewAAAAABewAAAAADewAAAAADTwAAAAABeAAAAAACeAAAAAACIAAAAAADVAAAAAACUAAAAAAADgAAAAACDgAAAAACDgAAAAABDgAAAAAADgAAAAAAewAAAAACewAAAAACewAAAAABewAAAAACewAAAAACTwAAAAAAeAAAAAABeAAAAAADIAAAAAACVAAAAAADUAAAAAAADgAAAAAADgAAAAAADgAAAAAADgAAAAADDgAAAAADewAAAAACewAAAAABewAAAAACewAAAAAAewAAAAABTwAAAAABDgAAAAADDgAAAAADIAAAAAAAVAAAAAABUAAAAAAADgAAAAADDgAAAAADDgAAAAABDgAAAAACDgAAAAAAewAAAAACewAAAAAAewAAAAAAewAAAAABewAAAAACfwAAAAAATwAAAAACTwAAAAACIAAAAAADVAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAATwAAAAAATwAAAAADTwAAAAABTwAAAAAATwAAAAAAfwAAAAAAEAAAAAAAEAAAAAABIAAAAAABVAAAAAACbgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAIQAAAAABBAAAAAAABAAAAAAATwAAAAACEAAAAAADEAAAAAAAIAAAAAADVAAAAAACbgAAAAAABAAAAAAAIQAAAAABIQAAAAAABAAAAAAABAAAAAAABAAAAAAAIQAAAAABIQAAAAAAIQAAAAADBAAAAAAATwAAAAAAEAAAAAADEAAAAAACIAAAAAADVAAAAAAATwAAAAAAIQAAAAAAIQAAAAADIQAAAAACIQAAAAAAIQAAAAACIQAAAAACIQAAAAAAIQAAAAACIQAAAAABBAAAAAAATwAAAAACEAAAAAABEAAAAAACIAAAAAACVAAAAAABbgAAAAAABAAAAAAAIQAAAAADIQAAAAACBAAAAAAABAAAAAAABAAAAAAAIQAAAAAAIQAAAAACIQAAAAACBAAAAAAATwAAAAABEAAAAAADEAAAAAABIAAAAAADVAAAAAADbgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAATwAAAAAAEAAAAAABEAAAAAABTwAAAAABTwAAAAACbgAAAAAATwAAAAACTwAAAAABTwAAAAADTwAAAAABTwAAAAAATwAAAAACTwAAAAACTwAAAAADTwAAAAACTwAAAAADbgAAAAAATwAAAAACTwAAAAAAfwAAAAAAbwAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAACcgAAAAACcgAAAAACfwAAAAAAbgAAAAAAbgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATwAAAAACcgAAAAABcgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATwAAAAAAcgAAAAAAcgAAAAADfwAAAAAAbwAAAAABbgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABeAAAAAADeAAAAAABfwAAAAAAbwAAAAACTwAAAAACBAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAABAAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABcgAAAAACcgAAAAAC version: 6 -7,3: ind: -7,3 - tiles: fwAAAAAALgAAAAADLgAAAAAALgAAAAADUAAAAAAAUAAAAAAAUAAAAAAALgAAAAADLgAAAAADLgAAAAABGQAAAAAAGQAAAAAEGQAAAAAAGQAAAAAAGQAAAAACGQAAAAACfwAAAAAALgAAAAADLgAAAAACLgAAAAABUAAAAAAAUAAAAAAAUAAAAAAALgAAAAAALgAAAAAALgAAAAACfwAAAAAAGQAAAAABGQAAAAAAGQAAAAACGQAAAAABGQAAAAAGfwAAAAAALgAAAAADLgAAAAAALgAAAAABUAAAAAAAUAAAAAAAUAAAAAAALgAAAAACLgAAAAAALgAAAAADGQAAAAAFfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAFLgAAAAAALgAAAAABLgAAAAAALgAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAALgAAAAABLgAAAAABLgAAAAABGQAAAAAAGQAAAAADGQAAAAAFGQAAAAAGGQAAAAABLgAAAAABLgAAAAACLgAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAALgAAAAACfwAAAAAALgAAAAADLgAAAAACGQAAAAABGQAAAAABGQAAAAAFGQAAAAAFLgAAAAAALgAAAAAALgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAALgAAAAAALgAAAAACLgAAAAABfwAAAAAAGQAAAAAEGQAAAAADGQAAAAAEGQAAAAAFGQAAAAAFfwAAAAAALgAAAAACLgAAAAABLgAAAAABLgAAAAADLgAAAAACLgAAAAAALgAAAAADLgAAAAACfwAAAAAAGQAAAAACfwAAAAAAfwAAAAAAGQAAAAAFfwAAAAAAGQAAAAABfwAAAAAALgAAAAABLgAAAAACLgAAAAAALgAAAAADLgAAAAACLgAAAAABLgAAAAAAGQAAAAAGfwAAAAAAGQAAAAAGGQAAAAAFLgAAAAADGQAAAAAGGQAAAAAAGQAAAAACfwAAAAAALgAAAAACfwAAAAAAfwAAAAAALgAAAAABLgAAAAAALgAAAAABGQAAAAABLgAAAAADfwAAAAAAfwAAAAAALgAAAAADLgAAAAADfwAAAAAAGQAAAAACGQAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAALgAAAAAAfwAAAAAALgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAELgAAAAABfwAAAAAAGQAAAAABGQAAAAAAGQAAAAAGLgAAAAABLgAAAAAALgAAAAABLgAAAAABLgAAAAACLgAAAAAALgAAAAADfwAAAAAAGQAAAAAGGQAAAAABGQAAAAAGGQAAAAACGQAAAAABfwAAAAAAGQAAAAACGQAAAAAGGQAAAAAGLgAAAAACLgAAAAAAGQAAAAAFGQAAAAACfwAAAAAALgAAAAAAfwAAAAAAGQAAAAACGQAAAAACGQAAAAAFGQAAAAADGQAAAAAAGQAAAAAFGQAAAAAGGQAAAAADGQAAAAABGQAAAAAGGQAAAAABGQAAAAABGQAAAAAGGQAAAAAGfwAAAAAAGQAAAAABGQAAAAABGQAAAAAFGQAAAAABGQAAAAABGQAAAAACGQAAAAAFGQAAAAADGQAAAAAAGQAAAAAEGQAAAAAEGQAAAAAAfwAAAAAAGQAAAAAFGQAAAAACGQAAAAADGQAAAAABGQAAAAAGGQAAAAACGQAAAAACGQAAAAACGQAAAAACGQAAAAADGQAAAAAEGQAAAAABGQAAAAABGQAAAAADGQAAAAAAfwAAAAAAGQAAAAAEGQAAAAABGQAAAAABGQAAAAACfgAAAAAAGQAAAAACGQAAAAAFGQAAAAABfgAAAAAAfgAAAAAAGQAAAAABGQAAAAABGQAAAAACGQAAAAAAGQAAAAADGQAAAAACGQAAAAAGGQAAAAAEGQAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGQAAAAAFGQAAAAAAGQAAAAAA + tiles: fwAAAAAALgAAAAAALgAAAAABLgAAAAABUAAAAAAAUAAAAAAAUAAAAAAALgAAAAABLgAAAAABLgAAAAABGQAAAAADGQAAAAADGQAAAAAFGQAAAAAGGQAAAAADGQAAAAAAfwAAAAAALgAAAAAALgAAAAADLgAAAAABUAAAAAAAUAAAAAAAUAAAAAAALgAAAAADLgAAAAADLgAAAAAAfwAAAAAAGQAAAAAGGQAAAAAEGQAAAAAFGQAAAAAGGQAAAAAEfwAAAAAALgAAAAABLgAAAAAALgAAAAABUAAAAAAAUAAAAAAAUAAAAAAALgAAAAADLgAAAAADLgAAAAAAGQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAFLgAAAAADLgAAAAADLgAAAAADLgAAAAADUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAALgAAAAACLgAAAAADLgAAAAAAGQAAAAAGGQAAAAABGQAAAAACGQAAAAABGQAAAAAELgAAAAACLgAAAAACLgAAAAABUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAfwAAAAAALgAAAAABfwAAAAAALgAAAAABLgAAAAAAGQAAAAABGQAAAAABGQAAAAACGQAAAAAALgAAAAAALgAAAAADLgAAAAACUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAALgAAAAADLgAAAAADLgAAAAAAfwAAAAAAGQAAAAAEGQAAAAAFGQAAAAACGQAAAAABGQAAAAAEfwAAAAAALgAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAABLgAAAAABLgAAAAADLgAAAAAAfwAAAAAAGQAAAAAEfwAAAAAAfwAAAAAAGQAAAAACfwAAAAAAGQAAAAADfwAAAAAALgAAAAADLgAAAAADLgAAAAACLgAAAAADLgAAAAAALgAAAAADLgAAAAAAGQAAAAAAfwAAAAAAGQAAAAAGGQAAAAAFLgAAAAAAGQAAAAAEGQAAAAACGQAAAAAAfwAAAAAALgAAAAAAfwAAAAAAfwAAAAAALgAAAAABLgAAAAACLgAAAAAAGQAAAAACLgAAAAAAfwAAAAAAfwAAAAAALgAAAAACLgAAAAAAfwAAAAAAGQAAAAAGGQAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAALgAAAAACfwAAAAAALgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAFLgAAAAABfwAAAAAAGQAAAAAEGQAAAAACGQAAAAAFLgAAAAACLgAAAAABLgAAAAAALgAAAAABLgAAAAACLgAAAAAALgAAAAAAfwAAAAAAGQAAAAAEGQAAAAAEGQAAAAAEGQAAAAADGQAAAAAGfwAAAAAAGQAAAAADGQAAAAAGGQAAAAADLgAAAAAALgAAAAABGQAAAAACGQAAAAAAfwAAAAAALgAAAAACfwAAAAAAGQAAAAAGGQAAAAADGQAAAAAGGQAAAAAEGQAAAAABGQAAAAAAGQAAAAAFGQAAAAAAGQAAAAABGQAAAAADGQAAAAAFGQAAAAAFGQAAAAAGGQAAAAAEfwAAAAAAGQAAAAACGQAAAAAEGQAAAAADGQAAAAAFGQAAAAABGQAAAAAEGQAAAAAGGQAAAAAFGQAAAAAEGQAAAAABGQAAAAADGQAAAAABfwAAAAAAGQAAAAADGQAAAAAFGQAAAAAAGQAAAAAGGQAAAAAFGQAAAAABGQAAAAADGQAAAAACGQAAAAACGQAAAAAEGQAAAAABGQAAAAABGQAAAAABGQAAAAAEGQAAAAADfwAAAAAAGQAAAAAAGQAAAAAEGQAAAAAGGQAAAAAGfgAAAAAAGQAAAAAGGQAAAAAGGQAAAAAFfgAAAAAAfgAAAAAAGQAAAAAGGQAAAAAEGQAAAAABGQAAAAAGGQAAAAADGQAAAAABGQAAAAABGQAAAAACGQAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGQAAAAADGQAAAAAAGQAAAAAE version: 6 -8,3: ind: -8,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAAGQAAAAAFGQAAAAAGGQAAAAAGGQAAAAAFGQAAAAACLgAAAAADLgAAAAADLgAAAAADGQAAAAABGQAAAAACGQAAAAAFAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAGQAAAAAFGQAAAAAAGQAAAAAEGQAAAAADGQAAAAACGQAAAAAGGQAAAAAAGQAAAAADGQAAAAAEGQAAAAADGQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAABGQAAAAADGQAAAAABGQAAAAAAGQAAAAAFGQAAAAACGQAAAAAFGQAAAAAGfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAGQAAAAAFGQAAAAAGfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAGGQAAAAABGQAAAAAAGQAAAAABfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAALgAAAAADGQAAAAAEGQAAAAAGGQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAELgAAAAABLgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAADGQAAAAAGGQAAAAAFGQAAAAACfwAAAAAALgAAAAAAGQAAAAAGGQAAAAAAGQAAAAAAGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAAGQAAAAACGQAAAAAAGQAAAAADGQAAAAAGGQAAAAAAGQAAAAAFGQAAAAACLgAAAAACLgAAAAABGQAAAAACGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAGGQAAAAADfgAAAAAAGQAAAAADGQAAAAADGQAAAAAAGQAAAAAAGQAAAAAGGQAAAAAAGQAAAAAFGQAAAAAGGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAAfgAAAAAAGQAAAAAGGQAAAAAFGQAAAAAEGQAAAAABGQAAAAAEGQAAAAADGQAAAAABGQAAAAAEGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGfgAAAAAAGQAAAAABGQAAAAABGQAAAAACGQAAAAAFGQAAAAAEGQAAAAAAGQAAAAACGQAAAAAFGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADfgAAAAAAGQAAAAACfgAAAAAAGQAAAAABGQAAAAABGQAAAAAAGQAAAAABGQAAAAAEGQAAAAAAGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGQAAAAAFGQAAAAAFGQAAAAABGQAAAAABGQAAAAAGGQAAAAABGQAAAAAEGQAAAAAGGQAAAAAEAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAAGQAAAAAEGQAAAAAGGQAAAAADGQAAAAADGQAAAAABAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAACfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAACGQAAAAABfgAAAAAAGQAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAACGQAAAAABGQAAAAABGQAAAAAGGQAAAAAGGQAAAAAELgAAAAAALgAAAAAALgAAAAAAGQAAAAABGQAAAAABGQAAAAAFAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAGQAAAAAFGQAAAAAFGQAAAAADGQAAAAACGQAAAAAAGQAAAAAGGQAAAAAGGQAAAAADGQAAAAAEGQAAAAAGGQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAACGQAAAAADGQAAAAAGGQAAAAADGQAAAAAFGQAAAAAFGQAAAAAEGQAAAAACfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAGQAAAAADGQAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAAGQAAAAACGQAAAAAEGQAAAAACfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAGLgAAAAABGQAAAAADGQAAAAAAGQAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAABLgAAAAABLgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAACGQAAAAABGQAAAAAAGQAAAAABfwAAAAAALgAAAAACGQAAAAACGQAAAAAFGQAAAAAFGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAFGQAAAAADGQAAAAAAGQAAAAADGQAAAAAFGQAAAAAGGQAAAAABGQAAAAAALgAAAAADLgAAAAAAGQAAAAAEGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAFGQAAAAAFfgAAAAAAGQAAAAAAGQAAAAACGQAAAAAGGQAAAAACGQAAAAAAGQAAAAAGGQAAAAAEGQAAAAAGGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAAfgAAAAAAGQAAAAAFGQAAAAAFGQAAAAAEGQAAAAAEGQAAAAACGQAAAAAEGQAAAAAGGQAAAAAGGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACfgAAAAAAGQAAAAAFGQAAAAAGGQAAAAAGGQAAAAAFGQAAAAAAGQAAAAAEGQAAAAACGQAAAAAAGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAfgAAAAAAGQAAAAADfgAAAAAAGQAAAAAGGQAAAAABGQAAAAADGQAAAAAFGQAAAAACGQAAAAADGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGQAAAAACGQAAAAAEGQAAAAAFGQAAAAABGQAAAAADGQAAAAAEGQAAAAACGQAAAAADGQAAAAAFAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAADGQAAAAAFGQAAAAAEGQAAAAAAGQAAAAAFGQAAAAAFAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAEfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAEGQAAAAAGfgAAAAAAGQAAAAAF version: 6 -8,4: ind: -8,4 - tiles: AAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -7,4: ind: -7,4 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAGgAAAAACGgAAAAADGgAAAAABfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAGgAAAAAEGgAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAACGgAAAAAFGgAAAAABGgAAAAAFGgAAAAAAGgAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAGgAAAAAHGgAAAAAEGgAAAAADGgAAAAAHGgAAAAACGgAAAAAEGgAAAAADfgAAAAAAAAAAAAAAfgAAAAAAGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAACGgAAAAADGgAAAAAGGgAAAAACGgAAAAAHGgAAAAADGgAAAAACGgAAAAAFGgAAAAACAAAAAAAAfgAAAAAAGgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAABGgAAAAABGgAAAAAGGgAAAAAFGgAAAAACGgAAAAAHGgAAAAACGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAGGgAAAAAGGgAAAAAEGgAAAAACGgAAAAAEGgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAADGgAAAAAAGgAAAAAHGgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAGgAAAAAAGgAAAAADGgAAAAAHfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAGgAAAAAAGgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAHGgAAAAAGGgAAAAAGGgAAAAACGgAAAAAGGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAGgAAAAABGgAAAAAHGgAAAAAEGgAAAAACGgAAAAAEGgAAAAAAGgAAAAAFfgAAAAAAAAAAAAAAfgAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAHGgAAAAAEGgAAAAAGGgAAAAABGgAAAAABGgAAAAAHGgAAAAAGGgAAAAAEGgAAAAABAAAAAAAAfgAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAACGgAAAAACGgAAAAAFGgAAAAACGgAAAAAEGgAAAAABGgAAAAAHGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAABGgAAAAACGgAAAAACGgAAAAAGGgAAAAAHGgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGgAAAAAHGgAAAAAGGgAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -9,3: ind: -9,3 @@ -523,7 +527,7 @@ entities: version: 6 -7,2: ind: -7,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAADGQAAAAAAGQAAAAAAGQAAAAACGQAAAAABAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAAGQAAAAABGQAAAAABGQAAAAABGQAAAAACGQAAAAAFGQAAAAACGQAAAAADGQAAAAAFfgAAAAAAAAAAAAAAGQAAAAAAGQAAAAAEGQAAAAAEfgAAAAAAGQAAAAABGQAAAAADGQAAAAABGQAAAAAGGQAAAAACGQAAAAAAGQAAAAACGQAAAAAAGQAAAAABGQAAAAABGQAAAAADGQAAAAAFGQAAAAADGQAAAAADGQAAAAAEGQAAAAACGQAAAAADGQAAAAAEGQAAAAABGQAAAAAAGQAAAAAAGQAAAAACGQAAAAABGQAAAAAGGQAAAAAFGQAAAAAGGQAAAAAAGQAAAAAFGQAAAAAEGQAAAAAGGQAAAAABGQAAAAABGQAAAAAFGQAAAAABGQAAAAAFGQAAAAADGQAAAAAAGQAAAAACGQAAAAAGGQAAAAABGQAAAAADGQAAAAABGQAAAAACGQAAAAADGQAAAAAEGQAAAAAGGQAAAAAAGQAAAAAAGQAAAAAEGQAAAAAAGQAAAAAEGQAAAAAFGQAAAAAEGQAAAAADGQAAAAAGGQAAAAABGQAAAAADLgAAAAABGQAAAAAAGQAAAAAFGQAAAAAGGQAAAAAGGQAAAAAFGQAAAAAGGQAAAAAFGQAAAAAAGQAAAAAGGQAAAAAGGQAAAAAGGQAAAAAGGQAAAAACGQAAAAACLgAAAAACLgAAAAAALgAAAAACGQAAAAABGQAAAAAFGQAAAAAAGQAAAAABGQAAAAAAGQAAAAADfwAAAAAAGQAAAAAFGQAAAAACGQAAAAAAGQAAAAAFGQAAAAAGGQAAAAAEGQAAAAADLgAAAAABLgAAAAAAGQAAAAAFGQAAAAAEGQAAAAAFGQAAAAAGGQAAAAAAGQAAAAACGQAAAAABGQAAAAACGQAAAAAGGQAAAAADGQAAAAACGQAAAAAGGQAAAAACGQAAAAAFGQAAAAABGQAAAAAAGQAAAAAGGQAAAAABGQAAAAAEGQAAAAABGQAAAAACGQAAAAAFfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAEGQAAAAAAGQAAAAAAGQAAAAACGQAAAAAGGQAAAAADGQAAAAABGQAAAAADGQAAAAADGQAAAAABGQAAAAAGGQAAAAADfwAAAAAAfwAAAAAALgAAAAACfwAAAAAAGQAAAAABGQAAAAADGQAAAAABGQAAAAADGQAAAAABGQAAAAADfwAAAAAAfwAAAAAAGQAAAAAFGQAAAAAGGQAAAAAFGQAAAAADGQAAAAABLgAAAAACGQAAAAAGfwAAAAAAGQAAAAABGQAAAAABGQAAAAAEGQAAAAADGQAAAAAEfwAAAAAALgAAAAACGQAAAAAAGQAAAAACGQAAAAADGQAAAAAAGQAAAAADGQAAAAABGQAAAAACGQAAAAADfwAAAAAAGQAAAAADGQAAAAAAGQAAAAABGQAAAAAAGQAAAAADfwAAAAAAfwAAAAAAGQAAAAAEGQAAAAADGQAAAAAEGQAAAAACGQAAAAAAGQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAACfwAAAAAAfwAAAAAAGQAAAAAALgAAAAACGQAAAAAGGQAAAAAB + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAAFGQAAAAAGGQAAAAAEGQAAAAAEGQAAAAADAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAADGQAAAAAAGQAAAAAGGQAAAAAEGQAAAAAEGQAAAAAFGQAAAAABGQAAAAAFGQAAAAABfgAAAAAAAAAAAAAAGQAAAAAGGQAAAAAAGQAAAAAFfgAAAAAAGQAAAAACGQAAAAAFGQAAAAAFGQAAAAADGQAAAAACGQAAAAAEGQAAAAADGQAAAAAGGQAAAAADGQAAAAAEGQAAAAADGQAAAAAAGQAAAAAEGQAAAAAEGQAAAAABGQAAAAACGQAAAAADGQAAAAAGGQAAAAABGQAAAAAAGQAAAAABGQAAAAAAGQAAAAAAGQAAAAAGGQAAAAAEGQAAAAACGQAAAAAAGQAAAAADGQAAAAABGQAAAAABGQAAAAAFGQAAAAAFGQAAAAADGQAAAAABGQAAAAAFGQAAAAAEGQAAAAACGQAAAAABGQAAAAABGQAAAAADGQAAAAAEGQAAAAAGGQAAAAAAGQAAAAABGQAAAAADGQAAAAABGQAAAAABGQAAAAAEGQAAAAAAGQAAAAAGGQAAAAADGQAAAAAAGQAAAAAEGQAAAAAEGQAAAAADGQAAAAABGQAAAAAGLgAAAAADGQAAAAAFGQAAAAAFGQAAAAAEGQAAAAADGQAAAAACGQAAAAADGQAAAAAGGQAAAAABGQAAAAAGGQAAAAABGQAAAAAGGQAAAAACGQAAAAAFGQAAAAABLgAAAAADLgAAAAACLgAAAAAAGQAAAAAAGQAAAAACGQAAAAAEGQAAAAACGQAAAAAEGQAAAAAEfwAAAAAAGQAAAAADGQAAAAAFGQAAAAAGGQAAAAAAGQAAAAABGQAAAAADGQAAAAAGLgAAAAADLgAAAAADGQAAAAAEGQAAAAAFGQAAAAACGQAAAAAEGQAAAAACGQAAAAAFGQAAAAAEGQAAAAAAGQAAAAAAGQAAAAAFGQAAAAAEGQAAAAAFGQAAAAAFGQAAAAACGQAAAAABGQAAAAACGQAAAAAFGQAAAAAEGQAAAAAGGQAAAAAAGQAAAAACGQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAADGQAAAAADGQAAAAAGGQAAAAADGQAAAAAGGQAAAAAEGQAAAAAEGQAAAAABGQAAAAABGQAAAAAEGQAAAAABGQAAAAACfwAAAAAAfwAAAAAALgAAAAACfwAAAAAAGQAAAAABGQAAAAAEGQAAAAACGQAAAAABGQAAAAAGGQAAAAAEfwAAAAAAfwAAAAAAGQAAAAAGGQAAAAAAGQAAAAADGQAAAAACGQAAAAAFLgAAAAACGQAAAAABfwAAAAAAGQAAAAAAGQAAAAAGGQAAAAAGGQAAAAAFGQAAAAAAfwAAAAAALgAAAAACGQAAAAABGQAAAAAGGQAAAAABGQAAAAAAGQAAAAAFGQAAAAADGQAAAAACGQAAAAACfwAAAAAAGQAAAAAFGQAAAAABGQAAAAAAGQAAAAAFGQAAAAABfwAAAAAAfwAAAAAAGQAAAAAFGQAAAAADGQAAAAABGQAAAAADGQAAAAAAGQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAGfwAAAAAAfwAAAAAAGQAAAAAELgAAAAABGQAAAAAEGQAAAAAE version: 6 -9,4: ind: -9,4 @@ -531,67 +535,63 @@ entities: version: 6 -1,5: ind: -1,5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: TwAAAAAAcgAAAAACcgAAAAADcgAAAAACTwAAAAACTwAAAAABTwAAAAAATwAAAAACTwAAAAADTwAAAAABTwAAAAAATwAAAAABTwAAAAABTwAAAAAATwAAAAAATwAAAAADeAAAAAAAeAAAAAAAeAAAAAAAeAAAAAACeAAAAAACeAAAAAABeAAAAAAAeAAAAAABeAAAAAADeAAAAAADeAAAAAABTwAAAAAAIQAAAAAAIQAAAAABIQAAAAADTwAAAAAAeAAAAAAAeAAAAAADeAAAAAAAeAAAAAADeAAAAAAAeAAAAAADeAAAAAACeAAAAAADeAAAAAACeAAAAAACeAAAAAACTwAAAAABIQAAAAACIQAAAAACIQAAAAADTwAAAAABeAAAAAADeAAAAAABeAAAAAAATwAAAAADeAAAAAAAeAAAAAAAeAAAAAABeAAAAAABeAAAAAABeAAAAAADeAAAAAADTwAAAAABIQAAAAADIQAAAAADIQAAAAABTwAAAAAATwAAAAACcgAAAAABcgAAAAACTwAAAAAAeAAAAAABeAAAAAABeAAAAAADewAAAAADeAAAAAACeAAAAAADeAAAAAAATwAAAAAAIQAAAAACIQAAAAABIQAAAAABTwAAAAACJQAAAAAAJQAAAAACVAAAAAAAcgAAAAACTwAAAAACTwAAAAACTwAAAAACTwAAAAAATwAAAAACTwAAAAADTwAAAAAATwAAAAACTwAAAAADTwAAAAADTwAAAAADTwAAAAAAJQAAAAADJQAAAAACVAAAAAADcgAAAAADewAAAAABewAAAAACewAAAAACewAAAAACewAAAAADewAAAAACewAAAAAATwAAAAACTwAAAAABTwAAAAAATwAAAAAAXgAAAAACJQAAAAADJQAAAAABJQAAAAABcgAAAAADewAAAAACewAAAAABewAAAAACewAAAAAAewAAAAABewAAAAAAewAAAAADewAAAAABTwAAAAAATwAAAAADTwAAAAADXgAAAAACJQAAAAACJQAAAAAAJQAAAAACTwAAAAABTwAAAAACTwAAAAADTwAAAAACTwAAAAACTwAAAAABTwAAAAACTwAAAAAATwAAAAABTwAAAAADTwAAAAADTwAAAAABTwAAAAACVAAAAAADVAAAAAAAVAAAAAAATwAAAAACTwAAAAADTwAAAAACTwAAAAAATwAAAAAATwAAAAACTwAAAAADTwAAAAABTwAAAAADTwAAAAAATwAAAAACTwAAAAAATwAAAAACcgAAAAADcgAAAAABcgAAAAADTwAAAAADTwAAAAAAMAAAAAADMAAAAAADMAAAAAABMAAAAAADMAAAAAADMAAAAAAAMAAAAAADMAAAAAAAMAAAAAADMAAAAAAAMAAAAAADbgAAAAAAbgAAAAAAbgAAAAAATwAAAAACTwAAAAAAMAAAAAABMAAAAAACMAAAAAACMAAAAAAAMAAAAAACMAAAAAABMAAAAAAAMAAAAAACMAAAAAABMAAAAAAAMAAAAAACfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADTwAAAAADMAAAAAABMAAAAAADMAAAAAADMAAAAAABMAAAAAADMAAAAAACMAAAAAAAMAAAAAACMAAAAAADMAAAAAADMAAAAAACbwAAAAAAbgAAAAAAbgAAAAAATwAAAAABTwAAAAAAMAAAAAACMAAAAAABMAAAAAACMAAAAAADMAAAAAACMAAAAAADMAAAAAACMAAAAAABMAAAAAADMAAAAAADMAAAAAABbgAAAAAAbgAAAAAAbgAAAAAATwAAAAADTwAAAAACTwAAAAABTwAAAAADTwAAAAAATwAAAAAATwAAAAADTwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAADTwAAAAADAAAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAACTwAAAAAATwAAAAABTwAAAAADTwAAAAAATwAAAAACTwAAAAADTwAAAAACTwAAAAAATwAAAAAA version: 6 0,5: ind: 0,5 - tiles: fwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAfwAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: XgAAAAAAawAAAAACXgAAAAAATwAAAAABIQAAAAAAIQAAAAADTwAAAAACIQAAAAABTwAAAAABEQAAAAABEQAAAAAAEQAAAAABTwAAAAADIQAAAAABTwAAAAADbgAAAAAAXgAAAAADawAAAAADXgAAAAACTwAAAAABIQAAAAACIQAAAAACTwAAAAAAIQAAAAAATwAAAAACEQAAAAADEQAAAAADEQAAAAABTwAAAAACIQAAAAABTwAAAAADTwAAAAADXgAAAAADawAAAAAAXgAAAAABTwAAAAADIQAAAAADIQAAAAABTwAAAAAAIQAAAAACTwAAAAABEQAAAAADEQAAAAADEQAAAAAATwAAAAACIQAAAAAATwAAAAACbgAAAAAAXgAAAAACawAAAAAAXgAAAAADTwAAAAAATwAAAAADTwAAAAACXgAAAAAAIQAAAAABTwAAAAADTwAAAAAATwAAAAACTwAAAAAATwAAAAADIQAAAAADTwAAAAABbgAAAAAAXgAAAAADawAAAAADXgAAAAAAIQAAAAABDAAAAAADDAAAAAABXgAAAAADIQAAAAADIQAAAAADIQAAAAACIQAAAAABIQAAAAABIQAAAAAAIQAAAAAATwAAAAAAbwAAAAACXgAAAAACawAAAAABXgAAAAADTwAAAAABDAAAAAAADAAAAAADDAAAAAABXgAAAAAATwAAAAACTwAAAAACTwAAAAAATwAAAAAATwAAAAADXgAAAAABbgAAAAAAbwAAAAABXgAAAAABawAAAAAAXgAAAAAATwAAAAACDAAAAAABDAAAAAABDAAAAAADDAAAAAABDAAAAAACDAAAAAABDAAAAAACDAAAAAACDAAAAAABTwAAAAABbwAAAAADbwAAAAAAXgAAAAACXgAAAAADXgAAAAADIQAAAAABDAAAAAACDAAAAAABDAAAAAADDAAAAAAADAAAAAADDAAAAAACDAAAAAAADAAAAAADDAAAAAABbgAAAAAAbwAAAAAAbgAAAAAATwAAAAABTwAAAAACTwAAAAABTwAAAAACTwAAAAADTwAAAAACTwAAAAABTwAAAAACTwAAAAADTwAAAAACTwAAAAACTwAAAAAATwAAAAADTwAAAAACTwAAAAADTwAAAAAATwAAAAADTwAAAAAATwAAAAACTwAAAAADTwAAAAADTwAAAAACTwAAAAACTwAAAAADTwAAAAADTwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAACTwAAAAAATwAAAAAAMAAAAAADMAAAAAACMAAAAAADMAAAAAACMAAAAAACMAAAAAADMAAAAAAAMAAAAAACMAAAAAAAMAAAAAABMAAAAAAAMAAAAAAAMAAAAAACMAAAAAABTwAAAAACTwAAAAADMAAAAAACMAAAAAAAMAAAAAACMAAAAAADMAAAAAADMAAAAAABMAAAAAADMAAAAAABMAAAAAACMAAAAAABMAAAAAACMAAAAAACMAAAAAABMAAAAAACTwAAAAABTwAAAAADMAAAAAAAMAAAAAABMAAAAAACMAAAAAACMAAAAAACMAAAAAAAMAAAAAAAMAAAAAABMAAAAAABMAAAAAAAMAAAAAACMAAAAAABMAAAAAAAMAAAAAADTwAAAAABTwAAAAACMAAAAAABMAAAAAADMAAAAAADMAAAAAADMAAAAAADMAAAAAAAMAAAAAACMAAAAAACMAAAAAAAMAAAAAADMAAAAAACMAAAAAABMAAAAAADMAAAAAADTwAAAAABTwAAAAABTwAAAAABTwAAAAABTwAAAAACTwAAAAABTwAAAAABTwAAAAABTwAAAAADTwAAAAAATwAAAAAATwAAAAACTwAAAAADTwAAAAAATwAAAAABTwAAAAACTwAAAAABTwAAAAACTwAAAAABTwAAAAABTwAAAAADTwAAAAABTwAAAAADTwAAAAABTwAAAAAATwAAAAADTwAAAAACTwAAAAACTwAAAAADTwAAAAACTwAAAAADTwAAAAABTwAAAAABTwAAAAAD version: 6 1,4: ind: 1,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAMgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAA + tiles: bgAAAAAAbgAAAAAAbgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAIQAAAAADIQAAAAACIQAAAAADIAAAAAABIAAAAAACIAAAAAABbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADTwAAAAADTwAAAAADTwAAAAAATwAAAAADTwAAAAACTwAAAAADTwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACVAAAAAABTwAAAAADTwAAAAAATwAAAAAAVAAAAAABTwAAAAABVAAAAAABTwAAAAADTwAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACVAAAAAABTwAAAAADTwAAAAACTwAAAAABVAAAAAABTwAAAAACVAAAAAACbwAAAAADbgAAAAAAbgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACVAAAAAACTwAAAAACTwAAAAADTwAAAAACVAAAAAADTwAAAAADVAAAAAABbwAAAAADbgAAAAAAbgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAATwAAAAADTwAAAAACTwAAAAADTwAAAAABTwAAAAACTwAAAAABTwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbwAAAAADbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbwAAAAABbwAAAAACbgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbwAAAAABbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbwAAAAADbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAbwAAAAABbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,4: ind: 3,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGgAAAAAEKwAAAAABKwAAAAACfwAAAAAAKwAAAAAAKwAAAAACKwAAAAAAKwAAAAABKwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAFGgAAAAAGKwAAAAADKwAAAAAAKwAAAAADKwAAAAADKwAAAAAAKwAAAAADKwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGgAAAAAAGQAAAAADGgAAAAACGgAAAAAGKwAAAAACKwAAAAABKwAAAAACKwAAAAADKwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAGGgAAAAACGgAAAAAGKwAAAAABKwAAAAAAKwAAAAACKwAAAAACKwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGQAAAAACGgAAAAAAGgAAAAACGgAAAAAGKwAAAAABKwAAAAABKwAAAAABKwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGQAAAAAGGQAAAAABGgAAAAAAGgAAAAAFGgAAAAAHGgAAAAAAKwAAAAAAGgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAGQAAAAAGGQAAAAADGgAAAAAAGgAAAAAFGgAAAAABGgAAAAACGgAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGQAAAAAGGQAAAAAGGgAAAAAHGgAAAAACKwAAAAABGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAGQAAAAABGQAAAAADGgAAAAAFKwAAAAADKwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAGQAAAAAAGgAAAAAGGgAAAAAAGgAAAAAEGgAAAAADGgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGQAAAAAAGgAAAAABGgAAAAABKwAAAAADGgAAAAAFGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGQAAAAACGQAAAAACGQAAAAAFGgAAAAAHGgAAAAAHGgAAAAAAGgAAAAAGKwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAEGgAAAAAAGgAAAAAEGgAAAAAAGgAAAAABKwAAAAABGgAAAAADGgAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGQAAAAAEGgAAAAAAGQAAAAABfwAAAAAAGQAAAAAGGgAAAAAEGQAAAAAFGgAAAAAEGgAAAAAFGgAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGgAAAAAGfwAAAAAAGQAAAAAAGQAAAAAAGQAAAAAGGQAAAAAFGgAAAAABGgAAAAAGGgAAAAAGAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAGQAAAAAGGgAAAAABfwAAAAAAGQAAAAACGQAAAAACfwAAAAAAGQAAAAABGgAAAAAAGgAAAAACGgAAAAAB + tiles: IQAAAAACIAAAAAABIAAAAAAAIAAAAAABIAAAAAACIAAAAAADIAAAAAABVAAAAAADKwAAAAAAKwAAAAACfwAAAAAAKwAAAAACKwAAAAACKwAAAAABKwAAAAABKwAAAAACTwAAAAADTwAAAAADTwAAAAACVAAAAAADVAAAAAAAVAAAAAABGQAAAAAGGQAAAAACGgAAAAAGKwAAAAABKwAAAAADKwAAAAAAKwAAAAABKwAAAAAAKwAAAAADKwAAAAACTwAAAAACTwAAAAAATwAAAAADIAAAAAAAIAAAAAABIAAAAAABGQAAAAAGGgAAAAABGQAAAAAAGgAAAAAEGgAAAAAFKwAAAAAAKwAAAAABKwAAAAADKwAAAAAAKwAAAAAATwAAAAACTwAAAAADTwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAACGgAAAAACGgAAAAAAKwAAAAADKwAAAAABKwAAAAADKwAAAAADKwAAAAAATwAAAAABTwAAAAABTwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGQAAAAADGgAAAAAAGgAAAAAGGgAAAAAEKwAAAAACKwAAAAADKwAAAAAAKwAAAAADAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGQAAAAADGQAAAAAFGgAAAAAGGgAAAAABGgAAAAAFGgAAAAAEKwAAAAABGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAGQAAAAAEGQAAAAACGgAAAAACGgAAAAACGgAAAAAHGgAAAAAEGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGQAAAAABGQAAAAAEGgAAAAAAGgAAAAABKwAAAAACGgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAGQAAAAAAGQAAAAAGGgAAAAAGKwAAAAACKwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAGQAAAAAEGgAAAAAFGgAAAAABGgAAAAAGGgAAAAABGgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGQAAAAAAGgAAAAADGgAAAAAAKwAAAAABGgAAAAADGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGQAAAAAFGQAAAAAEGQAAAAAEGgAAAAAGGgAAAAAFGgAAAAAEGgAAAAADKwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAAGgAAAAAHGgAAAAACGgAAAAAFGgAAAAACKwAAAAABGgAAAAADGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGgAAAAAHGQAAAAABfwAAAAAAGQAAAAAAGgAAAAABGQAAAAADGgAAAAADGgAAAAAGGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGgAAAAAHfwAAAAAAGQAAAAAGGQAAAAADGQAAAAAEGQAAAAAFGgAAAAAEGgAAAAAGGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGgAAAAAAfwAAAAAAGQAAAAAEGQAAAAAAfwAAAAAAGQAAAAAAGgAAAAAEGgAAAAAFGgAAAAAB version: 6 6,2: ind: 6,2 - tiles: GQAAAAADGgAAAAAFGQAAAAAGGQAAAAACGQAAAAADGQAAAAAGGQAAAAADGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAEGQAAAAABGQAAAAAAGQAAAAAGGQAAAAAAGQAAAAACGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGgAAAAAAGQAAAAAEGQAAAAAEGQAAAAAFGQAAAAAGGQAAAAAAGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAGGQAAAAACGQAAAAADGgAAAAAEGQAAAAAGGQAAAAAFGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAHGQAAAAAFGgAAAAACGQAAAAACGQAAAAAEGQAAAAAEGQAAAAAGGQAAAAACGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAAGQAAAAAAGQAAAAAAGgAAAAAAGQAAAAACGQAAAAAGGQAAAAAGGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAABGgAAAAAHGQAAAAAGGgAAAAACGgAAAAAFGgAAAAAGGQAAAAACGQAAAAAEGQAAAAADGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAHGgAAAAACGQAAAAAFGgAAAAAGGgAAAAAAGgAAAAAEGQAAAAAFGQAAAAAGGQAAAAAAGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFGgAAAAAGGgAAAAABGgAAAAABKwAAAAACGgAAAAAGGgAAAAACGQAAAAACGQAAAAAGGQAAAAACGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAKwAAAAACKwAAAAACGgAAAAAAGgAAAAABGgAAAAAGKwAAAAAAGQAAAAADGQAAAAABGQAAAAAFGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAADKwAAAAADKwAAAAACKwAAAAADKwAAAAAAKwAAAAABKwAAAAACGQAAAAADGQAAAAAGGQAAAAAGGQAAAAADGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAADKwAAAAAAKwAAAAADKwAAAAABKwAAAAADKwAAAAACKwAAAAACKwAAAAABGQAAAAACGQAAAAAEGQAAAAACGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAAAKwAAAAAAKwAAAAADKwAAAAABKwAAAAACewAAAAAAewAAAAACKwAAAAACKwAAAAABGQAAAAADGQAAAAAGGQAAAAACGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAAAKwAAAAACKwAAAAAAKwAAAAACKwAAAAADewAAAAACewAAAAAAKwAAAAADKwAAAAAAKwAAAAABGQAAAAACGQAAAAACGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAADKwAAAAACKwAAAAAAKwAAAAABewAAAAACewAAAAABKwAAAAAAKwAAAAAAKwAAAAABGQAAAAACGQAAAAAGGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAAFGQAAAAADKwAAAAABKwAAAAACewAAAAACewAAAAADKwAAAAAAKwAAAAAAGQAAAAAGGQAAAAAEGQAAAAACGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: GQAAAAADGgAAAAAGGQAAAAABGQAAAAACGQAAAAABGQAAAAACGQAAAAACGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAAGQAAAAABGQAAAAAFGQAAAAAAGQAAAAACGQAAAAACGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGgAAAAAHGQAAAAAGGQAAAAAFGQAAAAAAGQAAAAAEGQAAAAADGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAEGQAAAAACGQAAAAAEGgAAAAAGGQAAAAAGGQAAAAABGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAEGQAAAAADGgAAAAAHGQAAAAABGQAAAAAGGQAAAAAAGQAAAAAAGQAAAAABGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAADGQAAAAABGQAAAAAEGgAAAAADGQAAAAAEGQAAAAACGQAAAAACGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAHGgAAAAAAGQAAAAAEGgAAAAAEGgAAAAAEGgAAAAAGGQAAAAAFGQAAAAAFGQAAAAABGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAACGgAAAAAHGQAAAAABGgAAAAAEGgAAAAAFGgAAAAAAGQAAAAAEGQAAAAAGGQAAAAACGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAACGgAAAAABGgAAAAAFGgAAAAACKwAAAAADGgAAAAAAGgAAAAAGGQAAAAAEGQAAAAABGQAAAAAGGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFKwAAAAACKwAAAAADGgAAAAAEGgAAAAAHGgAAAAAEKwAAAAACGQAAAAABGQAAAAAFGQAAAAADGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAACKwAAAAAAKwAAAAADKwAAAAAAKwAAAAADKwAAAAACKwAAAAACGQAAAAACGQAAAAAEGQAAAAACGQAAAAAAGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAACKwAAAAABKwAAAAABKwAAAAAAKwAAAAAAKwAAAAABKwAAAAACKwAAAAAAGQAAAAAEGQAAAAAEGQAAAAAEGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAABKwAAAAADKwAAAAACKwAAAAABKwAAAAACewAAAAADewAAAAABKwAAAAACKwAAAAADGQAAAAADGQAAAAAFGQAAAAACGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAADKwAAAAABKwAAAAAAKwAAAAACKwAAAAABewAAAAABewAAAAABKwAAAAACKwAAAAACKwAAAAAAGQAAAAAAGQAAAAABGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAAKwAAAAACKwAAAAACKwAAAAADewAAAAADewAAAAACKwAAAAADKwAAAAACKwAAAAACGQAAAAACGQAAAAADGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAABGQAAAAAAKwAAAAAAKwAAAAABewAAAAAAewAAAAADKwAAAAAAKwAAAAABGQAAAAAFGQAAAAAGGQAAAAABGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 6,3: ind: 6,3 - tiles: GQAAAAAGGQAAAAABGQAAAAABGQAAAAAGKwAAAAACKwAAAAABKwAAAAABKwAAAAADKwAAAAABGQAAAAADGQAAAAAAGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGgAAAAACGgAAAAABGQAAAAAEGgAAAAAAKwAAAAADKwAAAAADGgAAAAAEGQAAAAADGQAAAAABGQAAAAACGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFGgAAAAAEGQAAAAAEGgAAAAAFGgAAAAACKwAAAAACGgAAAAAGKwAAAAABGQAAAAADGQAAAAAAGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGgAAAAABGgAAAAAFGQAAAAAGGgAAAAAEGgAAAAAGGgAAAAAFGgAAAAADGQAAAAAGGQAAAAAGGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAAfwAAAAAAfwAAAAAAGQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAAGGQAAAAACfwAAAAAAfwAAAAAAGQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAABGQAAAAADGQAAAAACGQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAEfwAAAAAAGQAAAAACGQAAAAAEGQAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAfwAAAAAAGgAAAAADfwAAAAAAGQAAAAADfwAAAAAAGgAAAAAHGgAAAAABGgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAEGQAAAAADGQAAAAADGQAAAAAFGQAAAAACGgAAAAABGgAAAAAEGQAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAEGQAAAAADGQAAAAAGGQAAAAAEGQAAAAADGQAAAAAAGQAAAAAGGQAAAAAEGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAABGQAAAAACGQAAAAABGQAAAAAAGQAAAAAFGQAAAAADGQAAAAAAGQAAAAAFGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAABGgAAAAAAGQAAAAAEGQAAAAABGQAAAAABGQAAAAACGQAAAAAAGQAAAAACGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGgAAAAAEGgAAAAAGGQAAAAACGQAAAAAGGQAAAAAGGQAAAAADGQAAAAAGGQAAAAAAGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAFGgAAAAAFGgAAAAAAGQAAAAACGQAAAAAEGQAAAAAAGQAAAAAAGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAFGQAAAAAFGQAAAAACGQAAAAAFGQAAAAAFGQAAAAAAGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: GQAAAAAGGQAAAAAEGQAAAAAFGQAAAAABKwAAAAAAKwAAAAADKwAAAAACKwAAAAADKwAAAAAAGQAAAAAAGQAAAAAAGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGgAAAAAHGgAAAAABGQAAAAABGgAAAAAEKwAAAAADKwAAAAADGgAAAAADGQAAAAAEGQAAAAAAGQAAAAABGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFGgAAAAADGQAAAAAEGgAAAAAFGgAAAAAFKwAAAAAAGgAAAAAAKwAAAAADGQAAAAAFGQAAAAABGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGgAAAAAAGgAAAAAAGQAAAAABGgAAAAAEGgAAAAABGgAAAAADGgAAAAAHGQAAAAAAGQAAAAAEGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAACfwAAAAAAfwAAAAAAGQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAAGQAAAAAFfwAAAAAAfwAAAAAAGQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAEGQAAAAABGQAAAAAAGQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAACfwAAAAAAGQAAAAAFGQAAAAAGGQAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAfwAAAAAAGgAAAAAFfwAAAAAAGQAAAAABfwAAAAAAGgAAAAAFGgAAAAADGgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAACGQAAAAACGQAAAAADGQAAAAADGQAAAAAEGgAAAAAEGgAAAAACGQAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAGGQAAAAACGQAAAAAAGQAAAAAAGQAAAAACGQAAAAAEGQAAAAAEGQAAAAABGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAADGQAAAAAAGQAAAAAFGQAAAAAFGQAAAAABGQAAAAAGGQAAAAADGQAAAAAGGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAGGgAAAAAFGQAAAAAEGQAAAAADGQAAAAAAGQAAAAAFGQAAAAACGQAAAAAEGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGgAAAAAHGgAAAAADGQAAAAADGQAAAAABGQAAAAABGQAAAAAFGQAAAAADGQAAAAACGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAGGgAAAAACGgAAAAABGQAAAAACGQAAAAABGQAAAAACGQAAAAAFGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAEGQAAAAAAGQAAAAAGGQAAAAAGGQAAAAADGQAAAAAEGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 6,1: ind: 6,1 - tiles: GgAAAAAAGQAAAAAGGQAAAAACKwAAAAACKwAAAAABGgAAAAAHUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAGQAAAAAEGQAAAAAFAAAAAAAAAAAAAAAAfwAAAAAAGQAAAAABGQAAAAABKwAAAAAAGgAAAAABGgAAAAACUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAGQAAAAACGQAAAAAEAAAAAAAAAAAAAAAAGgAAAAAFGQAAAAAFGgAAAAABKwAAAAACGgAAAAAGGgAAAAAEUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAGgAAAAAGGQAAAAAFGQAAAAAEAAAAAAAAAAAAAAAAGgAAAAADGQAAAAAEKwAAAAAAKwAAAAACGQAAAAABGgAAAAAGGQAAAAAEfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAGgAAAAAFGQAAAAADGQAAAAAFAAAAAAAAAAAAAAAAKwAAAAABKwAAAAACKwAAAAABGQAAAAAAGQAAAAADGQAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAABGQAAAAACGgAAAAAEGQAAAAAAGQAAAAAGAAAAAAAAAAAAAAAAKwAAAAABGQAAAAAFGQAAAAABGQAAAAADGQAAAAABGQAAAAAFGQAAAAAEfwAAAAAAGQAAAAABGQAAAAABGQAAAAAFGQAAAAAGGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGgAAAAABGQAAAAACGQAAAAADGQAAAAADGQAAAAADGQAAAAACfwAAAAAAGQAAAAAGGQAAAAAGGQAAAAABGQAAAAABGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAADGQAAAAACGQAAAAAAGQAAAAACGQAAAAAGGQAAAAAEGQAAAAAAGQAAAAABGQAAAAAAGQAAAAABGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAADGQAAAAAAGQAAAAAEGQAAAAAAGQAAAAADGQAAAAAEGQAAAAABGQAAAAAAGQAAAAAAGQAAAAAFGQAAAAACGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAABGQAAAAABGgAAAAAHGQAAAAAAGQAAAAAEGQAAAAAGGQAAAAAFGQAAAAAEGQAAAAADGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGgAAAAABGQAAAAAFGQAAAAADGQAAAAAGGQAAAAACGQAAAAAEGQAAAAAGGQAAAAAFGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAFGQAAAAACGQAAAAAAGQAAAAABGQAAAAABGQAAAAADGQAAAAAGGQAAAAAAGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAEGQAAAAADGQAAAAAAGQAAAAAGGQAAAAADGQAAAAAAGQAAAAADGQAAAAAEGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAAEGQAAAAABGQAAAAAFGQAAAAAEGQAAAAACGQAAAAAAGQAAAAAAGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAABGQAAAAAGGQAAAAACGQAAAAAFGQAAAAAFGQAAAAAGGQAAAAAGGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAAEGQAAAAACGQAAAAAFGQAAAAABGQAAAAAFGQAAAAACGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: GgAAAAAAGQAAAAAGGQAAAAAEKwAAAAAAKwAAAAAAGgAAAAAHUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAGQAAAAABGQAAAAABAAAAAAAAAAAAAAAAfwAAAAAAGQAAAAAGGQAAAAADKwAAAAAAGgAAAAAHGgAAAAAEUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAGQAAAAAGGQAAAAAGAAAAAAAAAAAAAAAAGgAAAAAAGQAAAAAAGgAAAAAAKwAAAAAAGgAAAAAAGgAAAAACUAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAUAAAAAAAGgAAAAAHGQAAAAAGGQAAAAACAAAAAAAAAAAAAAAAGgAAAAAEGQAAAAAGKwAAAAADKwAAAAADGQAAAAABGgAAAAAGGQAAAAABfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAGgAAAAAEGQAAAAACGQAAAAABAAAAAAAAAAAAAAAAKwAAAAABKwAAAAABKwAAAAADGQAAAAAFGQAAAAABGQAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAGQAAAAAEGQAAAAAGGgAAAAAAGQAAAAAAGQAAAAAFAAAAAAAAAAAAAAAAKwAAAAADGQAAAAABGQAAAAAAGQAAAAADGQAAAAAAGQAAAAAFGQAAAAACfwAAAAAAGQAAAAACGQAAAAAAGQAAAAAAGQAAAAABGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGgAAAAAEGQAAAAAEGQAAAAAAGQAAAAAGGQAAAAABGQAAAAACfwAAAAAAGQAAAAADGQAAAAACGQAAAAAAGQAAAAAGGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAADGQAAAAAEGQAAAAAAGQAAAAADGQAAAAABGQAAAAACGQAAAAAAGQAAAAAAGQAAAAABGQAAAAAAGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAADGQAAAAAGGQAAAAAGGQAAAAAFGQAAAAAAGQAAAAAFGQAAAAAGGQAAAAAGGQAAAAABGQAAAAAFGQAAAAAEGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAFGQAAAAAFGgAAAAADGQAAAAAFGQAAAAACGQAAAAAAGQAAAAAAGQAAAAAEGQAAAAAFGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGgAAAAAFGQAAAAADGQAAAAADGQAAAAABGQAAAAABGQAAAAAEGQAAAAADGQAAAAAEGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAFGQAAAAAAGQAAAAAFGQAAAAAGGQAAAAAEGQAAAAAFGQAAAAAEGQAAAAAEGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGQAAAAABGQAAAAACGQAAAAAFGQAAAAACGQAAAAACGQAAAAAGGQAAAAAGGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAEGQAAAAAEGQAAAAAGGQAAAAAAGQAAAAAFGQAAAAAAGQAAAAACGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAAGQAAAAAFGQAAAAACGQAAAAABGQAAAAAEGQAAAAABGQAAAAAAGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAABGQAAAAADGQAAAAACGQAAAAAFGQAAAAADGQAAAAAAGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 6,4: ind: 6,4 - tiles: GQAAAAAEGQAAAAAAGQAAAAABGQAAAAAGGQAAAAAGGQAAAAAEGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGgAAAAAAGQAAAAAEGQAAAAADGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAGGQAAAAAEGQAAAAAFGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAAGQAAAAAEGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGQAAAAABGQAAAAAFGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAEGQAAAAACGQAAAAABGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAGQAAAAABGQAAAAAEGQAAAAAEGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGgAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAGQAAAAAEfwAAAAAAfwAAAAAAfwAAAAAATwAAAAADfwAAAAAATwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAGQAAAAAEfwAAAAAAGQAAAAADfwAAAAAATwAAAAADfwAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAFGQAAAAABfwAAAAAAfwAAAAAATwAAAAAAfwAAAAAATwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAATwAAAAAATwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAAfwAAAAAAfwAAAAAAGQAAAAAGGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAABfwAAAAAAfwAAAAAAGQAAAAAEGQAAAAAAGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAGGQAAAAAAGQAAAAAFGQAAAAACGQAAAAADGQAAAAAAGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAADAAAAAAAAGQAAAAABGQAAAAAAGQAAAAABGQAAAAADGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: GQAAAAAFGQAAAAAAGQAAAAABGQAAAAAAGQAAAAABGQAAAAAEGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGgAAAAAEGQAAAAACGQAAAAADGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAGGQAAAAABGQAAAAABGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAAEGQAAAAAFGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFGQAAAAAAGQAAAAAAGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAADGQAAAAAGGQAAAAADGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAUAAAAAAAGQAAAAADGQAAAAAGGQAAAAAGGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGgAAAAABfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAGQAAAAADfwAAAAAAfwAAAAAAfwAAAAAATwAAAAACfwAAAAAATwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAGQAAAAACfwAAAAAAGQAAAAAEfwAAAAAATwAAAAADfwAAAAAATwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAFGQAAAAAFfwAAAAAAfwAAAAAATwAAAAADfwAAAAAATwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAACTwAAAAABTwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAABfwAAAAAAfwAAAAAAGQAAAAAAGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAAEfwAAAAAAfwAAAAAAGQAAAAABGQAAAAACGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAAGQAAAAABGQAAAAAFGQAAAAADGQAAAAACGQAAAAAEGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAACAAAAAAAAGQAAAAABGQAAAAACGQAAAAABGQAAAAACGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,4: ind: 5,4 - tiles: GgAAAAADGgAAAAAEGgAAAAABGgAAAAABGgAAAAADGgAAAAAAGgAAAAACGgAAAAACGgAAAAAEGQAAAAAFGQAAAAABGQAAAAADGQAAAAAEGQAAAAACGQAAAAACGQAAAAAFGgAAAAAGGgAAAAAFGgAAAAACGgAAAAAAGgAAAAABGgAAAAAFGgAAAAAAGgAAAAAAGgAAAAABGQAAAAAGGQAAAAAFGQAAAAAGGQAAAAAAGQAAAAAEGQAAAAAEGQAAAAAGGgAAAAAAGgAAAAADGgAAAAADGgAAAAAGGgAAAAAFGgAAAAAEGgAAAAAEGgAAAAACGgAAAAAFGQAAAAAAGQAAAAAEGQAAAAAFGQAAAAAGGQAAAAABGQAAAAAGGQAAAAAEGgAAAAAEGQAAAAAGGQAAAAADGgAAAAAGGgAAAAAHGgAAAAABGgAAAAADGQAAAAAEGQAAAAAEGgAAAAAFKwAAAAABGQAAAAAEGQAAAAAEGQAAAAABGQAAAAABGgAAAAAHGgAAAAACGQAAAAAGGQAAAAAEGgAAAAAGGQAAAAADGQAAAAAEGQAAAAADGQAAAAAAGQAAAAAEGQAAAAABGQAAAAADGQAAAAABGQAAAAACGQAAAAABGQAAAAADGQAAAAAFGQAAAAADGQAAAAAAGQAAAAAEGQAAAAACGQAAAAABGQAAAAAEGQAAAAABGQAAAAADGQAAAAAFGQAAAAAEGQAAAAABGQAAAAAFGQAAAAAFGQAAAAADGQAAAAADGQAAAAACGQAAAAAGGQAAAAADGQAAAAAEGgAAAAAEGQAAAAAEGQAAAAAGGQAAAAABGQAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAGQAAAAAFUAAAAAAAUAAAAAAAUAAAAAAAGQAAAAADGgAAAAACGQAAAAAEGQAAAAADGgAAAAAGGQAAAAABGQAAAAAAGQAAAAAEGQAAAAAEUAAAAAAAGQAAAAADGQAAAAAATwAAAAACGQAAAAACGQAAAAAAGQAAAAAGTwAAAAACGQAAAAAAGQAAAAABGQAAAAAGGgAAAAACGQAAAAAGGQAAAAABGQAAAAAFGQAAAAAGUAAAAAAAGQAAAAACGQAAAAACGQAAAAAEGQAAAAAEGQAAAAADGQAAAAAFfwAAAAAAGQAAAAADGQAAAAAGGQAAAAAGGQAAAAADGQAAAAADGQAAAAABGQAAAAAEGQAAAAAGUAAAAAAAGQAAAAAAGQAAAAADGQAAAAAAGQAAAAAFGQAAAAAGGQAAAAAEGQAAAAACGQAAAAABGQAAAAAAGQAAAAADGQAAAAAGGQAAAAAEGQAAAAAEGQAAAAACGQAAAAAAUAAAAAAAGQAAAAACGQAAAAAFGQAAAAAAGQAAAAAAGQAAAAADGQAAAAAAGQAAAAADGQAAAAAEGQAAAAAFGQAAAAAEGgAAAAAAGQAAAAAFGQAAAAADGQAAAAAEGQAAAAAFUAAAAAAAGQAAAAABGQAAAAAGGQAAAAABGQAAAAADGQAAAAAEGQAAAAAGTwAAAAACGgAAAAAEGQAAAAAFGQAAAAAEGQAAAAAFGQAAAAADGQAAAAAFGQAAAAAAGQAAAAAAUAAAAAAAGQAAAAACGQAAAAAFTwAAAAABGQAAAAAEGQAAAAAAGQAAAAACGQAAAAABGgAAAAAEGgAAAAAAGQAAAAAAGQAAAAAFGQAAAAACGQAAAAAAGQAAAAAAGQAAAAADUAAAAAAAGQAAAAAAGQAAAAACGQAAAAADGQAAAAAATwAAAAADGQAAAAAEGQAAAAAFGgAAAAAGGgAAAAACGgAAAAACGgAAAAACGQAAAAAAGQAAAAAGGQAAAAAEGQAAAAABUAAAAAAAGQAAAAACGQAAAAAGGQAAAAAAGQAAAAADTwAAAAADGQAAAAAFGQAAAAAFGgAAAAADGgAAAAABfwAAAAAAGgAAAAADGgAAAAACGQAAAAACGQAAAAABGQAAAAAAGQAAAAADGQAAAAAEGQAAAAAGGQAAAAACGQAAAAADGQAAAAAEGQAAAAAEGQAAAAAD + tiles: GgAAAAADGgAAAAADGgAAAAAFGgAAAAACGgAAAAABGgAAAAAFGgAAAAABGgAAAAAAGgAAAAAFGQAAAAAEGQAAAAAGGQAAAAAEGQAAAAAAGQAAAAABGQAAAAAEGQAAAAADGgAAAAACGgAAAAAEGgAAAAABGgAAAAAHGgAAAAABGgAAAAAEGgAAAAAFGgAAAAADGgAAAAAHGQAAAAAGGQAAAAABGQAAAAAGGQAAAAAEGQAAAAAEGQAAAAAEGQAAAAACGgAAAAAEGgAAAAAGGgAAAAAHGgAAAAABGgAAAAACGgAAAAACGgAAAAAEGgAAAAAEGgAAAAAHGQAAAAAAGQAAAAAEGQAAAAAGGQAAAAACGQAAAAAFGQAAAAABGQAAAAAFGgAAAAAFGQAAAAAEGQAAAAABGgAAAAAAGgAAAAAAGgAAAAACGgAAAAACGQAAAAAGGQAAAAAGGgAAAAACKwAAAAACGQAAAAACGQAAAAAFGQAAAAAGGQAAAAAFGgAAAAAGGgAAAAAFGQAAAAAAGQAAAAACGgAAAAAGGQAAAAAFGQAAAAADGQAAAAAEGQAAAAAAGQAAAAADGQAAAAABGQAAAAAFGQAAAAACGQAAAAAEGQAAAAAFGQAAAAADGQAAAAAFGQAAAAABGQAAAAAFGQAAAAAFGQAAAAAAGQAAAAAGGQAAAAAGGQAAAAAFGQAAAAADGQAAAAAGGQAAAAAGGQAAAAABGQAAAAADGQAAAAADGQAAAAACGQAAAAAGGQAAAAAGGQAAAAAGGQAAAAAFGQAAAAAFGgAAAAAAGQAAAAABGQAAAAAAGQAAAAAAGQAAAAADUAAAAAAAUAAAAAAAUAAAAAAAGQAAAAAEUAAAAAAAUAAAAAAAUAAAAAAAGQAAAAADGgAAAAAEGQAAAAAEGQAAAAABGgAAAAAHGQAAAAAFGQAAAAABGQAAAAAFGQAAAAAEUAAAAAAAGQAAAAAFGQAAAAAATwAAAAAAGQAAAAACGQAAAAAAGQAAAAAGTwAAAAABGQAAAAADGQAAAAACGQAAAAADGgAAAAABGQAAAAAEGQAAAAAEGQAAAAAFGQAAAAAEUAAAAAAAGQAAAAAFGQAAAAAEGQAAAAADGQAAAAAEGQAAAAAEGQAAAAADfwAAAAAAGQAAAAAGGQAAAAADGQAAAAAFGQAAAAADGQAAAAACGQAAAAADGQAAAAAAGQAAAAAEUAAAAAAAGQAAAAACGQAAAAAEGQAAAAAAGQAAAAAEGQAAAAAEGQAAAAACGQAAAAAGGQAAAAAAGQAAAAAAGQAAAAAEGQAAAAADGQAAAAADGQAAAAAEGQAAAAAEGQAAAAACUAAAAAAAGQAAAAACGQAAAAACGQAAAAADGQAAAAAFGQAAAAAAGQAAAAAGGQAAAAAFGQAAAAACGQAAAAAFGQAAAAADGgAAAAAGGQAAAAADGQAAAAAEGQAAAAAAGQAAAAABUAAAAAAAGQAAAAACGQAAAAACGQAAAAAFGQAAAAABGQAAAAABGQAAAAAGTwAAAAAAGgAAAAAHGQAAAAABGQAAAAABGQAAAAABGQAAAAADGQAAAAACGQAAAAAEGQAAAAACUAAAAAAAGQAAAAACGQAAAAABTwAAAAACGQAAAAAEGQAAAAAFGQAAAAADGQAAAAACGgAAAAABGgAAAAABGQAAAAAAGQAAAAADGQAAAAAFGQAAAAABGQAAAAADGQAAAAAEUAAAAAAAGQAAAAAFGQAAAAABGQAAAAABGQAAAAABTwAAAAACGQAAAAAGGQAAAAAEGgAAAAAEGgAAAAACGgAAAAABGgAAAAAFGQAAAAACGQAAAAAFGQAAAAADGQAAAAAFUAAAAAAAGQAAAAAFGQAAAAACGQAAAAAAGQAAAAAATwAAAAACGQAAAAADGQAAAAAGGgAAAAAHGgAAAAACfwAAAAAAGgAAAAAGGgAAAAADGQAAAAADGQAAAAAFGQAAAAADGQAAAAAEGQAAAAAAGQAAAAAGGQAAAAAGGQAAAAABGQAAAAAEGQAAAAADGQAAAAAC version: 6 4,4: ind: 4,4 - tiles: KwAAAAAAGgAAAAAAGgAAAAADGQAAAAACGQAAAAABGgAAAAAHGQAAAAAEfwAAAAAAGgAAAAADGgAAAAAGGgAAAAAAfwAAAAAAGgAAAAAGGgAAAAABGgAAAAAAGgAAAAAFGgAAAAADGQAAAAAEGQAAAAAGGQAAAAACGQAAAAAEGQAAAAABGQAAAAADGQAAAAADGQAAAAAGGQAAAAAFGQAAAAAGGQAAAAABGQAAAAAGGgAAAAAGGgAAAAAGGgAAAAADKwAAAAAAGQAAAAAFGQAAAAAFGQAAAAACGQAAAAAGGQAAAAACGQAAAAABGQAAAAAGGQAAAAAAGQAAAAAAGQAAAAAFGQAAAAABGQAAAAACGQAAAAABGgAAAAADGgAAAAAHKwAAAAADGQAAAAABGgAAAAABfwAAAAAAfwAAAAAAGQAAAAABGQAAAAAAGgAAAAAEGgAAAAAFGgAAAAAHGQAAAAACGQAAAAAFGQAAAAAEGQAAAAAFGgAAAAAHGgAAAAADGQAAAAACGgAAAAAEGQAAAAAEGQAAAAADGQAAAAAGGQAAAAADGQAAAAAEGQAAAAACGQAAAAAEGQAAAAAAGgAAAAAGGQAAAAAGGQAAAAADGQAAAAAGGgAAAAAFGgAAAAAEGgAAAAAHGgAAAAAEGQAAAAACGQAAAAAFGQAAAAAFGQAAAAADGQAAAAADGQAAAAAAGgAAAAADGQAAAAACGQAAAAAAGQAAAAAFGQAAAAACGQAAAAAAGQAAAAAFGQAAAAADGgAAAAADGgAAAAAEGgAAAAAEGgAAAAAFfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAAGQAAAAAEGQAAAAAAGgAAAAADfwAAAAAAGgAAAAACGgAAAAAGGgAAAAAEGgAAAAACGgAAAAAFUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAGQAAAAAFGgAAAAAAGgAAAAAAGgAAAAAFGgAAAAACGgAAAAADGgAAAAAEGgAAAAACGgAAAAABUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAGQAAAAAGGgAAAAABGgAAAAAGGgAAAAAFGgAAAAAGGgAAAAABGgAAAAAGGgAAAAABGgAAAAAEGgAAAAAEGgAAAAADUAAAAAAAUAAAAAAAUAAAAAAAGgAAAAAHGQAAAAAEGgAAAAAHGgAAAAAEGgAAAAAHGgAAAAAHGgAAAAAHGgAAAAAEGQAAAAABKwAAAAADGgAAAAADGgAAAAAEGgAAAAAGGgAAAAAAGgAAAAAGGgAAAAAGGgAAAAAAGQAAAAACGgAAAAAAGgAAAAACGgAAAAACGgAAAAACGgAAAAADGQAAAAAGGQAAAAACGgAAAAAEGgAAAAACGgAAAAAEGgAAAAAEGgAAAAAAGQAAAAAFGgAAAAABGgAAAAAFGQAAAAAEGgAAAAADGgAAAAAFGgAAAAABGgAAAAADGgAAAAAFGQAAAAAFGgAAAAAGGgAAAAAEGgAAAAAGKwAAAAAAfwAAAAAAGgAAAAAAGgAAAAAFGgAAAAAAfwAAAAAAGgAAAAAGGgAAAAABfwAAAAAAGgAAAAAGGgAAAAACGgAAAAAEGgAAAAAEGgAAAAAAGgAAAAAHGgAAAAAHGgAAAAAAGgAAAAAGGgAAAAAFfwAAAAAAfwAAAAAAGgAAAAABfwAAAAAAGgAAAAAGGgAAAAAAfwAAAAAAGgAAAAAHGgAAAAABGgAAAAADGgAAAAAAKwAAAAAAfwAAAAAAGgAAAAAAfwAAAAAAGgAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAACGgAAAAAGGgAAAAAGGgAAAAAAKwAAAAAAGgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAADIAAAAAABfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABfwAAAAAAGgAAAAAGGgAAAAAGGgAAAAAG + tiles: KwAAAAABGgAAAAACGgAAAAAGGQAAAAAFGQAAAAAEGgAAAAAAGQAAAAABfwAAAAAAGgAAAAAFGgAAAAABGgAAAAAFfwAAAAAAGgAAAAAFGgAAAAAGGgAAAAAFGgAAAAAEGgAAAAAGGQAAAAAGGQAAAAAGGQAAAAAGGQAAAAAEGQAAAAABGQAAAAADGQAAAAAAGQAAAAABGQAAAAAAGQAAAAACGQAAAAAAGQAAAAAFGgAAAAAHGgAAAAAGGgAAAAADKwAAAAABGQAAAAAGGQAAAAAFGQAAAAACGQAAAAACGQAAAAACGQAAAAAGGQAAAAAFGQAAAAAAGQAAAAAAGQAAAAACGQAAAAABGQAAAAAFGQAAAAAAGgAAAAACGgAAAAAFKwAAAAACGQAAAAACGgAAAAACfwAAAAAAfwAAAAAAGQAAAAAFGQAAAAAAGgAAAAAEGgAAAAABGgAAAAAHGQAAAAAGGQAAAAAGGQAAAAABGQAAAAAFGgAAAAAGGgAAAAAEGQAAAAACGgAAAAACGQAAAAAGGQAAAAACGQAAAAAAGQAAAAABGQAAAAAEGQAAAAAFGQAAAAADGQAAAAAFGgAAAAAHGQAAAAACGQAAAAAGGQAAAAAEGgAAAAAGGgAAAAACGgAAAAADGgAAAAACGQAAAAAGGQAAAAAGGQAAAAAFGQAAAAACGQAAAAAFGQAAAAACGgAAAAAGGQAAAAAEGQAAAAADGQAAAAAFGQAAAAADGQAAAAAAGQAAAAAEGQAAAAABGgAAAAAHGgAAAAAEGgAAAAAFGgAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAACGQAAAAABGQAAAAADGgAAAAADfwAAAAAAGgAAAAAFGgAAAAAHGgAAAAAAGgAAAAAHGgAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAGQAAAAAGGgAAAAAGGgAAAAAEGgAAAAAFGgAAAAAAGgAAAAAGGgAAAAAAGgAAAAAFGgAAAAAEUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAGQAAAAADGgAAAAACGgAAAAAHGgAAAAAHGgAAAAAHGgAAAAAEGgAAAAACGgAAAAAAGgAAAAAGGgAAAAABGgAAAAAGUAAAAAAAUAAAAAAAUAAAAAAAGgAAAAADGQAAAAAAGgAAAAAGGgAAAAABGgAAAAAGGgAAAAACGgAAAAAFGgAAAAAEGQAAAAAFKwAAAAAAGgAAAAAHGgAAAAAEGgAAAAAFGgAAAAAEGgAAAAAEGgAAAAAAGgAAAAAEGQAAAAAFGgAAAAAEGgAAAAACGgAAAAABGgAAAAAFGgAAAAAGGQAAAAACGQAAAAAAGgAAAAABGgAAAAAHGgAAAAAFGgAAAAAAGgAAAAABGQAAAAAEGgAAAAACGgAAAAABGQAAAAAEGgAAAAAEGgAAAAAGGgAAAAACGgAAAAAAGgAAAAAHGQAAAAACGgAAAAAEGgAAAAABGgAAAAAEKwAAAAABfwAAAAAAGgAAAAADGgAAAAACGgAAAAAHfwAAAAAAGgAAAAADGgAAAAAGfwAAAAAAGgAAAAAAGgAAAAAEGgAAAAADGgAAAAAAGgAAAAAGGgAAAAACGgAAAAADGgAAAAADGgAAAAAFGgAAAAAAfwAAAAAAfwAAAAAAGgAAAAACfwAAAAAAGgAAAAAEGgAAAAAEfwAAAAAAGgAAAAADGgAAAAAAGgAAAAAEGgAAAAAGKwAAAAACfwAAAAAAGgAAAAAGfwAAAAAAGgAAAAAGfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAGgAAAAAAGgAAAAAEGgAAAAADKwAAAAAAGgAAAAAFfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABIAAAAAADfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAfwAAAAAAGgAAAAAAGgAAAAAGGgAAAAAD version: 6 -4,4: ind: -4,4 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAATwAAAAACfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAbgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAABbgAAAAAAbgAAAAAAbgAAAAAATwAAAAACIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAADbgAAAAAAbgAAAAAAbgAAAAAATwAAAAACIAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAbgAAAAAAbgAAAAAAbgAAAAAATwAAAAAAIAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAABbgAAAAAAbgAAAAAAbgAAAAAATwAAAAADIAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAABIAAAAAAAIAAAAAADIAAAAAAAIAAAAAADIAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAVAAAAAADVAAAAAACVAAAAAACTwAAAAADIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAATwAAAAACTwAAAAABTwAAAAACTwAAAAABIAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADTwAAAAABTwAAAAACTwAAAAABTwAAAAACIAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADTwAAAAADTwAAAAABTwAAAAADTwAAAAABIAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAVAAAAAAAVAAAAAAATwAAAAAATwAAAAADIAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADTwAAAAABVAAAAAAATwAAAAABTwAAAAACTwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADVAAAAAADVAAAAAABTwAAAAADTwAAAAACbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADTwAAAAABVAAAAAAATwAAAAABTwAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADVAAAAAAAVAAAAAAATwAAAAAATwAAAAACbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADTwAAAAADTwAAAAACTwAAAAADVAAAAAABbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACTwAAAAAATwAAAAAATwAAAAAAVAAAAAACbgAAAAAA version: 6 -2,-4: ind: -2,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADVAAAAAADTwAAAAACTwAAAAACTwAAAAADVAAAAAADTwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAACVAAAAAABVAAAAAADVAAAAAABVAAAAAAAVAAAAAACIAAAAAABAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAVAAAAAABTwAAAAAATwAAAAACTwAAAAABVAAAAAABTwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAABVAAAAAABVAAAAAADVAAAAAACVAAAAAACVAAAAAAAIAAAAAADAAAAAAAA version: 6 -6,4: ind: -6,4 - tiles: fgAAAAAAfgAAAAAAGQAAAAAAGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAGgAAAAABAAAAAAAAGgAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAGgAAAAADGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGgAAAAADAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFGgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAGgAAAAACGgAAAAAGGgAAAAAHGgAAAAACAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGgAAAAAEGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfwAAAAAA - version: 6 - -5,4: - ind: -5,4 - tiles: fwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAA + tiles: fgAAAAAAfgAAAAAAGQAAAAACGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAACAAAAAAAAGgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFGgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAHGgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAHGgAAAAABGgAAAAABGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAADGgAAAAAGGgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -6,-4: ind: -6,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAA + tiles: fgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAA version: 6 -7,-4: ind: -7,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAA version: 6 -7,-3: ind: -7,-3 @@ -599,23 +599,15 @@ entities: version: 6 -6,5: ind: -6,5 - tiles: AAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAGgAAAAAHAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAA - version: 6 - -5,5: - ind: -5,5 - tiles: fwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAACAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -6,6: ind: -6,6 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA - version: 6 - -5,6: - ind: -5,6 - tiles: fgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAA + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 2,-4: ind: 2,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-4: ind: 4,-4 @@ -623,15 +615,15 @@ entities: version: 6 2,-5: ind: 2,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,-5: ind: 4,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -6,-5: ind: -6,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,-6: ind: 3,-6 @@ -651,7 +643,7 @@ entities: version: 6 -7,5: ind: -7,5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAA version: 6 -7,6: ind: -7,6 @@ -659,23 +651,15 @@ entities: version: 6 -4,6: ind: -4,6 - tiles: AAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -4,5: ind: -4,5 - tiles: AAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -4,7: - ind: -4,7 - tiles: AAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -5,7: - ind: -5,7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACTwAAAAAATwAAAAADTwAAAAADVAAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADVAAAAAACVAAAAAADVAAAAAABbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACTwAAAAADTwAAAAABTwAAAAADbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAbgAAAAAAbwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbgAAAAAAbwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAbgAAAAAAbwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAA version: 6 -6,7: ind: -6,7 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 -7,7: ind: -7,7 @@ -695,35 +679,31 @@ entities: version: 6 6,0: ind: 6,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGQAAAAADGQAAAAABGQAAAAAAGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAACGQAAAAAFGQAAAAACGQAAAAAFGQAAAAAAGQAAAAACGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAACGQAAAAAFGQAAAAACGQAAAAACGQAAAAAFGQAAAAADGQAAAAAGGQAAAAADGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAEGQAAAAABGQAAAAAAGQAAAAABGQAAAAAAGQAAAAAFGQAAAAAAGQAAAAABGQAAAAAFGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAFGQAAAAAFGQAAAAABGQAAAAACGQAAAAABGQAAAAACGQAAAAABGQAAAAABGQAAAAAEGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAFGQAAAAACGQAAAAAFGQAAAAAGGQAAAAAAGQAAAAAFGQAAAAACGQAAAAAEGQAAAAAFGQAAAAAEGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAACGQAAAAABGQAAAAAGGQAAAAAGGQAAAAAAfwAAAAAAGQAAAAAFGQAAAAAGGQAAAAADGQAAAAAAGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAACGQAAAAAEGQAAAAAEGQAAAAADGQAAAAABGQAAAAACfwAAAAAAGQAAAAABGQAAAAABGQAAAAAAGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGgAAAAABGgAAAAAAGgAAAAAFGgAAAAACGQAAAAABGQAAAAAGfwAAAAAAGQAAAAAFGQAAAAAAGQAAAAADGQAAAAAAGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAADKwAAAAABKwAAAAADGgAAAAAAGgAAAAADGgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAACGgAAAAABGQAAAAABGQAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAAKwAAAAABKwAAAAABGgAAAAACGgAAAAACGQAAAAAFfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAGQAAAAAEGQAAAAAFAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAGQAAAAADGQAAAAAGGQAAAAAEGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAADGQAAAAAFGQAAAAADGQAAAAAAGQAAAAAFGQAAAAABGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAAEGQAAAAADGQAAAAAEGQAAAAACGQAAAAACGQAAAAAAGQAAAAABGQAAAAADGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAADGQAAAAAAGQAAAAAAGQAAAAAGGQAAAAADGQAAAAABGQAAAAAEGQAAAAABGQAAAAAFGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAGGQAAAAAAGQAAAAAEGQAAAAACGQAAAAAAGQAAAAAGGQAAAAABGQAAAAACGQAAAAADGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAEGQAAAAAAGQAAAAAAGQAAAAADGQAAAAACGQAAAAACGQAAAAABGQAAAAAFGQAAAAAAGQAAAAAGGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAGGQAAAAAFGQAAAAAAGQAAAAAFGQAAAAAFfwAAAAAAGQAAAAAEGQAAAAAFGQAAAAAEGQAAAAAAGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAABGQAAAAAEGQAAAAAAGQAAAAACGQAAAAAEGQAAAAAEfwAAAAAAGQAAAAAEGQAAAAAGGQAAAAAAGQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGgAAAAABGgAAAAAGGgAAAAAEGgAAAAAHGQAAAAAFGQAAAAAEfwAAAAAAGQAAAAAGGQAAAAAFGQAAAAAAGQAAAAABGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAKwAAAAADKwAAAAABKwAAAAACGgAAAAAEGgAAAAAAGgAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAGGgAAAAAHGQAAAAAEGQAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAAKwAAAAABKwAAAAADGgAAAAAGGgAAAAAGGQAAAAACfwAAAAAAfwAAAAAAUAAAAAAAUAAAAAAAUAAAAAAAGQAAAAAGGQAAAAAFAAAAAAAAAAAAAAAA version: 6 2,4: ind: 2,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAA + tiles: IQAAAAABIQAAAAABIQAAAAAAIAAAAAABVAAAAAAAIAAAAAAAIQAAAAADIQAAAAAAIQAAAAABIAAAAAADIAAAAAABVAAAAAABVAAAAAADVAAAAAACVAAAAAADIQAAAAABTwAAAAAATwAAAAABTwAAAAAATwAAAAADTwAAAAAATwAAAAADTwAAAAABTwAAAAADTwAAAAACTwAAAAACTwAAAAAATwAAAAABTwAAAAADTwAAAAACTwAAAAADTwAAAAACTwAAAAACTwAAAAADTwAAAAACVAAAAAACTwAAAAACVAAAAAACTwAAAAAATwAAAAADTwAAAAACVAAAAAABTwAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAADTwAAAAACTwAAAAADTwAAAAACTwAAAAABVAAAAAADTwAAAAAAVAAAAAABTwAAAAABTwAAAAAATwAAAAACVAAAAAABTwAAAAADfgAAAAAAAAAAAAAATwAAAAACTwAAAAADTwAAAAAATwAAAAAATwAAAAACTwAAAAACVAAAAAABTwAAAAACVAAAAAABTwAAAAAATwAAAAAATwAAAAADVAAAAAAATwAAAAACAAAAAAAAAAAAAAAATwAAAAADTwAAAAADTwAAAAADTwAAAAADTwAAAAACTwAAAAACTwAAAAADTwAAAAABTwAAAAADTwAAAAAATwAAAAADTwAAAAADTwAAAAACTwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 1,5: ind: 1,5 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - 2,5: - ind: 2,5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: bgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAbgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAFQAAAAAAFQAAAAAAFQAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAFQAAAAAAFQAAAAAAFQAAAAAATwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAATwAAAAACFQAAAAAAFQAAAAAAFQAAAAAATwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAATwAAAAACFQAAAAAAFQAAAAAAFQAAAAAATwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAFAAAAAAAFQAAAAAAFQAAAAAAFQAAAAAATwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAFAAAAAAAFQAAAAAAFQAAAAAAFQAAAAAATwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgAAAAAAbgAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAAbgAAAAAATwAAAAAATwAAAAAATwAAAAACbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 3,5: ind: 3,5 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAGQAAAAACGQAAAAAEGgAAAAAHGQAAAAACGQAAAAACGQAAAAADGgAAAAAEGQAAAAACGgAAAAAFGgAAAAAGfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGgAAAAAHGQAAAAACGQAAAAADGQAAAAAAGQAAAAABGgAAAAAEGQAAAAADGgAAAAAFGgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGgAAAAABGQAAAAADGQAAAAAAGQAAAAAEfwAAAAAAGQAAAAACGQAAAAAFKwAAAAACGgAAAAABGgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFfwAAAAAAfwAAAAAAGQAAAAACGQAAAAAGGQAAAAAAGQAAAAAAGQAAAAAAKwAAAAADGgAAAAACfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGfwAAAAAAfwAAAAAAGQAAAAAAGQAAAAACGQAAAAADGQAAAAAGfwAAAAAAKwAAAAACGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAABfwAAAAAAGQAAAAAGGQAAAAADGQAAAAADGQAAAAACfwAAAAAAGQAAAAAGGgAAAAAHKwAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAAAGgAAAAACGQAAAAAFGQAAAAAEGQAAAAABfwAAAAAAGQAAAAAAGQAAAAAGGQAAAAABfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAEGQAAAAAGGQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAAEGQAAAAAGGQAAAAABGQAAAAAGfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAABGQAAAAAAGQAAAAAFGQAAAAACGQAAAAAAGQAAAAABGQAAAAAEGQAAAAADGQAAAAAEGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAAEGQAAAAABGQAAAAADGQAAAAABGQAAAAABGQAAAAAGGQAAAAABGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAADGQAAAAAAGQAAAAAFGQAAAAAAGQAAAAAEGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAEGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAAGgAAAAABGQAAAAABGQAAAAAFGQAAAAAGGgAAAAAHGQAAAAAAGgAAAAAHGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGgAAAAAGGQAAAAAAGQAAAAABGQAAAAAFGQAAAAAGGgAAAAAGGQAAAAAAGgAAAAABGgAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGgAAAAAGGQAAAAACGQAAAAADGQAAAAADfwAAAAAAGQAAAAAEGQAAAAABKwAAAAACGgAAAAAEGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEfwAAAAAAfwAAAAAAGQAAAAAGGQAAAAAAGQAAAAADGQAAAAAAGQAAAAAEKwAAAAAAGgAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACfwAAAAAAfwAAAAAAGQAAAAABGQAAAAADGQAAAAAAGQAAAAACfwAAAAAAKwAAAAABGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAADfwAAAAAAGQAAAAAAGQAAAAAEGQAAAAACGQAAAAAGfwAAAAAAGQAAAAAEGgAAAAAGKwAAAAABfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAADGgAAAAAAGQAAAAAFGQAAAAACGQAAAAADfwAAAAAAGQAAAAAGGQAAAAABGQAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAABGQAAAAABGQAAAAADfwAAAAAAfwAAAAAAfwAAAAAAGgAAAAACGQAAAAADGQAAAAABGQAAAAADfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAABGQAAAAAGGQAAAAAGGQAAAAABGQAAAAABGQAAAAAAGQAAAAAEGQAAAAAGGQAAAAAEGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAACGQAAAAAGGQAAAAAFGQAAAAAGGQAAAAAFGQAAAAAFGQAAAAAGGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAAAGQAAAAADGQAAAAAFGQAAAAAEGQAAAAAFGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAABGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 4,5: ind: 4,5 - tiles: GgAAAAAHfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAACIAAAAAACIAAAAAAAIAAAAAACfwAAAAAAIAAAAAABIAAAAAAAIAAAAAACIAAAAAACGgAAAAAHGgAAAAACfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAABIAAAAAAAfwAAAAAAGQAAAAACGQAAAAACIAAAAAABIAAAAAAAGgAAAAACIAAAAAABIAAAAAAAIAAAAAACGgAAAAAHGgAAAAADGgAAAAAHGgAAAAADGgAAAAABIAAAAAABIAAAAAADQwAAAAAAQwAAAAAAIAAAAAADIAAAAAABIAAAAAABQwAAAAAAIAAAAAABIAAAAAADIAAAAAAAGgAAAAABGgAAAAAHGgAAAAAEGgAAAAAAGgAAAAAGQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAGgAAAAAGAAAAAAAAAAAAAAAAGgAAAAAEQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAGgAAAAADfgAAAAAAAAAAAAAAAAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAGgAAAAAEfwAAAAAAfwAAAAAAfgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAGgAAAAAGGgAAAAAEGgAAAAADGgAAAAAGfgAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFGgAAAAAGGgAAAAADGgAAAAADGgAAAAAAGgAAAAAFGgAAAAADGgAAAAADGgAAAAAAAAAAAAAAGgAAAAADGgAAAAAAGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAABGgAAAAADGgAAAAACGgAAAAACGgAAAAAAGgAAAAAFGgAAAAAFAAAAAAAAAAAAAAAAGgAAAAABGgAAAAACGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAABGgAAAAAAGgAAAAAFGgAAAAAAGgAAAAADGgAAAAAAGgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAADGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAGGgAAAAAEGgAAAAAHGgAAAAAEGgAAAAACGgAAAAAAGgAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAAGgAAAAAAGgAAAAADGgAAAAACGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAHGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: GgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAACIAAAAAADIAAAAAADIAAAAAACfwAAAAAAIAAAAAABIAAAAAAAIAAAAAACIAAAAAACGgAAAAABGgAAAAAEfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAIAAAAAAAIAAAAAABfwAAAAAAGQAAAAAEGQAAAAADIAAAAAABIAAAAAACGgAAAAAEIAAAAAACIAAAAAACIAAAAAAAGgAAAAAEGgAAAAAHGgAAAAAAGgAAAAAFGgAAAAAGIAAAAAABIAAAAAAAQwAAAAAAQwAAAAAAIAAAAAAAIAAAAAADIAAAAAACQwAAAAAAIAAAAAABIAAAAAABIAAAAAADGgAAAAAEGgAAAAAAGgAAAAACGgAAAAAHGgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAGgAAAAACAAAAAAAAAAAAAAAAGgAAAAAEQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAGgAAAAAHfgAAAAAAAAAAAAAAAAAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAGgAAAAABfwAAAAAAfwAAAAAAfgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAGgAAAAAHGgAAAAAAGgAAAAADGgAAAAAEfgAAAAAAAAAAAAAAAAAAAAAAGgAAAAAHGgAAAAAEGgAAAAAEGgAAAAAHGgAAAAABGgAAAAADGgAAAAAHGgAAAAAAGgAAAAAHAAAAAAAAGgAAAAAGGgAAAAAEGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAABGgAAAAAEGgAAAAACGgAAAAADGgAAAAABGgAAAAADGgAAAAAGAAAAAAAAAAAAAAAAGgAAAAADGgAAAAAGGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAADGgAAAAAAGgAAAAAAGgAAAAAGGgAAAAADGgAAAAAHGgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAGGgAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAADGgAAAAAEGgAAAAAEGgAAAAADGgAAAAAFGgAAAAAGGgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFGgAAAAACGgAAAAADGgAAAAAGGgAAAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAEGgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 6,5: ind: 6,5 - tiles: GQAAAAAFGQAAAAAAAAAAAAAAAAAAAAAAGQAAAAAAGQAAAAADGQAAAAAGGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAAAGQAAAAACGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAFGQAAAAAFGQAAAAAGGQAAAAAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAEGQAAAAAFGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAEGQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: GQAAAAAFGQAAAAAFAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAAEGQAAAAAFGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAEGQAAAAACGQAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAACGQAAAAACGQAAAAAAGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAAGGQAAAAAGGQAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADGQAAAAAAGQAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,5: ind: 5,5 - tiles: GgAAAAAEfwAAAAAAIAAAAAACIAAAAAAAGgAAAAAAGgAAAAAHGQAAAAAEGQAAAAAAGQAAAAAAGQAAAAABGQAAAAACGQAAAAAFGQAAAAACGQAAAAADGQAAAAAGGQAAAAACGgAAAAAGIAAAAAADIAAAAAACfwAAAAAAfwAAAAAAGgAAAAAEGgAAAAAHGgAAAAAGGQAAAAADGQAAAAADGQAAAAAFGQAAAAAEGQAAAAAEAAAAAAAAAAAAAAAAGQAAAAAEIAAAAAABIAAAAAADfwAAAAAAfwAAAAAAGgAAAAAFGgAAAAAEGgAAAAAHGQAAAAACGgAAAAAAGgAAAAACGQAAAAAFGQAAAAAAAAAAAAAAAAAAAAAAGQAAAAAGGQAAAAAFIAAAAAAAIAAAAAACIAAAAAACIAAAAAADGgAAAAAGGgAAAAADGgAAAAAGGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAADGQAAAAAEQwAAAAAAQwAAAAAAQwAAAAAAIAAAAAAAGgAAAAAGGgAAAAAFGgAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAACGQAAAAAAGQAAAAACQwAAAAAAQwAAAAAAQwAAAAAAIAAAAAACGgAAAAAHGgAAAAAFGgAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAADIAAAAAACIAAAAAABIAAAAAACIAAAAAADGgAAAAAEGgAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAFAAAAAAAAAAAAAAAAGgAAAAABGgAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: GgAAAAADfwAAAAAAIAAAAAAAIAAAAAACGgAAAAACGgAAAAAGGQAAAAAAGQAAAAABGQAAAAABGQAAAAAAGQAAAAACGQAAAAAGGQAAAAAEGQAAAAADGQAAAAABGQAAAAAGGgAAAAADIAAAAAADIAAAAAACfwAAAAAAfwAAAAAAGgAAAAADGgAAAAABGgAAAAAEGQAAAAACGQAAAAAAGQAAAAABGQAAAAAAGQAAAAADAAAAAAAAAAAAAAAAGQAAAAAEIAAAAAACIAAAAAAAfwAAAAAAfwAAAAAAGgAAAAADGgAAAAACGgAAAAABGQAAAAAGGgAAAAAFGgAAAAAFGQAAAAAFGQAAAAAGAAAAAAAAAAAAAAAAGQAAAAAFGQAAAAAFIAAAAAABIAAAAAACIAAAAAAAIAAAAAAAGgAAAAAEGgAAAAABGgAAAAAAGgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEGQAAAAABGQAAAAAEQwAAAAAAQwAAAAAAQwAAAAAAIAAAAAADGgAAAAAGGgAAAAAFGgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAABGQAAAAADGQAAAAADQwAAAAAAQwAAAAAAQwAAAAAAIAAAAAAAGgAAAAABGgAAAAACGgAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGQAAAAAEIAAAAAADIAAAAAADIAAAAAABIAAAAAACGgAAAAADGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgAAAAAHAAAAAAAAAAAAAAAAGgAAAAAFGgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 5,-5: ind: 5,-5 @@ -735,11 +715,11 @@ entities: version: 6 -2,5: ind: -2,5 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: cgAAAAAATwAAAAADIQAAAAADcgAAAAADeAAAAAACeAAAAAAAeAAAAAAATwAAAAAATwAAAAACTwAAAAAATwAAAAAATwAAAAABTwAAAAABTwAAAAABTwAAAAACTwAAAAABcgAAAAADTwAAAAABIQAAAAACcgAAAAACeAAAAAABeAAAAAADeAAAAAABeAAAAAADeAAAAAADeAAAAAADeAAAAAACeAAAAAABeAAAAAABeAAAAAACeAAAAAAAeAAAAAABeAAAAAACTwAAAAACIQAAAAABcgAAAAADeAAAAAADeAAAAAADeAAAAAACeAAAAAADeAAAAAABeAAAAAACeAAAAAACeAAAAAABeAAAAAAAeAAAAAACeAAAAAAAeAAAAAABcgAAAAABTwAAAAAAIQAAAAACIQAAAAABeAAAAAAAVAAAAAABVAAAAAADVAAAAAABeAAAAAAAeAAAAAABeAAAAAABeAAAAAAAeAAAAAAAeAAAAAABeAAAAAAAeAAAAAABcgAAAAACTwAAAAACIQAAAAAAIQAAAAADeAAAAAACcgAAAAABcgAAAAADcgAAAAABcgAAAAAAcgAAAAADTwAAAAACTwAAAAACcgAAAAAAcgAAAAADcgAAAAABcgAAAAACcgAAAAAATwAAAAADIQAAAAAAIQAAAAACcgAAAAADIQAAAAADIQAAAAABIQAAAAAAcgAAAAAAVAAAAAAAVAAAAAACVAAAAAADVAAAAAABcgAAAAABVAAAAAAAJQAAAAADeAAAAAADTwAAAAACIQAAAAAAIQAAAAACcgAAAAACIQAAAAADIQAAAAABIQAAAAABcgAAAAABVAAAAAABTwAAAAADTwAAAAADVAAAAAAAcgAAAAACVAAAAAADJQAAAAABcgAAAAADTwAAAAADIQAAAAABIQAAAAAAcgAAAAADIQAAAAAAIQAAAAADIQAAAAADcgAAAAACVAAAAAAAJQAAAAACJQAAAAABVAAAAAADcgAAAAADJQAAAAAAJQAAAAAAcgAAAAADTwAAAAABIQAAAAADIQAAAAACcgAAAAADIQAAAAAAIQAAAAACIQAAAAAAcgAAAAACVAAAAAAAJQAAAAADJQAAAAABVAAAAAADcgAAAAACJQAAAAACJQAAAAADcgAAAAABTwAAAAAAIQAAAAACIQAAAAAAcgAAAAABIQAAAAABIQAAAAACIQAAAAADcgAAAAAAVAAAAAACVAAAAAADVAAAAAACVAAAAAAAcgAAAAADVAAAAAADVAAAAAABcgAAAAACcgAAAAAATwAAAAAATwAAAAACcgAAAAACcgAAAAABcgAAAAADcgAAAAABcgAAAAACcgAAAAADcgAAAAACcgAAAAACcgAAAAACcgAAAAABcgAAAAAAcgAAAAAAbgAAAAAAbwAAAAACbwAAAAABbwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAADbgAAAAAAbwAAAAABbgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAADbgAAAAAAbwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAA version: 6 -3,5: ind: -3,5 - tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: fwAAAAAAfwAAAAAATwAAAAADfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAABAAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAACcgAAAAAAcgAAAAACfwAAAAAAbwAAAAABTwAAAAABBAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAABAAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATwAAAAAAcgAAAAACcgAAAAADfwAAAAAAbgAAAAAAbgAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATwAAAAADeAAAAAACeAAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABcgAAAAABcgAAAAADfwAAAAAAbwAAAAACbgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABcgAAAAAAcgAAAAAAfwAAAAAAbwAAAAADbgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABcgAAAAABcgAAAAACfwAAAAAAbgAAAAAATwAAAAABTwAAAAAATwAAAAABTwAAAAACTwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABeAAAAAACeAAAAAACfwAAAAAAbwAAAAACTwAAAAAATwAAAAADTwAAAAACTwAAAAACTwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAATwAAAAACcgAAAAABcgAAAAACfwAAAAAAbgAAAAAATwAAAAAATwAAAAAATwAAAAADTwAAAAACTwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABcgAAAAACcgAAAAACfwAAAAAAbgAAAAAATwAAAAABTwAAAAAATwAAAAAATwAAAAAATwAAAAABfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAATwAAAAABcgAAAAABcgAAAAAAfwAAAAAAbgAAAAAAbgAAAAAATwAAAAADTwAAAAACTwAAAAADTwAAAAABbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAcgAAAAADcgAAAAAAcgAAAAABfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAABbgAAAAAAbgAAAAAAbwAAAAAAbwAAAAAAbwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAADbwAAAAAAbwAAAAACbwAAAAAAbwAAAAABbwAAAAADbgAAAAAAbgAAAAAAbgAAAAAAbwAAAAACbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAbgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 6,-1: ind: 6,-1 @@ -761,6 +741,50 @@ entities: ind: -8,-3 tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA version: 6 + -1,6: + ind: -1,6 + tiles: AAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAAATwAAAAABTwAAAAABTwAAAAADTwAAAAACfgAAAAAAfgAAAAAAfgAAAAAATwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAATwAAAAAATwAAAAADTwAAAAABTwAAAAACAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADTwAAAAACTwAAAAAATwAAAAABTwAAAAACAAAAAAAAAAAAAAAAAAAAAAAATwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 0,6: + ind: 0,6 + tiles: TwAAAAACTwAAAAACTwAAAAACTwAAAAABfgAAAAAAfgAAAAAAfgAAAAAATwAAAAACTwAAAAAATwAAAAACTwAAAAAATwAAAAADfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAATwAAAAADTwAAAAACTwAAAAABTwAAAAABAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABTwAAAAACTwAAAAACTwAAAAABTwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAABTwAAAAACTwAAAAADTwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATwAAAAAATwAAAAABTwAAAAACTwAAAAADTwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + 1,6: + ind: 1,6 + tiles: fgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -2,6: + ind: -2,6 + tiles: fgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -3,6: + ind: -3,6 + tiles: AAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -6,-6: + ind: -6,-6 + tiles: AAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfgAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAAAAAAAAAfwAAAAAAfwAAAAAAfwAAAAAAfgAAAAAAfwAAAAAAfwAAAAAAAAAAAAAA + version: 6 + -5,-6: + ind: -5,-6 + tiles: AAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -7,-6: + ind: -7,-6 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwAAAAAAfgAAAAAA + version: 6 + -5,-7: + ind: -5,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -7,-7: + ind: -7,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + version: 6 + -6,-7: + ind: -6,-7 + tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAAAA + version: 6 - type: Broadphase - type: Physics bodyStatus: InAir @@ -786,356 +810,354 @@ entities: color: '#BA8841FF' id: Arrows decals: - 6979: -47.808487,13.990226 - 6980: -50.824112,13.990226 + 6389: -47.808487,13.990226 + 6390: -50.824112,13.990226 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' id: Arrows decals: - 4698: -19.52188,25.64454 - 4699: -22.029692,25.621103 - 4700: 29.35393,23.657501 - 4701: 27.07268,23.634064 - 6233: -13,-22 - 6234: -16.595276,-22.00405 - 6235: -14.790589,-21.988424 + 4351: -19.52188,25.64454 + 4352: -22.029692,25.621103 + 4353: 29.35393,23.657501 + 4354: 27.07268,23.634064 + 5643: -13,-22 + 5644: -16.595276,-22.00405 + 5645: -14.790589,-21.988424 - node: color: '#FFFFFFFF' id: Arrows decals: 7: 6,25 - 3849: -19,-25 - 6175: -19,-45 + 3518: -19,-25 + 5585: -19,-45 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' id: Arrows decals: - 6224: -14,-19 + 5634: -14,-19 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: Arrows decals: 6: 11,23 - 6153: -23.029945,-21.439867 - 6174: -23,-44 - 6178: -21,-20 + 5563: -23.029945,-21.439867 + 5584: -23,-44 + 5588: -21,-20 - node: color: '#91D4FFFF' id: ArrowsGreyscale decals: - 6441: 30,-1 - 6442: 31,-1 + 5851: 30,-1 + 5852: 31,-1 - node: angle: 1.5707963267948966 rad color: '#91D4FFFF' id: ArrowsGreyscale decals: - 6443: 27.822773,2.0505733 - 6444: 27.807148,1.0505733 - 6445: 23.822773,2.0427608 - 6446: 23.830585,1.0583858 + 5853: 27.822773,2.0505733 + 5854: 27.807148,1.0505733 + 5855: 23.822773,2.0427608 + 5856: 23.830585,1.0583858 - node: color: '#FFFFFFFF' id: Basalt1 decals: - 194: 37,41 - 2669: -99.61036,26.588285 - 4424: 93.02058,51.60418 - 4435: 66.34715,58.84518 - 4448: 73.95262,66.55768 - 4619: 96.39168,49.646423 + 181: 37,41 + 2539: -99.61036,26.588285 + 4077: 93.02058,51.60418 + 4088: 66.34715,58.84518 + 4101: 73.95262,66.55768 + 4272: 96.39168,49.646423 - node: color: '#FFFFFFFF' id: Basalt2 decals: - 271: -105.70246,26.941643 - 272: -102.98371,23.863518 - 273: -100.96809,26.472893 - 274: -100.95246,29.691643 - 275: -101.12434,18.972893 - 4422: 94.12662,39.650402 - 4423: 102.7237,50.338554 - 4427: 95.55183,54.158867 - 4428: 89.750755,51.463554 - 4436: 65.45653,53.67721 - 4437: 71.17528,55.224087 - 4590: 95.92281,26.526537 - 4591: 103.23531,23.081224 - 4592: 97.283325,33.188183 - 4593: 91.11926,33.516308 - 4594: 85.70933,33.896484 - 4595: 94.42808,41.115234 - 4596: 96.5023,50.21054 - 4597: 88.451515,54.826 - 4598: 82.01792,55.224438 - 4599: 77.02674,55.33442 - 4600: 74.21675,48.18598 - 4601: 65.33786,55.943794 - 4602: 69.333954,65.73181 - 4603: 76.6113,70.67297 - 4604: 65.309555,75.46353 - 4605: 61.465096,66.79979 - 4606: 60.726814,60.061504 - 4607: 57.95337,78.038086 - 4608: 55.152588,85.06621 - 4609: 64.66163,79.07793 - 4610: 79.57742,74.000534 - 4611: 86.57352,76.906784 - 4612: 87.31241,68.669266 - 4613: 81.903885,65.11125 - 4614: 90.08174,62.43762 - 4615: 96.50362,63.035275 - 4616: 90.40101,56.661156 - 4617: 102.50646,58.758724 - 4618: 96.989334,53.970642 + 257: -105.70246,26.941643 + 258: -102.98371,23.863518 + 259: -100.96809,26.472893 + 260: -100.95246,29.691643 + 261: -101.12434,18.972893 + 4075: 94.12662,39.650402 + 4076: 102.7237,50.338554 + 4080: 95.55183,54.158867 + 4081: 89.750755,51.463554 + 4089: 65.45653,53.67721 + 4090: 71.17528,55.224087 + 4243: 95.92281,26.526537 + 4244: 103.23531,23.081224 + 4245: 97.283325,33.188183 + 4246: 91.11926,33.516308 + 4247: 85.70933,33.896484 + 4248: 94.42808,41.115234 + 4249: 96.5023,50.21054 + 4250: 88.451515,54.826 + 4251: 82.01792,55.224438 + 4252: 77.02674,55.33442 + 4253: 74.21675,48.18598 + 4254: 65.33786,55.943794 + 4255: 69.333954,65.73181 + 4256: 76.6113,70.67297 + 4257: 65.309555,75.46353 + 4258: 61.465096,66.79979 + 4259: 60.726814,60.061504 + 4260: 57.95337,78.038086 + 4261: 55.152588,85.06621 + 4262: 64.66163,79.07793 + 4263: 79.57742,74.000534 + 4264: 86.57352,76.906784 + 4265: 87.31241,68.669266 + 4266: 81.903885,65.11125 + 4267: 90.08174,62.43762 + 4268: 96.50362,63.035275 + 4269: 90.40101,56.661156 + 4270: 102.50646,58.758724 + 4271: 96.989334,53.970642 - node: color: '#FFFFFFFF' id: Basalt3 decals: - 268: -105.23371,25.754143 - 269: -104.88996,27.597893 - 270: -100.99934,29.222893 - 4554: 101.953514,10.329902 - 4555: 100.68789,23.947906 - 4556: 94.88548,29.055845 - 4557: 92.516785,31.606804 - 4558: 98.419014,36.156094 - 4559: 101.26667,41.858273 - 4560: 99.93073,51.26495 - 4561: 95.231514,49.823544 - 4562: 93.450264,53.292294 - 4563: 97.61042,53.990532 - 4564: 96.23933,57.27736 - 4565: 100.82136,59.252556 - 4566: 92.77103,63.009056 - 4567: 93.90295,64.58206 - 4568: 88.41857,69.08588 - 4569: 86.9917,72.94891 - 4570: 81.58891,69.753204 - 4571: 82.221725,73.16336 - 4572: 83.920944,61.88992 - 4573: 85.90141,76.88017 - 4574: 91.85454,78.075485 - 4575: 74.8638,74.38379 - 4576: 74.72911,65.52536 - 4577: 68.15042,69.81442 - 4578: 65.73852,64.68848 - 4579: 67.05102,55.861427 - 4580: 74.72735,48.126648 - 4581: 78.42977,33.29339 - 4582: 69.17623,39.117607 - 4583: 77.97701,30.437107 - 4584: 91.013565,25.139786 - 4585: 87.85332,21.59596 - 4586: 92.91534,16.061563 - 4587: 94.520805,20.913126 - 4588: 99.61789,22.061563 - 4589: 90.17258,10.411268 + 254: -105.23371,25.754143 + 255: -104.88996,27.597893 + 256: -100.99934,29.222893 + 4207: 101.953514,10.329902 + 4208: 100.68789,23.947906 + 4209: 94.88548,29.055845 + 4210: 92.516785,31.606804 + 4211: 98.419014,36.156094 + 4212: 101.26667,41.858273 + 4213: 99.93073,51.26495 + 4214: 95.231514,49.823544 + 4215: 93.450264,53.292294 + 4216: 97.61042,53.990532 + 4217: 96.23933,57.27736 + 4218: 100.82136,59.252556 + 4219: 92.77103,63.009056 + 4220: 93.90295,64.58206 + 4221: 88.41857,69.08588 + 4222: 86.9917,72.94891 + 4223: 81.58891,69.753204 + 4224: 82.221725,73.16336 + 4225: 83.920944,61.88992 + 4226: 85.90141,76.88017 + 4227: 91.85454,78.075485 + 4228: 74.8638,74.38379 + 4229: 74.72911,65.52536 + 4230: 68.15042,69.81442 + 4231: 65.73852,64.68848 + 4232: 67.05102,55.861427 + 4233: 74.72735,48.126648 + 4234: 78.42977,33.29339 + 4235: 69.17623,39.117607 + 4236: 77.97701,30.437107 + 4237: 91.013565,25.139786 + 4238: 87.85332,21.59596 + 4239: 92.91534,16.061563 + 4240: 94.520805,20.913126 + 4241: 99.61789,22.061563 + 4242: 90.17258,10.411268 - node: color: '#FFFFFFFF' id: Basalt4 decals: - 196: 37,34 - 197: 13,25 - 198: -1,11 - 201: 3,-7 - 202: -14,-14 - 277: -106.43684,22.207268 - 278: -103.65559,19.363518 - 279: -101.63996,29.332268 - 2670: -104.75489,18.982817 - 2671: -99.750984,17.846098 - 2672: -87.95603,15.0817375 - 2673: -87.9215,1.822197 - 2674: -100.69823,2.235566 - 4242: 78.19888,84.978485 - 4243: 77.206696,80.81442 - 4421: 99.22427,37.52931 - 4431: 66.4024,54.743618 - 4445: 66.35887,69.92096 - 4449: 76.03856,65.51471 + 183: 37,34 + 184: 13,25 + 185: -1,11 + 188: 3,-7 + 189: -14,-14 + 263: -106.43684,22.207268 + 264: -103.65559,19.363518 + 265: -101.63996,29.332268 + 2540: -104.75489,18.982817 + 2541: -99.750984,17.846098 + 2542: -100.69823,2.235566 + 3895: 78.19888,84.978485 + 3896: 77.206696,80.81442 + 4074: 99.22427,37.52931 + 4084: 66.4024,54.743618 + 4098: 66.35887,69.92096 + 4102: 76.03856,65.51471 - node: color: '#FFFFFFFF' id: Basalt5 decals: - 208: 56,8 - 4239: 76.47232,81.90817 - 4420: 98.06412,38.056652 - 4432: 67.175835,54.216274 - 4438: 73.437,52.235806 - 4441: 70.437,49.880337 - 4446: 67.179184,68.186584 - 6736: -44.444057,-37.832375 + 195: 56,8 + 3892: 76.47232,81.90817 + 4073: 98.06412,38.056652 + 4085: 67.175835,54.216274 + 4091: 73.437,52.235806 + 4094: 70.437,49.880337 + 4099: 67.179184,68.186584 + 6146: -44.444057,-37.832375 - node: color: '#FFFFFFFF' id: Basalt6 decals: - 199: 3,16 - 251: -104.92121,26.535393 - 252: -103.26496,28.488518 - 253: -106.10871,26.441643 - 254: -105.90559,25.207268 - 255: -102.23371,23.988518 - 256: -102.95246,22.019768 - 257: -103.74934,21.191643 - 258: -102.93684,21.019768 - 259: -103.78059,19.254143 - 260: -102.32746,18.426018 - 261: -102.95246,18.441643 - 2664: -99.99786,-5.579525 - 2665: -99.611145,-6.3646812 - 2666: -101.94239,-10.427048 - 2667: -100.53614,-12.050097 - 2668: -99.80958,20.762344 - 4425: 93.47761,51.100273 - 4433: 64.50731,55.036587 - 4444: 67.15575,67.155334 - 4451: 76.729965,71.06819 - 4452: 63.909653,76.17592 - 4453: 62.585304,72.767166 - 4454: 58.984917,63.1665 - 4455: 60.892647,61.217464 - 4456: 72.78663,47.70175 - 4457: 73.384,41.707333 - 4458: 77.103874,38.038437 - 4459: 74.78356,34.886093 - 4460: 79.43612,30.653725 - 4461: 81.67582,29.316776 - 4462: 81.617004,29.2005 - 4463: 89.283424,25.58541 - 4464: 94.9762,19.99961 - 4465: 97.54006,19.931826 - 4466: 94.426544,9.595158 - 4467: 97.44998,8.668957 - 4468: 101.082794,11.282238 - 4469: 102.3367,23.698109 - 4470: 99.78201,24.425102 - 4471: 100.39139,27.916481 - 4472: 98.80936,36.606403 - 4473: 93.17848,39.471783 - 4474: 94.174576,42.237408 - 4475: 100.643326,41.642517 - 4476: 101.66286,49.579823 - 4477: 95.34645,49.828194 - 4478: 96.35426,53.60163 - 4479: 97.29176,53.179756 - 4480: 96.518326,57.788383 - 4481: 101.10036,59.265377 - 4482: 93.28503,62.223106 - 4483: 92.0194,63.453575 - 4484: 93.32018,65.56296 - 4485: 91.51511,68.54053 - 4486: 88.63218,68.89754 - 4487: 86.93297,71.68956 - 4488: 86.72202,76.09238 - 4489: 81.45493,72.886536 - 4490: 81.68788,69.36061 - 4491: 75.14882,73.27467 - 4492: 74.84413,74.32936 - 4493: 74.96223,79.80643 + 186: 3,16 + 237: -104.92121,26.535393 + 238: -103.26496,28.488518 + 239: -106.10871,26.441643 + 240: -105.90559,25.207268 + 241: -102.23371,23.988518 + 242: -102.95246,22.019768 + 243: -103.74934,21.191643 + 244: -102.93684,21.019768 + 245: -103.78059,19.254143 + 246: -102.32746,18.426018 + 247: -102.95246,18.441643 + 2534: -99.99786,-5.579525 + 2535: -99.611145,-6.3646812 + 2536: -101.94239,-10.427048 + 2537: -100.53614,-12.050097 + 2538: -99.80958,20.762344 + 4078: 93.47761,51.100273 + 4086: 64.50731,55.036587 + 4097: 67.15575,67.155334 + 4104: 76.729965,71.06819 + 4105: 63.909653,76.17592 + 4106: 62.585304,72.767166 + 4107: 58.984917,63.1665 + 4108: 60.892647,61.217464 + 4109: 72.78663,47.70175 + 4110: 73.384,41.707333 + 4111: 77.103874,38.038437 + 4112: 74.78356,34.886093 + 4113: 79.43612,30.653725 + 4114: 81.67582,29.316776 + 4115: 81.617004,29.2005 + 4116: 89.283424,25.58541 + 4117: 94.9762,19.99961 + 4118: 97.54006,19.931826 + 4119: 94.426544,9.595158 + 4120: 97.44998,8.668957 + 4121: 101.082794,11.282238 + 4122: 102.3367,23.698109 + 4123: 99.78201,24.425102 + 4124: 100.39139,27.916481 + 4125: 98.80936,36.606403 + 4126: 93.17848,39.471783 + 4127: 94.174576,42.237408 + 4128: 100.643326,41.642517 + 4129: 101.66286,49.579823 + 4130: 95.34645,49.828194 + 4131: 96.35426,53.60163 + 4132: 97.29176,53.179756 + 4133: 96.518326,57.788383 + 4134: 101.10036,59.265377 + 4135: 93.28503,62.223106 + 4136: 92.0194,63.453575 + 4137: 93.32018,65.56296 + 4138: 91.51511,68.54053 + 4139: 88.63218,68.89754 + 4140: 86.93297,71.68956 + 4141: 86.72202,76.09238 + 4142: 81.45493,72.886536 + 4143: 81.68788,69.36061 + 4144: 75.14882,73.27467 + 4145: 74.84413,74.32936 + 4146: 74.96223,79.80643 - node: color: '#FFFFFFFF' id: Basalt7 decals: - 200: -1,16 - 203: 49,56 - 209: 64,8 - 262: -106.24934,20.785393 - 263: -105.76496,20.144768 - 264: -106.04621,20.988518 - 265: -102.23371,25.519768 - 266: -101.63996,25.785393 - 267: -101.63996,30.004143 - 276: -104.87434,23.082268 - 4426: 95.387764,55.15496 - 4434: 65.60887,57.89596 - 4439: 74.3745,51.80221 - 4440: 74.937,51.134243 + 187: -1,16 + 190: 49,56 + 196: 64,8 + 248: -106.24934,20.785393 + 249: -105.76496,20.144768 + 250: -106.04621,20.988518 + 251: -102.23371,25.519768 + 252: -101.63996,25.785393 + 253: -101.63996,30.004143 + 262: -104.87434,23.082268 + 4079: 95.387764,55.15496 + 4087: 65.60887,57.89596 + 4092: 74.3745,51.80221 + 4093: 74.937,51.134243 - node: color: '#FFFFFFFF' id: Basalt8 decals: - 245: -105.06184,23.816643 - 246: -104.85871,20.957268 - 4244: 74.612946,79.68942 - 4442: 70.47215,51.15768 - 4443: 66.136215,66.8858 - 4447: 70.9409,70.29596 + 231: -105.06184,23.816643 + 232: -104.85871,20.957268 + 3897: 74.612946,79.68942 + 4095: 70.47215,51.15768 + 4096: 66.136215,66.8858 + 4100: 70.9409,70.29596 - node: color: '#FFFFFFFF' id: Basalt9 decals: - 195: 37,44 - 247: -105.93684,22.972893 - 248: -101.93684,22.176018 - 249: -101.57746,27.582268 - 250: -100.88996,30.160393 - 4240: 75.96451,81.634735 - 4241: 77.706696,84.353485 - 4429: 90.793724,50.84246 - 4430: 84.163475,54.474087 - 4450: 75.37059,65.9483 + 182: 37,44 + 233: -105.93684,22.972893 + 234: -101.93684,22.176018 + 235: -101.57746,27.582268 + 236: -100.88996,30.160393 + 3893: 75.96451,81.634735 + 3894: 77.706696,84.353485 + 4082: 90.793724,50.84246 + 4083: 84.163475,54.474087 + 4103: 75.37059,65.9483 - node: angle: -1.5707963267948966 rad color: '#845606FF' id: Bot decals: - 6226: -17,-21 - 6227: -17,-22 - 6228: -13,-22 - 6229: -13,-21 - 6230: -15,-22 + 5636: -17,-21 + 5637: -17,-22 + 5638: -13,-22 + 5639: -13,-21 + 5640: -15,-22 - node: color: '#BA8841FF' id: Bot decals: - 6977: -49,14 - 6978: -50,14 + 6387: -49,14 + 6388: -50,14 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' id: Bot decals: - 6231: -16,-22 - 6232: -14,-22 + 5641: -16,-22 + 5642: -14,-22 - node: color: '#FFFFFFFF' id: Bot decals: 0: 7,25 - 1301: 7,25 - 4230: 42,42 - 4231: 43,42 - 4232: 44,42 - 4233: 96,72 - 4234: 97,72 - 4235: 98,72 - 4236: 98,73 - 4237: 97,73 - 4238: 96,73 - 6176: -21,-19 - 6177: -15,-19 + 1197: 7,25 + 3883: 42,42 + 3884: 43,42 + 3885: 44,42 + 3886: 96,72 + 3887: 97,72 + 3888: 98,72 + 3889: 98,73 + 3890: 97,73 + 3891: 96,73 + 5586: -21,-19 + 5587: -15,-19 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: Bot decals: - 6154: -23,-22 - 6155: -19,-26 - 6156: -23,-46 - 6157: -23,-43 - 6158: -19,-43 - 6159: -19,-46 + 5564: -23,-22 + 5565: -19,-26 + 5566: -23,-46 + 5567: -23,-43 + 5568: -19,-43 + 5569: -19,-46 - node: angle: -1.5707963267948966 rad color: '#BA8841FF' id: BotGreyscale decals: - 6981: -51,14 - 6982: -48,14 + 6391: -51,14 + 6392: -48,14 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' @@ -1150,19 +1172,19 @@ entities: color: '#FFFFFFFF' id: BotGreyscale decals: - 1302: 8,25 - 1303: 9,25 - 1304: 10,25 - 1305: 11,25 + 1198: 8,25 + 1199: 9,25 + 1200: 10,25 + 1201: 11,25 - node: color: '#B02E26FF' id: Box decals: - 4712: -12,37 - 4713: -11,37 - 4948: -8,37 - 4949: -7,37 - 4950: -6,37 + 4365: -12,37 + 4366: -11,37 + 4568: -8,37 + 4569: -7,37 + 4570: -6,37 - node: color: '#FFFFFFFF' id: Box @@ -1171,8837 +1193,9096 @@ entities: 9: 26,14 10: 26,15 11: 26,11 - 1300: 26,13 - 1712: 40,46 - 1713: 41,46 - 1714: 43,46 - 1715: 44,46 - 1716: 34,51 - 1717: 35,51 - 1718: 35,50 - 1719: 34,50 - 1720: 49,50 - 1721: 50,50 - 1722: 49,51 - 1723: 50,51 - 1724: 60,50 - 3859: 26,16 - 4193: 23,-24 - 4194: 21,-24 - 4195: 21,-23 - 4196: 23,-23 - 5211: -36,12 - 5212: -35,12 - 5238: 97,-11 - 5239: 105,-11 - 5240: 105,-23 - 5241: 97,-23 - 6321: 28,16 - 6322: 28,15 - 6323: 28,14 - 6324: 28,13 - 6325: 28,12 - 6326: 28,11 - 7163: 83,-7 - 7164: 83,-8 - 7165: 85,-8 - 7166: 85,-7 - 7361: -42,10 - 7362: -42,9 - 7363: -42,8 - 7364: -37,12 - 7365: 83,-6 - 7366: 85,-6 + 1196: 26,13 + 1598: 40,46 + 1599: 41,46 + 1600: 43,46 + 1601: 44,46 + 1602: 34,51 + 1603: 35,51 + 1604: 35,50 + 1605: 34,50 + 1606: 49,50 + 1607: 50,50 + 1608: 49,51 + 1609: 50,51 + 1610: 60,50 + 3528: 26,16 + 3846: 23,-24 + 3847: 21,-24 + 3848: 21,-23 + 3849: 23,-23 + 4755: -36,12 + 4756: -35,12 + 4782: 97,-11 + 4783: 105,-11 + 4784: 105,-23 + 4785: 97,-23 + 5731: 28,16 + 5732: 28,15 + 5733: 28,14 + 5734: 28,13 + 5735: 28,12 + 5736: 28,11 + 6573: 83,-7 + 6574: 83,-8 + 6575: 85,-8 + 6576: 85,-7 + 6750: -42,10 + 6751: -42,9 + 6752: -42,8 + 6753: -37,12 + 6754: 83,-6 + 6755: 85,-6 - node: color: '#B02E26FF' id: BoxGreyscale decals: - 5340: 1,-27 - 5341: 1,-21 - 5510: 1,40 - 5511: 1,46 + 4884: 1,-27 + 4885: 1,-21 + 4990: 1,40 + 4991: 1,46 - node: color: '#FFFFFFFF' id: BoxGreyscale decals: - 6486: -21,-22 - 6487: -21,-23 - 6488: -21,-24 - 6489: -20,-24 - 6490: -20,-23 - 6491: -20,-22 + 5896: -21,-22 + 5897: -21,-23 + 5898: -21,-24 + 5899: -20,-24 + 5900: -20,-23 + 5901: -20,-22 - node: angle: 3.141592653589793 rad color: '#FFFFFFFF' id: BoxGreyscale decals: - 6160: -24,-44 - 6161: -24,-45 - 6162: -23,-45 - 6163: -23,-44 - 6164: -21,-44 - 6165: -22,-44 - 6166: -22,-45 - 6167: -21,-45 - 6168: -20,-45 - 6169: -20,-44 - 6170: -19,-44 - 6171: -19,-45 - 6172: -18,-45 - 6173: -18,-44 + 5570: -24,-44 + 5571: -24,-45 + 5572: -23,-45 + 5573: -23,-44 + 5574: -21,-44 + 5575: -22,-44 + 5576: -22,-45 + 5577: -21,-45 + 5578: -20,-45 + 5579: -20,-44 + 5580: -19,-44 + 5581: -19,-45 + 5582: -18,-45 + 5583: -18,-44 - node: color: '#DFAA16FF' id: BrickCornerOverlayNE decals: - 5926: 33,-31 + 5336: 33,-31 - node: color: '#E8B516FF' id: BrickCornerOverlayNE decals: - 5956: 33,-31 + 5366: 33,-31 - node: color: '#DFAA16FF' id: BrickCornerOverlayNW decals: - 5936: 34,-31 + 5346: 34,-31 - node: color: '#E8B516FF' id: BrickCornerOverlayNW decals: - 5959: 34,-31 + 5369: 34,-31 - node: color: '#DFAA16FF' id: BrickCornerOverlaySE decals: - 5927: 33,-30 + 5337: 33,-30 - node: color: '#E8B516FF' id: BrickCornerOverlaySE decals: - 5958: 33,-30 + 5368: 33,-30 - node: color: '#DFAA16FF' id: BrickCornerOverlaySW decals: - 5937: 34,-30 + 5347: 34,-30 - node: color: '#E8B516FF' id: BrickCornerOverlaySW decals: - 5957: 34,-30 + 5367: 34,-30 - node: color: '#DFAA16FF' id: BrickLineOverlayS decals: - 5947: 33.18141,-30.250166 - 5948: 33.265118,-29.998882 - 5949: 32.99964,-30.171968 - 5950: 33.318783,-30.158688 - 5951: 33.86722,-29.999313 - 5952: 33.99847,-30.089937 - 5953: 33.999252,-30.086031 - 5954: 33.621906,-30.13447 - 5955: 33.69769,-30.250875 + 5357: 33.18141,-30.250166 + 5358: 33.265118,-29.998882 + 5359: 32.99964,-30.171968 + 5360: 33.318783,-30.158688 + 5361: 33.86722,-29.999313 + 5362: 33.99847,-30.089937 + 5363: 33.999252,-30.086031 + 5364: 33.621906,-30.13447 + 5365: 33.69769,-30.250875 - node: color: '#DFAA16FF' id: BrickLineOverlayW decals: - 5938: 33.999493,-30.060682 - 5939: 33.748947,-30.119276 - 5940: 33.88098,-29.999744 - 5941: 33.865356,-30.1599 - 5942: 33.87473,-30.913055 - 5943: 33.87317,-30.999775 - 5944: 33.751293,-30.881025 - 5945: 33.74973,-30.86618 - 5946: 33.999634,-30.798994 + 5348: 33.999493,-30.060682 + 5349: 33.748947,-30.119276 + 5350: 33.88098,-29.999744 + 5351: 33.865356,-30.1599 + 5352: 33.87473,-30.913055 + 5353: 33.87317,-30.999775 + 5354: 33.751293,-30.881025 + 5355: 33.74973,-30.86618 + 5356: 33.999634,-30.798994 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerNe decals: - 6501: 63,23 - 6527: 63,15 - 7312: -37,72 + 5911: 63,23 + 5937: 63,15 + 6722: -37,72 + 6794: -43,72 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerNw decals: - 6500: 53,23 - 6526: 53,15 - 7320: -39,72 + 5910: 53,23 + 5936: 53,15 + 6730: -39,72 + 6793: -44,72 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerSe decals: - 6498: 63,11 - 6528: 63,19 - 7313: -37,70 + 5908: 63,11 + 5938: 63,19 + 6723: -37,70 + 6791: -43,70 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerSw decals: - 6499: 53,11 - 6529: 53,19 - 7314: -39,70 + 5909: 53,11 + 5939: 53,19 + 6724: -39,70 + 6792: -44,70 - node: color: '#FFFFFFFF' id: BrickTileDarkEndS decals: - 7315: -38,69 + 6725: -38,69 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerNe decals: - 6569: 53,11 - 6570: 53,19 - 6618: 57,11 - 6619: 57,19 - 6631: -56,-24 + 5979: 53,11 + 5980: 53,19 + 6028: 57,11 + 6029: 57,19 + 6041: -56,-24 + 6795: -43,71 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerNw decals: - 6574: 57,19 - 6575: 57,11 - 6612: 63,19 - 6613: 63,11 + 5984: 57,19 + 5985: 57,11 + 6022: 63,19 + 6023: 63,11 + 6781: -39,71 + 6796: -44,71 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerSe decals: - 6576: 53,15 - 6577: 53,23 - 6614: 57,23 - 6615: 57,15 - 7316: -38,70 + 5986: 53,15 + 5987: 53,23 + 6024: 57,23 + 6025: 57,15 + 6726: -38,70 + 6797: -43,71 - node: color: '#FFFFFFFF' id: BrickTileDarkInnerSw decals: - 6578: 57,23 - 6579: 57,15 - 6616: 63,15 - 6617: 63,23 - 7317: -38,70 + 5988: 57,23 + 5989: 57,15 + 6026: 63,15 + 6027: 63,23 + 6727: -38,70 + 6782: -39,71 + 6798: -44,71 - node: color: '#FFFFFFFF' id: BrickTileDarkLineE decals: - 6511: 63,12 - 6512: 63,13 - 6513: 63,14 - 6514: 63,20 - 6515: 63,21 - 6516: 63,22 - 6551: 53,22 - 6552: 53,21 - 6553: 53,20 - 6560: 53,14 - 6561: 53,13 - 6562: 53,12 - 6590: 57,12 - 6591: 57,13 - 6592: 57,14 - 6593: 57,20 - 6594: 57,21 - 6595: 57,22 - 6620: -56,-15 - 6621: -56,-16 - 6622: -56,-17 - 6623: -56,-18 - 6624: -56,-19 - 6625: -56,-21 - 6626: -56,-23 - 6627: -56,-22 - 7318: -37,71 + 5921: 63,12 + 5922: 63,13 + 5923: 63,14 + 5924: 63,20 + 5925: 63,21 + 5926: 63,22 + 5961: 53,22 + 5962: 53,21 + 5963: 53,20 + 5970: 53,14 + 5971: 53,13 + 5972: 53,12 + 6000: 57,12 + 6001: 57,13 + 6002: 57,14 + 6003: 57,20 + 6004: 57,21 + 6005: 57,22 + 6030: -56,-15 + 6031: -56,-16 + 6032: -56,-17 + 6033: -56,-18 + 6034: -56,-19 + 6035: -56,-21 + 6036: -56,-23 + 6037: -56,-22 + 6728: -37,71 - node: color: '#FFFFFFFF' id: BrickTileDarkLineN decals: - 6517: 62,23 - 6518: 61,23 - 6519: 60,23 - 6520: 59,23 - 6521: 58,23 - 6522: 57,23 - 6523: 56,23 - 6524: 55,23 - 6525: 54,23 - 6539: 54,15 - 6540: 55,15 - 6541: 56,15 - 6542: 57,15 - 6543: 58,15 - 6544: 59,15 - 6545: 60,15 - 6546: 61,15 - 6547: 62,15 - 6566: 54,11 - 6567: 55,11 - 6568: 56,11 - 6571: 54,19 - 6572: 55,19 - 6573: 56,19 - 6580: 58,19 - 6581: 59,19 - 6582: 60,19 - 6583: 61,19 - 6584: 62,19 - 6585: 58,11 - 6586: 59,11 - 6587: 60,11 - 6588: 61,11 - 6589: 62,11 - 6628: -55,-24 - 6629: -54,-24 - 6630: -53,-24 - 7319: -38,72 + 5927: 62,23 + 5928: 61,23 + 5929: 60,23 + 5930: 59,23 + 5931: 58,23 + 5932: 57,23 + 5933: 56,23 + 5934: 55,23 + 5935: 54,23 + 5949: 54,15 + 5950: 55,15 + 5951: 56,15 + 5952: 57,15 + 5953: 58,15 + 5954: 59,15 + 5955: 60,15 + 5956: 61,15 + 5957: 62,15 + 5976: 54,11 + 5977: 55,11 + 5978: 56,11 + 5981: 54,19 + 5982: 55,19 + 5983: 56,19 + 5990: 58,19 + 5991: 59,19 + 5992: 60,19 + 5993: 61,19 + 5994: 62,19 + 5995: 58,11 + 5996: 59,11 + 5997: 60,11 + 5998: 61,11 + 5999: 62,11 + 6038: -55,-24 + 6039: -54,-24 + 6040: -53,-24 + 6729: -38,72 + 6783: -40,71 + 6784: -41,71 + 6785: -42,71 + 6786: -45,71 - node: color: '#FFFFFFFF' id: BrickTileDarkLineS decals: - 6502: 54,11 - 6503: 55,11 - 6504: 56,11 - 6505: 57,11 - 6506: 58,11 - 6507: 59,11 - 6508: 60,11 - 6509: 61,11 - 6510: 62,11 - 6530: 54,19 - 6531: 55,19 - 6532: 56,19 - 6533: 57,19 - 6534: 59,19 - 6535: 58,19 - 6536: 60,19 - 6537: 61,19 - 6538: 62,19 - 6554: 54,23 - 6555: 55,23 - 6556: 56,23 - 6557: 54,15 - 6558: 55,15 - 6559: 56,15 - 6602: 58,15 - 6603: 59,15 - 6604: 60,15 - 6605: 61,15 - 6606: 62,15 - 6607: 58,23 - 6608: 59,23 - 6609: 60,23 - 6610: 61,23 - 6611: 62,23 + 5912: 54,11 + 5913: 55,11 + 5914: 56,11 + 5915: 57,11 + 5916: 58,11 + 5917: 59,11 + 5918: 60,11 + 5919: 61,11 + 5920: 62,11 + 5940: 54,19 + 5941: 55,19 + 5942: 56,19 + 5943: 57,19 + 5944: 59,19 + 5945: 58,19 + 5946: 60,19 + 5947: 61,19 + 5948: 62,19 + 5964: 54,23 + 5965: 55,23 + 5966: 56,23 + 5967: 54,15 + 5968: 55,15 + 5969: 56,15 + 6012: 58,15 + 6013: 59,15 + 6014: 60,15 + 6015: 61,15 + 6016: 62,15 + 6017: 58,23 + 6018: 59,23 + 6019: 60,23 + 6020: 61,23 + 6021: 62,23 + 6787: -45,71 + 6788: -42,71 + 6789: -41,71 + 6790: -40,71 - node: color: '#FFFFFFFF' id: BrickTileDarkLineW decals: - 6492: 53,22 - 6493: 53,21 - 6494: 53,20 - 6495: 53,14 - 6496: 53,13 - 6497: 53,12 - 6548: 57,22 - 6549: 57,21 - 6550: 57,20 - 6563: 57,14 - 6564: 57,13 - 6565: 57,12 - 6596: 63,22 - 6597: 63,21 - 6598: 63,20 - 6599: 63,14 - 6600: 63,13 - 6601: 63,12 + 5902: 53,22 + 5903: 53,21 + 5904: 53,20 + 5905: 53,14 + 5906: 53,13 + 5907: 53,12 + 5958: 57,22 + 5959: 57,21 + 5960: 57,20 + 5973: 57,14 + 5974: 57,13 + 5975: 57,12 + 6006: 63,22 + 6007: 63,21 + 6008: 63,20 + 6009: 63,14 + 6010: 63,13 + 6011: 63,12 - node: color: '#91D4FFFF' id: BrickTileSteelCornerNe decals: - 1005: -3,-5 - 1008: -9,-8 - 1040: -6,-1 - 1052: -14,-8 - 1080: -3,16 - 1081: -7,16 - 1097: 36,7 - 1098: 34,13 - 1099: 34,16 - 1145: 22,3 - 6310: 29,16 - 6370: 23,16 + 907: -3,-5 + 910: -9,-8 + 942: -6,-1 + 954: -14,-8 + 982: -3,16 + 983: -7,16 + 999: 36,7 + 1000: 34,13 + 1001: 34,16 + 1044: 22,3 + 5720: 29,16 + 5780: 23,16 + - node: + color: '#9DE9BAFF' + id: BrickTileSteelCornerNe + decals: + 7002: -29,89 + 7011: -25,89 + 7012: -25,86 + 7104: -6,87 + 7110: -16,79 + 7122: -30,73 + 7140: -18,59 + 7141: -36,67 - node: color: '#B02E26FF' id: BrickTileSteelCornerNe decals: - 3971: 11,68 - 3972: 14,66 - 3973: 5,66 - 4910: -12,55 - 5311: 11,-22 + 3624: 11,68 + 3625: 14,66 + 3626: 5,66 + 4855: 11,-22 + 7233: -5,46 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerNe + decals: + 6810: -9,59 + 6811: -9,54 + 6812: -3,59 + 6813: -3,54 + 6814: -14,65 + 6815: -2,69 + 6816: -8,69 - node: color: '#91D4FFFF' id: BrickTileSteelCornerNw decals: - 1006: -9,-5 - 1007: -12,-8 - 1041: -9,-1 - 1051: -18,-8 - 1082: -9,16 - 1083: -5,16 - 1100: 33,7 - 1146: 19,3 - 6309: 25,16 - 6365: 5,16 + 908: -9,-5 + 909: -12,-8 + 943: -9,-1 + 953: -18,-8 + 984: -9,16 + 985: -5,16 + 1002: 33,7 + 1045: 19,3 + 5719: 25,16 + 5775: 5,16 + - node: + color: '#9DE9BAFF' + id: BrickTileSteelCornerNw + decals: + 7001: -30,89 + 7009: -27,89 + 7010: -27,86 + 7094: -12,87 + 7111: -19,79 + 7123: -34,73 + 7142: -40,67 + 7143: -45,63 + 7144: -24,59 - node: color: '#B02E26FF' id: BrickTileSteelCornerNw decals: - 3974: 4,66 - 3975: 7,68 - 3982: 13,66 - 4915: -15,55 - 5312: 10,-22 - 5313: 5,-23 + 3627: 4,66 + 3628: 7,68 + 3635: 13,66 + 4856: 10,-22 + 4857: 5,-23 + 7234: -7,46 + - node: + color: '#FFFFFFFF' + id: BrickTileSteelCornerNw + decals: + 6817: -12,69 + 6818: -6,69 + 6819: -16,65 + 6820: -11,59 + 6821: -8,59 + 6822: -11,54 + 6823: -8,54 + 7250: -16,68 - node: color: '#91D4FFFF' id: BrickTileSteelCornerSe decals: - 1010: -9,-12 - 1042: -6,-3 - 1050: -14,-12 - 1088: -3,9 - 1102: 36,5 - 1115: 34,15 - 1147: 22,0 - 5792: -3,-11 - 5793: -4,-12 - 6371: 23,9 + 912: -9,-12 + 944: -6,-3 + 952: -14,-12 + 990: -3,9 + 1004: 36,5 + 1017: 34,15 + 1046: 22,0 + 5218: -3,-11 + 5219: -4,-12 + 5781: 23,9 + - node: + color: '#9DE9BAFF' + id: BrickTileSteelCornerSe + decals: + 7015: -25,85 + 7016: -25,88 + 7105: -10,86 + 7106: -6,86 + 7112: -16,76 + 7124: -30,68 + 7148: -36,58 + 7149: -18,53 - node: color: '#B02E26FF' id: BrickTileSteelCornerSe decals: - 3976: 11,64 - 3977: 14,64 - 3978: 5,64 - 4911: -12,48 - 5314: 11,-24 - 7156: 76,-25 + 3629: 11,64 + 3630: 14,64 + 3631: 5,64 + 4858: 11,-24 + 6566: 76,-25 + 7236: -5,45 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerSe decals: - 6483: -41,-31 + 5893: -41,-31 + 6824: -3,52 + 6825: -9,52 + 6826: -9,57 + 6827: -2,67 + 6828: -14,61 + 6846: -3,57 - node: color: '#91D4FFFF' id: BrickTileSteelCornerSw decals: - 1009: -7,-12 - 1011: -12,-12 - 1032: -9,-6 - 1043: -9,-3 - 1056: -18,-12 - 1087: -9,9 - 1101: 33,5 - 1159: 19,0 - 6320: 25,9 - 6362: 5,9 + 911: -7,-12 + 913: -12,-12 + 934: -9,-6 + 945: -9,-3 + 958: -18,-12 + 989: -9,9 + 1003: 33,5 + 1058: 19,0 + 5730: 25,9 + 5772: 5,9 + - node: + color: '#9DE9BAFF' + id: BrickTileSteelCornerSw + decals: + 6987: -30,75 + 7013: -27,85 + 7014: -27,88 + 7102: -12,86 + 7103: -8,86 + 7113: -19,76 + 7125: -34,68 + 7145: -24,53 + 7146: -40,58 + 7147: -45,62 - node: color: '#B02E26FF' id: BrickTileSteelCornerSw decals: - 3979: 4,64 - 3980: 7,64 - 3981: 13,64 - 4912: -15,48 - 5315: 5,-24 - 7157: 74,-25 + 3632: 4,64 + 3633: 7,64 + 3634: 13,64 + 4859: 5,-24 + 6567: 74,-25 + 7235: -7,45 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerSw decals: - 6476: -48,-31 + 5886: -48,-31 + 6829: -16,67 + 6830: -16,61 + 6831: -11,57 + 6832: -8,57 + 6833: -11,52 + 6834: -8,52 - node: color: '#B02E26FF' id: BrickTileSteelEndE decals: - 7152: 77,-24 + 6562: 77,-24 - node: color: '#FFFFFFFF' id: BrickTileSteelEndN decals: - 6485: -41,-29 + 5895: -41,-29 - node: color: '#B02E26FF' id: BrickTileSteelEndS decals: - 7158: 75,-26 + 6568: 75,-26 - node: color: '#B02E26FF' id: BrickTileSteelEndW decals: - 678: -2,59 - 7151: 73,-24 + 6561: 73,-24 - node: color: '#91D4FFFF' id: BrickTileSteelInnerNe decals: - 1095: -7,14 - 6313: 29,13 - - node: - color: '#B02E26FF' - id: BrickTileSteelInnerNe - decals: - 4941: -12,52 + 997: -7,14 + 5723: 29,13 - node: color: '#FFFFFFFF' id: BrickTileSteelInnerNe decals: - 6462: -48,-31 + 5872: -48,-31 + 6897: -8,68 - node: color: '#91D4FFFF' id: BrickTileSteelInnerNw decals: - 1094: -5,14 + 996: -5,14 + - node: + color: '#9DE9BAFF' + id: BrickTileSteelInnerNw + decals: + 7188: -40,63 - node: color: '#B02E26FF' id: BrickTileSteelInnerNw decals: - 679: -1,59 - 5325: 10,-23 + 4869: 10,-23 - node: color: '#FFFFFFFF' id: BrickTileSteelInnerNw decals: - 6461: -41,-31 + 5871: -41,-31 + 6894: -12,68 + 6896: -6,68 + - node: + color: '#9DE9BAFF' + id: BrickTileSteelInnerSe + decals: + 7109: -10,87 - node: color: '#B02E26FF' id: BrickTileSteelInnerSe decals: - 4940: -12,51 - 7159: 75,-25 - 7160: 76,-24 + 6569: 75,-25 + 6570: 76,-24 - node: color: '#91D4FFFF' id: BrickTileSteelInnerSw decals: - 1039: -7,-6 + 941: -7,-6 + - node: + color: '#9DE9BAFF' + id: BrickTileSteelInnerSw + decals: + 7108: -8,87 + 7187: -40,62 - node: color: '#B02E26FF' id: BrickTileSteelInnerSw decals: - 680: -1,59 - 7161: 75,-25 - 7162: 74,-24 + 6571: 75,-25 + 6572: 74,-24 - node: color: '#91D4FFFF' id: BrickTileSteelLineE decals: - 1017: -9,-9 - 1018: -9,-10 - 1019: -9,-11 - 1020: -3,-10 - 1021: -3,-9 - 1022: -3,-8 - 1023: -3,-7 - 1024: -3,-6 - 1049: -6,-2 - 1053: -14,-9 - 1054: -14,-10 - 1055: -14,-11 - 1072: -3,10 - 1073: -3,11 - 1074: -3,12 - 1075: -3,13 - 1076: -3,14 - 1077: -3,15 - 1078: -7,15 - 1127: 34,12 - 1128: 34,11 - 1155: 22,2 - 1156: 22,1 - 6311: 29,15 - 6312: 29,14 - 6374: 23,10 - 6375: 23,11 - 6376: 23,12 - 6377: 23,13 - 6378: 23,14 - 6379: 23,15 + 919: -9,-9 + 920: -9,-10 + 921: -9,-11 + 922: -3,-10 + 923: -3,-9 + 924: -3,-8 + 925: -3,-7 + 926: -3,-6 + 951: -6,-2 + 955: -14,-9 + 956: -14,-10 + 957: -14,-11 + 974: -3,10 + 975: -3,11 + 976: -3,12 + 977: -3,13 + 978: -3,14 + 979: -3,15 + 980: -7,15 + 1026: 34,12 + 1027: 34,11 + 1054: 22,2 + 1055: 22,1 + 5721: 29,15 + 5722: 29,14 + 5784: 23,10 + 5785: 23,11 + 5786: 23,12 + 5787: 23,13 + 5788: 23,14 + 5789: 23,15 + - node: + color: '#9DE9BAFF' + id: BrickTileSteelLineE + decals: + 7003: -29,88 + 7004: -29,87 + 7005: -29,86 + 7006: -29,85 + 7007: -29,84 + 7008: -29,83 + 7116: -16,78 + 7117: -16,77 + 7129: -30,69 + 7130: -30,70 + 7131: -30,71 + 7132: -30,72 + 7150: -18,54 + 7151: -18,55 + 7152: -18,56 + 7153: -18,57 + 7154: -18,58 + 7155: -36,66 + 7156: -36,65 + 7157: -36,64 + 7158: -36,63 + 7159: -36,62 + 7160: -36,61 + 7161: -36,60 + 7162: -36,59 - node: color: '#B02E26FF' id: BrickTileSteelLineE decals: - 3983: 14,65 - 3984: 11,67 - 3985: 11,66 - 3986: 11,65 - 3987: 5,65 - 4918: -12,54 - 4919: -12,49 - 4920: -12,50 - 4921: -12,53 - 5326: 11,-23 + 3636: 14,65 + 3637: 11,67 + 3638: 11,66 + 3639: 11,65 + 3640: 5,65 + 4870: 11,-23 - node: color: '#FFFFFFFF' id: BrickTileSteelLineE decals: - 6449: -48,-26 - 6450: -48,-27 - 6451: -48,-28 - 6452: -48,-29 - 6453: -48,-30 - 6467: -51,-26 - 6468: -51,-27 - 6469: -51,-29 - 6470: -51,-30 - 6484: -41,-30 - 6642: -50,-15 - 6643: -50,-16 - 6644: -50,-17 - 6645: -50,-18 - 6646: -50,-19 - 6647: -50,-20 - 6648: -50,-21 - 6649: -50,-22 - 6650: -50,-23 - 6651: -50,-24 + 5859: -48,-26 + 5860: -48,-27 + 5861: -48,-28 + 5862: -48,-29 + 5863: -48,-30 + 5877: -51,-26 + 5878: -51,-27 + 5879: -51,-29 + 5880: -51,-30 + 5894: -41,-30 + 6052: -50,-15 + 6053: -50,-16 + 6054: -50,-17 + 6055: -50,-18 + 6056: -50,-19 + 6057: -50,-20 + 6058: -50,-21 + 6059: -50,-22 + 6060: -50,-23 + 6061: -50,-24 + 6885: -2,68 + 6886: -14,64 + 6887: -14,63 + 6888: -14,62 + 6889: -3,58 + 6890: -9,58 + 6891: -9,53 + 6892: -3,53 - node: color: '#91D4FFFF' id: BrickTileSteelLineN decals: - 438: -13,-5 - 1014: -11,-8 - 1015: -10,-8 - 1034: -8,-5 - 1035: -7,-5 - 1036: -6,-5 - 1037: -5,-5 - 1038: -4,-5 - 1046: -8,-1 - 1047: -7,-1 - 1060: -17,-8 - 1061: -16,-8 - 1062: -15,-8 - 1084: -8,16 - 1085: -4,16 - 1086: -6,14 - 1116: 26,16 - 1117: 30,16 - 1118: 31,16 - 1119: 32,16 - 1120: 33,16 - 1121: 34,7 - 1122: 35,7 - 1123: 33,13 - 1124: 32,13 - 1125: 31,13 - 1126: 30,13 - 1162: 20,3 - 1163: 21,3 - 6307: 27,16 - 6308: 28,16 - 6366: 6,16 - 6367: 7,16 - 6368: 21,16 - 6369: 22,16 + 424: -13,-5 + 916: -11,-8 + 917: -10,-8 + 936: -8,-5 + 937: -7,-5 + 938: -6,-5 + 939: -5,-5 + 940: -4,-5 + 948: -8,-1 + 949: -7,-1 + 962: -17,-8 + 963: -16,-8 + 964: -15,-8 + 986: -8,16 + 987: -4,16 + 988: -6,14 + 1018: 26,16 + 1019: 30,16 + 1020: 31,16 + 1021: 32,16 + 1022: 33,16 + 1023: 34,7 + 1024: 35,7 + 1025: 33,13 + 1061: 20,3 + 1062: 21,3 + 5717: 27,16 + 5718: 28,16 + 5776: 6,16 + 5777: 7,16 + 5778: 21,16 + 5779: 22,16 + - node: + color: '#9DE9BAFF' + id: BrickTileSteelLineN + decals: + 7019: -26,89 + 7020: -26,86 + 7095: -11,87 + 7096: -10,87 + 7097: -9,87 + 7098: -7,87 + 7107: -8,87 + 7120: -18,79 + 7121: -17,79 + 7137: -33,73 + 7138: -32,73 + 7139: -31,73 + 7189: -41,63 + 7190: -42,63 + 7191: -43,63 + 7192: -44,63 + 7193: -39,67 + 7194: -38,67 + 7195: -37,67 + 7196: -23,59 + 7197: -22,59 + 7198: -21,59 + 7199: -20,59 + 7200: -19,59 - node: color: '#B02E26FF' id: BrickTileSteelLineN decals: - 3993: 8,68 - 3994: 9,68 - 3995: 10,68 - 4916: -14,55 - 4917: -13,55 - 4922: -11,52 - 4923: -10,52 - 4924: -9,52 - 4925: -8,52 - 4926: -7,52 - 4927: -6,52 - 4928: -5,52 - 4929: -4,52 - 4930: -3,52 - 5321: 6,-23 - 5322: 7,-23 - 5323: 8,-23 - 5324: 9,-23 - 7153: 74,-24 - 7154: 75,-24 - 7155: 76,-24 + 3646: 8,68 + 3647: 9,68 + 3648: 10,68 + 4865: 6,-23 + 4866: 7,-23 + 4867: 8,-23 + 4868: 9,-23 + 6563: 74,-24 + 6564: 75,-24 + 6565: 76,-24 + 7238: -6,46 - node: color: '#FFFFFFFF' id: BrickTileSteelLineN decals: - 6454: -47,-31 - 6455: -46,-31 - 6456: -45,-31 - 6457: -44,-31 - 6458: -43,-31 - 6459: -42,-31 + 5864: -47,-31 + 5865: -46,-31 + 5866: -45,-31 + 5867: -44,-31 + 5868: -43,-31 + 5869: -42,-31 + 6861: -11,69 + 6862: -10,69 + 6863: -9,69 + 6864: -5,69 + 6865: -4,69 + 6866: -3,69 + 6867: -13,68 + 6868: -15,65 + 6869: -10,59 + 6870: -7,59 + 6871: -6,59 + 6872: -5,59 + 6873: -4,59 + 6874: -10,54 + 6875: -7,54 + 6876: -6,54 + 6877: -5,54 + 6878: -4,54 + 6895: -7,68 + 7248: -14,68 + 7249: -15,68 - node: color: '#91D4FFFF' id: BrickTileSteelLineS decals: - 437: -13,-6 - 1012: -11,-12 - 1013: -10,-12 - 1025: -5,-12 - 1026: -6,-12 - 1033: -8,-6 - 1044: -8,-3 - 1045: -7,-3 - 1057: -17,-12 - 1058: -16,-12 - 1059: -15,-12 - 1089: -4,9 - 1090: -5,9 - 1091: -6,9 - 1092: -7,9 - 1093: -8,9 - 1103: 26,9 - 1104: 27,9 - 1105: 28,9 - 1106: 29,9 - 1107: 30,9 - 1108: 31,9 - 1109: 34,5 - 1110: 35,5 - 1111: 30,15 - 1112: 31,15 - 1113: 32,15 - 1114: 33,15 - 1157: 20,0 - 1158: 21,0 - 6339: 32,9 - 6363: 6,9 - 6364: 7,9 - 6372: 22,9 - 6373: 21,9 + 423: -13,-6 + 914: -11,-12 + 915: -10,-12 + 927: -5,-12 + 928: -6,-12 + 935: -8,-6 + 946: -8,-3 + 947: -7,-3 + 959: -17,-12 + 960: -16,-12 + 961: -15,-12 + 991: -4,9 + 992: -5,9 + 993: -6,9 + 994: -7,9 + 995: -8,9 + 1005: 26,9 + 1006: 27,9 + 1007: 28,9 + 1008: 29,9 + 1009: 30,9 + 1010: 31,9 + 1011: 34,5 + 1012: 35,5 + 1013: 30,15 + 1014: 31,15 + 1015: 32,15 + 1016: 33,15 + 1056: 20,0 + 1057: 21,0 + 5749: 32,9 + 5773: 6,9 + 5774: 7,9 + 5782: 22,9 + 5783: 21,9 + - node: + color: '#9DE9BAFF' + id: BrickTileSteelLineS + decals: + 7017: -26,85 + 7018: -26,88 + 7099: -7,86 + 7100: -11,86 + 7101: -9,87 + 7114: -18,76 + 7115: -17,76 + 7126: -33,68 + 7127: -32,68 + 7128: -31,68 + 7163: -39,58 + 7164: -38,58 + 7165: -37,58 + 7166: -41,62 + 7167: -42,62 + 7168: -43,62 + 7169: -44,62 + 7170: -23,53 + 7171: -22,53 + 7172: -21,53 + 7173: -20,53 + 7174: -19,53 - node: color: '#B02E26FF' id: BrickTileSteelLineS decals: - 571: -4,47 - 3996: 8,64 - 3997: 9,64 - 3998: 10,64 - 4913: -14,48 - 4914: -13,48 - 4931: -11,51 - 4932: -10,51 - 4933: -9,51 - 4934: -8,51 - 4935: -7,51 - 4936: -6,51 - 4937: -5,51 - 4938: -4,51 - 4939: -3,51 - 5316: 6,-24 - 5317: 7,-24 - 5318: 8,-24 - 5319: 9,-24 - 5320: 10,-24 - 5344: 10,-20 - 5345: 11,-20 - 5346: 12,-20 - 5347: 13,-20 - 5348: 14,-20 - 5349: 15,-20 + 3649: 8,64 + 3650: 9,64 + 3651: 10,64 + 4860: 6,-24 + 4861: 7,-24 + 4862: 8,-24 + 4863: 9,-24 + 4864: 10,-24 + 4888: 10,-20 + 4889: 11,-20 + 4890: 12,-20 + 4891: 13,-20 + 4892: 14,-20 + 4893: 15,-20 + 7237: -6,45 - node: color: '#FFFFFFFF' id: BrickTileSteelLineS decals: - 6477: -47,-31 - 6478: -46,-31 - 6479: -45,-31 - 6480: -44,-31 - 6481: -43,-31 - 6482: -42,-31 + 5887: -47,-31 + 5888: -46,-31 + 5889: -45,-31 + 5890: -44,-31 + 5891: -43,-31 + 5892: -42,-31 + 6835: -10,57 + 6836: -10,52 + 6837: -7,52 + 6838: -6,52 + 6839: -5,52 + 6840: -4,52 + 6841: -4,57 + 6842: -5,57 + 6843: -6,57 + 6844: -6,57 + 6845: -7,57 + 6847: -15,61 + 6848: -15,67 + 6849: -14,67 + 6850: -13,67 + 6851: -12,67 + 6852: -11,67 + 6853: -10,67 + 6854: -9,67 + 6855: -8,67 + 6856: -7,67 + 6857: -6,67 + 6858: -5,67 + 6859: -4,67 + 6860: -3,67 - node: color: '#91D4FFFF' id: BrickTileSteelLineW decals: - 1016: -12,-11 - 1027: -7,-11 - 1028: -7,-10 - 1029: -7,-9 - 1030: -7,-8 - 1031: -7,-7 - 1048: -9,-2 - 1063: -18,-9 - 1064: -18,-10 - 1065: -18,-11 - 1066: -9,15 - 1067: -9,14 - 1068: -9,11 - 1069: -9,10 - 1070: -9,13 - 1071: -9,12 - 1079: -5,15 - 1129: 33,6 - 1160: 19,1 - 1161: 19,2 - 6314: 25,15 - 6315: 25,14 - 6316: 25,13 - 6317: 25,12 - 6318: 25,11 - 6319: 25,10 - 6356: 5,15 - 6357: 5,14 - 6358: 5,13 - 6359: 5,12 - 6360: 5,11 - 6361: 5,10 + 918: -12,-11 + 929: -7,-11 + 930: -7,-10 + 931: -7,-9 + 932: -7,-8 + 933: -7,-7 + 950: -9,-2 + 965: -18,-9 + 966: -18,-10 + 967: -18,-11 + 968: -9,15 + 969: -9,14 + 970: -9,11 + 971: -9,10 + 972: -9,13 + 973: -9,12 + 981: -5,15 + 1028: 33,6 + 1059: 19,1 + 1060: 19,2 + 5724: 25,15 + 5725: 25,14 + 5726: 25,13 + 5727: 25,12 + 5728: 25,11 + 5729: 25,10 + 5766: 5,15 + 5767: 5,14 + 5768: 5,13 + 5769: 5,12 + 5770: 5,11 + 5771: 5,10 + - node: + color: '#9DE9BAFF' + id: BrickTileSteelLineW + decals: + 6988: -30,76 + 6989: -30,77 + 6990: -30,78 + 6991: -30,79 + 6992: -30,80 + 6993: -30,81 + 6994: -30,82 + 6995: -30,83 + 6996: -30,84 + 6997: -30,85 + 6998: -30,86 + 6999: -30,87 + 7000: -30,88 + 7118: -19,77 + 7119: -19,78 + 7133: -34,69 + 7134: -34,70 + 7135: -34,71 + 7136: -34,72 + 7175: -24,54 + 7176: -24,55 + 7177: -24,56 + 7178: -24,56 + 7179: -24,57 + 7180: -24,58 + 7181: -40,64 + 7182: -40,65 + 7183: -40,66 + 7184: -40,59 + 7185: -40,60 + 7186: -40,61 - node: color: '#B02E26FF' id: BrickTileSteelLineW decals: - 565: -15,49 - 566: -15,50 - 567: -15,51 - 568: -15,52 - 569: -15,53 - 570: -15,54 - 665: -1,56 - 666: -1,55 - 667: -1,54 - 668: -1,53 - 669: -1,52 - 670: -1,51 - 671: -1,50 - 672: -1,49 - 673: -1,48 - 674: -1,47 - 675: -1,61 - 676: -1,60 - 677: -1,58 - 3988: 4,65 - 3989: 7,67 - 3990: 7,66 - 3991: 7,65 - 3992: 13,65 + 575: -1,56 + 576: -1,55 + 577: -1,54 + 578: -1,53 + 579: -1,52 + 580: -1,51 + 581: -1,50 + 582: -1,49 + 583: -1,48 + 584: -1,47 + 3641: 4,65 + 3642: 7,67 + 3643: 7,66 + 3644: 7,65 + 3645: 13,65 - node: color: '#FFFFFFFF' id: BrickTileSteelLineW decals: - 6460: -41,-30 - 6463: -51,-26 - 6464: -51,-27 - 6465: -51,-29 - 6466: -51,-30 - 6471: -48,-26 - 6472: -48,-27 - 6473: -48,-28 - 6474: -48,-29 - 6475: -48,-30 - 6632: -51,-24 - 6633: -51,-23 - 6634: -51,-22 - 6635: -51,-21 - 6636: -51,-20 - 6637: -51,-19 - 6638: -51,-18 - 6639: -51,-17 - 6640: -51,-16 - 6641: -51,-15 + 5870: -41,-30 + 5873: -51,-26 + 5874: -51,-27 + 5875: -51,-29 + 5876: -51,-30 + 5881: -48,-26 + 5882: -48,-27 + 5883: -48,-28 + 5884: -48,-29 + 5885: -48,-30 + 6042: -51,-24 + 6043: -51,-23 + 6044: -51,-22 + 6045: -51,-21 + 6046: -51,-20 + 6047: -51,-19 + 6048: -51,-18 + 6049: -51,-17 + 6050: -51,-16 + 6051: -51,-15 + 6879: -11,53 + 6880: -11,58 + 6881: -8,58 + 6882: -16,62 + 6883: -16,63 + 6884: -16,64 + 6893: -8,53 - node: color: '#334E6DFF' id: BrickTileWhiteCornerNe decals: - 713: 7,42 - 741: 14,40 - 755: 20,40 - 758: 19,50 - 793: 15,50 - 794: 11,56 - 832: 15,43 - 863: 29,52 - 881: 19,57 - 882: 20,56 - 897: 22,57 - 898: 21,58 - 917: 28,56 - 928: 9,30 - 929: 14,30 - 930: 20,29 - 931: 12,25 - 5727: 6,62 + 615: 7,42 + 643: 14,40 + 657: 20,40 + 660: 19,50 + 695: 15,50 + 696: 11,56 + 734: 15,43 + 765: 29,52 + 783: 19,57 + 784: 20,56 + 799: 22,57 + 800: 21,58 + 819: 28,56 + 830: 9,30 + 831: 14,30 + 832: 20,29 + 833: 12,25 + 5153: 6,62 - node: color: '#7C45B5FF' id: BrickTileWhiteCornerNe decals: - 1388: 36,-1 + 1284: 36,-1 - node: color: '#80C71FFF' id: BrickTileWhiteCornerNe decals: - 4069: -14,7 - 4104: -16,7 - 4105: -18,7 - 4106: -20,7 - 4107: -22,7 - 4108: -6,7 + 3722: -14,7 + 3757: -16,7 + 3758: -18,7 + 3759: -20,7 + 3760: -22,7 + 3761: -6,7 - node: color: '#845606FF' id: BrickTileWhiteCornerNe decals: - 2143: -25,-19 - 2144: -25,-24 - 2145: -10,-28 - 2146: -4,-23 - 2147: -13,-24 - 2148: -10,-33 - 2149: -7,-41 - 5997: -10,-19 - 6005: -16,-39 - 6032: -25,-41 - 6037: -28,-41 - 6091: -10,-39 - 6200: -16,-33 + 2029: -25,-19 + 2030: -25,-24 + 2031: -10,-28 + 2032: -4,-23 + 2033: -13,-24 + 2034: -10,-33 + 2035: -7,-41 + 5407: -10,-19 + 5415: -16,-39 + 5442: -25,-41 + 5447: -28,-41 + 5501: -10,-39 + 5610: -16,-33 - node: color: '#8932B8FF' id: BrickTileWhiteCornerNe decals: - 5192: -35,12 - 5193: -38,13 + 4736: -35,12 + 4737: -38,13 - node: color: '#91D4FFFF' id: BrickTileWhiteCornerNe decals: - 334: -14,-1 - 335: -20,-1 - 336: -11,16 - 1131: 31,7 - 4031: 7,-5 - 4032: 13,-5 - 4033: 13,-8 - 4034: 7,-10 - 5736: 2,7 - 5742: 6,3 - 5787: -6,3 - 6238: 10,16 - 6239: 20,16 - 6327: 10,7 + 320: -14,-1 + 321: -20,-1 + 322: -11,16 + 1030: 31,7 + 3684: 7,-5 + 3685: 13,-5 + 3686: 13,-8 + 3687: 7,-10 + 5162: 2,7 + 5168: 6,3 + 5213: -6,3 + 5648: 10,16 + 5649: 20,16 + 5737: 10,7 - node: color: '#9DDFBAFF' id: BrickTileWhiteCornerNe decals: - 573: -11,64 - 581: -2,64 - 585: -30,62 - 2990: -36,67 - 5569: -42,60 - 5592: -19,58 + 554: -30,62 + - node: + color: '#9DE9BAFF' + id: BrickTileWhiteCornerNe + decals: + 6914: -20,89 + 6948: -20,83 + 6949: -14,83 + 6950: -10,84 + 6951: -6,84 + 6962: -21,79 + 7021: -32,89 + 7022: -32,85 + 7023: -32,81 + 7024: -32,77 + 7058: -26,73 + 7059: -21,74 - node: color: '#B02E26FF' id: BrickTileWhiteCornerNe decals: - 488: -5,35 - 489: -5,30 - 515: -14,26 - 534: -9,30 - 710: -10,22 - 4987: -13,46 - 5006: -26,51 - 5027: -17,51 - 5518: -2,40 - 6690: -25,30 - 7346: -33,34 - 7348: -35,36 - 7349: -34,35 + 474: -5,35 + 475: -5,30 + 501: -14,26 + 520: -9,30 + 614: -10,22 + 4612: -17,51 + 4998: -2,40 + 6100: -25,30 + 6735: -33,34 + 6737: -35,36 + 6738: -34,35 + 6799: -13,50 + 7211: -21,69 + 7419: -26,55 + 7422: -30,55 + 7480: -48,73 - node: color: '#B04DB5FF' id: BrickTileWhiteCornerNe decals: - 1406: 50,21 - 1434: 32,24 - 1435: 32,30 - 1436: 40,30 - 1437: 40,26 - 1438: 49,26 - 1439: 50,24 - 1440: 49,30 - 1441: 46,30 - 1442: 44,34 - 1443: 50,40 - 1444: 50,51 - 1445: 45,51 - 1446: 35,51 - 1449: 40,44 - 1466: 63,30 - 1467: 49,34 - 1689: 54,49 - 1690: 53,51 - 4226: 49,44 + 1302: 50,21 + 1330: 32,24 + 1331: 32,30 + 1332: 40,30 + 1333: 40,26 + 1334: 49,26 + 1335: 50,24 + 1336: 49,30 + 1337: 46,30 + 1338: 44,34 + 1339: 50,40 + 1340: 50,51 + 1341: 45,51 + 1342: 35,51 + 1345: 40,44 + 1362: 63,30 + 1363: 49,34 + 3879: 49,44 - node: color: '#BA8841FF' id: BrickTileWhiteCornerNe decals: - 4198: 23,-19 - 6750: -54,19 - 6751: -54,14 - 6752: -58,15 - 6753: -58,19 - 6754: -48,27 - 6755: -47,23 - 6756: -58,26 - 6757: -60,30 - 6758: -49,36 - 6759: -44,35 - 6760: -54,37 - 6768: -60,20 - 6773: -47,18 - 6924: -49,19 - 6988: -54,25 + 3851: 23,-19 + 6160: -54,19 + 6161: -54,14 + 6162: -58,15 + 6163: -58,19 + 6164: -48,27 + 6165: -47,23 + 6166: -58,26 + 6167: -60,30 + 6168: -49,36 + 6169: -44,35 + 6170: -54,37 + 6178: -60,20 + 6183: -47,18 + 6334: -49,19 + 6398: -54,25 - node: color: '#D3F4A5FF' id: BrickTileWhiteCornerNe decals: - 1766: -50,5 - 1767: -50,-2 - 1768: -58,-2 - 1871: -58,-7 - 1889: -50,-11 - 1977: -98,13 - 1978: -97,12 - 1979: -96,10 - 1980: -89,9 - 1981: -83,10 - 1982: -84,17 - 1983: -80,22 - 1984: -95,26 - 1985: -96,28 - 1986: -97,29 - 1987: -72,17 - 1988: -72,14 - 1989: -68,17 - 1990: -68,11 - 1991: -76,9 - 1992: -84,4 - 1993: -81,-4 - 1994: -80,-5 - 1995: -83,-3 - 3938: -97,-2 - 3939: -96,-3 - 3942: -92,-5 - 3945: -92,22 - 3960: -68,3 + 1652: -50,5 + 1653: -50,-2 + 1654: -58,-2 + 1757: -58,-7 + 1775: -50,-11 + 1863: -98,13 + 1864: -97,12 + 1865: -96,10 + 1866: -89,9 + 1867: -83,10 + 1868: -84,17 + 1869: -80,22 + 1870: -95,26 + 1871: -96,28 + 1872: -97,29 + 1873: -72,17 + 1874: -72,14 + 1875: -68,17 + 1876: -68,11 + 1877: -76,9 + 1878: -84,4 + 1879: -81,-4 + 1880: -80,-5 + 1881: -83,-3 + 3591: -97,-2 + 3592: -96,-3 + 3595: -92,-5 + 3598: -92,22 + 3613: -68,3 - node: color: '#FF974DFF' id: BrickTileWhiteCornerNe decals: - 1319: 17,-1 - 1320: 17,3 - 1321: 28,-2 - 1368: 21,-8 + 1215: 17,-1 + 1216: 17,3 + 1217: 28,-2 + 1264: 21,-8 - node: color: '#334E6DFF' id: BrickTileWhiteCornerNw decals: - 714: 4,42 - 736: 9,40 - 756: 16,40 - 757: 17,50 - 795: 5,56 - 796: 9,50 - 831: 9,43 - 864: 24,52 - 865: 23,51 - 875: 17,57 - 876: 16,56 - 899: 15,58 - 900: 14,57 - 918: 26,56 - 925: 4,30 - 926: 11,30 - 927: 17,29 - 932: 6,25 - 5480: 25,51 - 5482: 28,52 - 5722: 5,62 + 616: 4,42 + 638: 9,40 + 658: 16,40 + 659: 17,50 + 697: 5,56 + 698: 9,50 + 733: 9,43 + 766: 24,52 + 767: 23,51 + 777: 17,57 + 778: 16,56 + 801: 15,58 + 802: 14,57 + 820: 26,56 + 827: 4,30 + 828: 11,30 + 829: 17,29 + 834: 6,25 + 4960: 25,51 + 4962: 28,52 + 5148: 5,62 - node: color: '#7C45B5FF' id: BrickTileWhiteCornerNw decals: - 1385: 33,-1 + 1281: 33,-1 - node: color: '#80C71FFF' id: BrickTileWhiteCornerNw decals: - 4070: -24,7 - 4099: -23,7 - 4100: -21,7 - 4101: -19,7 - 4102: -17,7 - 4103: -9,7 - 4109: -15,7 + 3723: -24,7 + 3752: -23,7 + 3753: -21,7 + 3754: -19,7 + 3755: -17,7 + 3756: -9,7 + 3762: -15,7 - node: color: '#845606FF' id: BrickTileWhiteCornerNw decals: - 2150: -17,-28 - 2151: -14,-33 - 2152: -11,-24 - 2153: -5,-23 - 2154: -17,-24 - 2155: -31,-19 - 2156: -31,-24 - 5984: -23,-19 - 6003: -26,-41 - 6004: -17,-39 - 6038: -32,-41 - 6092: -14,-39 - 6199: -17,-33 + 2036: -17,-28 + 2037: -14,-33 + 2038: -11,-24 + 2039: -5,-23 + 2040: -17,-24 + 2041: -31,-19 + 2042: -31,-24 + 5394: -23,-19 + 5413: -26,-41 + 5414: -17,-39 + 5448: -32,-41 + 5502: -14,-39 + 5609: -17,-33 - node: color: '#8932B8FF' id: BrickTileWhiteCornerNw decals: - 5194: -40,13 - 5195: -41,12 + 4738: -40,13 + 4739: -41,12 - node: color: '#91D4FFFF' id: BrickTileWhiteCornerNw decals: - 337: -30,13 - 346: -15,16 - 383: -24,-1 - 384: -18,-1 - 1096: 8,7 - 1243: -13,-14 - 4023: 5,-5 - 4024: 9,-5 - 4025: 12,-8 - 4026: 5,-10 - 4096: -23,3 - 5737: 0,7 - 5741: -4,3 - 6236: 8,16 - 6237: 18,16 - 6331: 18,7 + 323: -30,13 + 332: -15,16 + 369: -24,-1 + 370: -18,-1 + 998: 8,7 + 1139: -13,-14 + 3676: 5,-5 + 3677: 9,-5 + 3678: 12,-8 + 3679: 5,-10 + 3749: -23,3 + 5163: 0,7 + 5167: -4,3 + 5646: 8,16 + 5647: 18,16 + 5741: 18,7 - node: color: '#9DDFBAFF' id: BrickTileWhiteCornerNw decals: - 572: -28,64 - 580: -5,64 - 584: -32,62 - 2991: -45,67 - 5568: -45,60 - 5591: -24,58 + 553: -32,62 + - node: + color: '#9DE9BAFF' + id: BrickTileWhiteCornerNw + decals: + 6913: -23,89 + 6958: -12,84 + 6959: -18,83 + 6960: -23,83 + 6961: -24,79 + 7025: -34,77 + 7026: -34,81 + 7027: -34,85 + 7028: -34,89 + 7062: -28,73 + 7063: -24,74 - node: color: '#B02E26FF' id: BrickTileWhiteCornerNw decals: - 446: -11,42 - 447: -9,43 - 485: -12,26 - 486: -7,30 - 487: -6,35 - 516: -23,26 - 535: -23,30 - 5001: -27,46 - 5007: -27,51 - 5028: -21,51 - 5485: -9,34 - 5517: -3,40 - 7347: -36,36 - 7358: -39,30 + 432: -11,42 + 433: -9,43 + 471: -12,26 + 472: -7,30 + 473: -6,35 + 502: -23,26 + 521: -23,30 + 4613: -21,51 + 4965: -9,34 + 4997: -3,40 + 6736: -36,36 + 6747: -39,30 + 6800: -14,50 + 7212: -24,69 + 7420: -27,55 + 7481: -49,73 - node: color: '#B04DB5FF' id: BrickTileWhiteCornerNw decals: - 1419: 26,30 - 1420: 34,30 - 1421: 38,44 - 1422: 34,51 - 1423: 39,51 - 1424: 49,51 - 1425: 42,44 - 1426: 42,40 - 1427: 42,34 - 1428: 46,34 - 1429: 42,30 - 1430: 48,30 - 1431: 42,26 - 1432: 34,26 - 1433: 26,24 - 1465: 51,30 - 1688: 52,51 - 1696: 52,47 + 1315: 26,30 + 1316: 34,30 + 1317: 38,44 + 1318: 34,51 + 1319: 39,51 + 1320: 49,51 + 1321: 42,44 + 1322: 42,40 + 1323: 42,34 + 1324: 46,34 + 1325: 42,30 + 1326: 48,30 + 1327: 42,26 + 1328: 34,26 + 1329: 26,24 + 1361: 51,30 + 1587: 52,47 - node: color: '#BA8841FF' id: BrickTileWhiteCornerNw decals: - 4197: 17,-19 - 6761: -56,37 - 6762: -62,30 - 6763: -52,36 - 6764: -62,26 - 6765: -65,24 - 6766: -63,19 - 6767: -61,20 - 6769: -56,19 - 6770: -56,14 - 6771: -63,15 - 6772: -52,18 - 6774: -52,27 - 6925: -50,19 - 6989: -56,25 + 3850: 17,-19 + 6171: -56,37 + 6172: -62,30 + 6173: -52,36 + 6174: -62,26 + 6175: -65,24 + 6176: -63,19 + 6177: -61,20 + 6179: -56,19 + 6180: -56,14 + 6181: -63,15 + 6182: -52,18 + 6184: -52,27 + 6335: -50,19 + 6399: -56,25 - node: color: '#D3F4A5FF' id: BrickTileWhiteCornerNw decals: - 1769: -63,5 - 1770: -63,-2 - 1771: -56,-2 - 1872: -63,-7 - 1890: -56,-11 - 1891: -60,-12 - 1996: -98,-2 - 1997: -90,-5 - 1998: -89,-4 - 1999: -87,-3 - 2000: -86,4 - 2001: -87,10 - 2002: -94,9 - 2003: -99,13 - 2004: -81,9 - 2005: -86,17 - 2006: -90,22 - 2007: -98,29 - 2008: -74,17 - 2009: -70,17 - 2010: -74,11 - 3959: -70,3 + 1655: -63,5 + 1656: -63,-2 + 1657: -56,-2 + 1758: -63,-7 + 1776: -56,-11 + 1777: -60,-12 + 1882: -98,-2 + 1883: -90,-5 + 1884: -89,-4 + 1885: -87,-3 + 1886: -86,4 + 1887: -87,10 + 1888: -94,9 + 1889: -99,13 + 1890: -81,9 + 1891: -86,17 + 1892: -90,22 + 1893: -98,29 + 1894: -74,17 + 1895: -70,17 + 1896: -74,11 + 3612: -70,3 - node: color: '#FF974DFF' id: BrickTileWhiteCornerNw decals: - 1312: 12,3 - 1316: 12,0 - 1367: 15,-8 + 1208: 12,3 + 1212: 12,0 + 1263: 15,-8 - node: color: '#334E6DFF' id: BrickTileWhiteCornerSe decals: - 742: 14,37 - 754: 7,35 - 760: 20,35 - 828: 15,42 - 829: 15,45 - 830: 11,52 - 866: 29,48 - 877: 19,53 - 878: 20,54 - 904: 20,52 - 905: 21,53 - 906: 22,54 - 920: 28,54 - 933: 9,27 - 934: 14,27 - 935: 20,24 - 940: 12,23 - 4721: 7,48 - 5728: 6,58 + 644: 14,37 + 656: 7,35 + 662: 20,35 + 730: 15,42 + 731: 15,45 + 732: 11,52 + 768: 29,48 + 779: 19,53 + 780: 20,54 + 806: 20,52 + 807: 21,53 + 808: 22,54 + 822: 28,54 + 835: 9,27 + 836: 14,27 + 837: 20,24 + 842: 12,23 + 4374: 7,48 + 5154: 6,58 - node: color: '#7C45B5FF' id: BrickTileWhiteCornerSe decals: - 1386: 36,-3 + 1282: 36,-3 - node: color: '#80C71FFF' id: BrickTileWhiteCornerSe decals: - 4115: -14,5 - 4116: -16,5 - 4117: -18,5 - 4118: -20,5 - 4119: -22,5 - 4120: -6,5 + 3768: -14,5 + 3769: -16,5 + 3770: -18,5 + 3771: -20,5 + 3772: -22,5 + 3773: -6,5 - node: color: '#845606FF' id: BrickTileWhiteCornerSe decals: - 2162: -7,-43 - 2163: -10,-36 - 2164: -13,-26 - 2165: -4,-26 - 2166: -7,-22 - 2167: -25,-26 - 2168: -25,-22 - 2182: -10,-31 - 6006: -16,-47 - 6050: -28,-46 - 6201: -16,-36 + 2048: -7,-43 + 2049: -10,-36 + 2050: -13,-26 + 2051: -4,-26 + 2052: -7,-22 + 2053: -25,-26 + 2054: -25,-22 + 2068: -10,-31 + 5416: -16,-47 + 5460: -28,-46 + 5611: -16,-36 - node: color: '#8932B8FF' id: BrickTileWhiteCornerSe decals: - 5199: -35,8 + 4743: -35,8 - node: color: '#91D4FFFF' id: BrickTileWhiteCornerSe decals: - 381: -20,-3 - 382: -14,-3 - 1130: 31,5 - 1173: 10,-3 - 4027: 10,-12 - 4028: 7,-12 - 4029: 13,-6 - 4030: 7,-8 - 4872: -11,-6 - 5729: 13,-11 - 5739: 2,-3 - 5740: 6,1 - 5788: -6,1 - 6259: 20,9 - 6261: 12,12 - 6262: 10,9 + 367: -20,-3 + 368: -14,-3 + 1029: 31,5 + 1072: 10,-3 + 3680: 10,-12 + 3681: 7,-12 + 3682: 13,-6 + 3683: 7,-8 + 4524: -11,-6 + 5155: 13,-11 + 5165: 2,-3 + 5166: 6,1 + 5214: -6,1 + 5669: 20,9 + 5671: 12,12 + 5672: 10,9 - node: color: '#9DDFBAFF' id: BrickTileWhiteCornerSe decals: - 574: -11,61 - 575: -26,53 - 576: -19,53 - 579: -2,63 - 582: -30,57 - 647: -16,61 - 2989: -36,58 - 5571: -42,58 + 551: -30,57 + 7398: -26,57 + - node: + color: '#9DE9BAFF' + id: BrickTileWhiteCornerSe + decals: + 6916: -20,85 + 6945: -6,81 + 6946: -21,76 + 6947: -26,75 + 7029: -32,87 + 7030: -32,83 + 7031: -32,79 + 7032: -32,75 + 7072: -21,71 - node: color: '#B02E26FF' id: BrickTileWhiteCornerSe decals: - 439: -5,39 - 440: -6,38 - 511: -5,23 - 512: -5,32 - 513: -14,24 - 548: -20,28 - 4702: -9,28 - 5002: -26,48 - 5030: -17,48 - 5520: -2,38 - 6660: -33,32 - 6689: -25,28 + 425: -5,39 + 426: -6,38 + 497: -5,23 + 498: -5,32 + 499: -14,24 + 534: -20,28 + 4355: -9,28 + 4615: -17,48 + 5000: -2,38 + 6070: -33,32 + 6099: -25,28 + 7214: -21,61 + 7423: -30,54 - node: color: '#B04DB5FF' id: BrickTileWhiteCornerSe decals: - 1458: 32,26 - 1459: 40,23 - 1460: 50,23 - 1461: 49,28 - 1462: 49,32 - 1463: 63,26 - 1468: 50,36 - 1469: 50,46 - 1470: 40,28 - 1471: 40,32 - 1472: 32,23 - 1694: 54,46 - 4227: 49,42 + 1354: 32,26 + 1355: 40,23 + 1356: 50,23 + 1357: 49,28 + 1358: 49,32 + 1359: 63,26 + 1364: 50,36 + 1365: 50,46 + 1366: 40,28 + 1367: 40,32 + 1368: 32,23 + 1585: 54,46 + 3880: 49,42 - node: color: '#BA8841FF' id: BrickTileWhiteCornerSe decals: - 4200: 20,-24 - 4201: 23,-22 - 6775: -60,28 - 6776: -49,32 - 6777: -47,21 - 6778: -47,16 - 6779: -47,11 - 6780: -54,11 - 6781: -58,11 - 6782: -58,17 - 6783: -64,22 - 6844: -54,16 - 6894: -54,21 - 6987: -54,33 - 7343: -44,32 + 3853: 20,-24 + 3854: 23,-22 + 6185: -60,28 + 6186: -49,32 + 6187: -47,21 + 6188: -47,16 + 6189: -47,11 + 6190: -54,11 + 6191: -58,11 + 6192: -58,17 + 6193: -64,22 + 6254: -54,16 + 6304: -54,21 + 6397: -54,33 + 6732: -44,32 - node: color: '#D3F4A5FF' id: BrickTileWhiteCornerSe decals: - 1776: -58,-5 - 1777: -50,-4 - 1778: -57,0 - 1779: -50,0 - 1874: -58,-10 - 1887: -50,-12 - 1888: -53,-13 - 1941: -80,-6 - 1942: -84,-1 - 1943: -83,6 - 1944: -68,5 - 1945: -68,13 - 1946: -72,13 - 1947: -72,16 - 1948: -76,7 - 1949: -84,12 - 1950: -83,19 - 1951: -81,20 - 1952: -80,21 - 1953: -97,4 - 1954: -96,6 - 1955: -98,3 - 1957: -89,7 - 1958: -95,-10 - 1959: -96,-12 - 1960: -97,-13 - 3932: -96,19 - 3933: -97,18 - 3943: -92,-6 - 3944: -92,21 - 3961: -68,-1 + 1662: -58,-5 + 1663: -50,-4 + 1664: -57,0 + 1665: -50,0 + 1760: -58,-10 + 1773: -50,-12 + 1774: -53,-13 + 1827: -80,-6 + 1828: -84,-1 + 1829: -83,6 + 1830: -68,5 + 1831: -68,13 + 1832: -72,13 + 1833: -72,16 + 1834: -76,7 + 1835: -84,12 + 1836: -83,19 + 1837: -81,20 + 1838: -80,21 + 1839: -97,4 + 1840: -96,6 + 1841: -98,3 + 1843: -89,7 + 1844: -95,-10 + 1845: -96,-12 + 1846: -97,-13 + 3585: -96,19 + 3586: -97,18 + 3596: -92,-6 + 3597: -92,21 + 3614: -68,-1 - node: color: '#FF974DFF' id: BrickTileWhiteCornerSe decals: - 1313: 21,-6 - 1314: 28,-3 - 1315: 17,1 - 1366: 21,-12 + 1209: 21,-6 + 1210: 28,-3 + 1211: 17,1 + 1262: 21,-12 - node: color: '#334E6DFF' id: BrickTileWhiteCornerSw decals: - 735: 4,35 - 743: 9,37 - 759: 16,35 - 826: 9,45 - 827: 9,42 - 879: 16,54 - 880: 17,53 - 901: 14,54 - 902: 15,53 - 903: 16,52 - 919: 26,54 - 936: 4,27 - 937: 11,27 - 938: 17,24 - 939: 6,23 - 4722: 5,48 - 5477: 25,48 - 5723: 5,58 + 637: 4,35 + 645: 9,37 + 661: 16,35 + 728: 9,45 + 729: 9,42 + 781: 16,54 + 782: 17,53 + 803: 14,54 + 804: 15,53 + 805: 16,52 + 821: 26,54 + 838: 4,27 + 839: 11,27 + 840: 17,24 + 841: 6,23 + 4375: 5,48 + 4957: 25,48 + 5149: 5,58 - node: color: '#7C45B5FF' id: BrickTileWhiteCornerSw decals: - 1387: 33,-3 + 1283: 33,-3 - node: color: '#80C71FFF' id: BrickTileWhiteCornerSw decals: - 4071: -24,5 - 4121: -23,5 - 4122: -21,5 - 4123: -19,5 - 4124: -17,5 - 4125: -15,5 - 4126: -9,5 + 3724: -24,5 + 3774: -23,5 + 3775: -21,5 + 3776: -19,5 + 3777: -17,5 + 3778: -15,5 + 3779: -9,5 - node: color: '#845606FF' id: BrickTileWhiteCornerSw decals: - 2157: -31,-26 - 2158: -31,-22 - 2159: -11,-26 - 2160: -17,-31 - 2161: -14,-36 - 5387: -14,-40 - 5388: -12,-43 - 6007: -26,-47 - 6051: -32,-46 - 6202: -17,-36 + 2043: -31,-26 + 2044: -31,-22 + 2045: -11,-26 + 2046: -17,-31 + 2047: -14,-36 + 4931: -14,-40 + 4932: -12,-43 + 5417: -26,-47 + 5461: -32,-46 + 5612: -17,-36 - node: color: '#8932B8FF' id: BrickTileWhiteCornerSw decals: - 5200: -41,8 + 4744: -41,8 - node: color: '#91D4FFFF' id: BrickTileWhiteCornerSw decals: - 338: -30,12 - 385: -24,-3 - 386: -18,-3 - 1154: 8,-3 - 1288: -9,18 - 4036: 5,-11 - 4037: 5,-8 - 4057: 6,-12 - 4097: -23,1 - 4871: -12,-6 - 5730: 12,-11 - 5738: 0,-3 - 5743: -4,1 - 6256: 8,9 - 6260: 16,12 - 6263: 18,9 - 6332: 18,5 + 324: -30,12 + 371: -24,-3 + 372: -18,-3 + 1053: 8,-3 + 1184: -9,18 + 3689: 5,-11 + 3690: 5,-8 + 3710: 6,-12 + 3750: -23,1 + 4523: -12,-6 + 5156: 12,-11 + 5164: 0,-3 + 5169: -4,1 + 5666: 8,9 + 5670: 16,12 + 5673: 18,9 + 5742: 18,5 - node: color: '#9DDFBAFF' id: BrickTileWhiteCornerSw decals: - 577: -28,53 - 578: -5,63 - 583: -32,57 - 645: -24,53 - 646: -14,61 - 2988: -40,58 - 3929: -45,62 - 5570: -45,58 - 5593: -18,61 + 552: -32,57 + 7397: -28,57 + - node: + color: '#9DE9BAFF' + id: BrickTileWhiteCornerSw + decals: + 6915: -23,85 + 6944: -24,76 + 7033: -34,75 + 7034: -34,79 + 7035: -34,83 + 7036: -34,87 + 7069: -24,71 - node: color: '#B02E26FF' id: BrickTileWhiteCornerSw decals: - 441: -11,39 - 444: -8,38 - 494: -12,24 - 495: -8,23 - 496: -9,32 - 514: -23,24 - 547: -18,28 - 550: -23,28 - 4982: -27,45 - 5003: -27,48 - 5029: -21,48 - 5519: -3,38 - 6688: -39,28 - 7355: -36,32 + 427: -11,39 + 430: -8,38 + 480: -12,24 + 481: -8,23 + 482: -9,32 + 500: -23,24 + 533: -18,28 + 536: -23,28 + 4614: -21,48 + 4999: -3,38 + 6098: -39,28 + 6744: -36,32 + 7213: -24,61 + 7400: -27,45 + 7442: -49,54 - node: color: '#B04DB5FF' id: BrickTileWhiteCornerSw decals: - 1447: 34,46 - 1448: 38,32 - 1450: 42,42 - 1451: 42,36 - 1452: 42,32 - 1453: 42,28 - 1454: 42,23 - 1455: 34,23 - 1456: 26,23 - 1457: 26,26 - 1464: 51,26 - 1528: 34,28 - 1687: 52,46 - 1698: 52,49 + 1343: 34,46 + 1344: 38,32 + 1346: 42,42 + 1347: 42,36 + 1348: 42,32 + 1349: 42,28 + 1350: 42,23 + 1351: 34,23 + 1352: 26,23 + 1353: 26,26 + 1360: 51,26 + 1424: 34,28 + 1583: 52,46 - node: color: '#BA8841FF' id: BrickTileWhiteCornerSw decals: - 4199: 17,-24 - 6784: -62,28 - 6785: -52,32 - 6786: -47,32 - 6787: -52,21 - 6788: -52,16 - 6789: -52,11 - 6790: -63,11 - 6791: -63,17 - 6792: -65,22 - 6809: -56,11 - 6843: -56,16 - 6895: -56,21 - 6985: -56,33 + 3852: 17,-24 + 6194: -62,28 + 6195: -52,32 + 6196: -47,32 + 6197: -52,21 + 6198: -52,16 + 6199: -52,11 + 6200: -63,11 + 6201: -63,17 + 6202: -65,22 + 6219: -56,11 + 6253: -56,16 + 6305: -56,21 + 6395: -56,33 - node: color: '#D3F4A5FF' id: BrickTileWhiteCornerSw decals: - 1772: -63,0 - 1773: -55,0 - 1774: -63,-5 - 1775: -56,-4 - 1873: -63,-10 - 1900: -60,-13 - 1961: -90,-6 - 1962: -98,-13 - 1963: -99,3 - 1964: -94,7 - 1965: -87,6 - 1966: -81,7 - 1967: -86,-1 - 1968: -74,-1 - 1969: -74,5 - 1970: -74,13 - 1971: -70,13 - 1972: -86,12 - 1973: -87,19 - 1974: -89,20 - 1975: -90,21 - 1976: -98,18 - 3962: -70,-1 + 1658: -63,0 + 1659: -55,0 + 1660: -63,-5 + 1661: -56,-4 + 1759: -63,-10 + 1786: -60,-13 + 1847: -90,-6 + 1848: -98,-13 + 1849: -99,3 + 1850: -94,7 + 1851: -87,6 + 1852: -81,7 + 1853: -86,-1 + 1854: -74,-1 + 1855: -74,5 + 1856: -74,13 + 1857: -70,13 + 1858: -86,12 + 1859: -87,19 + 1860: -89,20 + 1861: -90,21 + 1862: -98,18 + 3615: -70,-1 - node: color: '#FF974DFF' id: BrickTileWhiteCornerSw decals: - 1317: 15,-6 - 1318: 12,-3 - 1328: 12,2 - 1365: 15,-12 + 1213: 15,-6 + 1214: 12,-3 + 1224: 12,2 + 1261: 15,-12 - node: color: '#845606FF' id: BrickTileWhiteEndN decals: - 5994: -7,-19 + 5404: -7,-19 - node: color: '#845606FF' id: BrickTileWhiteEndS decals: - 6054: -30,-47 + 5464: -30,-47 - node: color: '#91D4FFFF' id: BrickTileWhiteEndS decals: - 4035: 9,-13 + 3688: 9,-13 - node: color: '#BA8841FF' id: BrickTileWhiteEndS decals: - 6836: -58,22 + 6246: -58,22 - node: color: '#334E6DFF' id: BrickTileWhiteInnerNe decals: - 728: 2,34 - 774: 19,40 - 888: 19,56 - 915: 21,57 - 987: 15,21 - 988: 11,22 + 630: 2,34 + 676: 19,40 + 790: 19,56 + 817: 21,57 + 889: 15,21 + 890: 11,22 - node: color: '#845606FF' id: BrickTileWhiteInnerNe decals: - 2261: -19,-25 - 2262: -10,-41 - 5996: -10,-20 - 6036: -25,-42 - 6210: -16,-34 + 2147: -19,-25 + 2148: -10,-41 + 5406: -10,-20 + 5446: -25,-42 + 5620: -16,-34 - node: color: '#8932B8FF' id: BrickTileWhiteInnerNe decals: - 5209: -38,12 + 4753: -38,12 - node: color: '#91D4FFFF' id: BrickTileWhiteInnerNe decals: - 1244: 2,-13 - 4094: -11,3 - 5774: 2,3 - 6274: 10,15 + 1140: 2,-13 + 3747: -11,3 + 5200: 2,3 + 5684: 10,15 + - node: + color: '#9DE9BAFF' + id: BrickTileWhiteInnerNe + decals: + 6976: -20,82 + 6977: -14,82 - node: color: '#B02E26FF' id: BrickTileWhiteInnerNe decals: - 564: -13,36 - 709: -10,21 - 4705: -13,30 - 7350: -35,35 - 7351: -34,34 + 550: -13,36 + 613: -10,21 + 4358: -13,30 + 6739: -35,35 + 6740: -34,34 + 7421: -26,46 + 7461: -48,55 - node: color: '#B04DB5FF' id: BrickTileWhiteInnerNe decals: - 1405: 25,21 - 1418: 50,9 - 1681: 49,24 - 1682: 46,28 - 1685: 44,32 - 1701: 53,49 - 1705: 35,49 - 1706: 45,49 + 1301: 25,21 + 1314: 50,9 + 1577: 49,24 + 1578: 46,28 + 1581: 44,32 + 1591: 35,49 + 1592: 45,49 - node: color: '#BA8841FF' id: BrickTileWhiteInnerNe decals: - 6908: -49,35 - 6934: -60,19 - 6937: -48,23 - 6938: -49,18 + 6318: -49,35 + 6344: -60,19 + 6347: -48,23 + 6348: -49,18 - node: color: '#D3F4A5FF' id: BrickTileWhiteInnerNe decals: - 2069: -73,14 - 2075: -96,26 - 2076: -97,28 - 2077: -98,12 - 2078: -97,10 - 2079: -83,-4 - 2080: -81,-5 - 3940: -96,-5 - 3941: -97,-3 - 3958: -95,22 + 1955: -73,14 + 1961: -96,26 + 1962: -97,28 + 1963: -98,12 + 1964: -97,10 + 1965: -83,-4 + 1966: -81,-5 + 3593: -96,-5 + 3594: -97,-3 + 3611: -95,22 - node: color: '#FF974DFF' id: BrickTileWhiteInnerNe decals: - 1332: 16,-1 - 1342: 17,-2 + 1228: 16,-1 + 1238: 17,-2 - node: color: '#334E6DFF' id: BrickTileWhiteInnerNw decals: - 773: 17,40 - 873: 24,51 - 887: 17,56 - 912: 15,57 - 986: 22,21 - 989: 7,22 - 5483: 28,51 + 675: 17,40 + 775: 24,51 + 789: 17,56 + 814: 15,57 + 888: 22,21 + 891: 7,22 + 4963: 28,51 - node: color: '#845606FF' id: BrickTileWhiteInnerNw decals: - 2259: -17,-25 - 2260: -5,-24 - 5995: -7,-20 - 6035: -17,-42 - 6209: -14,-34 + 2145: -17,-25 + 2146: -5,-24 + 5405: -7,-20 + 5445: -17,-42 + 5619: -14,-34 - node: color: '#8932B8FF' id: BrickTileWhiteInnerNw decals: - 5210: -40,12 + 4754: -40,12 - node: color: '#91D4FFFF' id: BrickTileWhiteInnerNw decals: - 426: -15,13 - 432: -12,3 - 1245: 0,-13 - 1250: 37,-14 - 5773: 0,3 - 6275: 18,15 + 412: -15,13 + 418: -12,3 + 1141: 0,-13 + 1146: 37,-14 + 5199: 0,3 + 5685: 18,15 - node: - color: '#9DDFBAFF' + color: '#9DE9BAFF' id: BrickTileWhiteInnerNw decals: - 711: 0,62 + 6972: -12,82 + 6973: -18,82 + 6974: -23,82 + 7056: 0,80 + 7083: -28,65 - node: color: '#B02E26FF' id: BrickTileWhiteInnerNw decals: - 455: -9,42 - 497: -6,34 - 498: -7,26 - 549: -14,30 - 708: -4,21 + 441: -9,42 + 483: -6,34 + 484: -7,26 + 535: -14,30 + 612: -4,21 + 6808: -14,46 - node: color: '#B04DB5FF' id: BrickTileWhiteInnerNw decals: - 1683: 48,28 - 1686: 46,32 - 1702: 53,47 - 1703: 49,49 - 1704: 39,49 + 1579: 48,28 + 1582: 46,32 + 1588: 53,47 + 1589: 49,49 + 1590: 39,49 - node: color: '#BA8841FF' id: BrickTileWhiteInnerNw decals: - 6932: -61,19 - 6933: -62,24 - 6939: -50,18 + 6342: -61,19 + 6343: -62,24 + 6349: -50,18 - node: color: '#D3F4A5FF' id: BrickTileWhiteInnerNw decals: - 2073: -89,-5 - 2074: -87,-4 - 2107: -48,-2 + 1959: -89,-5 + 1960: -87,-4 + 1993: -48,-2 - node: color: '#FF974DFF' id: BrickTileWhiteInnerNw decals: - 1331: 13,0 + 1227: 13,0 - node: color: '#334E6DFF' id: BrickTileWhiteInnerSe decals: - 862: 7,52 - 886: 19,54 - 913: 20,53 - 914: 21,54 - 990: 11,23 + 764: 7,52 + 788: 19,54 + 815: 20,53 + 816: 21,54 + 892: 11,23 - node: color: '#845606FF' id: BrickTileWhiteInnerSe decals: - 2142: -32,-17 - 6055: -30,-46 - 6207: -16,-35 + 2028: -32,-17 + 5465: -30,-46 + 5617: -16,-35 - node: color: '#8932B8FF' id: BrickTileWhiteInnerSe decals: - 5216: -41,15 + 4760: -41,15 - node: color: '#91D4FFFF' id: BrickTileWhiteInnerSe decals: - 1287: -32,19 - 1291: 2,17 - 4066: 10,-6 - 4067: 9,-12 - 4095: -11,1 - 5771: 2,1 - 6270: 12,13 - 6273: 10,12 + 1183: -32,19 + 1187: 2,17 + 3719: 10,-6 + 3720: 9,-12 + 3748: -11,1 + 5197: 2,1 + 5680: 12,13 + 5683: 10,12 - node: color: '#9DDFBAFF' id: BrickTileWhiteInnerSe decals: - 661: -16,63 - 663: -26,61 - 5595: -26,63 + 573: -26,61 + - node: + color: '#9DE9BAFF' + id: BrickTileWhiteInnerSe + decals: + 6954: -26,81 - node: color: '#B02E26FF' id: BrickTileWhiteInnerSe decals: - 453: -6,39 - 563: -20,29 + 439: -6,39 + 549: -20,29 - node: color: '#BA8841FF' id: BrickTileWhiteInnerSe decals: - 4205: 20,-22 - 6911: -49,33 - 6935: -64,23 + 3858: 20,-22 + 6321: -49,33 + 6345: -64,23 - node: color: '#D3F4A5FF' id: BrickTileWhiteInnerSe decals: - 1795: -57,2 - 1908: -53,-12 - 2054: -97,-12 - 2055: -96,-10 - 2056: -98,4 - 2057: -97,6 - 2063: -81,21 - 2064: -83,20 - 2070: -73,16 - 3934: -97,19 - 3935: -96,21 - 3947: -95,-6 + 1681: -57,2 + 1794: -53,-12 + 1940: -97,-12 + 1941: -96,-10 + 1942: -98,4 + 1943: -97,6 + 1949: -81,21 + 1950: -83,20 + 1956: -73,16 + 3587: -97,19 + 3588: -96,21 + 3600: -95,-6 - node: color: '#FF974DFF' id: BrickTileWhiteInnerSe decals: - 1329: 16,1 - 1333: 21,-3 + 1225: 16,1 + 1229: 21,-3 - node: color: '#334E6DFF' id: BrickTileWhiteInnerSw decals: - 889: 17,54 - 916: 15,54 - 991: 7,23 + 791: 17,54 + 818: 15,54 + 893: 7,23 - node: color: '#845606FF' id: BrickTileWhiteInnerSw decals: - 2133: -6,-17 - 5391: -12,-40 - 6056: -30,-46 - 6208: -14,-35 + 2019: -6,-17 + 4935: -12,-40 + 5466: -30,-46 + 5618: -14,-35 - node: color: '#91D4FFFF' id: BrickTileWhiteInnerSw decals: - 427: -12,12 - 431: -12,1 - 1289: -9,19 - 1290: 0,17 - 1292: 36,18 - 4068: 6,-11 - 5772: 0,1 - 6271: 16,13 - 6272: 18,12 + 413: -12,12 + 417: -12,1 + 1185: -9,19 + 1186: 0,17 + 1188: 36,18 + 3721: 6,-11 + 5198: 0,1 + 5681: 16,13 + 5682: 18,12 - node: - color: '#9DDFBAFF' + color: '#9DE9BAFF' id: BrickTileWhiteInnerSw decals: - 662: -14,63 - 712: 0,69 - 2992: -40,62 - 5596: -18,63 + 7057: 0,84 + 7082: -28,64 - node: color: '#B02E26FF' id: BrickTileWhiteInnerSw decals: - 454: -8,39 - 499: -8,24 - 562: -18,29 - 4969: -14,45 - - node: - color: '#B04DB5FF' - id: BrickTileWhiteInnerSw - decals: - 1700: 53,49 + 440: -8,39 + 485: -8,24 + 548: -18,29 + 4573: -14,45 - node: color: '#BA8841FF' id: BrickTileWhiteInnerSw decals: - 6912: -47,33 - 6936: -58,23 + 6322: -47,33 + 6346: -58,23 - node: color: '#D3F4A5FF' id: BrickTileWhiteInnerSw decals: - 1796: -55,2 - 2071: -87,20 - 2072: -89,21 - 2098: -48,7 + 1682: -55,2 + 1957: -87,20 + 1958: -89,21 + 1984: -48,7 - node: color: '#FF974DFF' id: BrickTileWhiteInnerSw decals: - 1330: 13,2 - 5790: 15,-3 + 1226: 13,2 + 5216: 15,-3 - node: color: '#334E6DFF' id: BrickTileWhiteLineE decals: - 717: 7,41 - 718: 7,40 - 719: 7,39 - 720: 7,38 - 721: 7,37 - 722: 7,36 - 723: 2,39 - 724: 2,38 - 725: 2,37 - 726: 2,36 - 727: 2,35 - 746: 14,38 - 747: 14,39 - 769: 20,39 - 770: 20,38 - 771: 20,37 - 772: 20,36 - 784: 19,49 - 785: 19,48 - 786: 19,47 - 787: 19,46 - 788: 19,44 - 789: 19,45 - 790: 19,43 - 791: 19,42 - 792: 19,41 - 797: 3,48 - 798: 3,49 - 799: 3,50 - 800: 3,51 - 801: 3,52 - 802: 3,53 - 803: 3,54 - 804: 3,55 - 805: 3,56 - 806: 11,53 - 807: 11,54 - 808: 11,55 - 809: 15,49 - 810: 15,48 - 811: 15,47 - 812: 15,46 - 813: 7,50 - 814: 7,49 - 815: 7,51 - 870: 29,49 - 871: 29,50 - 872: 29,51 - 883: 20,55 - 893: 22,55 - 894: 22,56 - 923: 28,55 - 954: 12,24 - 955: 20,25 - 956: 20,26 - 957: 20,27 - 958: 20,28 - 959: 9,28 - 960: 9,29 - 961: 14,28 - 962: 14,29 - 5714: 3,58 - 5715: 3,59 - 5716: 3,60 - 5717: 3,61 - 5718: 3,62 - 5724: 6,59 - 5725: 6,60 - 5726: 6,61 + 619: 7,41 + 620: 7,40 + 621: 7,39 + 622: 7,38 + 623: 7,37 + 624: 7,36 + 625: 2,39 + 626: 2,38 + 627: 2,37 + 628: 2,36 + 629: 2,35 + 648: 14,38 + 649: 14,39 + 671: 20,39 + 672: 20,38 + 673: 20,37 + 674: 20,36 + 686: 19,49 + 687: 19,48 + 688: 19,47 + 689: 19,46 + 690: 19,44 + 691: 19,45 + 692: 19,43 + 693: 19,42 + 694: 19,41 + 699: 3,48 + 700: 3,49 + 701: 3,50 + 702: 3,51 + 703: 3,52 + 704: 3,53 + 705: 3,54 + 706: 3,55 + 707: 3,56 + 708: 11,53 + 709: 11,54 + 710: 11,55 + 711: 15,49 + 712: 15,48 + 713: 15,47 + 714: 15,46 + 715: 7,50 + 716: 7,49 + 717: 7,51 + 772: 29,49 + 773: 29,50 + 774: 29,51 + 785: 20,55 + 795: 22,55 + 796: 22,56 + 825: 28,55 + 856: 12,24 + 857: 20,25 + 858: 20,26 + 859: 20,27 + 860: 20,28 + 861: 9,28 + 862: 9,29 + 863: 14,28 + 864: 14,29 + 5140: 3,58 + 5141: 3,59 + 5142: 3,60 + 5143: 3,61 + 5144: 3,62 + 5150: 6,59 + 5151: 6,60 + 5152: 6,61 - node: color: '#7C45B5FF' id: BrickTileWhiteLineE decals: - 1391: 36,-2 + 1287: 36,-2 - node: color: '#80C71FFF' id: BrickTileWhiteLineE decals: - 4072: -14,6 - 4110: -16,6 - 4111: -18,6 - 4112: -20,6 - 4113: -22,6 - 4114: -6,6 + 3725: -14,6 + 3763: -16,6 + 3764: -18,6 + 3765: -20,6 + 3766: -22,6 + 3767: -6,6 - node: color: '#845606FF' id: BrickTileWhiteLineE decals: - 2169: -4,-24 - 2170: -4,-25 - 2171: -7,-21 - 2172: -7,-20 - 2173: -19,-22 - 2174: -13,-25 - 2175: -25,-21 - 2176: -25,-20 - 2177: -25,-25 - 2178: -10,-35 - 2179: -10,-34 - 2180: -10,-30 - 2181: -10,-29 - 2183: -10,-40 - 2184: -7,-42 - 5986: -19,-20 - 5987: -19,-21 - 5988: -19,-23 - 5989: -19,-24 - 6020: -16,-40 - 6021: -16,-41 - 6022: -16,-42 - 6023: -16,-43 - 6024: -16,-44 - 6025: -16,-45 - 6026: -16,-46 - 6042: -28,-42 - 6043: -28,-43 - 6044: -28,-44 - 6045: -28,-45 + 2055: -4,-24 + 2056: -4,-25 + 2057: -7,-21 + 2058: -7,-20 + 2059: -19,-22 + 2060: -13,-25 + 2061: -25,-21 + 2062: -25,-20 + 2063: -25,-25 + 2064: -10,-35 + 2065: -10,-34 + 2066: -10,-30 + 2067: -10,-29 + 2069: -10,-40 + 2070: -7,-42 + 5396: -19,-20 + 5397: -19,-21 + 5398: -19,-23 + 5399: -19,-24 + 5430: -16,-40 + 5431: -16,-41 + 5432: -16,-42 + 5433: -16,-43 + 5434: -16,-44 + 5435: -16,-45 + 5436: -16,-46 + 5452: -28,-42 + 5453: -28,-43 + 5454: -28,-44 + 5455: -28,-45 - node: color: '#8932B8FF' id: BrickTileWhiteLineE decals: - 5206: -35,9 - 5207: -35,10 - 5208: -35,11 + 4750: -35,9 + 4751: -35,10 + 4752: -35,11 - node: color: '#91D4FFFF' id: BrickTileWhiteLineE decals: - 339: -11,-2 - 340: -11,-1 - 341: -11,0 - 342: -11,12 - 343: -11,13 - 344: -11,14 - 345: -11,15 - 379: -20,-2 - 380: -14,-2 - 433: 6,2 - 1132: 31,6 - 1148: 10,4 - 1149: 10,3 - 1150: 10,2 - 1151: 10,1 - 1152: 10,0 - 1153: 10,-1 - 1175: 2,10 - 1176: 2,9 - 1177: 2,11 - 1178: 2,12 - 1179: 2,13 - 1180: 2,14 - 1181: 2,15 - 1182: 2,16 - 1199: 2,-12 - 1200: 2,-11 - 1201: 2,-10 - 1202: 2,-9 - 1203: 2,-8 - 1204: 2,-7 - 1205: 2,-6 - 1206: 2,-5 - 1384: 10,-2 - 4038: 10,-11 - 4039: 10,-10 - 4040: 10,-9 - 4041: 10,-8 - 4042: 10,-7 - 4043: 13,-9 - 4044: 7,-11 - 4045: 7,-7 - 4046: 7,-6 - 4873: -11,-5 - 4874: -11,-4 - 4875: -11,-3 - 5731: 13,-10 - 5747: 2,6 - 5748: 2,5 - 5749: 2,-2 - 5750: 2,-1 - 5766: 2,4 - 5767: 2,0 - 5789: -6,2 - 6247: 20,10 - 6248: 20,11 - 6249: 20,12 - 6250: 20,13 - 6251: 20,14 - 6252: 20,15 - 6253: 10,10 - 6254: 10,11 - 6328: 10,6 - 6329: 10,5 + 325: -11,-2 + 326: -11,-1 + 327: -11,0 + 328: -11,12 + 329: -11,13 + 330: -11,14 + 331: -11,15 + 365: -20,-2 + 366: -14,-2 + 419: 6,2 + 1031: 31,6 + 1047: 10,4 + 1048: 10,3 + 1049: 10,2 + 1050: 10,1 + 1051: 10,0 + 1052: 10,-1 + 1074: 2,10 + 1075: 2,9 + 1076: 2,11 + 1077: 2,12 + 1078: 2,13 + 1079: 2,14 + 1080: 2,15 + 1081: 2,16 + 1098: 2,-12 + 1099: 2,-11 + 1100: 2,-10 + 1101: 2,-9 + 1102: 2,-8 + 1103: 2,-7 + 1104: 2,-6 + 1105: 2,-5 + 1280: 10,-2 + 3691: 10,-11 + 3692: 10,-10 + 3693: 10,-9 + 3694: 10,-8 + 3695: 10,-7 + 3696: 13,-9 + 3697: 7,-11 + 3698: 7,-7 + 3699: 7,-6 + 4525: -11,-5 + 4526: -11,-4 + 4527: -11,-3 + 5157: 13,-10 + 5173: 2,6 + 5174: 2,5 + 5175: 2,-2 + 5176: 2,-1 + 5192: 2,4 + 5193: 2,0 + 5215: -6,2 + 5657: 20,10 + 5658: 20,11 + 5659: 20,12 + 5660: 20,13 + 5661: 20,14 + 5662: 20,15 + 5663: 10,10 + 5664: 10,11 + 5738: 10,6 + 5739: 10,5 - node: color: '#9DDFBAFF' id: BrickTileWhiteLineE decals: - 605: -11,63 - 606: -11,62 - 607: -19,57 - 608: -19,56 - 609: -19,55 - 610: -19,54 - 611: -26,60 - 612: -26,59 - 613: -26,58 - 614: -26,57 - 615: -26,56 - 616: -26,55 - 617: -26,54 - 618: -30,61 - 619: -30,60 - 620: -30,59 - 621: -30,58 - 648: -16,62 - 2965: -36,63 - 2966: -36,62 - 2967: -36,61 - 2968: -36,60 - 2969: -36,59 - 2970: -36,65 - 2971: -36,64 - 2972: -36,66 - 5572: -42,59 - 5582: -26,61 - 5583: -26,62 + 556: -26,60 + 557: -26,59 + 558: -26,58 + 559: -30,61 + 560: -30,60 + 561: -30,59 + 562: -30,58 + 5043: -26,61 + 5044: -26,62 + - node: + color: '#9DE9BAFF' + id: BrickTileWhiteLineE + decals: + 6898: -26,63 + 6899: -26,64 + 6900: -26,65 + 6901: -26,66 + 6902: -26,67 + 6903: -26,68 + 6904: -21,72 + 6905: -21,73 + 6906: -21,77 + 6907: -21,78 + 6908: -26,76 + 6909: -26,77 + 6910: -26,78 + 6911: -26,79 + 6912: -26,80 + 6919: -20,86 + 6920: -20,87 + 6921: -20,88 + 6927: -14,87 + 6928: -14,88 + 6952: -6,83 + 6953: -6,82 + 7049: -32,80 + 7050: -32,84 + 7051: -32,88 + 7052: -32,76 + 7073: -26,69 + 7074: -26,71 + 7075: -26,72 - node: color: '#B02E26FF' id: BrickTileWhiteLineE decals: - 450: -5,40 - 456: -13,42 - 457: -13,41 - 458: -13,40 - 459: -13,39 - 460: -13,38 - 461: -13,37 - 462: -5,29 - 463: -5,28 - 464: -5,27 - 465: -5,26 - 466: -5,25 - 467: -5,24 - 468: -14,25 - 509: -5,33 - 510: -5,34 - 4703: -9,29 - 4706: -13,31 - 4707: -13,32 - 4708: -13,33 - 4709: -13,34 - 4710: -13,35 - 4711: -13,36 - 4985: -13,44 - 4986: -13,45 - 5004: -26,49 - 5005: -26,50 - 5031: -17,49 - 5032: -17,50 - 5521: -2,39 - 6659: -33,33 - 6691: -25,29 + 436: -5,40 + 442: -13,42 + 443: -13,41 + 444: -13,40 + 445: -13,39 + 446: -13,38 + 447: -13,37 + 448: -5,29 + 449: -5,28 + 450: -5,27 + 451: -5,26 + 452: -5,25 + 453: -5,24 + 454: -14,25 + 495: -5,33 + 496: -5,34 + 4356: -9,29 + 4359: -13,31 + 4360: -13,32 + 4361: -13,33 + 4362: -13,34 + 4363: -13,35 + 4364: -13,36 + 4585: -13,44 + 4586: -13,45 + 4616: -17,49 + 4617: -17,50 + 5001: -2,39 + 6069: -33,33 + 6101: -25,29 + 6804: -13,46 + 6805: -13,47 + 6806: -13,48 + 6807: -13,49 + 7217: -21,62 + 7218: -21,63 + 7219: -21,64 + 7220: -21,65 + 7221: -21,66 + 7222: -21,67 + 7223: -21,68 + 7402: -26,47 + 7403: -26,48 + 7404: -26,49 + 7405: -26,50 + 7406: -26,51 + 7407: -26,52 + 7408: -26,53 + 7409: -26,54 + 7482: -48,72 + 7483: -48,71 + 7484: -48,70 + 7485: -48,69 + 7486: -48,68 + 7487: -48,67 + 7488: -48,66 + 7489: -48,65 + 7490: -48,64 + 7491: -48,63 + 7492: -48,62 + 7493: -48,61 + 7494: -48,60 + 7495: -48,59 + 7496: -48,59 + 7497: -48,58 + 7498: -48,57 + 7499: -48,56 - node: color: '#B04DB5FF' id: BrickTileWhiteLineE decals: - 1407: 50,20 - 1408: 50,19 - 1409: 50,18 - 1410: 50,17 - 1411: 50,16 - 1412: 50,15 - 1413: 50,14 - 1414: 50,13 - 1415: 50,12 - 1416: 50,11 - 1417: 50,10 - 1557: 32,29 - 1558: 32,28 - 1559: 32,27 - 1560: 40,29 - 1561: 40,25 - 1562: 40,24 - 1563: 49,25 - 1564: 49,29 - 1565: 46,29 - 1566: 50,37 - 1567: 50,38 - 1568: 50,39 - 1569: 49,33 - 1570: 44,33 - 1571: 40,43 - 1572: 40,42 - 1573: 40,41 - 1574: 40,40 - 1575: 40,39 - 1576: 40,38 - 1577: 40,37 - 1578: 40,36 - 1579: 40,35 - 1580: 40,34 - 1581: 40,33 - 1582: 50,47 - 1583: 50,48 - 1584: 50,49 - 1585: 50,50 - 1586: 35,50 - 1587: 45,50 - 1664: 63,29 - 1665: 63,28 - 1666: 63,27 - 1691: 53,50 - 1692: 54,48 - 1693: 54,47 - 4229: 49,43 + 1303: 50,20 + 1304: 50,19 + 1305: 50,18 + 1306: 50,17 + 1307: 50,16 + 1308: 50,15 + 1309: 50,14 + 1310: 50,13 + 1311: 50,12 + 1312: 50,11 + 1313: 50,10 + 1453: 32,29 + 1454: 32,28 + 1455: 32,27 + 1456: 40,29 + 1457: 40,25 + 1458: 40,24 + 1459: 49,25 + 1460: 49,29 + 1461: 46,29 + 1462: 50,37 + 1463: 50,38 + 1464: 50,39 + 1465: 49,33 + 1466: 44,33 + 1467: 40,43 + 1468: 40,42 + 1469: 40,41 + 1470: 40,40 + 1471: 40,39 + 1472: 40,38 + 1473: 40,37 + 1474: 40,36 + 1475: 40,35 + 1476: 40,34 + 1477: 40,33 + 1478: 50,47 + 1479: 50,48 + 1480: 50,49 + 1481: 50,50 + 1482: 35,50 + 1483: 45,50 + 1560: 63,29 + 1561: 63,28 + 1562: 63,27 + 1584: 54,47 + 3882: 49,43 - node: color: '#BA8841FF' id: BrickTileWhiteLineE decals: - 4204: 20,-23 - 4217: 23,-20 - 4218: 23,-21 - 6845: -54,17 - 6846: -54,18 - 6847: -47,17 - 6848: -47,13 - 6849: -47,12 - 6850: -54,12 - 6851: -54,13 - 6852: -58,13 - 6853: -58,14 - 6854: -58,12 - 6855: -58,18 - 6856: -47,22 - 6857: -48,24 - 6858: -48,25 - 6859: -48,26 - 6860: -58,23 - 6861: -58,24 - 6862: -58,25 - 6863: -60,29 - 6864: -44,34 - 6865: -54,36 - 6866: -54,35 - 6867: -54,34 - 6868: -54,24 - 6869: -54,23 - 6870: -54,22 - 6984: -47,14 - 7345: -44,33 + 3857: 20,-23 + 3870: 23,-20 + 3871: 23,-21 + 6255: -54,17 + 6256: -54,18 + 6257: -47,17 + 6258: -47,13 + 6259: -47,12 + 6260: -54,12 + 6261: -54,13 + 6262: -58,13 + 6263: -58,14 + 6264: -58,12 + 6265: -58,18 + 6266: -47,22 + 6267: -48,24 + 6268: -48,25 + 6269: -48,26 + 6270: -58,23 + 6271: -58,24 + 6272: -58,25 + 6273: -60,29 + 6274: -44,34 + 6275: -54,36 + 6276: -54,35 + 6277: -54,34 + 6278: -54,24 + 6279: -54,23 + 6280: -54,22 + 6394: -47,14 + 6734: -44,33 - node: color: '#D3F4A5FF' id: BrickTileWhiteLineE decals: - 1780: -50,4 - 1781: -50,3 - 1782: -50,2 - 1783: -50,1 - 1784: -50,-3 - 1785: -58,-3 - 1786: -58,-4 - 1787: -57,1 - 1803: -68,10 - 1804: -68,9 - 1805: -68,8 - 1806: -68,7 - 1807: -68,6 - 1808: -68,16 - 1809: -68,15 - 1810: -68,14 - 1811: -73,15 - 1812: -76,8 - 1813: -83,9 - 1814: -83,8 - 1815: -83,7 - 1816: -89,8 - 1817: -96,9 - 1818: -96,8 - 1819: -84,16 - 1820: -84,15 - 1821: -84,14 - 1822: -84,13 - 1823: -84,3 - 1824: -84,2 - 1825: -84,1 - 1826: -84,0 - 1827: -95,-7 - 1828: -95,-8 - 1829: -95,-9 - 1883: -58,-8 - 1884: -58,-9 - 1956: -96,7 - 2033: -95,25 - 2034: -95,24 - 2035: -95,23 - 2053: -96,-11 - 2058: -97,11 - 2059: -97,5 - 2060: -96,27 - 3936: -96,20 - 3937: -96,-4 - 3963: -68,0 - 3964: -68,1 - 3965: -68,2 + 1666: -50,4 + 1667: -50,3 + 1668: -50,2 + 1669: -50,1 + 1670: -50,-3 + 1671: -58,-3 + 1672: -58,-4 + 1673: -57,1 + 1689: -68,10 + 1690: -68,9 + 1691: -68,8 + 1692: -68,7 + 1693: -68,6 + 1694: -68,16 + 1695: -68,15 + 1696: -68,14 + 1697: -73,15 + 1698: -76,8 + 1699: -83,9 + 1700: -83,8 + 1701: -83,7 + 1702: -89,8 + 1703: -96,9 + 1704: -96,8 + 1705: -84,16 + 1706: -84,15 + 1707: -84,14 + 1708: -84,13 + 1709: -84,3 + 1710: -84,2 + 1711: -84,1 + 1712: -84,0 + 1713: -95,-7 + 1714: -95,-8 + 1715: -95,-9 + 1769: -58,-8 + 1770: -58,-9 + 1842: -96,7 + 1919: -95,25 + 1920: -95,24 + 1921: -95,23 + 1939: -96,-11 + 1944: -97,11 + 1945: -97,5 + 1946: -96,27 + 3589: -96,20 + 3590: -96,-4 + 3616: -68,0 + 3617: -68,1 + 3618: -68,2 - node: color: '#FF974DFF' id: BrickTileWhiteLineE decals: - 1322: 17,2 - 1323: 21,-4 - 1324: 21,-5 - 1362: 21,-9 - 1363: 21,-10 - 1364: 21,-11 - 5791: 16,0 + 1218: 17,2 + 1219: 21,-4 + 1220: 21,-5 + 1258: 21,-9 + 1259: 21,-10 + 1260: 21,-11 + 5217: 16,0 - node: color: '#334E6DFF' id: BrickTileWhiteLineN decals: - 715: 5,42 - 716: 6,42 - 737: 10,40 - 738: 11,40 - 739: 12,40 - 740: 13,40 - 761: 18,50 - 816: 10,56 - 817: 9,56 - 818: 8,56 - 819: 7,56 - 820: 6,56 - 821: 10,50 - 822: 11,50 - 823: 12,50 - 824: 13,50 - 825: 14,50 - 838: 10,43 - 839: 11,43 - 840: 12,43 - 841: 13,43 - 842: 14,43 - 874: 18,57 - 907: 16,58 - 908: 17,58 - 909: 18,58 - 910: 19,58 - 911: 20,58 - 922: 27,56 - 941: 5,30 - 942: 6,30 - 943: 7,30 - 944: 8,30 - 945: 12,30 - 946: 13,30 - 947: 18,29 - 948: 19,29 - 949: 7,25 - 950: 8,25 - 951: 9,25 - 952: 10,25 - 953: 11,25 - 980: 16,21 - 981: 17,21 - 982: 18,21 - 983: 19,21 - 984: 20,21 - 985: 21,21 - 5481: 26,51 - 5484: 27,51 + 617: 5,42 + 618: 6,42 + 639: 10,40 + 640: 11,40 + 641: 12,40 + 642: 13,40 + 663: 18,50 + 718: 10,56 + 719: 9,56 + 720: 8,56 + 721: 7,56 + 722: 6,56 + 723: 10,50 + 724: 11,50 + 725: 12,50 + 726: 13,50 + 727: 14,50 + 740: 10,43 + 741: 11,43 + 742: 12,43 + 743: 13,43 + 744: 14,43 + 776: 18,57 + 809: 16,58 + 810: 17,58 + 811: 18,58 + 812: 19,58 + 813: 20,58 + 824: 27,56 + 843: 5,30 + 844: 6,30 + 845: 7,30 + 846: 8,30 + 847: 12,30 + 848: 13,30 + 849: 18,29 + 850: 19,29 + 851: 7,25 + 852: 8,25 + 853: 9,25 + 854: 10,25 + 855: 11,25 + 882: 16,21 + 883: 17,21 + 884: 18,21 + 885: 19,21 + 886: 20,21 + 887: 21,21 + 4961: 26,51 + 4964: 27,51 - node: color: '#7C45B5FF' id: BrickTileWhiteLineN decals: - 1389: 34,-1 - 1390: 35,-1 + 1285: 34,-1 + 1286: 35,-1 - node: color: '#80C71FFF' id: BrickTileWhiteLineN decals: - 4135: -8,7 - 4136: -7,7 + 3788: -8,7 + 3789: -7,7 - node: color: '#845606FF' id: BrickTileWhiteLineN decals: - 2108: -14,-19 - 2109: -13,-19 - 2110: -11,-19 - 2111: -12,-19 - 2193: -30,-19 - 2194: -29,-19 - 2195: -27,-19 - 2196: -26,-19 - 2197: -30,-24 - 2198: -29,-24 - 2199: -28,-24 - 2200: -27,-24 - 2201: -26,-24 - 2202: -21,-28 - 2203: -16,-28 - 2204: -15,-28 - 2205: -14,-28 - 2206: -13,-28 - 2207: -12,-28 - 2208: -11,-28 - 2209: -11,-33 - 2210: -12,-33 - 2211: -13,-33 - 2212: -18,-25 - 2247: -6,-24 - 2248: -7,-24 - 2249: -8,-24 - 2250: -9,-24 - 2251: -10,-24 - 2252: -14,-24 - 2253: -15,-24 - 2254: -16,-24 - 5991: -22,-19 - 5992: -9,-20 - 5993: -8,-20 - 6001: -22,-28 - 6002: -20,-28 - 6015: -24,-42 - 6016: -22,-42 - 6017: -21,-42 - 6018: -20,-42 - 6019: -18,-42 - 6039: -31,-41 - 6040: -30,-41 - 6041: -29,-41 - 6093: -13,-39 - 6094: -12,-39 - 6095: -11,-39 - 6096: -9,-41 - 6097: -8,-41 - 6206: -15,-34 + 1994: -14,-19 + 1995: -13,-19 + 1996: -11,-19 + 1997: -12,-19 + 2079: -30,-19 + 2080: -29,-19 + 2081: -27,-19 + 2082: -26,-19 + 2083: -30,-24 + 2084: -29,-24 + 2085: -28,-24 + 2086: -27,-24 + 2087: -26,-24 + 2088: -21,-28 + 2089: -16,-28 + 2090: -15,-28 + 2091: -14,-28 + 2092: -13,-28 + 2093: -12,-28 + 2094: -11,-28 + 2095: -11,-33 + 2096: -12,-33 + 2097: -13,-33 + 2098: -18,-25 + 2133: -6,-24 + 2134: -7,-24 + 2135: -8,-24 + 2136: -9,-24 + 2137: -10,-24 + 2138: -14,-24 + 2139: -15,-24 + 2140: -16,-24 + 5401: -22,-19 + 5402: -9,-20 + 5403: -8,-20 + 5411: -22,-28 + 5412: -20,-28 + 5425: -24,-42 + 5426: -22,-42 + 5427: -21,-42 + 5428: -20,-42 + 5429: -18,-42 + 5449: -31,-41 + 5450: -30,-41 + 5451: -29,-41 + 5503: -13,-39 + 5504: -12,-39 + 5505: -11,-39 + 5506: -9,-41 + 5507: -8,-41 + 5616: -15,-34 - node: color: '#8932B8FF' id: BrickTileWhiteLineN decals: - 5189: -39,13 - 5190: -37,12 - 5191: -36,12 + 4733: -39,13 + 4734: -37,12 + 4735: -36,12 - node: color: '#91D4FFFF' id: BrickTileWhiteLineN decals: - 347: -14,16 - 348: -13,16 - 349: -12,16 - 350: -16,13 - 351: -17,13 - 352: -19,13 - 353: -18,13 - 354: -20,13 - 355: -21,13 - 356: -22,13 - 357: -23,13 - 358: -24,13 - 359: -25,13 - 360: -26,13 - 361: -29,13 - 362: -28,13 - 363: -27,13 - 364: -22,3 - 365: -21,3 - 366: -20,3 - 367: -19,3 - 368: -18,3 - 369: -17,3 - 370: -16,3 - 371: -15,3 - 372: -14,3 - 373: -22,-1 - 374: -21,-1 - 375: -23,-1 - 376: -17,-1 - 377: -16,-1 - 378: -15,-1 - 429: -13,3 - 436: -8,3 - 992: 30,7 - 993: 29,7 - 994: 28,7 - 995: 27,7 - 996: 26,7 - 997: 25,7 - 998: 24,7 - 999: 23,7 - 1000: 22,7 - 1001: 21,7 - 1002: 20,7 - 1003: 19,7 - 1004: 9,7 - 1207: 6,-14 - 1208: 7,-14 - 1209: 12,-14 - 1210: 13,-14 - 1211: 14,-14 - 1212: 15,-14 - 1213: 16,-14 - 1214: 17,-14 - 1215: 18,-14 - 1216: 19,-14 - 1217: 20,-14 - 1218: 21,-14 - 1219: 22,-14 - 1220: 23,-14 - 1221: 24,-14 - 1222: 25,-14 - 1223: 26,-14 - 1224: 27,-14 - 1225: 28,-14 - 1226: 29,-14 - 1227: 30,-14 - 1228: 31,-14 - 1229: 32,-14 - 1230: 33,-14 - 1231: 34,-14 - 1232: 35,-14 - 1233: 36,-14 - 1234: -4,-14 - 1235: -5,-14 - 1236: -6,-14 - 1237: -7,-14 - 1238: -8,-14 - 1239: -9,-14 - 1240: -10,-14 - 1241: -11,-14 - 1242: -12,-14 - 1246: -1,-13 - 1247: -2,-13 - 1248: 3,-13 - 1249: 4,-13 - 1725: -7,3 - 4061: 6,-5 - 4062: 6,-10 - 4063: 10,-5 - 4064: 11,-5 - 4065: 12,-5 - 4090: -10,3 - 4091: -9,3 - 5753: -3,3 - 5754: -2,3 - 5755: 1,7 - 5761: 5,3 - 5762: 4,3 - 5763: -1,3 - 5764: 3,3 - 6240: 9,16 - 6241: 19,16 - 6276: 11,15 - 6277: 12,15 - 6278: 13,15 - 6279: 14,15 - 6280: 15,15 - 6281: 16,15 - 6282: 17,15 + 333: -14,16 + 334: -13,16 + 335: -12,16 + 336: -16,13 + 337: -17,13 + 338: -19,13 + 339: -18,13 + 340: -20,13 + 341: -21,13 + 342: -22,13 + 343: -23,13 + 344: -24,13 + 345: -25,13 + 346: -26,13 + 347: -29,13 + 348: -28,13 + 349: -27,13 + 350: -22,3 + 351: -21,3 + 352: -20,3 + 353: -19,3 + 354: -18,3 + 355: -17,3 + 356: -16,3 + 357: -15,3 + 358: -14,3 + 359: -22,-1 + 360: -21,-1 + 361: -23,-1 + 362: -17,-1 + 363: -16,-1 + 364: -15,-1 + 415: -13,3 + 422: -8,3 + 894: 30,7 + 895: 29,7 + 896: 28,7 + 897: 27,7 + 898: 26,7 + 899: 25,7 + 900: 24,7 + 901: 23,7 + 902: 22,7 + 903: 21,7 + 904: 20,7 + 905: 19,7 + 906: 9,7 + 1106: 6,-14 + 1107: 7,-14 + 1108: 12,-14 + 1109: 13,-14 + 1110: 14,-14 + 1111: 15,-14 + 1112: 16,-14 + 1113: 17,-14 + 1114: 18,-14 + 1115: 19,-14 + 1116: 20,-14 + 1117: 21,-14 + 1118: 22,-14 + 1119: 26,-14 + 1120: 27,-14 + 1121: 28,-14 + 1122: 29,-14 + 1123: 30,-14 + 1124: 31,-14 + 1125: 32,-14 + 1126: 33,-14 + 1127: 34,-14 + 1128: 35,-14 + 1129: 36,-14 + 1130: -4,-14 + 1131: -5,-14 + 1132: -6,-14 + 1133: -7,-14 + 1134: -8,-14 + 1135: -9,-14 + 1136: -10,-14 + 1137: -11,-14 + 1138: -12,-14 + 1142: -1,-13 + 1143: -2,-13 + 1144: 3,-13 + 1145: 4,-13 + 1611: -7,3 + 3714: 6,-5 + 3715: 6,-10 + 3716: 10,-5 + 3717: 11,-5 + 3718: 12,-5 + 3743: -10,3 + 3744: -9,3 + 5179: -3,3 + 5180: -2,3 + 5181: 1,7 + 5187: 5,3 + 5188: 4,3 + 5189: -1,3 + 5190: 3,3 + 5650: 9,16 + 5651: 19,16 + 5686: 11,15 + 5687: 12,15 + 5688: 13,15 + 5689: 14,15 + 5690: 15,15 + 5691: 16,15 + 5692: 17,15 - node: color: '#9DDFBAFF' id: BrickTileWhiteLineN decals: - 586: -27,64 - 587: -26,64 - 588: -25,64 - 589: -24,64 - 590: -23,64 - 591: -22,64 - 592: -21,64 - 593: -20,64 - 594: -19,64 - 595: -18,64 - 596: -17,64 - 597: -16,64 - 598: -15,64 - 599: -14,64 - 600: -13,64 - 601: -12,64 - 602: -4,64 - 603: -3,64 - 604: -31,62 - 2980: -44,67 - 2981: -43,67 - 2982: -42,67 - 2983: -41,67 - 2984: -40,67 - 2985: -39,67 - 2986: -37,67 - 2987: -38,67 - 2993: -33,64 - 2994: -32,64 - 2995: -31,64 - 2996: -30,64 - 2997: -34,64 - 5576: -44,60 - 5577: -43,60 - 5578: -23,58 - 5579: -22,58 - 5580: -21,58 - 5581: -20,58 + 555: -31,62 + - node: + color: '#9DE9BAFF' + id: BrickTileWhiteLineN + decals: + 6925: -22,89 + 6926: -21,89 + 6963: -23,79 + 6964: -22,79 + 6965: -27,82 + 6966: -26,82 + 6967: -22,83 + 6968: -21,83 + 6969: -17,83 + 6970: -16,83 + 6971: -15,83 + 6975: -25,82 + 6986: -28,82 + 7037: -33,89 + 7038: -33,85 + 7039: -33,81 + 7040: -33,77 + 7064: -27,73 + 7065: -23,74 + 7066: -22,74 + 7084: -29,65 + 7085: -30,65 + 7086: -31,65 + 7087: -32,65 + 7092: -33,65 - node: color: '#B02E26FF' id: BrickTileWhiteLineN decals: - 448: -10,42 - 449: -8,43 - 490: -8,26 - 491: -9,26 - 492: -10,26 - 493: -11,26 - 517: -22,26 - 518: -21,26 - 519: -20,26 - 520: -19,26 - 521: -18,26 - 522: -17,26 - 523: -16,26 - 524: -15,26 - 536: -7,34 - 537: -17,30 - 538: -18,30 - 539: -19,30 - 540: -20,30 - 541: -21,30 - 542: -22,30 - 543: -16,30 - 544: -15,30 - 545: -11,30 - 546: -10,30 - 681: -24,22 - 682: -23,22 - 683: -22,22 - 684: -21,22 - 685: -20,22 - 686: -19,22 - 687: -18,22 - 688: -17,22 - 689: -16,22 - 690: -15,22 - 691: -14,22 - 692: -13,22 - 693: -12,22 - 694: -11,22 - 695: -25,22 - 696: -26,22 - 697: -27,22 - 698: -28,22 - 699: -29,22 - 700: -30,22 - 701: -31,22 - 702: -32,22 - 703: -6,21 - 704: -9,21 - 705: -5,21 - 706: -8,21 - 707: -7,21 - 4704: -12,30 - 4988: -14,46 - 4989: -15,46 - 4990: -16,46 - 4991: -17,46 - 4992: -18,46 - 4993: -19,46 - 4994: -20,46 - 4995: -21,46 - 4996: -22,46 - 4997: -23,46 - 4998: -24,46 - 4999: -25,46 - 5000: -26,46 - 5033: -18,51 - 5034: -19,51 - 5035: -20,51 - 5486: -8,34 - 6652: -33,22 - 6653: -34,22 - 6654: -35,22 - 6655: -36,22 - 6656: -37,22 - 6657: -38,22 - 6658: -39,22 - 6676: -26,30 - 6677: -27,30 - 6678: -28,30 - 6679: -29,30 - 6680: -30,30 - 6681: -31,30 - 6682: -32,30 - 6683: -33,30 - 6684: -34,30 - 6685: -35,30 - 6686: -36,30 - 6687: -37,30 - 7359: -38,30 + 434: -10,42 + 435: -8,43 + 476: -8,26 + 477: -9,26 + 478: -10,26 + 479: -11,26 + 503: -22,26 + 504: -21,26 + 505: -20,26 + 506: -19,26 + 507: -18,26 + 508: -17,26 + 509: -16,26 + 510: -15,26 + 522: -7,34 + 523: -17,30 + 524: -18,30 + 525: -19,30 + 526: -20,30 + 527: -21,30 + 528: -22,30 + 529: -16,30 + 530: -15,30 + 531: -11,30 + 532: -10,30 + 585: -24,22 + 586: -23,22 + 587: -22,22 + 588: -21,22 + 589: -20,22 + 590: -19,22 + 591: -18,22 + 592: -17,22 + 593: -16,22 + 594: -15,22 + 595: -14,22 + 596: -13,22 + 597: -12,22 + 598: -11,22 + 599: -25,22 + 600: -26,22 + 601: -27,22 + 602: -28,22 + 603: -29,22 + 604: -30,22 + 605: -31,22 + 606: -32,22 + 607: -6,21 + 608: -9,21 + 609: -5,21 + 610: -8,21 + 611: -7,21 + 4357: -12,30 + 4587: -16,46 + 4588: -17,46 + 4589: -18,46 + 4590: -19,46 + 4591: -20,46 + 4592: -21,46 + 4593: -22,46 + 4594: -23,46 + 4595: -24,46 + 4596: -25,46 + 4618: -18,51 + 4619: -19,51 + 4620: -20,51 + 4966: -8,34 + 6062: -33,22 + 6063: -34,22 + 6064: -35,22 + 6065: -36,22 + 6066: -37,22 + 6067: -38,22 + 6068: -39,22 + 6086: -26,30 + 6087: -27,30 + 6088: -28,30 + 6089: -29,30 + 6090: -30,30 + 6091: -31,30 + 6092: -32,30 + 6093: -33,30 + 6094: -34,30 + 6095: -35,30 + 6096: -36,30 + 6097: -37,30 + 6748: -38,30 + 6809: -15,46 + 7224: -23,69 + 7225: -22,69 + 7443: -31,55 + 7444: -31,55 + 7445: -32,55 + 7446: -34,55 + 7447: -33,55 + 7448: -35,55 + 7449: -36,55 + 7450: -37,55 + 7451: -38,55 + 7452: -39,55 + 7453: -40,55 + 7454: -41,55 + 7455: -42,55 + 7456: -43,55 + 7457: -44,55 + 7458: -45,55 + 7459: -46,55 + 7460: -47,55 - node: color: '#B04DB5FF' id: BrickTileWhiteLineN decals: - 1395: 49,21 - 1396: 44,21 - 1397: 43,21 - 1398: 42,21 - 1399: 41,21 - 1400: 40,21 - 1401: 34,21 - 1402: 33,21 - 1403: 32,21 - 1404: 31,21 - 1473: 27,30 - 1474: 28,30 - 1475: 29,30 - 1476: 30,30 - 1477: 31,30 - 1478: 35,30 - 1479: 36,30 - 1480: 37,30 - 1481: 38,30 - 1482: 39,30 - 1483: 39,44 - 1484: 40,51 - 1485: 41,51 - 1486: 42,51 - 1487: 43,51 - 1488: 44,51 - 1489: 36,49 - 1490: 37,49 - 1491: 38,49 - 1492: 46,49 - 1493: 47,49 - 1494: 48,49 - 1495: 43,44 - 1496: 44,44 - 1497: 48,44 - 1498: 43,40 - 1499: 49,40 - 1500: 43,34 - 1501: 47,34 - 1502: 48,34 - 1503: 43,30 - 1504: 44,30 - 1505: 45,30 - 1506: 47,28 - 1507: 48,26 - 1508: 47,26 - 1509: 46,26 - 1510: 45,26 - 1511: 44,26 - 1512: 43,26 - 1513: 39,26 - 1514: 38,26 - 1515: 37,26 - 1516: 36,26 - 1517: 27,24 - 1518: 28,24 - 1519: 29,24 - 1520: 30,24 - 1521: 31,24 - 1588: 45,32 - 1667: 52,30 - 1668: 53,30 - 1669: 54,30 - 1670: 55,30 - 1671: 56,30 - 1672: 57,30 - 1673: 58,30 - 1674: 59,30 - 1675: 60,30 - 1676: 61,30 - 1677: 62,30 - 1684: 35,26 - 7021: 44,40 - 7022: 45,40 - 7023: 46,40 - 7024: 47,40 - 7025: 48,40 + 1291: 49,21 + 1292: 44,21 + 1293: 43,21 + 1294: 42,21 + 1295: 41,21 + 1296: 40,21 + 1297: 34,21 + 1298: 33,21 + 1299: 32,21 + 1300: 31,21 + 1369: 27,30 + 1370: 28,30 + 1371: 29,30 + 1372: 30,30 + 1373: 31,30 + 1374: 35,30 + 1375: 36,30 + 1376: 37,30 + 1377: 38,30 + 1378: 39,30 + 1379: 39,44 + 1380: 40,51 + 1381: 41,51 + 1382: 42,51 + 1383: 43,51 + 1384: 44,51 + 1385: 36,49 + 1386: 37,49 + 1387: 38,49 + 1388: 46,49 + 1389: 47,49 + 1390: 48,49 + 1391: 43,44 + 1392: 44,44 + 1393: 48,44 + 1394: 43,40 + 1395: 49,40 + 1396: 43,34 + 1397: 47,34 + 1398: 48,34 + 1399: 43,30 + 1400: 44,30 + 1401: 45,30 + 1402: 47,28 + 1403: 48,26 + 1404: 47,26 + 1405: 46,26 + 1406: 45,26 + 1407: 44,26 + 1408: 43,26 + 1409: 39,26 + 1410: 38,26 + 1411: 37,26 + 1412: 36,26 + 1413: 27,24 + 1414: 28,24 + 1415: 29,24 + 1416: 30,24 + 1417: 31,24 + 1484: 45,32 + 1563: 52,30 + 1564: 53,30 + 1565: 54,30 + 1566: 55,30 + 1567: 56,30 + 1568: 57,30 + 1569: 58,30 + 1570: 59,30 + 1571: 60,30 + 1572: 61,30 + 1573: 62,30 + 1580: 35,26 + 6431: 44,40 + 6432: 45,40 + 6433: 46,40 + 6434: 47,40 + 6435: 48,40 - node: color: '#BA8841FF' id: BrickTileWhiteLineN decals: - 1293: -56,9 - 1294: -55,9 - 1295: -54,9 - 1296: -53,9 - 1297: -52,9 - 1298: -51,9 - 1299: -50,9 - 4212: 18,-19 - 4213: 19,-19 - 4214: 20,-19 - 4215: 21,-19 - 4216: 22,-19 - 6793: -57,9 - 6794: -58,9 - 6795: -59,9 - 6796: -60,9 - 6797: -61,9 - 6798: -62,9 - 6799: -63,9 - 6800: -64,9 - 6801: -65,9 - 6897: -55,14 - 6898: -55,19 - 6899: -55,37 - 6904: -48,35 - 6905: -47,35 - 6906: -46,35 - 6907: -45,35 - 6909: -51,36 - 6910: -50,36 - 6913: -61,30 - 6914: -61,26 - 6915: -60,26 - 6916: -59,26 - 6917: -63,24 - 6918: -64,24 - 6919: -50,27 - 6920: -51,27 - 6921: -49,27 - 6922: -48,18 - 6923: -51,18 - 6926: -59,15 - 6927: -60,15 - 6928: -61,15 - 6929: -62,15 - 6930: -62,19 - 6931: -59,19 - 6990: -55,25 - 6991: -55,25 + 1189: -56,9 + 1190: -55,9 + 1191: -54,9 + 1192: -53,9 + 1193: -52,9 + 1194: -51,9 + 1195: -50,9 + 3865: 18,-19 + 3866: 19,-19 + 3867: 20,-19 + 3868: 21,-19 + 3869: 22,-19 + 6203: -57,9 + 6204: -58,9 + 6205: -59,9 + 6206: -60,9 + 6207: -61,9 + 6208: -62,9 + 6209: -63,9 + 6210: -64,9 + 6211: -65,9 + 6307: -55,14 + 6308: -55,19 + 6309: -55,37 + 6314: -48,35 + 6315: -47,35 + 6316: -46,35 + 6317: -45,35 + 6319: -51,36 + 6320: -50,36 + 6323: -61,30 + 6324: -61,26 + 6325: -60,26 + 6326: -59,26 + 6327: -63,24 + 6328: -64,24 + 6329: -50,27 + 6330: -51,27 + 6331: -49,27 + 6332: -48,18 + 6333: -51,18 + 6336: -59,15 + 6337: -60,15 + 6338: -61,15 + 6339: -62,15 + 6340: -62,19 + 6341: -59,19 + 6400: -55,25 + 6401: -55,25 - node: color: '#D3F4A5FF' id: BrickTileWhiteLineN decals: - 1726: -62,5 - 1727: -61,5 - 1728: -60,5 - 1729: -59,5 - 1730: -58,5 - 1731: -61,-2 - 1732: -62,-2 - 1733: -60,-2 - 1734: -59,-2 - 1735: -57,5 - 1736: -56,5 - 1737: -55,5 - 1738: -54,5 - 1739: -53,5 - 1740: -52,5 - 1741: -51,5 - 1742: -55,-2 - 1743: -54,-2 - 1744: -53,-2 - 1745: -52,-2 - 1746: -51,-2 - 1879: -62,-7 - 1880: -61,-7 - 1881: -60,-7 - 1882: -59,-7 - 1892: -59,-12 - 1893: -58,-12 - 1894: -57,-12 - 1895: -55,-11 - 1896: -54,-11 - 1897: -53,-11 - 1898: -52,-11 - 1899: -51,-11 - 2011: -73,11 - 2012: -72,11 - 2013: -71,11 - 2014: -70,11 - 2015: -69,11 - 2016: -77,9 - 2017: -78,9 - 2018: -79,9 - 2019: -80,9 - 2020: -84,10 - 2021: -85,10 - 2022: -86,10 - 2023: -85,17 - 2024: -89,22 - 2025: -88,22 - 2026: -87,22 - 2027: -86,22 - 2028: -85,22 - 2029: -84,22 - 2030: -83,22 - 2031: -82,22 - 2032: -81,22 - 2036: -93,9 - 2037: -92,9 - 2038: -91,9 - 2039: -90,9 - 2043: -85,4 - 2048: -88,-4 - 2049: -86,-3 - 2050: -85,-3 - 2051: -84,-3 - 2052: -82,-4 - 2068: -73,17 - 3948: -95,-5 - 3949: -94,-5 - 3950: -93,-5 - 3956: -94,22 - 3957: -93,22 - 3969: -69,3 + 1612: -62,5 + 1613: -61,5 + 1614: -60,5 + 1615: -59,5 + 1616: -58,5 + 1617: -61,-2 + 1618: -62,-2 + 1619: -60,-2 + 1620: -59,-2 + 1621: -57,5 + 1622: -56,5 + 1623: -55,5 + 1624: -54,5 + 1625: -53,5 + 1626: -52,5 + 1627: -51,5 + 1628: -55,-2 + 1629: -54,-2 + 1630: -53,-2 + 1631: -52,-2 + 1632: -51,-2 + 1765: -62,-7 + 1766: -61,-7 + 1767: -60,-7 + 1768: -59,-7 + 1778: -59,-12 + 1779: -58,-12 + 1780: -57,-12 + 1781: -55,-11 + 1782: -54,-11 + 1783: -53,-11 + 1784: -52,-11 + 1785: -51,-11 + 1897: -73,11 + 1898: -72,11 + 1899: -71,11 + 1900: -70,11 + 1901: -69,11 + 1902: -77,9 + 1903: -78,9 + 1904: -79,9 + 1905: -80,9 + 1906: -84,10 + 1907: -85,10 + 1908: -86,10 + 1909: -85,17 + 1910: -89,22 + 1911: -88,22 + 1912: -87,22 + 1913: -86,22 + 1914: -85,22 + 1915: -84,22 + 1916: -83,22 + 1917: -82,22 + 1918: -81,22 + 1922: -93,9 + 1923: -92,9 + 1924: -91,9 + 1925: -90,9 + 1929: -85,4 + 1934: -88,-4 + 1935: -86,-3 + 1936: -85,-3 + 1937: -84,-3 + 1938: -82,-4 + 1954: -73,17 + 3601: -95,-5 + 3602: -94,-5 + 3603: -93,-5 + 3609: -94,22 + 3610: -93,22 + 3622: -69,3 - node: color: '#FF974DFF' id: BrickTileWhiteLineN decals: - 1343: 18,-2 - 1344: 19,-2 - 1345: 20,-2 - 1346: 21,-2 - 1347: 22,-2 - 1348: 23,-2 - 1349: 24,-2 - 1350: 25,-2 - 1351: 26,-2 - 1352: 27,-2 - 1353: 16,3 - 1354: 15,3 - 1355: 14,3 - 1356: 13,3 - 1369: 16,-8 - 1370: 17,-8 - 1371: 19,-8 - 1372: 18,-8 - 1373: 20,-8 + 1239: 18,-2 + 1240: 19,-2 + 1241: 20,-2 + 1242: 21,-2 + 1243: 22,-2 + 1244: 23,-2 + 1245: 24,-2 + 1246: 25,-2 + 1247: 26,-2 + 1248: 27,-2 + 1249: 16,3 + 1250: 15,3 + 1251: 14,3 + 1252: 13,3 + 1265: 16,-8 + 1266: 17,-8 + 1267: 19,-8 + 1268: 18,-8 + 1269: 20,-8 - node: color: '#334E6DFF' id: BrickTileWhiteLineS decals: - 748: 10,37 - 749: 11,37 - 750: 12,37 - 751: 13,37 - 752: 6,35 - 753: 5,35 - 762: 17,35 - 763: 18,35 - 764: 19,35 - 833: 10,42 - 834: 11,42 - 835: 12,42 - 836: 13,42 - 837: 14,42 - 843: 10,45 - 844: 11,45 - 845: 12,45 - 846: 13,45 - 847: 14,45 - 859: 8,52 - 860: 9,52 - 861: 10,52 - 867: 26,48 - 868: 27,48 - 869: 28,48 - 884: 18,53 - 890: 17,52 - 891: 18,52 - 892: 19,52 - 921: 27,54 - 972: 18,24 - 973: 19,24 - 974: 8,27 - 975: 7,27 - 976: 6,27 - 977: 5,27 - 978: 12,27 - 979: 13,27 - 4723: 6,48 + 650: 10,37 + 651: 11,37 + 652: 12,37 + 653: 13,37 + 654: 6,35 + 655: 5,35 + 664: 17,35 + 665: 18,35 + 666: 19,35 + 735: 10,42 + 736: 11,42 + 737: 12,42 + 738: 13,42 + 739: 14,42 + 745: 10,45 + 746: 11,45 + 747: 12,45 + 748: 13,45 + 749: 14,45 + 761: 8,52 + 762: 9,52 + 763: 10,52 + 769: 26,48 + 770: 27,48 + 771: 28,48 + 786: 18,53 + 792: 17,52 + 793: 18,52 + 794: 19,52 + 823: 27,54 + 874: 18,24 + 875: 19,24 + 876: 8,27 + 877: 7,27 + 878: 6,27 + 879: 5,27 + 880: 12,27 + 881: 13,27 + 4376: 6,48 - node: color: '#7C45B5FF' id: BrickTileWhiteLineS decals: - 1392: 34,-3 - 1393: 35,-3 + 1288: 34,-3 + 1289: 35,-3 - node: color: '#80C71FFF' id: BrickTileWhiteLineS decals: - 4127: -8,5 - 4128: -7,5 + 3780: -8,5 + 3781: -7,5 - node: color: '#845606FF' id: BrickTileWhiteLineS decals: - 2112: -27,-17 - 2113: -26,-17 - 2114: -25,-17 - 2115: -24,-17 - 2116: -23,-17 - 2117: -22,-17 - 2118: -21,-17 - 2119: -20,-17 - 2120: -19,-17 - 2121: -18,-17 - 2122: -17,-17 - 2123: -16,-17 - 2124: -15,-17 - 2125: -14,-17 - 2126: -13,-17 - 2127: -12,-17 - 2128: -11,-17 - 2129: -10,-17 - 2130: -9,-17 - 2131: -8,-17 - 2132: -7,-17 - 2213: -30,-22 - 2214: -29,-22 - 2215: -28,-22 - 2216: -27,-22 - 2217: -26,-22 - 2218: -30,-26 - 2219: -29,-26 - 2220: -28,-26 - 2221: -27,-26 - 2222: -26,-26 - 2223: -11,-36 - 2224: -16,-31 - 2225: -15,-31 - 2226: -14,-31 - 2227: -13,-31 - 2228: -12,-31 - 2229: -11,-31 - 2230: -17,-26 - 2231: -16,-26 - 2232: -15,-26 - 2233: -14,-26 - 2234: -18,-26 - 2235: -20,-26 - 2236: -12,-22 - 2237: -11,-22 - 2238: -10,-22 - 2239: -9,-22 - 2240: -8,-22 - 2241: -10,-26 - 2242: -9,-26 - 2243: -8,-26 - 2244: -7,-26 - 2245: -6,-26 - 2246: -5,-26 - 2255: -11,-43 - 2256: -10,-43 - 2257: -9,-43 - 2258: -8,-43 - 3860: -18,-36 - 5390: -13,-40 - 5990: -22,-26 - 5998: -22,-40 - 5999: -21,-40 - 6000: -20,-40 - 6008: -25,-47 - 6009: -24,-47 - 6010: -22,-47 - 6011: -21,-47 - 6012: -20,-47 - 6013: -18,-47 - 6014: -17,-47 - 6052: -31,-46 - 6053: -29,-46 - 6205: -15,-35 - 6211: -13,-36 - 6212: -12,-36 - 6222: -21,-26 + 1998: -27,-17 + 1999: -26,-17 + 2000: -25,-17 + 2001: -24,-17 + 2002: -23,-17 + 2003: -22,-17 + 2004: -21,-17 + 2005: -20,-17 + 2006: -19,-17 + 2007: -18,-17 + 2008: -17,-17 + 2009: -16,-17 + 2010: -15,-17 + 2011: -14,-17 + 2012: -13,-17 + 2013: -12,-17 + 2014: -11,-17 + 2015: -10,-17 + 2016: -9,-17 + 2017: -8,-17 + 2018: -7,-17 + 2099: -30,-22 + 2100: -29,-22 + 2101: -28,-22 + 2102: -27,-22 + 2103: -26,-22 + 2104: -30,-26 + 2105: -29,-26 + 2106: -28,-26 + 2107: -27,-26 + 2108: -26,-26 + 2109: -11,-36 + 2110: -16,-31 + 2111: -15,-31 + 2112: -14,-31 + 2113: -13,-31 + 2114: -12,-31 + 2115: -11,-31 + 2116: -17,-26 + 2117: -16,-26 + 2118: -15,-26 + 2119: -14,-26 + 2120: -18,-26 + 2121: -20,-26 + 2122: -12,-22 + 2123: -11,-22 + 2124: -10,-22 + 2125: -9,-22 + 2126: -8,-22 + 2127: -10,-26 + 2128: -9,-26 + 2129: -8,-26 + 2130: -7,-26 + 2131: -6,-26 + 2132: -5,-26 + 2141: -11,-43 + 2142: -10,-43 + 2143: -9,-43 + 2144: -8,-43 + 3529: -18,-36 + 4934: -13,-40 + 5400: -22,-26 + 5408: -22,-40 + 5409: -21,-40 + 5410: -20,-40 + 5418: -25,-47 + 5419: -24,-47 + 5420: -22,-47 + 5421: -21,-47 + 5422: -20,-47 + 5423: -18,-47 + 5424: -17,-47 + 5462: -31,-46 + 5463: -29,-46 + 5615: -15,-35 + 5621: -13,-36 + 5622: -12,-36 + 5632: -21,-26 - node: color: '#8932B8FF' id: BrickTileWhiteLineS decals: - 5201: -40,8 - 5202: -39,8 - 5203: -38,8 - 5204: -37,8 - 5205: -36,8 - 5213: -40,15 - 5214: -39,15 - 5215: -38,15 + 4745: -40,8 + 4746: -39,8 + 4747: -38,8 + 4748: -37,8 + 4749: -36,8 + 4757: -40,15 + 4758: -39,15 + 4759: -38,15 - node: color: '#91D4FFFF' id: BrickTileWhiteLineS decals: - 389: -23,-3 - 390: -22,-3 - 391: -21,-3 - 392: -15,-3 - 393: -16,-3 - 394: -17,-3 - 395: -14,1 - 396: -15,1 - 397: -16,1 - 398: -17,1 - 399: -18,1 - 400: -19,1 - 401: -20,1 - 402: -21,1 - 403: -22,1 - 404: -24,1 - 407: -14,12 - 408: -15,12 - 409: -16,12 - 410: -17,12 - 411: -18,12 - 412: -19,12 - 413: -20,12 - 414: -21,12 - 415: -22,12 - 416: -23,12 - 417: -24,12 - 418: -25,12 - 419: -26,12 - 420: -27,12 - 421: -28,12 - 422: -29,12 - 423: -13,12 - 430: -13,1 - 434: -8,1 - 435: -7,1 - 1133: 30,5 - 1134: 29,5 - 1135: 28,5 - 1136: 27,5 - 1137: 26,5 - 1138: 25,5 - 1139: 24,5 - 1140: 23,5 - 1141: 22,5 - 1142: 21,5 - 1143: 20,5 - 1144: 19,5 - 1174: 9,-3 - 1251: 35,18 - 1252: 34,18 - 1253: 33,18 - 1254: 32,18 - 1255: 31,18 - 1256: 30,18 - 1257: 26,18 - 1258: 25,18 - 1259: 24,18 - 1260: 23,18 - 1261: 22,18 - 1262: 21,18 - 1263: 3,17 - 1264: 4,17 - 1265: -1,17 - 1266: -2,17 - 1267: -4,18 - 1268: -5,18 - 1269: -6,18 - 1270: -7,18 - 1271: -8,18 - 1272: -10,19 - 1273: -16,19 - 1274: -17,19 - 1275: -18,19 - 1276: -19,19 - 1277: -21,19 - 1278: -22,19 - 1279: -23,19 - 1280: -24,19 - 1281: -25,19 - 1282: -26,19 - 1283: -28,19 - 1284: -29,19 - 1285: -30,19 - 1286: -31,19 - 2315: -27,19 - 2871: -20,19 - 4058: 6,-8 - 4059: 11,-6 - 4060: 12,-6 - 4092: -10,1 - 4093: -9,1 - 5756: -3,1 - 5757: -2,1 - 5758: 1,-3 - 5759: 4,1 - 5760: 5,1 - 5769: -1,1 - 5770: 3,1 - 6257: 9,9 - 6258: 19,9 - 6265: 11,12 - 6266: 17,12 - 6267: 13,13 - 6268: 14,13 - 6269: 15,13 - 6333: 27,18 - 6334: 28,18 - 6335: 29,18 + 375: -23,-3 + 376: -22,-3 + 377: -21,-3 + 378: -15,-3 + 379: -16,-3 + 380: -17,-3 + 381: -14,1 + 382: -15,1 + 383: -16,1 + 384: -17,1 + 385: -18,1 + 386: -19,1 + 387: -20,1 + 388: -21,1 + 389: -22,1 + 390: -24,1 + 393: -14,12 + 394: -15,12 + 395: -16,12 + 396: -17,12 + 397: -18,12 + 398: -19,12 + 399: -20,12 + 400: -21,12 + 401: -22,12 + 402: -23,12 + 403: -24,12 + 404: -25,12 + 405: -26,12 + 406: -27,12 + 407: -28,12 + 408: -29,12 + 409: -13,12 + 416: -13,1 + 420: -8,1 + 421: -7,1 + 1032: 30,5 + 1033: 29,5 + 1034: 28,5 + 1035: 27,5 + 1036: 26,5 + 1037: 25,5 + 1038: 24,5 + 1039: 23,5 + 1040: 22,5 + 1041: 21,5 + 1042: 20,5 + 1043: 19,5 + 1073: 9,-3 + 1147: 35,18 + 1148: 34,18 + 1149: 33,18 + 1150: 32,18 + 1151: 31,18 + 1152: 30,18 + 1153: 26,18 + 1154: 25,18 + 1155: 24,18 + 1156: 23,18 + 1157: 22,18 + 1158: 21,18 + 1159: 3,17 + 1160: 4,17 + 1161: -1,17 + 1162: -2,17 + 1163: -4,18 + 1164: -5,18 + 1165: -6,18 + 1166: -7,18 + 1167: -8,18 + 1168: -10,19 + 1169: -16,19 + 1170: -17,19 + 1171: -18,19 + 1172: -19,19 + 1173: -21,19 + 1174: -22,19 + 1175: -23,19 + 1176: -24,19 + 1177: -25,19 + 1178: -26,19 + 1179: -28,19 + 1180: -29,19 + 1181: -30,19 + 1182: -31,19 + 2200: -27,19 + 2647: -20,19 + 3711: 6,-8 + 3712: 11,-6 + 3713: 12,-6 + 3745: -10,1 + 3746: -9,1 + 5182: -3,1 + 5183: -2,1 + 5184: 1,-3 + 5185: 4,1 + 5186: 5,1 + 5195: -1,1 + 5196: 3,1 + 5667: 9,9 + 5668: 19,9 + 5675: 11,12 + 5676: 17,12 + 5677: 13,13 + 5678: 14,13 + 5679: 15,13 + 5743: 27,18 + 5744: 28,18 + 5745: 29,18 - node: color: '#9DDFBAFF' id: BrickTileWhiteLineS decals: - 636: -23,53 - 637: -22,53 - 638: -21,53 - 639: -20,53 - 640: -17,61 - 641: -13,61 - 642: -12,61 - 643: -4,63 - 644: -3,63 - 660: -15,63 - 664: -31,57 - 2960: -27,53 - 2961: -37,58 - 2962: -38,58 - 2963: -39,58 - 2964: -43,62 - 2973: -42,62 - 2974: -41,62 - 2998: -34,64 - 2999: -33,64 - 3000: -32,64 - 3001: -31,64 - 3002: -30,64 - 3930: -44,62 - 5573: -44,58 - 5574: -43,58 - 5584: -25,63 - 5585: -24,63 - 5586: -23,63 - 5587: -22,63 - 5588: -21,63 - 5589: -20,63 - 5590: -19,63 + 574: -31,57 + 7399: -27,57 + - node: + color: '#9DE9BAFF' + id: BrickTileWhiteLineS + decals: + 6917: -22,85 + 6918: -21,85 + 6931: -17,85 + 6932: -16,85 + 6933: -15,85 + 6934: -7,81 + 6935: -8,81 + 6936: -9,81 + 6937: -10,81 + 6938: -11,81 + 6939: -15,81 + 6940: -16,81 + 6941: -17,81 + 6942: -21,81 + 6943: -22,81 + 6978: -23,81 + 6979: -25,81 + 6980: -20,81 + 6981: -18,81 + 6982: -14,81 + 6983: -12,81 + 6984: -28,75 + 6985: -27,75 + 7041: -33,75 + 7042: -33,79 + 7043: -33,83 + 7044: -33,87 + 7060: -23,76 + 7061: -22,76 + 7070: -23,71 + 7071: -22,71 + 7088: -32,64 + 7089: -31,64 + 7090: -30,64 + 7091: -29,64 + 7093: -33,64 - node: color: '#B02E26FF' id: BrickTileWhiteLineS decals: - 442: -10,39 - 443: -9,39 - 445: -7,38 - 500: -9,24 - 501: -10,24 - 502: -11,24 - 503: -7,23 - 504: -6,23 - 505: -8,32 - 506: -7,32 - 507: -6,32 - 525: -22,24 - 526: -21,24 - 527: -20,24 - 528: -19,24 - 529: -18,24 - 530: -17,24 - 531: -16,24 - 532: -15,24 - 551: -22,28 - 552: -21,28 - 553: -19,29 - 554: -17,28 - 555: -16,28 - 556: -15,28 - 557: -14,28 - 558: -13,28 - 559: -12,28 - 560: -11,28 - 561: -10,28 - 4970: -15,45 - 4971: -16,45 - 4972: -17,45 - 4973: -18,45 - 4974: -19,45 - 4975: -20,45 - 4976: -21,45 - 4977: -22,45 - 4978: -23,45 - 4979: -24,45 - 4980: -25,45 - 4981: -26,45 - 5038: -20,48 - 5039: -19,48 - 5040: -18,48 - 6661: -34,32 - 6662: -35,32 - 6663: -26,28 - 6664: -27,28 - 6665: -28,28 - 6666: -29,28 - 6667: -30,28 - 6668: -32,28 - 6669: -31,28 - 6670: -33,28 - 6671: -34,28 - 6672: -35,28 - 6673: -36,28 - 6674: -37,28 - 6675: -38,28 + 428: -10,39 + 429: -9,39 + 431: -7,38 + 486: -9,24 + 487: -10,24 + 488: -11,24 + 489: -7,23 + 490: -6,23 + 491: -8,32 + 492: -7,32 + 493: -6,32 + 511: -22,24 + 512: -21,24 + 513: -20,24 + 514: -19,24 + 515: -18,24 + 516: -17,24 + 517: -16,24 + 518: -15,24 + 537: -22,28 + 538: -21,28 + 539: -19,29 + 540: -17,28 + 541: -16,28 + 542: -15,28 + 543: -14,28 + 544: -13,28 + 545: -12,28 + 546: -11,28 + 547: -10,28 + 4574: -15,45 + 4575: -16,45 + 4576: -17,45 + 4577: -18,45 + 4578: -19,45 + 4579: -20,45 + 4580: -21,45 + 4581: -22,45 + 4582: -23,45 + 4583: -24,45 + 4584: -25,45 + 4623: -20,48 + 4624: -19,48 + 4625: -18,48 + 6071: -34,32 + 6072: -35,32 + 6073: -26,28 + 6074: -27,28 + 6075: -28,28 + 6076: -29,28 + 6077: -30,28 + 6078: -32,28 + 6079: -31,28 + 6080: -33,28 + 6081: -34,28 + 6082: -35,28 + 6083: -36,28 + 6084: -37,28 + 6085: -38,28 + 7215: -23,61 + 7216: -22,61 + 7401: -26,45 + 7424: -31,54 + 7425: -32,54 + 7426: -33,54 + 7427: -34,54 + 7428: -35,54 + 7429: -36,54 + 7430: -37,54 + 7431: -38,54 + 7432: -39,54 + 7433: -40,54 + 7434: -41,54 + 7435: -42,54 + 7436: -43,54 + 7437: -44,54 + 7438: -45,54 + 7439: -46,54 + 7440: -47,54 + 7441: -48,54 - node: color: '#B04DB5FF' id: BrickTileWhiteLineS decals: - 1589: 43,32 - 1590: 44,32 - 1591: 45,32 - 1592: 46,32 - 1593: 47,32 - 1594: 48,32 - 1595: 48,28 - 1596: 47,28 - 1597: 46,28 - 1598: 45,28 - 1599: 44,28 - 1600: 43,28 - 1601: 43,23 - 1602: 44,23 - 1603: 45,23 - 1604: 46,23 - 1605: 47,23 - 1606: 48,23 - 1607: 49,23 - 1608: 39,23 - 1609: 38,23 - 1610: 37,23 - 1611: 36,23 - 1612: 35,23 - 1613: 31,23 - 1614: 30,23 - 1615: 29,23 - 1616: 28,23 - 1617: 27,23 - 1618: 27,26 - 1619: 28,26 - 1620: 29,26 - 1621: 30,26 - 1622: 31,26 - 1623: 35,28 - 1624: 36,28 - 1625: 37,28 - 1626: 38,28 - 1627: 39,28 - 1628: 39,32 - 1629: 35,46 - 1630: 36,46 - 1631: 37,46 - 1632: 38,46 - 1633: 39,46 - 1634: 40,46 - 1635: 41,46 - 1636: 42,46 - 1637: 43,46 - 1638: 44,46 - 1639: 45,46 - 1640: 46,46 - 1641: 47,46 - 1642: 48,46 - 1643: 49,46 - 1644: 44,42 - 1645: 43,42 - 1646: 43,36 - 1647: 44,36 - 1648: 45,36 - 1649: 46,36 - 1650: 47,36 - 1651: 48,36 - 1652: 49,36 - 1653: 52,26 - 1654: 53,26 - 1655: 54,26 - 1656: 55,26 - 1657: 56,26 - 1658: 57,26 - 1659: 58,26 - 1660: 59,26 - 1661: 60,26 - 1662: 61,26 - 1663: 62,26 - 1695: 53,46 - 4228: 48,42 + 1485: 43,32 + 1486: 44,32 + 1487: 45,32 + 1488: 46,32 + 1489: 47,32 + 1490: 48,32 + 1491: 48,28 + 1492: 47,28 + 1493: 46,28 + 1494: 45,28 + 1495: 44,28 + 1496: 43,28 + 1497: 43,23 + 1498: 44,23 + 1499: 45,23 + 1500: 46,23 + 1501: 47,23 + 1502: 48,23 + 1503: 49,23 + 1504: 39,23 + 1505: 38,23 + 1506: 37,23 + 1507: 36,23 + 1508: 35,23 + 1509: 31,23 + 1510: 30,23 + 1511: 29,23 + 1512: 28,23 + 1513: 27,23 + 1514: 27,26 + 1515: 28,26 + 1516: 29,26 + 1517: 30,26 + 1518: 31,26 + 1519: 35,28 + 1520: 36,28 + 1521: 37,28 + 1522: 38,28 + 1523: 39,28 + 1524: 39,32 + 1525: 35,46 + 1526: 36,46 + 1527: 37,46 + 1528: 38,46 + 1529: 39,46 + 1530: 40,46 + 1531: 41,46 + 1532: 42,46 + 1533: 43,46 + 1534: 44,46 + 1535: 45,46 + 1536: 46,46 + 1537: 47,46 + 1538: 48,46 + 1539: 49,46 + 1540: 44,42 + 1541: 43,42 + 1542: 43,36 + 1543: 44,36 + 1544: 45,36 + 1545: 46,36 + 1546: 47,36 + 1547: 48,36 + 1548: 49,36 + 1549: 52,26 + 1550: 53,26 + 1551: 54,26 + 1552: 55,26 + 1553: 56,26 + 1554: 57,26 + 1555: 58,26 + 1556: 59,26 + 1557: 60,26 + 1558: 61,26 + 1559: 62,26 + 1586: 53,46 + 3881: 48,42 - node: color: '#BA8841FF' id: BrickTileWhiteLineS decals: - 4202: 22,-22 - 4203: 21,-22 - 4206: 18,-24 - 4207: 19,-24 - 5681: 16,-17 - 5682: 17,-17 - 5683: 18,-17 - 5684: 19,-17 - 5685: 20,-17 - 5686: 21,-17 - 5687: 22,-17 - 5688: 23,-17 - 5689: 24,-17 - 6810: -51,11 - 6811: -50,11 - 6812: -49,11 - 6813: -49,11 - 6814: -48,11 - 6815: -59,11 - 6816: -60,11 - 6817: -61,11 - 6818: -62,11 - 6819: -62,17 - 6820: -61,17 - 6821: -60,17 - 6822: -59,17 - 6823: -51,16 - 6824: -50,16 - 6825: -49,16 - 6826: -48,16 - 6827: -51,21 - 6828: -50,21 - 6829: -49,21 - 6830: -48,21 - 6831: -59,23 - 6832: -60,23 - 6833: -61,23 - 6834: -62,23 - 6835: -63,23 - 6837: -61,28 - 6838: -51,32 - 6839: -50,32 - 6840: -46,32 - 6841: -55,16 - 6842: -55,11 - 6896: -55,21 - 6903: -48,33 - 6986: -55,33 - 7344: -45,32 + 3855: 22,-22 + 3856: 21,-22 + 3859: 18,-24 + 3860: 19,-24 + 5119: 16,-17 + 5120: 17,-17 + 5121: 18,-17 + 5122: 19,-17 + 5123: 20,-17 + 5124: 21,-17 + 5125: 22,-17 + 5126: 23,-17 + 5127: 24,-17 + 6220: -51,11 + 6221: -50,11 + 6222: -49,11 + 6223: -49,11 + 6224: -48,11 + 6225: -59,11 + 6226: -60,11 + 6227: -61,11 + 6228: -62,11 + 6229: -62,17 + 6230: -61,17 + 6231: -60,17 + 6232: -59,17 + 6233: -51,16 + 6234: -50,16 + 6235: -49,16 + 6236: -48,16 + 6237: -51,21 + 6238: -50,21 + 6239: -49,21 + 6240: -48,21 + 6241: -59,23 + 6242: -60,23 + 6243: -61,23 + 6244: -62,23 + 6245: -63,23 + 6247: -61,28 + 6248: -51,32 + 6249: -50,32 + 6250: -46,32 + 6251: -55,16 + 6252: -55,11 + 6306: -55,21 + 6313: -48,33 + 6396: -55,33 + 6733: -45,32 - node: color: '#D3F4A5FF' id: BrickTileWhiteLineS decals: - 1747: -55,-4 - 1748: -54,-4 - 1749: -53,-4 - 1750: -52,-4 - 1751: -51,-4 - 1752: -62,-5 - 1753: -61,-5 - 1754: -60,-5 - 1755: -59,-5 - 1756: -54,0 - 1757: -53,0 - 1758: -52,0 - 1759: -51,0 - 1760: -58,0 - 1761: -59,0 - 1762: -60,0 - 1763: -61,0 - 1764: -62,0 - 1765: -56,2 - 1875: -62,-10 - 1876: -61,-10 - 1877: -60,-10 - 1878: -59,-10 - 1902: -59,-13 - 1903: -58,-13 - 1904: -57,-13 - 1905: -56,-13 - 1906: -55,-13 - 1907: -54,-13 - 1909: -52,-12 - 1910: -51,-12 - 1911: -69,5 - 1912: -70,5 - 1913: -71,5 - 1914: -72,5 - 1915: -73,5 - 1916: -73,13 - 1917: -69,13 - 1918: -73,-1 - 1919: -77,7 - 1920: -78,7 - 1921: -79,7 - 1922: -80,7 - 1923: -84,6 - 1924: -85,6 - 1925: -86,6 - 1926: -90,7 - 1927: -91,7 - 1928: -92,7 - 1929: -93,7 - 1930: -85,12 - 1931: -85,-1 - 1932: -89,-6 - 1933: -88,-6 - 1934: -87,-6 - 1935: -86,-6 - 1936: -85,-6 - 1937: -84,-6 - 1938: -83,-6 - 1939: -82,-6 - 1940: -81,-6 - 2061: -88,20 - 2062: -82,20 - 2065: -84,19 - 2066: -85,19 - 2067: -86,19 - 2081: -66,7 - 2082: -65,7 - 2083: -64,7 - 2084: -63,7 - 2085: -62,7 - 2086: -61,7 - 2087: -60,7 - 2088: -59,7 - 2089: -58,7 - 2090: -57,7 - 2091: -56,7 - 2092: -55,7 - 2093: -54,7 - 2094: -53,7 - 2095: -52,7 - 2096: -51,7 - 2097: -50,7 - 3951: -94,-6 - 3952: -93,-6 - 3953: -95,21 - 3954: -94,21 - 3955: -93,21 - 3970: -69,-1 + 1633: -55,-4 + 1634: -54,-4 + 1635: -53,-4 + 1636: -52,-4 + 1637: -51,-4 + 1638: -62,-5 + 1639: -61,-5 + 1640: -60,-5 + 1641: -59,-5 + 1642: -54,0 + 1643: -53,0 + 1644: -52,0 + 1645: -51,0 + 1646: -58,0 + 1647: -59,0 + 1648: -60,0 + 1649: -61,0 + 1650: -62,0 + 1651: -56,2 + 1761: -62,-10 + 1762: -61,-10 + 1763: -60,-10 + 1764: -59,-10 + 1788: -59,-13 + 1789: -58,-13 + 1790: -57,-13 + 1791: -56,-13 + 1792: -55,-13 + 1793: -54,-13 + 1795: -52,-12 + 1796: -51,-12 + 1797: -69,5 + 1798: -70,5 + 1799: -71,5 + 1800: -72,5 + 1801: -73,5 + 1802: -73,13 + 1803: -69,13 + 1804: -73,-1 + 1805: -77,7 + 1806: -78,7 + 1807: -79,7 + 1808: -80,7 + 1809: -84,6 + 1810: -85,6 + 1811: -86,6 + 1812: -90,7 + 1813: -91,7 + 1814: -92,7 + 1815: -93,7 + 1816: -85,12 + 1817: -85,-1 + 1818: -89,-6 + 1819: -88,-6 + 1820: -87,-6 + 1821: -86,-6 + 1822: -85,-6 + 1823: -84,-6 + 1824: -83,-6 + 1825: -82,-6 + 1826: -81,-6 + 1947: -88,20 + 1948: -82,20 + 1951: -84,19 + 1952: -85,19 + 1953: -86,19 + 1967: -66,7 + 1968: -65,7 + 1969: -64,7 + 1970: -63,7 + 1971: -62,7 + 1972: -61,7 + 1973: -60,7 + 1974: -59,7 + 1975: -58,7 + 1976: -57,7 + 1977: -56,7 + 1978: -55,7 + 1979: -54,7 + 1980: -53,7 + 1981: -52,7 + 1982: -51,7 + 1983: -50,7 + 3604: -94,-6 + 3605: -93,-6 + 3606: -95,21 + 3607: -94,21 + 3608: -93,21 + 3623: -69,-1 - node: color: '#FF974DFF' id: BrickTileWhiteLineS decals: - 1334: 14,-3 - 1335: 13,-3 - 1336: 22,-3 - 1337: 23,-3 - 1338: 24,-3 - 1339: 25,-3 - 1340: 26,-3 - 1341: 27,-3 - 1374: 16,-12 - 1375: 17,-12 - 1376: 18,-12 - 1377: 19,-12 - 1378: 20,-12 - 1379: 16,-6 - 1380: 17,-6 - 1381: 18,-6 - 1382: 19,-6 - 1383: 20,-6 + 1230: 14,-3 + 1231: 13,-3 + 1232: 22,-3 + 1233: 23,-3 + 1234: 24,-3 + 1235: 25,-3 + 1236: 26,-3 + 1237: 27,-3 + 1270: 16,-12 + 1271: 17,-12 + 1272: 18,-12 + 1273: 19,-12 + 1274: 20,-12 + 1275: 16,-6 + 1276: 17,-6 + 1277: 18,-6 + 1278: 19,-6 + 1279: 20,-6 - node: color: '#334E6DFF' id: BrickTileWhiteLineW decals: - 729: 4,41 - 730: 4,40 - 731: 4,39 - 732: 4,38 - 733: 4,37 - 734: 4,36 - 744: 9,38 - 745: 9,39 - 765: 16,36 - 766: 16,37 - 767: 16,38 - 768: 16,39 - 775: 17,41 - 776: 17,42 - 777: 17,43 - 778: 17,44 - 779: 17,45 - 780: 17,46 - 781: 17,47 - 782: 17,48 - 783: 17,49 - 848: 9,46 - 849: 9,47 - 850: 9,48 - 851: 9,49 - 852: 5,55 - 853: 5,54 - 854: 5,53 - 855: 5,52 - 856: 5,51 - 857: 5,50 - 858: 5,49 - 885: 16,55 - 895: 14,55 - 896: 14,56 - 924: 26,55 - 963: 6,24 - 964: 11,29 - 965: 4,28 - 966: 11,28 - 967: 4,29 - 968: 17,28 - 969: 17,27 - 970: 17,26 - 971: 17,25 - 5478: 25,49 - 5479: 25,50 - 5719: 5,59 - 5720: 5,60 - 5721: 5,61 + 631: 4,41 + 632: 4,40 + 633: 4,39 + 634: 4,38 + 635: 4,37 + 636: 4,36 + 646: 9,38 + 647: 9,39 + 667: 16,36 + 668: 16,37 + 669: 16,38 + 670: 16,39 + 677: 17,41 + 678: 17,42 + 679: 17,43 + 680: 17,44 + 681: 17,45 + 682: 17,46 + 683: 17,47 + 684: 17,48 + 685: 17,49 + 750: 9,46 + 751: 9,47 + 752: 9,48 + 753: 9,49 + 754: 5,55 + 755: 5,54 + 756: 5,53 + 757: 5,52 + 758: 5,51 + 759: 5,50 + 760: 5,49 + 787: 16,55 + 797: 14,55 + 798: 14,56 + 826: 26,55 + 865: 6,24 + 866: 11,29 + 867: 4,28 + 868: 11,28 + 869: 4,29 + 870: 17,28 + 871: 17,27 + 872: 17,26 + 873: 17,25 + 4958: 25,49 + 4959: 25,50 + 5145: 5,59 + 5146: 5,60 + 5147: 5,61 - node: color: '#7C45B5FF' id: BrickTileWhiteLineW decals: - 1394: 33,-2 + 1290: 33,-2 - node: color: '#80C71FFF' id: BrickTileWhiteLineW decals: - 4073: -24,6 - 4129: -23,6 - 4130: -21,6 - 4131: -19,6 - 4132: -17,6 - 4133: -15,6 - 4134: -9,6 + 3726: -24,6 + 3782: -23,6 + 3783: -21,6 + 3784: -19,6 + 3785: -17,6 + 3786: -15,6 + 3787: -9,6 - node: color: '#845606FF' id: BrickTileWhiteLineW decals: - 2185: -14,-41 - 2186: -17,-29 - 2187: -17,-30 - 2188: -23,-21 - 2189: -31,-21 - 2190: -31,-20 - 2191: -31,-25 - 2192: -11,-25 - 5389: -12,-41 - 5985: -17,-20 - 6027: -26,-46 - 6028: -26,-45 - 6029: -26,-44 - 6030: -26,-43 - 6031: -26,-42 - 6033: -17,-41 - 6034: -17,-40 - 6046: -32,-42 - 6047: -32,-43 - 6048: -32,-44 - 6049: -32,-45 - 6098: -12,-42 - 6203: -17,-35 - 6204: -17,-34 - 6223: -23,-20 + 2071: -14,-41 + 2072: -17,-29 + 2073: -17,-30 + 2074: -23,-21 + 2075: -31,-21 + 2076: -31,-20 + 2077: -31,-25 + 2078: -11,-25 + 4933: -12,-41 + 5395: -17,-20 + 5437: -26,-46 + 5438: -26,-45 + 5439: -26,-44 + 5440: -26,-43 + 5441: -26,-42 + 5443: -17,-41 + 5444: -17,-40 + 5456: -32,-42 + 5457: -32,-43 + 5458: -32,-44 + 5459: -32,-45 + 5508: -12,-42 + 5613: -17,-35 + 5614: -17,-34 + 5633: -23,-20 - node: color: '#8932B8FF' id: BrickTileWhiteLineW decals: - 5196: -41,11 - 5197: -41,10 - 5198: -41,9 + 4740: -41,11 + 4741: -41,10 + 4742: -41,9 - node: color: '#91D4FFFF' id: BrickTileWhiteLineW decals: - 387: -24,-2 - 388: -18,-2 - 405: -12,-2 - 406: -12,-1 - 424: -15,15 - 425: -15,14 - 428: -12,0 - 1164: 8,6 - 1165: 8,5 - 1166: 8,4 - 1167: 8,3 - 1168: 8,1 - 1169: 8,2 - 1170: 8,0 - 1171: 8,-1 - 1172: 8,-2 - 1183: 0,16 - 1184: 0,15 - 1185: 0,14 - 1186: 0,13 - 1187: 0,12 - 1188: 0,11 - 1189: 0,10 - 1190: 0,9 - 1191: 0,-5 - 1192: 0,-6 - 1193: 0,-7 - 1194: 0,-12 - 1195: 0,-8 - 1196: 0,-9 - 1197: 0,-10 - 1198: 0,-11 - 4047: 5,-6 - 4048: 5,-7 - 4049: 9,-6 - 4050: 9,-7 - 4051: 9,-8 - 4052: 9,-9 - 4053: 9,-10 - 4054: 9,-12 - 4055: 12,-10 - 4056: 12,-9 - 4098: -23,2 - 4876: -12,-5 - 4877: -12,-4 - 4878: -12,-3 - 5744: -4,2 - 5745: 0,6 - 5746: 0,5 - 5751: 0,-1 - 5752: 0,-2 - 5765: 0,4 - 5768: 0,0 - 6242: 8,15 - 6243: 8,13 - 6244: 8,12 - 6245: 8,11 - 6246: 8,10 - 6255: 18,11 - 6264: 18,10 - 6330: 18,6 - 6380: 8,14 - 6438: 9,-11 + 373: -24,-2 + 374: -18,-2 + 391: -12,-2 + 392: -12,-1 + 410: -15,15 + 411: -15,14 + 414: -12,0 + 1063: 8,6 + 1064: 8,5 + 1065: 8,4 + 1066: 8,3 + 1067: 8,1 + 1068: 8,2 + 1069: 8,0 + 1070: 8,-1 + 1071: 8,-2 + 1082: 0,16 + 1083: 0,15 + 1084: 0,14 + 1085: 0,13 + 1086: 0,12 + 1087: 0,11 + 1088: 0,10 + 1089: 0,9 + 1090: 0,-5 + 1091: 0,-6 + 1092: 0,-7 + 1093: 0,-12 + 1094: 0,-8 + 1095: 0,-9 + 1096: 0,-10 + 1097: 0,-11 + 3700: 5,-6 + 3701: 5,-7 + 3702: 9,-6 + 3703: 9,-7 + 3704: 9,-8 + 3705: 9,-9 + 3706: 9,-10 + 3707: 9,-12 + 3708: 12,-10 + 3709: 12,-9 + 3751: -23,2 + 4528: -12,-5 + 4529: -12,-4 + 4530: -12,-3 + 5170: -4,2 + 5171: 0,6 + 5172: 0,5 + 5177: 0,-1 + 5178: 0,-2 + 5191: 0,4 + 5194: 0,0 + 5652: 8,15 + 5653: 8,13 + 5654: 8,12 + 5655: 8,11 + 5656: 8,10 + 5665: 18,11 + 5674: 18,10 + 5740: 18,6 + 5790: 8,14 + 5848: 9,-11 - node: color: '#9DDFBAFF' id: BrickTileWhiteLineW decals: - 622: -32,61 - 623: -32,60 - 624: -32,59 - 625: -32,58 - 626: -28,63 - 627: -28,62 - 628: -28,61 - 629: -28,60 - 630: -28,59 - 631: -28,58 - 632: -28,57 - 633: -28,56 - 634: -28,55 - 635: -28,54 - 649: -14,62 - 650: -24,57 - 651: -24,56 - 652: -24,55 - 653: -24,54 - 654: 0,68 - 655: 0,67 - 656: 0,66 - 657: 0,65 - 658: 0,64 - 659: 0,63 - 2975: -40,61 - 2976: -40,60 - 2977: -40,59 - 2978: -45,65 - 2979: -45,66 - 3931: -45,63 - 5575: -45,59 - 5594: -18,62 + 563: -32,61 + 564: -32,60 + 565: -32,59 + 566: -32,58 + 567: -28,63 + 568: -28,62 + 569: -28,61 + 570: -28,60 + 571: -28,59 + 572: -28,58 + - node: + color: '#9DE9BAFF' + id: BrickTileWhiteLineW + decals: + 6922: -23,86 + 6923: -23,87 + 6924: -23,88 + 6929: -18,87 + 6930: -18,88 + 6955: -24,78 + 6956: -24,77 + 6957: -12,83 + 7045: -34,88 + 7046: -34,84 + 7047: -34,80 + 7048: -34,76 + 7053: 0,81 + 7054: 0,82 + 7055: 0,83 + 7067: -24,73 + 7068: -24,72 + 7076: -28,72 + 7077: -28,71 + 7078: -28,69 + 7079: -28,68 + 7080: -28,67 + 7081: -28,66 - node: color: '#B02E26FF' id: BrickTileWhiteLineW decals: - 451: -11,40 - 452: -11,41 - 469: -14,42 - 470: -14,41 - 471: -14,40 - 472: -14,39 - 473: -14,38 - 474: -14,37 - 475: -14,36 - 476: -14,35 - 477: -14,34 - 478: -14,33 - 479: -14,32 - 480: -14,31 - 481: -23,29 - 482: -7,29 - 483: -7,28 - 484: -12,25 - 508: -9,33 - 533: -23,25 - 4968: -14,44 - 4983: -27,49 - 4984: -27,50 - 5036: -21,50 - 5037: -21,49 - 5522: -3,39 - 5523: 0,38 - 5524: 0,39 - 7352: -36,35 - 7353: -36,34 - 7354: -36,33 - 7360: -39,29 + 437: -11,40 + 438: -11,41 + 455: -14,42 + 456: -14,41 + 457: -14,40 + 458: -14,39 + 459: -14,38 + 460: -14,37 + 461: -14,36 + 462: -14,35 + 463: -14,34 + 464: -14,33 + 465: -14,32 + 466: -14,31 + 467: -23,29 + 468: -7,29 + 469: -7,28 + 470: -12,25 + 494: -9,33 + 519: -23,25 + 4572: -14,44 + 4621: -21,50 + 4622: -21,49 + 5002: -3,39 + 5003: 0,38 + 5004: 0,39 + 6741: -36,35 + 6742: -36,34 + 6743: -36,33 + 6749: -39,29 + 6801: -14,47 + 6802: -14,48 + 6803: -14,49 + 7226: -24,68 + 7227: -24,67 + 7228: -24,66 + 7229: -24,65 + 7230: -24,64 + 7231: -24,63 + 7232: -24,62 + 7410: -27,47 + 7411: -27,46 + 7412: -27,48 + 7413: -27,49 + 7414: -27,50 + 7415: -27,51 + 7416: -27,52 + 7417: -27,53 + 7418: -27,54 + 7462: -49,55 + 7463: -49,56 + 7464: -49,57 + 7465: -49,58 + 7466: -49,59 + 7467: -49,60 + 7468: -49,61 + 7469: -49,62 + 7470: -49,63 + 7471: -49,64 + 7472: -49,65 + 7473: -49,66 + 7474: -49,67 + 7475: -49,68 + 7476: -49,69 + 7477: -49,70 + 7478: -49,71 + 7479: -49,72 - node: color: '#B04DB5FF' id: BrickTileWhiteLineW decals: - 1522: 34,24 - 1523: 34,25 - 1524: 26,27 - 1525: 26,28 - 1526: 26,29 - 1527: 34,29 - 1529: 42,25 - 1530: 42,24 - 1531: 42,29 - 1532: 42,37 - 1533: 42,38 - 1534: 42,39 - 1535: 38,33 - 1536: 38,34 - 1537: 38,35 - 1538: 38,36 - 1539: 38,37 - 1540: 38,38 - 1541: 38,39 - 1542: 38,40 - 1543: 38,41 - 1544: 38,42 - 1545: 38,43 - 1546: 34,47 - 1547: 34,48 - 1548: 34,49 - 1549: 34,50 - 1550: 39,50 - 1551: 49,50 - 1552: 42,43 - 1553: 42,33 - 1554: 42,25 - 1555: 42,24 - 1556: 26,28 - 1678: 51,29 - 1679: 51,28 - 1680: 51,27 - 1697: 53,48 - 1699: 52,50 + 1418: 34,24 + 1419: 34,25 + 1420: 26,27 + 1421: 26,28 + 1422: 26,29 + 1423: 34,29 + 1425: 42,25 + 1426: 42,24 + 1427: 42,29 + 1428: 42,37 + 1429: 42,38 + 1430: 42,39 + 1431: 38,33 + 1432: 38,34 + 1433: 38,35 + 1434: 38,36 + 1435: 38,37 + 1436: 38,38 + 1437: 38,39 + 1438: 38,40 + 1439: 38,41 + 1440: 38,42 + 1441: 38,43 + 1442: 34,47 + 1443: 34,48 + 1444: 34,49 + 1445: 34,50 + 1446: 39,50 + 1447: 49,50 + 1448: 42,43 + 1449: 42,33 + 1450: 42,25 + 1451: 42,24 + 1452: 26,28 + 1574: 51,29 + 1575: 51,28 + 1576: 51,27 - node: color: '#BA8841FF' id: BrickTileWhiteLineW decals: - 4208: 17,-23 - 4209: 17,-22 - 4210: 17,-21 - 4211: 17,-20 - 6802: -45,11 - 6803: -45,12 - 6804: -45,13 - 6805: -45,14 - 6806: -45,15 - 6807: -45,16 - 6808: -45,17 - 6871: -56,18 - 6872: -56,17 - 6873: -63,14 - 6874: -63,13 - 6875: -63,12 - 6876: -63,18 - 6877: -65,23 - 6878: -62,25 - 6879: -62,29 - 6880: -52,26 - 6881: -52,25 - 6882: -52,24 - 6883: -52,23 - 6884: -52,22 - 6885: -52,17 - 6886: -52,13 - 6887: -52,12 - 6888: -56,22 - 6889: -56,23 - 6890: -56,24 - 6891: -56,34 - 6892: -56,35 - 6893: -56,36 - 6900: -52,33 - 6901: -52,34 - 6902: -52,35 - 6940: -56,12 - 6941: -56,13 - 6983: -52,14 + 3861: 17,-23 + 3862: 17,-22 + 3863: 17,-21 + 3864: 17,-20 + 6212: -45,11 + 6213: -45,12 + 6214: -45,13 + 6215: -45,14 + 6216: -45,15 + 6217: -45,16 + 6218: -45,17 + 6281: -56,18 + 6282: -56,17 + 6283: -63,14 + 6284: -63,13 + 6285: -63,12 + 6286: -63,18 + 6287: -65,23 + 6288: -62,25 + 6289: -62,29 + 6290: -52,26 + 6291: -52,25 + 6292: -52,24 + 6293: -52,23 + 6294: -52,22 + 6295: -52,17 + 6296: -52,13 + 6297: -52,12 + 6298: -56,22 + 6299: -56,23 + 6300: -56,24 + 6301: -56,34 + 6302: -56,35 + 6303: -56,36 + 6310: -52,33 + 6311: -52,34 + 6312: -52,35 + 6350: -56,12 + 6351: -56,13 + 6393: -52,14 - node: color: '#D3F4A5FF' id: BrickTileWhiteLineW decals: - 1788: -63,-4 - 1789: -63,-3 - 1790: -56,-3 - 1791: -63,1 - 1792: -63,2 - 1793: -63,3 - 1794: -63,4 - 1797: -55,1 - 1798: -74,6 - 1799: -74,7 - 1800: -74,8 - 1801: -74,9 - 1802: -74,10 - 1830: -81,8 - 1831: -70,14 - 1832: -70,15 - 1833: -70,16 - 1834: -74,16 - 1835: -74,15 - 1836: -74,14 - 1837: -86,13 - 1838: -86,14 - 1839: -86,15 - 1840: -86,16 - 1841: -99,12 - 1842: -99,11 - 1843: -99,10 - 1844: -99,9 - 1845: -99,8 - 1846: -99,6 - 1847: -99,7 - 1848: -99,5 - 1849: -99,4 - 1850: -98,19 - 1851: -98,20 - 1852: -98,21 - 1853: -98,22 - 1854: -98,23 - 1855: -98,24 - 1856: -98,25 - 1857: -98,26 - 1858: -98,27 - 1859: -98,28 - 1860: -94,8 - 1861: -98,-3 - 1862: -98,-4 - 1863: -98,-5 - 1864: -98,-6 - 1865: -98,-7 - 1866: -98,-8 - 1867: -98,-9 - 1868: -98,-10 - 1869: -98,-11 - 1870: -98,-12 - 1885: -63,-8 - 1886: -63,-9 - 1901: -54,-31 - 2040: -87,9 - 2041: -87,8 - 2042: -87,7 - 2044: -86,3 - 2045: -86,2 - 2046: -86,1 - 2047: -86,0 - 2099: -48,6 - 2100: -48,5 - 2101: -48,4 - 2102: -48,3 - 2103: -48,2 - 2104: -48,1 - 2105: -48,0 - 2106: -48,-1 - 3966: -70,2 - 3967: -70,1 - 3968: -70,0 + 1674: -63,-4 + 1675: -63,-3 + 1676: -56,-3 + 1677: -63,1 + 1678: -63,2 + 1679: -63,3 + 1680: -63,4 + 1683: -55,1 + 1684: -74,6 + 1685: -74,7 + 1686: -74,8 + 1687: -74,9 + 1688: -74,10 + 1716: -81,8 + 1717: -70,14 + 1718: -70,15 + 1719: -70,16 + 1720: -74,16 + 1721: -74,15 + 1722: -74,14 + 1723: -86,13 + 1724: -86,14 + 1725: -86,15 + 1726: -86,16 + 1727: -99,12 + 1728: -99,11 + 1729: -99,10 + 1730: -99,9 + 1731: -99,8 + 1732: -99,6 + 1733: -99,7 + 1734: -99,5 + 1735: -99,4 + 1736: -98,19 + 1737: -98,20 + 1738: -98,21 + 1739: -98,22 + 1740: -98,23 + 1741: -98,24 + 1742: -98,25 + 1743: -98,26 + 1744: -98,27 + 1745: -98,28 + 1746: -94,8 + 1747: -98,-3 + 1748: -98,-4 + 1749: -98,-5 + 1750: -98,-6 + 1751: -98,-7 + 1752: -98,-8 + 1753: -98,-9 + 1754: -98,-10 + 1755: -98,-11 + 1756: -98,-12 + 1771: -63,-8 + 1772: -63,-9 + 1787: -54,-31 + 1926: -87,9 + 1927: -87,8 + 1928: -87,7 + 1930: -86,3 + 1931: -86,2 + 1932: -86,1 + 1933: -86,0 + 1985: -48,6 + 1986: -48,5 + 1987: -48,4 + 1988: -48,3 + 1989: -48,2 + 1990: -48,1 + 1991: -48,0 + 1992: -48,-1 + 3619: -70,2 + 3620: -70,1 + 3621: -70,0 - node: color: '#FF974DFF' id: BrickTileWhiteLineW decals: - 1325: 13,1 - 1326: 15,-4 - 1327: 15,-5 - 1357: 12,-1 - 1358: 12,-2 - 1359: 15,-9 - 1360: 15,-10 - 1361: 15,-11 + 1221: 13,1 + 1222: 15,-4 + 1223: 15,-5 + 1253: 12,-1 + 1254: 12,-2 + 1255: 15,-9 + 1256: 15,-10 + 1257: 15,-11 - node: color: '#FFFFFFFF' id: BushAOne decals: - 4666: 94.47125,44.284866 - 4667: 92.61969,42.185574 - 4668: 96.762985,34.00421 - 4755: -40.488827,72.31972 - 4768: 45.465385,14.397949 - 4854: -66.58855,31.839897 + 4319: 94.47125,44.284866 + 4320: 92.61969,42.185574 + 4321: 96.762985,34.00421 + 4408: -40.488827,72.31972 + 4421: 45.465385,14.397949 + 4506: -66.58855,31.839897 - node: color: '#FFFFFFFF' id: BushATwo decals: - 4715: 4.253884,44.84271 + 4368: 4.253884,44.84271 - node: color: '#FFFFFFFF' id: BushCOne decals: - 4729: -30.284492,4.3149476 + 4382: -30.284492,4.3149476 - node: color: '#FFFFFFFF' id: BushCThree decals: - 4662: 100.565,47.89424 - 4663: 99.85016,42.257523 - 4664: 102.45172,41.15596 - 4770: 45.69976,11.483887 - 4952: -9.563732,46.01986 - 5283: 19.424809,-28.877602 - 6180: -23.96835,-29.359528 - 7139: 58.17689,-8.340221 + 4315: 100.565,47.89424 + 4316: 99.85016,42.257523 + 4317: 102.45172,41.15596 + 4423: 45.69976,11.483887 + 4827: 19.424809,-28.877602 + 5590: -23.96835,-29.359528 + 6549: 58.17689,-8.340221 + 6773: -44.944386,72.307434 - node: color: '#FFFFFFFF' id: BushCTwo decals: - 5284: 20.198246,-32.49479 + 4828: 20.198246,-32.49479 + 7269: 57.861076,-28.09381 + 7326: 5.238859,84.71234 - node: color: '#FFFFFFFF' id: BushDOne decals: - 4651: 79.81664,56.801743 - 4652: 83.39086,53.91893 - 4669: 93.28252,30.992493 - 4670: 89.01256,27.561384 + 4304: 79.81664,56.801743 + 4305: 83.39086,53.91893 + 4322: 93.28252,30.992493 + 4323: 89.01256,27.561384 - node: color: '#FFFFFFFF' id: BushDThree decals: - 128: 54,-13 - 129: 71,-3 - 130: 3,-10 - 193: 37,37 - 2505: -23.84824,-36.039036 - 2526: 70.49607,-5.2800684 - 2527: 73.21482,-5.2683496 - 4494: 73.579414,74.4158 - 4547: 93.51455,23.22274 - 4671: 76.32356,37.133736 - 4672: 72.402985,49.437653 - 4769: 46.340385,12.897949 + 115: 54,-13 + 116: 71,-3 + 117: 3,-10 + 180: 37,37 + 2387: -23.84824,-36.039036 + 2408: 70.49607,-5.2800684 + 2409: 73.21482,-5.2683496 + 4147: 73.579414,74.4158 + 4200: 93.51455,23.22274 + 4324: 76.32356,37.133736 + 4325: 72.402985,49.437653 + 4422: 46.340385,12.897949 - node: color: '#FFFFFFFF' id: BushDTwo decals: - 167: -1,14 - 312: -106.987564,9.973441 - 326: -101.81569,9.926566 - 2280: -0.88223886,-10.300684 - 3900: -30.489948,17.91463 - 3901: 47.184723,21.183506 - 3902: 39.60601,-20.002787 - 3903: 42.520073,-19.752787 - 3904: 40.600338,-30.343527 - 3905: 34.420174,-36.616962 - 3906: 17.789068,-38.879887 - 3907: 1.2919211,-38.75982 - 3908: -3.5219002,-45.90537 - 3909: 13.056606,-52.51093 - 3910: 8.8619585,-45.313065 - 3911: -8.990252,-30.680576 - 3912: -23.893175,-32.74724 + 154: -1,14 + 298: -106.987564,9.973441 + 312: -101.81569,9.926566 + 2165: -0.88223886,-10.300684 + 3566: -30.489948,17.91463 + 3567: 47.184723,21.183506 + 3568: 39.60601,-20.002787 + 3569: 42.520073,-19.752787 + 3570: 40.600338,-30.343527 + 3571: 34.420174,-36.616962 + 3572: 17.789068,-38.879887 + 3573: -3.5219002,-45.90537 + 3574: 13.056606,-52.51093 + 3575: 8.8619585,-45.313065 + 3576: -8.990252,-30.680576 + 3577: -23.893175,-32.74724 - node: color: '#FFFFFFFF' id: Busha1 decals: - 4716: 6.6366963,43.772396 - 4754: -35.56695,70.99159 - 4953: -5.43092,46.160484 - 6213: -10.819955,-50.226284 + 4369: 6.6366963,43.772396 + 4407: -35.56695,70.99159 + 5623: -10.819955,-50.226284 - node: color: '#FFFFFFFF' id: Busha2 decals: - 4728: -32.261055,0.119635105 - 4879: 31.206207,57.06866 - 5282: 14.6279335,-30.455727 + 4381: -32.261055,0.119635105 + 4531: 31.206207,57.06866 + 4826: 14.6279335,-30.455727 + 7325: 6.520109,85.93109 - node: color: '#FFFFFFFF' id: Busha3 decals: - 4673: 65.169395,53.750153 - 4724: 3.7995977,46.303474 - 4753: -38.7232,72.97597 - 4767: 41.277885,14.983887 - 4853: -69.54167,32.207085 - 5525: -3,27 + 4326: 65.169395,53.750153 + 4377: 3.7995977,46.303474 + 4406: -38.7232,72.97597 + 4420: 41.277885,14.983887 + 4505: -69.54167,32.207085 + 5005: -3,27 + 7392: -42.524082,82.0549 - node: color: '#FFFFFFFF' id: Bushb2 decals: - 4546: 93.43252,23.97274 - 6179: -24.335537,-37.467194 + 4199: 93.43252,23.97274 + 5589: -24.335537,-37.467194 + 7268: 53.173576,-27.679747 - node: color: '#FFFFFFFF' id: Bushb3 decals: - 228: 36,-37 - 4665: 95.572815,40.335648 - 4855: -67.549484,36.214897 - 4880: 35.135895,55.59991 + 214: 36,-37 + 4318: 95.572815,40.335648 + 4507: -67.549484,36.214897 + 4532: 35.135895,55.59991 - node: color: '#FFFFFFFF' id: Bushc1 decals: - 4881: 31.159332,53.357723 - 5285: 13.901371,-32.71354 + 4533: 31.159332,53.357723 + 4829: 13.901371,-32.71354 - node: color: '#FFFFFFFF' id: Bushc2 decals: - 4714: 7.082009,44.522396 - 4730: -28.768867,3.5180726 + 4367: 7.082009,44.522396 + 4383: -28.768867,3.5180726 - node: color: '#FFFFFFFF' id: Bushc3 decals: - 4756: -36.926327,68.89003 + 4409: -36.926327,68.89003 - node: color: '#FFFFFFFF' id: Bushd1 decals: - 2597: 57.099846,-6.4928484 - 2598: 57.873283,-6.9615984 - 2599: 63.099846,-6.8826447 - 2600: 69.80284,-5.2769313 - 2601: 71.44347,-3.4839625 - 2602: 66.205185,0.043381214 - 2603: 65.642685,-1.0347438 - 2604: 62.150494,-2.1245875 - 2605: 55.271587,-0.22615004 - 2606: 52.400494,-15.636277 - 2607: 48.594856,-24.49732 - 2608: 51.36048,-26.65357 - 3920: -13.54646,71.93295 - 4516: 98.13174,15.125084 + 2472: 57.099846,-6.4928484 + 2473: 57.873283,-6.9615984 + 2474: 63.099846,-6.8826447 + 2475: 69.80284,-5.2769313 + 2476: 71.44347,-3.4839625 + 2477: 66.205185,0.043381214 + 2478: 65.642685,-1.0347438 + 2479: 62.150494,-2.1245875 + 2480: 55.271587,-0.22615004 + 2481: 52.400494,-15.636277 + 2482: 48.594856,-24.49732 + 2483: 51.36048,-26.65357 + 4169: 98.13174,15.125084 - node: color: '#FFFFFFFF' id: Bushd2 decals: - 4653: 86.68383,54.446274 - 4654: 99.75641,48.140526 - 4655: 102.08844,41.906906 - 4656: 96.3111,43.79454 + 4306: 86.68383,54.446274 + 4307: 99.75641,48.140526 + 4308: 102.08844,41.906906 + 4309: 96.3111,43.79454 + - node: + color: '#FFFFFFFF' + id: Bushd3 + decals: + 7270: 53.804142,-27.859434 - node: color: '#FFFFFFFF' id: Bushd4 decals: - 6181: -23.90585,-38.226715 + 5591: -23.90585,-38.226715 - node: color: '#FFFFFFFF' id: Bushe1 decals: - 142: -3,-47 - 168: -1,9 - 219: 66,-4 - 220: 72,-4 - 322: -106.90944,6.957816 - 323: -103.09694,5.285941 - 324: -102.925064,4.629691 - 2320: -1.2123232,14.564764 - 4502: 96.186424,43.444447 - 4503: 99.99502,42.319447 - 4504: 100.47549,47.90929 - 4525: 98.75283,16.00399 - 4526: 95.30752,14.339928 - 4675: 66.52363,67.10298 + 129: -3,-47 + 155: -1,9 + 205: 66,-4 + 206: 72,-4 + 308: -106.90944,6.957816 + 309: -103.09694,5.285941 + 310: -102.925064,4.629691 + 2205: -1.2123232,14.564764 + 4155: 96.186424,43.444447 + 4156: 99.99502,42.319447 + 4157: 100.47549,47.90929 + 4178: 98.75283,16.00399 + 4179: 95.30752,14.339928 + 4328: 66.52363,67.10298 - node: color: '#FFFFFFFF' id: Bushe2 decals: - 123: 53,0 - 124: 51,-16 - 125: 63,-26 - 319: -105.75319,9.676566 - 320: -105.893814,8.332816 - 321: -106.737564,7.426566 - 5083: -4.8797646,46.99503 - 5084: -8.293827,45.260654 + 110: 53,0 + 111: 51,-16 + 112: 63,-26 + 305: -105.75319,9.676566 + 306: -105.893814,8.332816 + 307: -106.737564,7.426566 - node: color: '#FFFFFFFF' id: Bushe3 decals: - 2264: 42.40303,-11.448524 - 2265: 41.500687,-14.392142 - 2266: 47.430374,-6.8730726 - 2267: 46.15303,3.6802206 - 2268: 59.42782,-10.014526 - 2269: 67.525475,-21.236286 - 2270: 61.443443,-27.3714 - 2271: 49.665607,-26.2464 - 2272: 40.71666,-29.257294 - 2273: 36.59022,-36.651825 - 2274: 13.614435,-38.831512 - 4495: 99.94814,47.90929 - 4521: 93.9833,17.293053 - 4522: 95.30752,18.980553 - 4523: 96.50283,20.164146 - 4524: 97.99111,18.851646 - 4545: 94.05361,21.125084 - 4646: 84.51586,55.13768 - 5085: -5.7703896,45.08878 + 2150: 42.40303,-11.448524 + 2151: 41.500687,-14.392142 + 2152: 46.15303,3.6802206 + 2153: 59.42782,-10.014526 + 2154: 67.525475,-21.236286 + 2155: 61.443443,-27.3714 + 2156: 49.665607,-26.2464 + 2157: 40.71666,-29.257294 + 2158: 36.59022,-36.651825 + 2159: 13.614435,-38.831512 + 4148: 99.94814,47.90929 + 4174: 93.9833,17.293053 + 4175: 95.30752,18.980553 + 4176: 96.50283,20.164146 + 4177: 97.99111,18.851646 + 4198: 94.05361,21.125084 + 4299: 84.51586,55.13768 - node: color: '#FFFFFFFF' id: Bushe4 decals: - 204: 49,54 - 221: 75,-3 - 222: 75,-3 - 223: 75,-6 - 224: 62,-3 - 225: 41,-29 - 226: 22,-39 - 227: 5,-49 - 316: -102.862564,10.332816 - 317: -102.393814,9.817191 - 318: -105.75319,11.926566 - 2506: -24.176365,-31.187471 - 2507: -8.777928,-28.609346 - 2525: 67.818695,-5.2331934 - 2663: -106.47833,9.241646 - 2781: 9.814974,35.44362 - 2939: 46.1468,-0.7615123 - 3861: 27.27747,-16.844082 - 4496: 100.44033,48.342884 - 4497: 103.28799,47.850697 - 4498: 100.22939,42.600697 - 4499: 99.51455,41.569447 - 4500: 95.30752,44.80382 - 4501: 95.68252,43.58507 - 4517: 98.84658,16.648521 - 4518: 99.32705,16.050865 - 4519: 97.780174,19.871178 - 4520: 94.24111,17.820396 - 7142: 58.97354,-7.987118 + 191: 49,54 + 207: 75,-3 + 208: 75,-3 + 209: 75,-6 + 210: 62,-3 + 211: 41,-29 + 212: 22,-39 + 213: 5,-49 + 302: -102.862564,10.332816 + 303: -102.393814,9.817191 + 304: -105.75319,11.926566 + 2388: -24.176365,-31.187471 + 2389: -8.777928,-28.609346 + 2407: 67.818695,-5.2331934 + 2533: -106.47833,9.241646 + 2617: 9.814974,35.44362 + 3530: 27.27747,-16.844082 + 4149: 100.44033,48.342884 + 4150: 103.28799,47.850697 + 4151: 100.22939,42.600697 + 4152: 99.51455,41.569447 + 4153: 95.30752,44.80382 + 4154: 95.68252,43.58507 + 4170: 98.84658,16.648521 + 4171: 99.32705,16.050865 + 4172: 97.780174,19.871178 + 4173: 94.24111,17.820396 + 6552: 58.97354,-7.987118 + 7304: 12.203207,72.963486 - node: color: '#FFFFFFFF' id: Bushf1 decals: - 143: 13,-52 - 210: 64,8 - 325: -102.300064,6.192191 - 2586: 53.982315,-4.4730234 - 2587: 56.876846,-4.3675547 - 2588: 63.521378,-4.3675547 - 2589: 72.77919,-4.672242 - 2590: 66.76747,-21.307901 - 2591: 62.021378,-25.593042 - 2592: 67.21278,-24.245386 - 2593: 57.849846,-28.077417 - 2594: 53.478752,-27.608667 - 2595: 49.599846,-25.207119 - 2596: 50.713127,-17.428339 - 4527: 96.47939,14.41024 - 4528: 97.14736,13.894615 - 4529: 95.13174,20.023521 - 4530: 95.40127,20.773521 - 4531: 94.123924,19.683678 - 4532: 98.76455,20.375084 - 4533: 97.592674,15.06649 - 4534: 94.41689,15.898521 - 4535: 94.66299,16.414146 - 4649: 82.35961,53.485336 - 4650: 76.65258,55.536118 + 130: 13,-52 + 197: 64,8 + 311: -102.300064,6.192191 + 2463: 53.982315,-4.4730234 + 2464: 56.876846,-4.3675547 + 2465: 63.521378,-4.3675547 + 2466: 72.77919,-4.672242 + 2467: 66.76747,-21.307901 + 2468: 62.021378,-25.593042 + 2469: 67.21278,-24.245386 + 2470: 49.599846,-25.207119 + 2471: 50.713127,-17.428339 + 4180: 96.47939,14.41024 + 4181: 97.14736,13.894615 + 4182: 95.13174,20.023521 + 4183: 95.40127,20.773521 + 4184: 94.123924,19.683678 + 4185: 98.76455,20.375084 + 4186: 97.592674,15.06649 + 4187: 94.41689,15.898521 + 4188: 94.66299,16.414146 + 4302: 82.35961,53.485336 + 4303: 76.65258,55.536118 - node: color: '#FFFFFFFF' id: Bushf2 decals: - 139: -1,-9 - 140: 19,-39 - 4536: 94.44033,19.882896 - 4537: 96.47939,19.332115 - 4538: 97.41689,18.804771 - 4539: 97.81533,15.464928 - 4540: 95.248924,13.425865 + 126: -1,-9 + 127: 19,-39 + 4189: 94.44033,19.882896 + 4190: 96.47939,19.332115 + 4191: 97.41689,18.804771 + 4192: 97.81533,15.464928 + 4193: 95.248924,13.425865 - node: color: '#FFFFFFFF' id: Bushf3 decals: - 2278: 13.218527,-38.625637 - 2279: -1.2923951,-11.308496 - 4647: 82.230705,54.66893 - 4648: 84.011955,53.71971 - 4677: 61.35785,62.907665 - 4678: 74.36302,75.21933 - - node: - color: '#FFFFFFFF' - id: Bushg1 - decals: - 5081: -9.61414,45.510654 - 5082: -7.731327,46.02628 + 2163: 13.218527,-38.625637 + 2164: -1.2923951,-11.308496 + 4300: 82.230705,54.66893 + 4301: 84.011955,53.71971 + 4330: 61.35785,62.907665 + 4331: 74.36302,75.21933 - node: color: '#FFFFFFFF' id: Bushg2 decals: - 4674: 65.90768,54.61734 + 4327: 65.90768,54.61734 - node: color: '#FFFFFFFF' id: Bushg4 decals: - 2275: 5.063496,-47.319897 - 2521: 58.594654,-6.3586936 - 2532: 54.488796,-3.3138347 - 2533: 53.633327,-1.0169597 - 2534: 62.60989,-6.442741 - 2535: 68.45755,-5.177116 - 2536: 74.16458,-5.270866 - 2537: 53.258327,-7.368522 - 2538: 55.461452,-13.006857 - 2539: 65.56302,-22.65142 - 2540: 60.09036,-26.41314 - 2541: 54.301296,-27.374077 - 2542: 50.352077,-26.237358 - 2543: 49.625515,-24.72564 - 2652: -44.30999,-5.539646 - 2653: -81.8269,13.409887 - 2654: -81.70971,15.988012 - 2655: -81.006584,17.452856 - 2656: -88.282814,12.964575 - 2657: -88.72281,17.523169 - 2658: -88.874985,3.0756955 - 2659: -88.501915,2.7552567 - 2660: -88.04488,0.95056915 - 2661: -100.76816,3.8184528 - 2662: -100.44003,4.3575153 - 4020: 70.73736,17.2949 - 4644: 83.461174,54.516586 - 4645: 84.480705,52.864243 + 2160: 5.063496,-47.319897 + 2403: 58.594654,-6.3586936 + 2414: 54.488796,-3.3138347 + 2415: 53.633327,-1.0169597 + 2416: 62.60989,-6.442741 + 2417: 68.45755,-5.177116 + 2418: 74.16458,-5.270866 + 2419: 53.258327,-7.368522 + 2420: 55.461452,-13.006857 + 2421: 65.56302,-22.65142 + 2422: 60.09036,-26.41314 + 2423: 50.352077,-26.237358 + 2424: 49.625515,-24.72564 + 2527: -44.30999,-5.539646 + 2528: -81.8269,13.409887 + 2529: -81.70971,15.988012 + 2530: -81.006584,17.452856 + 2531: -100.76816,3.8184528 + 2532: -100.44003,4.3575153 + 3673: 70.73736,17.2949 + 4297: 83.461174,54.516586 + 4298: 84.480705,52.864243 - node: color: '#FFFFFFFF' id: Bushh1 decals: - 126: 69,-20 - 127: 58,0 - 175: -24,18 - 2263: 42.906937,-11.0667305 - 2316: -30.793852,18.267889 - 2317: -31.28604,17.857733 - 2508: -24.621677,-29.41794 - 2509: -24.527927,-31.984348 - 2510: -8.508397,-30.390596 - 2511: 14.481334,-38.60922 - 2512: 19.515272,-38.722622 - 2513: 30.546476,-36.59626 - 2514: 33.399643,-36.98298 - 2522: 51.592796,-17.105461 - 2531: 53.281765,-3.1966472 - 2675: -87.86473,16.017628 - 3886: 37.616062,21.238317 - 3887: 46.427296,21.230505 - 3888: -0.83810425,34.107063 - 3889: 0.021270752,36.677376 - 4505: 102.33877,48.307728 - 4506: 100.63955,43.174915 - 4507: 99.174706,41.194447 - 4508: 95.424706,43.713978 - 4509: 95.13174,19.261803 - 4510: 95.78799,20.117271 - 4511: 98.95205,17.398521 - 4512: 97.72158,14.714928 - 4548: 91.780174,23.000084 - 4549: 97.34658,20.457115 + 113: 69,-20 + 114: 58,0 + 162: -24,18 + 2149: 42.906937,-11.0667305 + 2201: -30.793852,18.267889 + 2202: -31.28604,17.857733 + 2390: -24.621677,-29.41794 + 2391: -24.527927,-31.984348 + 2392: -8.508397,-30.390596 + 2393: 14.481334,-38.60922 + 2394: 19.515272,-38.722622 + 2395: 30.546476,-36.59626 + 2396: 33.399643,-36.98298 + 2404: 51.592796,-17.105461 + 2413: 53.281765,-3.1966472 + 3552: 37.616062,21.238317 + 3553: 46.427296,21.230505 + 3554: -0.83810425,34.107063 + 3555: 0.021270752,36.677376 + 4158: 102.33877,48.307728 + 4159: 100.63955,43.174915 + 4160: 99.174706,41.194447 + 4161: 95.424706,43.713978 + 4162: 95.13174,19.261803 + 4163: 95.78799,20.117271 + 4164: 98.95205,17.398521 + 4165: 97.72158,14.714928 + 4201: 91.780174,23.000084 + 4202: 97.34658,20.457115 - node: color: '#FFFFFFFF' id: Bushh2 decals: - 4542: 93.19814,17.31649 - 4543: 94.66299,19.308678 - 4544: 94.768456,20.984459 + 4195: 93.19814,17.31649 + 4196: 94.66299,19.308678 + 4197: 94.768456,20.984459 - node: color: '#FFFFFFFF' id: Bushh3 decals: - 121: 61,-3 - 122: 64,-4 + 108: 61,-3 + 109: 64,-4 + 7301: 11.7735195,73.3463 - node: color: '#FFFFFFFF' id: Bushi1 decals: - 144: -3,-48 - 174: -17,18 - 2552: 58.069717,-6.448056 - 2553: 60.39003,-8.088681 - 2554: 66.57753,-6.7879 - 2555: 67.23378,-2.2761812 - 2556: 70.57362,-1.3738375 - 2557: 75.436905,-2.2527437 - 2558: 55.585342,-2.241025 - 2559: 58.611607,-12.025141 - 2560: 67.16629,-20.122797 - 2561: 66.77957,-20.532953 - 2562: 65.5491,-24.353764 - 2563: 61.22571,-26.02222 - 2564: 61.448368,-26.444096 - 2565: 59.35071,-27.557377 - 2566: 52.460087,-27.194096 - 2567: 50.397587,-26.186283 - 4541: 92.78799,17.644615 + 131: -3,-48 + 161: -17,18 + 2433: 58.069717,-6.448056 + 2434: 60.39003,-8.088681 + 2435: 66.57753,-6.7879 + 2436: 67.23378,-2.2761812 + 2437: 70.57362,-1.3738375 + 2438: 75.436905,-2.2527437 + 2439: 55.585342,-2.241025 + 2440: 58.611607,-12.025141 + 2441: 67.16629,-20.122797 + 2442: 66.77957,-20.532953 + 2443: 65.5491,-24.353764 + 2444: 61.22571,-26.02222 + 2445: 61.448368,-26.444096 + 2446: 50.397587,-26.186283 + 4194: 92.78799,17.644615 + 7271: 54.76508,-28.023497 + 7272: 52.069767,-27.15631 + 7506: -0.17333913,76.36505 - node: color: '#FFFFFFFF' id: Bushi2 decals: - 218: 66,-3 - 309: -102.331314,7.207816 - 2568: 52.108524,-27.53394 - 2569: 59.6554,-26.948002 - 3921: -13.85896,71.22 - 4513: 94.66299,18.605553 - 4514: 95.21377,15.007896 - 4657: 95.572815,44.521103 - 4658: 99.46344,42.423447 - 4659: 102.54547,43.05626 - 4660: 103.65875,48.86876 - 4661: 99.59235,49.114853 - 7140: 57.85658,-7.707409 - 7141: 59.317516,-9.019909 + 204: 66,-3 + 295: -102.331314,7.207816 + 2447: 59.6554,-26.948002 + 4166: 94.66299,18.605553 + 4167: 95.21377,15.007896 + 4310: 95.572815,44.521103 + 4311: 99.46344,42.423447 + 4312: 102.54547,43.05626 + 4313: 103.65875,48.86876 + 4314: 99.59235,49.114853 + 6550: 57.85658,-7.707409 + 6551: 59.317516,-9.019909 - node: color: '#FFFFFFFF' id: Bushi3 decals: - 214: 67,-22 - 215: 60,-28 - 216: 52,-15 - 310: -101.94069,6.645316 - 311: -107.768814,9.239066 - 2860: -17.382242,55.28696 - 2892: -26.578676,-14.086744 - 2893: -20.547426,-14.055494 - 3885: 36.811375,20.988317 - 4515: 96.01064,14.070396 + 201: 67,-22 + 202: 52,-15 + 296: -101.94069,6.645316 + 297: -107.768814,9.239066 + 2668: -26.578676,-14.086744 + 2669: -20.547426,-14.055494 + 3551: 36.811375,20.988317 + 4168: 96.01064,14.070396 - node: color: '#FFFFFFFF' id: Bushi4 decals: - 2276: -2.9872854,-48.485737 - 2277: 5.0869336,-47.735737 - 2570: 50.4679,-18.136845 - 2571: 55.29607,-13.119765 - 2572: 60.288258,-9.13539 - 2573: 60.135914,-8.631484 - 2574: 60.581226,-8.408828 - 2575: 55.905445,-2.656845 + 2161: -2.9872854,-48.485737 + 2162: 5.0869336,-47.735737 + 2448: 50.4679,-18.136845 + 2449: 55.29607,-13.119765 + 2450: 60.288258,-9.13539 + 2451: 60.135914,-8.631484 + 2452: 60.581226,-8.408828 + 2453: 55.905445,-2.656845 - node: color: '#FFFFFFFF' id: Bushj1 decals: - 4022: 70.74908,18.630838 + 3675: 70.74908,18.630838 - node: color: '#FFFFFFFF' id: Bushj2 decals: - 2780: 13.119661,34.4944 - 4550: 98.22549,20.421959 - 4551: 99.373924,17.937584 - 4552: 94.768456,14.328209 - 4553: 95.4833,18.089928 + 2616: 13.119661,34.4944 + 4203: 98.22549,20.421959 + 4204: 99.373924,17.937584 + 4205: 94.768456,14.328209 + 4206: 95.4833,18.089928 - node: color: '#FFFFFFFF' id: Bushj3 decals: - 2576: 54.428883,-1.0748138 - 2577: 54.428883,-4.063095 - 2578: 56.70232,-3.6998138 - 2579: 58.3781,-12.125595 - 2580: 53.363544,-14.035416 - 2581: 49.414326,-20.189419 - 2582: 58.055847,-27.474571 - 2583: 65.59101,-23.30963 - 2584: 67.81218,-14.928173 - 2585: 67.50614,-5.3519297 - 3946: -90.484215,24.691216 + 2454: 54.428883,-1.0748138 + 2455: 54.428883,-4.063095 + 2456: 56.70232,-3.6998138 + 2457: 58.3781,-12.125595 + 2458: 53.363544,-14.035416 + 2459: 49.414326,-20.189419 + 2460: 65.59101,-23.30963 + 2461: 67.81218,-14.928173 + 2462: 67.50614,-5.3519297 + 3599: -90.484215,24.691216 - node: color: '#FFFFFFFF' id: Bushk1 decals: - 229: 31,-37 - 2318: -27.53604,17.799139 - 2806: -13.987451,77.15054 - 2807: 16.034712,73.68179 - 2862: -41.3467,-9.703543 - 2863: 4.6561537,-46.97945 - 2864: 41.453693,-29.955482 - 2865: 60.86173,-28.141144 - 2866: 68.20961,-12.918012 - 2867: 75.13539,0.078846216 - 2868: 68.50344,0.16087747 - 2869: 46.415348,5.7034583 - 2870: 58.00519,8.1612835 - 5080: -8.004765,45.112217 - 6220: -10.984017,-51.702847 + 215: 31,-37 + 2203: -27.53604,17.799139 + 2638: -41.3467,-9.703543 + 2639: 4.6561537,-46.97945 + 2640: 41.453693,-29.955482 + 2641: 60.86173,-28.141144 + 2642: 68.20961,-12.918012 + 2643: 75.13539,0.078846216 + 2644: 68.50344,0.16087747 + 2645: 46.415348,5.7034583 + 2646: 58.00519,8.1612835 + 5630: -10.984017,-51.702847 + 7300: 10.8360195,76.119736 - node: color: '#FFFFFFFF' id: Bushk2 decals: - 217: 52,-16 - 313: -101.143814,5.270316 - 2523: 63.201508,-6.276162 - 2524: 55.58432,-2.9949121 - 2544: 49.531765,-19.440483 - 2545: 49.520046,-24.842827 - 2546: 60.35989,-26.49517 - 2547: 66.04349,-22.37017 - 2548: 69.066925,-19.405327 - 2549: 66.629425,-13.829832 - 2550: 64.70755,-12.892332 - 2551: 66.93411,-5.1350956 - 2778: 9.451693,35.72487 - 2779: 12.533724,34.799088 - 3890: 0.07595825,34.04807 - 4074: -30.692488,-17.01733 + 203: 52,-16 + 299: -101.143814,5.270316 + 2405: 63.201508,-6.276162 + 2406: 55.58432,-2.9949121 + 2425: 49.531765,-19.440483 + 2426: 49.520046,-24.842827 + 2427: 60.35989,-26.49517 + 2428: 66.04349,-22.37017 + 2429: 69.066925,-19.405327 + 2430: 66.629425,-13.829832 + 2431: 64.70755,-12.892332 + 2432: 66.93411,-5.1350956 + 2614: 9.451693,35.72487 + 2615: 12.533724,34.799088 + 3556: 0.07595825,34.04807 + 3727: -30.692488,-17.01733 - node: color: '#FFFFFFFF' id: Bushk3 decals: - 314: -102.06569,2.9734414 - 3871: 1.882721,-38.060734 - 3928: -13.937085,69.75079 - 4021: 71.135796,16.380838 + 300: -102.06569,2.9734414 + 3674: 71.135796,16.380838 - node: color: '#FFFFFFFF' id: Bushl2 decals: - 205: 49,57 - - node: - color: '#FFFFFFFF' - id: Bushl3 - decals: - 2808: -13.600202,75.158356 - 2809: 15.641865,77.71304 + 192: 49,57 - node: color: '#FFFFFFFF' id: Bushl4 decals: - 2847: -17.366714,59.025 - 2848: -16.417496,58.0875 - 4676: 60.289253,65.017044 + 2634: -16.417496,58.0875 + 4329: 60.289253,65.017044 + 7299: 8.546957,73.14317 + 7507: -0.07177663,77.56036 - node: color: '#FFFFFFFF' id: Bushm1 decals: - 166: 3,9 - 2859: -17.26131,56.967907 - 3922: -13.405835,69.4075 + 153: 3,9 - node: color: '#FFFFFFFF' id: Bushm2 decals: - 315: -101.09694,2.8484414 - 2319: -23.610258,18.150702 - 2529: 53.50442,-6.8880534 - 2530: 53.69192,-3.2786784 - 2810: 15.899677,73.283356 - 2811: -13.56775,73.763824 + 301: -101.09694,2.8484414 + 2204: -23.610258,18.150702 + 2411: 53.50442,-6.8880534 + 2412: 53.69192,-3.2786784 - node: color: '#FFFFFFFF' id: Bushm3 decals: - 2528: 59.046852,-6.428506 + 2410: 59.046852,-6.428506 - node: color: '#FFFFFFFF' id: Bushm4 decals: - 2281: -1.3741928,-7.263622 - 2520: 55.043873,-6.253225 - 2609: 58.0147,-3.0305514 - 2610: 47.043705,0.5114244 - 2611: 47.47435,0.95306015 - 2612: 55.576187,8.312037 - 4620: 85.4669,54.91986 - 6221: -10.64808,-52.05441 + 2166: -1.3741928,-7.263622 + 2402: 55.043873,-6.253225 + 2484: 58.0147,-3.0305514 + 2485: 47.043705,0.5114244 + 2486: 47.47435,0.95306015 + 2487: 55.576187,8.312037 + 4273: 85.4669,54.91986 + 5631: -10.64808,-52.05441 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' id: Bushn1 decals: - 72: 49,-18 - 73: 44,-20 - 74: 41,-31 + 60: 49,-18 + 61: 44,-20 + 62: 41,-31 - node: color: '#FFFFFFFF' id: Bushn1 decals: - 131: 3,-9 - 179: 5,25 - 2504: -23.930271,-30.320284 - 2515: 28.395735,-36.87751 - 2516: 49.579803,-25.76604 - 2517: 64.6325,-5.2884035 - 2518: 65.12469,-5.546216 - 2519: 74.26534,-0.3352561 - 2812: -13.602906,77.607574 - 2858: -16.999838,55.935135 - 2940: 46.30305,-3.6521373 - 5078: -8.86414,45.30753 - 5079: -6.059452,46.604404 - 6735: -41.217495,-37.894875 + 118: 3,-9 + 166: 5,25 + 2386: -23.930271,-30.320284 + 2397: 28.395735,-36.87751 + 2398: 49.579803,-25.76604 + 2399: 64.6325,-5.2884035 + 2400: 65.12469,-5.546216 + 2401: 74.26534,-0.3352561 + 6145: -41.217495,-37.894875 - node: color: '#FFFFFFFF' id: Caution decals: - 4245: 69,82 - 4246: 73,82 - 4247: 77,82 - 4301: 81,82 + 3898: 69,82 + 3899: 73,82 + 3900: 77,82 + 3954: 81,82 - node: color: '#FFFFFFFF' id: ConcreteTrimCornerNe decals: - 5397: 30,-19 - 5407: -11,59 - 5417: -9,55 - 5418: -3,55 - 5419: -3,50 - 5420: -9,50 + 4941: 30,-19 - node: color: '#FFFFFFFF' id: ConcreteTrimCornerNw decals: - 5398: 28,-19 - 5408: -15,59 - 5413: -11,55 - 5414: -8,55 - 5415: -11,50 - 5416: -8,50 + 4942: 28,-19 - node: color: '#FFFFFFFF' id: ConcreteTrimCornerSe decals: - 5401: 30,-22 - 5409: -11,56 - 5421: -3,48 - 5422: -9,48 - 5423: -9,53 - 5424: -3,53 + 4945: 30,-22 - node: color: '#FFFFFFFF' id: ConcreteTrimCornerSw decals: - 5400: 28,-22 - 5410: -15,56 - 5411: -11,48 - 5412: -8,48 - 5459: -8,53 + 4944: 28,-22 - node: color: '#FFFFFFFF' id: ConcreteTrimLineE decals: - 5402: 30,-21 - 5403: 30,-20 - 5452: -3,54 - 5453: -3,49 - 5454: -11,57 - 5455: -11,58 - 5456: -9,49 - 5457: -9,54 + 4946: 30,-21 + 4947: 30,-20 - node: color: '#FFFFFFFF' id: ConcreteTrimLineN decals: - 5406: 29,-19 - 5439: -14,59 - 5440: -13,59 - 5441: -12,59 - 5442: -10,55 - 5443: -7,55 - 5444: -6,55 - 5445: -5,55 - 5446: -4,55 - 5447: -4,50 - 5448: -5,50 - 5449: -6,50 - 5450: -7,50 - 5451: -10,50 + 4950: 29,-19 - node: color: '#FFFFFFFF' id: ConcreteTrimLineS decals: - 5399: 29,-22 - 5425: -10,53 - 5426: -7,53 - 5427: -6,53 - 5428: -5,53 - 5429: -4,53 - 5430: -4,48 - 5431: -5,48 - 5432: -6,48 - 5433: -7,48 - 5434: -10,48 - 5435: -10,53 - 5436: -12,56 - 5437: -13,56 - 5438: -14,56 + 4943: 29,-22 - node: color: '#FFFFFFFF' id: ConcreteTrimLineW decals: - 5404: 28,-21 - 5405: 28,-20 - 5458: -8,54 - 5460: -8,49 - 5461: -11,49 - 5462: -11,54 - 5463: -15,57 - 5464: -15,58 + 4948: 28,-21 + 4949: 28,-20 - node: color: '#B02E26FF' id: Delivery decals: - 4942: -7,43 - 4943: -5,43 - 4944: -5,42 - 4945: -5,41 - 4946: -7,42 - 4947: -7,41 + 4562: -7,43 + 4563: -5,43 + 4564: -5,42 + 4565: -5,41 + 4566: -7,42 + 4567: -7,41 - node: color: '#BA8841FF' id: Delivery decals: - 7076: -41,38 - 7077: -42,38 - 7078: -40,38 - 7129: -49,39 - 7130: -50,39 - 7131: -51,39 - 7132: -52,39 + 6486: -41,38 + 6487: -42,38 + 6488: -40,38 + 6539: -49,39 + 6540: -50,39 + 6541: -51,39 + 6542: -52,39 - node: color: '#FFFFFFFF' id: Delivery decals: - 1707: 45,36 - 1708: 46,36 - 1709: 47,36 - 4248: 68,82 - 4249: 70,82 - 4250: 72,82 - 4251: 74,82 - 4252: 76,82 - 4253: 78,82 - 4299: 80,82 - 4300: 82,82 - 5221: 99,-10 - 5222: 100,-10 - 5223: 101,-10 - 5224: 102,-10 - 5225: 103,-10 - 5226: 101,-24 - 5227: 102,-24 - 5228: 103,-24 - 5229: 108,-19 - 5230: 108,-18 - 5231: 108,-17 - 5232: 108,-16 - 5233: 108,-15 - 5234: 97,-13 - 5235: 105,-13 - 5236: 105,-21 - 5237: 97,-21 + 1593: 45,36 + 1594: 46,36 + 1595: 47,36 + 3901: 68,82 + 3902: 70,82 + 3903: 72,82 + 3904: 74,82 + 3905: 76,82 + 3906: 78,82 + 3952: 80,82 + 3953: 82,82 + 4765: 99,-10 + 4766: 100,-10 + 4767: 101,-10 + 4768: 102,-10 + 4769: 103,-10 + 4770: 101,-24 + 4771: 102,-24 + 4772: 103,-24 + 4773: 108,-19 + 4774: 108,-18 + 4775: 108,-17 + 4776: 108,-16 + 4777: 108,-15 + 4778: 97,-13 + 4779: 105,-13 + 4780: 105,-21 + 4781: 97,-21 - node: color: '#0A6AB6FF' id: DeliveryGreyscale decals: - 7135: -62,52 + 6545: -62,52 - node: color: '#A91409FF' id: DeliveryGreyscale decals: - 7136: -57,52 + 6546: -57,52 - node: color: '#B02E26FF' id: DeliveryGreyscale decals: - 7145: 73,-25 - 7146: 73,-26 - 7147: 74,-26 - 7148: 76,-26 - 7149: 77,-26 - 7150: 77,-25 + 6555: 73,-25 + 6556: 73,-26 + 6557: 74,-26 + 6558: 76,-26 + 6559: 77,-26 + 6560: 77,-25 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavy decals: - 3003: -55,9 - 3004: -70,20 - 3005: -70,19 - 3006: -68,22 - 3007: -70,28 - 3008: -66,34 - 3009: -41,40 - 3010: -45,40 - 3011: -55,45 - 3012: -55,48 - 3013: -53,53 - 3014: -46,60 - 3015: -43,64 - 3016: -44,65 - 3017: -42,66 - 3018: -39,67 - 3019: -36,65 - 3020: -40,61 - 3021: -34,64 - 3022: -31,64 - 3023: -26,64 - 3024: -27,59 - 3025: -28,56 - 3026: -26,55 - 3027: -23,54 - 3028: -20,54 - 3029: -21,64 - 3030: -20,63 - 3031: -23,67 - 3032: -18,66 - 3033: -16,67 - 3034: -28,67 - 3035: -3,64 - 3036: -1,61 - 3037: 0,60 - 3038: -4,59 - 3039: -9,58 - 3040: 2,58 - 3041: 2,69 - 3042: 5,69 - 3043: 1,71 - 3044: -8,74 - 3045: -4,73 - 3046: 3,78 - 3047: 6,76 - 3048: 14,65 - 3049: 8,65 - 3050: 7,65 - 3051: 5,65 - 3052: 2,63 - 3053: 0,56 - 3054: -1,53 - 3055: 0,52 - 3056: 2,50 - 3057: 7,52 - 3058: 16,56 - 3059: 20,54 - 3060: 17,47 - 3061: 17,45 - 3062: 19,41 - 3063: 16,37 - 3064: 20,36 - 3065: 27,49 - 3066: 6,45 - 3067: 4,41 - 3068: 7,38 - 3069: 4,38 - 3070: 4,37 - 3071: 2,37 - 3072: 1,35 - 3073: -2,30 - 3074: -3,26 - 3075: 2,27 - 3076: 0,26 - 3077: 1,23 - 3078: 4,21 - 3079: 7,22 - 3080: 12,21 - 3081: 16,20 - 3082: 19,19 - 3083: 20,23 - 3084: 17,28 - 3085: 26,27 - 3086: 31,26 - 3087: 31,29 - 3088: 36,29 - 3089: 40,28 - 3090: 38,29 - 3091: 35,25 - 3092: 38,23 - 3093: 39,33 - 3094: 38,36 - 3095: 35,35 - 3096: 29,32 - 3097: 21,32 - 3098: 14,32 - 3099: 7,32 - 3100: 35,42 - 3101: 32,44 - 3102: 32,47 - 3103: 35,49 - 3104: 41,49 - 3105: 43,50 - 3106: 47,48 - 3107: 46,47 - 3108: 42,46 - 3109: 52,50 - 3110: 56,51 - 3111: 58,52 - 3112: 56,53 - 3113: 58,54 - 3114: 58,56 - 3115: 60,58 - 3116: 60,56 - 3117: 63,52 - 3118: 54,38 - 3119: 71,28 - 3120: 62,33 - 3121: 59,32 - 3122: 55,32 - 3123: 52,32 - 3124: 52,39 - 3125: 81,55 - 3126: 81,54 - 3127: 89,55 - 3128: 88,42 - 3129: 85,20 - 3130: 85,14 - 3131: 84,9 - 3132: 84,7 - 3133: 80,4 - 3134: 78,3 - 3135: 85,11 - 3136: 79,0 - 3137: 80,-8 - 3138: 77,-12 - 3139: 68,-18 - 3140: 67,-16 - 3141: 60,-10 - 3142: 60,-12 - 3143: 56,-14 - 3144: 54,-16 - 3145: 49,-22 - 3146: 50,-23 - 3147: 52,-26 - 3148: 55,-27 - 3149: 57,-28 - 3150: 60,-26 - 3151: 64,-23 - 3152: 65,-22 - 3153: 61,-10 - 3154: 61,-8 - 3155: 56,-5 - 3156: 54,-5 - 3157: 54,-2 - 3158: 50,-2 - 3159: 50,-6 - 3160: 49,-7 - 3161: 51,-9 - 3162: 50,2 - 3163: 48,5 - 3164: 49,12 - 3165: 49,14 - 3166: 43,19 - 3167: 41,20 - 3168: 46,18 - 3169: 38,18 - 3170: 34,19 - 3171: 32,16 - 3172: 30,15 - 3173: 33,15 - 3174: 33,12 - 3175: 31,10 - 3176: 27,10 - 3177: 25,12 - 3178: 26,16 - 3179: 26,12 - 3180: 26,9 - 3181: 31,6 - 3182: 21,7 - 3183: 19,5 - 3184: 9,7 - 3185: 8,3 - 3186: -3,4 - 3187: -7,10 - 3188: -8,12 - 3189: -9,14 - 3190: -4,14 - 3191: -12,12 - 3192: -16,12 - 3193: -26,13 - 3194: -28,13 - 3195: -35,14 - 3196: -35,15 - 3197: -33,11 - 3198: -38,11 - 3199: -40,8 - 3200: -35,7 - 3201: -35,-5 - 3202: -32,-5 - 3203: -20,-3 - 3204: -17,-2 - 3205: -16,-3 - 3206: -21,3 - 3207: -15,1 - 3208: -12,-2 - 3209: -13,-5 - 3210: 0,-6 - 3211: 2,-8 - 3212: 2,-12 - 3213: 0,-11 - 3214: -2,-15 - 3215: -7,-16 - 3216: -13,-16 - 3217: -17,-16 - 3218: -12,-14 - 3219: -26,-17 - 3220: -32,-15 - 3221: -33,-11 - 3222: -32,-9 - 3223: -38,-15 - 3224: -40,-16 - 3225: -45,-14 - 3226: -44,-12 - 3227: -46,-10 - 3228: -48,-8 - 3229: -49,-15 - 3230: -50,-20 - 3231: -53,-17 - 3232: -54,-22 - 3233: -49,-25 - 3234: -47,-28 - 3235: -56,-24 - 3236: -57,-18 - 3237: -39,-30 - 3238: -31,-29 - 3239: -33,-26 - 3240: -33,-20 - 3241: -14,-21 - 3242: -7,-21 - 3243: -12,-19 - 3244: -4,-24 - 3245: -4,-19 - 3246: -5,-28 - 3247: -7,-29 - 3248: -6,-31 - 3249: -6,-30 - 3250: 0,-29 - 3251: 2,-25 - 3252: 2,-19 - 3253: -2,-18 - 3254: 3,-16 - 3255: 4,-21 - 3256: 4,-26 - 3257: 8,-28 - 3258: 9,-30 - 3259: 9,-33 - 3260: 11,-34 - 3261: 23,-19 - 3262: 29,-25 - 3263: 32,-23 - 3264: 33,-24 - 3265: 37,-23 - 3266: 38,-26 - 3267: 38,-33 - 3268: 39,-34 - 3269: 33,-35 - 3270: 24,-24 - 3271: 24,-25 - 3272: 22,-35 - 3273: 7,-28 - 3274: 9,-26 - 3275: 6,-37 - 3276: 0,-33 - 3277: 2,-33 - 3278: -4,-38 - 3279: -2,-40 - 3280: -1,-43 - 3281: 1,-40 - 3282: 2,-44 - 3283: -2,-45 - 3284: -1,-45 - 3285: 0,-48 - 3286: 2,-50 - 3287: 6,-52 - 3288: 7,-51 - 3289: 8,-53 - 3290: -3,-52 - 3291: -4,-53 - 3292: -8,-53 - 3293: -8,-51 - 3294: -3,-51 - 3295: -47,-37 - 3296: -52,-37 - 3297: -57,-37 - 3298: -58,-34 - 3299: -60,-33 - 3300: -61,-33 - 3301: -63,-29 - 3302: -62,-26 - 3303: -60,-12 - 3304: -57,-12 - 3305: -58,-9 - 3306: -62,-7 - 3307: -62,-8 - 3308: -59,-4 - 3309: -62,-4 - 3310: -61,-5 - 3311: -58,-2 - 3312: -53,-4 - 3313: -52,-3 - 3314: -49,-3 - 3315: -46,-6 - 3316: -44,-11 - 3317: -46,4 - 3318: -49,7 - 3319: -44,10 - 3320: -54,7 - 3321: -64,7 - 3322: -66,9 - 3323: -58,4 - 3324: -59,1 - 3325: -61,0 - 3326: -60,-2 - 3327: -66,3 - 3328: -65,-2 - 3329: -66,-4 - 3330: -66,-7 - 3331: -69,-7 - 3332: -74,-7 - 3333: -76,-3 - 3334: -75,-3 - 3335: -78,0 - 3336: -79,7 - 3337: -81,9 - 3338: -84,7 - 3339: -84,6 - 3340: -86,6 - 3341: -86,10 - 3342: -86,2 - 3343: -84,0 - 3344: -87,-4 - 3345: -89,-5 - 3346: -87,-6 - 3347: -80,-4 - 3348: -80,-6 - 3349: -97,-3 - 3350: -96,-8 - 3351: -95,-10 - 3352: -97,-13 - 3353: -92,-6 - 3354: -89,-2 - 3355: -97,4 - 3356: -98,4 - 3357: -97,11 - 3358: -99,8 - 3359: -93,8 - 3360: -90,8 - 3361: -90,7 - 3362: -96,17 - 3363: -97,19 - 3364: -96,21 - 3365: -96,24 - 3366: -97,27 - 3367: -89,21 - 3368: -86,20 - 3369: -82,21 - 3370: -78,21 - 3371: -74,24 - 3372: -100,28 - 3373: -79,51 - 3374: -75,52 - 3375: -68,50 - 3376: -66,47 - 3377: -60,50 - 3378: -42,63 - 3379: -7,71 - 3380: -2,71 - 3381: -9,74 - 3382: 20,2 - 3383: 33,-1 - 3384: 20,-8 - 3385: 7,-8 - 3386: 0,-9 - 3434: -39,40 - 3435: -17,30 - 3436: -15,28 - 3437: -13,36 - 3438: -13,41 - 3439: -8,42 - 3440: -7,39 - 3441: -5,32 - 5086: -26,50 - 5087: -32,51 - 5088: -21,50 - 5089: -19,46 - 5090: -14,45 - 5091: -14,39 - 5092: -9,42 - 5093: -22,45 - 5094: -21,44 - 5095: -27,44 - 5096: -28,41 - 5097: -24,39 - 5098: -21,38 - 5099: -28,38 - 5100: -31,39 - 5101: -20,44 - 5102: -28,44 - 5103: -14,36 - 5104: -13,32 - 5105: -14,44 - 5242: 84,-15 - 5243: 79,-13 - 5244: 80,-13 - 5245: 81,-21 - 5246: 82,-20 - 5247: 93,-14 - 5248: 93,-12 - 5249: 95,-10 - 5250: 97,-24 - 5251: 95,-24 - 5252: 100,-25 - 5253: 106,-25 - 5254: 108,-25 - 5255: 109,-24 - 5256: 109,-22 - 5257: 107,-18 - 5258: 109,-12 - 5259: 109,-10 - 5260: 105,-10 - 5261: 99,-10 - 5262: 98,-10 - 5263: 96,-10 - 5264: 100,-18 - 5265: 93,-18 - 6187: -25,-43 - 6188: -17,-41 - 6189: -16,-42 - 6190: -17,-46 - 6191: -21,-47 - 6192: -22,-38 - 6193: -20,-36 - 6194: -22,-32 - 6195: -20,-29 - 6196: -17,-20 - 6197: -11,-31 - 6198: -16,-29 - 6416: -4,3 - 6417: 2,6 - 6418: 2,7 - 6419: 6,1 - 6420: 0,-2 - 6421: 2,-3 - 6422: 0,-5 + 2724: -55,9 + 2725: -70,20 + 2726: -70,19 + 2727: -68,22 + 2728: -70,28 + 2729: -66,34 + 2730: -41,40 + 2731: -45,40 + 2732: -55,45 + 2733: -55,48 + 2734: -46,60 + 2735: -43,64 + 2736: -44,65 + 2737: -42,66 + 2738: -27,59 + 2739: -28,67 + 2740: 0,60 + 2741: 2,58 + 2742: 2,69 + 2743: 5,69 + 2744: 1,71 + 2745: -8,74 + 2746: -4,73 + 2747: 3,78 + 2748: 14,65 + 2749: 8,65 + 2750: 7,65 + 2751: 5,65 + 2752: 2,63 + 2753: 0,56 + 2754: -1,53 + 2755: 0,52 + 2756: 2,50 + 2757: 7,52 + 2758: 16,56 + 2759: 20,54 + 2760: 17,47 + 2761: 17,45 + 2762: 19,41 + 2763: 16,37 + 2764: 20,36 + 2765: 27,49 + 2766: 6,45 + 2767: 4,41 + 2768: 7,38 + 2769: 4,38 + 2770: 4,37 + 2771: 2,37 + 2772: 1,35 + 2773: -2,30 + 2774: -3,26 + 2775: 2,27 + 2776: 0,26 + 2777: 1,23 + 2778: 4,21 + 2779: 7,22 + 2780: 12,21 + 2781: 16,20 + 2782: 19,19 + 2783: 20,23 + 2784: 17,28 + 2785: 26,27 + 2786: 31,26 + 2787: 31,29 + 2788: 36,29 + 2789: 40,28 + 2790: 38,29 + 2791: 35,25 + 2792: 38,23 + 2793: 39,33 + 2794: 38,36 + 2795: 35,35 + 2796: 29,32 + 2797: 21,32 + 2798: 14,32 + 2799: 7,32 + 2800: 35,42 + 2801: 32,44 + 2802: 32,47 + 2803: 35,49 + 2804: 41,49 + 2805: 43,50 + 2806: 47,48 + 2807: 46,47 + 2808: 42,46 + 2809: 56,51 + 2810: 58,52 + 2811: 56,53 + 2812: 58,54 + 2813: 58,56 + 2814: 60,58 + 2815: 60,56 + 2816: 63,52 + 2817: 54,38 + 2818: 71,28 + 2819: 62,33 + 2820: 59,32 + 2821: 55,32 + 2822: 52,32 + 2823: 52,39 + 2824: 81,55 + 2825: 81,54 + 2826: 89,55 + 2827: 88,42 + 2828: 85,20 + 2829: 85,14 + 2830: 84,9 + 2831: 84,7 + 2832: 80,4 + 2833: 78,3 + 2834: 85,11 + 2835: 79,0 + 2836: 80,-8 + 2837: 77,-12 + 2838: 68,-18 + 2839: 67,-16 + 2840: 60,-10 + 2841: 60,-12 + 2842: 56,-14 + 2843: 54,-16 + 2844: 49,-22 + 2845: 50,-23 + 2846: 52,-26 + 2847: 55,-27 + 2848: 60,-26 + 2849: 64,-23 + 2850: 65,-22 + 2851: 61,-10 + 2852: 61,-8 + 2853: 56,-5 + 2854: 54,-5 + 2855: 54,-2 + 2856: 50,-2 + 2857: 50,-6 + 2858: 49,-7 + 2859: 51,-9 + 2860: 50,2 + 2861: 48,5 + 2862: 49,12 + 2863: 49,14 + 2864: 43,19 + 2865: 41,20 + 2866: 46,18 + 2867: 38,18 + 2868: 34,19 + 2869: 32,16 + 2870: 30,15 + 2871: 33,15 + 2872: 33,12 + 2873: 31,10 + 2874: 27,10 + 2875: 25,12 + 2876: 26,16 + 2877: 26,12 + 2878: 26,9 + 2879: 31,6 + 2880: 21,7 + 2881: 19,5 + 2882: 9,7 + 2883: 8,3 + 2884: -7,10 + 2885: -8,12 + 2886: -9,14 + 2887: -4,14 + 2888: -12,12 + 2889: -16,12 + 2890: -26,13 + 2891: -28,13 + 2892: -35,14 + 2893: -35,15 + 2894: -33,11 + 2895: -38,11 + 2896: -40,8 + 2897: -35,7 + 2898: -35,-5 + 2899: -32,-5 + 2900: -20,-3 + 2901: -17,-2 + 2902: -16,-3 + 2903: -21,3 + 2904: -15,1 + 2905: -12,-2 + 2906: -13,-5 + 2907: 0,-6 + 2908: 2,-8 + 2909: 2,-12 + 2910: 0,-11 + 2911: -2,-15 + 2912: -7,-16 + 2913: -13,-16 + 2914: -17,-16 + 2915: -12,-14 + 2916: -26,-17 + 2917: -32,-15 + 2918: -33,-11 + 2919: -32,-9 + 2920: -38,-15 + 2921: -40,-16 + 2922: -45,-14 + 2923: -44,-12 + 2924: -46,-10 + 2925: -48,-8 + 2926: -49,-15 + 2927: -50,-20 + 2928: -53,-17 + 2929: -54,-22 + 2930: -49,-25 + 2931: -47,-28 + 2932: -56,-24 + 2933: -57,-18 + 2934: -39,-30 + 2935: -31,-29 + 2936: -33,-26 + 2937: -33,-20 + 2938: -14,-21 + 2939: -7,-21 + 2940: -12,-19 + 2941: -4,-24 + 2942: -4,-19 + 2943: -5,-28 + 2944: -7,-29 + 2945: -6,-31 + 2946: -6,-30 + 2947: 0,-29 + 2948: 2,-25 + 2949: 2,-19 + 2950: -2,-18 + 2951: 3,-16 + 2952: 4,-21 + 2953: 4,-26 + 2954: 8,-28 + 2955: 9,-30 + 2956: 9,-33 + 2957: 11,-34 + 2958: 23,-19 + 2959: 29,-25 + 2960: 32,-23 + 2961: 33,-24 + 2962: 37,-23 + 2963: 38,-26 + 2964: 38,-33 + 2965: 39,-34 + 2966: 33,-35 + 2967: 24,-24 + 2968: 24,-25 + 2969: 22,-35 + 2970: 7,-28 + 2971: 9,-26 + 2972: 6,-37 + 2973: 0,-33 + 2974: 2,-33 + 2975: -4,-38 + 2976: -2,-40 + 2977: -1,-43 + 2978: 1,-40 + 2979: 2,-44 + 2980: -2,-45 + 2981: -1,-45 + 2982: 0,-48 + 2983: 2,-50 + 2984: 6,-52 + 2985: 7,-51 + 2986: 8,-53 + 2987: -3,-52 + 2988: -4,-53 + 2989: -8,-53 + 2990: -8,-51 + 2991: -3,-51 + 2992: -47,-37 + 2993: -52,-37 + 2994: -57,-37 + 2995: -58,-34 + 2996: -60,-33 + 2997: -61,-33 + 2998: -63,-29 + 2999: -62,-26 + 3000: -60,-12 + 3001: -57,-12 + 3002: -58,-9 + 3003: -62,-7 + 3004: -62,-8 + 3005: -59,-4 + 3006: -62,-4 + 3007: -61,-5 + 3008: -58,-2 + 3009: -53,-4 + 3010: -52,-3 + 3011: -49,-3 + 3012: -46,-6 + 3013: -44,-11 + 3014: -46,4 + 3015: -49,7 + 3016: -44,10 + 3017: -54,7 + 3018: -64,7 + 3019: -66,9 + 3020: -58,4 + 3021: -59,1 + 3022: -61,0 + 3023: -60,-2 + 3024: -66,3 + 3025: -65,-2 + 3026: -66,-4 + 3027: -66,-7 + 3028: -69,-7 + 3029: -74,-7 + 3030: -76,-3 + 3031: -75,-3 + 3032: -78,0 + 3033: -79,7 + 3034: -81,9 + 3035: -84,7 + 3036: -84,6 + 3037: -86,6 + 3038: -86,10 + 3039: -86,2 + 3040: -84,0 + 3041: -87,-4 + 3042: -89,-5 + 3043: -87,-6 + 3044: -80,-4 + 3045: -80,-6 + 3046: -97,-3 + 3047: -96,-8 + 3048: -95,-10 + 3049: -97,-13 + 3050: -92,-6 + 3051: -97,4 + 3052: -98,4 + 3053: -97,11 + 3054: -99,8 + 3055: -93,8 + 3056: -90,8 + 3057: -90,7 + 3058: -96,17 + 3059: -97,19 + 3060: -96,21 + 3061: -96,24 + 3062: -97,27 + 3063: -89,21 + 3064: -86,20 + 3065: -82,21 + 3066: -78,21 + 3067: -74,24 + 3068: -100,28 + 3069: -75,52 + 3070: -60,50 + 3071: -7,71 + 3072: -2,71 + 3073: -9,74 + 3074: 20,2 + 3075: 33,-1 + 3076: 20,-8 + 3077: 7,-8 + 3078: 0,-9 + 3125: -39,40 + 3126: -17,30 + 3127: -15,28 + 3128: -13,36 + 3129: -13,41 + 3130: -8,42 + 3131: -7,39 + 3132: -5,32 + 4646: -32,51 + 4647: -21,50 + 4648: -19,46 + 4649: -14,45 + 4650: -14,39 + 4651: -9,42 + 4652: -22,45 + 4653: -21,44 + 4654: -27,44 + 4655: -28,41 + 4656: -24,39 + 4657: -21,38 + 4658: -28,38 + 4659: -31,39 + 4660: -20,44 + 4661: -28,44 + 4662: -14,36 + 4663: -13,32 + 4664: -14,44 + 4786: 84,-15 + 4787: 79,-13 + 4788: 80,-13 + 4789: 81,-21 + 4790: 82,-20 + 4791: 93,-14 + 4792: 93,-12 + 4793: 95,-10 + 4794: 97,-24 + 4795: 95,-24 + 4796: 100,-25 + 4797: 106,-25 + 4798: 108,-25 + 4799: 109,-24 + 4800: 109,-22 + 4801: 107,-18 + 4802: 109,-12 + 4803: 109,-10 + 4804: 105,-10 + 4805: 99,-10 + 4806: 98,-10 + 4807: 96,-10 + 4808: 100,-18 + 4809: 93,-18 + 5597: -25,-43 + 5598: -17,-41 + 5599: -16,-42 + 5600: -17,-46 + 5601: -21,-47 + 5602: -22,-38 + 5603: -20,-36 + 5604: -22,-32 + 5605: -20,-29 + 5606: -17,-20 + 5607: -11,-31 + 5608: -16,-29 + 5826: -4,3 + 5827: 2,6 + 5828: 2,7 + 5829: 6,1 + 5830: 0,-2 + 5831: 2,-3 + 5832: 0,-5 - node: color: '#FFFFFFFF' id: DirtHeavyMonotile decals: - 4137: -55,-25 - 4138: -55,-29 - 4139: -60,-29 - 4140: -47,-30 - 4141: -42,-31 - 4142: -46,-33 - 4143: -39,-33 - 4144: -38,-36 - 4145: -38,-38 - 4146: -38,-22 - 4147: -44,-16 - 4148: -51,-15 - 4149: -54,-16 - 4150: -52,-11 + 3790: -55,-25 + 3791: -55,-29 + 3792: -60,-29 + 3793: -47,-30 + 3794: -42,-31 + 3795: -46,-33 + 3796: -39,-33 + 3797: -38,-36 + 3798: -38,-38 + 3799: -38,-22 + 3800: -44,-16 + 3801: -51,-15 + 3802: -54,-16 + 3803: -52,-11 - node: cleanable: True color: '#FFFFFFFF' id: DirtHeavyMonotile decals: - 3387: -9,-22 - 3388: -8,-17 - 3389: -5,-16 - 3390: -9,-15 - 3391: -12,-17 - 3392: -20,-16 - 3393: -26,-16 - 3394: -32,-16 - 3395: -33,-14 - 3396: -33,-10 - 3397: -33,-4 - 3398: -33,-4 - 3399: -33,-5 - 3400: -15,1 - 3401: -27,13 - 3402: -26,12 - 3403: -33,12 - 3404: -35,13 - 3405: -38,10 - 3406: -39,11 - 3407: -44,13 - 3408: -44,13 - 3409: -37,17 - 3410: -35,18 - 3411: -28,20 - 3412: -23,20 - 3413: -18,21 - 3414: -33,24 - 3415: -35,28 - 3416: -12,26 - 3417: -23,31 - 3418: -33,32 - 3419: -19,34 - 3420: -9,36 - 3421: -7,39 - 3422: -14,40 - 3423: -6,40 - 3424: -8,39 - 3425: -17,29 - 3426: -15,29 - 3427: -27,41 - 3428: -26,45 - 3429: -30,25 - 3430: -40,39 - 3431: -42,41 - 3432: -38,45 - 3433: -33,50 - 3442: -15,64 - 3443: -24,63 - 3444: -27,59 - 3445: -31,59 - 3446: -32,58 - 3447: -38,59 - 3448: -42,65 - 3449: -44,71 - 3450: -47,70 - 3451: -14,70 - 3452: -8,71 - 3453: -3,70 - 3454: 1,70 - 3455: 2,60 - 3456: -1,56 - 3457: 1,48 - 3458: 4,42 - 3459: 1,40 - 3460: 2,35 - 3461: 7,37 - 3462: 3,41 - 3463: 17,43 - 3464: 32,48 - 3465: 35,41 - 3466: 35,36 - 3467: 39,36 - 3468: 38,43 - 3469: 40,50 - 3470: 37,48 - 3471: 44,46 - 3472: 48,48 - 3473: 45,50 - 3474: 36,48 - 3475: 51,43 - 3476: 81,61 - 3477: 84,53 - 3478: 85,56 - 3479: 88,39 - 3480: 88,35 - 3481: 89,36 - 3482: 72,28 - 3483: 65,31 - 3484: 69,15 - 3485: 48,12 - 3486: 46,18 - 3487: 42,18 - 3488: 35,19 - 3489: 28,19 - 3490: 31,19 - 3491: 24,20 - 3492: 22,19 - 3493: 17,22 - 3494: 14,20 - 3495: 15,22 - 3496: 18,19 - 3497: 7,20 - 3498: 3,12 - 3499: 0,17 - 3500: -5,11 - 3501: 3,10 - 3502: -6,12 - 3503: -5,11 - 3504: -14,4 - 3505: -13,1 - 3506: -16,15 - 3507: -19,13 - 3508: -25,18 - 3509: -15,14 - 3510: -24,17 - 3511: -31,23 - 3512: -27,21 - 3513: -30,22 - 3514: -34,19 - 3515: -32,19 - 3516: -35,18 - 3517: -40,15 - 3518: -43,15 - 3519: -48,5 - 3520: -48,-1 - 3521: -48,-5 - 3522: -48,-8 - 3523: -46,-14 - 3524: -42,-15 - 3525: -35,-18 - 3526: -47,-18 - 3527: -45,-24 - 3528: -49,-22 - 3529: -50,-23 - 3530: -53,-21 - 3531: -57,-26 - 3532: -57,-26 - 3533: -61,-10 - 3534: -60,-7 - 3535: -62,-6 - 3536: -61,-5 - 3537: -67,-8 - 3538: -65,-4 - 3539: -64,-1 - 3540: -68,3 - 3541: -73,6 - 3542: -78,5 - 3543: -84,2 - 3544: -78,6 - 3545: -81,9 - 3546: -86,14 - 3547: -91,6 - 3548: -88,7 - 3549: -97,8 - 3550: -97,6 - 3551: -97,21 - 3552: -96,25 - 3553: -94,27 - 3554: -86,22 - 3555: -85,19 - 3556: -83,21 - 3557: -87,14 - 3558: -84,13 - 3559: -86,15 - 3560: -87,1 - 3561: -88,-1 - 3562: -83,-6 - 3563: -73,-7 - 3564: -80,0 - 3565: -69,1 - 3566: -66,-2 - 3567: -58,-13 - 3568: -42,-37 - 3569: -48,-37 - 3570: -53,-37 - 3571: -56,-37 - 3572: -9,-39 - 3573: -15,-37 - 3574: -12,-31 - 3575: -6,-30 - 3576: -2,-37 - 3577: 2,-39 - 3578: -5,-39 - 3579: 1,-45 - 3580: 2,-46 - 3581: 0,-50 - 3582: -4,-51 - 3583: -5,-52 - 3584: 10,-53 - 3585: 4,-53 - 3586: 6,-42 - 3587: 9,-36 - 3588: 8,-33 - 3589: 13,-28 - 3590: 3,-26 - 3591: 14,-26 - 3592: 29,-26 - 3593: 32,-23 - 3594: 36,-24 - 3595: 31,-26 - 3596: 39,-25 - 3597: 37,-24 - 3598: 39,-28 - 3599: 38,-32 - 3600: 33,-35 - 3601: 28,-34 - 3602: 42,-30 - 3603: 44,-29 - 3604: 43,-25 - 3605: 49,-31 - 3606: 56,-33 - 3607: 50,-24 - 3608: 65,-24 - 3609: 68,-17 - 3610: 67,-16 - 3611: 59,-12 - 3612: 61,-6 - 3613: 57,-6 - 3614: 55,-3 - 3615: 50,-2 - 3616: 50,1 - 3617: 51,2 - 3618: 79,-3 - 3619: 81,3 - 3620: 83,6 - 3621: 85,8 - 3622: 84,11 - 3623: 86,14 - 3624: 85,17 - 3625: 89,18 - 3626: 88,17 - 3627: 70,31 - 3628: 80,55 - 3629: 45,56 - 3630: 45,48 - 3631: 39,43 - 3632: 40,34 - 3633: 35,38 - 3634: 27,38 - 3635: 18,40 - 4157: -21,6 - 4158: -14,6 - 4159: -21,-1 - 4160: -14,-3 - 4161: -7,-2 - 4162: -7,-3 - 4163: -8,6 - 4164: -6,5 - 4165: -9,3 - 4166: -15,9 - 4178: -30,7 - 4179: -27,5 - 4180: -25,2 - 4181: -27,0 - 4182: -32,-3 - 4219: 18,-20 - 4220: 22,-21 - 4221: 22,-22 - 4222: 22,-24 - 4223: 18,-23 - 4224: 19,-21 - 4225: 17,-23 - 5127: -21,49 - 5128: -17,49 - 5129: -18,51 - 5130: -24,50 - 5131: -26,49 - 5132: -31,44 - 5133: -33,45 - 5134: -30,44 - 5135: -31,49 - 5136: -34,48 - 5137: -34,50 - 5138: -34,43 - 5139: -31,43 - 5140: -26,41 - 5141: -24,39 - 5142: -22,39 - 5143: -21,41 - 5144: -23,42 - 5145: -24,42 - 5146: -21,46 - 5147: -20,49 - 5148: -17,48 - 5149: -15,50 - 5150: -10,52 - 5151: -13,54 - 5152: -5,51 - 5153: -14,55 - 5154: -22,58 - 5155: -21,55 - 5266: 81,-19 - 5267: 83,-15 - 5268: 81,-14 - 5269: 81,-13 - 5270: 86,-13 - 5271: 94,-13 - 5272: 96,-9 - 5273: 101,-9 - 5274: 109,-23 - 5275: 99,-25 - 5514: 0,46 - 5515: 2,40 - 5516: 2,44 - 6394: 8,15 - 6395: 15,13 - 6396: 16,10 - 6397: 11,10 - 6398: 13,6 - 6399: 16,5 - 6400: 10,6 - 6401: 25,5 - 6402: 22,10 - 6403: 10,12 - 6404: 7,10 - 6405: 8,10 - 6406: 8,9 - 6407: 20,9 - 6408: 20,16 - 6409: 8,17 - 6410: 11,15 - 6411: 15,15 - 6412: 0,5 - 6413: 4,2 - 6414: -3,1 - 6415: 1,-2 - 6423: 2,-1 + 3079: -9,-22 + 3080: -8,-17 + 3081: -5,-16 + 3082: -9,-15 + 3083: -12,-17 + 3084: -20,-16 + 3085: -26,-16 + 3086: -32,-16 + 3087: -33,-14 + 3088: -33,-10 + 3089: -33,-4 + 3090: -33,-4 + 3091: -33,-5 + 3092: -15,1 + 3093: -27,13 + 3094: -26,12 + 3095: -33,12 + 3096: -35,13 + 3097: -38,10 + 3098: -39,11 + 3099: -44,13 + 3100: -44,13 + 3101: -37,17 + 3102: -35,18 + 3103: -28,20 + 3104: -23,20 + 3105: -18,21 + 3106: -33,24 + 3107: -35,28 + 3108: -12,26 + 3109: -23,31 + 3110: -33,32 + 3111: -19,34 + 3112: -9,36 + 3113: -7,39 + 3114: -14,40 + 3115: -6,40 + 3116: -8,39 + 3117: -17,29 + 3118: -15,29 + 3119: -27,41 + 3120: -30,25 + 3121: -40,39 + 3122: -42,41 + 3123: -38,45 + 3124: -33,50 + 3133: -27,59 + 3134: -31,59 + 3135: -32,58 + 3136: -38,59 + 3137: -42,65 + 3138: -47,70 + 3139: -8,71 + 3140: -3,70 + 3141: 1,70 + 3142: 2,60 + 3143: -1,56 + 3144: 1,48 + 3145: 4,42 + 3146: 1,40 + 3147: 2,35 + 3148: 7,37 + 3149: 3,41 + 3150: 17,43 + 3151: 32,48 + 3152: 35,41 + 3153: 35,36 + 3154: 39,36 + 3155: 38,43 + 3156: 40,50 + 3157: 37,48 + 3158: 44,46 + 3159: 48,48 + 3160: 45,50 + 3161: 36,48 + 3162: 51,43 + 3163: 81,61 + 3164: 84,53 + 3165: 85,56 + 3166: 88,39 + 3167: 88,35 + 3168: 89,36 + 3169: 72,28 + 3170: 65,31 + 3171: 69,15 + 3172: 48,12 + 3173: 46,18 + 3174: 42,18 + 3175: 35,19 + 3176: 28,19 + 3177: 31,19 + 3178: 24,20 + 3179: 22,19 + 3180: 17,22 + 3181: 14,20 + 3182: 15,22 + 3183: 18,19 + 3184: 7,20 + 3185: 3,12 + 3186: 0,17 + 3187: -5,11 + 3188: 3,10 + 3189: -6,12 + 3190: -5,11 + 3191: -14,4 + 3192: -13,1 + 3193: -16,15 + 3194: -19,13 + 3195: -25,18 + 3196: -15,14 + 3197: -24,17 + 3198: -31,23 + 3199: -27,21 + 3200: -30,22 + 3201: -34,19 + 3202: -32,19 + 3203: -35,18 + 3204: -40,15 + 3205: -43,15 + 3206: -48,5 + 3207: -48,-1 + 3208: -48,-5 + 3209: -48,-8 + 3210: -46,-14 + 3211: -42,-15 + 3212: -35,-18 + 3213: -47,-18 + 3214: -45,-24 + 3215: -49,-22 + 3216: -50,-23 + 3217: -53,-21 + 3218: -57,-26 + 3219: -57,-26 + 3220: -61,-10 + 3221: -60,-7 + 3222: -62,-6 + 3223: -61,-5 + 3224: -67,-8 + 3225: -65,-4 + 3226: -64,-1 + 3227: -68,3 + 3228: -73,6 + 3229: -78,5 + 3230: -84,2 + 3231: -78,6 + 3232: -81,9 + 3233: -86,14 + 3234: -91,6 + 3235: -88,7 + 3236: -97,8 + 3237: -97,6 + 3238: -97,21 + 3239: -96,25 + 3240: -94,27 + 3241: -86,22 + 3242: -85,19 + 3243: -83,21 + 3244: -84,13 + 3245: -86,15 + 3246: -83,-6 + 3247: -73,-7 + 3248: -80,0 + 3249: -69,1 + 3250: -66,-2 + 3251: -58,-13 + 3252: -42,-37 + 3253: -48,-37 + 3254: -53,-37 + 3255: -56,-37 + 3256: -9,-39 + 3257: -15,-37 + 3258: -12,-31 + 3259: -6,-30 + 3260: -2,-37 + 3261: -5,-39 + 3262: 1,-45 + 3263: 2,-46 + 3264: 0,-50 + 3265: -4,-51 + 3266: -5,-52 + 3267: 10,-53 + 3268: 4,-53 + 3269: 6,-42 + 3270: 9,-36 + 3271: 8,-33 + 3272: 13,-28 + 3273: 3,-26 + 3274: 14,-26 + 3275: 29,-26 + 3276: 32,-23 + 3277: 36,-24 + 3278: 31,-26 + 3279: 39,-25 + 3280: 37,-24 + 3281: 39,-28 + 3282: 38,-32 + 3283: 33,-35 + 3284: 28,-34 + 3285: 42,-30 + 3286: 44,-29 + 3287: 43,-25 + 3288: 49,-31 + 3289: 56,-33 + 3290: 50,-24 + 3291: 65,-24 + 3292: 68,-17 + 3293: 67,-16 + 3294: 59,-12 + 3295: 61,-6 + 3296: 57,-6 + 3297: 55,-3 + 3298: 50,-2 + 3299: 50,1 + 3300: 51,2 + 3301: 79,-3 + 3302: 81,3 + 3303: 83,6 + 3304: 85,8 + 3305: 84,11 + 3306: 86,14 + 3307: 85,17 + 3308: 89,18 + 3309: 88,17 + 3310: 70,31 + 3311: 80,55 + 3312: 45,56 + 3313: 45,48 + 3314: 39,43 + 3315: 40,34 + 3316: 35,38 + 3317: 27,38 + 3318: 18,40 + 3810: -21,6 + 3811: -14,6 + 3812: -21,-1 + 3813: -14,-3 + 3814: -7,-2 + 3815: -7,-3 + 3816: -8,6 + 3817: -6,5 + 3818: -9,3 + 3819: -15,9 + 3831: -30,7 + 3832: -27,5 + 3833: -25,2 + 3834: -27,0 + 3835: -32,-3 + 3872: 18,-20 + 3873: 22,-21 + 3874: 22,-22 + 3875: 22,-24 + 3876: 18,-23 + 3877: 19,-21 + 3878: 17,-23 + 4677: -21,49 + 4678: -17,49 + 4679: -18,51 + 4680: -24,50 + 4681: -31,44 + 4682: -33,45 + 4683: -30,44 + 4684: -31,49 + 4685: -34,48 + 4686: -34,50 + 4687: -34,43 + 4688: -31,43 + 4689: -26,41 + 4690: -24,39 + 4691: -22,39 + 4692: -21,41 + 4693: -23,42 + 4694: -24,42 + 4695: -21,46 + 4696: -20,49 + 4697: -17,48 + 4698: -13,54 + 4699: -21,55 + 4810: 81,-19 + 4811: 83,-15 + 4812: 81,-14 + 4813: 81,-13 + 4814: 86,-13 + 4815: 94,-13 + 4816: 96,-9 + 4817: 101,-9 + 4818: 109,-23 + 4819: 99,-25 + 4994: 0,46 + 4995: 2,40 + 4996: 2,44 + 5804: 8,15 + 5805: 15,13 + 5806: 16,10 + 5807: 11,10 + 5808: 13,6 + 5809: 16,5 + 5810: 10,6 + 5811: 25,5 + 5812: 22,10 + 5813: 10,12 + 5814: 7,10 + 5815: 8,10 + 5816: 8,9 + 5817: 20,9 + 5818: 20,16 + 5819: 8,17 + 5820: 11,15 + 5821: 15,15 + 5822: 0,5 + 5823: 4,2 + 5824: -3,1 + 5825: 1,-2 + 5833: 2,-1 - node: color: '#FFFFFFFF' id: DirtLight decals: - 4151: -59,-13 - 4152: -50,-11 - 4153: -57,-17 - 4154: -54,-18 - 4155: -54,-21 - 4156: -57,-24 + 3804: -59,-13 + 3805: -50,-11 + 3806: -57,-17 + 3807: -54,-18 + 3808: -54,-21 + 3809: -57,-24 - node: cleanable: True color: '#FFFFFFFF' id: DirtLight decals: - 3636: 1,42 - 3637: -9,52 - 3638: -16,51 - 3639: -13,38 - 3640: -18,41 - 3641: -83,15 - 3642: -80,28 - 3643: -31,54 - 3644: 17,51 - 3645: 6,19 - 3646: -9,-23 - 3647: -55,-24 - 3648: 32,-20 - 3649: 49,23 - 3650: 50,49 - 3651: 79,54 - 3652: -17,4 - 3653: -9,21 - 3654: 13,4 - 3655: -15,-29 - 3656: -65,-8 - 3657: -36,47 - 3658: -23,56 - 3659: -20,64 - 3660: 17,21 - 3661: 39,23 - 3662: 31,15 - 3663: 65,-10 - 3664: 38,-18 - 3665: 34,-23 - 3666: 1,-36 - 3667: 5,-43 - 3668: -12,-37 - 3669: -29,-23 - 3670: 32,-13 - 3671: -14,11 - 3672: 35,24 - 3673: 58,32 - 3674: 54,42 - 3675: 46,48 - 3676: 19,48 - 3677: -9,54 - 3678: -17,59 - 3679: -48,64 - 3680: -30,63 - 3681: -17,60 - 3682: -20,30 - 3683: -49,3 - 3684: -27,-24 - 3685: -51,-12 - 3686: -44,-22 - 3687: -86,4 - 3688: -86,16 - 3689: -99,13 - 3690: -105,6 - 3691: -67,-13 - 3692: -46,-20 - 3693: -3,-28 - 3694: 25,-26 - 3695: 39,-15 - 3696: 46,-11 - 3697: 31,-23 - 3698: 53,25 - 3699: 32,35 - 3700: -1,49 - 3701: 0,64 - 3702: -1,76 - 3703: -27,58 - 4167: -20,6 - 4168: -22,1 - 4169: -19,2 - 4170: -18,5 - 4171: -15,6 - 4172: -7,6 - 4173: -9,-1 - 4174: -7,-2 - 4175: -14,-3 - 4176: -15,-1 - 4177: -20,-2 - 4188: -25,5 - 4189: -25,7 - 4190: -31,7 - 4191: -27,-1 - 5106: -14,46 - 5107: -20,48 - 5108: -23,45 - 5109: -26,49 - 5110: -31,48 - 5111: -26,42 - 5112: -21,41 - 5113: -21,38 - 5114: -30,38 - 5115: -18,40 - 5116: -14,38 - 5117: -18,46 - 5118: -13,46 - 5119: -26,45 - 5120: -26,48 - 5121: -26,53 - 5122: -21,53 - 5276: 83,-15 - 5277: 83,-19 - 5278: 96,-17 - 5279: 94,-15 - 5280: 100,-17 - 5281: 98,-9 - 6381: 8,13 - 6382: 10,15 - 6383: 14,13 - 6384: 18,15 - 6385: 20,10 - 6386: 15,6 - 6387: 12,10 - 6388: 6,10 - 6389: 6,13 - 6390: 5,16 - 6391: 22,14 - 6392: 23,11 - 6393: 21,11 - 6424: -2,2 - 6425: 1,4 - 6426: 1,7 - 6427: 6,3 - 6428: 10,1 - 6429: 8,-2 - 6430: 9,-6 - 6431: 10,-10 - 6432: 9,-12 - 6433: 12,-5 + 3319: 1,42 + 3320: -16,51 + 3321: -13,38 + 3322: -18,41 + 3323: -83,15 + 3324: -80,28 + 3325: 17,51 + 3326: 6,19 + 3327: -9,-23 + 3328: -55,-24 + 3329: 32,-20 + 3330: 49,23 + 3331: 50,49 + 3332: 79,54 + 3333: -17,4 + 3334: -9,21 + 3335: 13,4 + 3336: -15,-29 + 3337: -65,-8 + 3338: -36,47 + 3339: 17,21 + 3340: 39,23 + 3341: 31,15 + 3342: 65,-10 + 3343: 38,-18 + 3344: 34,-23 + 3345: 1,-36 + 3346: 5,-43 + 3347: -12,-37 + 3348: -29,-23 + 3349: 32,-13 + 3350: -14,11 + 3351: 35,24 + 3352: 58,32 + 3353: 54,42 + 3354: 46,48 + 3355: 19,48 + 3356: -48,64 + 3357: -30,63 + 3358: -17,60 + 3359: -20,30 + 3360: -49,3 + 3361: -27,-24 + 3362: -51,-12 + 3363: -44,-22 + 3364: -86,4 + 3365: -86,16 + 3366: -99,13 + 3367: -105,6 + 3368: -67,-13 + 3369: -46,-20 + 3370: -3,-28 + 3371: 25,-26 + 3372: 39,-15 + 3373: 46,-11 + 3374: 31,-23 + 3375: 53,25 + 3376: 32,35 + 3377: -1,49 + 3378: -1,76 + 3379: -27,58 + 3820: -20,6 + 3821: -22,1 + 3822: -19,2 + 3823: -18,5 + 3824: -15,6 + 3825: -7,6 + 3826: -9,-1 + 3827: -7,-2 + 3828: -14,-3 + 3829: -15,-1 + 3830: -20,-2 + 3841: -25,5 + 3842: -25,7 + 3843: -31,7 + 3844: -27,-1 + 4665: -20,48 + 4666: -23,45 + 4667: -31,48 + 4668: -26,42 + 4669: -21,41 + 4670: -21,38 + 4671: -30,38 + 4672: -18,40 + 4673: -14,38 + 4674: -18,46 + 4820: 83,-15 + 4821: 83,-19 + 4822: 96,-17 + 4823: 94,-15 + 4824: 100,-17 + 4825: 98,-9 + 5791: 8,13 + 5792: 10,15 + 5793: 14,13 + 5794: 18,15 + 5795: 20,10 + 5796: 15,6 + 5797: 12,10 + 5798: 6,10 + 5799: 6,13 + 5800: 5,16 + 5801: 22,14 + 5802: 23,11 + 5803: 21,11 + 5834: -2,2 + 5835: 1,4 + 5836: 1,7 + 5837: 6,3 + 5838: 10,1 + 5839: 8,-2 + 5840: 9,-6 + 5841: 10,-10 + 5842: 9,-12 + 5843: 12,-5 - node: cleanable: True color: '#FFFFFFFF' id: DirtMedium decals: - 3704: -58,-1 - 3705: -35,15 - 3706: 22,29 - 3707: 7,-3 - 3708: 21,-14 - 3709: -37,-23 - 3710: 36,-14 - 3711: -11,-28 - 3712: -1,-30 - 3713: 43,-27 - 3714: 16,-32 - 3715: 3,-41 - 3716: 3,-40 - 3717: -18,-9 - 3718: 2,9 - 3719: 30,25 - 3720: 15,26 - 3721: -31,22 - 3722: 2,51 - 3723: 6,66 - 3724: -39,63 - 3725: -35,65 - 3726: 12,76 - 3727: -10,70 - 3728: 25,47 - 3729: 90,43 - 3730: 69,28 - 3731: 87,37 - 3732: 61,18 - 3733: 39,9 - 3734: 37,-10 - 3735: 62,-13 - 3736: 38,-17 - 3737: -5,-18 - 3738: -9,-11 - 3739: -48,-15 - 3740: -30,18 - 3741: -65,34 - 3742: -66,36 - 3743: -63,-32 - 3744: -67,49 - 3745: -56,44 - 3746: -32,60 - 3747: -31,58 - 3748: -23,55 - 3749: -15,62 - 3750: -4,63 - 3751: -13,37 - 3752: -18,25 - 3753: -2,29 - 3754: -15,22 - 3755: -10,29 - 3756: -14,34 - 3757: -10,39 - 3758: 35,34 - 3759: 3,37 - 3760: -1,46 - 3761: 43,43 - 3762: 33,7 - 3763: 42,17 - 3764: 51,16 - 3765: 41,18 - 3766: 47,-3 - 3767: 49,-7 - 3768: 41,-18 - 3769: 56,-15 - 3770: -7,-27 - 3771: -9,-27 - 3772: 51,-18 - 3773: 51,-13 - 3774: 57,-6 - 3775: 50,2 - 3776: 39,29 - 3777: 38,33 - 3778: 19,41 - 3779: 1,45 - 3780: -27,55 - 3781: -30,60 - 3782: -42,64 - 3783: -45,57 - 3784: -42,27 - 3785: -40,28 - 3786: -46,24 - 3787: -35,27 - 3788: -38,11 - 3789: -35,5 - 3790: -58,1 - 3791: -69,-1 - 3792: -66,-6 - 3793: -66,-11 - 3794: -63,-14 - 3795: -63,-20 - 3796: -63,-23 - 3797: -66,-32 - 3798: -43,-37 - 3799: -1,-43 - 3800: 3,-44 - 3801: 5,-53 - 3802: -2,-53 - 3803: 11,-33 - 3804: 36,-23 - 3805: 35,-23 - 3806: 44,-17 - 3807: 39,-10 - 3808: 39,-6 - 3809: 39,1 - 3810: 39,8 - 3811: 58,-5 - 3812: 65,-14 - 3813: 69,-11 - 3814: 74,-11 - 3815: 74,-12 - 3816: 76,-22 - 3817: 70,-26 - 3818: 58,-30 - 3819: 54,-30 - 3820: 49,-31 - 3821: 46,-31 - 3822: 47,-24 - 3823: 43,-28 - 3824: 49,13 - 3825: 43,21 - 3826: 35,26 - 3827: 35,29 - 3828: 31,27 - 3829: 27,27 - 3830: 40,33 - 3831: 39,44 - 3832: 43,48 - 3833: 42,50 - 3834: 43,50 - 3835: 17,42 - 3836: 6,41 - 3837: -1,47 - 3838: -1,48 - 3839: 3,55 - 3840: 2,60 - 3841: 2,64 - 3842: 2,71 - 3843: -6,71 - 3844: 5,69 - 3845: 6,69 - 3846: 13,65 - 3847: 7,64 - 3848: 9,63 - 4183: -27,-3 - 4184: -27,2 - 4185: -32,7 - 4186: -25,5 - 4187: -25,4 - 5123: -27,46 - 5124: -20,45 - 5125: -13,46 - 5126: -7,40 - 6434: 2,5 - 6435: 9,2 - 6436: 5,3 - 6437: 11,-5 + 3380: -58,-1 + 3381: -35,15 + 3382: 22,29 + 3383: 7,-3 + 3384: 21,-14 + 3385: -37,-23 + 3386: 36,-14 + 3387: -11,-28 + 3388: -1,-30 + 3389: 43,-27 + 3390: 16,-32 + 3391: 3,-41 + 3392: 3,-40 + 3393: -18,-9 + 3394: 2,9 + 3395: 30,25 + 3396: 15,26 + 3397: -31,22 + 3398: 2,51 + 3399: 6,66 + 3400: -39,63 + 3401: -35,65 + 3402: -10,70 + 3403: 25,47 + 3404: 90,43 + 3405: 69,28 + 3406: 87,37 + 3407: 61,18 + 3408: 39,9 + 3409: 37,-10 + 3410: 62,-13 + 3411: 38,-17 + 3412: -5,-18 + 3413: -9,-11 + 3414: -48,-15 + 3415: -30,18 + 3416: -65,34 + 3417: -66,36 + 3418: -63,-32 + 3419: -56,44 + 3420: -32,60 + 3421: -31,58 + 3422: -13,37 + 3423: -18,25 + 3424: -2,29 + 3425: -15,22 + 3426: -10,29 + 3427: -14,34 + 3428: -10,39 + 3429: 35,34 + 3430: 3,37 + 3431: -1,46 + 3432: 43,43 + 3433: 33,7 + 3434: 42,17 + 3435: 51,16 + 3436: 41,18 + 3437: 49,-7 + 3438: 41,-18 + 3439: 56,-15 + 3440: -7,-27 + 3441: -9,-27 + 3442: 51,-18 + 3443: 51,-13 + 3444: 57,-6 + 3445: 50,2 + 3446: 39,29 + 3447: 38,33 + 3448: 19,41 + 3449: 1,45 + 3450: -30,60 + 3451: -42,64 + 3452: -45,57 + 3453: -42,27 + 3454: -40,28 + 3455: -46,24 + 3456: -35,27 + 3457: -38,11 + 3458: -35,5 + 3459: -58,1 + 3460: -69,-1 + 3461: -66,-6 + 3462: -66,-11 + 3463: -63,-14 + 3464: -63,-20 + 3465: -63,-23 + 3466: -66,-32 + 3467: -43,-37 + 3468: -1,-43 + 3469: 3,-44 + 3470: 5,-53 + 3471: -2,-53 + 3472: 11,-33 + 3473: 36,-23 + 3474: 35,-23 + 3475: 44,-17 + 3476: 39,-10 + 3477: 39,-6 + 3478: 39,1 + 3479: 39,8 + 3480: 58,-5 + 3481: 65,-14 + 3482: 69,-11 + 3483: 74,-11 + 3484: 74,-12 + 3485: 76,-22 + 3486: 70,-26 + 3487: 58,-30 + 3488: 54,-30 + 3489: 49,-31 + 3490: 46,-31 + 3491: 47,-24 + 3492: 43,-28 + 3493: 49,13 + 3494: 43,21 + 3495: 35,26 + 3496: 35,29 + 3497: 31,27 + 3498: 27,27 + 3499: 40,33 + 3500: 39,44 + 3501: 43,48 + 3502: 42,50 + 3503: 43,50 + 3504: 17,42 + 3505: 6,41 + 3506: -1,47 + 3507: -1,48 + 3508: 3,55 + 3509: 2,60 + 3510: 2,64 + 3511: 2,71 + 3512: -6,71 + 3513: 5,69 + 3514: 6,69 + 3515: 13,65 + 3516: 7,64 + 3517: 9,63 + 3836: -27,-3 + 3837: -27,2 + 3838: -32,7 + 3839: -25,5 + 3840: -25,4 + 4675: -20,45 + 4676: -7,40 + 5844: 2,5 + 5845: 9,2 + 5846: 5,3 + 5847: 11,-5 - node: color: '#FFFFFFFF' id: FlowersBROne decals: - 155: 9,-46 - 2311: -21.958588,17.400702 - 2312: -21.079681,17.635077 - 2793: 48.486603,54.127567 - 3914: 35.936924,-11.278788 - 5072: -10.380536,44.619083 - 5073: -5.7789736,44.29877 - 6733: -42.490932,-37.973 + 142: 9,-46 + 2196: -21.958588,17.400702 + 2197: -21.079681,17.635077 + 2629: 48.486603,54.127567 + 3579: 35.936924,-11.278788 + 6143: -42.490932,-37.973 + 7332: 7.191984,85.46234 - node: color: '#FFFFFFFF' id: FlowersBRThree decals: - 151: 5,-48 - 156: 21,-39 - 186: 37,43 - 211: 57,8 - 2326: 3.4106216,14.306513 - 2696: -88.469185,2.5136452 - 2697: -88.68012,5.2206764 - 2698: -81.719185,11.665989 - 2699: -81.332466,10.974583 - 2700: -81.051216,16.516224 - 2701: -81.250435,15.731068 - 2702: -87.7309,15.238881 - 2703: -88.562935,17.828724 - 2704: -88.551216,14.852162 - 2849: -17.354996,58.532814 - 2850: -16.47609,59.153908 - 2851: -17.425308,56.89219 - 2852: -16.440933,55.814064 - 2853: -17.565933,52.427345 - 3896: -1.2052917,34.102757 - 5065: -5.495222,46.59599 - 6731: -47.061245,-37.762062 + 138: 5,-48 + 143: 21,-39 + 173: 37,43 + 198: 57,8 + 2211: 3.4106216,14.306513 + 2553: -81.719185,11.665989 + 2554: -81.332466,10.974583 + 2555: -81.051216,16.516224 + 2556: -81.250435,15.731068 + 2635: -16.47609,59.153908 + 2636: -16.440933,55.814064 + 3562: -1.2052917,34.102757 + 6141: -47.061245,-37.762062 + 7334: 8.348234,86.82953 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' id: FlowersBRTwo decals: - 63: 39,-20 - 64: 43,-20 - 65: 41,-30 + 51: 39,-20 + 52: 43,-20 + 53: 41,-30 - node: color: '#FFFFFFFF' id: FlowersBRTwo decals: - 136: 3,-8 - 180: 13,24 - 187: 37,36 - 2282: -1.2687241,-6.2440906 - 2321: 3.3168716,10.533075 - 2322: 2.9887466,11.0487 - 2331: -1.2534407,15.759638 - 2332: -1.2300032,9.26745 - 2363: 47.10689,-9.617738 - 2364: 46.520954,-10.027894 - 2370: 46.456665,4.238405 - 2387: 70.482315,-2.6857786 - 2388: 59.65419,-2.6857786 - 2389: 67.9745,-20.817688 - 2390: 63.654434,-25.675419 - 2391: 50.523678,-26.812138 - 2418: 55.647358,-7.219159 - 2419: 53.19814,-4.2543154 - 2420: 54.944233,-0.5511904 - 2421: 61.120014,-0.07072163 - 2422: 67.77757,-13.922138 - 2423: 66.453354,-25.372675 - 2424: 51.521744,-28.314081 - 2425: 49.85768,-16.8148 - 2442: 35.16757,-36.640537 - 2443: 37.335537,-36.956944 - 2494: -24.117771,-35.0781 - 2495: -24.31699,-27.906221 - 2496: -8.731053,-29.523409 - 2621: 58.31439,8.335475 - 2622: 55.736263,8.335475 - 2623: 63.00189,8.370631 - 2632: 40.75803,-15.316414 - 2633: 40.359592,-14.660164 - 2634: 43.46506,-12.058601 - 2635: 49.427353,-17.204317 - 2636: 43.63263,-20.56466 - 2637: 38.28888,-20.400597 - 2732: -29.275717,17.39725 - 2763: 37.268784,43.60165 - 2764: 36.483627,41.4454 - 2765: 36.507065,36.910244 - 2766: 36.46019,32.72665 - 2767: 36.624252,31.730556 - 2787: 10.025911,35.373306 - 2788: 13.904818,34.635025 - 2834: -2.4699473,57.66812 - 2835: -1.9605174,61.33826 - 2890: -18.422426,-13.633619 - 2891: -14.188051,-13.727369 - 3854: 45.7115,21.249813 - 3855: 45.24275,20.921688 - 3866: 27.056904,-17.133144 - 3867: 30.424091,-16.844082 - 4839: -16.198597,54.156445 + 123: 3,-8 + 167: 13,24 + 174: 37,36 + 2167: -1.2687241,-6.2440906 + 2206: 3.3168716,10.533075 + 2207: 2.9887466,11.0487 + 2216: -1.2534407,15.759638 + 2217: -1.2300032,9.26745 + 2248: 47.10689,-9.617738 + 2249: 46.520954,-10.027894 + 2255: 46.456665,4.238405 + 2272: 70.482315,-2.6857786 + 2273: 59.65419,-2.6857786 + 2274: 67.9745,-20.817688 + 2275: 63.654434,-25.675419 + 2276: 50.523678,-26.812138 + 2302: 55.647358,-7.219159 + 2303: 53.19814,-4.2543154 + 2304: 54.944233,-0.5511904 + 2305: 61.120014,-0.07072163 + 2306: 67.77757,-13.922138 + 2307: 66.453354,-25.372675 + 2308: 49.85768,-16.8148 + 2324: 35.16757,-36.640537 + 2325: 37.335537,-36.956944 + 2376: -24.117771,-35.0781 + 2377: -24.31699,-27.906221 + 2378: -8.731053,-29.523409 + 2496: 58.31439,8.335475 + 2497: 55.736263,8.335475 + 2498: 63.00189,8.370631 + 2507: 40.75803,-15.316414 + 2508: 40.359592,-14.660164 + 2509: 43.46506,-12.058601 + 2510: 49.427353,-17.204317 + 2511: 43.63263,-20.56466 + 2512: 38.28888,-20.400597 + 2568: -29.275717,17.39725 + 2599: 37.268784,43.60165 + 2600: 36.483627,41.4454 + 2601: 36.507065,36.910244 + 2602: 36.46019,32.72665 + 2603: 36.624252,31.730556 + 2623: 10.025911,35.373306 + 2624: 13.904818,34.635025 + 2666: -18.422426,-13.633619 + 2667: -14.188051,-13.727369 + 3523: 45.7115,21.249813 + 3524: 45.24275,20.921688 + 3535: 27.056904,-17.133144 + 3536: 30.424091,-16.844082 + 4491: -16.198597,54.156445 + 6760: -0.7997854,62.039997 + 7295: 7.000082,75.54161 + 7296: 3.984457,77.83067 + 7333: 8.816984,85.6264 + 7510: -0.039970875,76.28693 - node: color: '#FFFFFFFF' id: Flowersbr1 decals: - 115: 55,-13 - 116: 61,-2 - 117: 70,-2 - 118: 69,-13 - 119: 65,-26 - 120: 49,-19 - 132: -1,-8 - 141: 14,-39 - 206: 49,53 - 233: 28,-37 - 2302: -44.33088,-2.2482138 - 2303: -43.93244,-5.8693075 - 2304: -41.295723,-9.455245 - 2305: -41.97541,-9.349776 - 2306: -41.95248,-8.139395 - 2333: -1.0776595,8.740107 - 2334: 3.4340591,8.447138 - 2335: -1.335472,13.57995 - 2718: -82.396416,14.119084 - 2719: -87.62298,11.845647 - 2720: -87.49407,4.019742 - 2721: -87.54095,-0.7380705 - 2722: -100.824684,4.2680645 - 2723: -107.24656,11.334471 - 2724: -85.634315,30.506989 - 2813: -13.520875,76.02554 - 2814: -13.743531,75.545074 - 2815: -13.4974375,73.295074 - 2816: 15.703373,75.09976 - 2817: 15.808842,74.10367 - 2818: 16.078373,77.53726 - 2876: -24.406801,-13.571119 - 2877: -24.172426,-14.039869 - 2878: -19.906801,-13.727369 - 2879: -28.891176,-13.477369 - 2948: 47.379055,-0.39145994 - 2949: 46.722805,-0.68052244 - 2950: 46.55093,-1.79771 - 2951: 46.246243,-6.219585 - 2952: 46.668118,-7.11021 - 3865: 27.720966,-17.226894 - 3881: 39.272312,21.207067 - 3882: 35.303562,20.972692 - 3894: -0.12716675,37.33713 - 3895: -0.49435425,33.99338 - 4717: 7.253884,43.866146 - 4963: -6.7102385,46.09017 - 4964: -4.9289885,45.65267 + 102: 55,-13 + 103: 61,-2 + 104: 70,-2 + 105: 69,-13 + 106: 65,-26 + 107: 49,-19 + 119: -1,-8 + 128: 14,-39 + 193: 49,53 + 219: 28,-37 + 2187: -44.33088,-2.2482138 + 2188: -43.93244,-5.8693075 + 2189: -41.295723,-9.455245 + 2190: -41.97541,-9.349776 + 2191: -41.95248,-8.139395 + 2218: -1.0776595,8.740107 + 2219: 3.4340591,8.447138 + 2220: -1.335472,13.57995 + 2560: -82.396416,14.119084 + 2561: -100.824684,4.2680645 + 2562: -107.24656,11.334471 + 2563: -85.634315,30.506989 + 2652: -24.406801,-13.571119 + 2653: -24.172426,-14.039869 + 2654: -19.906801,-13.727369 + 2655: -28.891176,-13.477369 + 2717: 47.379055,-0.39145994 + 2718: 46.722805,-0.68052244 + 3534: 27.720966,-17.226894 + 3547: 39.272312,21.207067 + 3548: 35.303562,20.972692 + 3560: -0.12716675,37.33713 + 3561: -0.49435425,33.99338 + 4370: 7.253884,43.866146 - node: color: '#FFFFFFFF' id: Flowersbr2 decals: - 149: 13,-50 - 150: -5,-46 - 164: 3,15 - 2313: -22.625883,17.494452 - 3925: -13.98396,70.56375 - 3926: -13.655835,69.18875 - 4003: 35.749958,-5.498374 - 4016: 71.229546,17.978672 - 4017: 70.678764,19.736485 - 6219: -10.562142,-53.976284 + 136: 13,-50 + 137: -5,-46 + 151: 3,15 + 2198: -22.625883,17.494452 + 3656: 35.749958,-5.498374 + 3669: 71.229546,17.978672 + 3670: 70.678764,19.736485 + 5629: -10.562142,-53.976284 + 7303: 8.890707,76.10411 + 7328: 7.785734,85.89984 + 7345: 15.887138,91.37573 - node: color: '#FFFFFFFF' id: Flowersbr3 decals: - 2497: -8.379491,-28.878878 - 2498: -24.50449,-29.347628 - 2499: -24.445896,-35.72263 + 2379: -8.379491,-28.878878 + 2380: -24.50449,-29.347628 + 2381: -24.445896,-35.72263 - node: color: '#FFFFFFFF' id: Flowerspv1 decals: - 207: 49,56 - 231: 37,-37 - 2307: -42.435295,-8.444082 - 2323: 3.586403,9.560419 - 2327: 2.9067154,14.083857 - 2328: 3.4340591,13.451044 - 2330: -1.3120345,15.372919 - 2360: 41.22408,-12.2193 - 2361: 41.716267,-12.5357065 - 2444: 38.132412,-36.9921 - 2445: 37.733974,-36.663975 - 2446: 30.386318,-36.6171 - 2447: 28.663662,-36.499912 - 2448: 34.063217,-36.781162 - 2449: 15.738369,-38.61382 - 2450: 14.2618065,-38.7896 - 2451: 19.769619,-38.813038 - 2452: 20.78915,-38.87163 - 2489: -9.129491,-28.468721 - 2490: -8.414647,-30.660128 - 2491: -24.12949,-31.29294 - 2492: -24.246677,-28.316378 - 2493: -24.375584,-34.269505 - 2617: 55.255795,8.300319 - 2618: 62.3222,8.00735 - 2619: 61.806576,8.558131 - 2620: 64.16205,8.241725 - 2710: -81.4554,17.473248 - 2711: -88.053055,17.238873 - 2712: -88.9554,16.535748 - 2713: -88.66243,15.832623 - 2714: -88.31087,1.6915169 - 2715: -88.92024,0.19151688 - 2716: -87.60774,-0.9920769 - 2717: -81.97454,14.540959 - 2733: -21.810873,17.643343 - 2734: -16.579916,17.619905 - 2737: 14.210445,23.932573 - 2738: 13.589352,24.389605 - 2768: 36.56566,32.08212 - 2769: 36.94066,31.390713 - 2770: 36.55394,35.937588 - 2824: -13.743439,73.35367 - 2825: 15.932991,73.71695 - 2826: 16.120491,77.607574 - 2827: -13.921142,74.58235 - 2828: -2.2590098,60.890778 - 2829: -1.8840097,60.49234 - 2856: -16.46437,58.884377 - 2956: 47.31596,-8.0932665 - 2957: 46.339397,-1.3552244 - 2958: 47.425335,0.06665063 - 3884: 38.577,21.199255 - 3898: 0.14627075,35.12407 - 3899: -1.1427917,36.16313 - 4679: 81.576515,55.34774 - 4680: 76.61816,55.675865 - 4684: 82.46581,56.37899 - 4695: 97.59068,14.402504 - 4696: 95.3524,15.28141 - 4697: 98.24693,18.797035 - 4718: 4.128884,45.233334 - 4735: -32.292305,2.369635 - 4738: -29.542305,-0.2631774 - 4739: -31.471992,-0.2397399 - 4740: -32.565742,1.3618226 - 4741: -32.596992,0.6196351 - 4791: 41.3515,14.787474 - 4795: 43.539,10.654661 - 4814: 45.71438,-29.110764 - 4815: 46.50344,-31.681076 - 4816: 45.65188,-32.5717 - 4817: 50.519066,-31.915451 - 4818: 49.769066,-28.790451 - 4821: 48.073753,-31.852951 - 4903: 34.99527,56.357723 - 4904: 35.260895,54.303036 - 4905: 35.424957,57.146786 - 4906: 30.58902,57.263973 - 4907: 31.46402,52.701473 - 4908: 35.471832,52.709286 - 4961: -7.4827027,46.254234 - 5071: -9.528974,44.689396 - 5301: 14.463871,-31.322914 - 5302: 18.166996,-28.99479 - 5529: -2.475834,27.088507 - 5619: 11.387196,-41.660503 - 5698: -42.067287,21.170424 - 6734: -39.428432,-37.777687 - 7143: 57.94229,-9.737118 - 7144: 65.52823,-6.703678 - 7239: 94.19,-11.304413 - 7248: 94.95563,-22.537716 - 7253: 107.17438,-19.998653 - 7254: 106.385315,-14.946042 - 7304: 94.69277,-6.1571617 - 7305: 104.51959,-6.1415367 - 7306: 112.092384,-7.711849 - 7307: 112.19395,-15.606675 - 7308: 101.034996,-27.938745 - 7338: -33.919983,72.01671 - 7342: -30.380922,72.87608 + 194: 49,56 + 217: 37,-37 + 2192: -42.435295,-8.444082 + 2208: 3.586403,9.560419 + 2212: 2.9067154,14.083857 + 2213: 3.4340591,13.451044 + 2215: -1.3120345,15.372919 + 2245: 41.22408,-12.2193 + 2246: 41.716267,-12.5357065 + 2326: 38.132412,-36.9921 + 2327: 37.733974,-36.663975 + 2328: 30.386318,-36.6171 + 2329: 28.663662,-36.499912 + 2330: 34.063217,-36.781162 + 2331: 15.738369,-38.61382 + 2332: 14.2618065,-38.7896 + 2333: 19.769619,-38.813038 + 2334: 20.78915,-38.87163 + 2371: -9.129491,-28.468721 + 2372: -8.414647,-30.660128 + 2373: -24.12949,-31.29294 + 2374: -24.246677,-28.316378 + 2375: -24.375584,-34.269505 + 2492: 55.255795,8.300319 + 2493: 62.3222,8.00735 + 2494: 61.806576,8.558131 + 2495: 64.16205,8.241725 + 2558: -81.4554,17.473248 + 2559: -81.97454,14.540959 + 2569: -21.810873,17.643343 + 2570: -16.579916,17.619905 + 2573: 14.210445,23.932573 + 2574: 13.589352,24.389605 + 2604: 36.56566,32.08212 + 2605: 36.94066,31.390713 + 2606: 36.55394,35.937588 + 2637: -16.46437,58.884377 + 2721: 47.31596,-8.0932665 + 2722: 47.425335,0.06665063 + 3550: 38.577,21.199255 + 3564: 0.14627075,35.12407 + 3565: -1.1427917,36.16313 + 4332: 81.576515,55.34774 + 4333: 76.61816,55.675865 + 4337: 82.46581,56.37899 + 4348: 97.59068,14.402504 + 4349: 95.3524,15.28141 + 4350: 98.24693,18.797035 + 4371: 4.128884,45.233334 + 4388: -32.292305,2.369635 + 4391: -29.542305,-0.2631774 + 4392: -31.471992,-0.2397399 + 4393: -32.565742,1.3618226 + 4394: -32.596992,0.6196351 + 4444: 41.3515,14.787474 + 4448: 43.539,10.654661 + 4467: 45.71438,-29.110764 + 4468: 46.50344,-31.681076 + 4469: 45.65188,-32.5717 + 4470: 50.519066,-31.915451 + 4471: 49.769066,-28.790451 + 4474: 48.073753,-31.852951 + 4555: 34.99527,56.357723 + 4556: 35.260895,54.303036 + 4557: 35.424957,57.146786 + 4558: 30.58902,57.263973 + 4559: 31.46402,52.701473 + 4560: 35.471832,52.709286 + 4845: 14.463871,-31.322914 + 4846: 18.166996,-28.99479 + 5009: -2.475834,27.088507 + 5057: 11.387196,-41.660503 + 5136: -42.067287,21.170424 + 6144: -39.428432,-37.777687 + 6553: 57.94229,-9.737118 + 6554: 65.52823,-6.703678 + 6649: 94.19,-11.304413 + 6658: 94.95563,-22.537716 + 6663: 107.17438,-19.998653 + 6664: 106.385315,-14.946042 + 6714: 94.69277,-6.1571617 + 6715: 104.51959,-6.1415367 + 6716: 112.092384,-7.711849 + 6717: 112.19395,-15.606675 + 6718: 101.034996,-27.938745 + 6759: -1.1435354,60.774372 + 6777: -44.952198,69.557434 + 7277: 61.819767,-27.90631 + 7294: 10.2891445,73.057236 + 7327: 4.816984,85.57953 + 7344: 15.824638,92.383545 - node: color: '#FFFFFFFF' id: Flowerspv2 decals: - 161: -1,10 - 173: -28,18 - 189: 37,40 - 3917: 35.530674,-9.257954 - 3918: 36.11401,-8.872538 - 3919: 35.968174,-10.091288 - 4005: 36.20699,-4.830405 - 4014: 70.63189,14.966953 - 4015: 70.960014,14.556797 - 4681: 76.99316,59.039146 - 4685: 82.55956,55.42977 - 4686: 79.32519,53.507896 - 4687: 77.22753,56.20321 - 4688: 80.391594,57.69149 - 4689: 95.05943,44.495373 - 4690: 102.442245,41.764904 - 4691: 95.82115,19.520657 - 4692: 98.64537,17.551907 - 4719: 3.7148213,44.803646 - 4757: -39.44195,73.10878 - 4758: -39.613827,68.780655 - 4794: 41.148376,11.060911 - 4796: 44.359314,11.107786 - 4797: 45.453064,15.209349 - 4798: 46.429626,15.107786 - 4799: 40.515564,12.068724 - 4819: 46.80813,-32.4467 - 4862: -69.768234,32.863335 - 4863: -67.174484,31.699272 - 4864: -65.674484,35.277397 - 4899: 32.24527,56.99835 - 4900: 30.93277,54.084286 - 4965: -6.0794516,46.074547 - 4966: -10.267013,45.543297 - 5303: 18.979496,-31.979164 - 5308: 15.3154335,-28.479164 - 5309: 20.057621,-33.268227 - 5310: 19.409184,-33.59635 - 5530: -3.2180214,24.682257 - 5531: -1.3820839,27.236944 - 5617: 8.777821,-41.855816 - 5618: 9.480946,-44.293316 - 5699: -40.871975,18.787611 - 6218: -10.999642,-53.67941 - 6732: -42.928432,-37.715187 - 6740: -45.493305,-37.759434 - 6744: -66.46833,-20.861753 - 6745: -70.00604,-3.1194394 - 7240: 106.19,-10.4841 - 7241: 103.572815,-10.624725 - 7249: 97.51813,-22.11584 - 7252: 106.74469,-21.858028 - 7300: 111.84418,-25.17538 - 7301: 112.242615,-12.375613 - 7302: 103.471695,-6.0321617 - 7303: 90.18496,-9.024349 - 7339: -34.25592,72.821396 - 7340: -31.18561,68.84483 + 148: -1,10 + 160: -28,18 + 176: 37,40 + 3582: 35.530674,-9.257954 + 3583: 36.11401,-8.872538 + 3584: 35.968174,-10.091288 + 3658: 36.20699,-4.830405 + 3667: 70.63189,14.966953 + 3668: 70.960014,14.556797 + 4334: 76.99316,59.039146 + 4338: 82.55956,55.42977 + 4339: 79.32519,53.507896 + 4340: 77.22753,56.20321 + 4341: 80.391594,57.69149 + 4342: 95.05943,44.495373 + 4343: 102.442245,41.764904 + 4344: 95.82115,19.520657 + 4345: 98.64537,17.551907 + 4372: 3.7148213,44.803646 + 4410: -39.44195,73.10878 + 4411: -39.613827,68.780655 + 4447: 41.148376,11.060911 + 4449: 44.359314,11.107786 + 4450: 45.453064,15.209349 + 4451: 46.429626,15.107786 + 4452: 40.515564,12.068724 + 4472: 46.80813,-32.4467 + 4514: -69.768234,32.863335 + 4515: -67.174484,31.699272 + 4516: -65.674484,35.277397 + 4551: 32.24527,56.99835 + 4552: 30.93277,54.084286 + 4847: 18.979496,-31.979164 + 4852: 15.3154335,-28.479164 + 4853: 20.057621,-33.268227 + 4854: 19.409184,-33.59635 + 5010: -3.2180214,24.682257 + 5011: -1.3820839,27.236944 + 5055: 8.777821,-41.855816 + 5056: 9.480946,-44.293316 + 5137: -40.871975,18.787611 + 5628: -10.999642,-53.67941 + 6142: -42.928432,-37.715187 + 6150: -45.493305,-37.759434 + 6154: -66.46833,-20.861753 + 6155: -70.00604,-3.1194394 + 6650: 106.19,-10.4841 + 6651: 103.572815,-10.624725 + 6659: 97.51813,-22.11584 + 6662: 106.74469,-21.858028 + 6710: 111.84418,-25.17538 + 6711: 112.242615,-12.375613 + 6712: 103.471695,-6.0321617 + 6713: 90.18496,-9.024349 + 6778: -44.405323,73.19025 + 6779: -42.061573,68.784 + 6780: -41.100636,70.088684 + 7331: 5.2779217,85.15765 + 7393: -44.750645,81.4299 + 7395: -40.852207,80.04709 - node: color: '#FFFFFFFF' id: Flowerspv3 decals: - 133: -1,-5 - 134: 3,-12 - 172: -16,18 - 184: 14,25 - 2300: -44.096504,-3.1622763 - 2301: -44.565254,-4.7911825 - 2366: 45.302204,-10.180238 - 2371: 60.727173,-0.47294283 - 2372: 60.587387,-2.518785 - 2373: 59.35692,-2.1672225 - 2374: 70.58348,-1.7336287 - 2375: 67.31259,-21.545208 - 2376: 64.39785,-25.981995 - 2377: 49.421288,-26.192932 - 2426: 57.45143,-2.8077326 - 2427: 69.32832,-2.2803888 - 2428: 75.42234,-3.3819513 - 2429: 76.1489,-0.80382633 - 2430: 68.297264,-21.75607 - 2431: 65.38301,-26.463566 - 2432: 59.2887,-28.432316 - 2433: 41.39664,-30.499702 - 2434: 41.361485,-28.894234 - 2789: 13.354036,35.103775 - 2790: 8.900911,35.267838 - 2857: -17.249527,56.42344 - 2885: -30.141176,-13.477369 - 2886: -23.813051,-13.539869 - 2887: -18.969301,-14.164869 - 2888: -17.703676,-13.477369 - 2889: -18.531801,-13.258619 - 3856: 47.695873,20.83575 - 3869: 28.103779,-16.859707 - 3870: 0.82022095,-38.51386 - 3913: 36.061924,-11.132954 - 3927: -13.562085,70.26688 - 4682: 74.93066,57.105553 - 4683: 80.36816,55.043053 - 4693: 94.27428,17.106594 - 4694: 97.766464,15.00016 - 4736: -31.77668,1.4555726 - 4737: -28.768867,3.97901 - 4759: -36.043514,70.71034 - 4760: -36.957577,72.85097 - 4761: -40.301327,72.85878 - 4762: -40.34039,69.405655 - 4763: -36.7232,68.72597 - 4792: 45.78119,14.271849 - 4793: 46.203064,13.467161 - 4820: 47.55813,-32.329514 - 4837: -16.089222,58.397556 - 4838: -16.057972,54.652416 - 4865: -69.51042,31.824272 - 4866: -70.57292,35.214897 - 4867: -67.06511,36.394585 - 4868: -70.44011,32.105522 - 4869: -65.424484,32.082085 - 4870: -68.299484,35.918022 - 4901: 31.27652,54.763973 - 4902: 34.674957,53.50616 - 5304: 13.7998085,-32.0651 - 5305: 14.370121,-31.80729 - 5306: 17.713871,-33.3151 - 5307: 20.331059,-28.690102 - 5700: -41.551662,18.615736 - 5701: -43.35635,19.225111 - 7242: 102.80719,-10.95285 - 7250: 98.22125,-22.514278 - 7251: 106.3775,-22.342403 - 7255: 107.83063,-11.508542 - 7256: 97.78375,-11.727292 - 7257: 98.33382,-9.961667 - 7258: 95.76102,-17.686956 - 7309: 90.23789,-26.98562 - 7310: 94.48789,-27.95437 - 7311: 109.166214,-27.938745 - 7341: -32.615295,68.89171 + 120: -1,-5 + 121: 3,-12 + 159: -16,18 + 171: 14,25 + 2185: -44.096504,-3.1622763 + 2186: -44.565254,-4.7911825 + 2251: 45.302204,-10.180238 + 2256: 60.727173,-0.47294283 + 2257: 60.587387,-2.518785 + 2258: 59.35692,-2.1672225 + 2259: 70.58348,-1.7336287 + 2260: 67.31259,-21.545208 + 2261: 64.39785,-25.981995 + 2262: 49.421288,-26.192932 + 2309: 57.45143,-2.8077326 + 2310: 69.32832,-2.2803888 + 2311: 75.42234,-3.3819513 + 2312: 76.1489,-0.80382633 + 2313: 68.297264,-21.75607 + 2314: 65.38301,-26.463566 + 2315: 41.39664,-30.499702 + 2316: 41.361485,-28.894234 + 2625: 13.354036,35.103775 + 2626: 8.900911,35.267838 + 2661: -30.141176,-13.477369 + 2662: -23.813051,-13.539869 + 2663: -18.969301,-14.164869 + 2664: -17.703676,-13.477369 + 2665: -18.531801,-13.258619 + 3525: 47.695873,20.83575 + 3538: 28.103779,-16.859707 + 3578: 36.061924,-11.132954 + 4335: 74.93066,57.105553 + 4336: 80.36816,55.043053 + 4346: 94.27428,17.106594 + 4347: 97.766464,15.00016 + 4389: -31.77668,1.4555726 + 4390: -28.768867,3.97901 + 4412: -36.043514,70.71034 + 4413: -36.957577,72.85097 + 4414: -40.301327,72.85878 + 4415: -40.34039,69.405655 + 4416: -36.7232,68.72597 + 4445: 45.78119,14.271849 + 4446: 46.203064,13.467161 + 4473: 47.55813,-32.329514 + 4489: -16.089222,58.397556 + 4490: -16.057972,54.652416 + 4517: -69.51042,31.824272 + 4518: -70.57292,35.214897 + 4519: -67.06511,36.394585 + 4520: -70.44011,32.105522 + 4521: -65.424484,32.082085 + 4522: -68.299484,35.918022 + 4553: 31.27652,54.763973 + 4554: 34.674957,53.50616 + 4848: 13.7998085,-32.0651 + 4849: 14.370121,-31.80729 + 4850: 17.713871,-33.3151 + 4851: 20.331059,-28.690102 + 5138: -41.551662,18.615736 + 5139: -43.35635,19.225111 + 6652: 102.80719,-10.95285 + 6660: 98.22125,-22.514278 + 6661: 106.3775,-22.342403 + 6665: 107.83063,-11.508542 + 6666: 97.78375,-11.727292 + 6667: 98.33382,-9.961667 + 6668: 95.76102,-17.686956 + 6719: 90.23789,-26.98562 + 6720: 94.48789,-27.95437 + 6721: 109.166214,-27.938745 + 7394: -42.875645,77.976776 - node: color: '#FFFFFFFF' id: Flowersy1 decals: - 152: 6,-46 - 165: 3,10 - 169: -19,18 - 2314: -26.30557,17.564764 - 2329: -1.288597,14.376825 - 2786: 10.471224,35.81862 - 3897: -0.31466675,36.571507 + 139: 6,-46 + 152: 3,10 + 156: -19,18 + 2199: -26.30557,17.564764 + 2214: -1.288597,14.376825 + 2622: 10.471224,35.81862 + 3563: -0.31466675,36.571507 + 7329: 10.113859,86.75922 + 7337: 10.793547,85.6264 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' id: Flowersy2 decals: - 114: 59,-2 + 101: 59,-2 - node: color: '#FFFFFFFF' id: Flowersy2 decals: - 181: 5,23 - 232: 35,-37 - 2299: -44.33088,-4.029464 - 2308: -30.759369,17.623358 - 2309: -30.067963,17.588202 - 2362: 41.727985,-11.668519 - 2440: 29.472256,-36.71085 - 2441: 34.534756,-36.851475 - 2455: 15.53915,-38.68413 - 2456: 18.316494,-38.89507 - 2487: -8.660741,-28.234346 - 2488: -9.059178,-27.695284 - 2628: 46.44397,8.143846 - 2629: 40.676,-10.025475 - 2630: 40.523655,-10.611412 - 2631: 43.699436,-11.490318 - 2705: -87.64887,14.13282 - 2706: -88.99653,10.429695 - 2707: -87.612335,1.7390385 - 2708: -87.72952,4.153101 - 2709: -81.05696,17.16856 - 2953: 46.28471,-6.9057665 - 2954: 46.823772,-7.7807665 - 2955: 46.34721,-7.8120165 - 2959: 46.769085,-0.38647437 - 3868: 28.478779,-17.375332 - 4018: 70.573296,19.162266 - 4019: 71.10064,14.076328 - 4967: -9.66545,46.355797 + 168: 5,23 + 218: 35,-37 + 2184: -44.33088,-4.029464 + 2193: -30.759369,17.623358 + 2194: -30.067963,17.588202 + 2247: 41.727985,-11.668519 + 2322: 29.472256,-36.71085 + 2323: 34.534756,-36.851475 + 2337: 15.53915,-38.68413 + 2338: 18.316494,-38.89507 + 2369: -8.660741,-28.234346 + 2370: -9.059178,-27.695284 + 2503: 46.44397,8.143846 + 2504: 40.676,-10.025475 + 2505: 40.523655,-10.611412 + 2506: 43.699436,-11.490318 + 2557: -81.05696,17.16856 + 2719: 46.823772,-7.7807665 + 2720: 46.34721,-7.8120165 + 2723: 46.769085,-0.38647437 + 3537: 28.478779,-17.375332 + 3671: 70.573296,19.162266 + 3672: 71.10064,14.076328 + 7330: 10.731047,86.97015 + 7346: 15.691826,91.83667 + 7347: 16.004326,89.039795 - node: color: '#FFFFFFFF' id: Flowersy3 decals: - 153: -3,-49 - 154: 13,-54 - 160: -1,15 - 170: -30,18 - 212: 63,8 - 2296: -44.448067,-3.31462 - 2297: -43.967598,-4.732589 - 2298: -44.108223,-6.8536825 - 2310: -25.7789,17.857733 - 2324: 3.0356216,9.384638 - 2325: 3.398903,9.290888 - 2365: 47.31783,-10.227113 - 2378: 49.1166,-26.603088 - 2379: 49.843163,-27.083557 - 2380: 49.58535,-18.62262 - 2381: 49.468163,-19.325745 - 2382: 56.69863,-7.2684336 - 2383: 58.339256,-2.1115599 - 2384: 64.80801,-3.9982786 - 2385: 65.12441,-4.349841 - 2386: 75.4745,-4.54906 - 2457: 18.91415,-38.52007 - 2458: 13.47665,-38.89507 - 2459: 20.437588,-38.80132 - 2460: 8.689707,-45.91225 - 2461: 8.103769,-45.631 - 2462: 5.220957,-45.92397 - 2463: 4.683049,-49.234737 - 2464: 12.569768,-50.476925 - 2465: 12.82758,-51.273796 - 2466: -5.5732093,-45.661797 - 2467: -4.6239905,-45.954765 - 2500: -24.328709,-34.79685 - 2501: -8.356053,-30.121065 - 2502: -24.481052,-28.363253 - 2503: -24.12949,-31.808565 - 2613: 62.41595,8.417506 - 2614: 63.622986,8.2886 - 2615: 56.90814,8.300319 - 2616: 57.681576,8.347194 - 2735: -17.177572,17.701937 - 2736: 4.425289,24.43648 - 2755: 48.516125,53.44286 - 2756: 48.529694,56.54833 - 2757: 36.65941,43.68774 - 2758: 36.600815,42.573784 - 2759: 36.55394,35.679775 - 2760: 37.350815,36.93368 - 2761: 37.327377,32.36337 - 2762: 37.22191,44.375088 - 2782: 13.822786,35.63112 - 2783: 14.16263,35.16237 - 2784: 9.018099,34.85768 - 2785: 9.463411,34.517838 - 2832: -2.2121348,60.257965 - 2833: -1.9660411,57.49234 - 2854: -16.83937,55.439064 - 2855: -17.13234,58.09922 - 2881: -24.656801,-13.586744 - 2882: -19.375551,-13.602369 - 2883: -14.906801,-14.117994 - 2884: -29.344301,-13.664869 - 3857: 47.8365,20.992 - 3858: 45.039623,21.343563 - 3883: 35.873875,20.83988 - 4962: -6.88114,45.535484 - 5064: -9.378035,46.87724 - 5070: -7.6070986,44.556583 - 6741: -46.454243,-37.985996 + 140: -3,-49 + 141: 13,-54 + 147: -1,15 + 157: -30,18 + 199: 63,8 + 2181: -44.448067,-3.31462 + 2182: -43.967598,-4.732589 + 2183: -44.108223,-6.8536825 + 2195: -25.7789,17.857733 + 2209: 3.0356216,9.384638 + 2210: 3.398903,9.290888 + 2250: 47.31783,-10.227113 + 2263: 49.1166,-26.603088 + 2264: 49.843163,-27.083557 + 2265: 49.58535,-18.62262 + 2266: 49.468163,-19.325745 + 2267: 56.69863,-7.2684336 + 2268: 58.339256,-2.1115599 + 2269: 64.80801,-3.9982786 + 2270: 65.12441,-4.349841 + 2271: 75.4745,-4.54906 + 2339: 18.91415,-38.52007 + 2340: 13.47665,-38.89507 + 2341: 20.437588,-38.80132 + 2342: 8.689707,-45.91225 + 2343: 8.103769,-45.631 + 2344: 5.220957,-45.92397 + 2345: 4.683049,-49.234737 + 2346: 12.569768,-50.476925 + 2347: 12.82758,-51.273796 + 2348: -5.5732093,-45.661797 + 2349: -4.6239905,-45.954765 + 2382: -24.328709,-34.79685 + 2383: -8.356053,-30.121065 + 2384: -24.481052,-28.363253 + 2385: -24.12949,-31.808565 + 2488: 62.41595,8.417506 + 2489: 63.622986,8.2886 + 2490: 56.90814,8.300319 + 2491: 57.681576,8.347194 + 2571: -17.177572,17.701937 + 2572: 4.425289,24.43648 + 2591: 48.516125,53.44286 + 2592: 48.529694,56.54833 + 2593: 36.65941,43.68774 + 2594: 36.600815,42.573784 + 2595: 36.55394,35.679775 + 2596: 37.350815,36.93368 + 2597: 37.327377,32.36337 + 2598: 37.22191,44.375088 + 2618: 13.822786,35.63112 + 2619: 14.16263,35.16237 + 2620: 9.018099,34.85768 + 2621: 9.463411,34.517838 + 2657: -24.656801,-13.586744 + 2658: -19.375551,-13.602369 + 2659: -14.906801,-14.117994 + 2660: -29.344301,-13.664869 + 3526: 47.8365,20.992 + 3527: 45.039623,21.343563 + 3549: 35.873875,20.83988 + 6151: -46.454243,-37.985996 + 7278: 54.54633,-28.09381 + 7511: 4.23114,78.10724 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' id: Flowersy4 decals: - 66: 40,-20 - 67: 50,-18 - 68: 67,-21 - 69: 56,-7 - 70: 63,0 - 71: 67,-2 + 54: 40,-20 + 55: 50,-18 + 56: 67,-21 + 57: 56,-7 + 58: 63,0 + 59: 67,-2 - node: color: '#FFFFFFFF' id: Flowersy4 decals: - 135: -1,-11 - 171: -25,18 - 182: 4,25 - 188: 37,35 - 2283: 3.371901,-10.462841 - 2284: -1.4562241,-11.751904 - 2638: 38.00763,-20.166222 - 2739: 13.50732,24.038042 - 2819: 15.35181,77.65445 - 2820: 15.984623,77.033356 - 2821: 15.375248,74.84195 - 2822: -13.626251,74.72476 - 2823: -13.860626,73.86929 - 3915: 36.197342,-11.987121 - 3916: 35.874424,-10.112121 - 4004: 36.47652,-7.3850927 - 4720: 6.660134,44.709896 - 6185: -23.90585,-39.27359 - 6186: -24.507412,-33.164215 - 6217: -10.562142,-52.913784 + 122: -1,-11 + 158: -25,18 + 169: 4,25 + 175: 37,35 + 2168: 3.371901,-10.462841 + 2169: -1.4562241,-11.751904 + 2513: 38.00763,-20.166222 + 2575: 13.50732,24.038042 + 3580: 36.197342,-11.987121 + 3581: 35.874424,-10.112121 + 3657: 36.47652,-7.3850927 + 4373: 6.660134,44.709896 + 5595: -23.90585,-39.27359 + 5596: -24.507412,-33.164215 + 5627: -10.562142,-52.913784 + 7335: 8.223234,85.72015 + 7336: 4.535734,84.89984 - node: color: '#FFFFFFFF' id: Grassa1 decals: - 4745: -35.81695,69.36659 - 4746: -39.926327,69.42909 - 4800: 45.667503,-28.563889 - 4851: -70.268234,35.699272 - 4852: -65.8073,31.652397 + 4398: -35.81695,69.36659 + 4399: -39.926327,69.42909 + 4453: 45.667503,-28.563889 + 4503: -70.268234,35.699272 + 4504: -65.8073,31.652397 - node: color: '#FFFFFFFF' id: Grassa2 decals: - 4732: -29.128242,-0.2084899 - 4752: -37.231014,69.405655 - 4807: 49.417503,-32.399826 - 7219: 95.62782,-20.106216 + 4385: -29.128242,-0.2084899 + 4405: -37.231014,69.405655 + 4460: 49.417503,-32.399826 + 6629: 95.62782,-20.106216 - node: color: '#FFFFFFFF' id: Grassa3 decals: - 4887: 30.690582,52.826473 - 4888: 30.753082,55.72491 - 7259: 90.14565,-26.393059 - 7260: 98.872215,-27.924309 - 7261: 111.939835,-23.50209 - 7262: 111.93202,-8.217318 - 7332: -29.87311,73.11046 + 4539: 30.690582,52.826473 + 4540: 30.753082,55.72491 + 6669: 90.14565,-26.393059 + 6670: 98.872215,-27.924309 + 6671: 111.939835,-23.50209 + 6672: 111.93202,-8.217318 - node: color: '#FFFFFFFF' id: Grassa4 decals: - 4847: -66.90886,35.84771 - 5610: 11.418446,-41.137066 - 5611: 10.457508,-44.230816 - 7220: 95.51845,-14.27769 - 7267: 103.41823,-27.948832 - 7268: 97.96478,-27.675394 - 7269: 92.003845,-6.0752287 + 4499: -66.90886,35.84771 + 5048: 11.418446,-41.137066 + 5049: 10.457508,-44.230816 + 6630: 95.51845,-14.27769 + 6677: 103.41823,-27.948832 + 6678: 97.96478,-27.675394 + 6679: 92.003845,-6.0752287 + 6761: -41.139698,72.81525 + 7292: 7.031332,74.94786 + 7297: 4.890707,78.01817 + 7315: 5.770109,85.5639 - node: color: '#FFFFFFFF' id: Grassa5 decals: - 5286: 14.745121,-33.18229 - 6724: -41.82687,-37.933937 - 6742: -65.37458,-20.822691 - 7221: 95.06919,-19.297958 + 4830: 14.745121,-33.18229 + 6134: -41.82687,-37.933937 + 6152: -65.37458,-20.822691 + 6631: 95.06919,-19.297958 + 7383: -44.95377,81.37288 - node: color: '#FFFFFFFF' id: Grassb1 decals: - 4077: -28.1378,-16.970455 - 4078: -29.0753,-17.282955 - 4771: 41.316948,11.499512 - 4774: 40.357212,15.434651 - 4775: 46.044712,15.309651 - 4776: 43.56815,15.184651 - 4777: 44.703064,10.787474 - 4778: 41.234314,10.748411 - 4801: 46.331566,-29.345139 - 4802: 50.24563,-28.798264 - 4803: 46.33938,-31.993576 - 4882: 32.21402,52.97491 - 4883: 34.604645,57.0296 - 4884: 31.77652,57.2796 - 5181: -53.45383,-6.482257 - 5182: -55.375706,-8.771319 - 5183: -51.57102,-8.044757 - 5526: -2.5148964,24.69007 - 6725: -41.17062,-37.855812 - 7208: 95.550064,-13.153756 - 7209: 94.71413,-20.877293 - 7210: 107.33796,-20.924168 - 7211: 106.47077,-13.703123 - 7212: 106.62702,-13.148436 - 7263: 91.06431,-5.9899263 - 7264: 111.94948,-7.232114 - 7265: 112.066666,-15.359385 - 7266: 104.05885,-27.792582 + 3730: -28.1378,-16.970455 + 3731: -29.0753,-17.282955 + 4424: 41.316948,11.499512 + 4427: 40.357212,15.434651 + 4428: 46.044712,15.309651 + 4429: 43.56815,15.184651 + 4430: 44.703064,10.787474 + 4431: 41.234314,10.748411 + 4454: 46.331566,-29.345139 + 4455: 50.24563,-28.798264 + 4456: 46.33938,-31.993576 + 4534: 32.21402,52.97491 + 4535: 34.604645,57.0296 + 4536: 31.77652,57.2796 + 4725: -53.45383,-6.482257 + 4726: -55.375706,-8.771319 + 4727: -51.57102,-8.044757 + 5006: -2.5148964,24.69007 + 6135: -41.17062,-37.855812 + 6618: 95.550064,-13.153756 + 6619: 94.71413,-20.877293 + 6620: 107.33796,-20.924168 + 6621: 106.47077,-13.703123 + 6622: 106.62702,-13.148436 + 6673: 91.06431,-5.9899263 + 6674: 111.94948,-7.232114 + 6675: 112.066666,-15.359385 + 6676: 104.05885,-27.792582 + 6771: -45.139698,69.119934 + 6772: -35.725636,72.37775 + 7293: 10.0547695,76.1588 + 7316: 10.691984,86.72015 + 7384: -41.906895,82.138504 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' id: Grassb2 decals: - 91: -21,-14 - 104: 55,0 - 105: 57,-4 - 106: 63,-8 - 107: 68,-15 - 108: 50,-27 + 79: -21,-14 + 91: 55,0 + 92: 57,-4 + 93: 63,-8 + 94: 68,-15 + 95: 50,-27 - node: color: '#FFFFFFFF' id: Grassb2 decals: - 4742: -31.210787,0.95500517 - 4743: -39.99664,73.14003 - 4744: -36.082577,71.79628 - 4772: 41.363823,14.171387 - 4773: 40.496635,14.233887 - 4804: 47.417503,-32.392014 - 4805: 50.06594,-31.329514 - 4806: 49.386253,-30.727951 - 4848: -65.8698,36.402397 - 4849: -70.16667,33.800835 - 4850: -68.38542,31.84771 - 4885: 35.362457,57.1546 - 4886: 35.253082,52.990536 - 5292: 18.323246,-33.21354 - 5293: 18.666996,-29.471352 - 5294: 15.4248085,-31.190102 - 5527: -1.6164589,27.510382 - 6726: -40.334682,-37.668312 - 6727: -42.35812,-37.75425 - 7222: 95.741066,-18.524824 - 7223: 106.69396,-20.110762 - 7224: 107.27752,-14.471476 - 7225: 94.28533,-16.563902 - 7334: -30.193422,71.92296 + 4395: -31.210787,0.95500517 + 4396: -39.99664,73.14003 + 4397: -36.082577,71.79628 + 4425: 41.363823,14.171387 + 4426: 40.496635,14.233887 + 4457: 47.417503,-32.392014 + 4458: 50.06594,-31.329514 + 4459: 49.386253,-30.727951 + 4500: -65.8698,36.402397 + 4501: -70.16667,33.800835 + 4502: -68.38542,31.84771 + 4537: 35.362457,57.1546 + 4538: 35.253082,52.990536 + 4836: 18.323246,-33.21354 + 4837: 18.666996,-29.471352 + 4838: 15.4248085,-31.190102 + 5007: -1.6164589,27.510382 + 6136: -40.334682,-37.668312 + 6137: -42.35812,-37.75425 + 6632: 95.741066,-18.524824 + 6633: 106.69396,-20.110762 + 6634: 107.27752,-14.471476 + 6635: 94.28533,-16.563902 + 7290: 7.109457,72.97911 + 7291: 12.1172695,73.525986 - node: color: '#FFFFFFFF' id: Grassb3 decals: - 7226: 94.605644,-17.110777 - 7227: 107.91033,-22.075668 + 6636: 94.605644,-17.110777 + 6637: 107.91033,-22.075668 + 6762: -40.764698,69.0965 - node: color: '#FFFFFFFF' id: Grassb4 decals: - 5692: -42.246975,18.748549 - 6747: -68.06073,-2.6116269 - 7213: 107.49421,-13.523436 - 7214: 106.90046,-10.593748 - 7215: 95.83095,-12.507811 - 7216: 94.823135,-13.874998 - 7217: 94.7997,-21.621841 - 7218: 106.94032,-21.434341 + 5130: -42.246975,18.748549 + 6157: -68.06073,-2.6116269 + 6623: 107.49421,-13.523436 + 6624: 106.90046,-10.593748 + 6625: 95.83095,-12.507811 + 6626: 94.823135,-13.874998 + 6627: 94.7997,-21.621841 + 6628: 106.94032,-21.434341 + 7385: -43.664707,78.076004 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' id: Grassb5 decals: - 90: -18,-14 + 78: -18,-14 - node: color: '#FFFFFFFF' id: Grassb5 decals: - 162: 3,14 - 4726: 5.8699102,44.97535 - 4727: 5.6824102,43.584724 - 4731: -32.24543,1.2524476 - 4733: -32.33918,2.69776 - 4751: -38.231014,73.24159 - 5184: -50.281956,-6.8025694 - 5287: 15.104496,-32.3776 - 5288: 14.041996,-30.49479 - 5289: 15.120121,-29.322914 - 5290: 20.198246,-29.299477 - 5291: 18.979496,-32.760414 - 5609: 8.824696,-43.80113 - 5693: -41.067287,19.600111 - 5694: -43.215725,21.357924 - 6746: -69.92792,-3.7131894 - 7333: -33.31842,69.03233 + 149: 3,14 + 4379: 5.8699102,44.97535 + 4380: 5.6824102,43.584724 + 4384: -32.24543,1.2524476 + 4386: -32.33918,2.69776 + 4404: -38.231014,73.24159 + 4728: -50.281956,-6.8025694 + 4831: 15.104496,-32.3776 + 4832: 14.041996,-30.49479 + 4833: 15.120121,-29.322914 + 4834: 20.198246,-29.299477 + 4835: 18.979496,-32.760414 + 5047: 8.824696,-43.80113 + 5131: -41.067287,19.600111 + 5132: -43.215725,21.357924 + 6156: -69.92792,-3.7131894 + 7273: 55.561954,-27.859434 + 7317: 4.363859,86.72797 - node: color: '#FFFFFFFF' id: Grassc1 decals: - 237: 39,-37 - 280: -106.45246,26.066643 - 287: -101.35871,25.457268 - 2339: -1.2555814,12.724482 - 2340: -1.3258939,11.2362 - 2341: 3.3967624,13.626825 - 2342: 3.2912936,15.536982 - 2343: 42.188217,-12.685484 - 2344: 42.9265,-13.622984 - 2345: 42.668686,-13.037046 - 2346: 40.793686,-14.548765 - 2347: 40.992905,-15.169859 - 2348: 40.84056,-10.646421 - 2349: 47.250717,-9.521421 - 2350: 47.485092,-8.841734 - 2351: 46.38353,6.408603 - 2725: -81.59464,14.119104 - 2726: -88.25988,13.697229 - 2727: -88.84687,4.3498635 - 2728: -87.53437,0.55515265 - 2729: -17.58807,17.6785 - 2730: -23.674154,17.561312 - 2731: -20.310873,17.631624 - 2775: 13.119661,35.666275 - 2776: 13.41263,34.822525 - 2777: 8.924349,35.4319 - 2880: -23.609926,-14.149244 - 4747: -39.94195,72.27284 - 4748: -37.74664,73.17909 - 4749: -35.77789,70.75722 - 4779: 41.390564,11.326536 - 4780: 43.609314,11.162474 - 4781: 45.99994,12.514036 - 4812: 45.823753,-32.337326 - 4813: 50.573753,-31.829514 - 4834: -15.917347,53.478382 - 4856: -70.21355,34.886772 - 4857: -65.72136,35.34771 - 4858: -67.94792,36.050835 - 4859: -69.57292,32.449272 - 4892: 34.721832,53.209286 - 4893: 32.27652,52.9671 - 4894: 35.065582,55.138973 - 5187: -51.438206,-6.326007 - 5188: -56.17258,-5.6931944 - 6184: -24.4996,-38.156403 - 7228: 107.50408,-23.005356 - 7229: 99.01971,-22.560043 - 7230: 94.293144,-20.231918 - 7231: 94.62127,-15.53811 - 7232: 96.105644,-11.733422 - 7270: 93.98822,-6.004916 - 7271: 103.75708,-6.0283546 - 7272: 102.12007,-6.036166 - 7273: 111.98851,-6.754916 - 7274: 111.7932,-14.00962 - 7275: 112.38695,-16.400246 - 7327: -33.966858,69.87608 - 7328: -31.834047,69.03233 + 223: 39,-37 + 266: -106.45246,26.066643 + 273: -101.35871,25.457268 + 2224: -1.2555814,12.724482 + 2225: -1.3258939,11.2362 + 2226: 3.3967624,13.626825 + 2227: 3.2912936,15.536982 + 2228: 42.188217,-12.685484 + 2229: 42.9265,-13.622984 + 2230: 42.668686,-13.037046 + 2231: 40.793686,-14.548765 + 2232: 40.992905,-15.169859 + 2233: 40.84056,-10.646421 + 2234: 47.250717,-9.521421 + 2235: 47.485092,-8.841734 + 2236: 46.38353,6.408603 + 2564: -81.59464,14.119104 + 2565: -17.58807,17.6785 + 2566: -23.674154,17.561312 + 2567: -20.310873,17.631624 + 2611: 13.119661,35.666275 + 2612: 13.41263,34.822525 + 2613: 8.924349,35.4319 + 2656: -23.609926,-14.149244 + 4400: -39.94195,72.27284 + 4401: -37.74664,73.17909 + 4402: -35.77789,70.75722 + 4432: 41.390564,11.326536 + 4433: 43.609314,11.162474 + 4434: 45.99994,12.514036 + 4465: 45.823753,-32.337326 + 4466: 50.573753,-31.829514 + 4486: -15.917347,53.478382 + 4508: -70.21355,34.886772 + 4509: -65.72136,35.34771 + 4510: -67.94792,36.050835 + 4511: -69.57292,32.449272 + 4544: 34.721832,53.209286 + 4545: 32.27652,52.9671 + 4546: 35.065582,55.138973 + 4731: -51.438206,-6.326007 + 4732: -56.17258,-5.6931944 + 5594: -24.4996,-38.156403 + 6638: 107.50408,-23.005356 + 6639: 99.01971,-22.560043 + 6640: 94.293144,-20.231918 + 6641: 94.62127,-15.53811 + 6642: 96.105644,-11.733422 + 6680: 93.98822,-6.004916 + 6681: 103.75708,-6.0283546 + 6682: 102.12007,-6.036166 + 6683: 111.98851,-6.754916 + 6684: 111.7932,-14.00962 + 6685: 112.38695,-16.400246 + 7287: 8.4297695,73.025986 + 7288: 7.1953945,75.51817 + 7289: 10.4766445,76.07286 + 7386: -42.375645,78.06038 + 7387: -40.992832,80.83382 - node: color: '#FFFFFFFF' id: Grassc2 decals: - 178: -29,18 - 283: -106.37434,22.410393 - 286: -104.74934,19.879143 - 2295: -43.979317,-3.6661825 - 4808: 47.94094,-32.1967 - 4809: 46.300316,-31.415451 - 4810: 46.425316,-28.735764 - 4811: 50.323753,-29.181076 - 4889: 31.081207,54.826473 - 4890: 31.948395,56.638973 - 4891: 34.909332,56.795223 - 5614: 9.129383,-43.11363 - 5615: 9.777821,-44.324566 - 5616: 10.801258,-41.441753 - 5695: -41.6376,19.100111 - 5696: -40.770412,20.600111 - 5697: -43.067287,20.881361 - 6743: -64.796455,-20.978941 - 6748: -70.24823,-4.1116266 - 6749: -67.701355,-3.0569394 - 7233: 100.02752,-11.22561 - 7234: 106.23846,-11.616235 - 7235: 107.14471,-17.374046 - 7236: 108.18377,-20.325138 - 7237: 95.761894,-22.793888 - 7238: 93.93761,-21.012209 - 7243: 98.02594,-10.4841 - 7276: 111.98851,-25.775597 - 7277: 108.04184,-27.69552 - 7278: 108.65903,-27.968958 - 7329: -30.794985,73.03233 + 165: -29,18 + 269: -106.37434,22.410393 + 272: -104.74934,19.879143 + 2180: -43.979317,-3.6661825 + 4461: 47.94094,-32.1967 + 4462: 46.300316,-31.415451 + 4463: 46.425316,-28.735764 + 4464: 50.323753,-29.181076 + 4541: 31.081207,54.826473 + 4542: 31.948395,56.638973 + 4543: 34.909332,56.795223 + 5052: 9.129383,-43.11363 + 5053: 9.777821,-44.324566 + 5054: 10.801258,-41.441753 + 5133: -41.6376,19.100111 + 5134: -40.770412,20.600111 + 5135: -43.067287,20.881361 + 6153: -64.796455,-20.978941 + 6158: -70.24823,-4.1116266 + 6159: -67.701355,-3.0569394 + 6643: 100.02752,-11.22561 + 6644: 106.23846,-11.616235 + 6645: 107.14471,-17.374046 + 6646: 108.18377,-20.325138 + 6647: 95.761894,-22.793888 + 6648: 93.93761,-21.012209 + 6653: 98.02594,-10.4841 + 6686: 111.98851,-25.775597 + 6687: 108.04184,-27.69552 + 6688: 108.65903,-27.968958 + 6766: -41.58501,69.39337 + 6767: -44.717823,68.94806 + 6768: -45.163136,72.807434 + 6769: -45.02251,72.47931 + 7318: 4.0122967,84.98578 + 7319: 9.918547,85.90765 + 7320: 7.051359,86.57172 + 7343: 15.863701,91.79761 - node: color: '#FFFFFFFF' id: Grassc3 decals: - 213: 55,8 - 2482: -24.094334,-28.66794 - 2483: -24.574802,-30.753878 - 2484: -23.836521,-34.03513 - 2485: -8.473241,-29.031221 - 2486: -9.223241,-28.398409 - 2842: -16.65187,52.65 - 2843: -16.546402,56.470314 - 2844: -17.179214,58.732033 - 2845: -17.190933,59.353127 - 2846: -16.581558,54.314064 - 4750: -39.37945,72.78847 - 4782: 41.179626,13.912474 - 4783: 42.734314,15.068724 - 4784: 44.773376,14.756224 - 7330: -32.669983,72.946396 - 7331: -29.732485,71.352646 + 200: 55,8 + 2364: -24.094334,-28.66794 + 2365: -24.574802,-30.753878 + 2366: -23.836521,-34.03513 + 2367: -8.473241,-29.031221 + 2368: -9.223241,-28.398409 + 2632: -16.546402,56.470314 + 2633: -16.581558,54.314064 + 4403: -39.37945,72.78847 + 4435: 41.179626,13.912474 + 4436: 42.734314,15.068724 + 4437: 44.773376,14.756224 + 7388: -44.969395,80.888504 + 7389: -45.188145,79.044754 + 7390: -44.695957,78.669754 + 7391: -44.742832,78.232254 - node: color: '#FFFFFFFF' id: Grassc4 decals: - 281: -106.12434,25.801018 - 282: -100.88996,28.801018 - 284: -104.62434,20.535393 - 285: -103.96809,20.222893 - 2294: -44.33088,-4.779464 - 4860: -68.768234,31.97271 - 4861: -65.79167,33.06646 - 5185: -54.836643,-7.138507 - 5186: -53.024143,-8.279132 - 7244: 95.385315,-12.351288 - 7245: 104.2525,-22.114433 - 7246: 103.89313,-22.684746 - 7247: 96.14313,-23.536308 - 7279: 91.28905,-27.906458 - 7280: 96.96092,-27.44552 + 267: -106.12434,25.801018 + 268: -100.88996,28.801018 + 270: -104.62434,20.535393 + 271: -103.96809,20.222893 + 2179: -44.33088,-4.779464 + 4512: -68.768234,31.97271 + 4513: -65.79167,33.06646 + 4729: -54.836643,-7.138507 + 4730: -53.024143,-8.279132 + 6654: 95.385315,-12.351288 + 6655: 104.2525,-22.114433 + 6656: 103.89313,-22.684746 + 6657: 96.14313,-23.536308 + 6689: 91.28905,-27.906458 + 6690: 96.96092,-27.44552 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' id: Grassd1 decals: - 92: -26,-14 - 93: -29,-14 - 97: 61,-27 - 98: 62,-27 - 99: 68,-7 - 100: 60,-2 - 101: 68,0 - 102: 75,-4 - 103: 60,-9 + 80: -26,-14 + 81: -29,-14 + 84: 61,-27 + 85: 62,-27 + 86: 68,-7 + 87: 60,-2 + 88: 68,0 + 89: 75,-4 + 90: 60,-9 - node: color: '#FFFFFFFF' id: Grassd1 decals: - 236: 38,-37 - 289: -106.62434,25.519768 - 2285: -1.3586571,-5.1471586 - 2286: 3.3054054,-6.5651274 - 2287: -17.25638,-13.645953 - 2288: -14.572786,-13.892047 - 2289: -25.641973,-13.575641 - 2367: 44.458454,-9.981019 - 2368: 47.247517,-8.199769 - 2369: 43.145954,-14.37555 - 2676: -87.71239,16.919971 - 2677: -88.017075,17.58794 - 2678: -87.442856,12.91216 - 2679: -82.61473,13.017629 - 2680: -82.005356,11.962941 - 2681: -82.43895,12.44341 - 2682: -82.12254,17.248096 - 2683: -88.41551,4.615285 - 2684: -87.18504,0.6190014 - 2685: -87.7827,0.054658413 - 2686: -100.82238,5.9791574 - 2687: -81.19448,17.579124 - 2688: -85.97573,30.987486 - 7325: -33.365295,68.90733 - 7326: -34.060608,72.45421 + 222: 38,-37 + 275: -106.62434,25.519768 + 2170: -1.3586571,-5.1471586 + 2171: 3.3054054,-6.5651274 + 2172: -17.25638,-13.645953 + 2173: -14.572786,-13.892047 + 2174: -25.641973,-13.575641 + 2252: 44.458454,-9.981019 + 2253: 47.247517,-8.199769 + 2254: 43.145954,-14.37555 + 2543: -82.61473,13.017629 + 2544: -82.005356,11.962941 + 2545: -82.43895,12.44341 + 2546: -82.12254,17.248096 + 2547: -100.82238,5.9791574 + 2548: -81.19448,17.579124 + 2549: -85.97573,30.987486 + 6770: -45.295948,72.37775 - node: color: '#FFFFFFFF' id: Grassd2 decals: - 137: -19,-14 - 145: 5,-46 - 157: 13,-39 - 158: 8,-46 - 159: -3,-46 - 327: -101.25319,6.801566 - 328: -102.97194,2.1765664 - 329: -107.59694,7.973441 - 2435: 40.67008,-32.269234 - 2436: 41.537266,-31.437202 - 2437: 38.026943,-36.570225 - 2438: 33.128506,-36.72257 - 2439: 29.296474,-36.746006 - 2453: 18.152431,-38.766163 - 2454: 15.6329,-38.80132 - 2468: -4.237272,-45.579765 - 2469: -2.7372718,-46.611015 - 2470: -2.5146155,-48.89617 - 2471: 4.4652367,-46.596336 - 2472: -8.812107,-29.940277 - 2473: -8.390232,-29.389496 - 2474: -9.280857,-27.549652 - 2475: -9.339451,-30.994965 - 2476: -24.328709,-31.808565 - 2477: -24.188084,-32.35935 - 2478: -24.516209,-35.499973 - 2479: -24.41074,-27.707003 - 2639: 41.46466,-20.506065 - 2640: 43.105286,-20.588097 - 2641: 40.386536,-20.17794 - 2642: 41.46686,-29.405165 - 2643: 32.185696,-36.547718 - 2644: 30.955227,-36.219593 - 2645: 16.974197,-38.411 - 2646: 8.344835,-45.18538 - 2647: 13.26671,-52.60527 - 2648: 4.477648,-48.58574 - 2649: -2.3533373,-47.495895 - 2650: -8.970274,-31.41587 - 2651: -24.60868,-32.43083 - 2771: 36.600815,34.824306 - 2772: 36.589096,38.574306 - 2773: 36.55394,44.316494 - 2774: 37.175034,43.68368 - 2794: 15.968399,75.1232 - 2795: 15.663712,74.86539 - 2796: 15.628555,77.1857 - 2797: 15.616837,77.9357 - 2798: -13.793809,73.96304 - 2799: -13.430528,74.61929 - 2800: -13.981309,77.63101 - 2836: -17.296402,57.396095 - 2837: -16.921402,56.177345 - 2838: -16.804214,56.89219 - 2839: -16.534683,59.107033 - 2840: -17.366714,52.802345 - 2841: -16.94484,52.040627 - 3853: 46.664623,20.867 - 3862: 27.660282,-16.74252 - 3863: 26.90247,-17.21127 - 3864: 29.863407,-17.281582 - 4629: 77.56664,54.84955 - 4630: 78.773674,55.40033 - 4631: 79.699455,56.302673 - 4641: 83.50805,54.63861 - 4642: 84.75024,54.47455 - 4643: 82.07836,56.426743 - 4954: -8.852795,46.17611 - 4955: -8.032482,45.76986 - 4956: -4.5481076,46.355797 - 5062: -7.4717846,46.9163 - 5066: -10.200849,44.751896 - 5067: -7.1383486,44.650333 - 5068: -4.849286,44.69721 - 5069: -6.1852236,45.587833 - 5169: -55.438206,-6.466632 - 5170: -50.930393,-7.3181944 - 5171: -49.836643,-5.966632 - 5172: -53.430393,-9.271319 - 5173: -56.35227,-8.974444 - 6182: -24.2496,-39.078278 - 6183: -24.366787,-36.625153 - 6215: -10.55433,-51.81222 - 6739: -46.188618,-37.829746 - 7281: 95.64842,-27.961145 - 7282: 90.17967,-26.984583 - 7283: 90.32811,-25.140833 - 7284: 94.03905,-21.786802 - 7285: 93.999985,-14.556005 - 7286: 90.52342,-6.190587 - 7287: 90.093735,-8.35465 - 7288: 96.03905,-5.628087 - 7289: 98.093735,-6.1358995 - 7290: 100.88148,-5.534337 - 7291: 102.95179,-5.8077745 - 7292: 110.63506,-5.846837 - 7293: 109.50043,-5.940587 - 7294: 112.26605,-9.456212 - 7295: 111.72699,-12.4531145 - 7296: 112.15668,-13.398427 - 7297: 112.0473,-19.58782 - 7298: 112.15668,-24.78459 - 7299: 111.82855,-26.339443 - 7322: -30.34186,72.89171 - 7323: -30.138735,69.258896 - 7324: -33.959045,69.18077 + 124: -19,-14 + 132: 5,-46 + 144: 13,-39 + 145: 8,-46 + 146: -3,-46 + 313: -101.25319,6.801566 + 314: -102.97194,2.1765664 + 315: -107.59694,7.973441 + 2317: 40.67008,-32.269234 + 2318: 41.537266,-31.437202 + 2319: 38.026943,-36.570225 + 2320: 33.128506,-36.72257 + 2321: 29.296474,-36.746006 + 2335: 18.152431,-38.766163 + 2336: 15.6329,-38.80132 + 2350: -4.237272,-45.579765 + 2351: -2.7372718,-46.611015 + 2352: -2.5146155,-48.89617 + 2353: 4.4652367,-46.596336 + 2354: -8.812107,-29.940277 + 2355: -8.390232,-29.389496 + 2356: -9.280857,-27.549652 + 2357: -9.339451,-30.994965 + 2358: -24.328709,-31.808565 + 2359: -24.188084,-32.35935 + 2360: -24.516209,-35.499973 + 2361: -24.41074,-27.707003 + 2514: 41.46466,-20.506065 + 2515: 43.105286,-20.588097 + 2516: 40.386536,-20.17794 + 2517: 41.46686,-29.405165 + 2518: 32.185696,-36.547718 + 2519: 30.955227,-36.219593 + 2520: 16.974197,-38.411 + 2521: 8.344835,-45.18538 + 2522: 13.26671,-52.60527 + 2523: 4.477648,-48.58574 + 2524: -2.3533373,-47.495895 + 2525: -8.970274,-31.41587 + 2526: -24.60868,-32.43083 + 2607: 36.600815,34.824306 + 2608: 36.589096,38.574306 + 2609: 36.55394,44.316494 + 2610: 37.175034,43.68368 + 2630: -16.534683,59.107033 + 2631: -16.94484,52.040627 + 3522: 46.664623,20.867 + 3531: 27.660282,-16.74252 + 3532: 26.90247,-17.21127 + 3533: 29.863407,-17.281582 + 4282: 77.56664,54.84955 + 4283: 78.773674,55.40033 + 4284: 79.699455,56.302673 + 4294: 83.50805,54.63861 + 4295: 84.75024,54.47455 + 4296: 82.07836,56.426743 + 4713: -55.438206,-6.466632 + 4714: -50.930393,-7.3181944 + 4715: -49.836643,-5.966632 + 4716: -53.430393,-9.271319 + 4717: -56.35227,-8.974444 + 5592: -24.2496,-39.078278 + 5593: -24.366787,-36.625153 + 5625: -10.55433,-51.81222 + 6149: -46.188618,-37.829746 + 6691: 95.64842,-27.961145 + 6692: 90.17967,-26.984583 + 6693: 90.32811,-25.140833 + 6694: 94.03905,-21.786802 + 6695: 93.999985,-14.556005 + 6696: 90.52342,-6.190587 + 6697: 90.093735,-8.35465 + 6698: 96.03905,-5.628087 + 6699: 98.093735,-6.1358995 + 6700: 100.88148,-5.534337 + 6701: 102.95179,-5.8077745 + 6702: 110.63506,-5.846837 + 6703: 109.50043,-5.940587 + 6704: 112.26605,-9.456212 + 6705: 111.72699,-12.4531145 + 6706: 112.15668,-13.398427 + 6707: 112.0473,-19.58782 + 6708: 112.15668,-24.78459 + 6709: 111.82855,-26.339443 + 6757: -0.8544729,60.946247 + 7279: 6.9297695,73.47911 + 7280: 7.8985195,73.22911 + 7281: 11.000082,73.057236 + 7282: 11.0235195,76.01036 + 7338: 15.879326,92.46167 + 7339: 16.402763,93.54761 + 7340: 15.723076,90.02417 + 7341: 16.027763,89.11792 + 7374: -45.070957,81.24788 + 7375: -42.86002,82.09163 + 7376: -41.008457,80.732254 + 7377: -44.555332,77.888504 + 7378: -44.750645,79.11507 + 7379: -42.98502,78.013504 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' id: Grassd3 decals: - 94: 38,-20 - 95: 51,-27 - 96: 59,-28 + 82: 38,-20 + 83: 51,-27 - node: color: '#FFFFFFFF' id: Grassd3 decals: - 146: -6,-46 - 177: -18,18 - 185: 14,24 - 190: 37,33 - 330: -107.893814,7.629691 - 331: -102.268814,10.754691 - 332: -101.143814,10.989066 - 333: -101.112564,5.004691 - 2290: -29.864674,-13.505328 - 2291: -29.153486,-13.317828 - 2292: -44.266808,-7.0084305 - 2293: -43.434776,-7.982435 - 2392: 50.054928,-25.94495 - 2393: 48.871334,-26.7887 - 2394: 49.527584,-17.636356 - 2395: 53.441647,-3.8166533 - 2396: 55.445553,-0.44769478 - 2397: 54.566647,-0.78553295 - 2398: 59.992428,-0.29334545 - 2399: 64.832275,-0.69178295 - 2400: 65.582275,-1.4183455 - 2401: 65.46509,-2.2620955 - 2402: 75.81674,-1.0902205 - 2403: 75.514244,-0.4456892 - 2480: -24.141209,-28.10544 - 2624: 58.9472,8.1011 - 2625: 60.587826,8.605006 - 2626: 58.59564,8.75735 - 2627: 56.60129,8.421641 - 2694: -88.094185,3.6152077 - 2740: 3.733883,24.89351 - 2741: 13.823727,23.838823 - 2742: 13.31982,23.510698 - 2743: 13.530758,25.420855 - 2744: 4.894039,25.807573 - 2745: 4.3666954,25.709267 - 2746: 9.559973,34.656773 - 2747: 10.485754,34.902866 - 2748: 12.267004,34.938023 - 2749: 13.673254,35.88724 - 2750: 14.2591915,34.66849 - 2751: 49.222614,55.898956 - 2752: 48.765583,56.70755 - 2753: 48.917927,54.56302 - 2754: 48.636677,53.660675 - 2791: 12.548815,35.9944 - 2792: 11.330065,34.459244 - 2801: -13.559434,78.08804 - 2802: -13.325059,75.545074 - 2803: -13.922715,72.58023 - 2804: 15.991913,74.02164 - 2805: 15.323944,74.29117 - 2830: -2.059791,57.85562 - 2831: -2.3058848,60.02359 - 2941: 46.39468,-5.921156 - 2942: 46.668118,-6.296156 - 2943: 46.668118,-7.5852184 - 2944: 46.402493,-2.3352184 - 2945: 46.011868,-1.8117809 - 2946: 46.371243,-1.4367809 - 2947: 47.402493,-0.38990593 - 3923: -13.76521,70.095 - 3924: -13.874585,68.9075 - 4075: -30.036238,-17.26733 - 4076: -28.629988,-16.95483 - 4725: 5.7136602,45.303474 - 4734: -31.24543,-0.1303649 - 4957: -10.266857,46.24642 - 4958: -8.563732,45.597984 - 4959: -6.64967,46.39486 - 4960: -4.77467,45.535484 - 5174: -55.000706,-5.8494444 - 5175: -53.73508,-6.8650694 - 5176: -50.274143,-7.794757 - 5612: 8.824696,-42.26988 - 5613: 11.316883,-41.910503 - 6214: -10.905892,-51.101284 - 6728: -44.67062,-37.980812 - 7198: 94.57438,-11.868986 - 7199: 95.14469,-15.931486 - 7200: 93.933754,-20.03083 - 7201: 94.86344,-20.913643 - 7202: 101.621254,-22.59333 - 7203: 106.996254,-22.546455 - 7204: 106.933754,-12.762597 - 7205: 107.63688,-10.14541 - 7206: 103.09782,-11.223535 - 7207: 95.07037,-11.965722 + 133: -6,-46 + 164: -18,18 + 172: 14,24 + 177: 37,33 + 316: -107.893814,7.629691 + 317: -102.268814,10.754691 + 318: -101.143814,10.989066 + 319: -101.112564,5.004691 + 2175: -29.864674,-13.505328 + 2176: -29.153486,-13.317828 + 2177: -44.266808,-7.0084305 + 2178: -43.434776,-7.982435 + 2277: 50.054928,-25.94495 + 2278: 48.871334,-26.7887 + 2279: 49.527584,-17.636356 + 2280: 53.441647,-3.8166533 + 2281: 55.445553,-0.44769478 + 2282: 54.566647,-0.78553295 + 2283: 59.992428,-0.29334545 + 2284: 64.832275,-0.69178295 + 2285: 65.582275,-1.4183455 + 2286: 65.46509,-2.2620955 + 2287: 75.81674,-1.0902205 + 2288: 75.514244,-0.4456892 + 2362: -24.141209,-28.10544 + 2499: 58.9472,8.1011 + 2500: 60.587826,8.605006 + 2501: 58.59564,8.75735 + 2502: 56.60129,8.421641 + 2576: 3.733883,24.89351 + 2577: 13.823727,23.838823 + 2578: 13.31982,23.510698 + 2579: 13.530758,25.420855 + 2580: 4.894039,25.807573 + 2581: 4.3666954,25.709267 + 2582: 9.559973,34.656773 + 2583: 10.485754,34.902866 + 2584: 12.267004,34.938023 + 2585: 13.673254,35.88724 + 2586: 14.2591915,34.66849 + 2587: 49.222614,55.898956 + 2588: 48.765583,56.70755 + 2589: 48.917927,54.56302 + 2590: 48.636677,53.660675 + 2627: 12.548815,35.9944 + 2628: 11.330065,34.459244 + 2715: 46.668118,-7.5852184 + 2716: 47.402493,-0.38990593 + 3728: -30.036238,-17.26733 + 3729: -28.629988,-16.95483 + 4378: 5.7136602,45.303474 + 4387: -31.24543,-0.1303649 + 4718: -55.000706,-5.8494444 + 4719: -53.73508,-6.8650694 + 4720: -50.274143,-7.794757 + 5050: 8.824696,-42.26988 + 5051: 11.316883,-41.910503 + 5624: -10.905892,-51.101284 + 6138: -44.67062,-37.980812 + 6608: 94.57438,-11.868986 + 6609: 95.14469,-15.931486 + 6610: 93.933754,-20.03083 + 6611: 94.86344,-20.913643 + 6612: 101.621254,-22.59333 + 6613: 106.996254,-22.546455 + 6614: 106.933754,-12.762597 + 6615: 107.63688,-10.14541 + 6616: 103.09782,-11.223535 + 6617: 95.07037,-11.965722 + 6763: -44.944386,69.526184 + 6764: -42.21001,69.19025 + 6765: -41.17876,69.97931 + 7274: 52.772892,-27.96881 + 7275: 56.491642,-27.953184 + 7276: 60.335392,-27.101622 + 7298: 4.4610195,78.0963 + 7305: 4.457609,86.3764 + 7306: 9.410734,86.33734 + 7307: 4.848234,84.15765 + 7508: -0.13427663,76.85724 + 7509: 0.08447337,75.99786 - node: color: '#FFFFFFFF' id: Grasse1 decals: - 3879: 39.41204,21.035192 - 3880: 37.302666,20.949255 - 3999: 35.843708,-5.1350927 - 4000: 36.160114,-5.6975927 - 4001: 36.48824,-7.97103 - 4006: 70.74908,19.150547 - 4007: 71.06548,18.353672 - 4008: 70.678764,14.369297 - 4621: 84.99633,55.845642 - 4622: 83.29711,53.33783 - 4632: 79.617424,55.728455 - 4633: 78.46899,53.876892 - 4634: 76.605705,54.54486 - 4635: 82.39477,52.833923 - 4636: 83.51977,52.540955 - 4637: 84.75024,52.646423 - 4835: -16.073597,54.181507 - 4836: -16.370472,54.994007 - 5063: -6.5811596,46.931927 + 3545: 39.41204,21.035192 + 3546: 37.302666,20.949255 + 3652: 35.843708,-5.1350927 + 3653: 36.160114,-5.6975927 + 3654: 36.48824,-7.97103 + 3659: 70.74908,19.150547 + 3660: 71.06548,18.353672 + 3661: 70.678764,14.369297 + 4274: 84.99633,55.845642 + 4275: 83.29711,53.33783 + 4285: 79.617424,55.728455 + 4286: 78.46899,53.876892 + 4287: 76.605705,54.54486 + 4288: 82.39477,52.833923 + 4289: 83.51977,52.540955 + 4290: 84.75024,52.646423 + 4487: -16.073597,54.181507 + 4488: -16.370472,54.994007 + 6758: -1.1357229,61.289997 + 7283: 7.2578945,76.0338 + 7284: 9.2110195,76.13536 + 7285: 11.781332,73.64317 + 7286: 9.0235195,73.17442 + 7308: 4.020109,85.77484 + 7309: 11.449797,86.96234 + 7310: 6.520109,86.77484 + 7342: 16.129326,90.23511 + 7380: -42.23502,81.982254 + 7381: -40.820957,78.18538 + 7382: -45.102207,78.544754 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' id: Grasse2 decals: - 109: 53,-14 - 110: 69,-2 - 111: 74,-1 - 112: 76,-3 - 113: 56,-1 + 96: 53,-14 + 97: 69,-2 + 98: 74,-1 + 99: 76,-3 + 100: 56,-1 - node: color: '#FFFFFFFF' id: Grasse2 decals: - 163: 3,11 - 2352: 46.219467,7.4113626 - 2353: 46.629623,2.055894 - 2354: 46.711655,1.5519876 - 2355: 46.137436,1.4242432 - 2356: 41.70775,-10.768253 - 2357: 41.930405,-11.225285 - 2481: -24.539646,-28.773409 - 2861: -17.338375,54.89626 - 4002: 35.656208,-6.7757177 - 4009: 70.59673,18.56461 - 4010: 71.042046,16.666172 - 4011: 71.28814,20.263828 - 4012: 71.241264,13.068516 - 4013: 70.43267,15.306797 - 4623: 81.64477,54.36908 - 4638: 84.55102,53.6308 - 4639: 83.59008,55.20111 - 4640: 84.41039,55.58783 - 5177: -56.211643,-6.7400694 - 5178: -52.461643,-8.185382 - 5179: -49.42258,-8.076007 - 5180: -49.399143,-6.8181944 - 6216: -10.944955,-53.351284 - 6729: -38.63937,-37.9105 - 6730: -39.467495,-37.707375 + 150: 3,11 + 2237: 46.219467,7.4113626 + 2238: 46.629623,2.055894 + 2239: 46.711655,1.5519876 + 2240: 46.137436,1.4242432 + 2241: 41.70775,-10.768253 + 2242: 41.930405,-11.225285 + 2363: -24.539646,-28.773409 + 3655: 35.656208,-6.7757177 + 3662: 70.59673,18.56461 + 3663: 71.042046,16.666172 + 3664: 71.28814,20.263828 + 3665: 71.241264,13.068516 + 3666: 70.43267,15.306797 + 4276: 81.64477,54.36908 + 4291: 84.55102,53.6308 + 4292: 83.59008,55.20111 + 4293: 84.41039,55.58783 + 4721: -56.211643,-6.7400694 + 4722: -52.461643,-8.185382 + 4723: -49.42258,-8.076007 + 4724: -49.399143,-6.8181944 + 5626: -10.944955,-53.351284 + 6139: -38.63937,-37.9105 + 6140: -39.467495,-37.707375 + 7311: 4.3872967,84.57953 + 7312: 7.910734,86.90765 + 7313: 5.3560467,87.3139 + 7314: 11.137297,86.04828 - node: color: '#FFFFFFFF' id: Grasse3 decals: - 176: -23,18 - 191: 37,38 - 235: 33,-37 - 288: -101.21809,24.910393 - 2336: 3.4670749,11.869013 - 2337: -1.5719876,13.380732 - 2338: -0.9274564,13.650263 - 2358: 41.285873,-11.225285 - 2359: 40.864,-12.58466 - 2404: 58.428307,-1.5706892 - 2405: 64.08846,-3.082408 - 2406: 64.74471,-3.3519392 - 2407: 58.252525,-10.582408 - 2408: 57.64315,-11.086314 - 2409: 68.2198,-20.300789 - 2410: 67.75632,-22.44498 - 2411: 65.436005,-25.25748 - 2412: 65.93991,-24.554356 - 2413: 62.131313,-27.390293 - 2414: 61.170376,-27.777012 - 2415: 58.553608,-27.741856 - 2416: 58.319233,-11.185775 - 2417: 55.54189,-6.6506186 - 2689: -84.03042,30.881887 - 2690: -88.42231,16.812563 - 2691: -87.531685,14.527407 - 2692: -82.52778,16.613344 - 2693: -87.531685,4.165989 - 2872: -29.594301,-13.758619 - 2873: -20.969301,-13.602369 - 2874: -17.969301,-13.321119 - 2875: -14.281801,-13.399244 - 3850: 45.12556,21.343563 - 3851: 45.43806,21.101376 - 3852: 48.11775,21.08575 - 3872: 0.39834595,-37.841984 - 3873: -28.3777,17.481447 - 3874: -19.469736,17.55176 - 3875: -19.477549,17.98926 - 3876: 35.28704,21.324255 - 3877: 35.677666,21.003942 - 3878: 38.013603,21.324255 - 3891: -1.4631042,35.86057 - 3892: -1.3537292,35.21213 - 3893: -1.4865417,33.86838 - 4624: 82.1018,53.642517 - 4625: 79.76977,56.677673 - 4626: 81.011955,57.802673 - 4627: 74.87133,57.990173 - 4628: 76.48852,55.154236 + 163: -23,18 + 178: 37,38 + 221: 33,-37 + 274: -101.21809,24.910393 + 2221: 3.4670749,11.869013 + 2222: -1.5719876,13.380732 + 2223: -0.9274564,13.650263 + 2243: 41.285873,-11.225285 + 2244: 40.864,-12.58466 + 2289: 58.428307,-1.5706892 + 2290: 64.08846,-3.082408 + 2291: 64.74471,-3.3519392 + 2292: 58.252525,-10.582408 + 2293: 57.64315,-11.086314 + 2294: 68.2198,-20.300789 + 2295: 67.75632,-22.44498 + 2296: 65.436005,-25.25748 + 2297: 65.93991,-24.554356 + 2298: 62.131313,-27.390293 + 2299: 61.170376,-27.777012 + 2300: 58.319233,-11.185775 + 2301: 55.54189,-6.6506186 + 2550: -84.03042,30.881887 + 2551: -82.52778,16.613344 + 2648: -29.594301,-13.758619 + 2649: -20.969301,-13.602369 + 2650: -17.969301,-13.321119 + 2651: -14.281801,-13.399244 + 3519: 45.12556,21.343563 + 3520: 45.43806,21.101376 + 3521: 48.11775,21.08575 + 3539: -28.3777,17.481447 + 3540: -19.469736,17.55176 + 3541: -19.477549,17.98926 + 3542: 35.28704,21.324255 + 3543: 35.677666,21.003942 + 3544: 38.013603,21.324255 + 3557: -1.4631042,35.86057 + 3558: -1.3537292,35.21213 + 3559: -1.4865417,33.86838 + 4277: 82.1018,53.642517 + 4278: 79.76977,56.677673 + 4279: 81.011955,57.802673 + 4280: 74.87133,57.990173 + 4281: 76.48852,55.154236 - node: color: '#720000FF' id: HalfTileOverlayGreyscale decals: - 5912: 33,-28 - 5913: 34,-28 + 5322: 33,-28 + 5323: 34,-28 - node: color: '#720000FF' id: HalfTileOverlayGreyscale180 decals: - 5906: 33,-33 - 5907: 34,-33 + 5316: 33,-33 + 5317: 34,-33 - node: color: '#720000FF' id: HalfTileOverlayGreyscale270 decals: - 5908: 31,-31 - 5909: 31,-30 + 5318: 31,-31 + 5319: 31,-30 - node: color: '#720000FF' id: HalfTileOverlayGreyscale90 decals: - 5910: 36,-30 - 5911: 36,-31 + 5320: 36,-30 + 5321: 36,-31 - node: color: '#338BA9FF' id: MiniTileCornerOverlayNE decals: - 5915: 35,-29 + 5325: 35,-29 - node: color: '#338BA9FF' id: MiniTileCornerOverlayNW decals: - 5914: 32,-29 + 5324: 32,-29 - node: color: '#338BA9FF' id: MiniTileCornerOverlaySE decals: - 5916: 35,-32 + 5326: 35,-32 - node: color: '#338BA9FF' id: MiniTileCornerOverlaySW decals: - 5917: 32,-32 + 5327: 32,-32 + - node: + color: '#FFFFFFFF' + id: MiniTileDiagonalOverlay + decals: + 7255: 1,-38 + 7256: 1,-37 + 7257: 0,-38 + 7258: 2,-38 + 7259: 1,-39 - node: color: '#338BA9FF' id: MiniTileInnerOverlayNE decals: - 5918: 35,-31 - 5923: 33,-29 + 5328: 35,-31 + 5333: 33,-29 - node: color: '#338BA9FF' id: MiniTileInnerOverlayNW decals: - 5921: 32,-31 - 5922: 34,-29 + 5331: 32,-31 + 5332: 34,-29 - node: color: '#338BA9FF' id: MiniTileInnerOverlaySE decals: - 5919: 35,-30 - 5925: 33,-32 + 5329: 35,-30 + 5335: 33,-32 - node: color: '#338BA9FF' id: MiniTileInnerOverlaySW decals: - 5920: 32,-30 - 5924: 34,-32 + 5330: 32,-30 + 5334: 34,-32 - node: color: '#FFFFFFFF' id: MiniTileSteelCornerNe decals: - 5840: 0,-17 - 5854: 2,-34 - 5855: 5,-37 - 5886: 0,19 + 5254: 0,-17 + 5268: 2,-34 + 5269: 5,-37 + 5296: 0,19 - node: color: '#FFFFFFFF' id: MiniTileSteelCornerNw decals: - 5842: 2,-17 - 5856: 0,-34 - 5857: -3,-37 - 5887: 2,19 + 5256: 2,-17 + 5270: 0,-34 + 5271: -3,-37 + 5297: 2,19 - node: color: '#FFFFFFFF' id: MiniTileSteelCornerSe decals: - 5843: 0,-15 - 5858: 2,-42 - 5859: 5,-39 - 5888: 0,21 + 5257: 0,-15 + 5272: 2,-42 + 5273: 5,-39 + 5298: 0,21 - node: color: '#FFFFFFFF' id: MiniTileSteelCornerSw decals: - 5841: 2,-15 - 5860: 0,-42 - 5861: -3,-39 - 5889: 2,21 + 5255: 2,-15 + 5274: 0,-42 + 5275: -3,-39 + 5299: 2,21 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelEndE + decals: + 7261: 2,-38 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelEndN + decals: + 7260: 1,-37 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelEndS + decals: + 7262: 1,-39 + - node: + color: '#FFFFFFFF' + id: MiniTileSteelEndW + decals: + 7263: 0,-38 - node: color: '#FFFFFFFF' id: MiniTileSteelInnerNe decals: - 5846: 0,-18 - 5847: -1,-17 - 5882: 2,-37 - 5900: 0,18 - 5901: -1,19 + 5260: 0,-18 + 5261: -1,-17 + 5310: 0,18 + 5311: -1,19 + 7254: 2,-37 + 7266: 1,-38 - node: color: '#FFFFFFFF' id: MiniTileSteelInnerNw decals: - 5850: 2,-18 - 5851: 3,-17 - 5885: 0,-37 - 5898: 2,18 - 5899: 3,19 + 5264: 2,-18 + 5265: 3,-17 + 5308: 2,18 + 5309: 3,19 + 7251: 0,-37 + 7265: 1,-38 - node: color: '#FFFFFFFF' id: MiniTileSteelInnerSe decals: - 5852: -1,-15 - 5853: 0,-14 - 5884: 2,-39 - 5896: 0,22 - 5897: -1,21 + 5266: -1,-15 + 5267: 0,-14 + 5306: 0,22 + 5307: -1,21 + 7252: 2,-39 + 7264: 1,-38 - node: color: '#FFFFFFFF' id: MiniTileSteelInnerSw decals: - 5848: 2,-14 - 5849: 3,-15 - 5883: 0,-39 - 5894: 2,22 - 5895: 3,21 + 5262: 2,-14 + 5263: 3,-15 + 5304: 2,22 + 5305: 3,21 + 7253: 0,-39 + 7267: 1,-38 - node: color: '#FFFFFFFF' id: MiniTileSteelLineE decals: - 5844: -1,-16 - 5867: 2,-35 - 5868: 2,-36 - 5869: 5,-38 - 5870: 2,-40 - 5871: 2,-41 - 5890: -1,20 + 5258: -1,-16 + 5281: 2,-35 + 5282: 2,-36 + 5283: 5,-38 + 5284: 2,-40 + 5285: 2,-41 + 5300: -1,20 - node: color: '#FFFFFFFF' id: MiniTileSteelLineN decals: - 5838: 1,-18 - 5862: -2,-37 - 5863: -1,-37 - 5864: 3,-37 - 5865: 4,-37 - 5866: 1,-34 - 5892: 1,18 + 5252: 1,-18 + 5276: -2,-37 + 5277: -1,-37 + 5278: 3,-37 + 5279: 4,-37 + 5280: 1,-34 + 5302: 1,18 - node: color: '#FFFFFFFF' id: MiniTileSteelLineS decals: - 5845: 1,-14 - 5872: 1,-42 - 5873: -1,-39 - 5874: -2,-39 - 5875: 3,-39 - 5876: 4,-39 - 5893: 1,22 + 5259: 1,-14 + 5286: 1,-42 + 5287: -1,-39 + 5288: -2,-39 + 5289: 3,-39 + 5290: 4,-39 + 5303: 1,22 - node: color: '#FFFFFFFF' id: MiniTileSteelLineW decals: - 5839: 3,-16 - 5877: 0,-35 - 5878: 0,-36 - 5879: 0,-40 - 5880: 0,-41 - 5881: -3,-38 - 5891: 3,20 + 5253: 3,-16 + 5291: 0,-35 + 5292: 0,-36 + 5293: 0,-40 + 5294: 0,-41 + 5295: -3,-38 + 5301: 3,20 - node: color: '#91D4FFFF' id: MiniTileWhiteCornerNe decals: - 5734: 0,1 + 5160: 0,1 - node: color: '#D3F4A5FF' id: MiniTileWhiteCornerNe decals: - 5970: -72,7 + 5380: -72,7 - node: color: '#91D4FFFF' id: MiniTileWhiteCornerNw decals: - 5735: 2,1 + 5161: 2,1 - node: color: '#D3F4A5FF' id: MiniTileWhiteCornerNw decals: - 5971: -70,7 + 5381: -70,7 - node: color: '#91D4FFFF' id: MiniTileWhiteCornerSe decals: - 5732: 0,3 + 5158: 0,3 - node: color: '#D3F4A5FF' id: MiniTileWhiteCornerSe decals: - 5969: -72,9 + 5379: -72,9 - node: color: '#91D4FFFF' id: MiniTileWhiteCornerSw decals: - 5733: 2,3 + 5159: 2,3 - node: color: '#D3F4A5FF' id: MiniTileWhiteCornerSw decals: - 5968: -70,9 + 5378: -70,9 - node: color: '#91D4FFFF' id: MiniTileWhiteInnerNe decals: - 5775: 0,0 - 5785: -1,1 + 5201: 0,0 + 5211: -1,1 - node: color: '#D3F4A5FF' id: MiniTileWhiteInnerNe decals: - 5976: -72,6 - 5977: -73,7 + 5386: -72,6 + 5387: -73,7 - node: color: '#91D4FFFF' id: MiniTileWhiteInnerNw decals: - 5776: 2,0 - 5786: 3,1 + 5202: 2,0 + 5212: 3,1 - node: color: '#D3F4A5FF' id: MiniTileWhiteInnerNw decals: - 5978: -70,6 - 5979: -69,7 + 5388: -70,6 + 5389: -69,7 - node: color: '#91D4FFFF' id: MiniTileWhiteInnerSe decals: - 5783: 0,4 - 5784: -1,3 + 5209: 0,4 + 5210: -1,3 - node: color: '#D3F4A5FF' id: MiniTileWhiteInnerSe decals: - 5982: -72,10 - 5983: -73,9 + 5392: -72,10 + 5393: -73,9 - node: color: '#91D4FFFF' id: MiniTileWhiteInnerSw decals: - 5781: 3,3 - 5782: 2,4 + 5207: 3,3 + 5208: 2,4 - node: color: '#D3F4A5FF' id: MiniTileWhiteInnerSw decals: - 5980: -69,9 - 5981: -70,10 + 5390: -69,9 + 5391: -70,10 - node: color: '#91D4FFFF' id: MiniTileWhiteLineE decals: - 5780: -1,2 + 5206: -1,2 - node: color: '#D3F4A5FF' id: MiniTileWhiteLineE decals: - 5975: -73,8 + 5385: -73,8 - node: color: '#91D4FFFF' id: MiniTileWhiteLineN decals: - 5777: 1,0 + 5203: 1,0 - node: color: '#D3F4A5FF' id: MiniTileWhiteLineN decals: - 5972: -71,6 + 5382: -71,6 - node: color: '#91D4FFFF' id: MiniTileWhiteLineS decals: - 5778: 1,4 + 5204: 1,4 - node: color: '#D3F4A5FF' id: MiniTileWhiteLineS decals: - 5973: -71,10 + 5383: -71,10 - node: color: '#91D4FFFF' id: MiniTileWhiteLineW decals: - 5779: 3,2 + 5205: 3,2 - node: color: '#D3F4A5FF' id: MiniTileWhiteLineW decals: - 5974: -69,8 + 5384: -69,8 - node: color: '#334E6DFF' id: MonoOverlay decals: - 5370: -76,12 + 4914: -76,12 - node: color: '#845606FF' id: MonoOverlay decals: - 5369: -80,11 + 4913: -80,11 - node: color: '#91D4FFFF' id: MonoOverlay decals: - 5366: -80,14 + 4910: -80,14 - node: color: '#9FED58FF' id: MonoOverlay decals: - 5371: -76,13 + 4915: -76,13 - node: color: '#B02E26FF' id: MonoOverlay decals: - 5365: -76,14 + 4909: -76,14 - node: color: '#B04DB5FF' id: MonoOverlay decals: - 5368: -80,12 + 4912: -80,12 - node: color: '#BA8841FF' id: MonoOverlay decals: - 5372: -76,11 + 4916: -76,11 - node: color: '#D3F4A5FF' id: MonoOverlay decals: - 5367: -80,13 + 4911: -80,13 - node: color: '#720000FF' id: QuarterTileOverlayGreyscale decals: - 5962: 34,-28 - 5963: 31,-31 + 5372: 34,-28 + 5373: 31,-31 - node: color: '#DFAA16FF' id: QuarterTileOverlayGreyscale decals: - 5928: 31,-31 - 5930: 34,-28 + 5338: 31,-31 + 5340: 34,-28 - node: color: '#720000FF' id: QuarterTileOverlayGreyscale180 decals: - 5964: 36,-30 - 5965: 33,-33 + 5374: 36,-30 + 5375: 33,-33 - node: color: '#DFAA16FF' id: QuarterTileOverlayGreyscale180 decals: - 5933: 33,-33 - 5934: 36,-30 + 5343: 33,-33 + 5344: 36,-30 - node: color: '#720000FF' id: QuarterTileOverlayGreyscale270 decals: - 5966: 34,-33 - 5967: 31,-30 + 5376: 34,-33 + 5377: 31,-30 - node: color: '#DFAA16FF' id: QuarterTileOverlayGreyscale270 decals: - 5929: 31,-30 - 5932: 34,-33 + 5339: 31,-30 + 5342: 34,-33 - node: color: '#720000FF' id: QuarterTileOverlayGreyscale90 decals: - 5960: 36,-31 - 5961: 33,-28 + 5370: 36,-31 + 5371: 33,-28 - node: color: '#DFAA16FF' id: QuarterTileOverlayGreyscale90 decals: - 5931: 33,-28 - 5935: 36,-31 + 5341: 33,-28 + 5345: 36,-31 - node: color: '#FFFFFFFF' id: Remains decals: - 2910: -74.38303,-4.395273 - 2911: 58.464054,51.70824 - 2912: 58.432804,56.20824 - 2936: 90.203255,39.535217 - 2937: 89.453255,41.035217 - 2938: 84.484505,39.425842 + 2686: -74.38303,-4.395273 + 2687: 58.464054,51.70824 + 2688: 58.432804,56.20824 + 2712: 90.203255,39.535217 + 2713: 89.453255,41.035217 + 2714: 84.484505,39.425842 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' id: Rock01 decals: - 75: 3,-5 - 76: -23,-14 - 77: 15,-39 + 63: 3,-5 + 64: -23,-14 + 65: 15,-39 - node: color: '#FFFFFFFF' id: Rock01 decals: - 4318: 102.79387,48.567257 - 4329: 94.93059,45.47077 - 4330: 93.95793,44.27546 - 4338: 100.53215,30.299767 - 4339: 101.528244,27.686485 - 4344: 98.64543,22.421034 - 4350: 88.78036,27.940224 - 4351: 88.323326,27.307411 - 4361: 71.137566,47.653687 - 4368: 68.54636,63.695564 - 4369: 77.5703,69.92761 - 4376: 62.59044,75.553635 - 4377: 61.40715,64.640045 - 4386: 80.69898,71.55661 - 4387: 82.550545,70.32614 - 4388: 82.732,60.92238 - 4393: 89.51716,60.851997 - 4394: 94.41016,63.418404 - 4395: 87.50781,67.52745 - 4399: 85.515625,75.35539 - 4400: 96.41406,68.75774 - 4401: 95.93659,58.3081 - 4411: 91.25725,8.789104 - 4764: -39.37945,72.81972 - 4789: 40.62494,14.185911 - 4790: 46.242126,10.631224 - 4822: -69.342834,35.958504 - 4823: -67.03815,32.021004 - 4829: -52.728626,-9.140808 - 4896: 34.05777,53.045223 - 5076: -10.596394,46.794857 - 5295: 13.760746,-30.861977 - 5296: 18.760746,-28.830727 - 5607: 8.941883,-41.09019 - 5691: -43.246975,18.998549 - 7192: 105.97405,-18.069147 - 7193: 97.21871,-24.934984 - 7194: 93.84447,-22.702244 - 7337: -29.74811,71.95421 + 3971: 102.79387,48.567257 + 3982: 94.93059,45.47077 + 3983: 93.95793,44.27546 + 3991: 100.53215,30.299767 + 3992: 101.528244,27.686485 + 3997: 98.64543,22.421034 + 4003: 88.78036,27.940224 + 4004: 88.323326,27.307411 + 4014: 71.137566,47.653687 + 4021: 68.54636,63.695564 + 4022: 77.5703,69.92761 + 4029: 62.59044,75.553635 + 4030: 61.40715,64.640045 + 4039: 80.69898,71.55661 + 4040: 82.550545,70.32614 + 4041: 82.732,60.92238 + 4046: 89.51716,60.851997 + 4047: 94.41016,63.418404 + 4048: 87.50781,67.52745 + 4052: 85.515625,75.35539 + 4053: 96.41406,68.75774 + 4054: 95.93659,58.3081 + 4064: 91.25725,8.789104 + 4417: -39.37945,72.81972 + 4442: 40.62494,14.185911 + 4443: 46.242126,10.631224 + 4475: -69.342834,35.958504 + 4476: -67.03815,32.021004 + 4482: -52.728626,-9.140808 + 4548: 34.05777,53.045223 + 4839: 13.760746,-30.861977 + 4840: 18.760746,-28.830727 + 5045: 8.941883,-41.09019 + 5129: -43.246975,18.998549 + 6602: 105.97405,-18.069147 + 6603: 97.21871,-24.934984 + 6604: 93.84447,-22.702244 + 7322: 9.426359,87.08734 - node: zIndex: 1 color: '#FFFFFFFF' id: Rock01 decals: - 7321: -39.368347,72.82913 + 6731: -39.368347,72.82913 - node: color: '#FFFFFFFF' id: Rock02 decals: - 4079: -28.536238,-17.001705 - 4324: 97.6259,41.16999 - 4331: 93.39543,43.31452 - 4334: 100.89543,38.81452 - 4335: 99.5009,28.354454 - 4340: 98.72746,27.674767 - 4341: 101.621994,21.671034 - 4345: 93.07972,31.502724 - 4362: 67.680534,52.610718 - 4363: 66.495575,60.26164 - 4370: 76.99608,69.49402 - 4375: 61.406845,75.0966 - 4382: 61.6884,78.59358 - 4390: 85.134346,62.574654 - 4398: 86.265625,71.35948 - 4402: 95.04975,58.62622 - 4403: 103.47553,58.778564 - 4404: 100.46381,55.403564 - 4405: 97.16203,35.096268 - 4826: -28.93729,2.9404542 - 4827: -51.377064,-6.640808 - 4840: 48.710686,-31.929493 - 5075: -7.7526436,47.02142 - 5297: 19.120121,-31.135414 - 7336: -34.013733,69.40733 + 3732: -28.536238,-17.001705 + 3977: 97.6259,41.16999 + 3984: 93.39543,43.31452 + 3987: 100.89543,38.81452 + 3988: 99.5009,28.354454 + 3993: 98.72746,27.674767 + 3994: 101.621994,21.671034 + 3998: 93.07972,31.502724 + 4015: 67.680534,52.610718 + 4016: 66.495575,60.26164 + 4023: 76.99608,69.49402 + 4028: 61.406845,75.0966 + 4035: 61.6884,78.59358 + 4043: 85.134346,62.574654 + 4051: 86.265625,71.35948 + 4055: 95.04975,58.62622 + 4056: 103.47553,58.778564 + 4057: 100.46381,55.403564 + 4058: 97.16203,35.096268 + 4479: -28.93729,2.9404542 + 4480: -51.377064,-6.640808 + 4492: 48.710686,-31.929493 + 4841: 19.120121,-31.135414 + 6756: -1.0732229,62.063435 + 6776: -42.006886,72.94025 + 7323: 8.801359,86.4389 - node: color: '#FFFFFFFF' id: Rock03 decals: - 4307: 80.55664,55.57683 - 4316: 87.927734,55.377613 - 4317: 100.47157,49.35293 - 4325: 97.83684,40.22077 - 4332: 95.35246,42.330147 - 4349: 83.741295,28.713661 - 4352: 89.50692,27.248817 - 4353: 101.01043,22.149483 - 4354: 100.3583,35.617542 - 4355: 103.3167,51.065765 - 4356: 93.613785,56.79541 - 4357: 71.430534,50.302124 - 4364: 64.84323,59.183514 - 4371: 73.16405,74.56824 - 4372: 62.414658,70.08098 - 4378: 60.76262,64.05411 - 4379: 58.3134,79.320145 - 4383: 60.10637,79.42561 - 4384: 80.60222,74.415985 - 4389: 86.00153,63.44184 - 4408: 98.792404,9.000042 - 4412: 88.843185,13.160198 - 4785: 46.023376,14.014036 - 4841: 46.304436,-29.085743 - 4846: -68.58855,36.34771 - 4895: 30.878082,54.990536 - 5528: -1.7414589,25.080694 + 3960: 80.55664,55.57683 + 3969: 87.927734,55.377613 + 3970: 100.47157,49.35293 + 3978: 97.83684,40.22077 + 3985: 95.35246,42.330147 + 4002: 83.741295,28.713661 + 4005: 89.50692,27.248817 + 4006: 101.01043,22.149483 + 4007: 100.3583,35.617542 + 4008: 103.3167,51.065765 + 4009: 93.613785,56.79541 + 4010: 71.430534,50.302124 + 4017: 64.84323,59.183514 + 4024: 73.16405,74.56824 + 4025: 62.414658,70.08098 + 4031: 60.76262,64.05411 + 4032: 58.3134,79.320145 + 4036: 60.10637,79.42561 + 4037: 80.60222,74.415985 + 4042: 86.00153,63.44184 + 4061: 98.792404,9.000042 + 4065: 88.843185,13.160198 + 4438: 46.023376,14.014036 + 4493: 46.304436,-29.085743 + 4498: -68.58855,36.34771 + 4547: 30.878082,54.990536 + 5008: -1.7414589,25.080694 + 6774: -41.827198,69.659 + 7321: 4.0591717,84.07953 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' id: Rock04 decals: - 83: 75,-5 - 84: 49,-20 - 85: 41,-20 - 86: -1,-10 + 71: 75,-5 + 72: 49,-20 + 73: 41,-20 + 74: -1,-10 - node: color: '#FFFFFFFF' id: Rock04 decals: - 2695: -81.68403,16.52927 - 4308: 82.68945,54.486988 - 4309: 85.51367,53.52605 - 4310: 74.978516,57.158863 - 4322: 102.266525,42.672726 - 4323: 102.653244,41.767647 - 4326: 98.58684,41.45124 - 4327: 96.47746,43.255928 - 4336: 98.57512,28.811485 - 4342: 102.32512,20.839003 - 4346: 93.80628,31.022255 - 4348: 86.28426,28.72538 - 4358: 71.86413,49.470093 - 4359: 72.43835,50.454468 - 4360: 69.69616,48.2865 - 4365: 64.526825,58.38664 - 4366: 67.30417,63.73072 - 4373: 62.68419,69.448166 - 4381: 61.20793,78.0428 - 4385: 81.50456,73.97067 - 4391: 86.58747,60.219185 - 4396: 88.1875,67.304794 - 4397: 85.58594,70.70323 - 4406: 97.806564,34.357986 - 4407: 97.50334,9.703167 - 4410: 98.76897,7.7461357 - 4413: 97.05803,11.437542 - 4765: -35.738827,71.38222 - 4786: 41.210876,11.732786 - 4828: -55.713,-7.578308 - 4830: -16.277683,57.435253 - 4842: 47.97631,-31.570118 - 4843: 50.390373,-32.366993 - 5074: -6.4664736,44.845646 - 5298: 15.4091835,-32.854164 - 6737: -43.436245,-37.926125 - 7187: 106.789154,-27.89267 - 7188: 112.06136,-18.361053 - 7189: 108.75649,-6.036334 - 7190: 90.15386,-7.3722715 - 7191: 107.05218,-15.623835 - 7335: -31.49811,73.008896 + 2552: -81.68403,16.52927 + 3961: 82.68945,54.486988 + 3962: 85.51367,53.52605 + 3963: 74.978516,57.158863 + 3975: 102.266525,42.672726 + 3976: 102.653244,41.767647 + 3979: 98.58684,41.45124 + 3980: 96.47746,43.255928 + 3989: 98.57512,28.811485 + 3995: 102.32512,20.839003 + 3999: 93.80628,31.022255 + 4001: 86.28426,28.72538 + 4011: 71.86413,49.470093 + 4012: 72.43835,50.454468 + 4013: 69.69616,48.2865 + 4018: 64.526825,58.38664 + 4019: 67.30417,63.73072 + 4026: 62.68419,69.448166 + 4034: 61.20793,78.0428 + 4038: 81.50456,73.97067 + 4044: 86.58747,60.219185 + 4049: 88.1875,67.304794 + 4050: 85.58594,70.70323 + 4059: 97.806564,34.357986 + 4060: 97.50334,9.703167 + 4063: 98.76897,7.7461357 + 4066: 97.05803,11.437542 + 4418: -35.738827,71.38222 + 4439: 41.210876,11.732786 + 4481: -55.713,-7.578308 + 4483: -16.277683,57.435253 + 4494: 47.97631,-31.570118 + 4495: 50.390373,-32.366993 + 4842: 15.4091835,-32.854164 + 6147: -43.436245,-37.926125 + 6597: 106.789154,-27.89267 + 6598: 112.06136,-18.361053 + 6599: 108.75649,-6.036334 + 6600: 90.15386,-7.3722715 + 6601: 107.05218,-15.623835 + 7302: 9.6016445,73.01036 + 7348: 15.785576,90.31323 + 7396: -44.98502,78.00021 - node: color: '#FFFFFFFF' id: Rock05 decals: - 4311: 77.11133,59.268238 - 4312: 80.9668,56.268238 - 4313: 79.384766,53.010426 - 4314: 89.47461,55.002613 - 4315: 87.38867,55.893238 - 4319: 99.6884,48.707882 - 4328: 95.12981,44.591866 - 4333: 100.41496,39.517647 - 4337: 100.03996,30.979454 - 4343: 100.496994,21.530409 - 4347: 86.729576,29.182411 - 4367: 67.72604,64.46901 - 4374: 60.51622,69.99895 - 4380: 60.422775,77.4803 - 4392: 89.21247,61.40278 - 4409: 99.27287,8.437542 - 4766: -39.481014,68.97597 - 4787: 42.57025,10.685911 - 4788: 41.765564,15.373411 - 4824: -65.83502,32.72413 - 4825: -31.491978,0.48036456 - 4831: -17.191746,53.591503 - 4844: 45.484123,-32.195118 - 4845: -70.33855,31.832085 - 4897: 35.206207,54.928036 - 4898: 33.62027,57.19366 - 5061: -8.557722,46.736614 - 5077: -4.432331,44.662045 - 5299: 16.284184,-32.90885 - 5300: 15.526371,-29.166664 - 5608: 9.277821,-41.71519 - 5690: -41.442287,21.076674 - 6738: -48.13393,-37.83756 - 7195: 94.31657,-23.267063 + 3964: 77.11133,59.268238 + 3965: 80.9668,56.268238 + 3966: 79.384766,53.010426 + 3967: 89.47461,55.002613 + 3968: 87.38867,55.893238 + 3972: 99.6884,48.707882 + 3981: 95.12981,44.591866 + 3986: 100.41496,39.517647 + 3990: 100.03996,30.979454 + 3996: 100.496994,21.530409 + 4000: 86.729576,29.182411 + 4020: 67.72604,64.46901 + 4027: 60.51622,69.99895 + 4033: 60.422775,77.4803 + 4045: 89.21247,61.40278 + 4062: 99.27287,8.437542 + 4419: -39.481014,68.97597 + 4440: 42.57025,10.685911 + 4441: 41.765564,15.373411 + 4477: -65.83502,32.72413 + 4478: -31.491978,0.48036456 + 4496: 45.484123,-32.195118 + 4497: -70.33855,31.832085 + 4549: 35.206207,54.928036 + 4550: 33.62027,57.19366 + 4843: 16.284184,-32.90885 + 4844: 15.526371,-29.166664 + 5046: 9.277821,-41.71519 + 5128: -41.442287,21.076674 + 6148: -48.13393,-37.83756 + 6605: 94.31657,-23.267063 + 6775: -41.42876,72.22931 + 7324: 11.566984,86.0639 + 7349: 15.889954,93.977295 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' id: Rock06 decals: - 87: 3,-6 + 75: 3,-6 - node: color: '#FFFFFFFF' id: Rock06 decals: - 238: -104.42121,23.972893 - 239: -101.82746,28.332268 - 240: -101.57746,19.832268 - 4320: 100.53215,48.62585 - 4414: 101.083466,10.133084 - 4419: 98.41568,33.005764 - 4832: -15.972034,50.921497 - 7197: 94.41813,-12.986174 + 224: -104.42121,23.972893 + 225: -101.82746,28.332268 + 226: -101.57746,19.832268 + 3973: 100.53215,48.62585 + 4067: 101.083466,10.133084 + 4072: 98.41568,33.005764 + 4484: -15.972034,50.921497 + 6607: 94.41813,-12.986174 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' id: Rock07 decals: - 78: 20,-39 - 79: 41,-32 - 80: 50,-26 - 81: 66,-23 - 82: 61,0 + 66: 20,-39 + 67: 41,-32 + 68: 50,-26 + 69: 66,-23 + 70: 61,0 - node: color: '#FFFFFFFF' id: Rock07 decals: - 148: 7,-46 - 241: -102.26496,19.644768 - 242: -101.82746,19.051018 - 243: -101.28059,27.691643 - 244: -105.32746,27.394768 - 4321: 100.16887,48.145382 - 4415: 102.19242,9.054959 - 4416: 103.8472,22.671467 - 4417: 96.681305,25.049057 - 4418: 99.04849,33.638577 - 4833: -16.08141,56.36161 - 7196: 95.42594,-22.220188 + 135: 7,-46 + 227: -102.26496,19.644768 + 228: -101.82746,19.051018 + 229: -101.28059,27.691643 + 230: -105.32746,27.394768 + 3974: 100.16887,48.145382 + 4068: 102.19242,9.054959 + 4069: 103.8472,22.671467 + 4070: 96.681305,25.049057 + 4071: 99.04849,33.638577 + 4485: -16.08141,56.36161 + 6606: 95.42594,-22.220188 - node: color: '#FFFFFFFF' id: Rust decals: - 4254: 76,85 - 4255: 78,84 - 4256: 73,84 - 4257: 69,84 - 4258: 68,85 - 4259: 70,85 - 4260: 68,82 - 4261: 74,80 - 4262: 77,81 - 4263: 78,83 - 4302: 81,84 - 4303: 80,85 - 4304: 82,81 - 4305: 83,80 - 4306: 76,78 + 3907: 76,85 + 3908: 78,84 + 3909: 73,84 + 3910: 69,84 + 3911: 68,85 + 3912: 70,85 + 3913: 68,82 + 3914: 74,80 + 3915: 77,81 + 3916: 78,83 + 3955: 81,84 + 3956: 80,85 + 3957: 82,81 + 3958: 83,80 + 3959: 76,78 - node: color: '#B02E26FF' id: StandClearGreyscale decals: - 5342: 1,-27 - 5343: 1,-21 - 5512: 1,40 - 5513: 1,46 + 4886: 1,-27 + 4887: 1,-21 + 4992: 1,40 + 4993: 1,46 - node: color: '#720000FF' id: ThreeQuarterTileOverlayGreyscale decals: - 5903: 31,-28 + 5313: 31,-28 - node: color: '#720000FF' id: ThreeQuarterTileOverlayGreyscale180 decals: - 5905: 36,-33 + 5315: 36,-33 - node: color: '#720000FF' id: ThreeQuarterTileOverlayGreyscale270 decals: - 5904: 31,-33 + 5314: 31,-33 - node: color: '#720000FF' id: ThreeQuarterTileOverlayGreyscale90 decals: - 5902: 36,-28 + 5312: 36,-28 - node: color: '#91D4FFFF' id: WarnCornerGreyscaleNE decals: - 6342: 28,3 + 5752: 28,3 - node: color: '#B04DB5FF' id: WarnCornerGreyscaleNE decals: - 7029: 48,39 - 7049: 40,56 - 7050: 46,56 + 6439: 48,39 + 6459: 40,56 + 6460: 46,56 - node: color: '#91D4FFFF' id: WarnCornerGreyscaleNW decals: - 6343: 24,3 + 5753: 24,3 - node: color: '#B04DB5FF' id: WarnCornerGreyscaleNW decals: - 7030: 44,39 - 7047: 38,56 - 7048: 44,56 + 6440: 44,39 + 6457: 38,56 + 6458: 44,56 - node: color: '#91D4FFFF' id: WarnCornerGreyscaleSE decals: - 6345: 28,0 + 5755: 28,0 - node: color: '#B04DB5FF' id: WarnCornerGreyscaleSE decals: - 7031: 48,37 - 7053: 46,54 - 7075: 40,54 + 6441: 48,37 + 6463: 46,54 + 6485: 40,54 - node: color: '#91D4FFFF' id: WarnCornerGreyscaleSW decals: - 6344: 24,0 + 5754: 24,0 - node: color: '#B04DB5FF' id: WarnCornerGreyscaleSW decals: - 7032: 44,37 - 7051: 38,54 - 7052: 44,54 + 6442: 44,37 + 6461: 38,54 + 6462: 44,54 - node: color: '#B02E26FF' id: WarnCornerNE decals: - 5048: -23,51 - 5357: 8,-21 - 5533: -2,45 - 5598: -20,61 - 5620: -29,25 - 5621: -25,25 - 5655: -17,42 - 6698: -33,25 - 6699: -37,25 - 6700: -25,33 - 7356: -34,36 - 7357: -33,35 + 4633: -23,51 + 4901: 8,-21 + 5013: -2,45 + 5058: -29,25 + 5059: -25,25 + 5093: -17,42 + 6108: -33,25 + 6109: -37,25 + 6110: -25,33 + 6745: -34,36 + 6746: -33,35 + 7203: -2,84 - node: color: '#BA8841FF' id: WarnCornerNE decals: - 5673: 88,-14 - 5674: 88,-19 - 6946: -59,36 + 5111: 88,-14 + 5112: 88,-19 + 6356: -59,36 - node: color: '#B02E26FF' id: WarnCornerNW decals: - 5047: -24,51 - 5356: 6,-21 - 5532: -3,45 - 5597: -24,61 - 5622: -31,25 - 5623: -27,25 - 5656: -19,42 - 6695: -39,25 - 6696: -35,25 - 6697: -31,33 + 4632: -24,51 + 4900: 6,-21 + 5012: -3,45 + 5060: -31,25 + 5061: -27,25 + 5094: -19,42 + 6105: -39,25 + 6106: -35,25 + 6107: -31,33 + 7202: -4,84 - node: color: '#BA8841FF' id: WarnCornerNW decals: - 5671: 86,-14 - 5672: 86,-19 - 6947: -63,36 + 5109: 86,-14 + 5110: 86,-19 + 6357: -63,36 - node: color: '#B02E26FF' id: WarnCornerSE decals: - 5054: -23,48 - 5354: 8,-26 - 5355: 11,-25 - 5363: 15,-25 - 5541: -2,41 - 5599: -20,60 - 5626: -25,24 - 5627: -29,24 - 5657: -17,39 - 6701: -25,32 - 6702: -33,24 - 6703: -37,24 + 4639: -23,48 + 4898: 8,-26 + 4899: 11,-25 + 4907: 15,-25 + 5021: -2,41 + 5064: -25,24 + 5065: -29,24 + 5095: -17,39 + 6111: -25,32 + 6112: -33,24 + 6113: -37,24 + 7204: -2,81 - node: color: '#BA8841FF' id: WarnCornerSE decals: - 5675: 88,-20 - 5676: 88,-15 - 6948: -59,33 + 5113: 88,-20 + 5114: 88,-15 + 6358: -59,33 - node: color: '#B02E26FF' id: WarnCornerSW decals: - 5053: -24,48 - 5352: 6,-26 - 5353: 10,-25 - 5362: 13,-25 - 5540: -3,41 - 5600: -24,60 - 5624: -31,24 - 5625: -27,24 - 5654: -19,39 - 6692: -39,24 - 6693: -35,24 - 6694: -31,32 + 4638: -24,48 + 4896: 6,-26 + 4897: 10,-25 + 4906: 13,-25 + 5020: -3,41 + 5062: -31,24 + 5063: -27,24 + 5092: -19,39 + 6102: -39,24 + 6103: -35,24 + 6104: -31,32 + 7201: -4,81 - node: color: '#BA8841FF' id: WarnCornerSW decals: - 5669: 86,-20 - 5670: 86,-15 - 6945: -63,33 + 5107: 86,-20 + 5108: 86,-15 + 6355: -63,33 - node: color: '#B04DB5FF' id: WarnCornerSmallGreyscaleNE decals: - 7019: 44,37 + 6429: 44,37 - node: color: '#B04DB5FF' id: WarnCornerSmallGreyscaleNW decals: - 7020: 48,37 + 6430: 48,37 - node: color: '#B04DB5FF' id: WarnCornerSmallGreyscaleSE decals: - 7018: 44,39 + 6428: 44,39 - node: color: '#B04DB5FF' id: WarnCornerSmallGreyscaleSW decals: - 7017: 48,39 + 6427: 48,39 - node: color: '#845606FF' id: WarnCornerSmallNE decals: - 6133: -21,-20 - 6141: -24,-43 - 6142: -20,-43 + 5543: -21,-20 + 5551: -24,-43 + 5552: -20,-43 - node: color: '#BA8841FF' id: WarnCornerSmallNE decals: - 7107: -61,47 - 7126: -63,50 + 6517: -61,47 + 6536: -63,50 - node: color: '#845606FF' id: WarnCornerSmallNW decals: - 6139: -18,-43 - 6140: -22,-43 - 6225: -15,-20 + 5549: -18,-43 + 5550: -22,-43 + 5635: -15,-20 - node: color: '#BA8841FF' id: WarnCornerSmallNW decals: - 7108: -57,47 - 7125: -55,50 + 6518: -57,47 + 6535: -55,50 - node: color: '#845606FF' id: WarnCornerSmallSE decals: - 6149: -24,-46 - 6150: -20,-46 + 5559: -24,-46 + 5560: -20,-46 - node: color: '#B02E26FF' id: WarnCornerSmallSE decals: - 4192: 7,-14 + 3845: 7,-14 - node: color: '#BA8841FF' id: WarnCornerSmallSE decals: - 7106: -61,49 - 7123: -63,53 + 6516: -61,49 + 6533: -63,53 - node: color: '#845606FF' id: WarnCornerSmallSW decals: - 6134: -22,-22 - 6151: -22,-46 - 6152: -18,-46 + 5544: -22,-22 + 5561: -22,-46 + 5562: -18,-46 - node: color: '#BA8841FF' id: WarnCornerSmallSW decals: - 7105: -57,49 - 7124: -55,53 + 6515: -57,49 + 6534: -55,53 - node: color: '#845606FF' id: WarnEndE decals: - 6144: -20,-49 + 5554: -20,-49 - node: color: '#B02E26FF' id: WarnEndN decals: - 5542: 4,-22 + 5022: 4,-22 - node: color: '#B02E26FF' id: WarnEndS decals: - 5543: 4,-26 + 5023: 4,-26 - node: color: '#845606FF' id: WarnEndW decals: - 6143: -22,-49 + 5553: -22,-49 - node: color: '#B02E26FF' id: WarnFull decals: - 5012: -34,46 - 5013: -33,46 - 5014: -32,46 - 5015: -31,46 - 5016: -30,46 - 5333: 12,-23 + 4597: -34,46 + 4598: -33,46 + 4599: -32,46 + 4600: -31,46 + 4601: -30,46 + 4877: 12,-23 + 7239: -20,62 + 7240: -20,61 + 7241: -19,61 + 7242: -19,62 + 7243: -18,62 + 7244: -18,61 - node: angle: 1.5707963267948966 rad color: '#91D4FFFF' id: WarnFullGreyscale decals: - 6447: 23,2 - 6448: 23,1 + 5857: 23,2 + 5858: 23,1 - node: color: '#B02E26FF' id: WarnFullGreyscale decals: - 6718: -31,34 - 6719: -30,34 - 6720: -29,34 - 6721: -27,34 - 6722: -26,34 - 6723: -25,34 + 6128: -31,34 + 6129: -30,34 + 6130: -29,34 + 6131: -27,34 + 6132: -26,34 + 6133: -25,34 - node: color: '#B04DB5FF' id: WarnFullGreyscale decals: - 7026: 45,38 - 7027: 46,38 - 7028: 47,38 - 7043: 37,52 - 7044: 47,52 - 7045: 37,51 - 7046: 47,51 + 6436: 45,38 + 6437: 46,38 + 6438: 47,38 + 6453: 37,52 + 6454: 47,52 + 6455: 37,51 + 6456: 47,51 - node: color: '#845606FF' id: WarnLineE decals: - 6072: -14,-42 - 6073: -14,-43 - 6074: -14,-44 - 6075: -14,-45 - 6076: -14,-46 - 6116: -20,-40 - 6117: -20,-39 - 6118: -20,-38 - 6119: -20,-37 - 6120: -20,-36 - 6121: -20,-35 - 6122: -20,-34 - 6123: -20,-33 - 6124: -20,-32 - 6125: -20,-31 - 6126: -20,-30 - 6127: -20,-29 - 6128: -20,-28 - 6136: -20,-42 - 6138: -24,-42 - 6147: -24,-47 - 6148: -20,-47 + 5482: -14,-42 + 5483: -14,-43 + 5484: -14,-44 + 5485: -14,-45 + 5486: -14,-46 + 5526: -20,-40 + 5527: -20,-39 + 5528: -20,-38 + 5529: -20,-37 + 5530: -20,-36 + 5531: -20,-35 + 5532: -20,-34 + 5533: -20,-33 + 5534: -20,-32 + 5535: -20,-31 + 5536: -20,-30 + 5537: -20,-29 + 5538: -20,-28 + 5546: -20,-42 + 5548: -24,-42 + 5557: -24,-47 + 5558: -20,-47 - node: color: '#B02E26FF' id: WarnLineE decals: - 5010: -7,63 - 5011: -7,64 - 5051: -23,50 - 5052: -23,49 - 5334: 2,-23 - 5335: 2,-24 - 5336: 2,-25 - 5358: 8,-22 - 5359: 8,-25 - 5474: -3,68 - 5475: -3,67 - 5476: -3,66 - 5496: -11,37 - 5497: -11,34 - 5498: -11,33 - 5499: -11,32 - 5500: -11,31 - 5507: 2,42 - 5508: 2,43 - 5509: 2,44 - 5534: -2,44 - 5535: -2,43 - 5536: -2,42 - 5544: 4,-25 - 5545: 4,-24 - 5546: 4,-23 - 5552: -32,39 - 5553: -32,38 - 5652: -17,41 - 5653: -17,40 - 5705: -6,68 - 5706: -6,67 - 5707: -6,66 - 5708: -2,68 - 5709: -2,67 - 5710: -2,66 - 7167: -11,36 - 7168: -11,35 - 7169: -32,37 + 4636: -23,50 + 4637: -23,49 + 4878: 2,-23 + 4879: 2,-24 + 4880: 2,-25 + 4902: 8,-22 + 4903: 8,-25 + 4976: -11,37 + 4977: -11,34 + 4978: -11,33 + 4979: -11,32 + 4980: -11,31 + 4987: 2,42 + 4988: 2,43 + 4989: 2,44 + 5014: -2,44 + 5015: -2,43 + 5016: -2,42 + 5024: 4,-25 + 5025: 4,-24 + 5026: 4,-23 + 5032: -32,39 + 5033: -32,38 + 5090: -17,41 + 5091: -17,40 + 6577: -11,36 + 6578: -11,35 + 6579: -32,37 + 7208: -2,82 + 7209: -2,83 + 7500: -51,58 + 7501: -51,59 + 7502: -51,60 - node: color: '#BA8841FF' id: WarnLineE decals: - 5658: 77,-18 - 5659: 77,-17 - 5660: 77,-16 - 5661: 91,-12 - 5662: 91,-13 - 5663: 91,-21 - 5664: 91,-22 - 6949: -59,34 - 6950: -59,35 - 6971: -63,30 - 6972: -63,29 - 6973: -63,28 - 6998: -57,30 - 6999: -57,29 - 7000: -57,28 - 7001: -66,24 - 7002: -66,23 - 7003: -66,22 - 7103: -61,48 - 7114: -63,51 + 5096: 77,-18 + 5097: 77,-17 + 5098: 77,-16 + 5099: 91,-12 + 5100: 91,-13 + 5101: 91,-21 + 5102: 91,-22 + 6359: -59,34 + 6360: -59,35 + 6381: -63,30 + 6382: -63,29 + 6383: -63,28 + 6408: -57,30 + 6409: -57,29 + 6410: -57,28 + 6411: -66,24 + 6412: -66,23 + 6413: -66,22 + 6513: -61,48 + 6524: -63,51 - node: color: '#BC863FFF' id: WarnLineE decals: - 7137: -63,52 + 6547: -63,52 - node: color: '#FFFFFFFF' id: WarnLineE decals: - 1309: 29,56 - 1310: 29,55 - 1311: 29,54 - 2138: -65,-19 - 2139: -65,-18 - 2140: -65,-16 - 2141: -65,-15 - 5217: 88,-22 - 5218: 88,-21 - 5219: 88,-13 - 5220: 88,-12 + 1205: 29,56 + 1206: 29,55 + 1207: 29,54 + 2024: -65,-19 + 2025: -65,-18 + 2026: -65,-16 + 2027: -65,-15 + 4761: 88,-22 + 4762: 88,-21 + 4763: 88,-13 + 4764: 88,-12 - node: color: '#91D4FFFF' id: WarnLineGreyscaleE decals: - 5465: 33,3 - 5466: 33,2 - 5467: 33,1 - 6340: 32,9 - 6341: 32,10 - 6354: 28,1 - 6355: 28,2 + 4951: 33,3 + 4952: 33,2 + 4953: 33,1 + 5750: 32,9 + 5751: 32,10 + 5764: 28,1 + 5765: 28,2 - node: color: '#B04DB5FF' id: WarnLineGreyscaleE decals: - 7010: 44,38 - 7038: 47,41 - 7039: 47,42 - 7040: 47,43 - 7041: 47,44 - 7042: 47,45 + 6420: 44,38 + 6448: 47,41 + 6449: 47,42 + 6450: 47,43 + 6451: 47,44 + 6452: 47,45 - node: color: '#91D4FFFF' id: WarnLineGreyscaleN decals: - 6283: 30,3 - 6284: 31,3 - 6290: 12,18 - 6291: 13,18 - 6292: 14,18 - 6293: 15,18 - 6294: 16,18 - 6295: 10,17 - 6296: 9,17 - 6297: 8,17 - 6302: 18,17 - 6305: 19,17 - 6306: 20,17 - 6336: 26,10 - 6337: 27,10 - 6338: 28,10 - 6348: 25,3 - 6349: 26,3 - 6350: 27,3 + 5693: 30,3 + 5694: 31,3 + 5700: 12,18 + 5701: 13,18 + 5702: 14,18 + 5703: 15,18 + 5704: 16,18 + 5705: 10,17 + 5706: 9,17 + 5707: 8,17 + 5712: 18,17 + 5715: 19,17 + 5716: 20,17 + 5746: 26,10 + 5747: 27,10 + 5748: 28,10 + 5758: 25,3 + 5759: 26,3 + 5760: 27,3 + 7245: 30,12 + 7246: 31,12 + 7247: 32,12 - node: color: '#B04DB5FF' id: WarnLineGreyscaleN decals: - 7014: 45,37 - 7015: 46,37 - 7016: 47,37 - 7054: 37,57 - 7055: 38,57 - 7056: 39,57 - 7057: 40,57 - 7058: 41,57 - 7059: 43,57 - 7060: 44,57 - 7061: 45,57 - 7062: 46,57 - 7063: 47,57 + 6424: 45,37 + 6425: 46,37 + 6426: 47,37 + 6464: 37,57 + 6465: 38,57 + 6466: 39,57 + 6467: 40,57 + 6468: 41,57 + 6469: 43,57 + 6470: 44,57 + 6471: 45,57 + 6472: 46,57 + 6473: 47,57 - node: color: '#91D4FFFF' id: WarnLineGreyscaleS decals: - 6285: 12,17 - 6286: 13,17 - 6287: 14,17 - 6288: 15,17 - 6289: 16,17 - 6298: 8,17 - 6299: 9,17 - 6300: 10,17 - 6301: 18,17 - 6303: 19,17 - 6304: 20,17 - 6351: 25,0 - 6352: 26,0 - 6353: 27,0 - 6439: 30,0 - 6440: 31,0 + 5695: 12,17 + 5696: 13,17 + 5697: 14,17 + 5698: 15,17 + 5699: 16,17 + 5708: 8,17 + 5709: 9,17 + 5710: 10,17 + 5711: 18,17 + 5713: 19,17 + 5714: 20,17 + 5761: 25,0 + 5762: 26,0 + 5763: 27,0 + 5849: 30,0 + 5850: 31,0 - node: color: '#B04DB5FF' id: WarnLineGreyscaleS decals: - 7011: 45,39 - 7012: 46,39 - 7013: 47,39 - 7064: 37,53 - 7065: 38,53 - 7066: 39,53 - 7067: 40,53 - 7068: 41,53 - 7069: 43,53 - 7070: 44,53 - 7071: 45,53 - 7072: 46,53 - 7073: 47,53 - 7074: 42,57 + 6421: 45,39 + 6422: 46,39 + 6423: 47,39 + 6474: 37,53 + 6475: 38,53 + 6476: 39,53 + 6477: 40,53 + 6478: 41,53 + 6479: 43,53 + 6480: 44,53 + 6481: 45,53 + 6482: 46,53 + 6483: 47,53 + 6484: 42,57 - node: color: '#91D4FFFF' id: WarnLineGreyscaleW decals: - 5468: 36,3 - 5469: 36,2 - 5470: 36,1 - 6346: 24,1 - 6347: 24,2 + 4954: 36,3 + 4955: 36,2 + 4956: 36,1 + 5756: 24,1 + 5757: 24,2 - node: color: '#B04DB5FF' id: WarnLineGreyscaleW decals: - 7009: 48,38 - 7033: 45,41 - 7034: 45,42 - 7035: 45,43 - 7036: 45,44 - 7037: 45,45 + 6419: 48,38 + 6443: 45,41 + 6444: 45,42 + 6445: 45,43 + 6446: 45,44 + 6447: 45,45 - node: color: '#845606FF' id: WarnLineN decals: - 6057: -32,-47 - 6058: -31,-47 - 6059: -29,-47 - 6060: -28,-47 - 6066: -21,-49 - 6077: -14,-38 - 6078: -13,-38 - 6079: -12,-38 - 6080: -11,-38 - 6081: -10,-38 - 6082: -16,-38 - 6083: -17,-38 + 5467: -32,-47 + 5468: -31,-47 + 5469: -29,-47 + 5470: -28,-47 + 5476: -21,-49 + 5487: -14,-38 + 5488: -13,-38 + 5489: -12,-38 + 5490: -11,-38 + 5491: -10,-38 + 5492: -16,-38 + 5493: -17,-38 - node: color: '#B02E26FF' id: WarnLineN decals: - 5017: -34,47 - 5018: -33,47 - 5019: -32,47 - 5020: -31,47 - 5021: -30,47 - 5041: -28,41 - 5042: -27,41 - 5043: -26,41 - 5058: -23,41 - 5059: -22,41 - 5060: -21,41 - 5156: -28,44 - 5157: -27,44 - 5158: -26,44 - 5159: -25,44 - 5160: -24,44 - 5161: -23,44 - 5162: -22,44 - 5163: -21,44 - 5164: -20,44 - 5165: -19,44 - 5166: -18,44 - 5167: -17,44 - 5168: -16,44 - 5330: 13,-24 - 5331: 14,-24 - 5332: 15,-24 - 5350: 7,-26 - 5364: 14,-25 - 5550: -31,40 - 5551: -30,40 - 5558: -34,54 - 5559: -33,54 - 5560: -32,54 - 5561: -31,54 - 5562: -30,54 - 5601: -23,60 - 5602: -22,60 - 5603: -21,60 - 5628: -30,24 - 5629: -26,24 - 5634: -30,26 - 5635: -26,26 - 5642: -23,33 - 5643: -22,33 - 5644: -21,33 - 5645: -19,33 - 5646: -18,33 - 5647: -17,33 - 5649: -18,39 - 6704: -38,24 - 6705: -34,24 - 6713: -30,32 - 6714: -29,32 - 6715: -28,32 - 6716: -27,32 - 6717: -26,32 - 7171: -31,36 - 7172: -30,36 - 7173: -27,36 - 7174: -25,36 - 7175: -24,36 - 7176: -22,36 - 7177: -21,36 - 7186: -28,36 + 4602: -34,47 + 4603: -33,47 + 4604: -32,47 + 4605: -31,47 + 4606: -30,47 + 4626: -28,41 + 4627: -27,41 + 4628: -26,41 + 4643: -23,41 + 4644: -22,41 + 4645: -21,41 + 4700: -28,44 + 4701: -27,44 + 4702: -26,44 + 4703: -25,44 + 4704: -24,44 + 4705: -23,44 + 4706: -22,44 + 4707: -21,44 + 4708: -20,44 + 4709: -19,44 + 4710: -18,44 + 4711: -17,44 + 4712: -16,44 + 4874: 13,-24 + 4875: 14,-24 + 4876: 15,-24 + 4894: 7,-26 + 4908: 14,-25 + 5030: -31,40 + 5031: -30,40 + 5066: -30,24 + 5067: -26,24 + 5072: -30,26 + 5073: -26,26 + 5080: -23,33 + 5081: -22,33 + 5082: -21,33 + 5083: -19,33 + 5084: -18,33 + 5085: -17,33 + 5087: -18,39 + 6114: -38,24 + 6115: -34,24 + 6123: -30,32 + 6124: -29,32 + 6125: -28,32 + 6126: -27,32 + 6127: -26,32 + 6581: -31,36 + 6582: -30,36 + 6583: -27,36 + 6584: -25,36 + 6585: -24,36 + 6586: -22,36 + 6587: -21,36 + 6596: -28,36 + 7205: -3,81 - node: color: '#BA8841FF' id: WarnLineN decals: - 5677: 87,-15 - 5678: 87,-20 - 6942: -62,33 - 6943: -61,33 - 6944: -60,33 - 6958: -52,37 - 6959: -51,37 - 6960: -50,37 - 6961: -49,37 - 6962: -48,19 - 6963: -47,19 - 6964: -51,19 - 6965: -52,19 - 6969: -63,20 - 6970: -58,20 - 6992: -56,27 - 6993: -55,27 - 6994: -54,27 - 7008: -61,31 - 7082: -60,49 - 7083: -59,49 - 7084: -58,49 - 7094: -63,43 - 7095: -62,43 - 7096: -61,43 - 7097: -60,43 - 7098: -59,43 - 7099: -58,43 - 7100: -57,43 - 7101: -56,43 - 7102: -55,43 - 7117: -62,53 - 7118: -61,53 - 7119: -60,53 - 7120: -58,53 - 7121: -57,53 - 7122: -56,53 - 7128: -59,53 + 5115: 87,-15 + 5116: 87,-20 + 6352: -62,33 + 6353: -61,33 + 6354: -60,33 + 6368: -52,37 + 6369: -51,37 + 6370: -50,37 + 6371: -49,37 + 6372: -48,19 + 6373: -47,19 + 6374: -51,19 + 6375: -52,19 + 6379: -63,20 + 6380: -58,20 + 6402: -56,27 + 6403: -55,27 + 6404: -54,27 + 6418: -61,31 + 6492: -60,49 + 6493: -59,49 + 6494: -58,49 + 6504: -63,43 + 6505: -62,43 + 6506: -61,43 + 6507: -60,43 + 6508: -59,43 + 6509: -58,43 + 6510: -57,43 + 6511: -56,43 + 6512: -55,43 + 6527: -62,53 + 6528: -61,53 + 6529: -60,53 + 6530: -58,53 + 6531: -57,53 + 6532: -56,53 + 6538: -59,53 - node: color: '#FFFFFFFF' id: WarnLineN decals: - 1710: 37,50 - 1711: 47,50 - 5376: -79,11 - 5377: -78,11 - 5378: -77,11 + 1596: 37,50 + 1597: 47,50 + 4920: -79,11 + 4921: -78,11 + 4922: -77,11 + 7350: 51,65 + 7351: 52,65 + 7352: 53,65 + 7353: 44,64 + 7354: 45,64 + 7355: 26,58 + 7356: 27,58 + 7357: 28,58 - node: color: '#845606FF' id: WarnLineS decals: - 6067: -14,-42 - 6068: -14,-43 - 6069: -14,-44 - 6070: -14,-45 - 6071: -14,-46 - 6099: -22,-23 - 6100: -22,-24 - 6101: -22,-25 - 6102: -22,-26 - 6103: -22,-28 - 6104: -22,-29 - 6105: -22,-30 - 6106: -22,-31 - 6107: -22,-32 - 6108: -22,-33 - 6109: -22,-34 - 6110: -22,-35 - 6111: -22,-36 - 6112: -22,-37 - 6113: -22,-38 - 6114: -22,-39 - 6115: -22,-40 - 6135: -22,-42 - 6137: -18,-42 - 6145: -22,-47 - 6146: -18,-47 + 5477: -14,-42 + 5478: -14,-43 + 5479: -14,-44 + 5480: -14,-45 + 5481: -14,-46 + 5509: -22,-23 + 5510: -22,-24 + 5511: -22,-25 + 5512: -22,-26 + 5513: -22,-28 + 5514: -22,-29 + 5515: -22,-30 + 5516: -22,-31 + 5517: -22,-32 + 5518: -22,-33 + 5519: -22,-34 + 5520: -22,-35 + 5521: -22,-36 + 5522: -22,-37 + 5523: -22,-38 + 5524: -22,-39 + 5525: -22,-40 + 5545: -22,-42 + 5547: -18,-42 + 5555: -22,-47 + 5556: -18,-47 - node: color: '#B02E26FF' id: WarnLineS decals: - 5008: -9,63 - 5009: -9,64 - 5049: -24,50 - 5050: -24,49 - 5337: 0,-23 - 5338: 0,-24 - 5339: 0,-25 - 5360: 6,-25 - 5361: 6,-22 - 5471: -5,68 - 5472: -5,67 - 5473: -5,66 - 5489: -12,31 - 5490: -12,32 - 5491: -12,33 - 5492: -12,34 - 5493: -12,35 - 5494: -12,36 - 5495: -12,37 - 5504: 0,42 - 5505: 0,43 - 5506: 0,44 - 5537: -3,42 - 5538: -3,43 - 5539: -3,44 - 5547: 4,-23 - 5548: 4,-24 - 5549: 4,-25 - 5554: -32,38 - 5555: -32,39 - 5650: -19,40 - 5651: -19,41 - 5702: -6,68 - 5703: -6,67 - 5704: -6,66 - 5711: -2,66 - 5712: -2,67 - 5713: -2,68 - 7170: -32,37 + 4634: -24,50 + 4635: -24,49 + 4881: 0,-23 + 4882: 0,-24 + 4883: 0,-25 + 4904: 6,-25 + 4905: 6,-22 + 4969: -12,31 + 4970: -12,32 + 4971: -12,33 + 4972: -12,34 + 4973: -12,35 + 4974: -12,36 + 4975: -12,37 + 4984: 0,42 + 4985: 0,43 + 4986: 0,44 + 5017: -3,42 + 5018: -3,43 + 5019: -3,44 + 5027: 4,-23 + 5028: 4,-24 + 5029: 4,-25 + 5034: -32,38 + 5035: -32,39 + 5088: -19,40 + 5089: -19,41 + 6580: -32,37 + 7206: -4,82 + 7207: -4,83 + 7503: -53,58 + 7504: -53,59 + 7505: -53,60 - node: color: '#BA8841FF' id: WarnLineS decals: - 5665: 90,-22 - 5666: 90,-21 - 5667: 90,-13 - 5668: 90,-12 - 6951: -63,34 - 6952: -63,35 - 6956: -47,25 - 6957: -47,26 - 6974: -59,30 - 6975: -59,29 - 6976: -59,28 - 7104: -57,48 - 7115: -55,52 - 7116: -55,51 + 5103: 90,-22 + 5104: 90,-21 + 5105: 90,-13 + 5106: 90,-12 + 6361: -63,34 + 6362: -63,35 + 6366: -47,25 + 6367: -47,26 + 6384: -59,30 + 6385: -59,29 + 6386: -59,28 + 6514: -57,48 + 6525: -55,52 + 6526: -55,51 - node: color: '#FFFFFFFF' id: WarnLineS decals: - 1306: 25,56 - 1307: 25,55 - 1308: 25,54 - 2134: -66,-15 - 2135: -66,-16 - 2136: -66,-18 - 2137: -66,-19 - 5392: -13,-42 - 5393: -13,-43 - 5394: -13,-44 - 5395: -13,-45 - 5396: -13,-46 + 1202: 25,56 + 1203: 25,55 + 1204: 25,54 + 2020: -66,-15 + 2021: -66,-16 + 2022: -66,-18 + 2023: -66,-19 + 4936: -13,-42 + 4937: -13,-43 + 4938: -13,-44 + 4939: -13,-45 + 4940: -13,-46 - node: color: '#845606FF' id: WarnLineW decals: - 6061: -32,-47 - 6062: -31,-47 - 6063: -29,-47 - 6064: -28,-47 - 6065: -21,-49 - 6084: -17,-38 - 6085: -16,-38 - 6086: -14,-38 - 6087: -13,-38 - 6088: -12,-38 - 6089: -11,-38 - 6090: -10,-38 - 6129: -20,-20 - 6130: -19,-20 - 6131: -17,-20 - 6132: -16,-20 + 5471: -32,-47 + 5472: -31,-47 + 5473: -29,-47 + 5474: -28,-47 + 5475: -21,-49 + 5494: -17,-38 + 5495: -16,-38 + 5496: -14,-38 + 5497: -13,-38 + 5498: -12,-38 + 5499: -11,-38 + 5500: -10,-38 + 5539: -20,-20 + 5540: -19,-20 + 5541: -17,-20 + 5542: -16,-20 - node: color: '#B02E26FF' id: WarnLineW decals: - 4909: -18,42 - 5022: -34,45 - 5023: -33,45 - 5024: -32,45 - 5025: -31,45 - 5026: -30,45 - 5044: -28,42 - 5045: -27,42 - 5046: -26,42 - 5055: -21,42 - 5056: -22,42 - 5057: -23,42 - 5327: 13,-22 - 5328: 14,-22 - 5329: 15,-22 - 5351: 7,-21 - 5487: -9,35 - 5488: -8,35 - 5501: -7,40 - 5502: -6,40 - 5503: -5,40 - 5556: -31,40 - 5557: -30,40 - 5563: -34,52 - 5564: -33,52 - 5565: -32,52 - 5566: -31,52 - 5567: -30,52 - 5604: -23,61 - 5605: -22,61 - 5606: -21,61 - 5630: -30,25 - 5631: -26,25 - 5632: -30,27 - 5633: -26,27 - 5636: -23,34 - 5637: -22,34 - 5638: -21,34 - 5639: -19,34 - 5640: -18,34 - 5641: -17,34 - 5648: -7,35 - 6706: -38,25 - 6707: -34,25 - 6708: -30,33 - 6709: -29,33 - 6710: -28,33 - 6711: -27,33 - 6712: -26,33 - 7178: -21,36 - 7179: -22,36 - 7180: -24,36 - 7181: -25,36 - 7182: -27,36 - 7183: -30,36 - 7184: -31,36 - 7185: -28,36 + 4561: -18,42 + 4607: -34,45 + 4608: -33,45 + 4609: -32,45 + 4610: -31,45 + 4611: -30,45 + 4629: -28,42 + 4630: -27,42 + 4631: -26,42 + 4640: -21,42 + 4641: -22,42 + 4642: -23,42 + 4871: 13,-22 + 4872: 14,-22 + 4873: 15,-22 + 4895: 7,-21 + 4967: -9,35 + 4968: -8,35 + 4981: -7,40 + 4982: -6,40 + 4983: -5,40 + 5036: -31,40 + 5037: -30,40 + 5038: -34,52 + 5039: -33,52 + 5040: -32,52 + 5041: -31,52 + 5042: -30,52 + 5068: -30,25 + 5069: -26,25 + 5070: -30,27 + 5071: -26,27 + 5074: -23,34 + 5075: -22,34 + 5076: -21,34 + 5077: -19,34 + 5078: -18,34 + 5079: -17,34 + 5086: -7,35 + 6116: -38,25 + 6117: -34,25 + 6118: -30,33 + 6119: -29,33 + 6120: -28,33 + 6121: -27,33 + 6122: -26,33 + 6588: -21,36 + 6589: -22,36 + 6590: -24,36 + 6591: -25,36 + 6592: -27,36 + 6593: -30,36 + 6594: -31,36 + 6595: -28,36 + 7210: -3,84 - node: color: '#BA8841FF' id: WarnLineW decals: - 5679: 87,-19 - 5680: 87,-14 - 6953: -62,36 - 6954: -61,36 - 6955: -60,36 - 6966: -62,22 - 6967: -61,22 - 6968: -60,22 - 6995: -56,31 - 6996: -55,31 - 6997: -54,31 - 7004: -52,31 - 7005: -51,31 - 7006: -50,31 - 7007: -49,31 - 7079: -60,47 - 7080: -59,47 - 7081: -58,47 - 7085: -63,45 - 7086: -62,45 - 7087: -61,45 - 7088: -60,45 - 7089: -59,45 - 7090: -58,45 - 7091: -57,45 - 7092: -56,45 - 7093: -55,45 - 7109: -62,50 - 7110: -61,50 - 7111: -60,50 - 7112: -57,50 - 7113: -58,50 - 7127: -59,50 - 7133: -59,38 - 7134: -58,38 + 5117: 87,-19 + 5118: 87,-14 + 6363: -62,36 + 6364: -61,36 + 6365: -60,36 + 6376: -62,22 + 6377: -61,22 + 6378: -60,22 + 6405: -56,31 + 6406: -55,31 + 6407: -54,31 + 6414: -52,31 + 6415: -51,31 + 6416: -50,31 + 6417: -49,31 + 6489: -60,47 + 6490: -59,47 + 6491: -58,47 + 6495: -63,45 + 6496: -62,45 + 6497: -61,45 + 6498: -60,45 + 6499: -59,45 + 6500: -58,45 + 6501: -57,45 + 6502: -56,45 + 6503: -55,45 + 6519: -62,50 + 6520: -61,50 + 6521: -60,50 + 6522: -57,50 + 6523: -58,50 + 6537: -59,50 + 6543: -59,38 + 6544: -58,38 - node: color: '#BC863FFF' id: WarnLineW decals: - 7138: -56,50 + 6548: -56,50 - node: color: '#FFFFFFFF' id: WarnLineW decals: - 5373: -79,14 - 5374: -78,14 - 5375: -77,14 + 4917: -79,14 + 4918: -78,14 + 4919: -77,14 + 7358: 26,64 + 7359: 27,64 + 7360: 28,64 + 7361: 29,64 + 7362: 30,64 + 7363: 31,64 + 7364: 32,64 + 7365: 33,64 + 7366: 34,64 + 7367: 35,64 + 7368: 37,64 + 7369: 38,64 + 7370: 40,64 + 7371: 39,64 + 7372: 41,64 + 7373: 42,64 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerNe decals: - 5802: -1,0 - 5803: 6,0 - 5804: 6,7 - 5805: -1,7 + 5226: -1,0 + 5227: 6,0 + 5228: 6,7 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerNw decals: - 5806: -4,7 - 5807: 4,7 - 5808: 3,0 - 5809: -4,0 + 5229: 4,7 + 5230: 3,0 + 5231: -4,0 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerSe decals: - 5794: -1,4 - 5795: 6,-3 - 5796: -1,-3 - 5797: 6,5 + 5220: 6,-3 + 5221: -1,-3 + 5222: 6,5 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerSw decals: - 5798: -4,-3 - 5799: -4,4 - 5800: 4,5 - 5801: 3,-3 + 5223: -4,-3 + 5224: 4,5 + 5225: 3,-3 - node: color: '#FFFFFFFF' id: WoodTrimThinInnerNe decals: - 5386: -13,-44 + 4930: -13,-44 - node: color: '#FFFFFFFF' id: WoodTrimThinLineE decals: - 5384: -13,-43 - 5385: -13,-42 - 5817: -1,-1 - 5818: -1,-2 - 5819: 6,-1 - 5820: 6,-2 - 5821: 6,6 - 5822: -1,6 - 5823: -1,5 + 4928: -13,-43 + 4929: -13,-42 + 5237: -1,-1 + 5238: -1,-2 + 5239: 6,-1 + 5240: 6,-2 + 5241: 6,6 - node: color: '#FFFFFFFF' id: WoodTrimThinLineN decals: - 5379: -12,-44 - 5380: -11,-44 - 5381: -10,-44 - 5382: -9,-44 - 5383: -8,-44 - 5810: -3,0 - 5811: -2,0 - 5812: 4,0 - 5813: 5,0 - 5814: 5,7 - 5815: -2,7 - 5816: -3,7 + 4923: -12,-44 + 4924: -11,-44 + 4925: -10,-44 + 4926: -9,-44 + 4927: -8,-44 + 5232: -3,0 + 5233: -2,0 + 5234: 4,0 + 5235: 5,0 + 5236: 5,7 - node: color: '#FFFFFFFF' id: WoodTrimThinLineS decals: - 5824: -3,-3 - 5825: -2,-3 - 5826: 4,-3 - 5827: 5,-3 - 5828: 5,5 - 5829: -2,4 - 5830: -3,4 + 5242: -3,-3 + 5243: -2,-3 + 5244: 4,-3 + 5245: 5,-3 + 5246: 5,5 - node: color: '#FFFFFFFF' id: WoodTrimThinLineW decals: - 5831: -4,-2 - 5832: -4,-1 - 5833: -4,5 - 5834: -4,6 - 5835: 4,6 - 5836: 3,-2 - 5837: 3,-1 + 5247: -4,-2 + 5248: -4,-1 + 5249: 4,6 + 5250: 3,-2 + 5251: 3,-1 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' id: body decals: - 2921: -75.583534,-5.7699175 + 2697: -75.583534,-5.7699175 - node: color: '#FFFFFFFF' id: bushsnowa1 decals: - 138: -25,-14 - 230: 29,-37 + 125: -25,-14 + 216: 29,-37 - node: color: '#000000FF' id: clawprint decals: - 4264: 76.23013,83.76755 - 4265: 76.38638,84.08786 - 4266: 76.15201,84.322235 + 3917: 76.23013,83.76755 + 3918: 76.38638,84.08786 + 3919: 76.15201,84.322235 - node: cleanable: True angle: -0.5061454830783556 rad @@ -10013,337 +10294,313 @@ entities: color: '#FFFFFFFF' id: grasssnow decals: - 295: -90.745636,-9.283487 + 281: -90.745636,-9.283487 - node: color: '#FFFFFFFF' id: grasssnow01 decals: - 296: -89.91751,-9.111612 + 282: -89.91751,-9.111612 - node: color: '#FFFFFFFF' id: grasssnow02 decals: - 297: -90.91751,-8.783487 - 298: -86.94876,-12.533487 - 308: -83.308136,-8.111612 + 283: -90.91751,-8.783487 + 284: -86.94876,-12.533487 + 294: -83.308136,-8.111612 - node: color: '#FFFFFFFF' id: grasssnow10 decals: - 290: -85.73001,-9.877237 - 291: -85.19876,-10.189737 + 276: -85.73001,-9.877237 + 277: -85.19876,-10.189737 - node: color: '#FFFFFFFF' id: grasssnow12 decals: - 292: -82.870636,-10.658487 + 278: -82.870636,-10.658487 - node: color: '#FFFFFFFF' id: grasssnow13 decals: - 293: -82.35501,-10.799112 - 294: -79.526886,-8.767862 + 279: -82.35501,-10.799112 + 280: -79.526886,-8.767862 - node: color: '#FFFFFFFF' id: grasssnowa2 decals: - 304: -81.901886,-13.220987 - 305: -78.745636,-10.470987 + 290: -81.901886,-13.220987 + 291: -78.745636,-10.470987 - node: color: '#FFFFFFFF' id: grasssnowb1 decals: - 234: 30,-37 - 302: -87.85501,-13.408487 - 303: -90.870636,-10.908487 + 220: 30,-37 + 288: -87.85501,-13.408487 + 289: -90.870636,-10.908487 - node: angle: -0.15707963267948966 rad color: '#FFFFFFFF' id: grasssnowb2 decals: - 88: -1,-7 - 89: 3,-11 + 76: -1,-7 + 77: 3,-11 - node: color: '#FFFFFFFF' id: grasssnowb2 decals: - 306: -79.07376,-11.033487 - 307: -84.151886,-8.111612 + 292: -79.07376,-11.033487 + 293: -84.151886,-8.111612 - node: color: '#FFFFFFFF' id: grasssnowb3 decals: - 183: 13,23 - 192: 37,42 + 170: 13,23 + 179: 37,42 - node: color: '#FFFFFFFF' id: grasssnowc2 decals: - 299: -87.370636,-13.033487 - 300: -82.214386,-13.689737 - 301: -79.29251,-10.330362 + 285: -87.370636,-13.033487 + 286: -82.214386,-13.689737 + 287: -79.29251,-10.330362 - node: color: '#FFFFFFFF' id: grasssnowc3 decals: - 147: 13,-51 + 134: 13,-51 - node: color: '#9F0000FF' id: guy decals: - 2909: -69.00803,-6.582773 + 2685: -69.00803,-6.582773 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' id: h decals: - 2916: -75.84916,-3.2699175 - 2917: -68.97416,-7.1761675 + 2692: -75.84916,-3.2699175 + 2693: -68.97416,-7.1761675 - node: color: '#181719FF' id: i decals: - 4267: 76.73013,84.90036 - 4268: 76.862946,84.759735 - 4269: 77.00357,84.77536 - 4270: 76.02701,82.540985 - 4271: 76.12076,82.33786 - 4272: 76.27701,82.50192 - 4273: 78.10513,84.21286 - 4274: 78.175446,84.0488 - 4275: 78.331696,84.22067 + 3920: 76.73013,84.90036 + 3921: 76.862946,84.759735 + 3922: 77.00357,84.77536 + 3923: 76.02701,82.540985 + 3924: 76.12076,82.33786 + 3925: 76.27701,82.50192 + 3926: 78.10513,84.21286 + 3927: 78.175446,84.0488 + 3928: 78.331696,84.22067 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' id: k decals: - 2918: -67.896034,-7.0042925 + 2694: -67.896034,-7.0042925 - node: angle: 0.15707963267948966 rad color: '#9F0000FF' id: k decals: - 2913: -73.927284,-3.1136675 + 2689: -73.927284,-3.1136675 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' id: n decals: - 2915: -74.583534,-3.3480425 - 2920: -68.271034,-6.7699175 + 2691: -74.583534,-3.3480425 + 2696: -68.271034,-6.7699175 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' id: o decals: - 2919: -68.583534,-7.0511675 + 2695: -68.583534,-7.0511675 - node: angle: 0.3490658503988659 rad color: '#9F0000FF' id: o decals: - 2914: -75.271034,-3.1605425 - - node: - cleanable: True - angle: 0.15707963267948966 rad - color: '#B60000FF' - id: radiation - decals: - 14: 53.149216,50.96145 - - node: - cleanable: True - angle: 0.5061454830783556 rad - color: '#B60000FF' - id: radiation - decals: - 13: 52.75859,50.414574 + 2690: -75.271034,-3.1605425 - node: angle: -0.2617993877991494 rad color: '#840400FF' id: rune1 decals: - 2932: -73.083725,-5.0936604 - 2934: -75.864975,-7.1874104 - 2935: -67.583725,-6.4686604 + 2708: -73.083725,-5.0936604 + 2710: -75.864975,-7.1874104 + 2711: -67.583725,-6.4686604 - node: angle: -0.2617993877991494 rad color: '#840400FF' id: rune4 decals: - 2930: -76.833725,-6.2342854 - 2931: -72.958725,-6.0936604 + 2706: -76.833725,-6.2342854 + 2707: -72.958725,-6.0936604 - node: angle: -0.2617993877991494 rad color: '#840400FF' id: rune6 decals: - 2929: -76.8181,-5.0936604 - 2933: -74.177475,-7.1717854 + 2705: -76.8181,-5.0936604 + 2709: -74.177475,-7.1717854 - node: cleanable: True angle: -0.15707963267948966 rad color: '#B60000FF' id: shotgun decals: - 17: 52.85234,47.164574 + 15: 52.85234,47.164574 - node: cleanable: True angle: -0.15707963267948966 rad color: '#B60000FF' id: skull decals: - 15: 55.94609,51.1177 - 16: 52.711716,46.6802 + 13: 55.94609,51.1177 + 14: 52.711716,46.6802 - node: cleanable: True color: '#5D0000FF' id: splatter decals: - 4088: -17.416376,-1.2267087 - 4089: -17.072626,-1.4142087 + 3741: -17.416376,-1.2267087 + 3742: -17.072626,-1.4142087 - node: cleanable: True color: '#7A0000FF' id: splatter decals: - 4086: -17.260126,-1.3907712 - 4087: -17.650751,-1.3907712 + 3739: -17.260126,-1.3907712 + 3740: -17.650751,-1.3907712 - node: cleanable: True color: '#7C1719FF' id: splatter decals: - 4281: 75.44107,83.09567 - 4282: 78.12857,85.478485 - 4283: 78.66763,85.37692 - 4284: 81.664444,83.50258 - 4285: 81.81288,83.87758 - 4286: 82.08632,83.68227 - 4287: 81.40663,83.67445 - 4288: 82.52382,83.54164 - 4289: 82.62538,83.77602 - 4290: 79.74257,85.41664 - 4291: 80.226944,85.60414 - 4292: 79.70351,83.58852 + 3934: 75.44107,83.09567 + 3935: 78.12857,85.478485 + 3936: 78.66763,85.37692 + 3937: 81.664444,83.50258 + 3938: 81.81288,83.87758 + 3939: 82.08632,83.68227 + 3940: 81.40663,83.67445 + 3941: 82.52382,83.54164 + 3942: 82.62538,83.77602 + 3943: 79.74257,85.41664 + 3944: 80.226944,85.60414 + 3945: 79.70351,83.58852 - node: cleanable: True color: '#930000FF' id: splatter decals: - 4080: -17.797201,-1.5470212 - 4081: -17.469076,-1.2892087 - 4082: -16.719076,-1.6485837 - 4083: -17.500326,-2.7657712 - 4084: -17.187826,-1.6407712 - 4085: -17.500326,-1.8204587 + 3733: -17.797201,-1.5470212 + 3734: -17.469076,-1.2892087 + 3735: -16.719076,-1.6485837 + 3736: -17.500326,-2.7657712 + 3737: -17.187826,-1.6407712 + 3738: -17.500326,-1.8204587 - node: angle: -0.2617993877991494 rad color: '#9F0000FF' id: splatter decals: - 2922: -73.506905,-3.9139376 - 2923: -73.444405,-4.2108126 - 2924: -76.506905,-4.1014376 - 2925: -73.30378,-4.6326876 - 2926: -72.77253,-4.2733126 - 2927: -72.444405,-3.6326876 - 2928: -73.538155,-7.6326876 + 2698: -73.506905,-3.9139376 + 2699: -73.444405,-4.2108126 + 2700: -76.506905,-4.1014376 + 2701: -73.30378,-4.6326876 + 2702: -72.77253,-4.2733126 + 2703: -72.444405,-3.6326876 + 2704: -73.538155,-7.6326876 - node: color: '#9F0000FF' id: splatter decals: - 2894: -75.44553,-4.785898 - 2895: -75.10178,-4.551523 - 2896: -74.49241,-5.379648 - 2897: -70.36741,-5.629648 - 2898: -69.86741,-5.395273 - 2899: -69.92991,-5.926523 - 2900: -70.32053,-7.364023 - 2901: -68.13303,-7.707773 - 2902: -74.97678,-7.567148 - 2903: -77.25803,-7.270273 - 2904: -76.85178,-7.598398 - 2905: -77.69553,-4.973398 - 2906: -77.50803,-2.3483982 - 2907: -77.16428,-2.5671482 - 2908: -72.47678,-4.723398 + 2670: -75.44553,-4.785898 + 2671: -75.10178,-4.551523 + 2672: -74.49241,-5.379648 + 2673: -70.36741,-5.629648 + 2674: -69.86741,-5.395273 + 2675: -69.92991,-5.926523 + 2676: -70.32053,-7.364023 + 2677: -68.13303,-7.707773 + 2678: -74.97678,-7.567148 + 2679: -77.25803,-7.270273 + 2680: -76.85178,-7.598398 + 2681: -77.69553,-4.973398 + 2682: -77.50803,-2.3483982 + 2683: -77.16428,-2.5671482 + 2684: -72.47678,-4.723398 - node: cleanable: True color: '#A51719FF' id: splatter decals: - 4293: 79.90663,83.69789 - 4294: 81.758194,84.09633 - 4295: 79.68788,85.7682 - 4296: 82.414444,83.47133 - 4297: 81.96913,83.16664 - 4298: 82.539444,84.12758 + 3946: 79.90663,83.69789 + 3947: 81.758194,84.09633 + 3948: 79.68788,85.7682 + 3949: 82.414444,83.47133 + 3950: 81.96913,83.16664 + 3951: 82.539444,84.12758 - node: cleanable: True color: '#A91719FF' id: splatter decals: - 4276: 77.800446,85.4863 - 4277: 78.25357,85.21286 - 4278: 78.56607,85.61911 - 4279: 75.52701,83.43942 - 4280: 75.66763,83.09567 + 3929: 77.800446,85.4863 + 3930: 78.25357,85.21286 + 3931: 78.56607,85.61911 + 3932: 75.52701,83.43942 + 3933: 75.66763,83.09567 - node: cleanable: True angle: -0.15707963267948966 rad color: '#B60000FF' id: splatter decals: - 18: 59.03984,56.71145 - 19: 58.57109,56.477074 - 20: 59.336716,56.4927 - 21: 58.961716,56.289574 - 22: 53.35234,51.352074 - 23: 52.94609,51.52395 - 24: 53.524216,50.77395 - 25: 51.524216,49.6177 - 26: 51.774216,49.227074 - 27: 51.461716,49.227074 - 28: 51.555466,48.914574 - 29: 54.35234,48.3052 - 30: 54.242966,48.570824 - 31: 54.430466,48.58645 - 32: 55.305466,49.570824 - 33: 55.69609,49.64895 - 34: 55.524216,50.070824 - 35: 61.492966,51.7427 - 36: 61.555466,52.14895 - 37: 61.899216,51.570824 - 38: 61.07109,51.820824 - 39: 61.13359,51.52395 - 40: 62.10234,54.258324 - 41: 62.28984,54.14895 - 42: 61.88359,54.258324 - 43: 59.50859,56.83645 - 44: 56.78984,57.3677 - 45: 56.617966,57.08645 - 46: 60.492966,56.4302 - 47: 55.88359,53.0552 - 48: 56.274216,52.77395 - 49: 55.75859,52.6802 - 50: 58.774216,51.258324 - 51: 58.72734,50.8677 - 52: 59.41484,50.820824 - 53: 58.336716,54.9927 - 54: 57.85234,54.758324 - 55: 54.149216,51.539574 - 56: 54.53984,51.289574 - 57: 54.22734,50.8052 - 58: 54.867966,51.914574 - 59: 54.520893,54.338776 - 60: 54.94277,54.51065 - 61: 54.72402,54.26065 - 62: 54.75527,53.82315 + 16: 59.03984,56.71145 + 17: 58.57109,56.477074 + 18: 59.336716,56.4927 + 19: 58.961716,56.289574 + 20: 55.305466,49.570824 + 21: 55.69609,49.64895 + 22: 55.524216,50.070824 + 23: 61.492966,51.7427 + 24: 61.555466,52.14895 + 25: 61.899216,51.570824 + 26: 61.07109,51.820824 + 27: 61.13359,51.52395 + 28: 62.10234,54.258324 + 29: 62.28984,54.14895 + 30: 61.88359,54.258324 + 31: 59.50859,56.83645 + 32: 56.78984,57.3677 + 33: 56.617966,57.08645 + 34: 60.492966,56.4302 + 35: 55.88359,53.0552 + 36: 56.274216,52.77395 + 37: 55.75859,52.6802 + 38: 58.774216,51.258324 + 39: 58.72734,50.8677 + 40: 59.41484,50.820824 + 41: 58.336716,54.9927 + 42: 57.85234,54.758324 + 43: 54.149216,51.539574 + 44: 54.53984,51.289574 + 45: 54.22734,50.8052 + 46: 54.867966,51.914574 + 47: 54.520893,54.338776 + 48: 54.94277,54.51065 + 49: 54.72402,54.26065 + 50: 54.75527,53.82315 - node: color: '#FFFFFFFF' id: w decals: - 4951: 82,34 + 4571: 82,34 - type: RadiationGridResistance - type: GridAtmosphere version: 2 @@ -10462,17 +10719,17 @@ entities: 4,-1: 0: 16383 -4,-4: - 0: 16383 + 0: 8191 -4,-5: 0: 63743 -5,-4: - 0: 36863 + 0: 4095 -4,-3: 0: 30583 -5,-3: 0: 56797 -4,-2: - 0: 63255 + 0: 63271 -5,-2: 0: 65293 -4,-1: @@ -10580,7 +10837,7 @@ entities: 8,2: 0: 30576 8,3: - 0: 29567 + 0: 29311 4,-5: 0: 62190 5,-4: @@ -10655,9 +10912,6 @@ entities: 11,1: 1: 546 0: 17476 - 11,-1: - 0: 17476 - 1: 12560 12,0: 0: 65262 12,1: @@ -10690,12 +10944,15 @@ entities: 11,-3: 0: 53006 1: 12288 + 11,-1: + 1: 4368 + 0: 3276 11,-5: 0: 65525 11,-4: 0: 61166 11,-2: - 0: 17484 + 0: 52236 12,-4: 0: 65393 12,-3: @@ -11556,7 +11813,7 @@ entities: 0,11: 0: 30583 -1,11: - 0: 110 + 0: 8302 0,12: 0: 65535 1,9: @@ -11586,7 +11843,7 @@ entities: 4,9: 0: 65535 4,10: - 0: 65263 + 0: 61167 4,11: 0: 65262 0,-12: @@ -11762,11 +12019,12 @@ entities: 1: 30532 11,-9: 0: 4084 + 11,-12: + 0: 2048 + 12,-12: + 0: 65520 12,-9: 0: 4080 - 12,-12: - 0: 32960 - 1: 2048 12,-11: 1: 33920 0: 2048 @@ -11816,7 +12074,7 @@ entities: 11,11: 0: 65519 12,12: - 0: 26231 + 0: 26359 13,9: 0: 30583 13,10: @@ -11858,6 +12116,8 @@ entities: 0: 65535 8,11: 0: 56607 + 7,11: + 0: 3909 8,12: 0: 56829 9,11: @@ -11883,7 +12143,7 @@ entities: 5,9: 0: 21845 5,10: - 0: 26117 + 0: 30213 5,11: 0: 3846 5,12: @@ -11900,10 +12160,8 @@ entities: 0: 21844 7,10: 0: 21845 - 7,11: - 0: 1861 7,12: - 0: 48123 + 0: 48059 -4,9: 0: 61166 -5,9: @@ -11913,29 +12171,29 @@ entities: -5,10: 0: 20206 -4,11: - 0: 53247 + 0: 61439 -5,11: 0: 20479 -4,12: - 0: 61166 + 0: 36590 -3,9: 0: 59571 -3,10: 0: 36607 - -3,12: - 0: 65535 -3,11: - 0: 52416 + 0: 61152 + -3,12: + 0: 20222 -2,9: 0: 65520 -2,10: 0: 65535 -2,11: - 0: 65520 + 0: 3812 -2,12: - 0: 65535 + 0: 3838 -1,12: - 0: 64443 + 0: 35771 -8,9: 0: 65526 -8,10: @@ -11952,9 +12210,9 @@ entities: -7,9: 0: 65531 -7,10: - 0: 1904 + 0: 10096 -7,11: - 0: 12287 + 0: 32767 -7,12: 0: 30583 -6,9: @@ -11996,16 +12254,15 @@ entities: -10,10: 0: 65535 -10,11: - 0: 4095 + 0: 36863 -10,12: 4: 4369 - 1: 17476 + 0: 52428 -9,9: 0: 7 1: 17472 -9,12: - 1: 4369 - 0: 52428 + 0: 56797 -16,-8: 0: 57966 -17,-8: @@ -12044,19 +12301,18 @@ entities: -16,10: 0: 57599 -17,10: - 0: 28399 - 1: 37136 + 0: 4095 + 1: 61440 -16,11: 0: 61166 -17,11: - 1: 4104 - 0: 26182 + 1: 65535 -16,12: 0: 61166 -15,9: 0: 62983 -15,10: - 0: 61686 + 0: 61551 -15,11: 0: 65535 -15,12: @@ -12068,10 +12324,11 @@ entities: -14,11: 0: 48123 -14,12: - 0: 48059 + 0: 13107 + 1: 34944 -13,12: - 0: 4369 6: 17476 + 1: 4368 17,8: 0: 4607 17,9: @@ -12214,17 +12471,48 @@ entities: 0: 65488 20,-5: 0: 65535 + -20,9: + 1: 18120 + 0: 34816 + -20,10: + 1: 25670 + 0: 34952 + -20,11: + 1: 17510 + 0: 34952 + -20,12: + 1: 25668 + 0: 34952 + -19,9: + 1: 255 + 0: 65280 + -19,10: + 0: 65535 + -19,11: + 0: 255 + 1: 3840 + -19,12: + 4: 61166 -19,8: - 1: 128 + 1: 32896 -18,8: 1: 4368 0: 52428 -18,9: - 0: 12 - 1: 19968 + 1: 17 + 0: 65292 + -18,10: + 0: 32767 + 1: 32768 + -18,11: + 0: 17527 + 1: 35720 + -18,12: + 4: 4369 + 0: 17476 + 1: 34952 -17,12: - 1: 16401 - 0: 13926 + 1: 65535 -21,4: 0: 47581 -20,4: @@ -12321,41 +12609,45 @@ entities: -18,-3: 0: 52416 -24,0: - 0: 112 + 0: 61182 -25,0: 0: 25327 + -24,1: + 0: 61902 -25,1: 0: 61166 - -24,1: - 0: 61696 -24,2: - 0: 511 + 0: 49663 -25,2: 0: 61166 + -24,3: + 0: 65262 -25,3: 0: 57966 - -24,3: - 0: 28672 + -24,-1: + 0: 60433 + -24,4: + 0: 7406 + -23,0: + 0: 65535 -23,1: - 0: 61576 + 0: 62463 -23,2: - 0: 33023 - -23,0: - 0: 34952 + 0: 62463 + -23,3: + 0: 65535 -23,-1: - 0: 34824 + 0: 65288 + -23,4: + 0: 4095 -22,0: 0: 56797 -22,1: 0: 65229 -22,2: 0: 52991 - -23,3: - 0: 34952 -22,3: 0: 56797 - -23,4: - 0: 2184 -22,-1: 0: 56559 -22,4: @@ -12364,8 +12656,6 @@ entities: 0: 21845 -25,4: 0: 56719 - -24,4: - 0: 4096 -24,5: 0: 49137 -25,5: @@ -12395,21 +12685,31 @@ entities: 0: 65528 12,13: 0: 8736 - 1: 128 12,14: 0: 34 11,14: 0: 255 1: 28672 + 12,15: + 0: 65280 + 1: 4 + 11,15: + 0: 65280 + 1: 3 + 12,16: + 0: 13215 13,13: - 1: 816 - 0: 2184 + 0: 15291 + 13,14: + 0: 13107 + 13,15: + 0: 30515 + 13,16: + 0: 55 14,13: 0: 61439 - 13,14: - 1: 8 14,14: - 0: 61646 + 0: 62702 14,15: 0: 65535 14,16: @@ -12423,7 +12723,7 @@ entities: 15,15: 0: 30515 15,16: - 0: 29491 + 0: 28723 16,12: 1: 4944 16,13: @@ -12538,15 +12838,15 @@ entities: 0,13: 0: 65535 -1,13: - 0: 48063 + 0: 64443 0,14: 0: 65407 -1,14: - 0: 65304 + 0: 47935 0,15: 0: 32767 -1,15: - 0: 28927 + 0: 15282 0,16: 0: 30711 1,14: @@ -12562,55 +12862,51 @@ entities: 2,14: 0: 30479 2,15: - 0: 1911 - 1: 2176 + 0: 2039 + 1: 2048 2,16: 0: 65535 3,13: 0: 61129 + 3,15: + 0: 4091 3,14: - 1: 4096 0: 36078 - 3,15: - 1: 3043 3,16: - 0: 1654 + 0: 1782 4,13: 0: 65535 4,14: 0: 65535 + 4,15: + 0: 13104 + 1: 2176 -4,13: 0: 65534 - -5,13: - 0: 48048 -4,14: 0: 65535 - -5,14: - 0: 35771 -4,15: - 0: 64976 - -5,15: - 0: 64721 + 0: 30578 -4,16: - 0: 30511 + 0: 62583 -3,13: 0: 65535 -3,14: - 0: 49075 + 0: 65535 -3,15: - 0: 62392 + 0: 65524 -3,16: - 0: 65311 + 0: 61951 -2,13: 0: 65535 -2,14: - 0: 65520 + 0: 65535 -2,15: - 0: 61695 + 0: 56784 -2,16: - 0: 56591 + 0: 61661 -1,16: - 0: 30495 + 0: 29303 8,13: 0: 65521 7,13: @@ -12620,20 +12916,39 @@ entities: 1: 61440 7,14: 0: 4507 + 8,15: + 0: 65280 + 7,15: + 0: 65297 + 1: 4 + 8,16: + 0: 65375 + 9,15: + 0: 61184 + 1: 4 9,13: 0: 61154 9,14: 0: 238 1: 57344 - 9,15: - 1: 4 + 9,16: + 0: 61007 10,13: 0: 48048 10,14: 0: 187 1: 36864 - 11,15: - 1: 35 + 10,15: + 0: 65280 + 10,16: + 0: 13079 + 1: 34816 + 11,16: + 0: 52363 + 1: 256 + 4,16: + 0: 13107 + 1: 8 5,13: 0: 65395 5,14: @@ -12646,9 +12961,12 @@ entities: 0: 52303 1: 4096 6,15: - 0: 76 - 7,15: - 0: 17 + 1: 16 + 0: 52428 + 6,16: + 0: 61004 + 7,16: + 0: 47903 16,15: 0: 35908 17,13: @@ -12876,8 +13194,6 @@ entities: 0: 65467 -25,-2: 0: 56797 - -24,-1: - 0: 17 -25,-1: 0: 19933 -23,-2: @@ -12929,7 +13245,7 @@ entities: -18,-15: 1: 8992 -18,-17: - 1: 25188 + 1: 25190 -18,-13: 1: 8192 -18,-12: @@ -12993,24 +13309,22 @@ entities: 1: 16 -29,2: 1: 1 - -20,-19: - 1: 48960 - -21,-19: - 1: 61312 - -20,-18: - 1: 32648 - -21,-18: - 1: 3908 - -20,-17: - 1: 2 + -19,-20: + 1: 13106 -19,-19: - 1: 3952 + 1: 8755 -19,-18: - 1: 8960 + 1: 8739 + -19,-21: + 1: 8738 + -18,-20: + 1: 8807 + -18,-21: + 1: 32631 -18,-19: - 1: 25344 + 1: 8738 -18,-18: - 1: 68 + 1: 8802 -31,-2: 1: 52360 -31,-4: @@ -13107,30 +13421,57 @@ entities: -25,8: 1: 33041 0: 28672 + -27,-20: + 1: 17614 + -27,-21: + 1: 61164 + -27,-19: + 1: 17508 -27,-18: 1: 17508 - -27,-19: - 1: 19456 -27,-17: 1: 19524 -27,-16: 1: 26214 - -26,-19: - 1: 12272 -26,-17: 1: 59238 + -26,-20: + 1: 17478 -26,-16: 1: 19662 + -26,-21: + 1: 17524 + -26,-19: + 1: 17476 -26,-18: - 1: 19456 + 1: 17476 + -25,-20: + 0: 134 + 1: 72 -25,-19: - 1: 3904 + 0: 1132 + 1: 2176 + -25,-21: + 0: 16384 + 1: 32780 -25,-18: - 1: 61312 + 0: 192 + 1: 2048 + -24,-20: + 0: 243 + 1: 12 -24,-19: - 1: 44800 + 0: 3277 + 1: 818 -24,-18: - 1: 8186 + 1: 25456 + 0: 35968 + -25,-17: + 1: 32768 + -25,-16: + 1: 32792 + -24,-17: + 1: 12288 -32,11: 0: 34952 -31,11: @@ -13185,75 +13526,49 @@ entities: 0: 39 -16,13: 0: 238 - 1: 61440 + 1: 40960 -17,13: - 1: 65513 - 0: 6 - -16,14: - 1: 65535 - -17,14: - 1: 65535 - -16,15: - 1: 4623 - 0: 60912 - -17,15: - 1: 12367 - 0: 53168 - -16,16: - 1: 15 + 1: 53007 + 0: 240 -15,13: 0: 255 - 1: 4096 - 4: 49152 - -15,14: - 1: 4369 - 4: 52428 - -15,15: - 1: 241 - 0: 65280 - -15,16: - 1: 143 -14,13: - 0: 35003 - 4: 12288 + 0: 51 + 1: 24584 -14,14: - 4: 13107 - 0: 34952 + 0: 34816 -14,15: - 1: 112 - 0: 65416 - -14,16: - 1: 32911 + 0: 34824 -13,13: - 0: 4369 - 1: 50368 + 1: 8817 + 0: 34816 -13,14: - 0: 4369 - 1: 43660 + 0: 49032 -13,15: - 0: 40209 - 1: 25134 + 0: 48011 + -14,16: + 0: 34952 -13,16: - 1: 24023 - 0: 32776 + 0: 48127 -12,13: - 1: 3984 + 0: 65280 -12,14: - 0: 43566 + 0: 47931 -12,15: - 0: 43562 + 0: 47931 -12,16: - 0: 43690 + 0: 48059 -11,13: - 1: 4032 + 0: 65280 -11,14: - 0: 63247 + 0: 63239 -11,15: 0: 65287 -11,16: 0: 65535 -10,13: - 1: 1908 + 0: 65420 + 1: 32 -10,14: 0: 65295 -10,15: @@ -13261,93 +13576,55 @@ entities: -10,16: 0: 65535 -9,13: - 1: 1 - 0: 64524 + 0: 65293 -9,14: - 0: 56769 + 0: 65504 -9,15: - 0: 7645 + 0: 65535 -9,16: - 0: 21855 + 0: 40447 -8,13: - 0: 63255 + 0: 65287 -8,14: 0: 63344 -8,15: 0: 1919 -8,16: - 0: 21855 + 0: 16383 -7,13: - 0: 63346 - -7,14: 0: 30583 + -7,14: + 0: 32629 -7,15: - 0: 63479 + 0: 65399 -7,16: - 0: 30511 + 0: 30711 -6,13: - 0: 65520 + 0: 65528 -6,14: - 0: 4095 + 0: 65535 -6,15: - 0: 64767 + 0: 65520 -6,16: - 0: 30511 + 0: 65535 + -5,13: + 0: 30576 + -5,14: + 0: 30583 + -5,15: + 0: 1904 -5,16: - 0: 30511 - -20,12: - 1: 3840 - 0: 61440 - -21,12: - 1: 2048 - 0: 49152 + 0: 26230 -20,13: - 0: 23581 - 1: 41218 - -21,13: - 0: 2252 - 1: 62464 - -20,14: - 0: 20765 - 1: 32768 - -21,14: - 1: 52428 - 0: 4097 - -20,15: - 0: 4563 - 1: 12 - -21,15: - 1: 34824 - 0: 17623 - -20,16: - 0: 7677 - -19,12: - 0: 16128 - 1: 49152 + 1: 35910 + 0: 136 -19,13: - 0: 52495 - 1: 12800 - -19,14: - 0: 49167 - 1: 12288 - -19,15: - 0: 255 - -18,12: - 0: 63744 - 1: 1536 + 1: 52992 + 4: 14 -18,13: - 0: 4103 - 1: 52296 - -18,15: - 0: 32897 - 1: 19532 - -18,14: - 1: 61164 - -18,16: - 1: 12 - 0: 16 - -17,16: - 1: 63 + 4: 1 + 1: 7944 + 0: 196 -25,12: 0: 2049 -24,16: @@ -13365,19 +13642,17 @@ entities: 1: 32768 -23,15: 1: 2 - 0: 2284 + 0: 100 -22,13: - 1: 35856 - 0: 29440 + 1: 3088 + 0: 28672 -22,14: - 0: 53535 - 1: 9760 - -22,15: - 0: 255 - 1: 256 - -21,16: - 0: 17781 - 1: 34952 + 0: 4383 + 1: 1568 + -21,13: + 1: 28928 + -21,14: + 0: 1 -20,-8: 1: 3 -20,-9: @@ -13450,12 +13725,12 @@ entities: 0: 2035 1: 2060 -22,-11: - 0: 57350 + 0: 57358 -21,-12: 0: 50432 1: 12800 -21,-11: - 0: 28672 + 0: 28679 -21,-10: 0: 79 1: 48 @@ -13494,7 +13769,10 @@ entities: 11,-16: 0: 32768 12,-14: + 1: 1 0: 254 + 11,-14: + 1: 8 12,-13: 1: 1 0: 4094 @@ -13509,7 +13787,7 @@ entities: 13,-14: 0: 35007 13,-17: - 0: 46888 + 0: 46904 1: 2176 14,-16: 1: 4369 @@ -13542,12 +13820,14 @@ entities: 0: 49 1: 192 12,-18: - 0: 2585 - 1: 166 + 0: 3609 + 1: 422 11,-18: 0: 128 12,-17: - 0: 64512 + 0: 65520 + 11,-17: + 0: 2048 12,-20: 1: 6 0: 8 @@ -13581,8 +13861,9 @@ entities: 1: 49920 15,-18: 0: 3869 + 1: 16418 15,-17: - 0: 12544 + 0: 65520 15,-19: 1: 3 16,-20: @@ -13590,126 +13871,140 @@ entities: 0: 8192 16,-18: 0: 305 + 16,-17: + 0: 4880 0,17: - 0: 30719 + 0: 30591 -1,17: - 0: 65287 + 0: 29055 0,18: - 0: 65527 - -1,18: - 0: 65520 + 0: 65399 0,19: - 0: 24575 - -1,19: - 0: 4095 + 0: 30583 0,20: - 0: 1365 + 0: 32767 + -1,19: + 0: 63239 1,17: 0: 65339 1,18: - 0: 65520 + 0: 48048 1,19: - 0: 4095 + 0: 33579 1,20: - 1: 17 + 0: 36863 2,17: 0: 65295 2,18: - 0: 65520 + 0: 240 2,19: - 0: 24575 + 0: 65295 2,20: - 0: 1365 + 0: 65535 3,17: 0: 30566 3,18: - 0: 30576 + 0: 7636 3,19: - 0: 1911 + 0: 45391 3,20: - 1: 11 + 0: 48059 + 4,17: + 0: 13107 + 1: 136 4,18: - 1: 1 - 0: 4368 + 0: 13107 + 1: 2048 4,19: - 0: 273 - 1: 4320 + 0: 30583 -4,17: - 1: 12320 - 0: 17472 + 0: 28799 + -5,17: + 0: 58990 -4,18: - 1: 12336 - 0: 17472 + 0: 22384 -5,18: - 1: 62064 + 0: 3814 -4,19: - 1: 29440 - 0: 1092 + 0: 56661 -5,19: - 1: 59392 + 0: 61182 -3,17: - 0: 65520 + 0: 62719 -3,18: - 0: 65520 + 0: 65535 -3,19: - 0: 4095 - -3,20: - 1: 70 + 0: 65359 -2,17: - 0: 65308 + 0: 53471 -2,18: - 0: 65520 + 0: 56797 -2,19: - 0: 24575 - -2,20: - 0: 1365 - -1,20: - 1: 5 + 0: 65421 + -1,18: + 0: 30583 -8,17: - 0: 30576 + 0: 30583 -9,17: - 0: 64976 + 0: 56796 -8,18: - 0: 119 + 0: 53375 -9,18: - 0: 221 - -7,18: - 1: 60288 + 0: 49373 + 1: 4096 + -8,19: + 0: 56543 + -9,19: + 0: 49356 + 1: 17 + -8,20: + 0: 56543 -7,17: - 1: 128 - -6,18: - 1: 61968 + 0: 30583 + -7,18: + 0: 30079 -7,19: - 1: 32768 + 0: 30711 -7,20: - 1: 255 - -6,19: - 1: 29192 - -6,20: - 1: 31 + 0: 61431 -6,17: - 1: 192 - -5,17: - 1: 2272 - -5,20: - 1: 23 + 0: 61695 + -6,18: + 0: 4095 + -6,19: + 0: 65535 -12,17: - 0: 4066 + 0: 64435 -13,17: - 0: 2188 - 1: 4881 + 0: 49080 -12,18: - 1: 1535 + 0: 12731 -13,18: - 1: 17657 + 0: 46015 + -12,19: + 0: 47923 + 1: 8 + -13,19: + 0: 30523 + -12,20: + 0: 15295 -11,17: - 0: 2032 + 0: 65520 -11,18: - 1: 1140 + 0: 255 + 1: 16384 + -11,19: + 0: 65280 + -11,20: + 0: 4095 -10,17: 0: 65524 -10,18: 0: 255 + 1: 61440 + -9,20: + 0: 49356 + 1: 272 -28,12: 0: 65262 -28,13: @@ -13821,33 +14116,105 @@ entities: 0: 8204 -33,16: 1: 49152 - 4,20: + -4,20: + 0: 32752 + -5,20: + 0: 57328 + -4,21: + 0: 30577 + -5,21: + 0: 56784 + -4,22: + 0: 28775 + -5,22: + 0: 61661 + -4,23: + 0: 127 + 1: 24576 + -5,23: + 0: 255 + 1: 20480 + -4,24: + 1: 12 + -3,20: + 0: 65520 + -3,21: + 0: 63239 + -3,22: + 0: 65528 + -3,23: + 0: 4095 + -3,24: + 1: 7 + -2,20: + 0: 32752 + -2,21: + 0: 63239 + -2,22: + 0: 65520 + -2,23: + 0: 24575 + -2,24: + 0: 1365 + -1,20: + 0: 32752 + -1,21: + 0: 65287 + -1,22: + 0: 65520 + -1,23: + 0: 4095 + -1,24: + 1: 7 + 0,21: + 0: 65535 + 0,22: + 0: 65527 + 0,23: + 0: 24575 + 0,24: + 0: 1365 + 1,21: + 0: 65395 + 1,22: + 0: 65520 + 1,23: + 0: 4095 + 1,24: + 1: 7 + 2,21: + 0: 65295 + 2,22: + 0: 65520 + 2,23: + 0: 24575 + 2,24: + 0: 1365 + 3,21: + 0: 57289 + 3,22: + 0: 30580 + 3,23: + 0: 1911 + 3,24: 1: 15 - 5,19: - 1: 37244 - 5,20: - 1: 253 - 6,19: - 1: 4975 - 6,20: - 1: 241 - 7,19: - 1: 16527 - 7,20: - 1: 254 - 8,19: - 1: 31 - 12,19: - 1: 49392 - 11,19: - 1: 50416 - 12,20: - 1: 159 - 13,19: - 1: 4144 - 13,20: - 1: 3 - 0: 49152 + 4,20: + 0: 56785 + 4,21: + 0: 56831 + 4,22: + 0: 4380 + 4,23: + 0: 273 + 1: 4096 + 6,17: + 0: 78 + 7,17: + 0: 27 + 8,17: + 0: 95 + 12,17: + 1: 32 13,17: 1: 2184 13,18: @@ -13983,137 +14350,62 @@ entities: 0: 4352 19,20: 0: 30579 - -16,17: - 1: 62720 - -17,17: - 1: 63488 - -16,18: - 1: 12834 - -17,18: - 1: 62242 - -16,19: - 1: 8950 - -17,19: - 1: 8930 - -16,20: - 1: 13158 - -15,17: - 1: 62464 - -15,19: - 1: 248 - -15,18: - 1: 52360 + -14,17: + 0: 35968 -14,18: - 1: 15 + 0: 32908 -14,19: - 1: 3312 - -14,17: - 1: 2176 - -13,19: - 1: 57207 + 0: 35968 + -14,20: + 0: 140 -13,20: - 1: 8 + 0: 34871 + 1: 12288 -24,19: 1: 50176 -24,20: 1: 53198 -23,16: 1: 256 - 0: 200 -24,18: 1: 2184 -23,18: 1: 8209 - 0: 51200 - -22,16: - 0: 4095 - -23,17: - 0: 128 - -22,17: - 1: 32784 - 0: 28640 - -22,18: - 0: 7936 - 1: 57344 -23,19: - 0: 32776 - -22,19: - 0: 61455 - -23,20: - 0: 140 - -22,20: - 1: 3 - 0: 140 - -21,17: - 0: 55260 - 1: 2048 - -21,18: - 0: 30156 - 1: 34816 - -21,19: - 0: 36933 - 1: 19592 - -21,20: - 0: 18587 - 1: 33860 - -20,17: - 0: 51921 - 1: 5376 - -20,18: - 0: 31761 - 1: 33024 - -20,19: - 0: 53533 - -20,20: - 0: 207 - 1: 4368 - -19,16: - 0: 1791 - -19,17: - 0: 65520 - -19,18: - 0: 39168 - 1: 26112 - -19,19: - 0: 40975 - 1: 20480 - -19,20: - 0: 131 - 1: 124 - -18,17: - 0: 256 - -18,18: - 0: 4096 - -17,20: - 1: 8754 + 0: 2 + -24,-16: + 1: 187 + 0: 61444 -24,-15: - 0: 176 - 1: 76 + 0: 191 + 1: 64 + -25,-15: + 1: 14 + 0: 192 -24,-14: 0: 3727 1: 368 -25,-14: + 0: 3084 1: 896 - 0: 3072 -24,-13: - 1: 28672 - 0: 34944 + 1: 28752 + 0: 36000 -25,-13: 1: 35840 0: 16960 - -24,-16: - 0: 32768 + -23,-16: + 0: 3 + 1: 61164 -23,-15: - 0: 61101 - 1: 66 + 0: 61089 + 1: 78 -23,-14: 1: 17970 0: 43212 - -23,-16: - 1: 516 - 0: 52424 -23,-17: - 1: 50244 + 1: 55978 + 0: 9284 -22,-15: 0: 231 1: 8 @@ -14131,7 +14423,8 @@ entities: 1: 19 0: 108 -21,-14: - 0: 1840 + 0: 1843 + 1: 196 -21,-13: 1: 8448 0: 24064 @@ -14153,8 +14446,6 @@ entities: 1: 19660 -26,-12: 1: 17988 - -25,-16: - 1: 16 -28,-11: 1: 3936 -29,-11: @@ -14174,70 +14465,9 @@ entities: -24,22: 1: 34952 -23,22: - 1: 31744 + 1: 12288 -24,24: 1: 34959 - -23,21: - 1: 8 - -22,21: - 0: 1139 - 1: 140 - -22,23: - 0: 52992 - -22,22: - 0: 1152 - 1: 2048 - -21,21: - 0: 17653 - 1: 34824 - -21,22: - 0: 22612 - 1: 34696 - -21,23: - 0: 12740 - 1: 52232 - -21,24: - 0: 34817 - 1: 136 - -20,21: - 0: 7445 - 1: 232 - -20,22: - 0: 55105 - 1: 2064 - -20,23: - 0: 30993 - 1: 32768 - -20,24: - 1: 1 - 0: 4108 - -19,21: - 1: 55 - 0: 2504 - -19,22: - 1: 13312 - 0: 51328 - -19,23: - 0: 14080 - 1: 51200 - -19,24: - 1: 3 - -18,20: - 1: 143 - -18,21: - 0: 16 - -18,22: - 0: 256 - -17,21: - 1: 12834 - -17,22: - 1: 8767 - -17,23: - 1: 9186 - -17,24: - 1: 8738 - -16,22: - 1: 8739 -25,24: 1: 34952 -24,26: @@ -14255,38 +14485,7 @@ entities: -24,27: 1: 34952 -23,27: - 1: 61440 - -23,28: - 1: 62532 - -22,27: - 1: 61440 - -22,28: - 1: 61713 - -21,27: - 1: 62528 - -21,25: - 1: 25664 - 0: 2184 - -21,26: - 1: 68 - -20,27: - 1: 64512 - -19,27: - 1: 61440 - -19,28: - 1: 61986 - -18,27: - 1: 61440 - -18,25: - 1: 32768 - -17,25: - 1: 13106 - -17,27: - 1: 62062 - -17,26: - 1: 8755 - -16,27: - 1: 30439 + 1: 12288 8,-14: 1: 61952 7,-14: @@ -14333,16 +14532,46 @@ entities: 1: 4371 20,-18: 1: 1 + -24,-21: + 0: 61455 + -23,-20: + 1: 8743 + 0: 52424 -23,-19: - 1: 3840 + 0: 59100 + 1: 2082 -23,-18: - 1: 20224 + 0: 26952 + 1: 34470 + -23,-21: + 0: 42596 + 1: 18570 + -22,-20: + 0: 107 + 1: 132 -22,-19: - 1: 4080 + 0: 3830 + 1: 8 -22,-18: - 1: 3840 + 0: 28640 + 1: 32768 + -22,-21: + 0: 57346 + 1: 12 + -21,-20: + 0: 111 + 1: 16 + -21,-19: + 0: 2037 + 1: 2 + -21,-18: + 0: 23856 + 1: 8768 -21,-17: - 1: 768 + 1: 784 + -21,-21: + 1: 4103 + 0: 24576 12,-24: 1: 3760 11,-24: @@ -14447,42 +14676,37 @@ entities: 1: 60620 -25,28: 1: 34952 - -16,24: - 1: 12898 - -16,25: - 1: 13107 - -16,23: - 1: 12834 - -16,26: - 1: 26214 - -16,28: - 1: 13926 - -16,21: - 1: 28279 - -12,20: - 1: 15 - -17,28: - 1: 63232 - -20,28: - 1: 61440 - -20,29: - 1: 1 - -21,28: + -13,24: + 1: 192 + -12,24: + 1: 244 + -13,21: + 1: 2 + 0: 34952 + -13,22: + 1: 32 + 0: 34952 + -13,23: + 1: 16416 + 0: 136 + -12,21: + 0: 47923 + 1: 136 + -12,22: + 0: 64443 + -12,23: + 0: 255 1: 61440 - -18,28: - 1: 65024 - -17,29: - 1: 7 -24,28: 1: 61440 -24,29: 1: 9 + -23,28: + 1: 12288 -23,29: - 1: 207 + 1: 15 -22,29: - 1: 19 - -21,29: - 1: 3 + 1: 1 4,-13: 1: 35939 5,-14: @@ -14511,18 +14735,20 @@ entities: 1: 16 25,2: 0: 65392 - 9,19: - 1: 35503 - 10,19: - 1: 231 - 9,20: - 1: 250 - 11,20: - 1: 249 - 8,20: - 1: 240 - 10,20: - 1: 240 + 9,17: + 0: 78 + 10,17: + 0: 19 + 4,24: + 1: 1 + 5,20: + 0: 4368 + 5,21: + 0: 4369 + 5,22: + 0: 1 + 13,20: + 0: 49152 13,21: 0: 2252 14,21: @@ -14548,13 +14774,59 @@ entities: 1: 4919 20,-22: 1: 13075 - -8,20: - 1: 15 - -9,20: - 1: 15 - -11,20: - 1: 15 - -10,20: + -8,21: + 0: 56543 + -9,21: + 0: 49356 + 1: 4096 + -8,22: + 0: 61663 + -9,22: + 0: 61644 + -8,23: + 0: 255 + 1: 57344 + -9,23: + 0: 255 + 1: 4096 + -8,24: + 1: 31 + -7,21: + 0: 3824 + -7,22: + 0: 61679 + -7,23: + 0: 255 + 1: 61440 + -6,20: + 0: 61424 + -6,22: + 0: 61678 + -6,23: + 0: 255 + 1: 28672 + -6,21: + 0: 61164 + -6,24: + 1: 4 + -11,21: + 1: 48 + 0: 12800 + -11,22: + 0: 62003 + 1: 128 + -11,23: + 0: 255 + 1: 16384 + -10,22: + 1: 144 + 0: 61440 + -10,23: + 0: 255 + 1: 32768 + -10,24: + 1: 252 + -9,24: 1: 15 25,-3: 0: 65535 @@ -14612,6 +14884,87 @@ entities: 1: 128 -30,-11: 1: 2288 + -11,24: + 1: 240 + -24,-24: + 1: 242 + -25,-24: + 1: 244 + -24,-23: + 1: 32560 + -25,-23: + 1: 52224 + -24,-22: + 0: 61184 + 1: 4096 + -25,-22: + 1: 60424 + -24,-25: + 1: 10236 + -23,-24: + 1: 8432 + -23,-23: + 1: 26482 + 0: 2048 + -23,-22: + 0: 63680 + 1: 1548 + -22,-24: + 1: 244 + -22,-23: + 1: 306 + 0: 64 + -22,-22: + 0: 65024 + -22,-25: + 1: 17663 + -21,-24: + 1: 248 + -21,-22: + 0: 256 + 1: 62976 + -21,-25: + 1: 35071 + -20,-24: + 1: 2036 + -19,-24: + 1: 10801 + -19,-23: + 1: 9075 + -19,-22: + 1: 8738 + -18,-24: + 1: 8994 + -18,-23: + 1: 12834 + -18,-22: + 1: 30515 + -18,-25: + 1: 8752 + -27,-24: + 1: 50244 + -27,-25: + 1: 17600 + -27,-23: + 1: 52292 + -27,-22: + 1: 52428 + -26,-24: + 1: 29888 + -26,-23: + 1: 52452 + -26,-22: + 1: 17476 + -20,-25: + 1: 240 + -19,-25: + 1: 1784 + -26,-25: + 1: 3824 + -25,-25: + 1: 4080 + -23,-25: + 1: 255 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -14746,30 +15099,66 @@ entities: container: 5116 - proto: ActionToggleInternals entities: + - uid: 704 + components: + - type: Transform + parent: 702 + - type: InstantAction + container: 702 + - uid: 2072 + components: + - type: Transform + parent: 706 + - type: InstantAction + container: 706 + - uid: 2991 + components: + - type: Transform + parent: 2985 + - type: InstantAction + container: 2985 + - uid: 18303 + components: + - type: Transform + parent: 18302 + - type: InstantAction + container: 18302 + - uid: 18948 + components: + - type: Transform + parent: 18304 + - type: InstantAction + container: 18304 + - uid: 19362 + components: + - type: Transform + parent: 19351 + - type: InstantAction + container: 19351 - uid: 20874 components: - type: Transform parent: 9229 - type: InstantAction container: 9229 - - uid: 34664 + - uid: 21095 components: - type: Transform - parent: 33237 + parent: 34677 - type: InstantAction - container: 33237 - - uid: 39684 + container: 34677 + - uid: 21134 components: - type: Transform - parent: 39682 + parent: 39690 - type: InstantAction - container: 39682 - - uid: 39687 + container: 39690 + - uid: 34664 components: - type: Transform - parent: 39685 + parent: 33237 - type: InstantAction - container: 39685 + container: 33237 - uid: 39692 components: - type: Transform @@ -14790,18 +15179,6 @@ entities: parent: 33237 - type: InstantAction container: 33237 - - uid: 39683 - components: - - type: Transform - parent: 39682 - - type: InstantAction - container: 39682 - - uid: 39686 - components: - - type: Transform - parent: 39685 - - type: InstantAction - container: 39685 - proto: ActionToggleLight entities: - uid: 413 @@ -14858,6 +15235,38 @@ entities: parent: 36618 - type: InstantAction container: 36618 +- proto: ActionToggleMagboots + entities: + - uid: 33818 + components: + - type: Transform + parent: 6054 + - type: InstantAction + container: 6054 + - uid: 33823 + components: + - type: Transform + parent: 6049 + - type: InstantAction + container: 6049 + - uid: 33824 + components: + - type: Transform + parent: 6050 + - type: InstantAction + container: 6050 + - uid: 37235 + components: + - type: Transform + parent: 6052 + - type: InstantAction + container: 6052 + - uid: 43873 + components: + - type: Transform + parent: 6051 + - type: InstantAction + container: 6051 - proto: AirAlarm entities: - uid: 21 @@ -14873,7 +15282,6 @@ entities: - 27339 - 242 - 362 - - 1347 - 1348 - 788 - 789 @@ -14924,7 +15332,6 @@ entities: parent: 2 - type: DeviceList devices: - - 28407 - 28409 - 28408 - 28316 @@ -14990,22 +15397,10 @@ entities: parent: 2 - type: DeviceList devices: - - 4642 - - 4212 - - 5244 - - 7752 - 18373 - 18374 - 18375 - - 28487 - - 28602 - - 28603 - 28588 - - 28592 - - 28590 - - 28591 - - 28055 - - 27496 - 13000 - 23234 - 23235 @@ -15037,7 +15432,6 @@ entities: - 25310 - 28518 - 28588 - - 28487 - 28524 - 1859 - 1860 @@ -15062,7 +15456,6 @@ entities: - 16531 - 2634 - 2636 - - 2869 - 2606 - 2208 - 14170 @@ -15076,6 +15469,20 @@ entities: - 23049 - 35860 - 22902 + - uid: 3277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,56.5 + parent: 2 + - type: DeviceList + devices: + - 42139 + - 42145 + - 42144 + - 29024 + - 29025 + - 25880 - uid: 3405 components: - type: Transform @@ -15344,6 +15751,23 @@ entities: - 4848 - 1259 - 16497 + - uid: 11638 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,75.5 + parent: 2 + - type: DeviceList + devices: + - 9956 + - 35091 + - 15230 + - 2587 + - 32132 + - 35111 + - 32133 + - 35180 + - 10098 - uid: 12404 components: - type: Transform @@ -15393,6 +15817,20 @@ entities: - 3548 - 28211 - 7610 + - uid: 15059 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,28.5 + parent: 2 + - type: DeviceList + devices: + - 4315 + - 28500 + - 28501 + - 28488 + - 9340 + - 4546 - uid: 15352 components: - type: Transform @@ -15475,16 +15913,6 @@ entities: - 26330 - 8838 - 26331 - - uid: 18239 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,62.5 - parent: 2 - - type: DeviceList - devices: - - 18278 - - 19759 - uid: 18513 components: - type: Transform @@ -15651,46 +16079,12 @@ entities: - 8417 - 8416 - 4243 - - uid: 22157 - components: - - type: Transform - pos: -8.5,56.5 - parent: 2 - - type: DeviceList - devices: - - 15721 - - 4212 - - 4642 - - 28604 - - 28602 - - 28603 - - 25886 - - 25887 - - 28487 - - 28383 - - 28382 - - 11850 - - 11843 - - 39719 - - 39721 - - 39720 - - 39722 - uid: 22291 components: - type: Transform rot: 1.5707963267948966 rad pos: -45.5,63.5 parent: 2 - - type: DeviceList - devices: - - 25200 - - 19766 - - 29040 - - 29022 - - 29030 - - 19652 - - 28598 - - 28597 - uid: 22501 components: - type: Transform @@ -15733,19 +16127,6 @@ entities: - 7192 - 27252 - 28110 - - uid: 23957 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,29.5 - parent: 2 - - type: DeviceList - devices: - - 9340 - - 4315 - - 28501 - - 28500 - - 28488 - uid: 23988 components: - type: Transform @@ -15770,10 +16151,8 @@ entities: parent: 2 - type: DeviceList devices: - - 28347 - 26353 - 26354 - - 28348 - 24887 - uid: 25136 components: @@ -15783,8 +16162,6 @@ entities: parent: 2 - type: DeviceList devices: - - 28347 - - 28348 - 28365 - uid: 25158 components: @@ -15795,7 +16172,6 @@ entities: - type: DeviceList devices: - 28733 - - 28603 - 25573 - 16331 - 16289 @@ -15832,7 +16208,6 @@ entities: - 27456 - 27455 - 28382 - - 28383 - uid: 25191 components: - type: Transform @@ -15845,9 +16220,7 @@ entities: - 9548 - 28388 - 28392 - - 28383 - 28382 - - 28389 - 24315 - 27511 - uid: 25192 @@ -15860,7 +16233,6 @@ entities: - 28388 - 15597 - 26121 - - 28389 - 26122 - uid: 25193 components: @@ -15869,7 +16241,6 @@ entities: parent: 2 - type: DeviceList devices: - - 28383 - 28382 - 16289 - 16331 @@ -16065,7 +16436,6 @@ entities: - type: DeviceList devices: - 28515 - - 28514 - 25310 - 28518 - 22880 @@ -16218,7 +16588,6 @@ entities: - 25213 - 25212 - 25211 - - 28420 - 26143 - 25781 - 25780 @@ -16235,7 +16604,6 @@ entities: - 27771 - 28433 - 28434 - - 28420 - 1874 - 1875 - 25217 @@ -16259,11 +16627,8 @@ entities: parent: 2 - type: DeviceList devices: - - 28412 - 26896 - 26895 - - 28411 - - 28619 - 28414 - 24173 - 27123 @@ -16275,16 +16640,11 @@ entities: parent: 2 - type: DeviceList devices: - - 28619 - - 28411 - - 28407 - - 28410 - 27494 - 27492 - 27491 - 28627 - 27484 - - 28412 - 29289 - uid: 25256 components: @@ -16298,9 +16658,7 @@ entities: - 28421 - 27559 - 27558 - - 28422 - 28434 - - 28420 - 28433 - 25793 - 26211 @@ -16320,7 +16678,6 @@ entities: - 766 - 765 - 5250 - - 28407 - 28627 - 28755 - 2904 @@ -16337,7 +16694,6 @@ entities: devices: - 28330 - 28331 - - 28476 - 28755 - 28627 - uid: 25264 @@ -16348,7 +16704,6 @@ entities: parent: 2 - type: DeviceList devices: - - 28477 - 27295 - 27294 - 28790 @@ -16360,7 +16715,6 @@ entities: parent: 2 - type: DeviceList devices: - - 28478 - 27293 - 27296 - 28790 @@ -16374,9 +16728,7 @@ entities: devices: - 101 - 592 - - 28479 - 28790 - - 28480 - uid: 25267 components: - type: Transform @@ -16386,8 +16738,6 @@ entities: - type: DeviceList devices: - 28627 - - 28479 - - 28480 - 84 - 2147 - 101 @@ -16414,7 +16764,6 @@ entities: - 1685 - 28472 - 27255 - - 28473 - 27254 - 27311 - 28474 @@ -16479,7 +16828,6 @@ entities: devices: - 27396 - 27395 - - 28463 - 1012 - 1080 - 2012 @@ -16513,9 +16861,7 @@ entities: - 2016 - 2017 - 27438 - - 28463 - 27437 - - 28420 - 28434 - 151 - uid: 25288 @@ -16528,7 +16874,6 @@ entities: - 39177 - 39186 - 39183 - - 28420 - 28434 - 39196 - 39185 @@ -16579,7 +16924,6 @@ entities: - 148 - 144 - 28434 - - 28420 - 151 - 20931 - 28452 @@ -16642,7 +16986,6 @@ entities: - 28529 - 25460 - 25459 - - 28528 - uid: 25306 components: - type: Transform @@ -16655,7 +16998,6 @@ entities: - 28513 - 25452 - 25451 - - 28528 - uid: 25307 components: - type: Transform @@ -16669,31 +17011,9 @@ entities: - 2259 - 2510 - 9224 - - 28514 - 25440 - 28515 - - 28528 - - 28512 - 28705 - - uid: 25313 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,72.5 - parent: 2 - - type: DeviceList - devices: - - 18373 - - 18374 - - 18375 - - 28590 - - 26868 - - 26867 - - 28487 - - 26865 - - 28591 - - 26866 - - 28592 - uid: 25316 components: - type: Transform @@ -16702,38 +17022,29 @@ entities: parent: 2 - type: DeviceList devices: - - 28599 - - 28601 - - 28596 - - 16312 - - 16315 - - 26080 - - 28597 - - 25772 - - 25775 - - 28598 - - 24602 - - 25200 - - 29025 + - 19837 + - 42135 + - 25880 + - 42134 + - 37724 + - 37664 + - 42124 + - 23212 + - 24094 - 29024 - - 29026 - - 29030 - - 29040 - - 26010 - - 34114 - - 3836 - - uid: 25318 - components: - - type: Transform - pos: -5.5,62.5 - parent: 2 - - type: DeviceList - devices: - - 28487 - - 28604 - - 28603 - - 15721 - - 5244 + - 29025 + - 21687 + - 1849 + - 21678 + - 21679 + - 35128 + - 15920 + - 42132 + - 15274 + - 23204 + - 15229 + - 42109 + - 42139 - uid: 25320 components: - type: Transform @@ -16845,7 +17156,6 @@ entities: - 28785 - 5250 - 3349 - - 28407 - 28290 - 28408 - 26696 @@ -16856,8 +17166,6 @@ entities: parent: 2 - type: DeviceList devices: - - 28410 - - 28619 - 3815 - uid: 25342 components: @@ -16867,7 +17175,6 @@ entities: - type: DeviceList devices: - 3906 - - 28533 - 25484 - 25485 - 28646 @@ -16922,9 +17229,7 @@ entities: - 3906 - 3438 - 28530 - - 28533 - 28531 - - 28528 - 24263 - 941 - uid: 25346 @@ -16940,10 +17245,8 @@ entities: - 2259 - 3853 - 2203 - - 28528 - 28529 - 28513 - - 28514 - 28515 - 28646 - 34073 @@ -16960,7 +17263,6 @@ entities: - 25468 - 25467 - 28537 - - 28528 - uid: 25349 components: - type: Transform @@ -16985,13 +17287,9 @@ entities: parent: 2 - type: DeviceList devices: - - 28512 - 25699 - 27888 - 28515 - - 28514 - - 399 - - 391 - uid: 26091 components: - type: Transform @@ -17008,7 +17306,6 @@ entities: - 15975 - 16166 - 3850 - - 15618 - 34069 - 34071 - 34104 @@ -17045,7 +17342,6 @@ entities: - 28060 - 28059 - 28434 - - 28420 - uid: 28192 components: - type: Transform @@ -17091,8 +17387,6 @@ entities: devices: - 27491 - 27492 - - 28407 - - 28619 - 27484 - uid: 30392 components: @@ -17256,15 +17550,15 @@ entities: devices: - 15617 - 15619 - - 15814 - - 9132 - - 15618 - 2527 - - 23423 - - 26090 - 30723 - - 26504 - 28720 + - 42681 + - 15967 + - 15069 + - 564 + - 19749 + - 42699 - uid: 34110 components: - type: Transform @@ -17277,17 +17571,43 @@ entities: - 15479 - 25978 - 28720 - - 15618 - - 3836 + - 43868 - uid: 34577 components: - type: Transform rot: -1.5707963267948966 rad pos: -53.5,51.5 parent: 2 + - uid: 35093 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,54.5 + parent: 2 - type: DeviceList devices: - - 34576 + - 34350 + - 35180 + - 10098 + - 35091 + - 2587 + - 2440 + - 3699 + - 32116 + - 2713 + - 3417 + - 35496 + - 12004 + - 9759 + - 15194 + - 15156 + - 43809 + - 42123 + - 7485 + - 7946 + - 43822 + - 43821 + - 43868 - uid: 35889 components: - type: Transform @@ -17298,7 +17618,6 @@ entities: - 34760 - 35715 - 35888 - - 15618 - 34123 - 34120 - uid: 36760 @@ -17522,6 +17841,431 @@ entities: - 28393 - 28616 - 20871 + - uid: 40871 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,63.5 + parent: 2 + - type: DeviceList + devices: + - 42091 + - 23792 + - 2717 + - 21687 + - 21679 + - 21678 + - 25880 + - 43807 + - 43808 + - uid: 42093 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,53.5 + parent: 2 + - type: DeviceList + devices: + - 42132 + - 16550 + - 23144 + - 25880 + - 1849 + - 15797 + - uid: 42094 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,72.5 + parent: 2 + - type: DeviceList + devices: + - 42106 + - 19837 + - 42105 + - 25880 + - 23730 + - uid: 42095 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,74.5 + parent: 2 + - type: DeviceList + devices: + - 37646 + - 37647 + - 37654 + - 37655 + - 42149 + - 41814 + - 42148 + - 41815 + - 42147 + - 41816 + - 42146 + - 41817 + - 41806 + - 41807 + - 41808 + - 41809 + - 41810 + - 41813 + - 41811 + - 41812 + - 43830 + - 43829 + - 37664 + - 37724 + - 25880 + - 41749 + - 41750 + - 43823 + - 43856 + - uid: 42096 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,77.5 + parent: 2 + - uid: 42097 + components: + - type: Transform + pos: -21.5,90.5 + parent: 2 + - type: DeviceList + devices: + - 41771 + - 41769 + - 43827 + - 38851 + - 38709 + - 43824 + - uid: 42098 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,87.5 + parent: 2 + - type: DeviceList + devices: + - 15272 + - 43824 + - 43826 + - 41772 + - 41770 + - uid: 42107 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,70.5 + parent: 2 + - type: DeviceList + devices: + - 15274 + - 23204 + - 15229 + - 42126 + - 42124 + - 42125 + - 25880 + - 23832 + - uid: 42122 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,70.5 + parent: 2 + - type: DeviceList + devices: + - 42121 + - 42109 + - 34350 + - 42117 + - 42123 + - 42118 + - uid: 42364 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,88.5 + parent: 2 + - uid: 42840 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,63.5 + parent: 2 + - type: DeviceList + devices: + - 42839 + - 42833 + - 42834 + - 2784 + - 2869 + - 42680 + - 42832 + - uid: 42841 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,66.5 + parent: 2 + - type: DeviceList + devices: + - 42839 + - 2869 + - 4930 + - 42819 + - 42820 + - 11393 + - 42832 + - 42822 + - 42821 + - 669 + - 43866 + - 42824 + - 42826 + - 42823 + - 42825 + - uid: 42842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,72.5 + parent: 2 + - type: DeviceList + devices: + - 42832 + - 42821 + - 42816 + - 42815 + - 43866 + - 43808 + - uid: 42843 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,72.5 + parent: 2 + - type: DeviceList + devices: + - 42782 + - 42822 + - 42783 + - 43808 + - 669 + - 42832 + - uid: 42844 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,63.5 + parent: 2 + - type: DeviceList + devices: + - 42820 + - 42832 + - 42875 + - 11393 + - 19591 + - 42795 + - 42797 + - uid: 42845 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,63.5 + parent: 2 + - type: DeviceList + devices: + - 42819 + - 42858 + - 375 + - 4930 + - 42796 + - 42798 + - uid: 42846 + components: + - type: Transform + pos: -12.5,60.5 + parent: 2 + - type: DeviceList + devices: + - 42864 + - 42858 + - 42861 + - 42863 + - 42859 + - 42862 + - 42680 + - 3037 + - 15970 + - 2784 + - 564 + - 43862 + - 43863 + - 42875 + - 42839 + - uid: 42985 + components: + - type: Transform + pos: -94.5,18.5 + parent: 2 + - type: DeviceList + devices: + - 42981 + - 42983 + - 42986 + - 42987 + - 42984 + - 42982 + - 3872 + - 3801 + - 3800 + - 7753 + - 2603 + - 7751 + - 28360 + - 28614 + - 28615 + - uid: 43242 + components: + - type: Transform + pos: 42.5,65.5 + parent: 2 + - type: DeviceList + devices: + - 43227 + - 43237 + - 43226 + - 43236 + - 7596 + - 5415 + - 43238 + - 43240 + - 43239 + - 43244 + - 43258 + - 43261 + - 43259 + - 43264 + - 43265 + - uid: 43243 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,64.5 + parent: 2 + - type: DeviceList + devices: + - 22281 + - 20193 + - 43216 + - 43222 + - 43219 + - 43223 + - 43225 + - 43236 + - 43224 + - 7596 + - 5415 + - 43260 + - 43256 + - 43257 + - 43262 + - 43263 + - uid: 43833 + components: + - type: Transform + pos: -17.5,84.5 + parent: 2 + - type: DeviceList + devices: + - 43831 + - 43832 + - 43830 + - 43829 + - 38709 + - 38851 + - 43824 + - 41744 + - 41743 + - 43827 + - 43826 + - 15272 + - 43825 + - uid: 43834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,80.5 + parent: 2 + - type: DeviceList + devices: + - 42185 + - 43828 + - 41731 + - 3738 + - 18690 + - 3736 + - 15794 + - 43825 + - 41737 + - 41738 + - 43824 + - 43831 + - 43832 + - uid: 43859 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,77.5 + parent: 2 + - type: DeviceList + devices: + - 24100 + - 43857 + - 43858 + - 43855 + - 43854 + - 43860 + - 43808 + - 43823 + - uid: 43861 + components: + - type: Transform + pos: -5.5,60.5 + parent: 2 + - type: DeviceList + devices: + - 42875 + - 42874 + - 42873 + - 43862 + - 43863 + - 21684 + - 21683 + - 19591 + - 42820 + - uid: 43867 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,47.5 + parent: 2 + - type: DeviceList + devices: + - 42697 + - 42699 + - 42698 + - 42681 + - 19749 + - 319 + - 42859 + - 19755 + - 42695 + - 42694 - proto: AirAlarmAssembly entities: - uid: 4514 @@ -17542,8 +18286,27 @@ entities: - type: Transform pos: 97.5,74.5 parent: 2 +- proto: Airlock + entities: + - uid: 37344 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,85.5 + parent: 2 + - uid: 37367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,88.5 + parent: 2 - proto: AirlockArmoryGlassLocked entities: + - uid: 9641 + components: + - type: Transform + pos: -20.5,52.5 + parent: 2 - uid: 26514 components: - type: Transform @@ -17724,12 +18487,6 @@ entities: parent: 2 - proto: AirlockChiefMedicalOfficerGlassLocked entities: - - uid: 9600 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,14.5 - parent: 2 - uid: 19891 components: - type: Transform @@ -17816,7 +18573,8 @@ entities: - uid: 106 components: - type: Transform - pos: 28.5,57.5 + rot: 3.141592653589793 rad + pos: 26.5,57.5 parent: 2 - uid: 277 components: @@ -17830,6 +18588,12 @@ entities: rot: 1.5707963267948966 rad pos: 16.5,47.5 parent: 2 + - uid: 336 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,57.5 + parent: 2 - uid: 346 components: - type: Transform @@ -17866,12 +18630,6 @@ entities: rot: 3.141592653589793 rad pos: 4.5,61.5 parent: 2 - - uid: 2970 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,43.5 - parent: 2 - uid: 5295 components: - type: Transform @@ -17884,11 +18642,6 @@ entities: rot: 3.141592653589793 rad pos: 24.5,54.5 parent: 2 - - uid: 15165 - components: - - type: Transform - pos: 26.5,57.5 - parent: 2 - uid: 19000 components: - type: Transform @@ -17896,7 +18649,6 @@ entities: pos: 20.5,46.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 1 links: - 18986 - type: DeviceLinkSource @@ -17919,6 +18671,48 @@ entities: - type: Transform pos: 19.5,51.5 parent: 2 + - uid: 22975 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,43.5 + parent: 2 + - uid: 28914 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,65.5 + parent: 2 + - uid: 30217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,65.5 + parent: 2 + - uid: 43035 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,65.5 + parent: 2 + - uid: 43036 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,65.5 + parent: 2 + - uid: 43078 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,62.5 + parent: 2 + - uid: 43079 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,64.5 + parent: 2 - proto: AirlockCorpsmanGlassLocked entities: - uid: 16575 @@ -18059,6 +18853,11 @@ entities: - type: Transform pos: -27.5,-27.5 parent: 2 + - uid: 23757 + components: + - type: Transform + pos: -16.5,71.5 + parent: 2 - uid: 26727 components: - type: Transform @@ -18093,15 +18892,15 @@ entities: - type: Transform pos: 45.5,-29.5 parent: 2 - - uid: 37425 + - uid: 35184 components: - type: Transform - pos: 32.5,52.5 + pos: -45.5,80.5 parent: 2 - - uid: 37437 + - uid: 37425 components: - type: Transform - pos: -34.5,71.5 + pos: 32.5,52.5 parent: 2 - uid: 38862 components: @@ -18117,26 +18916,34 @@ entities: parent: 2 - proto: AirlockExternalGlass entities: - - uid: 2454 + - uid: 394 components: - type: Transform rot: 3.141592653589793 rad - pos: 72.5,34.5 + pos: 103.5,74.5 parent: 2 - - uid: 2555 + - uid: 399 components: - type: Transform - pos: 2.5,79.5 + rot: 3.141592653589793 rad + pos: 103.5,72.5 parent: 2 - - uid: 2774 + - uid: 591 components: - type: Transform - pos: 52.5,-32.5 + rot: 3.141592653589793 rad + pos: 103.5,73.5 parent: 2 - - uid: 3305 + - uid: 2454 components: - type: Transform - pos: 0.5,79.5 + rot: 3.141592653589793 rad + pos: 72.5,34.5 + parent: 2 + - uid: 2774 + components: + - type: Transform + pos: 52.5,-32.5 parent: 2 - uid: 4532 components: @@ -18161,15 +18968,17 @@ entities: rot: 3.141592653589793 rad pos: 72.5,36.5 parent: 2 - - uid: 4930 + - uid: 5123 components: - type: Transform - pos: -7.5,79.5 + rot: 3.141592653589793 rad + pos: 40.5,65.5 parent: 2 - - uid: 5743 + - uid: 5340 components: - type: Transform - pos: -5.5,79.5 + rot: 3.141592653589793 rad + pos: 38.5,65.5 parent: 2 - uid: 5793 components: @@ -18231,7 +19040,6 @@ entities: pos: -39.5,-7.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 22748 - 29282 @@ -18241,10 +19049,17 @@ entities: - DoorStatus: DoorBolt 29282: - DoorStatus: DoorBolt - - uid: 15182 + - uid: 17624 components: - type: Transform - pos: 8.5,79.5 + rot: 3.141592653589793 rad + pos: 15.5,76.5 + parent: 2 + - uid: 18276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,95.5 parent: 2 - uid: 19213 components: @@ -18252,7 +19067,6 @@ entities: pos: -37.5,-7.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 22748 - 29282 @@ -18262,23 +19076,47 @@ entities: - DoorStatus: DoorBolt 29282: - DoorStatus: DoorBolt - - uid: 19461 + - uid: 19790 components: - type: Transform - pos: 10.5,79.5 + rot: 3.141592653589793 rad + pos: -5.5,95.5 parent: 2 - uid: 20216 components: - type: Transform pos: 43.5,-32.5 parent: 2 + - uid: 21045 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,95.5 + parent: 2 + - uid: 21077 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,95.5 + parent: 2 + - uid: 21724 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,95.5 + parent: 2 + - uid: 22300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,95.5 + parent: 2 - uid: 22748 components: - type: Transform pos: -37.5,-9.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 19213 - 14605 @@ -18294,7 +19132,6 @@ entities: pos: -39.5,-9.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 19213 - 14605 @@ -18304,64 +19141,12 @@ entities: - DoorStatus: DoorBolt 14605: - DoorStatus: DoorBolt -- proto: AirlockExternalGlassAtmosphericsLocked - entities: - - uid: 3699 + - uid: 42356 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,57.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - links: - - 34049 - - type: DeviceLinkSource - linkedPorts: - 34173: - - DoorStatus: InputA - - uid: 3705 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,57.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - links: - - 34049 - - type: DeviceLinkSource - linkedPorts: - 34173: - - DoorStatus: InputB - - uid: 3713 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,54.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - links: - - 34173 - - type: DeviceLinkSource - linkedPorts: - 34049: - - DoorStatus: InputA - - uid: 4349 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,54.5 + rot: 3.141592653589793 rad + pos: 13.5,76.5 parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - links: - - 34173 - - type: DeviceLinkSource - linkedPorts: - 34049: - - DoorStatus: InputB - proto: AirlockExternalGlassCargoLocked entities: - uid: 6797 @@ -18376,68 +19161,12 @@ entities: parent: 2 - proto: AirlockExternalGlassEngineeringLocked entities: - - uid: 15 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,41.5 - parent: 2 - - type: DeviceLinkSink - links: - - 855 - - 856 - - type: DeviceLinkSource - linkedPorts: - 856: - - DoorStatus: DoorBolt - 855: - - DoorStatus: DoorBolt - uid: 571 components: - type: Transform rot: 3.141592653589793 rad - pos: -56.5,39.5 - parent: 2 - - type: DeviceLinkSink - links: - - 855 - - 856 - - type: DeviceLinkSource - linkedPorts: - 855: - - DoorStatus: DoorBolt - 856: - - DoorStatus: DoorBolt - - uid: 855 - components: - - type: Transform - pos: -59.5,39.5 - parent: 2 - - type: DeviceLinkSink - links: - - 15 - - 571 - - type: DeviceLinkSource - linkedPorts: - 15: - - DoorStatus: DoorBolt - 571: - - DoorStatus: DoorBolt - - uid: 856 - components: - - type: Transform - pos: -59.5,41.5 + pos: -56.5,40.5 parent: 2 - - type: DeviceLinkSink - links: - - 15 - - 571 - - type: DeviceLinkSource - linkedPorts: - 571: - - DoorStatus: DoorBolt - 15: - - DoorStatus: DoorBolt - uid: 3101 components: - type: Transform @@ -18476,7 +19205,6 @@ entities: pos: 89.5,-12.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 21945 - 19054 @@ -18573,7 +19301,6 @@ entities: pos: 89.5,-21.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 25215 - 29267 @@ -18605,7 +19332,6 @@ entities: pos: 92.5,-12.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 19092 - 5756 @@ -18621,7 +19347,6 @@ entities: pos: 89.5,-20.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 25215 - 29267 @@ -18638,7 +19363,6 @@ entities: pos: 89.5,-11.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 21945 - 19054 @@ -18655,7 +19379,6 @@ entities: pos: 92.5,-11.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 19092 - 5756 @@ -18671,7 +19394,6 @@ entities: pos: 92.5,-20.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 19057 - 12587 @@ -18688,7 +19410,6 @@ entities: pos: 92.5,-21.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 19057 - 12587 @@ -18698,22 +19419,14 @@ entities: - DoorStatus: DoorBolt 12587: - DoorStatus: DoorBolt -- proto: AirlockExternalGlassLocked - entities: - - uid: 7636 + - uid: 35147 components: - type: Transform rot: 3.141592653589793 rad - pos: -95.5,15.5 + pos: -56.5,39.5 parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - links: - - 16924 - - type: DeviceLinkSource - linkedPorts: - 16924: - - DoorStatus: DoorBolt +- proto: AirlockExternalGlassLocked + entities: - uid: 15105 components: - type: Transform @@ -18721,7 +19434,6 @@ entities: pos: 24.5,-35.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 38954 - 38953 @@ -18738,40 +19450,30 @@ entities: pos: -104.5,0.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 1 links: - 26217 - type: DeviceLinkSource linkedPorts: 26217: - DoorStatus: DoorBolt - - uid: 16924 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,15.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - links: - - 7636 - - type: DeviceLinkSource - linkedPorts: - 7636: - - DoorStatus: DoorBolt - uid: 18986 components: - type: Transform pos: 23.5,46.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 1 links: - 19000 - type: DeviceLinkSource linkedPorts: 19000: - DoorStatus: DoorBolt + - uid: 19276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,40.5 + parent: 2 - uid: 26217 components: - type: Transform @@ -18779,7 +19481,6 @@ entities: pos: -102.5,0.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 1 links: - 15775 - type: DeviceLinkSource @@ -18792,7 +19493,6 @@ entities: pos: 41.5,8.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 34716 - 37345 @@ -18818,47 +19518,12 @@ entities: - DoorStatus: DoorBolt 32555: - DoorStatus: DoorBolt - - uid: 30289 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,1.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - links: - - 30292 - - type: DeviceLinkSource - linkedPorts: - 30292: - - DoorStatus: DoorBolt - - uid: 30292 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,1.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - links: - - 30289 - - type: DeviceLinkSource - linkedPorts: - 30289: - - DoorStatus: DoorBolt - - uid: 31104 + - uid: 31820 components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,69.5 + pos: -59.5,39.5 parent: 2 - - type: DeviceLinkSink - links: - - 31109 - - type: DeviceLinkSource - linkedPorts: - 31109: - - DoorStatus: DoorBolt - uid: 32467 components: - type: Transform @@ -18913,7 +19578,6 @@ entities: pos: 41.5,10.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 1 links: - 26340 - type: DeviceLinkSource @@ -18927,7 +19591,6 @@ entities: pos: 40.5,9.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 1 links: - 26340 - type: DeviceLinkSource @@ -18941,7 +19604,6 @@ entities: pos: -73.5,25.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 38932 - 38933 @@ -18958,7 +19620,6 @@ entities: pos: -71.5,25.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 38932 - 38933 @@ -18975,7 +19636,6 @@ entities: pos: -71.5,28.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 38931 - 38930 @@ -18992,7 +19652,6 @@ entities: pos: -73.5,28.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 38931 - 38930 @@ -19009,7 +19668,6 @@ entities: pos: 26.5,-35.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 38954 - 38953 @@ -19026,7 +19684,6 @@ entities: pos: 26.5,-33.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 15105 - 38952 @@ -19043,7 +19700,6 @@ entities: pos: 24.5,-33.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 15105 - 38952 @@ -19053,6 +19709,42 @@ entities: - DoorStatus: DoorBolt 15105: - DoorStatus: DoorBolt + - uid: 41876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,90.5 + parent: 2 + - uid: 41882 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,90.5 + parent: 2 + - uid: 42060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,86.5 + parent: 2 + - uid: 42061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,86.5 + parent: 2 + - uid: 43033 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,69.5 + parent: 2 + - uid: 43034 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,69.5 + parent: 2 - proto: AirlockExternalGlassSalvageLocked entities: - uid: 3042 @@ -19062,7 +19754,6 @@ entities: pos: -26.5,-44.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 7096 - 10415 @@ -19079,7 +19770,6 @@ entities: pos: -32.5,-44.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 26790 - 3042 @@ -19096,7 +19786,6 @@ entities: pos: -32.5,-42.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 26790 - 3042 @@ -19113,7 +19802,6 @@ entities: pos: -26.5,-42.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 7096 - 10415 @@ -19157,41 +19845,41 @@ entities: parent: 2 - proto: AirlockExternalGlassShuttleEmergencyLocked entities: - - uid: 19482 + - uid: 16115 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,82.5 + pos: 8.5,98.5 parent: 2 - - uid: 19483 + - uid: 16116 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,82.5 + pos: 10.5,98.5 parent: 2 - - uid: 19484 + - uid: 21701 components: - type: Transform rot: 3.141592653589793 rad - pos: -5.5,82.5 + pos: 0.5,98.5 parent: 2 - - uid: 19485 + - uid: 22157 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,82.5 + pos: 2.5,98.5 parent: 2 - - uid: 19486 + - uid: 22158 components: - type: Transform rot: 3.141592653589793 rad - pos: 8.5,82.5 + pos: -5.5,98.5 parent: 2 - - uid: 19487 + - uid: 22168 components: - type: Transform rot: 3.141592653589793 rad - pos: 10.5,82.5 + pos: -7.5,98.5 parent: 2 - proto: AirlockExternalGlassShuttleEscapeSub entities: @@ -19214,31 +19902,65 @@ entities: parent: 2 - proto: AirlockExternalGlassShuttleLocked entities: - - uid: 336 + - uid: 20717 + components: + - type: Transform + pos: -21.5,-49.5 + parent: 2 + - uid: 28161 + components: + - type: Transform + pos: -19.5,-49.5 + parent: 2 +- proto: AirlockExternalGlassShuttleShipyard + entities: + - uid: 15644 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,78.5 + parent: 2 + - uid: 16411 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,80.5 + parent: 2 + - uid: 26460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,72.5 + parent: 2 + - uid: 26504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,70.5 + parent: 2 + - uid: 43026 components: - type: Transform rot: 3.141592653589793 rad - pos: 26.5,61.5 + pos: 32.5,69.5 parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - - uid: 591 + - uid: 43027 components: - type: Transform rot: 3.141592653589793 rad - pos: 28.5,61.5 + pos: 34.5,69.5 parent: 2 - - type: DeviceLinkSink - invokeCounter: 1 - - uid: 20717 + - uid: 43028 components: - type: Transform - pos: -21.5,-49.5 + rot: 3.141592653589793 rad + pos: 38.5,69.5 parent: 2 - - uid: 28161 + - uid: 43029 components: - type: Transform - pos: -19.5,-49.5 + rot: 3.141592653589793 rad + pos: 40.5,69.5 parent: 2 - proto: AirlockExternalLocked entities: @@ -19249,7 +19971,6 @@ entities: pos: 75.5,5.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 34743 - 26287 @@ -19266,7 +19987,6 @@ entities: pos: 63.5,50.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 1 links: - 11500 - type: DeviceLinkSource @@ -19280,7 +20000,6 @@ entities: pos: 61.5,50.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 1 links: - 10195 - type: DeviceLinkSource @@ -19294,7 +20013,6 @@ entities: pos: 75.5,7.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 34743 - 26287 @@ -19311,7 +20029,6 @@ entities: pos: 66.5,35.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 1 links: - 23121 - type: DeviceLinkSource @@ -19325,7 +20042,6 @@ entities: pos: 68.5,34.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 1 links: - 22462 - type: DeviceLinkSource @@ -19338,7 +20054,6 @@ entities: pos: 79.5,5.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 22160 - 3323 @@ -19354,7 +20069,6 @@ entities: pos: 79.5,7.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 22160 - 3323 @@ -19526,11 +20240,6 @@ entities: - type: Transform pos: -83.5,11.5 parent: 2 - - uid: 16403 - components: - - type: Transform - pos: -6.5,70.5 - parent: 2 - uid: 16521 components: - type: Transform @@ -19549,11 +20258,6 @@ entities: rot: -1.5707963267948966 rad pos: -43.5,5.5 parent: 2 - - uid: 18032 - components: - - type: Transform - pos: -6.5,71.5 - parent: 2 - uid: 20859 components: - type: Transform @@ -19577,15 +20281,15 @@ entities: rot: 3.141592653589793 rad pos: 35.5,-17.5 parent: 2 - - uid: 22768 + - uid: 22761 components: - type: Transform - pos: -1.5,52.5 + pos: -2.5,60.5 parent: 2 - - uid: 22769 + - uid: 23187 components: - type: Transform - pos: -1.5,51.5 + pos: -8.5,88.5 parent: 2 - uid: 23449 components: @@ -19787,12 +20491,6 @@ entities: rot: 1.5707963267948966 rad pos: 0.5,72.5 parent: 2 - - uid: 29634 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,72.5 - parent: 2 - uid: 29635 components: - type: Transform @@ -19929,12 +20627,6 @@ entities: rot: 3.141592653589793 rad pos: 34.5,-17.5 parent: 2 - - uid: 35949 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,64.5 - parent: 2 - uid: 39227 components: - type: Transform @@ -19947,6 +20639,48 @@ entities: rot: 3.141592653589793 rad pos: -21.5,-12.5 parent: 2 + - uid: 40621 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,72.5 + parent: 2 + - uid: 40622 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,88.5 + parent: 2 + - uid: 40623 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,88.5 + parent: 2 + - uid: 40624 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,88.5 + parent: 2 + - uid: 40628 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,60.5 + parent: 2 + - uid: 43864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,56.5 + parent: 2 + - uid: 43865 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,55.5 + parent: 2 - proto: AirlockHeadOfPersonnelLocked entities: - uid: 1333 @@ -20078,14 +20812,6 @@ entities: rot: 3.141592653589793 rad pos: -59.5,-19.5 parent: 2 -- proto: AirlockLawyerGlassLocked - entities: - - uid: 15898 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,59.5 - parent: 2 - proto: AirlockMailGlassLocked entities: - uid: 22776 @@ -20105,6 +20831,12 @@ entities: - type: Transform pos: -43.5,31.5 parent: 2 + - uid: 35169 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,47.5 + parent: 2 - proto: AirlockMaintBarLocked entities: - uid: 20030 @@ -20154,10 +20886,34 @@ entities: - type: Transform pos: 8.5,45.5 parent: 2 - - uid: 22624 + - uid: 35474 components: - type: Transform - pos: 30.5,49.5 + rot: 3.141592653589793 rad + pos: 16.5,67.5 + parent: 2 + - uid: 35477 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,67.5 + parent: 2 + - uid: 41110 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,60.5 + parent: 2 + - uid: 41898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,61.5 + parent: 2 + - uid: 43875 + components: + - type: Transform + pos: 31.5,46.5 parent: 2 - proto: AirlockMaintEngiLocked entities: @@ -20243,6 +20999,23 @@ entities: rot: 3.141592653589793 rad pos: -60.5,-21.5 parent: 2 +- proto: AirlockMaintLawyerLocked + entities: + - uid: 9461 + components: + - type: Transform + pos: -4.5,77.5 + parent: 2 + - uid: 12033 + components: + - type: Transform + pos: -16.5,68.5 + parent: 2 + - uid: 18400 + components: + - type: Transform + pos: -9.5,77.5 + parent: 2 - proto: AirlockMaintLocked entities: - uid: 387 @@ -20279,6 +21052,17 @@ entities: - type: Transform pos: 80.5,4.5 parent: 2 + - uid: 1693 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,15.5 + parent: 2 + - uid: 2336 + components: + - type: Transform + pos: -12.5,92.5 + parent: 2 - uid: 3026 components: - type: Transform @@ -20326,12 +21110,29 @@ entities: - type: Transform pos: -98.5,14.5 parent: 2 + - uid: 12245 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,1.5 + parent: 2 + - uid: 13939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,86.5 + parent: 2 - uid: 14169 components: - type: Transform rot: 1.5707963267948966 rad pos: 77.5,-12.5 parent: 2 + - uid: 16315 + components: + - type: Transform + pos: -0.5,79.5 + parent: 2 - uid: 18313 components: - type: Transform @@ -20450,6 +21251,12 @@ entities: rot: 1.5707963267948966 rad pos: 3.5,-28.5 parent: 2 + - uid: 26771 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,77.5 + parent: 2 - uid: 29668 components: - type: Transform @@ -20462,6 +21269,18 @@ entities: rot: 1.5707963267948966 rad pos: -51.5,-32.5 parent: 2 + - uid: 38787 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,72.5 + parent: 2 + - uid: 42355 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,88.5 + parent: 2 - proto: AirlockMaintMailLocked entities: - uid: 89 @@ -20497,11 +21316,16 @@ entities: parent: 2 - proto: AirlockMaintPsychologistLocked entities: - - uid: 20640 + - uid: 36126 components: - type: Transform rot: 3.141592653589793 rad - pos: -15.5,-6.5 + pos: -15.5,75.5 + parent: 2 + - uid: 43896 + components: + - type: Transform + pos: -14.5,-6.5 parent: 2 - proto: AirlockMaintQuartermasterLocked entities: @@ -20559,16 +21383,11 @@ entities: parent: 2 - proto: AirlockMaintSecLocked entities: - - uid: 7564 - components: - - type: Transform - pos: -40.5,69.5 - parent: 2 - - uid: 15798 + - uid: 665 components: - type: Transform rot: -1.5707963267948966 rad - pos: -28.5,55.5 + pos: -19.5,65.5 parent: 2 - uid: 16016 components: @@ -20576,16 +21395,34 @@ entities: rot: 3.141592653589793 rad pos: -2.5,37.5 parent: 2 + - uid: 19647 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,74.5 + parent: 2 - uid: 21270 components: - type: Transform pos: -39.5,29.5 parent: 2 - - uid: 26318 + - uid: 21775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,65.5 + parent: 2 + - uid: 22476 components: - type: Transform rot: 1.5707963267948966 rad - pos: -31.5,53.5 + pos: -5.5,44.5 + parent: 2 + - uid: 35170 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,53.5 parent: 2 - proto: AirlockMaintServiceLocked entities: @@ -20643,13 +21480,6 @@ entities: - type: Transform pos: 50.5,32.5 parent: 2 -- proto: AirlockMedical - entities: - - uid: 826 - components: - - type: Transform - pos: -15.5,-12.5 - parent: 2 - proto: AirlockMedicalGlass entities: - uid: 8614 @@ -20884,6 +21714,11 @@ entities: - type: Transform pos: -14.5,11.5 parent: 2 + - uid: 2850 + components: + - type: Transform + pos: -19.5,77.5 + parent: 2 - uid: 22828 components: - type: Transform @@ -20975,6 +21810,13 @@ entities: - type: Transform pos: -26.5,11.5 parent: 2 +- proto: AirlockPsychologistLocked + entities: + - uid: 134 + components: + - type: Transform + pos: -15.5,-12.5 + parent: 2 - proto: AirlockQuartermasterGlassLocked entities: - uid: 22869 @@ -21043,6 +21885,12 @@ entities: parent: 2 - proto: AirlockScienceGlassLocked entities: + - uid: 5181 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,61.5 + parent: 2 - uid: 22582 components: - type: Transform @@ -21097,6 +21945,18 @@ entities: rot: -1.5707963267948966 rad pos: 47.5,50.5 parent: 2 + - uid: 29923 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,61.5 + parent: 2 + - uid: 43137 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,49.5 + parent: 2 - proto: AirlockScienceLocked entities: - uid: 27816 @@ -21111,8 +21971,40 @@ entities: rot: 3.141592653589793 rad pos: 60.5,42.5 parent: 2 +- proto: AirlockSecurity + entities: + - uid: 26483 + components: + - type: Transform + pos: -30.5,76.5 + parent: 2 + - uid: 36955 + components: + - type: Transform + pos: -30.5,80.5 + parent: 2 + - uid: 36959 + components: + - type: Transform + pos: -30.5,84.5 + parent: 2 + - uid: 36963 + components: + - type: Transform + pos: -30.5,88.5 + parent: 2 - proto: AirlockSecurityGlass entities: + - uid: 19465 + components: + - type: Transform + pos: -28.5,60.5 + parent: 2 + - uid: 19467 + components: + - type: Transform + pos: -28.5,59.5 + parent: 2 - uid: 22635 components: - type: Transform @@ -21120,7 +22012,6 @@ entities: pos: -14.5,23.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 4 links: - 2088 - 2250 @@ -21140,7 +22031,6 @@ entities: pos: -15.5,23.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 3 links: - 2088 - 2250 @@ -21160,7 +22050,6 @@ entities: pos: -16.5,23.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 3 links: - 2088 - 2250 @@ -21173,83 +22062,55 @@ entities: - DoorStatus: Close 2088: - DoorStatus: Close -- proto: AirlockSecurityGlassLocked - entities: - - uid: 589 + - uid: 26465 components: - type: Transform - pos: -40.5,59.5 + pos: -34.5,64.5 parent: 2 - - uid: 716 + - uid: 35164 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,65.5 + pos: -24.5,58.5 parent: 2 - - uid: 1239 + - uid: 39724 components: - type: Transform - pos: -5.5,63.5 + pos: -34.5,65.5 parent: 2 - - type: DeviceLinkSink - invokeCounter: 4 - links: - - 1276 - - 38860 - - type: DeviceLinkSource - linkedPorts: - 1276: - - DoorStatus: Close - 38860: - - DoorStatus: Close - - uid: 1240 + - uid: 39725 components: - type: Transform - pos: -5.5,64.5 + pos: -25.5,74.5 parent: 2 - - type: DeviceLinkSink - invokeCounter: 4 - links: - - 1276 - - 38860 - - type: DeviceLinkSource - linkedPorts: - 38860: - - DoorStatus: Close - 1276: - - DoorStatus: Close - - uid: 1276 + - uid: 39727 components: - type: Transform - pos: -9.5,64.5 + pos: -27.5,74.5 parent: 2 - - type: DeviceLinkSink - invokeCounter: 4 - links: - - 1239 - - 1240 - - type: DeviceLinkSource - linkedPorts: - 1240: - - DoorStatus: Close - 1239: - - DoorStatus: Close - - uid: 1334 +- proto: AirlockSecurityGlassLocked + entities: + - uid: 716 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,52.5 + rot: 3.141592653589793 rad + pos: 12.5,65.5 parent: 2 - - uid: 1336 + - uid: 1551 components: - type: Transform - pos: -3.5,65.5 + pos: -49.5,70.5 parent: 2 - uid: 1740 components: - type: Transform pos: 10.5,-20.5 parent: 2 + - uid: 2861 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,43.5 + parent: 2 - uid: 3209 components: - type: Transform @@ -21267,6 +22128,12 @@ entities: rot: 3.141592653589793 rad pos: -17.5,43.5 parent: 2 + - uid: 15952 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,56.5 + parent: 2 - uid: 16054 components: - type: Transform @@ -21280,13 +22147,18 @@ entities: pos: -3.5,39.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 1 links: - 20517 - type: DeviceLinkSource linkedPorts: 20517: - DoorStatus: Close + - uid: 18686 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,81.5 + parent: 2 - uid: 20501 components: - type: Transform @@ -21300,13 +22172,29 @@ entities: pos: -0.5,39.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 1 links: - 16062 - type: DeviceLinkSource linkedPorts: 16062: - DoorStatus: Close + - uid: 20646 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,72.5 + parent: 2 + - uid: 20864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,82.5 + parent: 2 + - uid: 21333 + components: + - type: Transform + pos: -45.5,71.5 + parent: 2 - uid: 22648 components: - type: Transform @@ -21329,6 +22217,12 @@ entities: - type: Transform pos: 11.5,-20.5 parent: 2 + - uid: 25144 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,56.5 + parent: 2 - uid: 29717 components: - type: Transform @@ -21345,36 +22239,34 @@ entities: - type: Transform pos: 3.5,65.5 parent: 2 - - uid: 37536 + - uid: 32129 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,61.5 + pos: -49.5,64.5 parent: 2 - - uid: 38860 + - uid: 35105 + components: + - type: Transform + pos: -49.5,65.5 + parent: 2 + - uid: 35522 components: - type: Transform rot: 3.141592653589793 rad - pos: -9.5,63.5 + pos: -49.5,58.5 + parent: 2 + - uid: 39728 + components: + - type: Transform + pos: -15.5,84.5 parent: 2 - - type: DeviceLinkSink - invokeCounter: 4 - links: - - 1239 - - 1240 - - type: DeviceLinkSource - linkedPorts: - 1240: - - DoorStatus: Close - 1239: - - DoorStatus: Close - proto: AirlockSecurityLawyerGlassLocked entities: - - uid: 1849 + - uid: 666 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,47.5 + rot: 3.141592653589793 rad + pos: -0.5,81.5 parent: 2 - uid: 2077 components: @@ -21387,7 +22279,6 @@ entities: pos: -14.5,27.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 3 links: - 22635 - 22636 @@ -21406,7 +22297,6 @@ entities: pos: -15.5,27.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 3 links: - 22635 - 22636 @@ -21425,13 +22315,18 @@ entities: rot: 1.5707963267948966 rad pos: -12.5,43.5 parent: 2 + - uid: 2287 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,54.5 + parent: 2 - uid: 2340 components: - type: Transform pos: -16.5,27.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 3 links: - 22635 - 22636 @@ -21460,6 +22355,12 @@ entities: rot: 3.141592653589793 rad pos: -25.5,31.5 parent: 2 + - uid: 2928 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,60.5 + parent: 2 - uid: 3022 components: - type: Transform @@ -21471,29 +22372,77 @@ entities: rot: 3.141592653589793 rad pos: -29.5,31.5 parent: 2 - - uid: 28722 + - uid: 9908 components: - type: Transform - pos: -13.5,47.5 + rot: -1.5707963267948966 rad + pos: -28.5,55.5 parent: 2 - - uid: 28724 + - uid: 15200 components: - type: Transform - pos: -12.5,47.5 + pos: -3.5,70.5 parent: 2 - - uid: 31109 + - uid: 15958 + components: + - type: Transform + pos: -0.5,68.5 + parent: 2 + - uid: 16139 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,66.5 + parent: 2 + - uid: 16141 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,49.5 + parent: 2 + - uid: 19597 + components: + - type: Transform + pos: -9.5,51.5 + parent: 2 + - uid: 19746 + components: + - type: Transform + pos: -2.5,66.5 + parent: 2 + - uid: 19800 + components: + - type: Transform + pos: -11.5,66.5 + parent: 2 + - uid: 19871 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,51.5 + parent: 2 + - uid: 19873 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,70.5 + parent: 2 + - uid: 19941 components: - type: Transform rot: 3.141592653589793 rad - pos: -47.5,70.5 + pos: -0.5,82.5 + parent: 2 + - uid: 21694 + components: + - type: Transform + pos: -7.5,49.5 + parent: 2 + - uid: 21760 + components: + - type: Transform + pos: -24.5,65.5 parent: 2 - - type: DeviceLinkSink - links: - - 31104 - - type: DeviceLinkSource - linkedPorts: - 31104: - - DoorStatus: DoorBolt - uid: 37645 components: - type: Transform @@ -21519,13 +22468,6 @@ entities: - type: Transform pos: -12.5,31.5 parent: 2 -- proto: AirlockSecurityLawyerLocked - entities: - - uid: 2583 - components: - - type: Transform - pos: -9.5,58.5 - parent: 2 - proto: AirlockServiceGlassLocked entities: - uid: 3789 @@ -21539,26 +22481,6 @@ entities: - type: Transform pos: -48.5,-10.5 parent: 2 -- proto: AirlockShuttleSyndicate - entities: - - uid: 4910 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 103.5,74.5 - parent: 2 - - uid: 30109 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 103.5,72.5 - parent: 2 - - uid: 32087 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 103.5,73.5 - parent: 2 - proto: AirlockVirologyGlassLocked entities: - uid: 7220 @@ -21641,12 +22563,6 @@ entities: parent: 2 - proto: AirSensor entities: - - uid: 1 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-12.5 - parent: 2 - uid: 91 components: - type: Transform @@ -21782,6 +22698,15 @@ entities: - 2655 - 7120 - 14952 + - uid: 2587 + components: + - type: Transform + pos: -47.5,73.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 35093 + - 11638 - uid: 2763 components: - type: Transform @@ -21805,25 +22730,23 @@ entities: - 27414 - 25334 - 7606 - - uid: 3548 + - uid: 3417 components: - type: Transform - pos: -58.5,-28.5 + pos: -37.5,56.5 parent: 2 - type: DeviceNetwork deviceLists: - - 12404 - - 14952 - - uid: 3836 + - 35093 + - uid: 3548 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,54.5 + pos: -58.5,-28.5 parent: 2 - type: DeviceNetwork deviceLists: - - 34110 - - 25316 + - 12404 + - 14952 - uid: 4243 components: - type: Transform @@ -21840,7 +22763,7 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 23957 + - 15059 - 39141 - uid: 4546 components: @@ -21853,6 +22776,7 @@ entities: - 6114 - 3525 - 3405 + - 15059 - uid: 4548 components: - type: Transform @@ -21983,12 +22907,6 @@ entities: rot: 3.141592653589793 rad pos: -25.5,2.5 parent: 2 - - uid: 15474 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,48.5 - parent: 2 - uid: 15482 components: - type: Transform @@ -21998,18 +22916,6 @@ entities: - type: DeviceNetwork deviceLists: - 26091 - - uid: 15618 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,45.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 26091 - - 34109 - - 34110 - - 35889 - uid: 15931 components: - type: Transform @@ -22052,17 +22958,6 @@ entities: - type: DeviceNetwork deviceLists: - 792 - - uid: 17999 - components: - - type: Transform - pos: 18.5,58.5 - parent: 2 - - uid: 18227 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,66.5 - parent: 2 - uid: 18241 components: - type: Transform @@ -22075,14 +22970,6 @@ entities: - 7608 - 25333 - 27414 - - uid: 18278 - components: - - type: Transform - pos: -46.5,63.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 18239 - uid: 19278 components: - type: Transform @@ -22105,6 +22992,15 @@ entities: - type: DeviceNetwork deviceLists: - 19822 + - uid: 19837 + components: + - type: Transform + pos: -22.5,72.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42094 + - 25316 - uid: 20241 components: - type: Transform @@ -22145,6 +23041,12 @@ entities: deviceLists: - 15352 - 8726 + - uid: 23640 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,73.5 + parent: 2 - uid: 23750 components: - type: Transform @@ -22237,6 +23139,20 @@ entities: rot: 1.5707963267948966 rad pos: -20.5,-27.5 parent: 2 + - uid: 25880 + components: + - type: Transform + pos: -26.5,72.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3277 + - 42107 + - 42094 + - 40871 + - 25316 + - 42093 + - 42095 - uid: 25970 components: - type: Transform @@ -22319,16 +23235,6 @@ entities: deviceLists: - 25261 - 6715 - - uid: 28347 - components: - - type: Transform - pos: -67.5,27.5 - parent: 2 - - uid: 28348 - components: - - type: Transform - pos: -64.5,12.5 - parent: 2 - uid: 28357 components: - type: Transform @@ -22362,6 +23268,7 @@ entities: - type: DeviceNetwork deviceLists: - 30714 + - 42985 - uid: 28361 components: - type: Transform @@ -22442,16 +23349,7 @@ entities: - type: DeviceNetwork deviceLists: - 25158 - - 22157 - 8726 - - uid: 28383 - components: - - type: Transform - pos: -9.5,29.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22157 - uid: 28387 components: - type: Transform @@ -22469,11 +23367,6 @@ entities: deviceLists: - 25158 - 17901 - - uid: 28389 - components: - - type: Transform - pos: -8.5,34.5 - parent: 2 - uid: 28392 components: - type: Transform @@ -22563,11 +23456,6 @@ entities: deviceLists: - 6715 - 400 - - uid: 28407 - components: - - type: Transform - pos: -6.5,-24.5 - parent: 2 - uid: 28408 components: - type: Transform @@ -22584,21 +23472,6 @@ entities: - type: DeviceNetwork deviceLists: - 400 - - uid: 28410 - components: - - type: Transform - pos: -12.5,-41.5 - parent: 2 - - uid: 28411 - components: - - type: Transform - pos: 1.5,-31.5 - parent: 2 - - uid: 28412 - components: - - type: Transform - pos: 1.5,-50.5 - parent: 2 - uid: 28414 components: - type: Transform @@ -22607,11 +23480,6 @@ entities: - type: DeviceNetwork deviceLists: - 19822 - - uid: 28420 - components: - - type: Transform - pos: 16.5,-15.5 - parent: 2 - uid: 28421 components: - type: Transform @@ -22621,11 +23489,6 @@ entities: deviceLists: - 9212 - 28628 - - uid: 28422 - components: - - type: Transform - pos: 35.5,-21.5 - parent: 2 - uid: 28425 components: - type: Transform @@ -22710,11 +23573,6 @@ entities: - type: DeviceNetwork deviceLists: - 6298 - - uid: 28463 - components: - - type: Transform - pos: 18.5,-11.5 - parent: 2 - uid: 28472 components: - type: Transform @@ -22723,11 +23581,6 @@ entities: - type: DeviceNetwork deviceLists: - 25275 - - uid: 28473 - components: - - type: Transform - pos: -3.5,13.5 - parent: 2 - uid: 28474 components: - type: Transform @@ -22737,31 +23590,6 @@ entities: deviceLists: - 17901 - 37709 - - uid: 28476 - components: - - type: Transform - pos: -26.5,-9.5 - parent: 2 - - uid: 28477 - components: - - type: Transform - pos: -21.5,-7.5 - parent: 2 - - uid: 28478 - components: - - type: Transform - pos: -15.5,-7.5 - parent: 2 - - uid: 28479 - components: - - type: Transform - pos: -8.5,-7.5 - parent: 2 - - uid: 28480 - components: - - type: Transform - pos: -5.5,-5.5 - parent: 2 - uid: 28484 components: - type: Transform @@ -22789,15 +23617,6 @@ entities: deviceLists: - 33892 - 37480 - - uid: 28487 - components: - - type: Transform - pos: 2.5,67.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22157 - - 2594 - uid: 28488 components: - type: Transform @@ -22806,7 +23625,7 @@ entities: - type: DeviceNetwork deviceLists: - 25300 - - 23957 + - 15059 - 39141 - uid: 28490 components: @@ -22817,11 +23636,6 @@ entities: deviceLists: - 6114 - 39141 - - uid: 28512 - components: - - type: Transform - pos: 59.5,53.5 - parent: 2 - uid: 28513 components: - type: Transform @@ -22830,11 +23644,6 @@ entities: - type: DeviceNetwork deviceLists: - 6114 - - uid: 28514 - components: - - type: Transform - pos: 37.5,49.5 - parent: 2 - uid: 28515 components: - type: Transform @@ -22887,11 +23696,6 @@ entities: - type: DeviceNetwork deviceLists: - 2971 - - uid: 28528 - components: - - type: Transform - pos: 40.5,38.5 - parent: 2 - uid: 28529 components: - type: Transform @@ -22922,11 +23726,6 @@ entities: deviceLists: - 25206 - 33892 - - uid: 28533 - components: - - type: Transform - pos: 35.5,25.5 - parent: 2 - uid: 28534 components: - type: Transform @@ -22978,93 +23777,6 @@ entities: - 2594 - 20237 - 30392 - - uid: 28590 - components: - - type: Transform - pos: 1.5,73.5 - parent: 2 - - uid: 28591 - components: - - type: Transform - pos: -11.5,77.5 - parent: 2 - - uid: 28592 - components: - - type: Transform - pos: 14.5,77.5 - parent: 2 - - uid: 28594 - components: - - type: Transform - pos: -3.5,66.5 - parent: 2 - - uid: 28596 - components: - - type: Transform - pos: -8.5,63.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - uid: 28597 - components: - - type: Transform - pos: -18.5,63.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - 22291 - - uid: 28598 - components: - - type: Transform - pos: -26.5,54.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - 22291 - - uid: 28599 - components: - - type: Transform - pos: -20.5,58.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - uid: 28601 - components: - - type: Transform - pos: -29.5,60.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - uid: 28602 - components: - - type: Transform - pos: -7.5,59.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22157 - - uid: 28603 - components: - - type: Transform - pos: -3.5,49.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - 22157 - - uid: 28604 - components: - - type: Transform - pos: -10.5,58.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22157 - uid: 28607 components: - type: Transform @@ -23083,6 +23795,7 @@ entities: - type: DeviceNetwork deviceLists: - 30714 + - 42985 - uid: 28615 components: - type: Transform @@ -23092,6 +23805,7 @@ entities: - type: DeviceNetwork deviceLists: - 30714 + - 42985 - uid: 28616 components: - type: Transform @@ -23112,12 +23826,6 @@ entities: deviceLists: - 25158 - 17901 - - uid: 28619 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-29.5 - parent: 2 - uid: 28627 components: - type: Transform @@ -23235,21 +23943,6 @@ entities: - type: DeviceNetwork deviceLists: - 25275 - - uid: 29040 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,65.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22291 - - 25316 - - uid: 30412 - components: - - type: Transform - pos: 1.5,-24.5 - parent: 2 - uid: 30495 components: - type: Transform @@ -23297,24 +23990,25 @@ entities: deviceLists: - 37193 - 36760 - - uid: 34114 + - uid: 35091 components: - type: Transform rot: 1.5707963267948966 rad - pos: -26.5,49.5 + pos: -50.5,71.5 parent: 2 - type: DeviceNetwork deviceLists: - - 25316 - - uid: 34576 + - 35093 + - 11638 + - uid: 35111 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,57.5 + rot: 1.5707963267948966 rad + pos: -50.5,79.5 parent: 2 - type: DeviceNetwork deviceLists: - - 34577 + - 11638 - uid: 35860 components: - type: Transform @@ -23516,6 +24210,445 @@ entities: deviceLists: - 40041 - 8726 + - uid: 42091 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,65.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 40871 + - uid: 42109 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,58.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - 42122 + - uid: 42123 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,69.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42122 + - 35093 + - uid: 42124 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,68.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42107 + - 25316 + - uid: 42132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - 42093 + - uid: 42139 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3277 + - 25316 + - uid: 42146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,76.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42095 + - uid: 42147 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,80.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42095 + - uid: 42148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,84.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42095 + - uid: 42149 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,88.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42095 + - uid: 42183 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,94.5 + parent: 2 + - uid: 42184 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,94.5 + parent: 2 + - uid: 42194 + components: + - type: Transform + pos: 5.5,81.5 + parent: 2 + - uid: 42680 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42846 + - 42840 + - uid: 42681 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,50.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43867 + - 34109 + - uid: 42699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43867 + - 34109 + - uid: 42819 + components: + - type: Transform + pos: -9.5,61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42845 + - 42841 + - uid: 42820 + components: + - type: Transform + pos: -3.5,61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43861 + - 42844 + - 42841 + - uid: 42821 + components: + - type: Transform + pos: -9.5,71.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42841 + - 42842 + - uid: 42822 + components: + - type: Transform + pos: -3.5,71.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42841 + - 42843 + - uid: 42831 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,67.5 + parent: 2 + - uid: 42832 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,67.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42844 + - 42840 + - 42841 + - 42842 + - 42843 + - uid: 42839 + components: + - type: Transform + pos: -14.5,61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42846 + - 42840 + - 42841 + - uid: 42858 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,58.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42845 + - 42846 + - uid: 42859 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,53.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42846 + - 43867 + - uid: 42875 + components: + - type: Transform + pos: -2.5,59.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43861 + - 42844 + - 42846 + - uid: 42986 + components: + - type: Transform + pos: -93.5,5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42985 + - uid: 42987 + components: + - type: Transform + pos: -93.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42985 + - uid: 43222 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,58.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43243 + - uid: 43223 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,55.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43243 + - uid: 43236 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,63.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43243 + - 43242 + - uid: 43237 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,63.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43242 + - uid: 43240 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,63.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43242 + - uid: 43244 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,60.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43242 + - uid: 43260 + components: + - type: Transform + pos: 33.5,66.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43243 + - uid: 43261 + components: + - type: Transform + pos: 39.5,66.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43242 + - uid: 43807 + components: + - type: Transform + pos: -17.5,65.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 40871 + - uid: 43808 + components: + - type: Transform + pos: -3.5,78.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 40871 + - 43859 + - 42842 + - 42843 + - uid: 43809 + components: + - type: Transform + pos: -46.5,75.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 35093 + - uid: 43823 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,75.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42095 + - 43859 + - uid: 43824 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,83.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43834 + - 43833 + - 42098 + - 42097 + - uid: 43825 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,83.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43834 + - 43833 + - uid: 43826 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,87.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43833 + - 42098 + - uid: 43827 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,86.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43833 + - 42097 + - uid: 43828 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,83.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43834 + - uid: 43856 + components: + - type: Transform + pos: -23.5,79.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42095 + - uid: 43860 + components: + - type: Transform + pos: -15.5,76.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43859 + - uid: 43868 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,55.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 34110 + - 35093 - proto: AltarBananium entities: - uid: 23502 @@ -23524,6 +24657,14 @@ entities: rot: -1.5707963267948966 rad pos: -74.5,-4.5 parent: 2 +- proto: AltarChaos + entities: + - uid: 1224 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 69.5,30.5 + parent: 2 - proto: AltarConvertWhite entities: - uid: 117 @@ -23539,6 +24680,20 @@ entities: - type: Transform pos: 87.5,40.5 parent: 2 + - uid: 22594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 70.5,30.5 + parent: 2 +- proto: AltarSatana + entities: + - uid: 13143 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,53.5 + parent: 2 - proto: AlwaysPoweredLightPostSmallRed entities: - uid: 8277 @@ -23642,13 +24797,6 @@ entities: - type: Transform pos: 50.63056,39.844418 parent: 2 -- proto: AntiAnomalyZone - entities: - - uid: 11652 - components: - - type: Transform - pos: 1.5,81.5 - parent: 2 - proto: APCBasic entities: - uid: 450 @@ -23688,6 +24836,14 @@ entities: - type: Transform pos: 48.5,50.5 parent: 2 + - uid: 5371 + components: + - type: MetaData + name: Command/Sci Dock APC + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,61.5 + parent: 2 - uid: 5973 components: - type: MetaData @@ -23696,6 +24852,13 @@ entities: rot: 1.5707963267948966 rad pos: 38.5,15.5 parent: 2 + - uid: 7494 + components: + - type: MetaData + name: Security Dock APC + - type: Transform + pos: -48.5,74.5 + parent: 2 - uid: 10071 components: - type: MetaData @@ -23813,13 +24976,13 @@ entities: rot: 3.141592653589793 rad pos: -33.5,17.5 parent: 2 - - uid: 17880 + - uid: 15730 components: - type: MetaData - name: Court APC + name: Psych Ward Bar APC - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,53.5 + rot: 1.5707963267948966 rad + pos: -40.5,61.5 parent: 2 - uid: 17956 components: @@ -23913,6 +25076,13 @@ entities: rot: 3.141592653589793 rad pos: 10.5,-12.5 parent: 2 + - uid: 31110 + components: + - type: MetaData + name: Justice Department APC + - type: Transform + pos: -12.5,69.5 + parent: 2 - uid: 31436 components: - type: MetaData @@ -23968,14 +25138,6 @@ entities: - type: Transform pos: 16.5,-27.5 parent: 2 - - uid: 37337 - components: - - type: MetaData - name: Psych Ward Maints APC - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,71.5 - parent: 2 - uid: 37697 components: - type: MetaData @@ -24007,6 +25169,36 @@ entities: rot: 3.141592653589793 rad pos: 9.5,-39.5 parent: 2 + - uid: 40873 + components: + - type: MetaData + name: Psych Ward Entrance APC + - type: Transform + pos: -18.5,83.5 + parent: 2 + - uid: 40882 + components: + - type: MetaData + name: Psych Ward Central APC + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,60.5 + parent: 2 + - uid: 41966 + components: + - type: MetaData + name: Evac APC + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,88.5 + parent: 2 + - uid: 42036 + components: + - type: MetaData + name: Evac Gateway APC + - type: Transform + pos: 6.5,83.5 + parent: 2 - proto: APCHighCapacity entities: - uid: 848 @@ -24081,14 +25273,6 @@ entities: rot: -1.5707963267948966 rad pos: -9.5,-4.5 parent: 2 - - uid: 37320 - components: - - type: MetaData - name: Psych Ward APC - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,57.5 - parent: 2 - proto: AppraisalTool entities: - uid: 709 @@ -24124,6 +25308,42 @@ entities: rot: 3.141592653589793 rad pos: -27.5,25.5 parent: 2 + - uid: 15926 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,80.5 + parent: 2 + - uid: 27243 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -91.5,19.5 + parent: 2 + - uid: 27244 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -90.5,19.5 + parent: 2 + - uid: 29189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -91.5,-2.5 + parent: 2 + - uid: 29190 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -90.5,-2.5 + parent: 2 + - uid: 30497 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,60.5 + parent: 2 - uid: 34759 components: - type: Transform @@ -24827,11 +26047,6 @@ entities: - type: Transform pos: -100.5,67.5 parent: 2 - - uid: 12056 - components: - - type: Transform - pos: -90.5,76.5 - parent: 2 - uid: 12131 components: - type: Transform @@ -24947,11 +26162,6 @@ entities: - type: Transform pos: -99.5,59.5 parent: 2 - - uid: 14892 - components: - - type: Transform - pos: -66.5,45.5 - parent: 2 - uid: 14983 components: - type: Transform @@ -25136,6 +26346,12 @@ entities: - type: Transform pos: -95.5,40.5 parent: 2 + - uid: 19346 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,56.5 + parent: 2 - uid: 19400 components: - type: Transform @@ -25408,31 +26624,11 @@ entities: - type: Transform pos: 55.5,57.5 parent: 2 - - uid: 22216 - components: - - type: Transform - pos: 54.5,63.5 - parent: 2 - - uid: 22217 - components: - - type: Transform - pos: 53.5,60.5 - parent: 2 - - uid: 22218 - components: - - type: Transform - pos: 54.5,62.5 - parent: 2 - uid: 22408 components: - type: Transform pos: 55.5,65.5 parent: 2 - - uid: 22409 - components: - - type: Transform - pos: 53.5,62.5 - parent: 2 - uid: 22410 components: - type: Transform @@ -25503,11 +26699,6 @@ entities: - type: Transform pos: 54.5,60.5 parent: 2 - - uid: 23312 - components: - - type: Transform - pos: 54.5,61.5 - parent: 2 - uid: 23389 components: - type: Transform @@ -25919,6 +27110,16 @@ entities: - type: Transform pos: 83.5,72.5 parent: 2 + - uid: 27345 + components: + - type: Transform + pos: -71.5,35.5 + parent: 2 + - uid: 27844 + components: + - type: Transform + pos: -72.5,36.5 + parent: 2 - uid: 28659 components: - type: Transform @@ -26263,11 +27464,6 @@ entities: - type: Transform pos: 54.5,65.5 parent: 2 - - uid: 29820 - components: - - type: Transform - pos: 54.5,64.5 - parent: 2 - uid: 29821 components: - type: Transform @@ -26313,16 +27509,6 @@ entities: - type: Transform pos: 103.5,35.5 parent: 2 - - uid: 29832 - components: - - type: Transform - pos: 53.5,63.5 - parent: 2 - - uid: 29838 - components: - - type: Transform - pos: 53.5,59.5 - parent: 2 - uid: 29842 components: - type: Transform @@ -26435,11 +27621,6 @@ entities: - type: Transform pos: 56.5,69.5 parent: 2 - - uid: 29923 - components: - - type: Transform - pos: 53.5,61.5 - parent: 2 - uid: 29926 components: - type: Transform @@ -27107,6 +28288,11 @@ entities: rot: 1.5707963267948966 rad pos: 80.5,52.5 parent: 2 + - uid: 32640 + components: + - type: Transform + pos: -71.5,36.5 + parent: 2 - uid: 32641 components: - type: Transform @@ -28303,26 +29489,6 @@ entities: - type: Transform pos: -95.5,39.5 parent: 2 - - uid: 34801 - components: - - type: Transform - pos: -68.5,45.5 - parent: 2 - - uid: 34802 - components: - - type: Transform - pos: -69.5,45.5 - parent: 2 - - uid: 34803 - components: - - type: Transform - pos: -69.5,46.5 - parent: 2 - - uid: 34804 - components: - - type: Transform - pos: -81.5,50.5 - parent: 2 - uid: 34808 components: - type: Transform @@ -30852,46 +32018,6 @@ entities: - type: Transform pos: -102.5,49.5 parent: 2 - - uid: 38654 - components: - - type: Transform - pos: -83.5,51.5 - parent: 2 - - uid: 38655 - components: - - type: Transform - pos: -83.5,50.5 - parent: 2 - - uid: 38656 - components: - - type: Transform - pos: -82.5,50.5 - parent: 2 - - uid: 38657 - components: - - type: Transform - pos: -82.5,51.5 - parent: 2 - - uid: 38658 - components: - - type: Transform - pos: -82.5,52.5 - parent: 2 - - uid: 38659 - components: - - type: Transform - pos: -82.5,49.5 - parent: 2 - - uid: 38660 - components: - - type: Transform - pos: -81.5,49.5 - parent: 2 - - uid: 38661 - components: - - type: Transform - pos: -80.5,49.5 - parent: 2 - uid: 38662 components: - type: Transform @@ -30917,125 +32043,123 @@ entities: - type: Transform pos: -71.5,32.5 parent: 2 - - uid: 38667 + - uid: 38676 components: - type: Transform - pos: -68.5,46.5 + pos: -96.5,83.5 parent: 2 - - uid: 38668 + - uid: 38678 components: - type: Transform - pos: -68.5,47.5 + pos: -97.5,89.5 parent: 2 - - uid: 38669 +- proto: AtmosDeviceFanTiny + entities: + - uid: 429 components: - type: Transform - pos: -67.5,45.5 + rot: 1.5707963267948966 rad + pos: 85.5,0.5 parent: 2 - - uid: 38670 + - uid: 4540 components: - type: Transform - pos: -67.5,44.5 + pos: 103.5,73.5 parent: 2 - - uid: 38671 + - uid: 4566 components: - type: Transform - pos: -68.5,44.5 + pos: 103.5,72.5 parent: 2 - - uid: 38672 + - uid: 4647 components: - type: Transform - pos: -67.5,46.5 + pos: 103.5,74.5 parent: 2 - - uid: 38673 + - uid: 6710 components: - type: Transform - pos: -67.5,50.5 + pos: -19.5,-49.5 parent: 2 - - uid: 38674 + - uid: 9946 components: - type: Transform - pos: -71.5,34.5 + rot: -1.5707963267948966 rad + pos: -53.5,78.5 parent: 2 - - uid: 38675 + - uid: 13738 components: - type: Transform - pos: -69.5,38.5 + pos: 46.5,-35.5 parent: 2 - - uid: 38676 + - uid: 15463 components: - type: Transform - pos: -96.5,83.5 + rot: -1.5707963267948966 rad + pos: -53.5,72.5 parent: 2 - - uid: 38677 + - uid: 15464 components: - type: Transform - pos: -88.5,66.5 + rot: -1.5707963267948966 rad + pos: -53.5,70.5 parent: 2 - - uid: 38678 + - uid: 16907 components: - type: Transform - pos: -97.5,89.5 + pos: -21.5,-49.5 parent: 2 -- proto: AtmosDeviceFanTiny - entities: - - uid: 365 + - uid: 18286 components: - type: Transform rot: 3.141592653589793 rad - pos: 26.5,61.5 - parent: 2 - - uid: 429 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 85.5,0.5 + pos: -7.5,98.5 parent: 2 - - uid: 3827 + - uid: 18287 components: - type: Transform rot: 3.141592653589793 rad - pos: 28.5,61.5 + pos: 0.5,98.5 parent: 2 - - uid: 4540 - components: - - type: Transform - pos: 103.5,73.5 - parent: 2 - - uid: 4566 + - uid: 18311 components: - type: Transform - pos: 103.5,72.5 + rot: 3.141592653589793 rad + pos: 2.5,98.5 parent: 2 - - uid: 4647 + - uid: 18550 components: - type: Transform - pos: 103.5,74.5 + pos: -59.5,-10.5 parent: 2 - - uid: 6710 + - uid: 18551 components: - type: Transform - pos: -19.5,-49.5 + pos: -61.5,-5.5 parent: 2 - - uid: 13738 + - uid: 19794 components: - type: Transform - pos: 46.5,-35.5 + rot: 3.141592653589793 rad + pos: -5.5,98.5 parent: 2 - - uid: 16907 + - uid: 21690 components: - type: Transform - pos: -21.5,-49.5 + rot: -1.5707963267948966 rad + pos: -53.5,80.5 parent: 2 - - uid: 18550 + - uid: 21700 components: - type: Transform - pos: -59.5,-10.5 + rot: 3.141592653589793 rad + pos: 10.5,98.5 parent: 2 - - uid: 18551 + - uid: 22275 components: - type: Transform - pos: -61.5,-5.5 + rot: 3.141592653589793 rad + pos: 8.5,98.5 parent: 2 - uid: 22725 components: @@ -31072,107 +32196,61 @@ entities: - type: Transform pos: 10.5,-56.5 parent: 2 - - uid: 22758 + - uid: 43015 components: - type: Transform - pos: -7.5,82.5 - parent: 2 - - uid: 22759 - components: - - type: Transform - pos: -5.5,82.5 - parent: 2 - - uid: 22760 - components: - - type: Transform - pos: 0.5,82.5 + rot: 3.141592653589793 rad + pos: 38.5,69.5 parent: 2 - - uid: 22761 + - uid: 43016 components: - type: Transform - pos: 2.5,82.5 + rot: 3.141592653589793 rad + pos: 34.5,69.5 parent: 2 - - uid: 22762 + - uid: 43017 components: - type: Transform - pos: 8.5,82.5 + rot: 3.141592653589793 rad + pos: 40.5,69.5 parent: 2 - - uid: 22763 + - uid: 43018 components: - type: Transform - pos: 10.5,82.5 + rot: 3.141592653589793 rad + pos: 32.5,69.5 parent: 2 - proto: AtmosFixBlockerMarker entities: - - uid: 1551 - components: - - type: Transform - pos: -56.5,58.5 - parent: 2 - - uid: 4021 - components: - - type: Transform - pos: -57.5,59.5 - parent: 2 - - uid: 4333 - components: - - type: Transform - pos: -57.5,60.5 - parent: 2 - uid: 6212 components: - type: Transform - pos: -57.5,58.5 + pos: -71.5,52.5 parent: 2 - - uid: 7462 - components: - - type: Transform - pos: -57.5,57.5 - parent: 2 - - uid: 7490 - components: - - type: Transform - pos: -56.5,60.5 - parent: 2 - - uid: 7493 - components: - - type: Transform - pos: -57.5,56.5 - parent: 2 - - uid: 7962 - components: - - type: Transform - pos: -57.5,55.5 - parent: 2 - - uid: 7964 - components: - - type: Transform - pos: -56.5,59.5 - parent: 2 - - uid: 15464 + - uid: 9208 components: - type: Transform - pos: -56.5,56.5 + pos: -71.5,50.5 parent: 2 - - uid: 15477 + - uid: 9295 components: - type: Transform - pos: -56.5,55.5 + pos: -71.5,51.5 parent: 2 - - uid: 15478 + - uid: 9309 components: - type: Transform - pos: -55.5,60.5 + pos: -72.5,48.5 parent: 2 - - uid: 15485 + - uid: 9310 components: - type: Transform - pos: -55.5,59.5 + pos: -71.5,49.5 parent: 2 - - uid: 15486 + - uid: 9313 components: - type: Transform - pos: -56.5,57.5 + pos: -71.5,48.5 parent: 2 - uid: 15992 components: @@ -31234,55 +32312,95 @@ entities: - type: Transform pos: -39.5,48.5 parent: 2 - - uid: 22536 + - uid: 23182 components: - type: Transform - pos: -55.5,58.5 + pos: -74.5,47.5 parent: 2 - - uid: 22538 + - uid: 23213 components: - type: Transform - pos: -54.5,59.5 + pos: -73.5,47.5 parent: 2 - - uid: 22603 + - uid: 26448 components: - type: Transform - pos: -54.5,58.5 + pos: -72.5,47.5 parent: 2 - - uid: 23036 + - uid: 26450 components: - type: Transform - pos: -54.5,57.5 + pos: -71.5,47.5 parent: 2 - - uid: 23038 + - uid: 26866 components: - type: Transform - pos: -54.5,56.5 + pos: -74.5,51.5 parent: 2 - - uid: 28241 + - uid: 31305 components: - type: Transform - pos: -54.5,60.5 + pos: -74.5,52.5 parent: 2 - - uid: 28346 + - uid: 31343 components: - type: Transform - pos: -55.5,57.5 + pos: -74.5,50.5 parent: 2 - - uid: 28535 + - uid: 31350 components: - type: Transform - pos: -55.5,55.5 + pos: -74.5,49.5 parent: 2 - - uid: 28690 + - uid: 32127 components: - type: Transform - pos: -55.5,56.5 + pos: -73.5,49.5 parent: 2 - - uid: 31839 + - uid: 32128 + components: + - type: Transform + pos: -72.5,49.5 + parent: 2 + - uid: 32139 + components: + - type: Transform + pos: -73.5,48.5 + parent: 2 + - uid: 32288 + components: + - type: Transform + pos: -72.5,52.5 + parent: 2 + - uid: 32321 components: - type: Transform - pos: -54.5,55.5 + pos: -72.5,51.5 + parent: 2 + - uid: 32444 + components: + - type: Transform + pos: -72.5,50.5 + parent: 2 + - uid: 32448 + components: + - type: Transform + pos: -74.5,48.5 + parent: 2 + - uid: 32451 + components: + - type: Transform + pos: -73.5,51.5 + parent: 2 + - uid: 32603 + components: + - type: Transform + pos: -73.5,52.5 + parent: 2 + - uid: 32608 + components: + - type: Transform + pos: -73.5,50.5 parent: 2 - proto: AtmosFixFreezerMarker entities: @@ -31494,6 +32612,13 @@ entities: - type: Transform pos: -16.5,-25.5 parent: 2 +- proto: BackgammonBoard + entities: + - uid: 40581 + components: + - type: Transform + pos: -20.52479,59.53553 + parent: 2 - proto: BalloonCorgi entities: - uid: 4593 @@ -31659,11 +32784,6 @@ entities: rot: 1.5707963267948966 rad pos: -25.5,-37.5 parent: 2 - - uid: 5343 - components: - - type: Transform - pos: 52.5,49.5 - parent: 2 - uid: 5345 components: - type: Transform @@ -31711,18 +32831,6 @@ entities: rot: 1.5707963267948966 rad pos: -25.5,-36.5 parent: 2 - - uid: 9137 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,51.5 - parent: 2 - - uid: 12732 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,50.5 - parent: 2 - uid: 16536 components: - type: Transform @@ -31739,11 +32847,6 @@ entities: - type: Transform pos: 53.5,48.5 parent: 2 - - uid: 26882 - components: - - type: Transform - pos: 53.5,49.5 - parent: 2 - uid: 27510 components: - type: Transform @@ -31765,6 +32868,12 @@ entities: - type: Transform pos: 82.5,75.5 parent: 2 + - uid: 29820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,50.5 + parent: 2 - uid: 30016 components: - type: Transform @@ -31885,6 +32994,18 @@ entities: - type: Transform pos: 84.5,81.5 parent: 2 + - uid: 43081 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,51.5 + parent: 2 + - uid: 43139 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,52.5 + parent: 2 - proto: BarricadeBlock entities: - uid: 4926 @@ -31943,10 +33064,11 @@ entities: - type: Transform pos: 60.5,42.5 parent: 2 - - uid: 29868 + - uid: 28916 components: - type: Transform - pos: 51.5,49.5 + rot: 3.141592653589793 rad + pos: 55.5,64.5 parent: 2 - uid: 32508 components: @@ -31968,12 +33090,6 @@ entities: - type: Transform pos: 100.5,71.5 parent: 2 - - uid: 32635 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,57.5 - parent: 2 - uid: 35728 components: - type: Transform @@ -32044,6 +33160,12 @@ entities: - type: Transform pos: 73.5,83.5 parent: 2 + - uid: 43075 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,66.5 + parent: 2 - proto: BarricadeDirectional entities: - uid: 7287 @@ -32127,12 +33249,6 @@ entities: rot: 1.5707963267948966 rad pos: -4.5,-33.5 parent: 2 - - uid: 3037 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,52.5 - parent: 2 - uid: 3064 components: - type: Transform @@ -32145,6 +33261,12 @@ entities: rot: 1.5707963267948966 rad pos: 62.5,28.5 parent: 2 + - uid: 4713 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,53.5 + parent: 2 - uid: 5214 components: - type: Transform @@ -32167,12 +33289,6 @@ entities: rot: 1.5707963267948966 rad pos: 62.5,29.5 parent: 2 - - uid: 7566 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,57.5 - parent: 2 - uid: 8404 components: - type: Transform @@ -32184,12 +33300,6 @@ entities: - type: Transform pos: 39.5,51.5 parent: 2 - - uid: 14069 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,53.5 - parent: 2 - uid: 18447 components: - type: Transform @@ -32352,6 +33462,16 @@ entities: - type: Transform pos: 72.678635,72.5511 parent: 2 + - uid: 41845 + components: + - type: Transform + pos: -29.634733,69.59366 + parent: 2 + - uid: 41846 + components: + - type: Transform + pos: -29.486296,69.51553 + parent: 2 - proto: Bed entities: - uid: 457 @@ -32499,25 +33619,10 @@ entities: - type: Transform pos: -5.5,35.5 parent: 2 - - uid: 16557 - components: - - type: Transform - pos: -32.5,33.5 - parent: 2 - - uid: 18053 - components: - - type: Transform - pos: -25.5,66.5 - parent: 2 - - uid: 18055 - components: - - type: Transform - pos: -21.5,66.5 - parent: 2 - - uid: 18060 + - uid: 18137 components: - type: Transform - pos: -13.5,66.5 + pos: -32.5,34.5 parent: 2 - uid: 20031 components: @@ -32569,6 +33674,21 @@ entities: - type: Transform pos: 49.5,28.5 parent: 2 + - uid: 39721 + components: + - type: Transform + pos: -32.5,85.5 + parent: 2 + - uid: 39723 + components: + - type: Transform + pos: -32.5,77.5 + parent: 2 + - uid: 39979 + components: + - type: Transform + pos: -32.5,89.5 + parent: 2 - proto: BedsheetBlack entities: - uid: 1800 @@ -32587,10 +33707,11 @@ entities: parent: 2 - proto: BedsheetBrigmedic entities: - - uid: 29702 + - uid: 41860 components: - type: Transform - pos: -32.5,33.5 + rot: -1.5707963267948966 rad + pos: -32.5,34.5 parent: 2 - proto: BedsheetBrown entities: @@ -32713,10 +33834,10 @@ entities: rot: 1.5707963267948966 rad pos: 23.5,14.5 parent: 2 - - uid: 695 + - uid: 700 components: - type: Transform - pos: -41.5,58.5 + pos: -21.5,79.5 parent: 2 - uid: 954 components: @@ -32735,11 +33856,6 @@ entities: rot: 1.5707963267948966 rad pos: 7.5,-6.5 parent: 2 - - uid: 15952 - components: - - type: Transform - pos: -41.5,60.5 - parent: 2 - uid: 17614 components: - type: Transform @@ -32758,6 +33874,16 @@ entities: rot: 1.5707963267948966 rad pos: 23.5,12.5 parent: 2 + - uid: 26219 + components: + - type: Transform + pos: -21.5,76.5 + parent: 2 + - uid: 26515 + components: + - type: Transform + pos: -20.5,79.5 + parent: 2 - uid: 27011 components: - type: Transform @@ -32776,6 +33902,11 @@ entities: rot: 1.5707963267948966 rad pos: 5.5,16.5 parent: 2 + - uid: 36129 + components: + - type: Transform + pos: -20.5,76.5 + parent: 2 - uid: 39167 components: - type: Transform @@ -32801,6 +33932,11 @@ entities: - type: Transform pos: -28.5,24.5 parent: 2 + - uid: 26467 + components: + - type: Transform + pos: -32.5,89.5 + parent: 2 - uid: 29105 components: - type: Transform @@ -32813,25 +33949,20 @@ entities: rot: 3.141592653589793 rad pos: -36.5,24.5 parent: 2 - - uid: 30851 + - uid: 38924 components: - type: Transform - pos: -25.5,66.5 + pos: -24.5,24.5 parent: 2 - - uid: 30852 + - uid: 39982 components: - type: Transform - pos: -21.5,66.5 + pos: -32.5,85.5 parent: 2 - - uid: 30854 + - uid: 39986 components: - type: Transform - pos: -13.5,66.5 - parent: 2 - - uid: 38924 - components: - - type: Transform - pos: -24.5,24.5 + pos: -32.5,77.5 parent: 2 - proto: BedsheetPurple entities: @@ -32971,6 +34102,24 @@ entities: - type: Transform pos: 61.5,-2.5 parent: 2 + - uid: 7709 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,-26.5 + parent: 2 + - uid: 8086 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,-26.5 + parent: 2 + - uid: 24309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,-26.5 + parent: 2 - proto: BenchParkRight entities: - uid: 4961 @@ -33015,71 +34164,71 @@ entities: rot: 1.5707963267948966 rad pos: 59.5,20.5 parent: 2 - - uid: 2750 + - uid: 4268 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,50.5 + rot: 1.5707963267948966 rad + pos: 58.5,12.5 parent: 2 - - uid: 2783 + - uid: 4269 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,55.5 + rot: 1.5707963267948966 rad + pos: 60.5,12.5 parent: 2 - - uid: 2854 + - uid: 4270 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,55.5 + rot: 1.5707963267948966 rad + pos: 62.5,12.5 parent: 2 - - uid: 2993 + - uid: 7237 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,55.5 + pos: -4.5,54.5 parent: 2 - - uid: 2994 + - uid: 18009 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,55.5 + pos: -6.5,54.5 parent: 2 - - uid: 4268 + - uid: 18051 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,12.5 + rot: -1.5707963267948966 rad + pos: -5.5,54.5 parent: 2 - - uid: 4269 + - uid: 19566 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,12.5 + rot: -1.5707963267948966 rad + pos: -7.5,54.5 parent: 2 - - uid: 4270 + - uid: 21705 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,12.5 + rot: -1.5707963267948966 rad + pos: -7.5,59.5 parent: 2 - - uid: 15794 + - uid: 21708 components: - type: Transform rot: -1.5707963267948966 rad - pos: -6.5,50.5 + pos: -5.5,59.5 parent: 2 - - uid: 15796 + - uid: 21709 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,50.5 + pos: -4.5,59.5 parent: 2 - - uid: 15892 + - uid: 21710 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,50.5 + pos: -6.5,59.5 parent: 2 - uid: 37737 components: @@ -33107,24 +34256,6 @@ entities: parent: 2 - proto: BenchPewMiddle entities: - - uid: 2787 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,49.5 - parent: 2 - - uid: 2793 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,49.5 - parent: 2 - - uid: 2797 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,49.5 - parent: 2 - uid: 4099 components: - type: Transform @@ -33155,35 +34286,53 @@ entities: rot: 1.5707963267948966 rad pos: 62.5,13.5 parent: 2 - - uid: 15808 + - uid: 7213 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,54.5 + pos: -6.5,58.5 parent: 2 - - uid: 15813 + - uid: 7214 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,49.5 + pos: -4.5,58.5 parent: 2 - - uid: 15886 + - uid: 13792 components: - type: Transform rot: -1.5707963267948966 rad - pos: -6.5,54.5 + pos: -6.5,53.5 parent: 2 - - uid: 15888 + - uid: 13861 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,54.5 + pos: -5.5,58.5 parent: 2 - - uid: 15890 + - uid: 14565 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,54.5 + pos: -7.5,53.5 + parent: 2 + - uid: 18049 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,58.5 + parent: 2 + - uid: 18050 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,53.5 + parent: 2 + - uid: 18152 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,53.5 parent: 2 - uid: 37743 components: @@ -33259,65 +34408,65 @@ entities: rot: 1.5707963267948966 rad pos: 59.5,14.5 parent: 2 - - uid: 2784 + - uid: 2873 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,48.5 + rot: 1.5707963267948966 rad + pos: 61.5,14.5 parent: 2 - - uid: 2791 + - uid: 3275 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,48.5 + rot: 1.5707963267948966 rad + pos: 61.5,22.5 parent: 2 - - uid: 2792 + - uid: 7436 components: - type: Transform rot: -1.5707963267948966 rad - pos: -6.5,48.5 + pos: -7.5,52.5 parent: 2 - - uid: 2794 + - uid: 7467 components: - type: Transform rot: -1.5707963267948966 rad - pos: -6.5,53.5 + pos: -6.5,52.5 parent: 2 - - uid: 2798 + - uid: 14099 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,53.5 + pos: -4.5,52.5 parent: 2 - - uid: 2873 + - uid: 18008 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,14.5 + rot: -1.5707963267948966 rad + pos: -5.5,52.5 parent: 2 - - uid: 2992 + - uid: 18270 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,48.5 + pos: -7.5,57.5 parent: 2 - - uid: 3275 + - uid: 19803 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,22.5 + rot: -1.5707963267948966 rad + pos: -6.5,57.5 parent: 2 - - uid: 15797 + - uid: 21703 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,53.5 + pos: -5.5,57.5 parent: 2 - - uid: 15800 + - uid: 21707 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,53.5 + pos: -4.5,57.5 parent: 2 - uid: 39161 components: @@ -33327,12 +34476,29 @@ entities: parent: 2 - proto: BenchSofaCorpLeft entities: + - uid: 137 + components: + - type: Transform + pos: 11.5,91.5 + parent: 2 - uid: 238 components: - type: Transform rot: -1.5707963267948966 rad pos: 3.5,-48.5 parent: 2 + - uid: 318 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-1.5 + parent: 2 + - uid: 425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,92.5 + parent: 2 - uid: 998 components: - type: Transform @@ -33344,12 +34510,6 @@ entities: rot: 1.5707963267948966 rad pos: -0.5,-47.5 parent: 2 - - uid: 1072 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-2.5 - parent: 2 - uid: 1101 components: - type: Transform @@ -33386,17 +34546,16 @@ entities: rot: -1.5707963267948966 rad pos: 28.5,-9.5 parent: 2 - - uid: 1678 + - uid: 1336 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-1.5 + pos: -6.5,86.5 parent: 2 - - uid: 1693 + - uid: 1678 components: - type: Transform rot: -1.5707963267948966 rad - pos: -0.5,4.5 + pos: 6.5,-1.5 parent: 2 - uid: 1701 components: @@ -33422,6 +34581,11 @@ entities: rot: -1.5707963267948966 rad pos: 3.5,-46.5 parent: 2 + - uid: 2703 + components: + - type: Transform + pos: -10.5,86.5 + parent: 2 - uid: 3482 components: - type: Transform @@ -33440,10 +34604,25 @@ entities: rot: 3.141592653589793 rad pos: -44.5,-35.5 parent: 2 - - uid: 5886 + - uid: 5424 components: - type: Transform - pos: -2.5,-40.5 + pos: -92.5,18.5 + parent: 2 + - uid: 5568 + components: + - type: Transform + pos: -4.5,91.5 + parent: 2 + - uid: 5743 + components: + - type: Transform + pos: 0.5,91.5 + parent: 2 + - uid: 5762 + components: + - type: Transform + pos: 3.5,91.5 parent: 2 - uid: 5934 components: @@ -33451,6 +34630,11 @@ entities: rot: -1.5707963267948966 rad pos: -31.5,-8.5 parent: 2 + - uid: 6314 + components: + - type: Transform + pos: -7.5,91.5 + parent: 2 - uid: 7193 components: - type: Transform @@ -33463,17 +34647,23 @@ entities: rot: 1.5707963267948966 rad pos: -39.5,20.5 parent: 2 - - uid: 7272 + - uid: 7347 components: - type: Transform rot: 1.5707963267948966 rad - pos: -3.5,6.5 + pos: -23.5,-9.5 parent: 2 - - uid: 7347 + - uid: 7510 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-9.5 + rot: 3.141592653589793 rad + pos: -11.5,84.5 + parent: 2 + - uid: 7564 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,84.5 parent: 2 - uid: 11475 components: @@ -33491,6 +34681,12 @@ entities: - type: Transform pos: 6.5,-40.5 parent: 2 + - uid: 12308 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,-1.5 + parent: 2 - uid: 12960 components: - type: Transform @@ -33513,22 +34709,23 @@ entities: rot: 3.141592653589793 rad pos: 5.5,35.5 parent: 2 - - uid: 15155 + - uid: 15515 components: - type: Transform rot: 3.141592653589793 rad - pos: -3.5,-43.5 + pos: -8.5,92.5 parent: 2 - - uid: 15533 + - uid: 15554 components: - type: Transform - pos: -8.5,71.5 + rot: 3.141592653589793 rad + pos: -0.5,92.5 parent: 2 - - uid: 16597 + - uid: 16465 components: - type: Transform rot: 3.141592653589793 rad - pos: -17.5,-10.5 + pos: -5.5,92.5 parent: 2 - uid: 17734 components: @@ -33536,77 +34733,46 @@ entities: rot: 3.141592653589793 rad pos: -40.5,-35.5 parent: 2 - - uid: 19143 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-10.5 - parent: 2 - - uid: 19569 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,76.5 - parent: 2 - - uid: 19570 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,76.5 - parent: 2 - - uid: 19571 + - uid: 17966 components: - type: Transform rot: 3.141592653589793 rad - pos: 7.5,76.5 - parent: 2 - - uid: 19580 - components: - - type: Transform - pos: 8.5,75.5 + pos: 2.5,92.5 parent: 2 - - uid: 19581 + - uid: 18038 components: - type: Transform rot: 3.141592653589793 rad - pos: 10.5,76.5 + pos: 7.5,92.5 parent: 2 - - uid: 19582 + - uid: 19143 components: - type: Transform - pos: -7.5,75.5 + rot: -1.5707963267948966 rad + pos: -19.5,-10.5 parent: 2 - - uid: 19584 + - uid: 19683 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,76.5 + pos: 8.5,91.5 parent: 2 - - uid: 19585 + - uid: 21755 components: - type: Transform rot: 3.141592653589793 rad - pos: -5.5,76.5 - parent: 2 - - uid: 19587 - components: - - type: Transform - pos: 0.5,75.5 - parent: 2 - - uid: 19593 - components: - - type: Transform - pos: -4.5,75.5 + pos: -22.5,57.5 parent: 2 - - uid: 19594 + - uid: 22386 components: - type: Transform - pos: 3.5,75.5 + rot: -1.5707963267948966 rad + pos: -15.5,-9.5 parent: 2 - - uid: 19595 + - uid: 25871 components: - type: Transform - pos: 11.5,75.5 + rot: 1.5707963267948966 rad + pos: -17.5,-8.5 parent: 2 - uid: 26005 components: @@ -33619,10 +34785,10 @@ entities: rot: 3.141592653589793 rad pos: -49.5,11.5 parent: 2 - - uid: 27375 + - uid: 26604 components: - type: Transform - pos: -16.5,-8.5 + pos: -88.5,18.5 parent: 2 - uid: 30030 components: @@ -33642,12 +34808,6 @@ entities: rot: -1.5707963267948966 rad pos: 50.5,12.5 parent: 2 - - uid: 30502 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,68.5 - parent: 2 - uid: 30529 components: - type: Transform @@ -33665,10 +34825,17 @@ entities: rot: 3.141592653589793 rad pos: -21.5,-16.5 parent: 2 - - uid: 38861 + - uid: 31354 components: - type: Transform - pos: -19.5,58.5 + rot: -1.5707963267948966 rad + pos: -35.5,48.5 + parent: 2 + - uid: 31356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,51.5 parent: 2 - uid: 39300 components: @@ -33680,14 +34847,13 @@ entities: - type: Transform pos: -39.5,-32.5 parent: 2 -- proto: BenchSofaCorpMiddle - entities: - - uid: 1694 + - uid: 40709 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,5.5 + pos: -16.5,79.5 parent: 2 +- proto: BenchSofaCorpMiddle + entities: - uid: 1700 components: - type: Transform @@ -33712,22 +34878,17 @@ entities: rot: 1.5707963267948966 rad pos: 54.5,37.5 parent: 2 - - uid: 16393 - components: - - type: Transform - pos: -9.5,71.5 - parent: 2 - uid: 20926 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,-16.5 parent: 2 - - uid: 22129 + - uid: 23044 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,5.5 + rot: 3.141592653589793 rad + pos: -21.5,57.5 parent: 2 - uid: 23490 components: @@ -33735,12 +34896,6 @@ entities: rot: 1.5707963267948966 rad pos: 90.5,17.5 parent: 2 - - uid: 30266 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-3.5 - parent: 2 - uid: 30598 components: - type: Transform @@ -33766,16 +34921,6 @@ entities: rot: 3.141592653589793 rad pos: -43.5,-35.5 parent: 2 - - uid: 645 - components: - - type: Transform - pos: -17.5,-8.5 - parent: 2 - - uid: 865 - components: - - type: Transform - pos: -3.5,-40.5 - parent: 2 - uid: 1230 components: - type: Transform @@ -33818,12 +34963,6 @@ entities: rot: 1.5707963267948966 rad pos: -0.5,-46.5 parent: 2 - - uid: 1695 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,6.5 - parent: 2 - uid: 1702 components: - type: Transform @@ -33842,6 +34981,28 @@ entities: rot: 1.5707963267948966 rad pos: -0.5,-48.5 parent: 2 + - uid: 2654 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,84.5 + parent: 2 + - uid: 2657 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,84.5 + parent: 2 + - uid: 2795 + components: + - type: Transform + pos: -7.5,86.5 + parent: 2 + - uid: 2854 + components: + - type: Transform + pos: -11.5,86.5 + parent: 2 - uid: 2864 components: - type: Transform @@ -33854,10 +35015,10 @@ entities: rot: -1.5707963267948966 rad pos: -31.5,-7.5 parent: 2 - - uid: 3423 + - uid: 4445 components: - type: Transform - pos: -10.5,71.5 + pos: 2.5,91.5 parent: 2 - uid: 4447 components: @@ -33871,12 +35032,6 @@ entities: rot: -1.5707963267948966 rad pos: -6.5,-19.5 parent: 2 - - uid: 6266 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,67.5 - parent: 2 - uid: 6814 components: - type: Transform @@ -33894,11 +35049,11 @@ entities: rot: 1.5707963267948966 rad pos: 54.5,36.5 parent: 2 - - uid: 11477 + - uid: 9498 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,4.5 + rot: -1.5707963267948966 rad + pos: -35.5,52.5 parent: 2 - uid: 12959 components: @@ -33922,88 +35077,84 @@ entities: rot: 3.141592653589793 rad pos: 6.5,35.5 parent: 2 - - uid: 15255 - components: - - type: Transform - pos: -20.5,58.5 - parent: 2 - - uid: 18025 + - uid: 13952 components: - type: Transform rot: 3.141592653589793 rad - pos: -39.5,-35.5 + pos: -20.5,57.5 parent: 2 - - uid: 19572 + - uid: 14588 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,76.5 + rot: -1.5707963267948966 rad + pos: -35.5,49.5 parent: 2 - - uid: 19573 + - uid: 16124 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,76.5 + pos: -8.5,91.5 parent: 2 - - uid: 19574 + - uid: 16127 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,76.5 + pos: -0.5,91.5 parent: 2 - - uid: 19575 + - uid: 16128 components: - type: Transform - pos: 2.5,75.5 + pos: -5.5,91.5 parent: 2 - - uid: 19577 + - uid: 18025 components: - type: Transform rot: 3.141592653589793 rad - pos: 8.5,76.5 + pos: -39.5,-35.5 parent: 2 - - uid: 19583 + - uid: 19504 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,76.5 + pos: -4.5,92.5 parent: 2 - - uid: 19586 + - uid: 19508 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,76.5 + pos: 7.5,91.5 parent: 2 - - uid: 19590 + - uid: 19509 components: - type: Transform - pos: 10.5,75.5 + rot: 3.141592653589793 rad + pos: 11.5,92.5 parent: 2 - - uid: 19592 + - uid: 19510 components: - type: Transform - pos: -5.5,75.5 + rot: 3.141592653589793 rad + pos: 8.5,92.5 parent: 2 - - uid: 19596 + - uid: 19513 components: - type: Transform - pos: -0.5,75.5 + pos: 10.5,91.5 parent: 2 - - uid: 19597 + - uid: 19514 components: - type: Transform - pos: 7.5,75.5 + rot: 3.141592653589793 rad + pos: 0.5,92.5 parent: 2 - - uid: 19599 + - uid: 19523 components: - type: Transform - pos: -8.5,75.5 + rot: 3.141592653589793 rad + pos: 3.5,92.5 parent: 2 - - uid: 20635 + - uid: 19525 components: - type: Transform rot: 3.141592653589793 rad - pos: -16.5,-10.5 + pos: -7.5,92.5 parent: 2 - uid: 20810 components: @@ -34022,23 +35173,23 @@ entities: - type: Transform pos: -42.5,17.5 parent: 2 - - uid: 22698 + - uid: 21826 components: - type: Transform rot: 1.5707963267948966 rad - pos: -61.5,25.5 + pos: -17.5,-9.5 parent: 2 - - uid: 22806 + - uid: 22312 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-4.5 + rot: -1.5707963267948966 rad + pos: -15.5,-8.5 parent: 2 - - uid: 23326 + - uid: 22698 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-43.5 + rot: 1.5707963267948966 rad + pos: -61.5,25.5 parent: 2 - uid: 23327 components: @@ -34050,12 +35201,34 @@ entities: - type: Transform pos: -23.5,46.5 parent: 2 + - uid: 26182 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,-1.5 + parent: 2 - uid: 26307 components: - type: Transform rot: 3.141592653589793 rad pos: -48.5,11.5 parent: 2 + - uid: 26935 + components: + - type: Transform + pos: -93.5,18.5 + parent: 2 + - uid: 27203 + components: + - type: Transform + pos: -89.5,18.5 + parent: 2 + - uid: 27204 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,-1.5 + parent: 2 - uid: 29602 components: - type: Transform @@ -34107,6 +35280,11 @@ entities: - type: Transform pos: -40.5,-32.5 parent: 2 + - uid: 40710 + components: + - type: Transform + pos: -17.5,79.5 + parent: 2 - proto: BenchSofaLeft entities: - uid: 8239 @@ -34170,11 +35348,34 @@ entities: parent: 2 - type: Physics bodyType: Dynamic + - uid: 7693 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,73.5 + parent: 2 + - uid: 15935 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,69.5 + parent: 2 + - uid: 15941 + components: + - type: Transform + pos: -52.5,81.5 + parent: 2 - uid: 17226 components: - type: Transform pos: -33.5,30.5 parent: 2 + - uid: 18616 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,84.5 + parent: 2 - uid: 23098 components: - type: Transform @@ -34192,8 +35393,42 @@ entities: - type: Transform pos: 82.5,49.5 parent: 2 + - uid: 40109 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,83.5 + parent: 2 + - uid: 42891 + components: + - type: Transform + pos: 9.5,84.5 + parent: 2 + - uid: 42892 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,82.5 + parent: 2 + - uid: 42893 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,78.5 + parent: 2 - proto: BenchSteelMiddle entities: + - uid: 9754 + components: + - type: Transform + pos: -51.5,81.5 + parent: 2 + - uid: 10102 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,69.5 + parent: 2 - uid: 11825 components: - type: Transform @@ -34214,6 +35449,12 @@ entities: rot: 1.5707963267948966 rad pos: -14.5,41.5 parent: 2 + - uid: 19531 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,73.5 + parent: 2 - uid: 35714 components: - type: Transform @@ -34237,6 +35478,23 @@ entities: rot: 3.141592653589793 rad pos: -20.5,24.5 parent: 2 + - uid: 42897 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,81.5 + parent: 2 + - uid: 42898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,78.5 + parent: 2 + - uid: 42899 + components: + - type: Transform + pos: 10.5,84.5 + parent: 2 - proto: BenchSteelRight entities: - uid: 2405 @@ -34257,6 +35515,23 @@ entities: rot: 1.5707963267948966 rad pos: -14.5,38.5 parent: 2 + - uid: 7657 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,73.5 + parent: 2 + - uid: 9736 + components: + - type: Transform + pos: -50.5,81.5 + parent: 2 + - uid: 9924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,69.5 + parent: 2 - uid: 12069 components: - type: Transform @@ -34271,6 +35546,12 @@ entities: - type: Transform pos: -31.5,30.5 parent: 2 + - uid: 20794 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,84.5 + parent: 2 - uid: 29773 components: - type: Transform @@ -34282,6 +35563,29 @@ entities: - type: Transform pos: 84.5,49.5 parent: 2 + - uid: 40104 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,83.5 + parent: 2 + - uid: 42894 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,78.5 + parent: 2 + - uid: 42895 + components: + - type: Transform + pos: 11.5,84.5 + parent: 2 + - uid: 42896 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,80.5 + parent: 2 - proto: BenchSteelWhiteLeft entities: - uid: 2414 @@ -34314,12 +35618,6 @@ entities: rot: 1.5707963267948966 rad pos: 49.5,-22.5 parent: 2 - - uid: 5181 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,-27.5 - parent: 2 - proto: BenchSteelWhiteMiddle entities: - uid: 2415 @@ -34370,12 +35668,6 @@ entities: rot: 1.5707963267948966 rad pos: 28.5,-29.5 parent: 2 - - uid: 5179 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-27.5 - parent: 2 - proto: BenchSteelWhiteRight entities: - uid: 3132 @@ -34408,12 +35700,6 @@ entities: rot: 1.5707963267948966 rad pos: 49.5,-21.5 parent: 2 - - uid: 5180 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,-27.5 - parent: 2 - proto: BiomassReclaimer entities: - uid: 1057 @@ -34497,55 +35783,47 @@ entities: links: - 8740 - 12929 - - uid: 4350 + - uid: 9869 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,60.5 + rot: 1.5707963267948966 rad + pos: -71.5,47.5 parent: 2 - type: DeviceLinkSink links: - - 34518 - - uid: 4354 + - 26447 + - uid: 9877 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,60.5 + rot: 1.5707963267948966 rad + pos: -73.5,47.5 parent: 2 - type: DeviceLinkSink links: - - 34518 - - uid: 4359 + - 26447 + - uid: 9878 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,60.5 + rot: 1.5707963267948966 rad + pos: -72.5,47.5 parent: 2 - type: DeviceLinkSink links: - - 34518 - - uid: 4965 + - 26447 + - uid: 9880 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,60.5 + rot: 1.5707963267948966 rad + pos: -74.5,47.5 parent: 2 - type: DeviceLinkSink links: - - 34518 + - 26447 - uid: 22237 components: - type: Transform pos: -105.5,57.5 parent: 2 - - uid: 22608 - components: - - type: Transform - pos: 51.5,49.5 - parent: 2 - - type: DeviceLinkSink - links: - - 30772 - uid: 34800 components: - type: Transform @@ -34642,6 +35920,15 @@ entities: - type: DeviceLinkSink links: - 16535 + - uid: 2701 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,52.5 + parent: 2 + - type: DeviceLinkSink + links: + - 283 - uid: 2827 components: - type: Transform @@ -34651,6 +35938,33 @@ entities: - type: DeviceLinkSink links: - 38820 + - uid: 3423 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,74.5 + parent: 2 + - type: DeviceLinkSink + links: + - 40869 + - uid: 4307 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,81.5 + parent: 2 + - type: DeviceLinkSink + links: + - 40869 + - uid: 4320 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,74.5 + parent: 2 + - type: DeviceLinkSink + links: + - 40869 - uid: 4828 components: - type: Transform @@ -34695,6 +36009,24 @@ entities: - type: DeviceLinkSink links: - 2107 + - uid: 6210 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,74.5 + parent: 2 + - type: DeviceLinkSink + links: + - 40869 + - uid: 7600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,82.5 + parent: 2 + - type: DeviceLinkSink + links: + - 40869 - uid: 7972 components: - type: Transform @@ -34813,6 +36145,12 @@ entities: links: - 2512 - 40523 + - uid: 9317 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,74.5 + parent: 2 - uid: 9351 components: - type: Transform @@ -34827,24 +36165,6 @@ entities: - type: DeviceLinkSink links: - 283 - - uid: 9508 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,63.5 - parent: 2 - - type: DeviceLinkSink - links: - - 25189 - - uid: 9511 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,64.5 - parent: 2 - - type: DeviceLinkSink - links: - - 25189 - uid: 12053 components: - type: Transform @@ -34872,16 +36192,6 @@ entities: - type: DeviceLinkSink links: - 34411 - - uid: 13916 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,68.5 - parent: 2 - - type: DeviceLinkSink - links: - - 25189 - - 34361 - uid: 13994 components: - type: Transform @@ -34935,16 +36245,6 @@ entities: - type: DeviceLinkSink links: - 16535 - - uid: 14099 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,68.5 - parent: 2 - - type: DeviceLinkSink - links: - - 25189 - - 34361 - uid: 14367 components: - type: Transform @@ -35005,20 +36305,12 @@ entities: rot: 3.141592653589793 rad pos: 12.5,56.5 parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 4713 - uid: 15048 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,55.5 parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 4713 - uid: 15049 components: - type: Transform @@ -35064,86 +36356,6 @@ entities: - type: DeviceLinkSink links: - 38820 - - uid: 15057 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,60.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 4713 - - uid: 15058 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,60.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 4713 - - uid: 15059 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,60.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 4713 - - uid: 15065 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,60.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 4713 - - uid: 15066 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,59.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 4713 - - uid: 15067 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,59.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 4713 - - uid: 15068 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,58.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 4713 - - uid: 15069 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,58.5 - parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 4713 - uid: 15078 components: - type: Transform @@ -35250,6 +36462,59 @@ entities: - type: DeviceLinkSink links: - 39677 + - uid: 15829 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,74.5 + parent: 2 + - type: DeviceLinkSink + links: + - 40869 + - uid: 15959 + components: + - type: Transform + pos: -34.5,75.5 + parent: 2 + - type: DeviceLinkSink + links: + - 40869 + - uid: 16140 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,59.5 + parent: 2 + - type: DeviceLinkSink + links: + - 40869 + - uid: 16408 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,60.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2107 + - uid: 16431 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,56.5 + parent: 2 + - type: DeviceLinkSink + links: + - 40869 + - uid: 16469 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,55.5 + parent: 2 + - type: DeviceLinkSink + links: + - 40869 - uid: 16476 components: - type: Transform @@ -35268,16 +36533,6 @@ entities: - type: DeviceLinkSink links: - 38819 - - uid: 16584 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,68.5 - parent: 2 - - type: DeviceLinkSink - links: - - 25189 - - 34361 - uid: 18141 components: - type: Transform @@ -35296,6 +36551,24 @@ entities: - type: DeviceLinkSink links: - 32443 + - uid: 18214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,54.5 + parent: 2 + - type: DeviceLinkSink + links: + - 40869 + - uid: 18272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,53.5 + parent: 2 + - type: DeviceLinkSink + links: + - 40869 - uid: 18600 components: - type: Transform @@ -35333,15 +36606,6 @@ entities: - type: DeviceLinkSink links: - 25985 - - uid: 19884 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,43.5 - parent: 2 - - type: DeviceLinkSink - links: - - 13999 - uid: 19885 components: - type: Transform @@ -35369,6 +36633,42 @@ entities: - type: DeviceLinkSink links: - 32443 + - uid: 21680 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,74.5 + parent: 2 + - type: DeviceLinkSink + links: + - 40869 + - uid: 21685 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,58.5 + parent: 2 + - type: DeviceLinkSink + links: + - 40869 + - uid: 21686 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,57.5 + parent: 2 + - type: DeviceLinkSink + links: + - 40869 + - uid: 21722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,74.5 + parent: 2 + - type: DeviceLinkSink + links: + - 40869 - uid: 21954 components: - type: Transform @@ -35435,6 +36735,15 @@ entities: - type: DeviceLinkSink links: - 31800 + - uid: 24079 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,60.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2107 - uid: 25042 components: - type: Transform @@ -35460,15 +36769,6 @@ entities: - type: DeviceLinkSink links: - 4746 - - uid: 25999 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,47.5 - parent: 2 - - type: DeviceLinkSink - links: - - 34363 - uid: 27392 components: - type: Transform @@ -35530,6 +36830,15 @@ entities: - type: DeviceLinkSink links: - 25985 + - uid: 31057 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,60.5 + parent: 2 + - type: DeviceLinkSink + links: + - 2107 - uid: 31763 components: - type: Transform @@ -35565,15 +36874,6 @@ entities: - type: DeviceLinkSink links: - 13999 - - uid: 33290 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,52.5 - parent: 2 - - type: DeviceLinkSink - links: - - 283 - uid: 33635 components: - type: Transform @@ -35619,6 +36919,114 @@ entities: - type: DeviceLinkSink links: - 1042 + - uid: 35507 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,56.5 + parent: 2 + - type: DeviceLinkSink + links: + - 40869 + - uid: 35508 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,56.5 + parent: 2 + - type: DeviceLinkSink + links: + - 40869 + - uid: 35509 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,56.5 + parent: 2 + - type: DeviceLinkSink + links: + - 40869 + - uid: 35510 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,75.5 + parent: 2 + - type: DeviceLinkSink + links: + - 40869 + - uid: 35511 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,71.5 + parent: 2 + - type: DeviceLinkSink + links: + - 40869 + - uid: 35512 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,57.5 + parent: 2 + - type: DeviceLinkSink + links: + - 40869 + - uid: 35513 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,57.5 + parent: 2 + - type: DeviceLinkSink + links: + - 40869 + - uid: 35514 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,57.5 + parent: 2 + - type: DeviceLinkSink + links: + - 40869 + - uid: 35515 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,57.5 + parent: 2 + - type: DeviceLinkSink + links: + - 40869 + - uid: 35516 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,56.5 + parent: 2 + - type: DeviceLinkSink + links: + - 40869 + - uid: 35517 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,56.5 + parent: 2 + - type: DeviceLinkSink + links: + - 40869 + - uid: 35518 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,56.5 + parent: 2 + - type: DeviceLinkSink + links: + - 40869 - uid: 36055 components: - type: Transform @@ -35777,15 +37185,6 @@ entities: - type: DeviceLinkSink links: - 283 - - uid: 37178 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,47.5 - parent: 2 - - type: DeviceLinkSink - links: - - 34363 - uid: 37428 components: - type: Transform @@ -35892,7 +37291,7 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 25189 + - 40869 - uid: 37473 components: - type: Transform @@ -35909,7 +37308,7 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 25189 + - 40869 - uid: 37479 components: - type: Transform @@ -35918,435 +37317,438 @@ entities: parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 37485 + - 40869 + - uid: 38010 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,52.5 + rot: -1.5707963267948966 rad + pos: -16.5,27.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 37486 + - 34364 + - uid: 38011 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,52.5 + rot: -1.5707963267948966 rad + pos: -15.5,27.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 37487 + - 34364 + - uid: 38012 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,52.5 + rot: -1.5707963267948966 rad + pos: -14.5,27.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 37488 + - 34364 + - uid: 39849 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,68.5 + rot: -1.5707963267948966 rad + pos: 18.5,51.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 37489 + - 2107 + - uid: 39983 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,68.5 + rot: -1.5707963267948966 rad + pos: -36.5,74.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 37490 + - 40869 + - uid: 39984 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,68.5 + rot: -1.5707963267948966 rad + pos: -37.5,74.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 37491 + - 40869 + - uid: 39985 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,68.5 + rot: -1.5707963267948966 rad + pos: -38.5,74.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 37492 + - 40869 + - uid: 40085 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,68.5 + rot: -1.5707963267948966 rad + pos: -11.5,85.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 37493 + - 40869 + - uid: 40086 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,68.5 + rot: -1.5707963267948966 rad + pos: -10.5,85.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 37494 + - 40869 + - uid: 40087 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,68.5 + rot: -1.5707963267948966 rad + pos: -9.5,85.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 37495 + - 40869 + - uid: 40088 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,68.5 + rot: -1.5707963267948966 rad + pos: -7.5,85.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 37496 + - 40869 + - uid: 40089 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,68.5 + rot: -1.5707963267948966 rad + pos: -6.5,85.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 37497 + - 40869 + - uid: 40090 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,68.5 + rot: -1.5707963267948966 rad + pos: -5.5,85.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 37498 + - 40869 + - uid: 40110 components: - type: Transform rot: 1.5707963267948966 rad - pos: -14.5,68.5 + pos: -3.5,85.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 37499 + - 40869 + - uid: 40111 components: - type: Transform rot: 1.5707963267948966 rad - pos: -13.5,68.5 + pos: -1.5,85.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 37508 + - 40869 + - uid: 40112 components: - type: Transform - pos: -17.5,54.5 + pos: -0.5,83.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 37509 + - 40869 + - uid: 40496 components: - type: Transform - pos: -17.5,55.5 + pos: 30.5,56.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 37510 + - 4746 + - uid: 40497 components: - type: Transform - pos: -17.5,56.5 + pos: 30.5,55.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 37511 + - 4746 + - uid: 40498 components: - type: Transform - pos: -17.5,57.5 + pos: 30.5,54.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 37512 + - 4746 + - uid: 40980 components: - type: Transform - pos: -17.5,58.5 + rot: -1.5707963267948966 rad + pos: -2.5,85.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 37518 + - 40869 + - uid: 42016 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,67.5 - parent: 2 - - uid: 37519 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,66.5 + rot: 1.5707963267948966 rad + pos: -0.5,95.5 parent: 2 - - uid: 37520 + - type: DeviceLinkSink + links: + - 42031 + - uid: 42017 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,65.5 + rot: 1.5707963267948966 rad + pos: -4.5,95.5 parent: 2 - - uid: 37521 + - type: DeviceLinkSink + links: + - 42031 + - uid: 42018 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,64.5 + rot: 1.5707963267948966 rad + pos: -5.5,95.5 parent: 2 - - uid: 37522 + - type: DeviceLinkSink + links: + - 42031 + - uid: 42019 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,63.5 + rot: 1.5707963267948966 rad + pos: -6.5,95.5 parent: 2 - - uid: 37999 + - type: DeviceLinkSink + links: + - 42031 + - uid: 42020 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,44.5 + rot: 1.5707963267948966 rad + pos: -7.5,95.5 parent: 2 - type: DeviceLinkSink links: - - 37524 - - uid: 38000 + - 42031 + - uid: 42021 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,44.5 + rot: 1.5707963267948966 rad + pos: -8.5,95.5 parent: 2 - type: DeviceLinkSink links: - - 37524 - - uid: 38001 + - 42031 + - uid: 42022 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,44.5 + rot: 1.5707963267948966 rad + pos: 0.5,95.5 parent: 2 - type: DeviceLinkSink links: - - 37524 - - uid: 38002 + - 42031 + - uid: 42023 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,44.5 + rot: 1.5707963267948966 rad + pos: 1.5,95.5 parent: 2 - type: DeviceLinkSink links: - - 37524 - - uid: 38010 + - 42031 + - uid: 42024 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,27.5 + rot: 1.5707963267948966 rad + pos: 2.5,95.5 parent: 2 - type: DeviceLinkSink links: - - 34364 - - uid: 38011 + - 42031 + - uid: 42025 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,27.5 + rot: 1.5707963267948966 rad + pos: 3.5,95.5 parent: 2 - type: DeviceLinkSink links: - - 34364 - - uid: 38012 + - 42031 + - uid: 42026 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,27.5 + rot: 1.5707963267948966 rad + pos: 7.5,95.5 parent: 2 - type: DeviceLinkSink links: - - 34364 - - uid: 39849 + - 42031 + - uid: 42027 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,51.5 + rot: 1.5707963267948966 rad + pos: 8.5,95.5 parent: 2 - type: DeviceLinkSink links: - - 2107 - - uid: 39972 + - 42031 + - uid: 42028 components: - type: Transform - pos: -28.5,69.5 + rot: 1.5707963267948966 rad + pos: 9.5,95.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 39973 + - 42031 + - uid: 42029 components: - type: Transform - pos: -28.5,70.5 + rot: 1.5707963267948966 rad + pos: 10.5,95.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 39974 + - 42031 + - uid: 42030 components: - type: Transform - pos: -28.5,71.5 + rot: 1.5707963267948966 rad + pos: 11.5,95.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 39975 + - 42031 + - uid: 42032 components: - type: Transform - pos: -28.5,72.5 + pos: 15.5,93.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 39976 + - 42031 + - uid: 42033 components: - type: Transform - pos: -28.5,73.5 + pos: 15.5,92.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 39977 + - 42031 + - uid: 42034 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,74.5 + pos: 15.5,91.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 39978 + - 42031 + - uid: 42035 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,74.5 + pos: 15.5,90.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 39979 + - 42031 + - uid: 42195 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,74.5 + pos: -34.5,76.5 parent: 2 - - uid: 39980 + - type: DeviceLinkSink + links: + - 40869 + - uid: 42196 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,74.5 + pos: -34.5,77.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 39981 + - 40869 + - uid: 42197 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,74.5 + pos: -34.5,79.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 39982 + - 40869 + - uid: 42198 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,74.5 + pos: -34.5,80.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 39983 + - 40869 + - uid: 42199 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,74.5 + pos: -34.5,81.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 39984 + - 40869 + - uid: 42200 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,74.5 + pos: -34.5,83.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 39985 + - 40869 + - uid: 42201 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,74.5 + pos: -34.5,84.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 39986 + - 40869 + - uid: 42202 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,74.5 + pos: -34.5,85.5 parent: 2 - type: DeviceLinkSink links: - - 25189 - - uid: 40496 + - 40869 + - uid: 42203 components: - type: Transform - pos: 30.5,56.5 + pos: -34.5,87.5 parent: 2 - type: DeviceLinkSink links: - - 4746 - - uid: 40497 + - 40869 + - uid: 42204 components: - type: Transform - pos: 30.5,55.5 + pos: -34.5,88.5 parent: 2 - type: DeviceLinkSink links: - - 4746 - - uid: 40498 + - 40869 + - uid: 42205 components: - type: Transform - pos: 30.5,54.5 + pos: -34.5,89.5 parent: 2 - type: DeviceLinkSink links: - - 4746 + - 40869 - proto: Bloodpack entities: - uid: 7811 @@ -36418,12 +37820,6 @@ entities: rot: 1.5707963267948966 rad pos: -42.5,24.5 parent: 2 - - uid: 19847 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-9.5 - parent: 2 - proto: BodyBagFolded entities: - uid: 1410 @@ -36516,6 +37912,11 @@ entities: - type: Transform pos: -54.166798,-22.214546 parent: 2 + - uid: 25772 + components: + - type: Transform + pos: -32.67979,73.84009 + parent: 2 - proto: BookIanArctic entities: - uid: 4453 @@ -36572,11 +37973,6 @@ entities: - type: Transform pos: -3.5,-4.5 parent: 2 - - uid: 676 - components: - - type: Transform - pos: -13.5,-7.5 - parent: 2 - uid: 686 components: - type: Transform @@ -36592,11 +37988,6 @@ entities: - type: Transform pos: 11.5,30.5 parent: 2 - - uid: 2363 - components: - - type: Transform - pos: -7.5,61.5 - parent: 2 - uid: 4016 components: - type: Transform @@ -36637,11 +38028,6 @@ entities: - type: Transform pos: 59.5,30.5 parent: 2 - - uid: 4449 - components: - - type: Transform - pos: -6.5,61.5 - parent: 2 - uid: 4489 components: - type: Transform @@ -36732,6 +38118,11 @@ entities: - type: Transform pos: 14.5,-34.5 parent: 2 + - uid: 15141 + components: + - type: Transform + pos: -18.5,59.5 + parent: 2 - uid: 15756 components: - type: Transform @@ -36742,15 +38133,10 @@ entities: - type: Transform pos: -10.5,26.5 parent: 2 - - uid: 15759 - components: - - type: Transform - pos: -18.5,58.5 - parent: 2 - - uid: 18014 + - uid: 17030 components: - type: Transform - pos: -8.5,61.5 + pos: -17.5,59.5 parent: 2 - uid: 18200 components: @@ -36762,10 +38148,25 @@ entities: - type: Transform pos: 23.5,50.5 parent: 2 - - uid: 19791 + - uid: 19738 components: - type: Transform - pos: -21.5,58.5 + pos: -10.5,76.5 + parent: 2 + - uid: 22125 + components: + - type: Transform + pos: -17.5,-7.5 + parent: 2 + - uid: 22385 + components: + - type: Transform + pos: -15.5,-7.5 + parent: 2 + - uid: 25070 + components: + - type: Transform + pos: -8.5,76.5 parent: 2 - uid: 25091 components: @@ -36782,6 +38183,11 @@ entities: - type: Transform pos: 21.5,50.5 parent: 2 + - uid: 25874 + components: + - type: Transform + pos: -11.5,76.5 + parent: 2 - uid: 38846 components: - type: Transform @@ -36792,6 +38198,31 @@ entities: - type: Transform pos: 19.5,-34.5 parent: 2 + - uid: 40715 + components: + - type: Transform + pos: -15.5,79.5 + parent: 2 + - uid: 41168 + components: + - type: Transform + pos: -13.5,69.5 + parent: 2 + - uid: 41169 + components: + - type: Transform + pos: -14.5,69.5 + parent: 2 + - uid: 41171 + components: + - type: Transform + pos: -15.5,69.5 + parent: 2 + - uid: 41172 + components: + - type: Transform + pos: -7.5,76.5 + parent: 2 - proto: BoozeDispenser entities: - uid: 3848 @@ -36886,11 +38317,35 @@ entities: - type: Transform pos: 42.5,-24.5 parent: 2 + - uid: 31457 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,92.5 + parent: 2 - uid: 37535 components: - type: Transform pos: 3.5,49.5 parent: 2 + - uid: 42361 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,91.5 + parent: 2 + - uid: 42362 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,92.5 + parent: 2 + - uid: 42363 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,91.5 + parent: 2 - proto: BoxBeaker entities: - uid: 5218 @@ -36934,6 +38389,11 @@ entities: - type: Transform pos: 42.52156,40.685276 parent: 2 + - uid: 30750 + components: + - type: Transform + pos: -35.035755,36.631737 + parent: 2 - proto: BoxColoredLighttube entities: - uid: 6927 @@ -36941,15 +38401,35 @@ entities: - type: Transform pos: -17.250168,-25.645372 parent: 2 +- proto: BoxDonkSoftBox + entities: + - uid: 37483 + components: + - type: Transform + parent: 37444 + - type: Physics + canCollide: False +- proto: BoxEncryptionKeyPrisoner + entities: + - uid: 25942 + components: + - type: Transform + pos: -22.592445,64.72511 + parent: 2 - proto: BoxFlare entities: - uid: 6074 components: - type: Transform - pos: 21.738016,27.014511 + pos: 16.53352,28.33426 parent: 2 - proto: BoxFolderBlack entities: + - uid: 703 + components: + - type: Transform + pos: -16.808033,77.65283 + parent: 2 - uid: 1371 components: - type: Transform @@ -36962,6 +38442,12 @@ entities: rot: 3.141592653589793 rad pos: -28.329622,-9.281102 parent: 2 + - uid: 3305 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.3992577,49.747707 + parent: 2 - proto: BoxFolderBlue entities: - uid: 1974 @@ -36986,12 +38472,6 @@ entities: - type: Transform pos: 26.666578,30.836124 parent: 2 - - uid: 6007 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.482533,-9.419142 - parent: 2 - uid: 13928 components: - type: Transform @@ -37003,6 +38483,18 @@ entities: - type: Transform pos: 12.142567,43.605385 parent: 2 + - uid: 41158 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.412617,53.725563 + parent: 2 + - uid: 43901 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.65112,-8.736441 + parent: 2 - proto: BoxFolderClipboard entities: - uid: 9591 @@ -37011,12 +38503,11 @@ entities: rot: 3.141592653589793 rad pos: -60.1304,13.665112 parent: 2 -- proto: BoxFolderGrey - entities: - - uid: 36135 + - uid: 21165 components: - type: Transform - pos: -14.601701,59.650887 + rot: 1.5707963267948966 rad + pos: -9.458773,47.524876 parent: 2 - proto: BoxFolderRed entities: @@ -37044,16 +38535,23 @@ entities: rot: 3.141592653589793 rad pos: -20.696613,27.526642 parent: 2 - - uid: 16626 + - uid: 19499 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.418318,59.00392 + rot: 3.141592653589793 rad + pos: -22.992796,61.666405 parent: 2 - - uid: 18144 + - uid: 19555 components: - type: Transform - pos: -20.366472,62.555527 + rot: 3.141592653589793 rad + pos: -8.733987,63.62748 + parent: 2 + - uid: 21789 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.365023,47.18894 parent: 2 - uid: 25994 components: @@ -37079,6 +38577,12 @@ entities: rot: 3.141592653589793 rad pos: -5.494458,25.665262 parent: 2 + - uid: 41148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.493618,64.64653 + parent: 2 - proto: BoxFolderWhite entities: - uid: 5586 @@ -37128,13 +38632,6 @@ entities: rot: 3.141592653589793 rad pos: -48.971184,15.586987 parent: 2 -- proto: BoxForensicPad - entities: - - uid: 16411 - components: - - type: Transform - pos: -20.134216,51.537743 - parent: 2 - proto: BoxInflatable entities: - uid: 3339 @@ -37160,6 +38657,15 @@ entities: rot: -1.5707963267948966 rad pos: 39.5,-27.5 parent: 2 +- proto: BoxLethalshot + entities: + - uid: 30645 + components: + - type: Transform + parent: 22316 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: BoxLighttube entities: - uid: 1983 @@ -37167,6 +38673,11 @@ entities: - type: Transform pos: -17.234543,-25.223497 parent: 2 + - uid: 11214 + components: + - type: Transform + pos: -10.070377,42.778603 + parent: 2 - uid: 18533 components: - type: Transform @@ -37205,10 +38716,10 @@ entities: parent: 2 - proto: BoxPDAPrisoner entities: - - uid: 37484 + - uid: 22183 components: - type: Transform - pos: -19.982388,60.38303 + pos: -22.29557,64.49074 parent: 2 - proto: BoxPillCanister entities: @@ -37217,6 +38728,11 @@ entities: - type: Transform pos: 33.65401,7.6463175 parent: 2 + - uid: 30765 + components: + - type: Transform + pos: -35.05138,36.77236 + parent: 2 - proto: BoxShotgunPractice entities: - uid: 9690 @@ -37262,6 +38778,13 @@ entities: - type: Transform pos: -37.330746,8.665447 parent: 2 +- proto: BoxZiptie + entities: + - uid: 39150 + components: + - type: Transform + pos: -17.34319,86.60802 + parent: 2 - proto: BrbSign entities: - uid: 1948 @@ -37315,49 +38838,42 @@ entities: rot: 1.5707963267948966 rad pos: 57.49175,-9.3232 parent: 2 -- proto: BriefcaseBrown +- proto: BriefcaseBrownFilled entities: - - uid: 15599 - components: - - type: Transform - pos: -10.275509,55.80156 - parent: 2 - - uid: 19375 + - uid: 698 components: - type: Transform - pos: -5.7113194,59.69308 + pos: -41.018,35.0121 parent: 2 - - uid: 19451 + - uid: 3410 components: - type: Transform - pos: -14.122912,57.765083 + pos: -3.5711327,50.935207 parent: 2 - - uid: 23203 + - uid: 8873 components: - type: Transform - pos: -13.843665,53.80388 + pos: -50.431404,11.810643 parent: 2 - - uid: 30388 + - uid: 17024 components: - type: Transform - pos: -9.273353,48.288254 + pos: -7.393013,63.87991 parent: 2 - - uid: 30391 + - uid: 22758 components: - type: Transform - pos: -14.294787,58.054146 + pos: -10.432286,59.905937 parent: 2 -- proto: BriefcaseBrownFilled - entities: - - uid: 698 + - uid: 22762 components: - type: Transform - pos: -40.972073,34.81524 + pos: -10.485195,52.930046 parent: 2 - - uid: 8873 + - uid: 26224 components: - type: Transform - pos: -50.431404,11.810643 + pos: -16.096941,76.885086 parent: 2 - uid: 37593 components: @@ -37369,13 +38885,18 @@ entities: - type: Transform pos: -47.731915,-34.858242 parent: 2 -- proto: BrigTimer - entities: - - uid: 319 + - uid: 41143 components: - type: Transform - pos: -7.5,65.5 + pos: -14.678871,65.010925 + parent: 2 + - uid: 43902 + components: + - type: Transform + pos: -17.260494,-10.088003 parent: 2 +- proto: BrigTimer + entities: - uid: 604 components: - type: MetaData @@ -37399,24 +38920,31 @@ entities: rot: 3.141592653589793 rad pos: -34.5,27.5 parent: 2 - - uid: 12302 + - uid: 24313 components: + - type: MetaData + name: cell timer 4 - type: Transform - pos: -6.5,65.5 + rot: 3.141592653589793 rad + pos: -38.5,27.5 parent: 2 - - uid: 22629 + - uid: 40106 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,65.5 + rot: 1.5707963267948966 rad + pos: -3.5,80.5 parent: 2 - - uid: 24313 + - uid: 42085 components: - - type: MetaData - name: cell timer 4 - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,27.5 + rot: 1.5707963267948966 rad + pos: -2.5,80.5 + parent: 2 + - uid: 42086 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,80.5 parent: 2 - proto: BrokenBottle entities: @@ -37560,18 +39088,13 @@ entities: - uid: 34121 components: - type: Transform - pos: -20.671652,53.5433 + pos: -41.622337,58.70997 parent: 2 - uid: 38125 components: - type: Transform pos: -76.76681,19.402662 parent: 2 - - uid: 38709 - components: - - type: Transform - pos: -32.07187,72.263596 - parent: 2 - uid: 38710 components: - type: Transform @@ -37592,13 +39115,23 @@ entities: - type: Transform pos: -17.112293,37.379227 parent: 2 + - uid: 41429 + components: + - type: Transform + pos: -43.04347,79.86954 + parent: 2 + - uid: 43306 + components: + - type: Transform + pos: 52.097603,65.25969 + parent: 2 - proto: ButtonFrameCaution entities: - - uid: 9233 + - uid: 9760 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,65.5 + rot: 1.5707963267948966 rad + pos: -70.5,47.5 parent: 2 - uid: 14001 components: @@ -37624,17 +39157,16 @@ entities: rot: 1.5707963267948966 rad pos: 4.5,52.5 parent: 2 - - uid: 21062 + - uid: 18203 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,40.5 + pos: -8.5,84.5 parent: 2 - - uid: 21139 + - uid: 21062 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,51.5 + rot: 1.5707963267948966 rad + pos: 23.5,40.5 parent: 2 - uid: 22441 components: @@ -37654,12 +39186,22 @@ entities: rot: 3.141592653589793 rad pos: 27.5,53.5 parent: 2 + - uid: 23734 + components: + - type: Transform + pos: -59.5,45.5 + parent: 2 - uid: 24434 components: - type: Transform rot: -1.5707963267948966 rad pos: -15.5,48.5 parent: 2 + - uid: 26471 + components: + - type: Transform + pos: -1.5,95.5 + parent: 2 - uid: 28743 components: - type: Transform @@ -37672,29 +39214,12 @@ entities: rot: 1.5707963267948966 rad pos: 10.5,28.5 parent: 2 - - uid: 30962 - components: - - type: Transform - pos: -4.5,44.5 - parent: 2 - - uid: 31599 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,53.5 - parent: 2 - uid: 34353 components: - type: Transform rot: 3.141592653589793 rad pos: -27.5,27.5 parent: 2 - - uid: 34360 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,59.5 - parent: 2 - uid: 36933 components: - type: Transform @@ -37713,11 +39238,6 @@ entities: rot: 3.141592653589793 rad pos: 21.5,22.5 parent: 2 - - uid: 37531 - components: - - type: Transform - pos: -14.5,47.5 - parent: 2 - uid: 37875 components: - type: Transform @@ -37759,12 +39279,6 @@ entities: rot: 1.5707963267948966 rad pos: 36.5,51.5 parent: 2 - - uid: 38128 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,48.5 - parent: 2 - uid: 38957 components: - type: Transform @@ -37803,17 +39317,22 @@ entities: parent: 2 - proto: ButtonFrameCautionSecurity entities: - - uid: 28381 + - uid: 9755 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-24.5 + pos: -57.5,45.5 parent: 2 - - uid: 28714 + - uid: 9761 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -70.5,50.5 + parent: 2 + - uid: 28381 components: - type: Transform rot: -1.5707963267948966 rad - pos: -53.5,52.5 + pos: 5.5,-24.5 parent: 2 - uid: 34352 components: @@ -37850,6 +39369,12 @@ entities: rot: -1.5707963267948966 rad pos: 5.5,-25.5 parent: 2 + - uid: 40870 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,67.5 + parent: 2 - proto: ButtonFrameExit entities: - uid: 968 @@ -37884,11 +39409,11 @@ entities: rot: 3.141592653589793 rad pos: -52.5,16.5 parent: 2 - - uid: 15554 + - uid: 10370 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,60.5 + pos: -51.5,61.5 parent: 2 - uid: 34365 components: @@ -37896,6 +39421,12 @@ entities: rot: 1.5707963267948966 rad pos: 7.5,-0.5 parent: 2 + - uid: 35520 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,80.5 + parent: 2 - uid: 35856 components: - type: Transform @@ -38118,11 +39649,6 @@ entities: - type: Transform pos: -64.5,-5.5 parent: 2 - - uid: 627 - components: - - type: Transform - pos: -40.5,71.5 - parent: 2 - uid: 638 components: - type: Transform @@ -38138,6 +39664,11 @@ entities: - type: Transform pos: -63.5,-11.5 parent: 2 + - uid: 645 + components: + - type: Transform + pos: -12.5,55.5 + parent: 2 - uid: 651 components: - type: Transform @@ -38163,21 +39694,6 @@ entities: - type: Transform pos: -61.5,-20.5 parent: 2 - - uid: 664 - components: - - type: Transform - pos: -42.5,58.5 - parent: 2 - - uid: 665 - components: - - type: Transform - pos: -42.5,69.5 - parent: 2 - - uid: 666 - components: - - type: Transform - pos: -41.5,69.5 - parent: 2 - uid: 667 components: - type: Transform @@ -38208,6 +39724,11 @@ entities: - type: Transform pos: -64.5,-4.5 parent: 2 + - uid: 705 + components: + - type: Transform + pos: -15.5,86.5 + parent: 2 - uid: 748 components: - type: Transform @@ -38618,21 +40139,11 @@ entities: - type: Transform pos: 16.5,-35.5 parent: 2 - - uid: 2287 - components: - - type: Transform - pos: -40.5,56.5 - parent: 2 - uid: 2364 components: - type: Transform pos: 5.5,7.5 parent: 2 - - uid: 2372 - components: - - type: Transform - pos: -13.5,58.5 - parent: 2 - uid: 2410 components: - type: Transform @@ -38688,11 +40199,6 @@ entities: - type: Transform pos: 21.5,56.5 parent: 2 - - uid: 2628 - components: - - type: Transform - pos: -46.5,57.5 - parent: 2 - uid: 2643 components: - type: Transform @@ -38808,6 +40314,11 @@ entities: - type: Transform pos: -3.5,-2.5 parent: 2 + - uid: 2987 + components: + - type: Transform + pos: -30.5,38.5 + parent: 2 - uid: 3027 components: - type: Transform @@ -39038,11 +40549,21 @@ entities: - type: Transform pos: -52.5,-15.5 parent: 2 + - uid: 3718 + components: + - type: Transform + pos: -51.5,75.5 + parent: 2 - uid: 3742 components: - type: Transform pos: -12.5,44.5 parent: 2 + - uid: 3771 + components: + - type: Transform + pos: -26.5,66.5 + parent: 2 - uid: 3843 components: - type: Transform @@ -39153,11 +40674,26 @@ entities: - type: Transform pos: -101.5,15.5 parent: 2 + - uid: 4350 + components: + - type: Transform + pos: -55.5,40.5 + parent: 2 + - uid: 4354 + components: + - type: Transform + pos: -56.5,40.5 + parent: 2 - uid: 4355 components: - type: Transform pos: -98.5,29.5 parent: 2 + - uid: 4359 + components: + - type: Transform + pos: -57.5,40.5 + parent: 2 - uid: 4368 components: - type: Transform @@ -39273,6 +40809,11 @@ entities: - type: Transform pos: 15.5,-35.5 parent: 2 + - uid: 4577 + components: + - type: Transform + pos: -58.5,40.5 + parent: 2 - uid: 4578 components: - type: Transform @@ -39298,6 +40839,11 @@ entities: - type: Transform pos: 85.5,26.5 parent: 2 + - uid: 4640 + components: + - type: Transform + pos: -59.5,40.5 + parent: 2 - uid: 4686 components: - type: Transform @@ -39403,6 +40949,11 @@ entities: - type: Transform pos: 79.5,-20.5 parent: 2 + - uid: 4855 + components: + - type: Transform + pos: -41.5,62.5 + parent: 2 - uid: 4863 components: - type: Transform @@ -39718,11 +41269,6 @@ entities: - type: Transform pos: -20.5,-31.5 parent: 2 - - uid: 5518 - components: - - type: Transform - pos: -46.5,67.5 - parent: 2 - uid: 5567 components: - type: Transform @@ -39823,16 +41369,6 @@ entities: - type: Transform pos: -107.5,-10.5 parent: 2 - - uid: 5919 - components: - - type: Transform - pos: -46.5,66.5 - parent: 2 - - uid: 5920 - components: - - type: Transform - pos: -46.5,65.5 - parent: 2 - uid: 5935 components: - type: Transform @@ -39988,6 +41524,16 @@ entities: - type: Transform pos: -28.5,59.5 parent: 2 + - uid: 6328 + components: + - type: Transform + pos: -26.5,63.5 + parent: 2 + - uid: 6335 + components: + - type: Transform + pos: -26.5,64.5 + parent: 2 - uid: 6356 components: - type: Transform @@ -39998,6 +41544,11 @@ entities: - type: Transform pos: 67.5,32.5 parent: 2 + - uid: 6372 + components: + - type: Transform + pos: -91.5,11.5 + parent: 2 - uid: 6387 components: - type: Transform @@ -40023,10 +41574,10 @@ entities: - type: Transform pos: -35.5,-42.5 parent: 2 - - uid: 6468 + - uid: 6469 components: - type: Transform - pos: -33.5,71.5 + pos: -26.5,65.5 parent: 2 - uid: 6558 components: @@ -40288,15 +41839,10 @@ entities: - type: Transform pos: 73.5,31.5 parent: 2 - - uid: 7436 - components: - - type: Transform - pos: -34.5,71.5 - parent: 2 - uid: 7453 components: - type: Transform - pos: -46.5,56.5 + pos: -65.5,40.5 parent: 2 - uid: 7456 components: @@ -40313,40 +41859,35 @@ entities: - type: Transform pos: -82.5,-15.5 parent: 2 - - uid: 7463 - components: - - type: Transform - pos: 2.5,19.5 - parent: 2 - - uid: 7468 + - uid: 7462 components: - type: Transform - pos: -12.5,68.5 + pos: -64.5,40.5 parent: 2 - - uid: 7469 + - uid: 7463 components: - type: Transform - pos: -69.5,61.5 + pos: 2.5,19.5 parent: 2 - - uid: 7472 + - uid: 7464 components: - type: Transform - pos: -21.5,59.5 + pos: -63.5,40.5 parent: 2 - - uid: 7484 + - uid: 7465 components: - type: Transform - pos: -56.5,64.5 + pos: -62.5,40.5 parent: 2 - - uid: 7491 + - uid: 7466 components: - type: Transform - pos: -52.5,64.5 + pos: -61.5,40.5 parent: 2 - - uid: 7496 + - uid: 7469 components: - type: Transform - pos: -36.5,71.5 + pos: -60.5,40.5 parent: 2 - uid: 7570 components: @@ -40358,11 +41899,31 @@ entities: - type: Transform pos: 20.5,29.5 parent: 2 + - uid: 7579 + components: + - type: Transform + pos: -29.5,72.5 + parent: 2 - uid: 7583 components: - type: Transform pos: -33.5,-7.5 parent: 2 + - uid: 7587 + components: + - type: Transform + pos: -30.5,72.5 + parent: 2 + - uid: 7601 + components: + - type: Transform + pos: -48.5,74.5 + parent: 2 + - uid: 7602 + components: + - type: Transform + pos: -31.5,72.5 + parent: 2 - uid: 7611 components: - type: Transform @@ -40538,6 +42099,11 @@ entities: - type: Transform pos: -108.5,6.5 parent: 2 + - uid: 8076 + components: + - type: Transform + pos: 48.5,-3.5 + parent: 2 - uid: 8109 components: - type: Transform @@ -40588,11 +42154,6 @@ entities: - type: Transform pos: -77.5,27.5 parent: 2 - - uid: 8314 - components: - - type: Transform - pos: -53.5,64.5 - parent: 2 - uid: 8322 components: - type: Transform @@ -40618,6 +42179,11 @@ entities: - type: Transform pos: -98.5,-4.5 parent: 2 + - uid: 8444 + components: + - type: Transform + pos: 13.5,68.5 + parent: 2 - uid: 8447 components: - type: Transform @@ -40663,15 +42229,15 @@ entities: - type: Transform pos: -99.5,5.5 parent: 2 - - uid: 8467 + - uid: 8620 components: - type: Transform - pos: -11.5,48.5 + pos: -28.5,72.5 parent: 2 - - uid: 8620 + - uid: 8621 components: - type: Transform - pos: -10.5,48.5 + pos: -27.5,72.5 parent: 2 - uid: 8646 components: @@ -40763,6 +42329,11 @@ entities: - type: Transform pos: -56.5,-28.5 parent: 2 + - uid: 9233 + components: + - type: Transform + pos: 13.5,67.5 + parent: 2 - uid: 9289 components: - type: Transform @@ -40773,6 +42344,11 @@ entities: - type: Transform pos: -38.5,42.5 parent: 2 + - uid: 9502 + components: + - type: Transform + pos: -47.5,70.5 + parent: 2 - uid: 9509 components: - type: Transform @@ -40783,11 +42359,21 @@ entities: - type: Transform pos: -98.5,27.5 parent: 2 + - uid: 9544 + components: + - type: Transform + pos: -73.5,42.5 + parent: 2 - uid: 9581 components: - type: Transform pos: -98.5,28.5 parent: 2 + - uid: 9584 + components: + - type: Transform + pos: -73.5,41.5 + parent: 2 - uid: 9603 components: - type: Transform @@ -40803,6 +42389,16 @@ entities: - type: Transform pos: -83.5,-4.5 parent: 2 + - uid: 9763 + components: + - type: Transform + pos: -50.5,80.5 + parent: 2 + - uid: 9764 + components: + - type: Transform + pos: -49.5,80.5 + parent: 2 - uid: 9798 components: - type: Transform @@ -40823,6 +42419,46 @@ entities: - type: Transform pos: -74.5,-34.5 parent: 2 + - uid: 9893 + components: + - type: Transform + pos: -68.5,40.5 + parent: 2 + - uid: 9895 + components: + - type: Transform + pos: -75.5,40.5 + parent: 2 + - uid: 9896 + components: + - type: Transform + pos: -73.5,40.5 + parent: 2 + - uid: 9897 + components: + - type: Transform + pos: -70.5,40.5 + parent: 2 + - uid: 9903 + components: + - type: Transform + pos: -72.5,40.5 + parent: 2 + - uid: 9904 + components: + - type: Transform + pos: -66.5,40.5 + parent: 2 + - uid: 9906 + components: + - type: Transform + pos: -67.5,40.5 + parent: 2 + - uid: 9907 + components: + - type: Transform + pos: -69.5,40.5 + parent: 2 - uid: 9954 components: - type: Transform @@ -40833,6 +42469,11 @@ entities: - type: Transform pos: 18.5,29.5 parent: 2 + - uid: 9967 + components: + - type: Transform + pos: -46.5,80.5 + parent: 2 - uid: 9968 components: - type: Transform @@ -40878,110 +42519,15 @@ entities: - type: Transform pos: -54.5,39.5 parent: 2 - - uid: 10098 - components: - - type: Transform - pos: -55.5,39.5 - parent: 2 - - uid: 10099 - components: - - type: Transform - pos: -56.5,39.5 - parent: 2 - - uid: 10100 - components: - - type: Transform - pos: -57.5,39.5 - parent: 2 - - uid: 10101 - components: - - type: Transform - pos: -58.5,39.5 - parent: 2 - - uid: 10102 - components: - - type: Transform - pos: -59.5,39.5 - parent: 2 - - uid: 10103 - components: - - type: Transform - pos: -60.5,39.5 - parent: 2 - - uid: 10104 - components: - - type: Transform - pos: -61.5,39.5 - parent: 2 - - uid: 10105 - components: - - type: Transform - pos: -61.5,40.5 - parent: 2 - - uid: 10106 - components: - - type: Transform - pos: -62.5,40.5 - parent: 2 - uid: 10107 components: - type: Transform - pos: -63.5,40.5 + pos: -50.5,71.5 parent: 2 - uid: 10108 components: - type: Transform - pos: -64.5,40.5 - parent: 2 - - uid: 10109 - components: - - type: Transform - pos: -65.5,40.5 - parent: 2 - - uid: 10110 - components: - - type: Transform - pos: -66.5,40.5 - parent: 2 - - uid: 10111 - components: - - type: Transform - pos: -66.5,41.5 - parent: 2 - - uid: 10112 - components: - - type: Transform - pos: -66.5,42.5 - parent: 2 - - uid: 10113 - components: - - type: Transform - pos: -66.5,43.5 - parent: 2 - - uid: 10114 - components: - - type: Transform - pos: -66.5,44.5 - parent: 2 - - uid: 10115 - components: - - type: Transform - pos: -66.5,45.5 - parent: 2 - - uid: 10116 - components: - - type: Transform - pos: -66.5,46.5 - parent: 2 - - uid: 10117 - components: - - type: Transform - pos: -66.5,47.5 - parent: 2 - - uid: 10118 - components: - - type: Transform - pos: -66.5,48.5 + pos: -51.5,71.5 parent: 2 - uid: 10119 components: @@ -41568,6 +43114,11 @@ entities: - type: Transform pos: -75.5,-34.5 parent: 2 + - uid: 10561 + components: + - type: Transform + pos: -48.5,71.5 + parent: 2 - uid: 10617 components: - type: Transform @@ -42083,6 +43634,11 @@ entities: - type: Transform pos: 72.5,-7.5 parent: 2 + - uid: 11280 + components: + - type: Transform + pos: -38.5,66.5 + parent: 2 - uid: 11284 components: - type: Transform @@ -42538,11 +44094,6 @@ entities: - type: Transform pos: -77.5,-8.5 parent: 2 - - uid: 11509 - components: - - type: Transform - pos: -12.5,67.5 - parent: 2 - uid: 11510 components: - type: Transform @@ -42568,6 +44119,21 @@ entities: - type: Transform pos: 22.5,-21.5 parent: 2 + - uid: 11640 + components: + - type: Transform + pos: -31.5,63.5 + parent: 2 + - uid: 11642 + components: + - type: Transform + pos: -37.5,63.5 + parent: 2 + - uid: 11643 + components: + - type: Transform + pos: -31.5,62.5 + parent: 2 - uid: 11648 components: - type: Transform @@ -45098,11 +46664,6 @@ entities: - type: Transform pos: 52.5,49.5 parent: 2 - - uid: 13843 - components: - - type: Transform - pos: -45.5,56.5 - parent: 2 - uid: 13844 components: - type: Transform @@ -45348,6 +46909,21 @@ entities: - type: Transform pos: -43.5,-35.5 parent: 2 + - uid: 14044 + components: + - type: Transform + pos: 15.5,76.5 + parent: 2 + - uid: 14048 + components: + - type: Transform + pos: 14.5,76.5 + parent: 2 + - uid: 14065 + components: + - type: Transform + pos: -43.5,59.5 + parent: 2 - uid: 14120 components: - type: Transform @@ -45383,11 +46959,6 @@ entities: - type: Transform pos: 67.5,-6.5 parent: 2 - - uid: 14378 - components: - - type: Transform - pos: -9.5,71.5 - parent: 2 - uid: 14381 components: - type: Transform @@ -45553,11 +47124,6 @@ entities: - type: Transform pos: 8.5,60.5 parent: 2 - - uid: 14435 - components: - - type: Transform - pos: 14.5,67.5 - parent: 2 - uid: 14436 components: - type: Transform @@ -45808,11 +47374,6 @@ entities: - type: Transform pos: -47.5,-35.5 parent: 2 - - uid: 14503 - components: - - type: Transform - pos: -1.5,53.5 - parent: 2 - uid: 14566 components: - type: Transform @@ -45848,11 +47409,6 @@ entities: - type: Transform pos: -7.5,-8.5 parent: 2 - - uid: 14607 - components: - - type: Transform - pos: -37.5,68.5 - parent: 2 - uid: 14616 components: - type: Transform @@ -46173,11 +47729,6 @@ entities: - type: Transform pos: 4.5,33.5 parent: 2 - - uid: 14716 - components: - - type: Transform - pos: -2.5,53.5 - parent: 2 - uid: 14719 components: - type: Transform @@ -46536,7 +48087,7 @@ entities: - uid: 14805 components: - type: Transform - pos: -38.5,68.5 + pos: -27.5,64.5 parent: 2 - uid: 14806 components: @@ -47353,10 +48904,10 @@ entities: - type: Transform pos: -59.5,34.5 parent: 2 - - uid: 15119 + - uid: 15142 components: - type: Transform - pos: -68.5,64.5 + pos: -21.5,38.5 parent: 2 - uid: 15158 components: @@ -47378,10 +48929,15 @@ entities: - type: Transform pos: 12.5,-20.5 parent: 2 - - uid: 15319 + - uid: 15231 components: - type: Transform - pos: 13.5,67.5 + pos: -47.5,71.5 + parent: 2 + - uid: 15237 + components: + - type: Transform + pos: -47.5,72.5 parent: 2 - uid: 15329 components: @@ -47393,11 +48949,6 @@ entities: - type: Transform pos: -68.5,2.5 parent: 2 - - uid: 15332 - components: - - type: Transform - pos: -7.5,67.5 - parent: 2 - uid: 15337 components: - type: Transform @@ -47413,10 +48964,10 @@ entities: - type: Transform pos: -63.5,34.5 parent: 2 - - uid: 15488 + - uid: 15478 components: - type: Transform - pos: -8.5,67.5 + pos: -47.5,69.5 parent: 2 - uid: 15522 components: @@ -47458,11 +49009,6 @@ entities: - type: Transform pos: -33.5,17.5 parent: 2 - - uid: 15668 - components: - - type: Transform - pos: -28.5,39.5 - parent: 2 - uid: 15671 components: - type: Transform @@ -47493,11 +49039,6 @@ entities: - type: Transform pos: 9.5,68.5 parent: 2 - - uid: 15829 - components: - - type: Transform - pos: -45.5,69.5 - parent: 2 - uid: 15833 components: - type: Transform @@ -47528,11 +49069,6 @@ entities: - type: Transform pos: 83.5,0.5 parent: 2 - - uid: 15941 - components: - - type: Transform - pos: -43.5,69.5 - parent: 2 - uid: 15949 components: - type: Transform @@ -47623,206 +49159,6 @@ entities: - type: Transform pos: -12.5,45.5 parent: 2 - - uid: 16103 - components: - - type: Transform - pos: -12.5,48.5 - parent: 2 - - uid: 16104 - components: - - type: Transform - pos: -12.5,49.5 - parent: 2 - - uid: 16105 - components: - - type: Transform - pos: -12.5,50.5 - parent: 2 - - uid: 16106 - components: - - type: Transform - pos: -12.5,51.5 - parent: 2 - - uid: 16107 - components: - - type: Transform - pos: -12.5,52.5 - parent: 2 - - uid: 16108 - components: - - type: Transform - pos: -12.5,53.5 - parent: 2 - - uid: 16109 - components: - - type: Transform - pos: -12.5,54.5 - parent: 2 - - uid: 16110 - components: - - type: Transform - pos: -12.5,55.5 - parent: 2 - - uid: 16111 - components: - - type: Transform - pos: -12.5,56.5 - parent: 2 - - uid: 16112 - components: - - type: Transform - pos: -12.5,57.5 - parent: 2 - - uid: 16113 - components: - - type: Transform - pos: -12.5,58.5 - parent: 2 - - uid: 16114 - components: - - type: Transform - pos: -11.5,58.5 - parent: 2 - - uid: 16115 - components: - - type: Transform - pos: -10.5,58.5 - parent: 2 - - uid: 16116 - components: - - type: Transform - pos: -9.5,58.5 - parent: 2 - - uid: 16117 - components: - - type: Transform - pos: -8.5,58.5 - parent: 2 - - uid: 16118 - components: - - type: Transform - pos: -7.5,58.5 - parent: 2 - - uid: 16119 - components: - - type: Transform - pos: -6.5,58.5 - parent: 2 - - uid: 16120 - components: - - type: Transform - pos: -5.5,58.5 - parent: 2 - - uid: 16121 - components: - - type: Transform - pos: -4.5,58.5 - parent: 2 - - uid: 16122 - components: - - type: Transform - pos: -3.5,58.5 - parent: 2 - - uid: 16123 - components: - - type: Transform - pos: -3.5,59.5 - parent: 2 - - uid: 16124 - components: - - type: Transform - pos: -3.5,60.5 - parent: 2 - - uid: 16125 - components: - - type: Transform - pos: -3.5,61.5 - parent: 2 - - uid: 16126 - components: - - type: Transform - pos: -4.5,61.5 - parent: 2 - - uid: 16127 - components: - - type: Transform - pos: -5.5,61.5 - parent: 2 - - uid: 16128 - components: - - type: Transform - pos: -6.5,61.5 - parent: 2 - - uid: 16129 - components: - - type: Transform - pos: -7.5,61.5 - parent: 2 - - uid: 16130 - components: - - type: Transform - pos: -8.5,61.5 - parent: 2 - - uid: 16131 - components: - - type: Transform - pos: -8.5,60.5 - parent: 2 - - uid: 16132 - components: - - type: Transform - pos: -8.5,59.5 - parent: 2 - - uid: 16133 - components: - - type: Transform - pos: -11.5,51.5 - parent: 2 - - uid: 16134 - components: - - type: Transform - pos: -10.5,51.5 - parent: 2 - - uid: 16135 - components: - - type: Transform - pos: -9.5,51.5 - parent: 2 - - uid: 16136 - components: - - type: Transform - pos: -8.5,51.5 - parent: 2 - - uid: 16137 - components: - - type: Transform - pos: -7.5,51.5 - parent: 2 - - uid: 16138 - components: - - type: Transform - pos: -6.5,51.5 - parent: 2 - - uid: 16139 - components: - - type: Transform - pos: -5.5,51.5 - parent: 2 - - uid: 16140 - components: - - type: Transform - pos: -4.5,51.5 - parent: 2 - - uid: 16141 - components: - - type: Transform - pos: -3.5,51.5 - parent: 2 - - uid: 16142 - components: - - type: Transform - pos: -2.5,51.5 - parent: 2 - uid: 16144 components: - type: Transform @@ -48313,15 +49649,10 @@ entities: - type: Transform pos: -104.5,2.5 parent: 2 - - uid: 16407 - components: - - type: Transform - pos: -9.5,69.5 - parent: 2 - - uid: 16408 + - uid: 16360 components: - type: Transform - pos: -9.5,70.5 + pos: -45.5,80.5 parent: 2 - uid: 16418 components: @@ -48423,11 +49754,6 @@ entities: - type: Transform pos: -77.5,-10.5 parent: 2 - - uid: 16484 - components: - - type: Transform - pos: -40.5,72.5 - parent: 2 - uid: 16494 components: - type: Transform @@ -48493,6 +49819,11 @@ entities: - type: Transform pos: -57.5,24.5 parent: 2 + - uid: 17012 + components: + - type: Transform + pos: -47.5,63.5 + parent: 2 - uid: 17019 components: - type: Transform @@ -48523,15 +49854,10 @@ entities: - type: Transform pos: -35.5,-55.5 parent: 2 - - uid: 17532 - components: - - type: Transform - pos: -44.5,69.5 - parent: 2 - - uid: 17618 + - uid: 17619 components: - type: Transform - pos: -46.5,68.5 + pos: -47.5,62.5 parent: 2 - uid: 17705 components: @@ -48693,6 +50019,11 @@ entities: - type: Transform pos: 75.5,-4.5 parent: 2 + - uid: 17984 + components: + - type: Transform + pos: -47.5,68.5 + parent: 2 - uid: 17994 components: - type: Transform @@ -48728,6 +50059,11 @@ entities: - type: Transform pos: -30.5,-14.5 parent: 2 + - uid: 18042 + components: + - type: Transform + pos: -47.5,67.5 + parent: 2 - uid: 18046 components: - type: Transform @@ -48738,6 +50074,36 @@ entities: - type: Transform pos: -30.5,-13.5 parent: 2 + - uid: 18060 + components: + - type: Transform + pos: -47.5,66.5 + parent: 2 + - uid: 18065 + components: + - type: Transform + pos: -47.5,64.5 + parent: 2 + - uid: 18068 + components: + - type: Transform + pos: -47.5,65.5 + parent: 2 + - uid: 18072 + components: + - type: Transform + pos: -39.5,62.5 + parent: 2 + - uid: 18076 + components: + - type: Transform + pos: -42.5,80.5 + parent: 2 + - uid: 18096 + components: + - type: Transform + pos: -71.5,40.5 + parent: 2 - uid: 18106 components: - type: Transform @@ -48753,15 +50119,15 @@ entities: - type: Transform pos: -40.5,-17.5 parent: 2 - - uid: 18175 + - uid: 18147 components: - type: Transform - pos: -55.5,24.5 + pos: -44.5,80.5 parent: 2 - - uid: 18201 + - uid: 18175 components: - type: Transform - pos: 10.5,60.5 + pos: -55.5,24.5 parent: 2 - uid: 18216 components: @@ -48773,16 +50139,6 @@ entities: - type: Transform pos: 6.5,66.5 parent: 2 - - uid: 18235 - components: - - type: Transform - pos: -38.5,66.5 - parent: 2 - - uid: 18257 - components: - - type: Transform - pos: -14.5,58.5 - parent: 2 - uid: 18261 components: - type: Transform @@ -48813,11 +50169,6 @@ entities: - type: Transform pos: -23.5,58.5 parent: 2 - - uid: 18267 - components: - - type: Transform - pos: -24.5,58.5 - parent: 2 - uid: 18268 components: - type: Transform @@ -48833,20 +50184,10 @@ entities: - type: Transform pos: -36.5,64.5 parent: 2 - - uid: 18275 - components: - - type: Transform - pos: -31.5,65.5 - parent: 2 - - uid: 18276 - components: - - type: Transform - pos: -29.5,65.5 - parent: 2 - - uid: 18277 + - uid: 18273 components: - type: Transform - pos: -33.5,65.5 + pos: -12.5,57.5 parent: 2 - uid: 18280 components: @@ -48858,165 +50199,10 @@ entities: - type: Transform pos: -28.5,64.5 parent: 2 - - uid: 18282 - components: - - type: Transform - pos: -27.5,64.5 - parent: 2 - - uid: 18283 - components: - - type: Transform - pos: -26.5,64.5 - parent: 2 - - uid: 18284 - components: - - type: Transform - pos: -25.5,64.5 - parent: 2 - - uid: 18285 - components: - - type: Transform - pos: -24.5,64.5 - parent: 2 - - uid: 18286 - components: - - type: Transform - pos: -23.5,64.5 - parent: 2 - - uid: 18287 - components: - - type: Transform - pos: -22.5,64.5 - parent: 2 - - uid: 18288 - components: - - type: Transform - pos: -21.5,64.5 - parent: 2 - - uid: 18289 - components: - - type: Transform - pos: -20.5,64.5 - parent: 2 - - uid: 18290 - components: - - type: Transform - pos: -19.5,64.5 - parent: 2 - - uid: 18291 - components: - - type: Transform - pos: -18.5,64.5 - parent: 2 - - uid: 18292 - components: - - type: Transform - pos: -17.5,64.5 - parent: 2 - - uid: 18293 - components: - - type: Transform - pos: -16.5,64.5 - parent: 2 - - uid: 18294 - components: - - type: Transform - pos: -15.5,64.5 - parent: 2 - - uid: 18295 - components: - - type: Transform - pos: -14.5,64.5 - parent: 2 - - uid: 18296 - components: - - type: Transform - pos: -13.5,64.5 - parent: 2 - - uid: 18297 - components: - - type: Transform - pos: -12.5,64.5 - parent: 2 - - uid: 18298 - components: - - type: Transform - pos: -11.5,64.5 - parent: 2 - - uid: 18299 - components: - - type: Transform - pos: -10.5,64.5 - parent: 2 - - uid: 18300 - components: - - type: Transform - pos: -9.5,64.5 - parent: 2 - - uid: 18301 - components: - - type: Transform - pos: -8.5,64.5 - parent: 2 - - uid: 18302 - components: - - type: Transform - pos: -7.5,64.5 - parent: 2 - - uid: 18303 - components: - - type: Transform - pos: -6.5,64.5 - parent: 2 - - uid: 18304 - components: - - type: Transform - pos: -5.5,64.5 - parent: 2 - - uid: 18305 - components: - - type: Transform - pos: -4.5,64.5 - parent: 2 - - uid: 18306 - components: - - type: Transform - pos: -3.5,64.5 - parent: 2 - - uid: 18307 - components: - - type: Transform - pos: -2.5,64.5 - parent: 2 - - uid: 18309 - components: - - type: Transform - pos: -20.5,63.5 - parent: 2 - - uid: 18310 - components: - - type: Transform - pos: -20.5,62.5 - parent: 2 - - uid: 18311 - components: - - type: Transform - pos: -20.5,61.5 - parent: 2 - - uid: 18312 - components: - - type: Transform - pos: -20.5,60.5 - parent: 2 - uid: 18322 components: - type: Transform - pos: -33.5,63.5 - parent: 2 - - uid: 18330 - components: - - type: Transform - pos: -63.5,64.5 + pos: -12.5,63.5 parent: 2 - uid: 18357 components: @@ -49033,6 +50219,11 @@ entities: - type: Transform pos: -20.5,2.5 parent: 2 + - uid: 18519 + components: + - type: Transform + pos: -12.5,60.5 + parent: 2 - uid: 18582 components: - type: Transform @@ -49183,46 +50374,6 @@ entities: - type: Transform pos: -54.5,39.5 parent: 2 - - uid: 19269 - components: - - type: Transform - pos: -61.5,41.5 - parent: 2 - - uid: 19270 - components: - - type: Transform - pos: -60.5,41.5 - parent: 2 - - uid: 19271 - components: - - type: Transform - pos: -59.5,41.5 - parent: 2 - - uid: 19272 - components: - - type: Transform - pos: -58.5,41.5 - parent: 2 - - uid: 19273 - components: - - type: Transform - pos: -57.5,41.5 - parent: 2 - - uid: 19274 - components: - - type: Transform - pos: -56.5,41.5 - parent: 2 - - uid: 19275 - components: - - type: Transform - pos: -55.5,41.5 - parent: 2 - - uid: 19276 - components: - - type: Transform - pos: -54.5,41.5 - parent: 2 - uid: 19277 components: - type: Transform @@ -49293,11 +50444,6 @@ entities: - type: Transform pos: -5.5,-28.5 parent: 2 - - uid: 19331 - components: - - type: Transform - pos: -69.5,62.5 - parent: 2 - uid: 19353 components: - type: Transform @@ -49313,6 +50459,21 @@ entities: - type: Transform pos: -77.5,21.5 parent: 2 + - uid: 19558 + components: + - type: Transform + pos: -12.5,61.5 + parent: 2 + - uid: 19574 + components: + - type: Transform + pos: -12.5,62.5 + parent: 2 + - uid: 19585 + components: + - type: Transform + pos: -12.5,59.5 + parent: 2 - uid: 19600 components: - type: Transform @@ -49328,10 +50489,10 @@ entities: - type: Transform pos: 17.5,59.5 parent: 2 - - uid: 19673 + - uid: 19708 components: - type: Transform - pos: -46.5,58.5 + pos: -12.5,58.5 parent: 2 - uid: 19720 components: @@ -49358,10 +50519,10 @@ entities: - type: Transform pos: -26.5,49.5 parent: 2 - - uid: 19800 + - uid: 19847 components: - type: Transform - pos: -31.5,71.5 + pos: -11.5,55.5 parent: 2 - uid: 19879 components: @@ -49463,16 +50624,6 @@ entities: - type: Transform pos: 10.5,-20.5 parent: 2 - - uid: 20203 - components: - - type: Transform - pos: -43.5,56.5 - parent: 2 - - uid: 20204 - components: - - type: Transform - pos: -44.5,56.5 - parent: 2 - uid: 20206 components: - type: Transform @@ -50243,6 +51394,11 @@ entities: - type: Transform pos: 30.5,-4.5 parent: 2 + - uid: 20469 + components: + - type: Transform + pos: -12.5,56.5 + parent: 2 - uid: 20470 components: - type: Transform @@ -50638,11 +51794,6 @@ entities: - type: Transform pos: -33.5,-5.5 parent: 2 - - uid: 20646 - components: - - type: Transform - pos: -41.5,56.5 - parent: 2 - uid: 20650 components: - type: Transform @@ -51511,7 +52662,7 @@ entities: - uid: 21174 components: - type: Transform - pos: -35.5,71.5 + pos: -40.5,62.5 parent: 2 - uid: 21179 components: @@ -53326,557 +54477,32 @@ entities: - uid: 21673 components: - type: Transform - pos: 1.5,70.5 + pos: 2.5,75.5 parent: 2 - uid: 21674 components: - type: Transform - pos: 1.5,71.5 + pos: 3.5,75.5 parent: 2 - uid: 21675 components: - type: Transform pos: 1.5,72.5 parent: 2 - - uid: 21676 - components: - - type: Transform - pos: 1.5,73.5 - parent: 2 - - uid: 21677 - components: - - type: Transform - pos: 1.5,74.5 - parent: 2 - - uid: 21678 - components: - - type: Transform - pos: 1.5,75.5 - parent: 2 - - uid: 21679 - components: - - type: Transform - pos: 1.5,76.5 - parent: 2 - - uid: 21680 - components: - - type: Transform - pos: 1.5,77.5 - parent: 2 - - uid: 21681 - components: - - type: Transform - pos: 1.5,78.5 - parent: 2 - - uid: 21682 - components: - - type: Transform - pos: 0.5,78.5 - parent: 2 - - uid: 21683 - components: - - type: Transform - pos: -0.5,78.5 - parent: 2 - - uid: 21684 - components: - - type: Transform - pos: -1.5,78.5 - parent: 2 - - uid: 21685 - components: - - type: Transform - pos: -2.5,78.5 - parent: 2 - - uid: 21686 - components: - - type: Transform - pos: -3.5,78.5 - parent: 2 - - uid: 21687 - components: - - type: Transform - pos: -4.5,78.5 - parent: 2 - - uid: 21688 - components: - - type: Transform - pos: -5.5,78.5 - parent: 2 - - uid: 21689 - components: - - type: Transform - pos: -6.5,78.5 - parent: 2 - - uid: 21690 - components: - - type: Transform - pos: -7.5,78.5 - parent: 2 - - uid: 21691 - components: - - type: Transform - pos: -8.5,78.5 - parent: 2 - - uid: 21692 - components: - - type: Transform - pos: -9.5,78.5 - parent: 2 - - uid: 21693 - components: - - type: Transform - pos: -10.5,78.5 - parent: 2 - - uid: 21694 - components: - - type: Transform - pos: -11.5,78.5 - parent: 2 - - uid: 21695 - components: - - type: Transform - pos: -11.5,77.5 - parent: 2 - - uid: 21696 - components: - - type: Transform - pos: -11.5,76.5 - parent: 2 - - uid: 21697 - components: - - type: Transform - pos: -11.5,75.5 - parent: 2 - - uid: 21698 - components: - - type: Transform - pos: -11.5,74.5 - parent: 2 - - uid: 21699 - components: - - type: Transform - pos: -11.5,73.5 - parent: 2 - - uid: 21700 - components: - - type: Transform - pos: -10.5,73.5 - parent: 2 - - uid: 21701 - components: - - type: Transform - pos: -9.5,73.5 - parent: 2 - - uid: 21702 - components: - - type: Transform - pos: -8.5,73.5 - parent: 2 - - uid: 21703 - components: - - type: Transform - pos: -7.5,73.5 - parent: 2 - - uid: 21704 - components: - - type: Transform - pos: -6.5,73.5 - parent: 2 - - uid: 21705 - components: - - type: Transform - pos: -5.5,73.5 - parent: 2 - - uid: 21706 - components: - - type: Transform - pos: -4.5,73.5 - parent: 2 - - uid: 21707 - components: - - type: Transform - pos: -3.5,73.5 - parent: 2 - - uid: 21708 - components: - - type: Transform - pos: -2.5,73.5 - parent: 2 - - uid: 21709 - components: - - type: Transform - pos: -1.5,73.5 - parent: 2 - - uid: 21710 - components: - - type: Transform - pos: -0.5,73.5 - parent: 2 - - uid: 21711 - components: - - type: Transform - pos: 0.5,73.5 - parent: 2 - - uid: 21712 - components: - - type: Transform - pos: 2.5,73.5 - parent: 2 - - uid: 21713 - components: - - type: Transform - pos: 3.5,73.5 - parent: 2 - - uid: 21714 - components: - - type: Transform - pos: 4.5,73.5 - parent: 2 - - uid: 21715 - components: - - type: Transform - pos: 5.5,73.5 - parent: 2 - - uid: 21716 - components: - - type: Transform - pos: 6.5,73.5 - parent: 2 - - uid: 21717 - components: - - type: Transform - pos: 7.5,73.5 - parent: 2 - - uid: 21718 - components: - - type: Transform - pos: 8.5,73.5 - parent: 2 - - uid: 21719 - components: - - type: Transform - pos: 9.5,73.5 - parent: 2 - - uid: 21720 - components: - - type: Transform - pos: 10.5,73.5 - parent: 2 - - uid: 21721 - components: - - type: Transform - pos: 11.5,73.5 - parent: 2 - - uid: 21722 - components: - - type: Transform - pos: 12.5,73.5 - parent: 2 - - uid: 21723 - components: - - type: Transform - pos: 13.5,73.5 - parent: 2 - - uid: 21724 - components: - - type: Transform - pos: 14.5,73.5 - parent: 2 - - uid: 21725 - components: - - type: Transform - pos: 14.5,74.5 - parent: 2 - - uid: 21726 - components: - - type: Transform - pos: 14.5,75.5 - parent: 2 - - uid: 21727 - components: - - type: Transform - pos: 14.5,76.5 - parent: 2 - - uid: 21728 - components: - - type: Transform - pos: 14.5,77.5 - parent: 2 - - uid: 21729 - components: - - type: Transform - pos: 14.5,78.5 - parent: 2 - - uid: 21730 - components: - - type: Transform - pos: 13.5,78.5 - parent: 2 - - uid: 21731 - components: - - type: Transform - pos: 12.5,78.5 - parent: 2 - - uid: 21732 - components: - - type: Transform - pos: 11.5,78.5 - parent: 2 - - uid: 21733 - components: - - type: Transform - pos: 10.5,78.5 - parent: 2 - - uid: 21734 - components: - - type: Transform - pos: 9.5,78.5 - parent: 2 - - uid: 21735 - components: - - type: Transform - pos: 8.5,78.5 - parent: 2 - - uid: 21736 - components: - - type: Transform - pos: 7.5,78.5 - parent: 2 - - uid: 21737 - components: - - type: Transform - pos: 6.5,78.5 - parent: 2 - - uid: 21738 - components: - - type: Transform - pos: 5.5,78.5 - parent: 2 - - uid: 21739 - components: - - type: Transform - pos: 4.5,78.5 - parent: 2 - - uid: 21740 - components: - - type: Transform - pos: 3.5,78.5 - parent: 2 - - uid: 21741 - components: - - type: Transform - pos: 2.5,78.5 - parent: 2 - - uid: 21742 - components: - - type: Transform - pos: 2.5,79.5 - parent: 2 - - uid: 21743 - components: - - type: Transform - pos: 2.5,80.5 - parent: 2 - - uid: 21744 - components: - - type: Transform - pos: 2.5,81.5 - parent: 2 - - uid: 21745 - components: - - type: Transform - pos: 0.5,81.5 - parent: 2 - - uid: 21746 - components: - - type: Transform - pos: 0.5,80.5 - parent: 2 - - uid: 21747 - components: - - type: Transform - pos: 0.5,79.5 - parent: 2 - - uid: 21748 - components: - - type: Transform - pos: -5.5,79.5 - parent: 2 - - uid: 21749 - components: - - type: Transform - pos: -5.5,80.5 - parent: 2 - uid: 21750 components: - type: Transform - pos: -5.5,81.5 - parent: 2 - - uid: 21751 - components: - - type: Transform - pos: -7.5,81.5 - parent: 2 - - uid: 21752 - components: - - type: Transform - pos: -7.5,80.5 - parent: 2 - - uid: 21753 - components: - - type: Transform - pos: -7.5,79.5 - parent: 2 - - uid: 21754 - components: - - type: Transform - pos: -7.5,82.5 - parent: 2 - - uid: 21755 - components: - - type: Transform - pos: -5.5,82.5 - parent: 2 - - uid: 21756 - components: - - type: Transform - pos: 0.5,82.5 - parent: 2 - - uid: 21757 - components: - - type: Transform - pos: 2.5,82.5 - parent: 2 - - uid: 21758 - components: - - type: Transform - pos: 8.5,82.5 - parent: 2 - - uid: 21759 - components: - - type: Transform - pos: 8.5,81.5 - parent: 2 - - uid: 21760 - components: - - type: Transform - pos: 8.5,80.5 - parent: 2 - - uid: 21761 - components: - - type: Transform - pos: 8.5,79.5 - parent: 2 - - uid: 21762 - components: - - type: Transform - pos: 10.5,79.5 - parent: 2 - - uid: 21763 - components: - - type: Transform - pos: 10.5,80.5 - parent: 2 - - uid: 21764 - components: - - type: Transform - pos: 10.5,81.5 - parent: 2 - - uid: 21765 - components: - - type: Transform - pos: 10.5,82.5 - parent: 2 - - uid: 21766 - components: - - type: Transform - pos: -3.5,52.5 - parent: 2 - - uid: 21767 - components: - - type: Transform - pos: -3.5,53.5 - parent: 2 - - uid: 21768 - components: - - type: Transform - pos: -3.5,54.5 - parent: 2 - - uid: 21769 - components: - - type: Transform - pos: -3.5,55.5 - parent: 2 - - uid: 21770 - components: - - type: Transform - pos: -3.5,56.5 - parent: 2 - - uid: 21771 - components: - - type: Transform - pos: -4.5,56.5 - parent: 2 - - uid: 21772 - components: - - type: Transform - pos: -5.5,56.5 - parent: 2 - - uid: 21773 - components: - - type: Transform - pos: -6.5,56.5 - parent: 2 - - uid: 21774 - components: - - type: Transform - pos: -7.5,56.5 - parent: 2 - - uid: 21775 - components: - - type: Transform - pos: -8.5,56.5 - parent: 2 - - uid: 21776 - components: - - type: Transform - pos: -9.5,56.5 - parent: 2 - - uid: 21777 - components: - - type: Transform - pos: -10.5,56.5 - parent: 2 - - uid: 21778 - components: - - type: Transform - pos: -11.5,56.5 - parent: 2 - - uid: 21788 - components: - - type: Transform - pos: -3.5,48.5 - parent: 2 - - uid: 21789 - components: - - type: Transform - pos: -3.5,49.5 - parent: 2 - - uid: 21790 - components: - - type: Transform - pos: -3.5,50.5 + pos: 18.5,77.5 parent: 2 - uid: 21791 components: - type: Transform pos: -27.5,39.5 parent: 2 - - uid: 21792 + - uid: 21805 components: - type: Transform - pos: -24.5,56.5 + pos: -51.5,78.5 parent: 2 - uid: 21813 components: @@ -53933,11 +54559,6 @@ entities: - type: Transform pos: -20.5,55.5 parent: 2 - - uid: 21826 - components: - - type: Transform - pos: -29.5,39.5 - parent: 2 - uid: 21828 components: - type: Transform @@ -53958,11 +54579,6 @@ entities: - type: Transform pos: -26.5,62.5 parent: 2 - - uid: 21832 - components: - - type: Transform - pos: -26.5,63.5 - parent: 2 - uid: 21834 components: - type: Transform @@ -54173,11 +54789,6 @@ entities: - type: Transform pos: -98.5,-8.5 parent: 2 - - uid: 22158 - components: - - type: Transform - pos: -9.5,48.5 - parent: 2 - uid: 22169 components: - type: Transform @@ -54253,11 +54864,6 @@ entities: - type: Transform pos: 79.5,6.5 parent: 2 - - uid: 22523 - components: - - type: Transform - pos: -69.5,64.5 - parent: 2 - uid: 22572 components: - type: Transform @@ -54348,11 +54954,6 @@ entities: - type: Transform pos: -81.5,-14.5 parent: 2 - - uid: 23074 - components: - - type: Transform - pos: -26.5,39.5 - parent: 2 - uid: 23076 components: - type: Transform @@ -54458,51 +55059,11 @@ entities: - type: Transform pos: -108.5,11.5 parent: 2 - - uid: 23483 - components: - - type: Transform - pos: 15.5,73.5 - parent: 2 - - uid: 23484 - components: - - type: Transform - pos: 15.5,74.5 - parent: 2 - - uid: 23487 - components: - - type: Transform - pos: 15.5,75.5 - parent: 2 - - uid: 23489 - components: - - type: Transform - pos: 15.5,76.5 - parent: 2 - - uid: 23495 - components: - - type: Transform - pos: 15.5,77.5 - parent: 2 - uid: 23517 components: - type: Transform pos: -102.5,15.5 parent: 2 - - uid: 23530 - components: - - type: Transform - pos: 15.5,78.5 - parent: 2 - - uid: 23531 - components: - - type: Transform - pos: -12.5,73.5 - parent: 2 - - uid: 23532 - components: - - type: Transform - pos: -12.5,74.5 - parent: 2 - uid: 23535 components: - type: Transform @@ -54513,16 +55074,6 @@ entities: - type: Transform pos: -20.5,-41.5 parent: 2 - - uid: 23558 - components: - - type: Transform - pos: -12.5,75.5 - parent: 2 - - uid: 23567 - components: - - type: Transform - pos: -67.5,64.5 - parent: 2 - uid: 23583 components: - type: Transform @@ -54538,146 +55089,26 @@ entities: - type: Transform pos: -81.5,32.5 parent: 2 - - uid: 23648 - components: - - type: Transform - pos: -12.5,76.5 - parent: 2 - - uid: 23657 - components: - - type: Transform - pos: -12.5,77.5 - parent: 2 - - uid: 23660 - components: - - type: Transform - pos: -12.5,78.5 - parent: 2 - uid: 23686 components: - type: Transform pos: -98.5,23.5 parent: 2 - - uid: 23696 - components: - - type: Transform - pos: -10.5,71.5 - parent: 2 - uid: 23701 components: - type: Transform pos: -81.5,-15.5 parent: 2 - - uid: 23703 - components: - - type: Transform - pos: -11.5,71.5 - parent: 2 - - uid: 23704 - components: - - type: Transform - pos: -12.5,71.5 - parent: 2 - - uid: 23706 - components: - - type: Transform - pos: -12.5,70.5 - parent: 2 - - uid: 23715 - components: - - type: Transform - pos: -12.5,69.5 - parent: 2 - - uid: 23716 - components: - - type: Transform - pos: -19.5,60.5 - parent: 2 - - uid: 23729 - components: - - type: Transform - pos: -21.5,60.5 - parent: 2 - - uid: 23730 - components: - - type: Transform - pos: -22.5,60.5 - parent: 2 - - uid: 23733 - components: - - type: Transform - pos: -23.5,60.5 - parent: 2 - - uid: 23737 - components: - - type: Transform - pos: -24.5,57.5 - parent: 2 - - uid: 23738 - components: - - type: Transform - pos: -28.5,58.5 - parent: 2 - - uid: 23739 - components: - - type: Transform - pos: -28.5,57.5 - parent: 2 - uid: 23742 components: - type: Transform pos: 90.5,-11.5 parent: 2 - - uid: 23753 - components: - - type: Transform - pos: -28.5,60.5 - parent: 2 - - uid: 23754 - components: - - type: Transform - pos: -28.5,61.5 - parent: 2 - - uid: 23767 - components: - - type: Transform - pos: -28.5,62.5 - parent: 2 - - uid: 23768 - components: - - type: Transform - pos: -27.5,65.5 - parent: 2 - - uid: 23775 - components: - - type: Transform - pos: -25.5,65.5 - parent: 2 - - uid: 23776 - components: - - type: Transform - pos: -23.5,65.5 - parent: 2 - - uid: 23778 - components: - - type: Transform - pos: -21.5,65.5 - parent: 2 - - uid: 23779 - components: - - type: Transform - pos: -19.5,65.5 - parent: 2 - uid: 23782 components: - type: Transform pos: -20.5,-42.5 parent: 2 - - uid: 23820 - components: - - type: Transform - pos: -17.5,65.5 - parent: 2 - uid: 23822 components: - type: Transform @@ -54733,15 +55164,10 @@ entities: - type: Transform pos: 12.5,45.5 parent: 2 - - uid: 24357 - components: - - type: Transform - pos: -15.5,65.5 - parent: 2 - - uid: 24362 + - uid: 24310 components: - type: Transform - pos: -13.5,65.5 + pos: 49.5,-3.5 parent: 2 - uid: 24620 components: @@ -54753,36 +55179,6 @@ entities: - type: Transform pos: -62.5,24.5 parent: 2 - - uid: 24654 - components: - - type: Transform - pos: -14.5,62.5 - parent: 2 - - uid: 24676 - components: - - type: Transform - pos: -14.5,61.5 - parent: 2 - - uid: 24683 - components: - - type: Transform - pos: -14.5,63.5 - parent: 2 - - uid: 24691 - components: - - type: Transform - pos: -34.5,62.5 - parent: 2 - - uid: 24699 - components: - - type: Transform - pos: -34.5,61.5 - parent: 2 - - uid: 24705 - components: - - type: Transform - pos: -32.5,63.5 - parent: 2 - uid: 24714 components: - type: Transform @@ -55053,11 +55449,6 @@ entities: - type: Transform pos: 109.5,-13.5 parent: 2 - - uid: 26515 - components: - - type: Transform - pos: -25.5,39.5 - parent: 2 - uid: 26540 components: - type: Transform @@ -55253,6 +55644,11 @@ entities: - type: Transform pos: -106.5,20.5 parent: 2 + - uid: 27226 + components: + - type: Transform + pos: -91.5,10.5 + parent: 2 - uid: 27227 components: - type: Transform @@ -55598,11 +55994,6 @@ entities: - type: Transform pos: 61.5,37.5 parent: 2 - - uid: 28140 - components: - - type: Transform - pos: -66.5,64.5 - parent: 2 - uid: 28146 components: - type: Transform @@ -55673,6 +56064,16 @@ entities: - type: Transform pos: 58.5,41.5 parent: 2 + - uid: 28412 + components: + - type: Transform + pos: -45.5,33.5 + parent: 2 + - uid: 28420 + components: + - type: Transform + pos: -45.5,32.5 + parent: 2 - uid: 28461 components: - type: Transform @@ -55683,11 +56084,6 @@ entities: - type: Transform pos: 6.5,56.5 parent: 2 - - uid: 28491 - components: - - type: Transform - pos: -24.5,39.5 - parent: 2 - uid: 28631 components: - type: Transform @@ -55778,6 +56174,11 @@ entities: - type: Transform pos: -56.5,18.5 parent: 2 + - uid: 28942 + components: + - type: Transform + pos: -22.5,66.5 + parent: 2 - uid: 28960 components: - type: Transform @@ -55788,11 +56189,6 @@ entities: - type: Transform pos: -29.5,-42.5 parent: 2 - - uid: 29039 - components: - - type: Transform - pos: -69.5,58.5 - parent: 2 - uid: 29043 components: - type: Transform @@ -56488,6 +56884,16 @@ entities: - type: Transform pos: 112.5,-9.5 parent: 2 + - uid: 29984 + components: + - type: Transform + pos: -91.5,12.5 + parent: 2 + - uid: 30004 + components: + - type: Transform + pos: -91.5,13.5 + parent: 2 - uid: 30111 components: - type: Transform @@ -56638,6 +57044,41 @@ entities: - type: Transform pos: 106.5,-24.5 parent: 2 + - uid: 30284 + components: + - type: Transform + pos: -91.5,14.5 + parent: 2 + - uid: 30285 + components: + - type: Transform + pos: -91.5,15.5 + parent: 2 + - uid: 30286 + components: + - type: Transform + pos: -91.5,16.5 + parent: 2 + - uid: 30288 + components: + - type: Transform + pos: -91.5,17.5 + parent: 2 + - uid: 30289 + components: + - type: Transform + pos: -90.5,17.5 + parent: 2 + - uid: 30290 + components: + - type: Transform + pos: -90.5,16.5 + parent: 2 + - uid: 30292 + components: + - type: Transform + pos: -90.5,15.5 + parent: 2 - uid: 30318 components: - type: Transform @@ -56733,11 +57174,6 @@ entities: - type: Transform pos: 57.5,51.5 parent: 2 - - uid: 30700 - components: - - type: Transform - pos: -35.5,63.5 - parent: 2 - uid: 30708 components: - type: Transform @@ -56748,11 +57184,6 @@ entities: - type: Transform pos: 55.5,51.5 parent: 2 - - uid: 30712 - components: - - type: Transform - pos: -35.5,64.5 - parent: 2 - uid: 30727 components: - type: Transform @@ -56763,6 +57194,11 @@ entities: - type: Transform pos: -56.5,-22.5 parent: 2 + - uid: 30762 + components: + - type: Transform + pos: -76.5,40.5 + parent: 2 - uid: 30795 components: - type: Transform @@ -56801,37 +57237,27 @@ entities: - uid: 30863 components: - type: Transform - pos: -46.5,69.5 - parent: 2 - - uid: 30868 - components: - - type: Transform - pos: -46.5,64.5 + pos: -47.5,57.5 parent: 2 - uid: 30869 components: - type: Transform - pos: -46.5,63.5 + pos: -47.5,60.5 parent: 2 - uid: 30870 components: - type: Transform - pos: -46.5,62.5 + pos: -40.5,55.5 parent: 2 - uid: 30871 components: - type: Transform - pos: -46.5,61.5 + pos: -42.5,55.5 parent: 2 - uid: 30872 components: - type: Transform - pos: -46.5,60.5 - parent: 2 - - uid: 30873 - components: - - type: Transform - pos: -46.5,59.5 + pos: -47.5,59.5 parent: 2 - uid: 30875 components: @@ -56848,46 +57274,16 @@ entities: - type: Transform pos: -37.5,64.5 parent: 2 - - uid: 30883 - components: - - type: Transform - pos: -39.5,56.5 - parent: 2 - - uid: 30884 - components: - - type: Transform - pos: -38.5,56.5 - parent: 2 - uid: 30885 components: - type: Transform - pos: -37.5,56.5 - parent: 2 - - uid: 30886 - components: - - type: Transform - pos: -36.5,56.5 - parent: 2 - - uid: 30887 - components: - - type: Transform - pos: -35.5,56.5 - parent: 2 - - uid: 30888 - components: - - type: Transform - pos: -35.5,55.5 + pos: -43.5,80.5 parent: 2 - uid: 30894 components: - type: Transform pos: -38.5,19.5 parent: 2 - - uid: 30911 - components: - - type: Transform - pos: -38.5,64.5 - parent: 2 - uid: 30912 components: - type: Transform @@ -56908,16 +57304,6 @@ entities: - type: Transform pos: -31.5,60.5 parent: 2 - - uid: 30924 - components: - - type: Transform - pos: -34.5,64.5 - parent: 2 - - uid: 30926 - components: - - type: Transform - pos: -35.5,62.5 - parent: 2 - uid: 30927 components: - type: Transform @@ -56983,16 +57369,6 @@ entities: - type: Transform pos: -23.5,-4.5 parent: 2 - - uid: 31057 - components: - - type: Transform - pos: -38.5,65.5 - parent: 2 - - uid: 31062 - components: - - type: Transform - pos: -33.5,64.5 - parent: 2 - uid: 31068 components: - type: Transform @@ -57008,6 +57384,11 @@ entities: - type: Transform pos: -20.5,4.5 parent: 2 + - uid: 31123 + components: + - type: Transform + pos: -74.5,40.5 + parent: 2 - uid: 31137 components: - type: Transform @@ -57048,20 +57429,15 @@ entities: - type: Transform pos: -14.5,3.5 parent: 2 - - uid: 31184 - components: - - type: Transform - pos: -47.5,61.5 - parent: 2 - - uid: 31185 + - uid: 31242 components: - type: Transform - pos: -48.5,61.5 + pos: -47.5,73.5 parent: 2 - - uid: 31293 + - uid: 31281 components: - type: Transform - pos: -65.5,64.5 + pos: -49.5,71.5 parent: 2 - uid: 31306 components: @@ -57073,111 +57449,6 @@ entities: - type: Transform pos: 112.5,-16.5 parent: 2 - - uid: 31343 - components: - - type: Transform - pos: -51.5,64.5 - parent: 2 - - uid: 31344 - components: - - type: Transform - pos: -51.5,65.5 - parent: 2 - - uid: 31345 - components: - - type: Transform - pos: -51.5,66.5 - parent: 2 - - uid: 31346 - components: - - type: Transform - pos: -51.5,67.5 - parent: 2 - - uid: 31347 - components: - - type: Transform - pos: -51.5,68.5 - parent: 2 - - uid: 31348 - components: - - type: Transform - pos: -51.5,69.5 - parent: 2 - - uid: 31349 - components: - - type: Transform - pos: -51.5,70.5 - parent: 2 - - uid: 31350 - components: - - type: Transform - pos: -51.5,71.5 - parent: 2 - - uid: 31351 - components: - - type: Transform - pos: -51.5,72.5 - parent: 2 - - uid: 31352 - components: - - type: Transform - pos: -51.5,73.5 - parent: 2 - - uid: 31353 - components: - - type: Transform - pos: -50.5,73.5 - parent: 2 - - uid: 31354 - components: - - type: Transform - pos: -49.5,73.5 - parent: 2 - - uid: 31355 - components: - - type: Transform - pos: -48.5,73.5 - parent: 2 - - uid: 31356 - components: - - type: Transform - pos: -47.5,73.5 - parent: 2 - - uid: 31357 - components: - - type: Transform - pos: -46.5,73.5 - parent: 2 - - uid: 31358 - components: - - type: Transform - pos: -45.5,73.5 - parent: 2 - - uid: 31359 - components: - - type: Transform - pos: -44.5,73.5 - parent: 2 - - uid: 31360 - components: - - type: Transform - pos: -43.5,73.5 - parent: 2 - - uid: 31361 - components: - - type: Transform - pos: -42.5,73.5 - parent: 2 - - uid: 31362 - components: - - type: Transform - pos: -41.5,73.5 - parent: 2 - - uid: 31363 - components: - - type: Transform - pos: -40.5,73.5 - parent: 2 - uid: 31419 components: - type: Transform @@ -57193,11 +57464,6 @@ entities: - type: Transform pos: 28.5,-32.5 parent: 2 - - uid: 31446 - components: - - type: Transform - pos: -58.5,64.5 - parent: 2 - uid: 31451 components: - type: Transform @@ -57218,66 +57484,6 @@ entities: - type: Transform pos: -42.5,62.5 parent: 2 - - uid: 31455 - components: - - type: Transform - pos: -38.5,63.5 - parent: 2 - - uid: 31456 - components: - - type: Transform - pos: -38.5,64.5 - parent: 2 - - uid: 31457 - components: - - type: Transform - pos: -38.5,65.5 - parent: 2 - - uid: 31458 - components: - - type: Transform - pos: -38.5,66.5 - parent: 2 - - uid: 31464 - components: - - type: Transform - pos: -9.5,65.5 - parent: 2 - - uid: 31465 - components: - - type: Transform - pos: -9.5,66.5 - parent: 2 - - uid: 31466 - components: - - type: Transform - pos: -9.5,67.5 - parent: 2 - - uid: 31467 - components: - - type: Transform - pos: -3.5,65.5 - parent: 2 - - uid: 31468 - components: - - type: Transform - pos: -3.5,66.5 - parent: 2 - - uid: 31469 - components: - - type: Transform - pos: -3.5,67.5 - parent: 2 - - uid: 31472 - components: - - type: Transform - pos: -10.5,67.5 - parent: 2 - - uid: 31473 - components: - - type: Transform - pos: -11.5,67.5 - parent: 2 - uid: 31497 components: - type: Transform @@ -57298,16 +57504,6 @@ entities: - type: Transform pos: -9.5,-29.5 parent: 2 - - uid: 31501 - components: - - type: Transform - pos: -57.5,64.5 - parent: 2 - - uid: 31505 - components: - - type: Transform - pos: -23.5,39.5 - parent: 2 - uid: 31529 components: - type: Transform @@ -57328,66 +57524,6 @@ entities: - type: Transform pos: 70.5,-25.5 parent: 2 - - uid: 31549 - components: - - type: Transform - pos: -48.5,62.5 - parent: 2 - - uid: 31550 - components: - - type: Transform - pos: -48.5,63.5 - parent: 2 - - uid: 31551 - components: - - type: Transform - pos: -48.5,64.5 - parent: 2 - - uid: 31552 - components: - - type: Transform - pos: -48.5,65.5 - parent: 2 - - uid: 31553 - components: - - type: Transform - pos: -48.5,66.5 - parent: 2 - - uid: 31554 - components: - - type: Transform - pos: -48.5,67.5 - parent: 2 - - uid: 31555 - components: - - type: Transform - pos: -48.5,68.5 - parent: 2 - - uid: 31556 - components: - - type: Transform - pos: -48.5,69.5 - parent: 2 - - uid: 31557 - components: - - type: Transform - pos: -48.5,70.5 - parent: 2 - - uid: 31558 - components: - - type: Transform - pos: -47.5,70.5 - parent: 2 - - uid: 31559 - components: - - type: Transform - pos: -46.5,70.5 - parent: 2 - - uid: 31567 - components: - - type: Transform - pos: -64.5,64.5 - parent: 2 - uid: 31584 components: - type: Transform @@ -57458,45 +57594,10 @@ entities: - type: Transform pos: -82.5,10.5 parent: 2 - - uid: 31807 - components: - - type: Transform - pos: -69.5,59.5 - parent: 2 - - uid: 31814 - components: - - type: Transform - pos: -62.5,64.5 - parent: 2 - - uid: 31823 - components: - - type: Transform - pos: -61.5,64.5 - parent: 2 - - uid: 31824 - components: - - type: Transform - pos: -59.5,64.5 - parent: 2 - - uid: 31836 - components: - - type: Transform - pos: -54.5,64.5 - parent: 2 - - uid: 31838 - components: - - type: Transform - pos: -69.5,60.5 - parent: 2 - - uid: 31850 - components: - - type: Transform - pos: -69.5,63.5 - parent: 2 - - uid: 31861 + - uid: 31819 components: - type: Transform - pos: -60.5,64.5 + pos: -38.5,55.5 parent: 2 - uid: 31890 components: @@ -57833,120 +57934,20 @@ entities: - type: Transform pos: 88.5,79.5 parent: 2 - - uid: 32103 - components: - - type: Transform - pos: -67.5,51.5 - parent: 2 - - uid: 32110 - components: - - type: Transform - pos: -67.5,42.5 - parent: 2 - uid: 32112 components: - type: Transform pos: 103.5,75.5 parent: 2 - - uid: 32113 - components: - - type: Transform - pos: -66.5,49.5 - parent: 2 - - uid: 32114 - components: - - type: Transform - pos: -66.5,50.5 - parent: 2 - - uid: 32115 - components: - - type: Transform - pos: -66.5,51.5 - parent: 2 - - uid: 32116 - components: - - type: Transform - pos: -65.5,51.5 - parent: 2 - uid: 32117 components: - type: Transform pos: -89.5,-58.5 parent: 2 - - uid: 32120 - components: - - type: Transform - pos: -52.5,70.5 - parent: 2 - - uid: 32126 - components: - - type: Transform - pos: -68.5,51.5 - parent: 2 - - uid: 32127 - components: - - type: Transform - pos: -69.5,51.5 - parent: 2 - - uid: 32128 - components: - - type: Transform - pos: -70.5,51.5 - parent: 2 - - uid: 32129 - components: - - type: Transform - pos: -71.5,51.5 - parent: 2 - - uid: 32130 - components: - - type: Transform - pos: -72.5,51.5 - parent: 2 - - uid: 32131 - components: - - type: Transform - pos: -73.5,51.5 - parent: 2 - - uid: 32132 - components: - - type: Transform - pos: -74.5,51.5 - parent: 2 - - uid: 32133 - components: - - type: Transform - pos: -75.5,51.5 - parent: 2 - uid: 32134 components: - type: Transform - pos: -76.5,51.5 - parent: 2 - - uid: 32135 - components: - - type: Transform - pos: -77.5,51.5 - parent: 2 - - uid: 32136 - components: - - type: Transform - pos: -78.5,51.5 - parent: 2 - - uid: 32137 - components: - - type: Transform - pos: -79.5,51.5 - parent: 2 - - uid: 32138 - components: - - type: Transform - pos: -80.5,51.5 - parent: 2 - - uid: 32139 - components: - - type: Transform - pos: -81.5,51.5 + pos: -51.5,72.5 parent: 2 - uid: 32140 components: @@ -58243,6 +58244,16 @@ entities: - type: Transform pos: -32.5,9.5 parent: 2 + - uid: 32263 + components: + - type: Transform + pos: -90.5,14.5 + parent: 2 + - uid: 32264 + components: + - type: Transform + pos: -90.5,13.5 + parent: 2 - uid: 32275 components: - type: Transform @@ -58428,6 +58439,16 @@ entities: - type: Transform pos: 95.5,66.5 parent: 2 + - uid: 32612 + components: + - type: Transform + pos: -36.5,55.5 + parent: 2 + - uid: 32618 + components: + - type: Transform + pos: -37.5,55.5 + parent: 2 - uid: 32687 components: - type: Transform @@ -60738,11 +60759,6 @@ entities: - type: Transform pos: 23.5,51.5 parent: 2 - - uid: 34202 - components: - - type: Transform - pos: 36.5,46.5 - parent: 2 - uid: 34215 components: - type: Transform @@ -61263,11 +61279,6 @@ entities: - type: Transform pos: 24.5,57.5 parent: 2 - - uid: 34389 - components: - - type: Transform - pos: 27.5,57.5 - parent: 2 - uid: 34391 components: - type: Transform @@ -61728,6 +61739,26 @@ entities: - type: Transform pos: -58.5,0.5 parent: 2 + - uid: 34533 + components: + - type: Transform + pos: -39.5,55.5 + parent: 2 + - uid: 34544 + components: + - type: Transform + pos: -41.5,55.5 + parent: 2 + - uid: 34545 + components: + - type: Transform + pos: -47.5,58.5 + parent: 2 + - uid: 34562 + components: + - type: Transform + pos: -45.5,55.5 + parent: 2 - uid: 34578 components: - type: Transform @@ -62578,260 +62609,260 @@ entities: - type: Transform pos: 64.5,-83.5 parent: 2 - - uid: 35196 + - uid: 35112 components: - type: Transform - pos: -80.5,52.5 + pos: -51.5,74.5 parent: 2 - - uid: 35415 + - uid: 35113 components: - type: Transform - pos: -80.5,53.5 + pos: -51.5,73.5 parent: 2 - - uid: 35416 + - uid: 35115 components: - type: Transform - pos: -80.5,54.5 + pos: -51.5,76.5 parent: 2 - - uid: 35417 + - uid: 35116 components: - type: Transform - pos: -80.5,55.5 + pos: -51.5,79.5 parent: 2 - - uid: 35418 + - uid: 35117 components: - type: Transform - pos: -80.5,56.5 + pos: -51.5,77.5 parent: 2 - - uid: 35419 + - uid: 35118 components: - type: Transform - pos: -80.5,57.5 + pos: -51.5,80.5 parent: 2 - - uid: 35420 + - uid: 35119 components: - type: Transform - pos: -80.5,58.5 + pos: -48.5,80.5 parent: 2 - - uid: 35421 + - uid: 35158 components: - type: Transform - pos: -80.5,59.5 + pos: -47.5,61.5 parent: 2 - - uid: 35422 + - uid: 35159 components: - type: Transform - pos: -80.5,60.5 + pos: -44.5,55.5 parent: 2 - - uid: 35423 + - uid: 35160 components: - type: Transform - pos: -80.5,61.5 + pos: -47.5,55.5 parent: 2 - - uid: 35424 + - uid: 35161 components: - type: Transform - pos: -80.5,62.5 + pos: -46.5,55.5 parent: 2 - - uid: 35425 + - uid: 35162 components: - type: Transform - pos: -80.5,63.5 + pos: -47.5,56.5 parent: 2 - - uid: 35426 + - uid: 35167 components: - type: Transform - pos: -80.5,64.5 + pos: -43.5,55.5 parent: 2 - - uid: 35427 + - uid: 35219 components: - type: Transform - pos: -80.5,65.5 + pos: -73.5,43.5 parent: 2 - - uid: 35428 + - uid: 35220 components: - type: Transform - pos: -80.5,66.5 + pos: -73.5,44.5 parent: 2 - - uid: 35429 + - uid: 35221 components: - type: Transform - pos: -80.5,67.5 + pos: -73.5,45.5 parent: 2 - - uid: 35430 + - uid: 35222 components: - type: Transform - pos: -80.5,68.5 + pos: -73.5,46.5 parent: 2 - - uid: 35431 + - uid: 35223 components: - type: Transform - pos: -80.5,69.5 + pos: -73.5,47.5 parent: 2 - - uid: 35432 + - uid: 35224 components: - type: Transform - pos: -80.5,70.5 + pos: -74.5,47.5 parent: 2 - - uid: 35433 + - uid: 35225 components: - type: Transform - pos: -80.5,71.5 + pos: -75.5,47.5 parent: 2 - - uid: 35434 + - uid: 35226 components: - type: Transform - pos: -80.5,72.5 + pos: -75.5,48.5 parent: 2 - - uid: 35435 + - uid: 35227 components: - type: Transform - pos: -80.5,73.5 + pos: -75.5,49.5 parent: 2 - - uid: 35436 + - uid: 35228 components: - type: Transform - pos: -80.5,74.5 + pos: -75.5,50.5 parent: 2 - - uid: 35437 + - uid: 35229 components: - type: Transform - pos: -80.5,75.5 + pos: -75.5,51.5 parent: 2 - - uid: 35438 + - uid: 35230 components: - type: Transform - pos: -80.5,76.5 + pos: -75.5,52.5 parent: 2 - - uid: 35439 + - uid: 35231 components: - type: Transform - pos: -80.5,77.5 + pos: -75.5,53.5 parent: 2 - - uid: 35440 + - uid: 35232 components: - type: Transform - pos: -80.5,78.5 + pos: -74.5,53.5 parent: 2 - - uid: 35441 + - uid: 35233 components: - type: Transform - pos: -80.5,79.5 + pos: -73.5,53.5 parent: 2 - - uid: 35442 + - uid: 35234 components: - type: Transform - pos: -80.5,80.5 + pos: -72.5,53.5 parent: 2 - - uid: 35443 + - uid: 35235 components: - type: Transform - pos: -80.5,81.5 + pos: -71.5,53.5 parent: 2 - - uid: 35444 + - uid: 35236 components: - type: Transform - pos: -80.5,82.5 + pos: -70.5,53.5 parent: 2 - - uid: 35445 + - uid: 35237 components: - type: Transform - pos: -80.5,83.5 + pos: -70.5,52.5 parent: 2 - - uid: 35446 + - uid: 35238 components: - type: Transform - pos: -80.5,84.5 + pos: -70.5,51.5 parent: 2 - - uid: 35447 + - uid: 35239 components: - type: Transform - pos: -80.5,85.5 + pos: -70.5,50.5 parent: 2 - - uid: 35448 + - uid: 35240 components: - type: Transform - pos: -80.5,86.5 + pos: -70.5,49.5 parent: 2 - - uid: 35449 + - uid: 35241 components: - type: Transform - pos: -80.5,87.5 + pos: -70.5,48.5 parent: 2 - - uid: 35450 + - uid: 35242 components: - type: Transform - pos: -80.5,88.5 + pos: -70.5,47.5 parent: 2 - - uid: 35451 + - uid: 35243 components: - type: Transform - pos: -80.5,89.5 + pos: -71.5,47.5 parent: 2 - - uid: 35452 + - uid: 35244 components: - type: Transform - pos: -80.5,90.5 + pos: -72.5,47.5 parent: 2 - - uid: 35453 + - uid: 35245 components: - type: Transform - pos: -80.5,91.5 + pos: -63.5,44.5 parent: 2 - - uid: 35454 + - uid: 35246 components: - type: Transform - pos: -80.5,92.5 + pos: -63.5,45.5 parent: 2 - - uid: 35455 + - uid: 35247 components: - type: Transform - pos: -80.5,93.5 + pos: -63.5,46.5 parent: 2 - - uid: 35456 + - uid: 35248 components: - type: Transform - pos: -80.5,94.5 + pos: -63.5,47.5 parent: 2 - - uid: 35457 + - uid: 35249 components: - type: Transform - pos: -80.5,95.5 + pos: -63.5,48.5 parent: 2 - - uid: 35458 + - uid: 35250 components: - type: Transform - pos: -80.5,97.5 + pos: -63.5,49.5 parent: 2 - - uid: 35459 + - uid: 35251 components: - type: Transform - pos: -80.5,98.5 + pos: -63.5,50.5 parent: 2 - - uid: 35460 + - uid: 35252 components: - type: Transform - pos: -80.5,99.5 + pos: -63.5,51.5 parent: 2 - - uid: 35461 + - uid: 35253 components: - type: Transform - pos: -79.5,89.5 + pos: -62.5,44.5 parent: 2 - - uid: 35463 + - uid: 35484 components: - type: Transform - pos: -79.5,79.5 + pos: 19.5,85.5 parent: 2 - - uid: 35464 + - uid: 35485 components: - type: Transform - pos: -79.5,69.5 + pos: 19.5,86.5 parent: 2 - - uid: 35465 + - uid: 35486 components: - type: Transform - pos: -79.5,59.5 + pos: 19.5,87.5 parent: 2 - uid: 35565 components: @@ -63173,11 +63204,6 @@ entities: - type: Transform pos: -60.5,52.5 parent: 2 - - uid: 35834 - components: - - type: Transform - pos: -60.5,53.5 - parent: 2 - uid: 35835 components: - type: Transform @@ -63273,16 +63299,6 @@ entities: - type: Transform pos: 69.5,80.5 parent: 2 - - uid: 35963 - components: - - type: Transform - pos: -56.5,53.5 - parent: 2 - - uid: 35965 - components: - - type: Transform - pos: -56.5,54.5 - parent: 2 - uid: 35984 components: - type: Transform @@ -63293,11 +63309,6 @@ entities: - type: Transform pos: 71.5,84.5 parent: 2 - - uid: 36042 - components: - - type: Transform - pos: -57.5,54.5 - parent: 2 - uid: 36051 components: - type: Transform @@ -63313,26 +63324,6 @@ entities: - type: Transform pos: -48.5,9.5 parent: 2 - - uid: 36082 - components: - - type: Transform - pos: -58.5,54.5 - parent: 2 - - uid: 36107 - components: - - type: Transform - pos: -59.5,54.5 - parent: 2 - - uid: 36108 - components: - - type: Transform - pos: -60.5,54.5 - parent: 2 - - uid: 36109 - components: - - type: Transform - pos: -58.5,55.5 - parent: 2 - uid: 36160 components: - type: Transform @@ -63353,36 +63344,11 @@ entities: - type: Transform pos: 72.5,86.5 parent: 2 - - uid: 36175 - components: - - type: Transform - pos: -58.5,56.5 - parent: 2 - - uid: 36176 - components: - - type: Transform - pos: -58.5,57.5 - parent: 2 - uid: 36177 components: - type: Transform pos: 73.5,86.5 parent: 2 - - uid: 36182 - components: - - type: Transform - pos: -58.5,58.5 - parent: 2 - - uid: 36259 - components: - - type: Transform - pos: -58.5,59.5 - parent: 2 - - uid: 36260 - components: - - type: Transform - pos: -58.5,60.5 - parent: 2 - uid: 36261 components: - type: Transform @@ -63398,61 +63364,6 @@ entities: - type: Transform pos: -52.5,47.5 parent: 2 - - uid: 36264 - components: - - type: Transform - pos: -52.5,48.5 - parent: 2 - - uid: 36265 - components: - - type: Transform - pos: -52.5,49.5 - parent: 2 - - uid: 36266 - components: - - type: Transform - pos: -52.5,50.5 - parent: 2 - - uid: 36267 - components: - - type: Transform - pos: -52.5,51.5 - parent: 2 - - uid: 36268 - components: - - type: Transform - pos: -52.5,52.5 - parent: 2 - - uid: 36269 - components: - - type: Transform - pos: -52.5,53.5 - parent: 2 - - uid: 36270 - components: - - type: Transform - pos: -52.5,54.5 - parent: 2 - - uid: 36271 - components: - - type: Transform - pos: -52.5,55.5 - parent: 2 - - uid: 36272 - components: - - type: Transform - pos: -52.5,56.5 - parent: 2 - - uid: 36280 - components: - - type: Transform - pos: -52.5,57.5 - parent: 2 - - uid: 36302 - components: - - type: Transform - pos: -55.5,64.5 - parent: 2 - uid: 36346 components: - type: Transform @@ -64053,66 +63964,6 @@ entities: - type: Transform pos: -30.5,2.5 parent: 2 - - uid: 37317 - components: - - type: Transform - pos: -32.5,71.5 - parent: 2 - - uid: 37318 - components: - - type: Transform - pos: -40.5,68.5 - parent: 2 - - uid: 37319 - components: - - type: Transform - pos: -40.5,69.5 - parent: 2 - - uid: 37323 - components: - - type: Transform - pos: -39.5,68.5 - parent: 2 - - uid: 37330 - components: - - type: Transform - pos: -40.5,70.5 - parent: 2 - - uid: 37334 - components: - - type: Transform - pos: -37.5,69.5 - parent: 2 - - uid: 37335 - components: - - type: Transform - pos: -37.5,70.5 - parent: 2 - - uid: 37336 - components: - - type: Transform - pos: -37.5,71.5 - parent: 2 - - uid: 37365 - components: - - type: Transform - pos: -43.5,55.5 - parent: 2 - - uid: 37366 - components: - - type: Transform - pos: -42.5,55.5 - parent: 2 - - uid: 37367 - components: - - type: Transform - pos: -41.5,55.5 - parent: 2 - - uid: 37368 - components: - - type: Transform - pos: -42.5,57.5 - parent: 2 - uid: 37418 components: - type: Transform @@ -64166,7 +64017,7 @@ entities: - uid: 37722 components: - type: Transform - pos: -95.5,1.5 + pos: -90.5,12.5 parent: 2 - uid: 37874 components: @@ -64308,6 +64159,11 @@ entities: - type: Transform pos: 87.5,-12.5 parent: 2 + - uid: 38004 + components: + - type: Transform + pos: -90.5,11.5 + parent: 2 - uid: 38016 components: - type: Transform @@ -64413,6 +64269,11 @@ entities: - type: Transform pos: -54.5,37.5 parent: 2 + - uid: 38791 + components: + - type: Transform + pos: 14.5,70.5 + parent: 2 - uid: 38797 components: - type: Transform @@ -64443,6 +64304,11 @@ entities: - type: Transform pos: 26.5,37.5 parent: 2 + - uid: 38864 + components: + - type: Transform + pos: -90.5,10.5 + parent: 2 - uid: 38907 components: - type: Transform @@ -64556,7 +64422,7 @@ entities: - uid: 39310 components: - type: Transform - pos: -95.5,15.5 + pos: -90.5,9.5 parent: 2 - uid: 39312 components: @@ -64603,6 +64469,11 @@ entities: - type: Transform pos: -38.5,40.5 parent: 2 + - uid: 39587 + components: + - type: Transform + pos: -90.5,7.5 + parent: 2 - uid: 39776 components: - type: Transform @@ -64793,91967 +64664,107682 @@ entities: - type: Transform pos: 77.5,-3.5 parent: 2 -- proto: CableApcStack - entities: - - uid: 37500 + - uid: 40698 components: - type: Transform - pos: -58.407085,43.545338 + pos: -29.5,38.5 parent: 2 - - uid: 40527 + - uid: 40699 components: - type: Transform - pos: 20.484457,-18.316412 + pos: -28.5,38.5 parent: 2 -- proto: CableApcStack1 - entities: - - uid: 12431 + - uid: 40700 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.4545693,-1.4517026 + pos: -27.5,38.5 parent: 2 - - uid: 17387 + - uid: 40701 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.606913,-1.5454526 + pos: -26.5,38.5 parent: 2 -- proto: CableApcStack10 - entities: - - uid: 12090 + - uid: 40702 components: - type: Transform - pos: 10.465606,58.667007 + pos: -25.5,38.5 parent: 2 -- proto: CablecuffsBroken - entities: - - uid: 5375 + - uid: 40703 components: - type: Transform - pos: 58.823177,56.228245 + pos: -24.5,38.5 parent: 2 - - uid: 5376 + - uid: 40704 components: - type: Transform - pos: 59.354427,55.61887 + pos: -23.5,38.5 parent: 2 - - uid: 6998 + - uid: 40705 components: - type: Transform - pos: -30.291754,-34.461353 + pos: -22.5,38.5 parent: 2 - - uid: 8161 + - uid: 40789 components: - type: Transform - pos: 90.38191,72.34944 + pos: -12.5,69.5 parent: 2 - - uid: 8162 + - uid: 40790 components: - type: Transform - pos: 92.59285,75.20882 + pos: -12.5,68.5 parent: 2 - - uid: 8163 + - uid: 40791 components: - type: Transform - pos: 94.764725,73.61507 + pos: -13.5,68.5 parent: 2 -- proto: CableHV - entities: - - uid: 137 + - uid: 40792 components: - type: Transform - pos: -5.5,70.5 + pos: -14.5,68.5 parent: 2 - - uid: 156 + - uid: 40793 components: - type: Transform - pos: -44.5,21.5 + pos: -14.5,67.5 parent: 2 - - uid: 246 + - uid: 40794 components: - type: Transform - pos: -46.5,57.5 + pos: -14.5,66.5 parent: 2 - - uid: 791 + - uid: 40795 components: - type: Transform - pos: 17.5,-27.5 + pos: -14.5,65.5 parent: 2 - - uid: 915 + - uid: 40796 components: - type: Transform - pos: -26.5,2.5 + pos: -14.5,64.5 parent: 2 - - uid: 979 + - uid: 40797 components: - type: Transform - pos: -33.5,-6.5 + pos: -13.5,64.5 parent: 2 - - uid: 1277 + - uid: 40798 components: - type: Transform - pos: 32.5,48.5 + pos: -12.5,64.5 parent: 2 - - uid: 1417 + - uid: 40799 components: - type: Transform - pos: 11.5,20.5 + pos: -11.5,64.5 parent: 2 - - uid: 1418 + - uid: 40800 components: - type: Transform - pos: 12.5,20.5 + pos: -10.5,64.5 parent: 2 - - uid: 1431 + - uid: 40801 components: - type: Transform - pos: 13.5,20.5 + pos: -10.5,63.5 parent: 2 - - uid: 1432 + - uid: 40802 components: - type: Transform - pos: 14.5,20.5 + pos: -9.5,63.5 parent: 2 - - uid: 1442 + - uid: 40803 components: - type: Transform - pos: 82.5,-20.5 + pos: -8.5,63.5 parent: 2 - - uid: 1453 + - uid: 40804 components: - type: Transform - pos: 82.5,-23.5 + pos: -7.5,63.5 parent: 2 - - uid: 1459 + - uid: 40805 components: - type: Transform - pos: -10.5,68.5 + pos: -6.5,63.5 parent: 2 - - uid: 1470 + - uid: 40806 components: - type: Transform - pos: 81.5,-23.5 + pos: -5.5,63.5 parent: 2 - - uid: 1477 + - uid: 40807 components: - type: Transform - pos: 83.5,-20.5 + pos: -4.5,63.5 parent: 2 - - uid: 1831 + - uid: 40808 components: - type: Transform - pos: 21.5,-26.5 + pos: -3.5,63.5 parent: 2 - - uid: 1832 + - uid: 40809 components: - type: Transform - pos: 25.5,-22.5 + pos: -11.5,68.5 parent: 2 - - uid: 1873 + - uid: 40810 components: - type: Transform - pos: 20.5,-26.5 + pos: -10.5,68.5 parent: 2 - - uid: 2048 + - uid: 40811 components: - type: Transform - pos: 83.5,-12.5 + pos: -9.5,68.5 parent: 2 - - uid: 2049 + - uid: 40812 components: - type: Transform - pos: 16.5,20.5 + pos: -8.5,68.5 parent: 2 - - uid: 2070 + - uid: 40813 components: - type: Transform - pos: 79.5,-10.5 + pos: -7.5,68.5 parent: 2 - - uid: 2071 + - uid: 40814 components: - type: Transform - pos: 83.5,-17.5 + pos: -6.5,68.5 parent: 2 - - uid: 2084 + - uid: 40815 components: - type: Transform - pos: -30.5,3.5 + pos: -5.5,68.5 parent: 2 - - uid: 2085 + - uid: 40816 components: - type: Transform - pos: -30.5,2.5 + pos: -4.5,68.5 parent: 2 - - uid: 2109 + - uid: 40817 components: - type: Transform - pos: 18.5,20.5 + pos: -3.5,68.5 parent: 2 - - uid: 2120 + - uid: 40818 components: - type: Transform - pos: 10.5,-26.5 + pos: -3.5,69.5 parent: 2 - - uid: 2121 + - uid: 40819 components: - type: Transform - pos: 15.5,20.5 + pos: -3.5,70.5 parent: 2 - - uid: 2137 + - uid: 40820 components: - type: Transform - pos: 36.5,-26.5 + pos: -3.5,71.5 parent: 2 - - uid: 2173 + - uid: 40821 components: - type: Transform - pos: -41.5,26.5 + pos: -3.5,72.5 parent: 2 - - uid: 2186 + - uid: 40822 components: - type: Transform - pos: 28.5,-27.5 + pos: -3.5,73.5 parent: 2 - - uid: 2314 + - uid: 40823 components: - type: Transform - pos: -36.5,26.5 + pos: -3.5,74.5 parent: 2 - - uid: 2334 + - uid: 40824 components: - type: Transform - pos: 11.5,-26.5 + pos: -9.5,74.5 parent: 2 - - uid: 2378 + - uid: 40825 components: - type: Transform - pos: -56.5,44.5 + pos: -9.5,73.5 parent: 2 - - uid: 2403 + - uid: 40826 components: - type: Transform - pos: -35.5,26.5 + pos: -9.5,72.5 parent: 2 - - uid: 2404 + - uid: 40827 components: - type: Transform - pos: 15.5,-26.5 + pos: -9.5,71.5 parent: 2 - - uid: 2420 + - uid: 40828 components: - type: Transform - pos: -56.5,34.5 + pos: -9.5,70.5 parent: 2 - - uid: 2433 + - uid: 40829 components: - type: Transform - pos: 80.5,-23.5 + pos: -9.5,69.5 parent: 2 - - uid: 2455 + - uid: 40830 components: - type: Transform - pos: 10.5,-28.5 + pos: -10.5,55.5 parent: 2 - - uid: 2525 + - uid: 40831 components: - type: Transform - pos: 14.5,-26.5 + pos: -9.5,55.5 parent: 2 - - uid: 2526 + - uid: 40832 components: - type: Transform - pos: -3.5,-20.5 + pos: -8.5,55.5 parent: 2 - - uid: 2552 + - uid: 40833 components: - type: Transform - pos: 13.5,-26.5 + pos: -7.5,55.5 parent: 2 - - uid: 2610 + - uid: 40834 components: - type: Transform - pos: -54.5,30.5 + pos: -6.5,55.5 parent: 2 - - uid: 2616 + - uid: 40835 components: - type: Transform - pos: -29.5,2.5 + pos: -5.5,55.5 parent: 2 - - uid: 2618 + - uid: 40836 components: - type: Transform - pos: 17.5,-28.5 + pos: -4.5,55.5 parent: 2 - - uid: 2648 + - uid: 40837 components: - type: Transform - pos: 12.5,-26.5 + pos: -3.5,55.5 parent: 2 - - uid: 2700 + - uid: 40838 components: - type: Transform - pos: -23.5,45.5 + pos: -3.5,56.5 parent: 2 - - uid: 2724 + - uid: 40839 components: - type: Transform - pos: 85.5,-23.5 + pos: -3.5,57.5 parent: 2 - - uid: 2728 + - uid: 40840 components: - type: Transform - pos: 17.5,-29.5 + pos: -3.5,58.5 parent: 2 - - uid: 2761 + - uid: 40841 components: - type: Transform - pos: -41.5,20.5 + pos: -3.5,59.5 parent: 2 - - uid: 2863 + - uid: 40842 components: - type: Transform - pos: -22.5,45.5 + pos: -3.5,60.5 parent: 2 - - uid: 3001 + - uid: 40843 components: - type: Transform - pos: 17.5,-30.5 + pos: -3.5,61.5 parent: 2 - - uid: 3108 + - uid: 40844 components: - type: Transform - pos: -2.5,26.5 + pos: -3.5,62.5 parent: 2 - - uid: 3139 + - uid: 40845 components: - type: Transform - pos: -28.5,2.5 + pos: -12.5,46.5 parent: 2 - - uid: 3193 + - uid: 40846 components: - type: Transform - pos: 25.5,-30.5 + pos: -12.5,47.5 parent: 2 - - uid: 3197 + - uid: 40847 components: - type: Transform - pos: 25.5,-23.5 + pos: -12.5,48.5 parent: 2 - - uid: 3286 + - uid: 40848 components: - type: Transform - pos: 25.5,-24.5 + pos: -12.5,54.5 parent: 2 - - uid: 3288 + - uid: 40849 components: - type: Transform - pos: 25.5,-25.5 + pos: -11.5,48.5 parent: 2 - - uid: 3289 + - uid: 40850 components: - type: Transform - pos: 25.5,-28.5 + pos: -10.5,48.5 parent: 2 - - uid: 3291 + - uid: 40851 components: - type: Transform - pos: 25.5,-29.5 + pos: -9.5,48.5 parent: 2 - - uid: 3306 + - uid: 40852 components: - type: Transform - pos: 25.5,-26.5 + pos: -8.5,48.5 parent: 2 - - uid: 3309 + - uid: 40853 components: - type: Transform - pos: 25.5,-27.5 + pos: -7.5,48.5 parent: 2 - - uid: 3313 + - uid: 40854 components: - type: Transform - pos: -27.5,2.5 + pos: -6.5,48.5 parent: 2 - - uid: 3333 + - uid: 40855 components: - type: Transform - pos: 32.5,47.5 + pos: -5.5,48.5 parent: 2 - - uid: 3340 + - uid: 40856 components: - type: Transform - pos: 25.5,-31.5 + pos: -4.5,48.5 parent: 2 - - uid: 3355 + - uid: 40857 components: - type: Transform - pos: 25.5,-20.5 + pos: -9.5,47.5 parent: 2 - - uid: 3387 + - uid: 40858 components: - type: Transform - pos: -32.5,6.5 + pos: -9.5,46.5 parent: 2 - - uid: 3389 + - uid: 40859 components: - type: Transform - pos: -28.5,6.5 + pos: -8.5,46.5 parent: 2 - - uid: 3392 + - uid: 40860 components: - type: Transform - pos: -25.5,-1.5 + pos: -7.5,46.5 parent: 2 - - uid: 3393 + - uid: 40861 components: - type: Transform - pos: -27.5,-1.5 + pos: -6.5,46.5 parent: 2 - - uid: 3398 + - uid: 40862 components: - type: Transform - pos: -26.5,-1.5 + pos: -5.5,46.5 parent: 2 - - uid: 3412 + - uid: 40863 components: - type: Transform - pos: -30.5,6.5 + pos: -4.5,46.5 parent: 2 - - uid: 3413 + - uid: 40864 components: - type: Transform - pos: -25.5,3.5 + pos: -3.5,46.5 parent: 2 - - uid: 3424 + - uid: 40865 components: - type: Transform - pos: -25.5,-0.5 + pos: -2.5,46.5 parent: 2 - - uid: 3425 + - uid: 40866 components: - type: Transform - pos: -25.5,0.5 + pos: -12.5,53.5 parent: 2 - - uid: 3485 + - uid: 40867 components: - type: Transform - pos: 52.5,40.5 + pos: -9.5,54.5 parent: 2 - - uid: 3486 + - uid: 40868 components: - type: Transform - pos: 52.5,41.5 + pos: -9.5,53.5 parent: 2 - - uid: 3551 + - uid: 40872 components: - type: Transform - pos: -27.5,40.5 + pos: -26.5,67.5 parent: 2 - - uid: 3562 + - uid: 40879 components: - type: Transform - pos: -40.5,30.5 + pos: -40.5,61.5 parent: 2 - - uid: 3650 + - uid: 40880 components: - type: Transform - pos: 77.5,-11.5 + pos: -39.5,61.5 parent: 2 - - uid: 3817 + - uid: 40881 components: - type: Transform - pos: -25.5,4.5 + pos: -38.5,61.5 parent: 2 - - uid: 3861 + - uid: 40883 components: - type: Transform - pos: -29.5,6.5 + pos: -25.5,60.5 parent: 2 - - uid: 3866 + - uid: 40884 components: - type: Transform - pos: 66.5,-28.5 + pos: -24.5,60.5 parent: 2 - - uid: 3867 + - uid: 40918 components: - type: Transform - pos: 64.5,-27.5 + pos: -20.5,82.5 parent: 2 - - uid: 3928 + - uid: 40919 components: - type: Transform - pos: 39.5,13.5 + pos: -21.5,82.5 parent: 2 - - uid: 3949 + - uid: 40928 components: - type: Transform - pos: -25.5,5.5 + pos: -26.5,68.5 parent: 2 - - uid: 4015 + - uid: 40929 components: - type: Transform - pos: -25.5,6.5 + pos: -26.5,69.5 parent: 2 - - uid: 4079 + - uid: 40930 components: - type: Transform - pos: 32.5,45.5 + pos: -26.5,70.5 parent: 2 - - uid: 4335 + - uid: 40931 components: - type: Transform - pos: 32.5,43.5 + pos: -26.5,71.5 parent: 2 - - uid: 4649 + - uid: 40932 components: - type: Transform - pos: -28.5,43.5 + pos: -26.5,72.5 parent: 2 - - uid: 4652 + - uid: 40933 components: - type: Transform - pos: 17.5,-19.5 + pos: -22.5,72.5 parent: 2 - - uid: 4654 + - uid: 40934 components: - type: Transform - pos: 17.5,-21.5 + pos: -23.5,72.5 parent: 2 - - uid: 4691 + - uid: 40935 components: - type: Transform - pos: 17.5,-17.5 + pos: -24.5,72.5 parent: 2 - - uid: 4720 + - uid: 40936 components: - type: Transform - pos: 10.5,-27.5 + pos: -25.5,72.5 parent: 2 - - uid: 4735 + - uid: 40937 components: - type: Transform - pos: -25.5,23.5 + pos: -26.5,77.5 parent: 2 - - uid: 4765 + - uid: 40938 components: - type: Transform - pos: -27.5,23.5 + pos: -26.5,78.5 parent: 2 - - uid: 4779 + - uid: 40939 components: - type: Transform - pos: 17.5,-16.5 + pos: -26.5,79.5 parent: 2 - - uid: 4812 + - uid: 40940 components: - type: Transform - pos: 17.5,-18.5 + pos: -26.5,80.5 parent: 2 - - uid: 4852 + - uid: 40941 components: - type: Transform - pos: -82.5,-45.5 + pos: -26.5,81.5 parent: 2 - - uid: 4853 + - uid: 40942 components: - type: Transform - pos: -93.5,-33.5 + pos: -26.5,82.5 parent: 2 - - uid: 4868 + - uid: 40943 components: - type: Transform - pos: -54.5,64.5 + pos: -25.5,82.5 parent: 2 - - uid: 4873 + - uid: 40944 components: - type: Transform - pos: -84.5,-45.5 + pos: -24.5,82.5 parent: 2 - - uid: 4874 + - uid: 40945 components: - type: Transform - pos: -85.5,-45.5 + pos: -23.5,82.5 parent: 2 - - uid: 4875 + - uid: 40946 components: - type: Transform - pos: -86.5,-48.5 + pos: -22.5,82.5 parent: 2 - - uid: 4878 + - uid: 40949 components: - type: Transform - pos: -83.5,-45.5 + pos: -19.5,82.5 parent: 2 - - uid: 4879 + - uid: 40950 components: - type: Transform - pos: -94.5,-33.5 + pos: -18.5,82.5 parent: 2 - - uid: 4883 + - uid: 40951 components: - type: Transform - pos: -53.5,64.5 + pos: -18.5,83.5 parent: 2 - - uid: 4884 + - uid: 40952 components: - type: Transform - pos: -92.5,-33.5 + pos: -17.5,82.5 parent: 2 - - uid: 4914 + - uid: 40953 components: - type: Transform - pos: 52.5,43.5 + pos: -16.5,82.5 parent: 2 - - uid: 5030 + - uid: 40954 components: - type: Transform - pos: -28.5,42.5 + pos: -15.5,82.5 parent: 2 - - uid: 5039 + - uid: 40955 components: - type: Transform - pos: 80.5,-16.5 + pos: -14.5,82.5 parent: 2 - - uid: 5042 + - uid: 40956 components: - type: Transform - pos: -28.5,40.5 + pos: -13.5,82.5 parent: 2 - - uid: 5043 + - uid: 40957 components: - type: Transform - pos: -28.5,41.5 + pos: -12.5,82.5 parent: 2 - - uid: 5086 + - uid: 40958 components: - type: Transform - pos: -28.5,44.5 + pos: -11.5,82.5 parent: 2 - - uid: 5090 + - uid: 40959 components: - type: Transform - pos: 65.5,-27.5 + pos: -10.5,82.5 parent: 2 - - uid: 5187 + - uid: 40960 components: - type: Transform - pos: 77.5,-6.5 + pos: -9.5,82.5 parent: 2 - - uid: 5208 + - uid: 40961 components: - type: Transform - pos: 25.5,-19.5 + pos: -8.5,82.5 parent: 2 - - uid: 5236 + - uid: 40962 components: - type: Transform - pos: 77.5,-7.5 + pos: -7.5,82.5 parent: 2 - - uid: 5296 + - uid: 40963 components: - type: Transform - pos: 8.5,-28.5 + pos: -6.5,82.5 parent: 2 - - uid: 5318 + - uid: 40964 components: - type: Transform - pos: 97.5,76.5 + pos: -5.5,82.5 parent: 2 - - uid: 5319 + - uid: 40965 components: - type: Transform - pos: 98.5,76.5 + pos: -4.5,82.5 parent: 2 - - uid: 5380 + - uid: 40966 components: - type: Transform - pos: -26.5,45.5 + pos: -3.5,82.5 parent: 2 - - uid: 5536 + - uid: 40967 components: - type: Transform - pos: -28.5,45.5 + pos: -2.5,82.5 parent: 2 - - uid: 5752 + - uid: 40968 components: - type: Transform - pos: -27.5,6.5 + pos: -15.5,83.5 parent: 2 - - uid: 5753 + - uid: 40969 components: - type: Transform - pos: -30.5,-1.5 + pos: -15.5,84.5 parent: 2 - - uid: 5754 + - uid: 40970 components: - type: Transform - pos: -29.5,-1.5 + pos: -15.5,85.5 parent: 2 - - uid: 5902 + - uid: 40971 components: - type: Transform - pos: 34.5,-26.5 + pos: -15.5,87.5 parent: 2 - - uid: 5903 + - uid: 40972 components: - type: Transform - pos: 28.5,-26.5 + pos: -15.5,88.5 parent: 2 - - uid: 5904 + - uid: 40973 components: - type: Transform - pos: 28.5,-30.5 + pos: -21.5,83.5 parent: 2 - - uid: 5912 + - uid: 40974 components: - type: Transform - pos: 84.5,-20.5 + pos: -21.5,84.5 parent: 2 - - uid: 5922 + - uid: 40975 components: - type: Transform - pos: -41.5,56.5 + pos: -21.5,85.5 parent: 2 - - uid: 5925 + - uid: 40976 components: - type: Transform - pos: -42.5,56.5 + pos: -21.5,86.5 parent: 2 - - uid: 5965 + - uid: 40977 components: - type: Transform - pos: -33.5,-7.5 + pos: -21.5,87.5 parent: 2 - - uid: 6315 + - uid: 40978 components: - type: Transform - pos: -21.5,45.5 + pos: -26.5,83.5 parent: 2 - - uid: 6327 + - uid: 40979 components: - type: Transform - pos: -26.5,40.5 + pos: -26.5,84.5 parent: 2 - - uid: 6396 + - uid: 40981 components: - type: Transform - pos: -24.5,27.5 + pos: -11.5,84.5 parent: 2 - - uid: 6424 + - uid: 40982 components: - type: Transform - pos: 79.5,0.5 + pos: -11.5,83.5 parent: 2 - - uid: 6427 + - uid: 41003 components: - type: Transform - pos: 79.5,3.5 + pos: -12.5,84.5 parent: 2 - - uid: 6428 + - uid: 41004 components: - type: Transform - pos: 79.5,2.5 + pos: -12.5,85.5 parent: 2 - - uid: 6429 + - uid: 41005 components: - type: Transform - pos: 79.5,1.5 + pos: -12.5,86.5 parent: 2 - - uid: 6430 + - uid: 41006 components: - type: Transform - pos: 84.5,26.5 + pos: -11.5,86.5 parent: 2 - - uid: 6431 + - uid: 41007 components: - type: Transform - pos: 80.5,3.5 + pos: -10.5,86.5 parent: 2 - - uid: 6438 + - uid: 41008 components: - type: Transform - pos: 81.5,-9.5 + pos: -9.5,86.5 parent: 2 - - uid: 6855 + - uid: 41009 components: - type: Transform - pos: 25.5,-18.5 + pos: -8.5,86.5 parent: 2 - - uid: 6933 + - uid: 41010 components: - type: Transform - pos: -25.5,40.5 + pos: -7.5,86.5 parent: 2 - - uid: 7133 + - uid: 41011 components: - type: Transform - pos: 17.5,-20.5 + pos: -6.5,86.5 parent: 2 - - uid: 7202 + - uid: 41012 components: - type: Transform - pos: -31.5,6.5 + pos: -5.5,86.5 parent: 2 - - uid: 7204 + - uid: 41013 components: - type: Transform - pos: -25.5,1.5 + pos: -4.5,86.5 parent: 2 - - uid: 7205 + - uid: 41014 components: - type: Transform - pos: -25.5,2.5 + pos: -3.5,86.5 parent: 2 - - uid: 7206 + - uid: 41015 components: - type: Transform - pos: -26.5,6.5 + pos: -2.5,86.5 parent: 2 - - uid: 7293 + - uid: 41016 components: - type: Transform - pos: -25.5,26.5 + pos: -26.5,85.5 parent: 2 - - uid: 7323 + - uid: 41017 components: - type: Transform - pos: -95.5,-33.5 + pos: -26.5,86.5 parent: 2 - - uid: 7404 + - uid: 41018 components: - type: Transform - pos: -24.5,40.5 + pos: -26.5,87.5 parent: 2 - - uid: 7464 + - uid: 41019 components: - type: Transform - pos: -52.5,64.5 + pos: -26.5,88.5 parent: 2 - - uid: 7466 + - uid: 41020 components: - type: Transform - pos: -46.5,56.5 + pos: -27.5,82.5 parent: 2 - - uid: 7467 + - uid: 41021 components: - type: Transform - pos: -6.5,70.5 + pos: -28.5,82.5 parent: 2 - - uid: 7473 + - uid: 41022 components: - type: Transform - pos: -4.5,70.5 + pos: -29.5,82.5 parent: 2 - - uid: 7474 + - uid: 41023 components: - type: Transform - pos: -9.5,68.5 + pos: -29.5,83.5 parent: 2 - - uid: 7488 + - uid: 41024 components: - type: Transform - pos: -7.5,69.5 + pos: -29.5,84.5 parent: 2 - - uid: 7489 + - uid: 41025 components: - type: Transform - pos: -11.5,68.5 + pos: -29.5,85.5 parent: 2 - - uid: 7549 + - uid: 41026 components: - type: Transform - pos: -33.5,71.5 + pos: -29.5,86.5 parent: 2 - - uid: 7553 + - uid: 41027 components: - type: Transform - pos: -23.5,40.5 + pos: -29.5,87.5 parent: 2 - - uid: 7581 + - uid: 41028 components: - type: Transform - pos: -43.5,69.5 + pos: -29.5,88.5 parent: 2 - - uid: 7630 + - uid: 41029 components: - type: Transform - pos: -69.5,24.5 + pos: -30.5,88.5 parent: 2 - - uid: 7691 + - uid: 41030 components: - type: Transform - pos: -22.5,40.5 + pos: -31.5,88.5 parent: 2 - - uid: 7694 + - uid: 41031 components: - type: Transform - pos: -96.5,-33.5 + pos: -32.5,88.5 parent: 2 - - uid: 7710 + - uid: 41032 components: - type: Transform - pos: -97.5,-33.5 + pos: -30.5,84.5 parent: 2 - - uid: 7715 + - uid: 41033 components: - type: Transform - pos: -95.5,-35.5 + pos: -31.5,84.5 parent: 2 - - uid: 7808 + - uid: 41034 components: - type: Transform - pos: 23.5,-26.5 + pos: -32.5,84.5 parent: 2 - - uid: 7941 + - uid: 41035 components: - type: Transform - pos: 69.5,38.5 + pos: -30.5,80.5 parent: 2 - - uid: 7968 + - uid: 41036 components: - type: Transform - pos: -21.5,40.5 + pos: -31.5,80.5 parent: 2 - - uid: 8017 + - uid: 41037 components: - type: Transform - pos: 22.5,-26.5 + pos: -32.5,80.5 parent: 2 - - uid: 8019 + - uid: 41038 components: - type: Transform - pos: -20.5,40.5 + pos: -29.5,81.5 parent: 2 - - uid: 8062 + - uid: 41039 components: - type: Transform - pos: 77.5,-14.5 + pos: -29.5,80.5 parent: 2 - - uid: 8137 + - uid: 41040 components: - type: Transform - pos: 7.5,-28.5 + pos: -29.5,79.5 parent: 2 - - uid: 8147 + - uid: 41041 components: - type: Transform - pos: -71.5,-33.5 + pos: -29.5,78.5 parent: 2 - - uid: 8153 + - uid: 41042 components: - type: Transform - pos: -70.5,-33.5 + pos: -29.5,77.5 parent: 2 - - uid: 8283 + - uid: 41043 components: - type: Transform - pos: -52.5,54.5 + pos: -29.5,76.5 parent: 2 - - uid: 8284 + - uid: 41044 components: - type: Transform - pos: -57.5,64.5 + pos: -30.5,76.5 parent: 2 - - uid: 8302 + - uid: 41045 components: - type: Transform - pos: 81.5,5.5 + pos: -31.5,76.5 parent: 2 - - uid: 8303 + - uid: 41046 components: - type: Transform - pos: 85.5,11.5 + pos: -32.5,76.5 parent: 2 - - uid: 8305 + - uid: 41047 components: - type: Transform - pos: 85.5,9.5 + pos: -25.5,77.5 parent: 2 - - uid: 8315 + - uid: 41048 components: - type: Transform - pos: -51.5,54.5 + pos: -24.5,77.5 parent: 2 - - uid: 8317 + - uid: 41049 components: - type: Transform - pos: -55.5,64.5 + pos: -23.5,77.5 parent: 2 - - uid: 8318 + - uid: 41050 components: - type: Transform - pos: -58.5,64.5 + pos: -22.5,77.5 parent: 2 - - uid: 8323 + - uid: 41051 components: - type: Transform - pos: 39.5,15.5 + pos: -21.5,77.5 parent: 2 - - uid: 8344 + - uid: 41052 components: - type: Transform - pos: 83.5,8.5 + pos: -20.5,77.5 parent: 2 - - uid: 8406 + - uid: 41053 components: - type: Transform - pos: 5.5,46.5 + pos: -19.5,77.5 parent: 2 - - uid: 8450 + - uid: 41054 components: - type: Transform - pos: 77.5,-12.5 + pos: -18.5,77.5 parent: 2 - - uid: 8477 + - uid: 41055 components: - type: Transform - pos: 28.5,-28.5 + pos: -17.5,77.5 parent: 2 - - uid: 8479 + - uid: 41056 components: - type: Transform - pos: 84.5,8.5 + pos: -16.5,77.5 parent: 2 - - uid: 8490 + - uid: 41057 components: - type: Transform - pos: 83.5,6.5 + pos: -21.5,72.5 parent: 2 - - uid: 8498 + - uid: 41059 components: - type: Transform - pos: 85.5,10.5 + pos: -22.5,65.5 parent: 2 - - uid: 8499 + - uid: 41062 components: - type: Transform - pos: 85.5,8.5 + pos: -31.5,71.5 parent: 2 - - uid: 8500 + - uid: 41063 components: - type: Transform - pos: 85.5,13.5 + pos: -31.5,70.5 parent: 2 - - uid: 8502 + - uid: 41064 components: - type: Transform - pos: 85.5,16.5 + pos: -31.5,69.5 parent: 2 - - uid: 8503 + - uid: 41065 components: - type: Transform - pos: 85.5,14.5 + pos: -31.5,68.5 parent: 2 - - uid: 8639 + - uid: 41066 components: - type: Transform - pos: -70.5,24.5 + pos: -31.5,67.5 parent: 2 - - uid: 8644 + - uid: 41067 components: - type: Transform - pos: 85.5,15.5 + pos: -31.5,66.5 parent: 2 - - uid: 8690 + - uid: 41068 components: - type: Transform - pos: -92.5,-35.5 + pos: -31.5,65.5 parent: 2 - - uid: 8768 + - uid: 41092 components: - type: Transform - pos: -43.5,20.5 + pos: -19.5,55.5 parent: 2 - - uid: 8825 + - uid: 41093 components: - type: Transform - pos: 28.5,-29.5 + pos: -18.5,55.5 parent: 2 - - uid: 8947 + - uid: 41094 components: - type: Transform - pos: -54.5,16.5 + pos: -18.5,56.5 parent: 2 - - uid: 8949 + - uid: 41095 components: - type: Transform - pos: -54.5,14.5 + pos: -18.5,57.5 parent: 2 - - uid: 8962 + - uid: 41111 components: - type: Transform - pos: -54.5,12.5 + pos: -25.5,65.5 parent: 2 - - uid: 8977 + - uid: 41165 components: - type: Transform - pos: 39.5,16.5 + pos: -23.5,65.5 parent: 2 - - uid: 9009 + - uid: 41969 components: - type: Transform - pos: -54.5,34.5 + pos: 3.5,88.5 parent: 2 - - uid: 9021 + - uid: 41970 components: - type: Transform - pos: -54.5,35.5 + pos: 2.5,88.5 parent: 2 - - uid: 9024 + - uid: 41971 components: - type: Transform - pos: -54.5,32.5 + pos: 1.5,88.5 parent: 2 - - uid: 9052 + - uid: 41972 components: - type: Transform - pos: 24.5,-26.5 + pos: 1.5,89.5 parent: 2 - - uid: 9057 + - uid: 41973 components: - type: Transform - pos: -97.5,-34.5 + pos: 1.5,90.5 parent: 2 - - uid: 9121 + - uid: 41974 components: - type: Transform - pos: -31.5,26.5 + pos: 1.5,91.5 parent: 2 - - uid: 9133 + - uid: 41975 components: - type: Transform - pos: -13.5,40.5 + pos: 0.5,91.5 parent: 2 - - uid: 9134 + - uid: 41976 components: - type: Transform - pos: -12.5,40.5 + pos: -0.5,91.5 parent: 2 - - uid: 9218 + - uid: 41977 components: - type: Transform - pos: -26.5,51.5 + pos: -1.5,91.5 parent: 2 - - uid: 9228 + - uid: 41978 components: - type: Transform - pos: -20.5,45.5 + pos: -2.5,91.5 parent: 2 - - uid: 9305 + - uid: 41979 components: - type: Transform - pos: -18.5,45.5 + pos: -3.5,91.5 parent: 2 - - uid: 9317 + - uid: 41980 components: - type: Transform - pos: -40.5,74.5 + pos: -4.5,91.5 parent: 2 - - uid: 9347 + - uid: 41981 components: - type: Transform - pos: 84.5,-9.5 + pos: -5.5,91.5 parent: 2 - - uid: 9515 + - uid: 41982 components: - type: Transform - pos: -5.5,64.5 + pos: -6.5,91.5 parent: 2 - - uid: 9516 + - uid: 41983 components: - type: Transform - pos: -3.5,64.5 + pos: -7.5,91.5 parent: 2 - - uid: 9517 + - uid: 41984 components: - type: Transform - pos: -17.5,45.5 + pos: -8.5,91.5 parent: 2 - - uid: 9520 + - uid: 41985 components: - type: Transform - pos: -54.5,33.5 + pos: -9.5,91.5 parent: 2 - - uid: 9524 + - uid: 41986 components: - type: Transform - pos: -55.5,34.5 + pos: 2.5,91.5 parent: 2 - - uid: 9526 + - uid: 41987 components: - type: Transform - pos: -54.5,28.5 + pos: 3.5,91.5 parent: 2 - - uid: 9542 + - uid: 41988 components: - type: Transform - pos: -7.5,64.5 + pos: 4.5,91.5 parent: 2 - - uid: 9545 + - uid: 41989 components: - type: Transform - pos: -19.5,45.5 + pos: 5.5,91.5 parent: 2 - - uid: 9561 + - uid: 41990 components: - type: Transform - pos: -12.5,64.5 + pos: 6.5,91.5 parent: 2 - - uid: 9562 + - uid: 41991 components: - type: Transform - pos: -26.5,64.5 + pos: 7.5,91.5 parent: 2 - - uid: 9564 + - uid: 41992 components: - type: Transform - pos: -26.5,63.5 + pos: 8.5,91.5 parent: 2 - - uid: 9565 + - uid: 41993 components: - type: Transform - pos: -26.5,62.5 + pos: 9.5,91.5 parent: 2 - - uid: 9566 + - uid: 41994 components: - type: Transform - pos: -26.5,61.5 + pos: 10.5,91.5 parent: 2 - - uid: 9569 + - uid: 41995 components: - type: Transform - pos: -26.5,60.5 + pos: 11.5,91.5 parent: 2 - - uid: 9572 + - uid: 41996 components: - type: Transform - pos: -54.5,26.5 + pos: 12.5,91.5 parent: 2 - - uid: 9573 + - uid: 41997 components: - type: Transform - pos: -26.5,59.5 + pos: 13.5,91.5 parent: 2 - - uid: 9575 + - uid: 41998 components: - type: Transform - pos: -26.5,58.5 + pos: 1.5,92.5 parent: 2 - - uid: 9576 + - uid: 41999 components: - type: Transform - pos: -26.5,57.5 + pos: 1.5,93.5 parent: 2 - - uid: 9577 + - uid: 42000 components: - type: Transform - pos: -26.5,56.5 + pos: 1.5,94.5 parent: 2 - - uid: 9661 + - uid: 42001 components: - type: Transform - pos: -32.5,26.5 + pos: 1.5,95.5 parent: 2 - - uid: 9708 + - uid: 42002 components: - type: Transform - pos: -94.5,-35.5 + pos: 1.5,96.5 parent: 2 - - uid: 9709 + - uid: 42003 components: - type: Transform - pos: -75.5,51.5 + pos: 1.5,97.5 parent: 2 - - uid: 9710 + - uid: 42004 components: - type: Transform - pos: -97.5,-35.5 + pos: -6.5,92.5 parent: 2 - - uid: 9711 + - uid: 42005 components: - type: Transform - pos: -85.5,-53.5 + pos: -6.5,93.5 parent: 2 - - uid: 9712 + - uid: 42006 components: - type: Transform - pos: -87.5,-59.5 + pos: -6.5,94.5 parent: 2 - - uid: 9713 + - uid: 42007 components: - type: Transform - pos: -90.5,-49.5 + pos: -6.5,95.5 parent: 2 - - uid: 9714 + - uid: 42008 components: - type: Transform - pos: -95.5,-48.5 + pos: -6.5,96.5 parent: 2 - - uid: 9715 + - uid: 42009 components: - type: Transform - pos: -97.5,-50.5 + pos: -6.5,97.5 parent: 2 - - uid: 9716 + - uid: 42010 components: - type: Transform - pos: -83.5,-48.5 + pos: 9.5,92.5 parent: 2 - - uid: 9717 + - uid: 42011 components: - type: Transform - pos: -86.5,-54.5 + pos: 9.5,93.5 parent: 2 - - uid: 9718 + - uid: 42012 components: - type: Transform - pos: -84.5,-48.5 + pos: 9.5,94.5 parent: 2 - - uid: 9719 + - uid: 42013 components: - type: Transform - pos: -84.5,-58.5 + pos: 9.5,95.5 parent: 2 - - uid: 9720 + - uid: 42014 components: - type: Transform - pos: -81.5,-58.5 + pos: 9.5,96.5 parent: 2 - - uid: 9723 + - uid: 42015 components: - type: Transform - pos: -84.5,-50.5 + pos: 9.5,97.5 parent: 2 - - uid: 9724 + - uid: 42043 components: - type: Transform - pos: -85.5,-48.5 + pos: 6.5,83.5 parent: 2 - - uid: 9725 + - uid: 42044 components: - type: Transform - pos: -84.5,-55.5 + pos: 6.5,82.5 parent: 2 - - uid: 9726 + - uid: 42045 components: - type: Transform - pos: -85.5,-50.5 + pos: 7.5,82.5 parent: 2 - - uid: 9727 + - uid: 42046 components: - type: Transform - pos: -84.5,-53.5 + pos: 8.5,82.5 parent: 2 - - uid: 9728 + - uid: 42047 components: - type: Transform - pos: -86.5,-50.5 + pos: 9.5,82.5 parent: 2 - - uid: 9729 + - uid: 42048 components: - type: Transform - pos: -83.5,-53.5 + pos: 10.5,82.5 parent: 2 - - uid: 9730 + - uid: 42049 components: - type: Transform - pos: -97.5,-53.5 + pos: 11.5,82.5 parent: 2 - - uid: 9731 + - uid: 42050 components: - type: Transform - pos: -92.5,-53.5 + pos: 12.5,82.5 parent: 2 - - uid: 9732 + - uid: 42051 components: - type: Transform - pos: -82.5,-53.5 + pos: 12.5,81.5 parent: 2 - - uid: 9736 + - uid: 42052 components: - type: Transform - pos: -70.5,51.5 + pos: 12.5,80.5 parent: 2 - - uid: 9738 + - uid: 42053 components: - type: Transform - pos: -76.5,51.5 + pos: 12.5,79.5 parent: 2 - - uid: 9741 + - uid: 42054 components: - type: Transform - pos: -69.5,51.5 + pos: 11.5,79.5 parent: 2 - - uid: 9743 + - uid: 42055 components: - type: Transform - pos: 88.5,-9.5 + pos: 10.5,79.5 parent: 2 - - uid: 9748 + - uid: 42056 components: - type: Transform - pos: 58.5,-79.5 + pos: 9.5,79.5 parent: 2 - - uid: 9749 + - uid: 42057 components: - type: Transform - pos: 64.5,-45.5 + pos: 8.5,79.5 parent: 2 - - uid: 9750 + - uid: 42058 components: - type: Transform - pos: 59.5,-49.5 + pos: 8.5,80.5 parent: 2 - - uid: 9751 + - uid: 42059 components: - type: Transform - pos: 61.5,-49.5 + pos: 8.5,81.5 parent: 2 - - uid: 9752 + - uid: 42092 components: - type: Transform - pos: 65.5,-50.5 + pos: -24.5,65.5 parent: 2 - - uid: 9754 + - uid: 42207 components: - type: Transform - pos: -62.5,40.5 + pos: -22.5,67.5 parent: 2 - - uid: 9755 + - uid: 42208 components: - type: Transform - pos: -63.5,40.5 + pos: -22.5,68.5 parent: 2 - - uid: 9756 + - uid: 42209 components: - type: Transform - pos: -65.5,40.5 + pos: -22.5,69.5 parent: 2 - - uid: 9757 + - uid: 42210 components: - type: Transform - pos: -66.5,40.5 + pos: -22.5,70.5 parent: 2 - - uid: 9758 + - uid: 42211 components: - type: Transform - pos: -66.5,41.5 + pos: -22.5,71.5 parent: 2 - - uid: 9759 + - uid: 42212 components: - type: Transform - pos: -66.5,43.5 + pos: -22.5,64.5 parent: 2 - - uid: 9760 + - uid: 42213 components: - type: Transform - pos: -66.5,44.5 + pos: -22.5,63.5 parent: 2 - - uid: 9761 + - uid: 42214 components: - type: Transform - pos: -66.5,45.5 + pos: -22.5,62.5 parent: 2 - - uid: 9762 + - uid: 42215 components: - type: Transform - pos: -66.5,46.5 + pos: -22.5,61.5 parent: 2 - - uid: 9763 + - uid: 42216 components: - type: Transform - pos: -66.5,50.5 + pos: -22.5,60.5 parent: 2 - - uid: 9764 + - uid: 42217 components: - type: Transform - pos: -66.5,51.5 + pos: -22.5,59.5 parent: 2 - - uid: 9765 + - uid: 42218 components: - type: Transform - pos: -67.5,51.5 + pos: -21.5,61.5 parent: 2 - - uid: 9766 + - uid: 42219 components: - type: Transform - pos: 62.5,-61.5 + pos: -20.5,61.5 parent: 2 - - uid: 9767 + - uid: 42220 components: - type: Transform - pos: 60.5,-61.5 + pos: -19.5,61.5 parent: 2 - - uid: 9768 + - uid: 42221 components: - type: Transform - pos: 50.5,-61.5 + pos: -14.5,69.5 parent: 2 - - uid: 9770 + - uid: 42222 components: - type: Transform - pos: -73.5,51.5 + pos: -14.5,70.5 parent: 2 - - uid: 9771 + - uid: 42223 components: - type: Transform - pos: 48.5,-61.5 + pos: -14.5,71.5 parent: 2 - - uid: 9772 + - uid: 42227 components: - type: Transform - pos: 67.5,-85.5 + pos: -9.5,75.5 parent: 2 - - uid: 9773 + - uid: 42228 components: - type: Transform - pos: 63.5,-86.5 + pos: -3.5,75.5 parent: 2 - - uid: 9774 + - uid: 42229 components: - type: Transform - pos: -72.5,51.5 + pos: 5.5,82.5 parent: 2 - - uid: 9775 + - uid: 42230 components: - type: Transform - pos: -71.5,51.5 + pos: 4.5,82.5 parent: 2 - - uid: 9776 + - uid: 42231 components: - type: Transform - pos: 57.5,-80.5 + pos: 3.5,82.5 parent: 2 - - uid: 9777 + - uid: 42232 components: - type: Transform - pos: 57.5,-76.5 + pos: 2.5,82.5 parent: 2 - - uid: 9778 + - uid: 42233 components: - type: Transform - pos: 50.5,-51.5 + pos: 1.5,82.5 parent: 2 - - uid: 9779 + - uid: 42234 components: - type: Transform - pos: 50.5,-49.5 + pos: 1.5,83.5 parent: 2 - - uid: 9780 + - uid: 42235 components: - type: Transform - pos: 51.5,-49.5 + pos: 1.5,84.5 parent: 2 - - uid: 9781 + - uid: 42238 components: - type: Transform - pos: 52.5,-49.5 + pos: 1.5,81.5 parent: 2 - - uid: 9782 + - uid: 42239 components: - type: Transform - pos: 55.5,-45.5 + pos: 1.5,80.5 parent: 2 - - uid: 9783 + - uid: 42240 components: - type: Transform - pos: 57.5,-45.5 + pos: 1.5,79.5 parent: 2 - - uid: 9797 + - uid: 42241 components: - type: Transform - pos: -33.5,68.5 + pos: 1.5,78.5 parent: 2 - - uid: 9802 + - uid: 42242 components: - type: Transform - pos: -92.5,-58.5 + pos: 1.5,77.5 parent: 2 - - uid: 9803 + - uid: 42243 components: - type: Transform - pos: -95.5,-58.5 + pos: 1.5,76.5 parent: 2 - - uid: 9804 + - uid: 42244 components: - type: Transform - pos: -98.5,-34.5 + pos: 1.5,75.5 parent: 2 - - uid: 9805 + - uid: 42245 components: - type: Transform - pos: -96.5,-35.5 + pos: 4.5,75.5 parent: 2 - - uid: 9806 + - uid: 42246 components: - type: Transform - pos: -89.5,-62.5 + pos: -7.5,94.5 parent: 2 - - uid: 9809 + - uid: 42247 components: - type: Transform - pos: -87.5,-64.5 + pos: -8.5,94.5 parent: 2 - - uid: 9810 + - uid: 42248 components: - type: Transform - pos: -86.5,-63.5 + pos: -9.5,94.5 parent: 2 - - uid: 9812 + - uid: 42249 components: - type: Transform - pos: -89.5,-64.5 + pos: -5.5,94.5 parent: 2 - - uid: 9813 + - uid: 42250 components: - type: Transform - pos: -82.5,-34.5 + pos: -4.5,94.5 parent: 2 - - uid: 9814 + - uid: 42251 components: - type: Transform - pos: -77.5,-34.5 + pos: -3.5,94.5 parent: 2 - - uid: 9816 + - uid: 42252 components: - type: Transform - pos: -83.5,-34.5 + pos: -2.5,94.5 parent: 2 - - uid: 9817 + - uid: 42253 components: - type: Transform - pos: -76.5,-34.5 + pos: -1.5,94.5 parent: 2 - - uid: 9820 + - uid: 42254 components: - type: Transform - pos: -80.5,-34.5 + pos: -0.5,94.5 parent: 2 - - uid: 9827 + - uid: 42255 components: - type: Transform - pos: -89.5,-48.5 + pos: 0.5,94.5 parent: 2 - - uid: 9828 + - uid: 42256 components: - type: Transform - pos: -89.5,-49.5 + pos: 2.5,94.5 parent: 2 - - uid: 9830 + - uid: 42257 components: - type: Transform - pos: -89.5,-50.5 + pos: 3.5,94.5 parent: 2 - - uid: 9831 + - uid: 42258 components: - type: Transform - pos: -89.5,-61.5 + pos: 4.5,94.5 parent: 2 - - uid: 9834 + - uid: 42259 components: - type: Transform - pos: -78.5,51.5 + pos: 5.5,94.5 parent: 2 - - uid: 9836 + - uid: 42260 components: - type: Transform - pos: -85.5,-63.5 + pos: 6.5,94.5 parent: 2 - - uid: 9838 + - uid: 42261 components: - type: Transform - pos: -81.5,-34.5 + pos: 7.5,94.5 parent: 2 - - uid: 9839 + - uid: 42262 components: - type: Transform - pos: -84.5,-34.5 + pos: 8.5,94.5 parent: 2 - - uid: 9849 + - uid: 42263 components: - type: Transform - pos: -85.5,-34.5 + pos: 10.5,94.5 parent: 2 - - uid: 9898 + - uid: 42264 components: - type: Transform - pos: -57.5,39.5 + pos: 11.5,94.5 parent: 2 - - uid: 9903 + - uid: 42265 components: - type: Transform - pos: -57.5,40.5 + pos: 12.5,94.5 parent: 2 - - uid: 9904 + - uid: 42266 components: - type: Transform - pos: -58.5,40.5 + pos: 13.5,94.5 parent: 2 - - uid: 9913 + - uid: 42267 components: - type: Transform - pos: 89.5,-9.5 + pos: -10.5,94.5 parent: 2 - - uid: 9915 + - uid: 42275 components: - type: Transform - pos: 89.5,-8.5 + pos: 14.5,71.5 parent: 2 - - uid: 9916 + - uid: 42285 components: - type: Transform - pos: 89.5,-7.5 + pos: -47.5,74.5 parent: 2 - - uid: 9941 + - uid: 42293 components: - type: Transform - pos: -89.5,-63.5 + pos: -42.5,71.5 parent: 2 - - uid: 9947 + - uid: 42294 components: - type: Transform - pos: -88.5,-64.5 + pos: -41.5,71.5 parent: 2 - - uid: 9950 + - uid: 42295 components: - type: Transform - pos: -54.5,38.5 + pos: -40.5,71.5 parent: 2 - - uid: 9957 + - uid: 42296 components: - type: Transform - pos: -58.5,41.5 + pos: -39.5,71.5 parent: 2 - - uid: 9958 + - uid: 42297 components: - type: Transform - pos: -57.5,41.5 + pos: -38.5,71.5 parent: 2 - - uid: 9959 + - uid: 42298 components: - type: Transform - pos: -60.5,41.5 + pos: -37.5,71.5 parent: 2 - - uid: 9960 + - uid: 42299 components: - type: Transform - pos: -61.5,41.5 + pos: -37.5,70.5 parent: 2 - - uid: 9961 + - uid: 42300 components: - type: Transform - pos: -61.5,40.5 + pos: -37.5,69.5 parent: 2 - - uid: 9967 + - uid: 42301 components: - type: Transform - pos: -59.5,41.5 + pos: -37.5,68.5 parent: 2 - - uid: 9969 + - uid: 42302 components: - type: Transform - pos: -54.5,39.5 + pos: -37.5,67.5 parent: 2 - - uid: 9970 + - uid: 42303 components: - type: Transform - pos: -55.5,39.5 + pos: -37.5,66.5 parent: 2 - - uid: 9971 + - uid: 42304 components: - type: Transform - pos: -56.5,39.5 + pos: -37.5,65.5 parent: 2 - - uid: 9973 + - uid: 42305 components: - type: Transform - pos: -58.5,39.5 + pos: -42.5,66.5 parent: 2 - - uid: 9978 + - uid: 42306 components: - type: Transform - pos: -64.5,34.5 + pos: -41.5,66.5 parent: 2 - - uid: 9979 + - uid: 42307 components: - type: Transform - pos: -65.5,34.5 + pos: -40.5,66.5 parent: 2 - - uid: 9980 + - uid: 42308 components: - type: Transform - pos: -66.5,34.5 + pos: -39.5,66.5 parent: 2 - - uid: 9981 + - uid: 42365 components: - type: Transform - pos: -67.5,34.5 + pos: 8.5,83.5 parent: 2 - - uid: 9987 + - uid: 42366 components: - type: Transform - pos: -68.5,29.5 + pos: 8.5,84.5 parent: 2 - - uid: 9988 + - uid: 42367 components: - type: Transform - pos: -68.5,28.5 + pos: 8.5,85.5 parent: 2 - - uid: 9989 + - uid: 42368 components: - type: Transform - pos: -68.5,27.5 + pos: 9.5,85.5 parent: 2 - - uid: 9990 + - uid: 42369 components: - type: Transform - pos: -68.5,26.5 + pos: 10.5,85.5 parent: 2 - - uid: 9991 + - uid: 42370 components: - type: Transform - pos: -68.5,25.5 + pos: 11.5,85.5 parent: 2 - - uid: 9992 + - uid: 42371 components: - type: Transform - pos: -68.5,24.5 + pos: 12.5,85.5 parent: 2 - - uid: 9993 + - uid: 42372 components: - type: Transform - pos: -68.5,23.5 + pos: 12.5,84.5 parent: 2 - - uid: 9994 + - uid: 42373 components: - type: Transform - pos: -68.5,22.5 + pos: 12.5,83.5 parent: 2 - - uid: 9995 + - uid: 42457 components: - type: Transform - pos: -68.5,21.5 + pos: 16.5,76.5 parent: 2 - - uid: 9996 + - uid: 42458 components: - type: Transform - pos: -68.5,20.5 + pos: 17.5,76.5 parent: 2 - - uid: 9997 + - uid: 42459 components: - type: Transform - pos: -68.5,19.5 + pos: 18.5,76.5 parent: 2 - - uid: 9998 + - uid: 42465 components: - type: Transform - pos: -67.5,19.5 + pos: 13.5,85.5 parent: 2 - - uid: 9999 + - uid: 42468 components: - type: Transform - pos: -66.5,19.5 + pos: 18.5,81.5 parent: 2 - - uid: 10000 + - uid: 42469 components: - type: Transform - pos: -65.5,19.5 + pos: 18.5,80.5 parent: 2 - - uid: 10001 + - uid: 42470 components: - type: Transform - pos: -65.5,18.5 + pos: 18.5,79.5 parent: 2 - - uid: 10002 + - uid: 42471 components: - type: Transform - pos: -65.5,17.5 + pos: 18.5,78.5 parent: 2 - - uid: 10003 + - uid: 42472 components: - type: Transform - pos: -65.5,16.5 + pos: 18.5,82.5 parent: 2 - - uid: 10004 + - uid: 42473 components: - type: Transform - pos: -65.5,15.5 + pos: 18.5,83.5 parent: 2 - - uid: 10005 + - uid: 42474 components: - type: Transform - pos: -65.5,14.5 + pos: 18.5,84.5 parent: 2 - - uid: 10006 + - uid: 42475 components: - type: Transform - pos: -65.5,13.5 + pos: 18.5,85.5 parent: 2 - - uid: 10007 + - uid: 42476 components: - type: Transform - pos: -65.5,12.5 + pos: 17.5,85.5 parent: 2 - - uid: 10008 + - uid: 42477 components: - type: Transform - pos: -65.5,11.5 + pos: 16.5,85.5 parent: 2 - - uid: 10009 + - uid: 42478 components: - type: Transform - pos: -64.5,11.5 + pos: 15.5,85.5 parent: 2 - - uid: 10010 + - uid: 42479 components: - type: Transform - pos: -64.5,10.5 + pos: 14.5,85.5 parent: 2 - - uid: 10011 + - uid: 42480 components: - type: Transform - pos: -64.5,9.5 + pos: 14.5,72.5 parent: 2 - - uid: 10012 + - uid: 42481 components: - type: Transform - pos: -64.5,8.5 + pos: 14.5,73.5 parent: 2 - - uid: 10129 + - uid: 42482 components: - type: Transform - pos: 32.5,52.5 + pos: 15.5,73.5 parent: 2 - - uid: 10219 + - uid: 42483 components: - type: Transform - pos: -54.5,31.5 + pos: 16.5,73.5 parent: 2 - - uid: 10266 + - uid: 42484 components: - type: Transform - pos: -25.5,43.5 + pos: 16.5,72.5 parent: 2 - - uid: 10344 + - uid: 42485 components: - type: Transform - pos: -23.5,64.5 + pos: 16.5,71.5 parent: 2 - - uid: 10355 + - uid: 42486 components: - type: Transform - pos: -86.5,-64.5 + pos: 16.5,70.5 parent: 2 - - uid: 10360 + - uid: 42487 components: - type: Transform - pos: 82.5,-16.5 + pos: 16.5,69.5 parent: 2 - - uid: 10368 + - uid: 42488 components: - type: Transform - pos: -35.5,55.5 + pos: 16.5,68.5 parent: 2 - - uid: 10369 + - uid: 42489 components: - type: Transform - pos: -47.5,56.5 + pos: 16.5,67.5 parent: 2 - - uid: 10370 + - uid: 42490 components: - type: Transform - pos: -47.5,55.5 + pos: 16.5,66.5 parent: 2 - - uid: 10375 + - uid: 42491 components: - type: Transform - pos: -28.5,55.5 + pos: 16.5,65.5 parent: 2 - - uid: 10417 + - uid: 42503 components: - type: Transform - pos: -62.5,-33.5 + pos: -47.5,75.5 parent: 2 - - uid: 10418 + - uid: 42504 components: - type: Transform - pos: -63.5,-33.5 + pos: -47.5,76.5 parent: 2 - - uid: 10419 + - uid: 42505 components: - type: Transform - pos: -64.5,-33.5 + pos: -47.5,77.5 parent: 2 - - uid: 10420 + - uid: 42506 components: - type: Transform - pos: -65.5,-33.5 + pos: -47.5,78.5 parent: 2 - - uid: 10421 + - uid: 42507 components: - type: Transform - pos: -63.5,-35.5 + pos: -47.5,79.5 parent: 2 - - uid: 10422 + - uid: 42508 components: - type: Transform - pos: -64.5,-35.5 + pos: -47.5,80.5 parent: 2 - - uid: 10423 + - uid: 42509 components: - type: Transform - pos: -65.5,-35.5 + pos: -47.5,81.5 parent: 2 - - uid: 10424 + - uid: 42510 components: - type: Transform - pos: -65.5,-34.5 + pos: -47.5,82.5 parent: 2 - - uid: 10425 + - uid: 42511 components: - type: Transform - pos: -66.5,-34.5 + pos: -47.5,83.5 parent: 2 - - uid: 10426 + - uid: 42512 components: - type: Transform - pos: -67.5,-34.5 + pos: -47.5,84.5 parent: 2 - - uid: 10427 + - uid: 42513 components: - type: Transform - pos: -77.5,51.5 + pos: -47.5,85.5 parent: 2 - - uid: 10431 + - uid: 42514 components: - type: Transform - pos: -84.5,-38.5 + pos: -47.5,86.5 parent: 2 - - uid: 10432 + - uid: 42515 components: - type: Transform - pos: -83.5,-38.5 + pos: -47.5,87.5 parent: 2 - - uid: 10433 + - uid: 42516 components: - type: Transform - pos: -82.5,-38.5 + pos: -47.5,88.5 parent: 2 - - uid: 10434 + - uid: 42517 components: - type: Transform - pos: -81.5,-38.5 + pos: -47.5,89.5 parent: 2 - - uid: 10435 + - uid: 42518 components: - type: Transform - pos: -79.5,-34.5 + pos: -47.5,90.5 parent: 2 - - uid: 10436 + - uid: 42519 components: - type: Transform - pos: -78.5,-34.5 + pos: -47.5,91.5 parent: 2 - - uid: 10464 + - uid: 42520 components: - type: Transform - pos: -80.5,56.5 + pos: -47.5,92.5 parent: 2 - - uid: 10465 + - uid: 42521 components: - type: Transform - pos: -68.5,51.5 + pos: -46.5,92.5 parent: 2 - - uid: 10468 + - uid: 42522 components: - type: Transform - pos: -80.5,57.5 + pos: -45.5,92.5 parent: 2 - - uid: 10470 + - uid: 42523 components: - type: Transform - pos: -80.5,55.5 + pos: -44.5,92.5 parent: 2 - - uid: 10474 + - uid: 42524 components: - type: Transform - pos: -81.5,51.5 + pos: -43.5,92.5 parent: 2 - - uid: 10476 + - uid: 42525 components: - type: Transform - pos: -80.5,58.5 + pos: -42.5,92.5 parent: 2 - - uid: 10479 + - uid: 42526 components: - type: Transform - pos: -80.5,71.5 + pos: -41.5,92.5 parent: 2 - - uid: 10504 + - uid: 42527 components: - type: Transform - pos: -80.5,63.5 + pos: -40.5,92.5 parent: 2 - - uid: 10517 + - uid: 42528 components: - type: Transform - pos: 56.5,-42.5 + pos: -39.5,92.5 parent: 2 - - uid: 10518 + - uid: 42529 components: - type: Transform - pos: 56.5,-43.5 + pos: -38.5,92.5 parent: 2 - - uid: 10519 + - uid: 42530 components: - type: Transform - pos: 56.5,-44.5 + pos: -37.5,92.5 parent: 2 - - uid: 10520 + - uid: 42531 components: - type: Transform - pos: 56.5,-46.5 + pos: -36.5,92.5 parent: 2 - - uid: 10521 + - uid: 42532 components: - type: Transform - pos: 56.5,-49.5 + pos: -35.5,92.5 parent: 2 - - uid: 10522 + - uid: 42533 components: - type: Transform - pos: 56.5,-53.5 + pos: -34.5,92.5 parent: 2 - - uid: 10523 + - uid: 42534 components: - type: Transform - pos: 56.5,-71.5 + pos: -33.5,92.5 parent: 2 - - uid: 10524 + - uid: 42535 components: - type: Transform - pos: 65.5,-45.5 + pos: -32.5,92.5 parent: 2 - - uid: 10525 + - uid: 42536 components: - type: Transform - pos: 60.5,-49.5 + pos: -31.5,92.5 parent: 2 - - uid: 10526 + - uid: 42537 components: - type: Transform - pos: 63.5,-49.5 + pos: -30.5,92.5 parent: 2 - - uid: 10527 + - uid: 42538 components: - type: Transform - pos: 64.5,-51.5 + pos: -29.5,92.5 parent: 2 - - uid: 10528 + - uid: 42539 components: - type: Transform - pos: 61.5,-61.5 + pos: -28.5,92.5 parent: 2 - - uid: 10529 + - uid: 42540 components: - type: Transform - pos: 51.5,-61.5 + pos: -27.5,92.5 parent: 2 - - uid: 10530 + - uid: 42541 components: - type: Transform - pos: 49.5,-61.5 + pos: -26.5,92.5 parent: 2 - - uid: 10531 + - uid: 42542 components: - type: Transform - pos: 50.5,-64.5 + pos: -25.5,92.5 parent: 2 - - uid: 10532 + - uid: 42543 components: - type: Transform - pos: 67.5,-84.5 + pos: -24.5,92.5 parent: 2 - - uid: 10533 + - uid: 42544 components: - type: Transform - pos: 56.5,-80.5 + pos: -23.5,92.5 parent: 2 - - uid: 10534 + - uid: 42545 components: - type: Transform - pos: 56.5,-75.5 + pos: -22.5,92.5 parent: 2 - - uid: 10535 + - uid: 42546 components: - type: Transform - pos: 51.5,-51.5 + pos: -21.5,92.5 parent: 2 - - uid: 10536 + - uid: 42547 components: - type: Transform - pos: 53.5,-49.5 + pos: -20.5,92.5 parent: 2 - - uid: 10537 + - uid: 42548 components: - type: Transform - pos: 58.5,-45.5 + pos: -19.5,92.5 parent: 2 - - uid: 10538 + - uid: 42549 components: - type: Transform - pos: 59.5,-45.5 + pos: -18.5,92.5 parent: 2 - - uid: 10539 + - uid: 42550 components: - type: Transform - pos: 53.5,-50.5 + pos: -17.5,92.5 parent: 2 - - uid: 10540 + - uid: 42551 components: - type: Transform - pos: 54.5,-50.5 + pos: -43.5,91.5 parent: 2 - - uid: 10541 + - uid: 42552 components: - type: Transform - pos: 61.5,-56.5 + pos: -43.5,90.5 parent: 2 - - uid: 10542 + - uid: 42553 components: - type: Transform - pos: 59.5,-59.5 + pos: -43.5,89.5 parent: 2 - - uid: 10543 + - uid: 42554 components: - type: Transform - pos: 58.5,-60.5 + pos: -43.5,88.5 parent: 2 - - uid: 10544 + - uid: 42555 components: - type: Transform - pos: 60.5,-59.5 + pos: -43.5,87.5 parent: 2 - - uid: 10545 + - uid: 42556 components: - type: Transform - pos: 59.5,-60.5 + pos: -43.5,86.5 parent: 2 - - uid: 10546 + - uid: 42922 components: - type: Transform - pos: 51.5,-69.5 + pos: -7.5,56.5 parent: 2 - - uid: 10547 + - uid: 42923 components: - type: Transform - pos: 52.5,-69.5 + pos: -7.5,57.5 parent: 2 - - uid: 10548 + - uid: 42924 components: - type: Transform - pos: 53.5,-69.5 + pos: -7.5,58.5 parent: 2 - - uid: 10549 + - uid: 42925 components: - type: Transform - pos: 49.5,-69.5 + pos: -7.5,59.5 parent: 2 - - uid: 10550 + - uid: 42931 components: - type: Transform - pos: 57.5,-60.5 + pos: -90.5,6.5 parent: 2 - - uid: 10551 + - uid: 42932 components: - type: Transform - pos: 63.5,-61.5 + pos: -90.5,5.5 parent: 2 - - uid: 10552 + - uid: 42933 components: - type: Transform - pos: 48.5,-71.5 + pos: -90.5,4.5 parent: 2 - - uid: 10553 + - uid: 42934 components: - type: Transform - pos: 48.5,-70.5 + pos: -90.5,3.5 parent: 2 - - uid: 10554 + - uid: 42935 components: - type: Transform - pos: 47.5,-70.5 + pos: -90.5,2.5 parent: 2 - - uid: 10555 + - uid: 42936 components: - type: Transform - pos: 59.5,-55.5 + pos: -90.5,1.5 parent: 2 - - uid: 10556 + - uid: 42937 components: - type: Transform - pos: 59.5,-54.5 + pos: -90.5,0.5 parent: 2 - - uid: 10557 + - uid: 42938 components: - type: Transform - pos: 60.5,-54.5 + pos: -90.5,-0.5 parent: 2 - - uid: 10558 + - uid: 42939 components: - type: Transform - pos: 63.5,-54.5 + pos: -91.5,-0.5 parent: 2 - - uid: 10559 + - uid: 42940 components: - type: Transform - pos: 63.5,-51.5 + pos: -91.5,0.5 parent: 2 - - uid: 10560 + - uid: 42941 components: - type: Transform - pos: 61.5,-51.5 + pos: -91.5,1.5 parent: 2 - - uid: 10561 + - uid: 42942 components: - type: Transform - pos: -66.5,49.5 + pos: -91.5,2.5 parent: 2 - - uid: 10562 + - uid: 42943 components: - type: Transform - pos: -66.5,48.5 + pos: -91.5,3.5 parent: 2 - - uid: 10563 + - uid: 42944 components: - type: Transform - pos: -66.5,47.5 + pos: -91.5,4.5 parent: 2 - - uid: 10564 + - uid: 42945 components: - type: Transform - pos: -66.5,42.5 + pos: -91.5,5.5 parent: 2 - - uid: 10565 + - uid: 42946 components: - type: Transform - pos: -64.5,40.5 + pos: -91.5,6.5 parent: 2 - - uid: 10569 + - uid: 42999 components: - type: Transform - pos: 60.5,-51.5 + pos: 47.5,-3.5 parent: 2 - - uid: 10571 + - uid: 43000 components: - type: Transform - pos: 52.5,-64.5 + pos: 46.5,-3.5 parent: 2 - - uid: 10572 + - uid: 43307 components: - type: Transform - pos: 64.5,-54.5 + pos: 42.5,61.5 parent: 2 - - uid: 10573 + - uid: 43308 components: - type: Transform - pos: 64.5,-55.5 + pos: 42.5,62.5 parent: 2 - - uid: 10574 + - uid: 43309 components: - type: Transform - pos: 59.5,-51.5 + pos: 42.5,63.5 parent: 2 - - uid: 10575 + - uid: 43310 components: - type: Transform - pos: 58.5,-50.5 + pos: 41.5,63.5 parent: 2 - - uid: 10576 + - uid: 43311 components: - type: Transform - pos: -26.5,50.5 + pos: 40.5,63.5 parent: 2 - - uid: 10578 + - uid: 43312 components: - type: Transform - pos: -30.5,55.5 + pos: 39.5,63.5 parent: 2 - - uid: 10580 + - uid: 43313 components: - type: Transform - pos: 57.5,-50.5 + pos: 38.5,63.5 parent: 2 - - uid: 10581 + - uid: 43314 components: - type: Transform - pos: 53.5,-64.5 + pos: 37.5,63.5 parent: 2 - - uid: 10588 + - uid: 43315 components: - type: Transform - pos: 60.5,-69.5 + pos: 36.5,63.5 parent: 2 - - uid: 10589 + - uid: 43316 components: - type: Transform - pos: 61.5,-64.5 + pos: 35.5,63.5 parent: 2 - - uid: 10590 + - uid: 43317 components: - type: Transform - pos: 60.5,-64.5 + pos: 34.5,63.5 parent: 2 - - uid: 10591 + - uid: 43318 components: - type: Transform - pos: 59.5,-69.5 + pos: 33.5,63.5 parent: 2 - - uid: 10592 + - uid: 43319 components: - type: Transform - pos: 59.5,-70.5 + pos: 32.5,63.5 parent: 2 - - uid: 10593 + - uid: 43320 components: - type: Transform - pos: 58.5,-70.5 + pos: 31.5,63.5 parent: 2 - - uid: 10594 + - uid: 43321 components: - type: Transform - pos: 57.5,-70.5 + pos: 30.5,63.5 parent: 2 - - uid: 10595 + - uid: 43322 components: - type: Transform - pos: 64.5,-69.5 + pos: 29.5,63.5 parent: 2 - - uid: 10596 + - uid: 43323 components: - type: Transform - pos: 65.5,-70.5 + pos: 28.5,63.5 parent: 2 - - uid: 10597 + - uid: 43324 components: - type: Transform - pos: 64.5,-86.5 + pos: 27.5,63.5 parent: 2 - - uid: 10598 + - uid: 43325 components: - type: Transform - pos: 51.5,-59.5 + pos: 27.5,62.5 parent: 2 - - uid: 10599 + - uid: 43326 components: - type: Transform - pos: 54.5,-55.5 + pos: 27.5,61.5 parent: 2 - - uid: 10600 + - uid: 43327 components: - type: Transform - pos: 53.5,-55.5 + pos: 27.5,60.5 parent: 2 - - uid: 10601 + - uid: 43328 components: - type: Transform - pos: 53.5,-56.5 + pos: 27.5,64.5 parent: 2 - - uid: 10602 + - uid: 43329 components: - type: Transform - pos: 52.5,-56.5 + pos: 27.5,65.5 parent: 2 - - uid: 10603 + - uid: 43330 components: - type: Transform - pos: 51.5,-56.5 + pos: 27.5,66.5 parent: 2 - - uid: 10604 + - uid: 43331 components: - type: Transform - pos: 49.5,-51.5 + pos: 27.5,67.5 parent: 2 - - uid: 10605 + - uid: 43332 components: - type: Transform - pos: 65.5,-55.5 + pos: 27.5,68.5 parent: 2 - - uid: 10606 + - uid: 43333 components: - type: Transform - pos: 64.5,-56.5 + pos: 33.5,64.5 parent: 2 - - uid: 10607 + - uid: 43334 components: - type: Transform - pos: 63.5,-56.5 + pos: 33.5,65.5 parent: 2 - - uid: 10608 + - uid: 43335 components: - type: Transform - pos: 62.5,-56.5 + pos: 33.5,66.5 parent: 2 - - uid: 10609 + - uid: 43336 components: - type: Transform - pos: 64.5,-50.5 + pos: 33.5,67.5 parent: 2 - - uid: 10610 + - uid: 43337 components: - type: Transform - pos: 55.5,-60.5 + pos: 33.5,68.5 parent: 2 - - uid: 10611 + - uid: 43338 components: - type: Transform - pos: 54.5,-60.5 + pos: 39.5,64.5 parent: 2 - - uid: 10614 + - uid: 43339 components: - type: Transform - pos: 53.5,-60.5 + pos: 39.5,65.5 parent: 2 - - uid: 10615 + - uid: 43340 components: - type: Transform - pos: 53.5,-59.5 + pos: 39.5,66.5 parent: 2 - - uid: 10620 + - uid: 43341 components: - type: Transform - pos: -64.5,-34.5 + pos: 39.5,67.5 parent: 2 - - uid: 10629 + - uid: 43342 components: - type: Transform - pos: -62.5,-35.5 + pos: 39.5,68.5 parent: 2 - - uid: 10630 + - uid: 43343 components: - type: Transform - pos: -61.5,-33.5 + pos: 43.5,63.5 parent: 2 - - uid: 10631 + - uid: 43344 components: - type: Transform - pos: -61.5,-35.5 + pos: 44.5,63.5 parent: 2 - - uid: 10632 + - uid: 43345 components: - type: Transform - pos: -61.5,-34.5 + pos: 45.5,63.5 parent: 2 - - uid: 10633 + - uid: 43346 components: - type: Transform - pos: -60.5,-34.5 + pos: 46.5,63.5 parent: 2 - - uid: 10634 + - uid: 43347 components: - type: Transform - pos: -59.5,-34.5 + pos: 47.5,63.5 parent: 2 - - uid: 10635 + - uid: 43348 components: - type: Transform - pos: -58.5,-34.5 + pos: 48.5,63.5 parent: 2 - - uid: 10636 + - uid: 43349 components: - type: Transform - pos: -58.5,-35.5 + pos: 49.5,63.5 parent: 2 - - uid: 10637 + - uid: 43350 components: - type: Transform - pos: -57.5,-35.5 + pos: 50.5,63.5 parent: 2 - - uid: 10638 + - uid: 43351 components: - type: Transform - pos: -56.5,-35.5 + pos: 51.5,63.5 parent: 2 - - uid: 10639 + - uid: 43352 components: - type: Transform - pos: -58.5,-33.5 + pos: 52.5,63.5 parent: 2 - - uid: 10640 + - uid: 43353 components: - type: Transform - pos: -57.5,-33.5 + pos: 53.5,63.5 parent: 2 - - uid: 10641 + - uid: 43354 components: - type: Transform - pos: -56.5,-33.5 + pos: 53.5,62.5 parent: 2 - - uid: 10642 + - uid: 43355 components: - type: Transform - pos: -55.5,-33.5 + pos: 53.5,61.5 parent: 2 - - uid: 10643 + - uid: 43356 components: - type: Transform - pos: -55.5,-34.5 + pos: 53.5,60.5 parent: 2 - - uid: 10644 + - uid: 43357 components: - type: Transform - pos: -55.5,-35.5 + pos: 53.5,59.5 parent: 2 - - uid: 10650 + - uid: 43358 components: - type: Transform - pos: -55.5,-32.5 + pos: 53.5,58.5 parent: 2 - - uid: 10658 + - uid: 43359 components: - type: Transform - pos: -61.5,-30.5 + pos: 53.5,57.5 parent: 2 - - uid: 10659 + - uid: 43360 components: - type: Transform - pos: -61.5,-29.5 + pos: 53.5,56.5 parent: 2 - - uid: 10660 + - uid: 43361 components: - type: Transform - pos: -61.5,-28.5 + pos: 47.5,64.5 parent: 2 - - uid: 10661 + - uid: 43362 components: - type: Transform - pos: -61.5,-27.5 + pos: 47.5,65.5 parent: 2 - - uid: 10662 + - uid: 43363 components: - type: Transform - pos: -61.5,-26.5 + pos: 47.5,66.5 parent: 2 - - uid: 10663 + - uid: 43364 components: - type: Transform - pos: -61.5,-25.5 + pos: 47.5,67.5 parent: 2 - - uid: 10664 +- proto: CableApcStack + entities: + - uid: 37500 components: - type: Transform - pos: -61.5,-24.5 + pos: -58.407085,43.545338 parent: 2 - - uid: 10665 + - uid: 40527 components: - type: Transform - pos: -61.5,-23.5 + pos: 20.484457,-18.316412 parent: 2 - - uid: 10666 +- proto: CableApcStack1 + entities: + - uid: 12431 components: - type: Transform - pos: -61.5,-22.5 + rot: -1.5707963267948966 rad + pos: -5.4545693,-1.4517026 parent: 2 - - uid: 10667 + - uid: 17387 components: - type: Transform - pos: -61.5,-21.5 + rot: -1.5707963267948966 rad + pos: -5.606913,-1.5454526 parent: 2 - - uid: 10668 +- proto: CableApcStack10 + entities: + - uid: 12090 components: - type: Transform - pos: -61.5,-20.5 + pos: 10.465606,58.667007 parent: 2 - - uid: 10669 +- proto: CablecuffsBroken + entities: + - uid: 5375 components: - type: Transform - pos: -61.5,-19.5 + pos: 58.823177,56.228245 parent: 2 - - uid: 10670 + - uid: 5376 components: - type: Transform - pos: -61.5,-18.5 + pos: 59.354427,55.61887 parent: 2 - - uid: 10671 + - uid: 6998 components: - type: Transform - pos: -61.5,-17.5 + pos: -30.291754,-34.461353 parent: 2 - - uid: 10672 + - uid: 8161 components: - type: Transform - pos: -61.5,-16.5 + pos: 90.38191,72.34944 parent: 2 - - uid: 10673 + - uid: 8162 components: - type: Transform - pos: -61.5,-15.5 + pos: 92.59285,75.20882 parent: 2 - - uid: 10674 + - uid: 8163 components: - type: Transform - pos: -61.5,-14.5 + pos: 94.764725,73.61507 parent: 2 - - uid: 10675 +- proto: CableHV + entities: + - uid: 156 components: - type: Transform - pos: -61.5,-13.5 + pos: -44.5,21.5 parent: 2 - - uid: 10676 + - uid: 791 components: - type: Transform - pos: -61.5,-12.5 + pos: 17.5,-27.5 parent: 2 - - uid: 10677 + - uid: 855 components: - type: Transform - pos: -61.5,-11.5 + pos: -66.5,54.5 parent: 2 - - uid: 10678 + - uid: 856 components: - type: Transform - pos: -62.5,-11.5 + pos: -38.5,55.5 parent: 2 - - uid: 10679 + - uid: 915 components: - type: Transform - pos: -63.5,-11.5 + pos: -26.5,2.5 parent: 2 - - uid: 10680 + - uid: 979 components: - type: Transform - pos: -64.5,-11.5 + pos: -33.5,-6.5 parent: 2 - - uid: 10681 + - uid: 1277 components: - type: Transform - pos: -64.5,-10.5 + pos: 32.5,48.5 parent: 2 - - uid: 10682 + - uid: 1417 components: - type: Transform - pos: -64.5,-9.5 + pos: 11.5,20.5 parent: 2 - - uid: 10683 + - uid: 1418 components: - type: Transform - pos: -64.5,-8.5 + pos: 12.5,20.5 parent: 2 - - uid: 10684 + - uid: 1431 components: - type: Transform - pos: -64.5,-7.5 + pos: 13.5,20.5 parent: 2 - - uid: 10685 + - uid: 1432 components: - type: Transform - pos: -64.5,-6.5 + pos: 14.5,20.5 parent: 2 - - uid: 10686 + - uid: 1442 components: - type: Transform - pos: -64.5,-5.5 + pos: 82.5,-20.5 parent: 2 - - uid: 10687 + - uid: 1453 components: - type: Transform - pos: -64.5,-4.5 + pos: 82.5,-23.5 parent: 2 - - uid: 10688 + - uid: 1470 components: - type: Transform - pos: -64.5,-3.5 + pos: 81.5,-23.5 parent: 2 - - uid: 10689 + - uid: 1477 components: - type: Transform - pos: -64.5,-2.5 + pos: 83.5,-20.5 parent: 2 - - uid: 10690 + - uid: 1831 components: - type: Transform - pos: -64.5,-1.5 + pos: 21.5,-26.5 parent: 2 - - uid: 10691 + - uid: 1832 components: - type: Transform - pos: -64.5,-0.5 + pos: 25.5,-22.5 parent: 2 - - uid: 10692 + - uid: 1873 components: - type: Transform - pos: -64.5,0.5 + pos: 20.5,-26.5 parent: 2 - - uid: 10693 + - uid: 2048 components: - type: Transform - pos: -64.5,1.5 + pos: 83.5,-12.5 parent: 2 - - uid: 10694 + - uid: 2049 components: - type: Transform - pos: -64.5,2.5 + pos: 16.5,20.5 parent: 2 - - uid: 10695 + - uid: 2070 components: - type: Transform - pos: -64.5,3.5 + pos: 79.5,-10.5 parent: 2 - - uid: 10696 + - uid: 2071 components: - type: Transform - pos: -64.5,4.5 + pos: 83.5,-17.5 parent: 2 - - uid: 10697 + - uid: 2079 components: - type: Transform - pos: -64.5,5.5 + pos: -47.5,63.5 parent: 2 - - uid: 10698 + - uid: 2084 components: - type: Transform - pos: -64.5,6.5 + pos: -30.5,3.5 parent: 2 - - uid: 10699 + - uid: 2085 components: - type: Transform - pos: -64.5,7.5 + pos: -30.5,2.5 parent: 2 - - uid: 10720 + - uid: 2109 components: - type: Transform - pos: -63.5,8.5 + pos: 18.5,20.5 parent: 2 - - uid: 10721 + - uid: 2120 components: - type: Transform - pos: -62.5,8.5 + pos: 10.5,-26.5 parent: 2 - - uid: 10722 + - uid: 2121 components: - type: Transform - pos: -61.5,8.5 + pos: 15.5,20.5 parent: 2 - - uid: 10723 + - uid: 2137 components: - type: Transform - pos: -60.5,8.5 + pos: 36.5,-26.5 parent: 2 - - uid: 10724 + - uid: 2173 components: - type: Transform - pos: -59.5,8.5 + pos: -41.5,26.5 parent: 2 - - uid: 10725 + - uid: 2186 components: - type: Transform - pos: -58.5,8.5 + pos: 28.5,-27.5 parent: 2 - - uid: 10726 + - uid: 2314 components: - type: Transform - pos: -57.5,8.5 + pos: -36.5,26.5 parent: 2 - - uid: 10727 + - uid: 2334 components: - type: Transform - pos: -56.5,8.5 + pos: 11.5,-26.5 parent: 2 - - uid: 10728 + - uid: 2378 components: - type: Transform - pos: -55.5,8.5 + pos: -56.5,44.5 parent: 2 - - uid: 10729 + - uid: 2403 components: - type: Transform - pos: -54.5,8.5 + pos: -35.5,26.5 parent: 2 - - uid: 10730 + - uid: 2404 components: - type: Transform - pos: -53.5,8.5 + pos: 15.5,-26.5 parent: 2 - - uid: 10731 + - uid: 2420 components: - type: Transform - pos: -52.5,8.5 + pos: -56.5,34.5 parent: 2 - - uid: 10732 + - uid: 2433 components: - type: Transform - pos: -51.5,8.5 + pos: 80.5,-23.5 parent: 2 - - uid: 10733 + - uid: 2455 components: - type: Transform - pos: -50.5,8.5 + pos: 10.5,-28.5 parent: 2 - - uid: 10734 + - uid: 2481 components: - type: Transform - pos: -49.5,8.5 + pos: -42.5,80.5 parent: 2 - - uid: 10735 + - uid: 2525 components: - type: Transform - pos: -48.5,8.5 + pos: 14.5,-26.5 parent: 2 - - uid: 10736 + - uid: 2526 components: - type: Transform - pos: -47.5,8.5 + pos: -3.5,-20.5 parent: 2 - - uid: 10737 + - uid: 2552 components: - type: Transform - pos: -46.5,8.5 + pos: 13.5,-26.5 parent: 2 - - uid: 10738 + - uid: 2610 components: - type: Transform - pos: -45.5,8.5 + pos: -54.5,30.5 parent: 2 - - uid: 10739 + - uid: 2616 components: - type: Transform - pos: -45.5,7.5 + pos: -29.5,2.5 parent: 2 - - uid: 10740 + - uid: 2618 components: - type: Transform - pos: -45.5,6.5 + pos: 17.5,-28.5 parent: 2 - - uid: 10741 + - uid: 2628 components: - type: Transform - pos: -45.5,5.5 + pos: -44.5,80.5 parent: 2 - - uid: 10742 + - uid: 2648 components: - type: Transform - pos: -45.5,4.5 + pos: 12.5,-26.5 parent: 2 - - uid: 10743 + - uid: 2700 components: - type: Transform - pos: -46.5,4.5 + pos: -23.5,45.5 parent: 2 - - uid: 10744 + - uid: 2724 components: - type: Transform - pos: -46.5,3.5 + pos: 85.5,-23.5 parent: 2 - - uid: 10745 + - uid: 2728 components: - type: Transform - pos: -46.5,2.5 + pos: 17.5,-29.5 parent: 2 - - uid: 10746 + - uid: 2761 components: - type: Transform - pos: -46.5,1.5 + pos: -41.5,20.5 parent: 2 - - uid: 10747 + - uid: 2792 components: - type: Transform - pos: -46.5,0.5 + pos: -12.5,92.5 parent: 2 - - uid: 10748 + - uid: 2863 components: - type: Transform - pos: -46.5,-0.5 + pos: -22.5,45.5 parent: 2 - - uid: 10749 + - uid: 3001 components: - type: Transform - pos: -46.5,-1.5 + pos: 17.5,-30.5 parent: 2 - - uid: 10750 + - uid: 3108 components: - type: Transform - pos: -46.5,-2.5 + pos: -2.5,26.5 parent: 2 - - uid: 10751 + - uid: 3139 components: - type: Transform - pos: -46.5,-3.5 + pos: -28.5,2.5 parent: 2 - - uid: 10752 + - uid: 3193 components: - type: Transform - pos: -46.5,-4.5 + pos: 25.5,-30.5 parent: 2 - - uid: 10753 + - uid: 3197 components: - type: Transform - pos: -46.5,-5.5 + pos: 25.5,-23.5 parent: 2 - - uid: 10754 + - uid: 3286 components: - type: Transform - pos: -46.5,-6.5 + pos: 25.5,-24.5 parent: 2 - - uid: 10755 + - uid: 3288 components: - type: Transform - pos: -46.5,-7.5 + pos: 25.5,-25.5 parent: 2 - - uid: 10756 + - uid: 3289 components: - type: Transform - pos: -46.5,-8.5 + pos: 25.5,-28.5 parent: 2 - - uid: 10757 + - uid: 3291 components: - type: Transform - pos: -46.5,-9.5 + pos: 25.5,-29.5 parent: 2 - - uid: 10758 + - uid: 3306 components: - type: Transform - pos: -45.5,-9.5 + pos: 25.5,-26.5 parent: 2 - - uid: 10759 + - uid: 3309 components: - type: Transform - pos: -45.5,-10.5 + pos: 25.5,-27.5 parent: 2 - - uid: 10760 + - uid: 3313 components: - type: Transform - pos: -44.5,-10.5 + pos: -27.5,2.5 parent: 2 - - uid: 10761 + - uid: 3333 components: - type: Transform - pos: -44.5,-11.5 + pos: 32.5,47.5 parent: 2 - - uid: 10762 + - uid: 3340 components: - type: Transform - pos: -43.5,-11.5 + pos: 25.5,-31.5 parent: 2 - - uid: 10763 + - uid: 3355 components: - type: Transform - pos: -43.5,-12.5 + pos: 25.5,-20.5 parent: 2 - - uid: 10764 + - uid: 3387 components: - type: Transform - pos: -42.5,-12.5 + pos: -32.5,6.5 parent: 2 - - uid: 10765 + - uid: 3389 components: - type: Transform - pos: -42.5,-13.5 + pos: -28.5,6.5 parent: 2 - - uid: 10766 + - uid: 3392 components: - type: Transform - pos: -41.5,-13.5 + pos: -25.5,-1.5 parent: 2 - - uid: 10767 + - uid: 3393 components: - type: Transform - pos: -41.5,-14.5 + pos: -27.5,-1.5 parent: 2 - - uid: 10768 + - uid: 3398 components: - type: Transform - pos: -40.5,-14.5 + pos: -26.5,-1.5 parent: 2 - - uid: 10769 + - uid: 3412 components: - type: Transform - pos: -39.5,-14.5 + pos: -30.5,6.5 parent: 2 - - uid: 10770 + - uid: 3413 components: - type: Transform - pos: -39.5,-15.5 + pos: -25.5,3.5 parent: 2 - - uid: 10771 + - uid: 3424 components: - type: Transform - pos: -38.5,-15.5 + pos: -25.5,-0.5 parent: 2 - - uid: 10772 + - uid: 3425 components: - type: Transform - pos: -37.5,-15.5 + pos: -25.5,0.5 parent: 2 - - uid: 10773 + - uid: 3485 components: - type: Transform - pos: -36.5,-15.5 + pos: 52.5,40.5 parent: 2 - - uid: 10774 + - uid: 3486 components: - type: Transform - pos: -35.5,-15.5 + pos: 52.5,41.5 parent: 2 - - uid: 10775 + - uid: 3551 components: - type: Transform - pos: -34.5,-15.5 + pos: -27.5,40.5 parent: 2 - - uid: 10776 + - uid: 3562 components: - type: Transform - pos: -33.5,-15.5 + pos: -40.5,30.5 parent: 2 - - uid: 10777 + - uid: 3650 components: - type: Transform - pos: -32.5,-15.5 + pos: 77.5,-11.5 parent: 2 - - uid: 10778 + - uid: 3744 components: - type: Transform - pos: -31.5,-15.5 + pos: -47.5,79.5 parent: 2 - - uid: 10779 + - uid: 3817 components: - type: Transform - pos: -30.5,-15.5 + pos: -25.5,4.5 parent: 2 - - uid: 10780 + - uid: 3836 components: - type: Transform - pos: -29.5,-15.5 + pos: -47.5,70.5 parent: 2 - - uid: 10781 + - uid: 3839 components: - type: Transform - pos: -28.5,-15.5 + pos: -42.5,55.5 parent: 2 - - uid: 10782 + - uid: 3861 components: - type: Transform - pos: -27.5,-15.5 + pos: -29.5,6.5 parent: 2 - - uid: 10783 + - uid: 3866 components: - type: Transform - pos: -26.5,-15.5 + pos: 66.5,-28.5 parent: 2 - - uid: 10784 + - uid: 3867 components: - type: Transform - pos: -25.5,-15.5 + pos: 64.5,-27.5 parent: 2 - - uid: 10785 + - uid: 3928 components: - type: Transform - pos: -24.5,-15.5 + pos: 39.5,13.5 parent: 2 - - uid: 10786 + - uid: 3949 components: - type: Transform - pos: -23.5,-15.5 + pos: -25.5,5.5 parent: 2 - - uid: 10787 + - uid: 4000 components: - type: Transform - pos: -22.5,-15.5 + pos: -47.5,69.5 parent: 2 - - uid: 10788 + - uid: 4015 components: - type: Transform - pos: -21.5,-15.5 + pos: -25.5,6.5 parent: 2 - - uid: 10789 + - uid: 4021 components: - type: Transform - pos: -20.5,-15.5 + pos: -47.5,64.5 parent: 2 - - uid: 10790 + - uid: 4079 components: - type: Transform - pos: -19.5,-15.5 + pos: 32.5,45.5 parent: 2 - - uid: 10791 + - uid: 4212 components: - type: Transform - pos: -18.5,-15.5 + pos: -47.5,80.5 parent: 2 - - uid: 10792 + - uid: 4321 components: - type: Transform - pos: -17.5,-15.5 + pos: -47.5,77.5 parent: 2 - - uid: 10793 + - uid: 4333 components: - type: Transform - pos: -16.5,-15.5 + pos: -77.5,39.5 parent: 2 - - uid: 10794 + - uid: 4335 components: - type: Transform - pos: -15.5,-15.5 + pos: 32.5,43.5 parent: 2 - - uid: 10795 + - uid: 4349 components: - type: Transform - pos: -14.5,-15.5 + pos: -70.5,37.5 parent: 2 - - uid: 10796 + - uid: 4649 components: - type: Transform - pos: -13.5,-15.5 + pos: -28.5,43.5 parent: 2 - - uid: 10797 + - uid: 4652 components: - type: Transform - pos: -12.5,-15.5 + pos: 17.5,-19.5 parent: 2 - - uid: 10798 + - uid: 4654 components: - type: Transform - pos: -11.5,-15.5 + pos: 17.5,-21.5 parent: 2 - - uid: 10799 + - uid: 4691 components: - type: Transform - pos: -10.5,-15.5 + pos: 17.5,-17.5 parent: 2 - - uid: 10800 + - uid: 4720 components: - type: Transform - pos: -9.5,-15.5 + pos: 10.5,-27.5 parent: 2 - - uid: 10801 + - uid: 4735 components: - type: Transform - pos: -8.5,-15.5 + pos: -25.5,23.5 parent: 2 - - uid: 10802 + - uid: 4765 components: - type: Transform - pos: -7.5,-15.5 + pos: -27.5,23.5 parent: 2 - - uid: 10803 + - uid: 4779 components: - type: Transform - pos: -6.5,-15.5 + pos: 17.5,-16.5 parent: 2 - - uid: 10804 + - uid: 4812 components: - type: Transform - pos: -5.5,-15.5 + pos: 17.5,-18.5 parent: 2 - - uid: 10805 + - uid: 4852 components: - type: Transform - pos: -4.5,-15.5 + pos: -82.5,-45.5 parent: 2 - - uid: 10806 + - uid: 4853 components: - type: Transform - pos: -3.5,-15.5 + pos: -93.5,-33.5 parent: 2 - - uid: 10807 + - uid: 4873 components: - type: Transform - pos: -2.5,-15.5 + pos: -84.5,-45.5 parent: 2 - - uid: 10808 + - uid: 4874 components: - type: Transform - pos: -1.5,-15.5 + pos: -85.5,-45.5 parent: 2 - - uid: 10809 + - uid: 4875 components: - type: Transform - pos: -0.5,-15.5 + pos: -86.5,-48.5 parent: 2 - - uid: 10810 + - uid: 4878 components: - type: Transform - pos: 0.5,-15.5 + pos: -83.5,-45.5 parent: 2 - - uid: 10811 + - uid: 4879 components: - type: Transform - pos: 1.5,-15.5 + pos: -94.5,-33.5 parent: 2 - - uid: 10812 + - uid: 4884 components: - type: Transform - pos: 2.5,-15.5 + pos: -92.5,-33.5 parent: 2 - - uid: 10813 + - uid: 4914 components: - type: Transform - pos: 3.5,-15.5 + pos: 52.5,43.5 parent: 2 - - uid: 10814 + - uid: 5030 components: - type: Transform - pos: 4.5,-15.5 + pos: -28.5,42.5 parent: 2 - - uid: 10815 + - uid: 5039 components: - type: Transform - pos: 5.5,-15.5 + pos: 80.5,-16.5 parent: 2 - - uid: 10816 + - uid: 5042 components: - type: Transform - pos: 6.5,-15.5 + pos: -28.5,40.5 parent: 2 - - uid: 10817 + - uid: 5043 components: - type: Transform - pos: 7.5,-15.5 + pos: -28.5,41.5 parent: 2 - - uid: 10818 + - uid: 5086 components: - type: Transform - pos: 8.5,-15.5 + pos: -28.5,44.5 parent: 2 - - uid: 10819 + - uid: 5090 components: - type: Transform - pos: 9.5,-15.5 + pos: 65.5,-27.5 parent: 2 - - uid: 10820 + - uid: 5187 components: - type: Transform - pos: 10.5,-15.5 + pos: 77.5,-6.5 parent: 2 - - uid: 10821 + - uid: 5208 components: - type: Transform - pos: 11.5,-15.5 + pos: 25.5,-19.5 parent: 2 - - uid: 10822 + - uid: 5236 components: - type: Transform - pos: 12.5,-15.5 + pos: 77.5,-7.5 parent: 2 - - uid: 10823 + - uid: 5296 components: - type: Transform - pos: 13.5,-15.5 + pos: 8.5,-28.5 parent: 2 - - uid: 10824 + - uid: 5318 components: - type: Transform - pos: 14.5,-15.5 + pos: 97.5,76.5 parent: 2 - - uid: 10825 + - uid: 5319 components: - type: Transform - pos: 15.5,-15.5 + pos: 98.5,76.5 parent: 2 - - uid: 10826 + - uid: 5380 components: - type: Transform - pos: 16.5,-15.5 + pos: -26.5,45.5 parent: 2 - - uid: 10827 + - uid: 5536 components: - type: Transform - pos: 17.5,-15.5 + pos: -28.5,45.5 parent: 2 - - uid: 10828 + - uid: 5752 components: - type: Transform - pos: 18.5,-15.5 + pos: -27.5,6.5 parent: 2 - - uid: 10829 + - uid: 5753 components: - type: Transform - pos: 19.5,-15.5 + pos: -30.5,-1.5 parent: 2 - - uid: 10830 + - uid: 5754 components: - type: Transform - pos: 20.5,-15.5 + pos: -29.5,-1.5 parent: 2 - - uid: 10831 + - uid: 5894 components: - type: Transform - pos: 21.5,-15.5 + pos: -47.5,76.5 parent: 2 - - uid: 10832 + - uid: 5902 components: - type: Transform - pos: 22.5,-15.5 + pos: 34.5,-26.5 parent: 2 - - uid: 10833 + - uid: 5903 components: - type: Transform - pos: 23.5,-15.5 + pos: 28.5,-26.5 parent: 2 - - uid: 10834 + - uid: 5904 components: - type: Transform - pos: 24.5,-15.5 + pos: 28.5,-30.5 parent: 2 - - uid: 10835 + - uid: 5912 components: - type: Transform - pos: 25.5,-15.5 + pos: 84.5,-20.5 parent: 2 - - uid: 10836 + - uid: 5965 components: - type: Transform - pos: 26.5,-15.5 + pos: -33.5,-7.5 parent: 2 - - uid: 10837 + - uid: 6208 components: - type: Transform - pos: 27.5,-15.5 + pos: -43.5,92.5 parent: 2 - - uid: 10838 + - uid: 6209 components: - type: Transform - pos: 28.5,-15.5 + pos: -47.5,78.5 parent: 2 - - uid: 10839 + - uid: 6315 components: - type: Transform - pos: 29.5,-15.5 + pos: -21.5,45.5 parent: 2 - - uid: 10840 + - uid: 6327 components: - type: Transform - pos: 30.5,-15.5 + pos: -26.5,40.5 parent: 2 - - uid: 10841 + - uid: 6396 components: - type: Transform - pos: 31.5,-15.5 + pos: -24.5,27.5 parent: 2 - - uid: 10842 + - uid: 6424 components: - type: Transform - pos: 32.5,-15.5 + pos: 79.5,0.5 parent: 2 - - uid: 10843 + - uid: 6427 components: - type: Transform - pos: 33.5,-15.5 + pos: 79.5,3.5 parent: 2 - - uid: 10844 + - uid: 6428 components: - type: Transform - pos: 34.5,-15.5 + pos: 79.5,2.5 parent: 2 - - uid: 10845 + - uid: 6429 components: - type: Transform - pos: 35.5,-15.5 + pos: 79.5,1.5 parent: 2 - - uid: 10846 + - uid: 6430 components: - type: Transform - pos: 36.5,-15.5 + pos: 84.5,26.5 parent: 2 - - uid: 10847 + - uid: 6431 components: - type: Transform - pos: 37.5,-15.5 + pos: 80.5,3.5 parent: 2 - - uid: 10848 + - uid: 6434 components: - type: Transform - pos: 38.5,-15.5 + pos: -59.5,37.5 parent: 2 - - uid: 10849 + - uid: 6438 components: - type: Transform - pos: 38.5,-16.5 + pos: 81.5,-9.5 parent: 2 - - uid: 10850 + - uid: 6855 components: - type: Transform - pos: 39.5,-16.5 + pos: 25.5,-18.5 parent: 2 - - uid: 10851 + - uid: 6933 components: - type: Transform - pos: 39.5,-17.5 + pos: -25.5,40.5 parent: 2 - - uid: 10852 + - uid: 7133 components: - type: Transform - pos: 40.5,-17.5 + pos: 17.5,-20.5 parent: 2 - - uid: 10853 + - uid: 7202 components: - type: Transform - pos: 41.5,-17.5 + pos: -31.5,6.5 parent: 2 - - uid: 10854 + - uid: 7204 components: - type: Transform - pos: 42.5,-17.5 + pos: -25.5,1.5 parent: 2 - - uid: 10855 + - uid: 7205 components: - type: Transform - pos: 43.5,-17.5 + pos: -25.5,2.5 parent: 2 - - uid: 10856 + - uid: 7206 components: - type: Transform - pos: 44.5,-17.5 + pos: -26.5,6.5 parent: 2 - - uid: 10857 + - uid: 7293 components: - type: Transform - pos: 45.5,-17.5 + pos: -25.5,26.5 parent: 2 - - uid: 10858 + - uid: 7323 components: - type: Transform - pos: 43.5,-26.5 + pos: -95.5,-33.5 parent: 2 - - uid: 10859 + - uid: 7326 components: - type: Transform - pos: 46.5,-16.5 + pos: -62.5,37.5 parent: 2 - - uid: 10860 + - uid: 7404 components: - type: Transform - pos: 47.5,-16.5 + pos: -24.5,40.5 parent: 2 - - uid: 10861 + - uid: 7484 components: - type: Transform - pos: 47.5,-15.5 + pos: -55.5,37.5 parent: 2 - - uid: 10862 + - uid: 7490 components: - type: Transform - pos: 48.5,-15.5 + pos: -56.5,37.5 parent: 2 - - uid: 10863 + - uid: 7493 components: - type: Transform - pos: 48.5,-14.5 + pos: -57.5,37.5 parent: 2 - - uid: 10864 + - uid: 7498 components: - type: Transform - pos: 49.5,-14.5 + pos: -42.5,92.5 parent: 2 - - uid: 10865 + - uid: 7553 components: - type: Transform - pos: 49.5,-13.5 + pos: -23.5,40.5 parent: 2 - - uid: 10866 + - uid: 7630 components: - type: Transform - pos: 50.5,-13.5 + pos: -69.5,24.5 parent: 2 - - uid: 10867 + - uid: 7691 components: - type: Transform - pos: 50.5,-12.5 + pos: -22.5,40.5 parent: 2 - - uid: 10868 + - uid: 7694 components: - type: Transform - pos: 50.5,-11.5 + pos: -96.5,-33.5 parent: 2 - - uid: 10869 + - uid: 7710 components: - type: Transform - pos: 50.5,-10.5 + pos: -97.5,-33.5 parent: 2 - - uid: 10870 + - uid: 7715 components: - type: Transform - pos: 50.5,-9.5 + pos: -95.5,-35.5 parent: 2 - - uid: 10871 + - uid: 7808 components: - type: Transform - pos: 50.5,-8.5 + pos: 23.5,-26.5 parent: 2 - - uid: 10872 + - uid: 7941 components: - type: Transform - pos: 50.5,-7.5 + pos: 69.5,38.5 parent: 2 - - uid: 10873 + - uid: 7962 components: - type: Transform - pos: 50.5,-6.5 + pos: -47.5,71.5 parent: 2 - - uid: 10874 + - uid: 7968 components: - type: Transform - pos: 50.5,-5.5 + pos: -21.5,40.5 parent: 2 - - uid: 10875 + - uid: 8017 components: - type: Transform - pos: 50.5,-4.5 + pos: 22.5,-26.5 parent: 2 - - uid: 10876 + - uid: 8019 components: - type: Transform - pos: 50.5,-3.5 + pos: -20.5,40.5 parent: 2 - - uid: 10877 + - uid: 8062 components: - type: Transform - pos: 50.5,-2.5 + pos: 77.5,-14.5 parent: 2 - - uid: 10878 + - uid: 8137 components: - type: Transform - pos: 50.5,-1.5 + pos: 7.5,-28.5 parent: 2 - - uid: 10879 + - uid: 8147 components: - type: Transform - pos: 50.5,-0.5 + pos: -71.5,-33.5 parent: 2 - - uid: 10880 + - uid: 8153 components: - type: Transform - pos: 50.5,0.5 + pos: -70.5,-33.5 parent: 2 - - uid: 10881 + - uid: 8283 components: - type: Transform - pos: 50.5,1.5 + pos: -61.5,37.5 parent: 2 - - uid: 10882 + - uid: 8284 components: - type: Transform - pos: 50.5,2.5 + pos: -76.5,37.5 parent: 2 - - uid: 10883 + - uid: 8302 components: - type: Transform - pos: 50.5,3.5 + pos: 81.5,5.5 parent: 2 - - uid: 10884 + - uid: 8303 components: - type: Transform - pos: 49.5,3.5 + pos: 85.5,11.5 parent: 2 - - uid: 10885 + - uid: 8305 components: - type: Transform - pos: 49.5,4.5 + pos: 85.5,9.5 parent: 2 - - uid: 10886 + - uid: 8323 components: - type: Transform - pos: 49.5,5.5 + pos: 39.5,15.5 parent: 2 - - uid: 10887 + - uid: 8344 components: - type: Transform - pos: 49.5,6.5 + pos: 83.5,8.5 parent: 2 - - uid: 10888 + - uid: 8406 components: - type: Transform - pos: 49.5,7.5 + pos: 5.5,46.5 parent: 2 - - uid: 10889 + - uid: 8450 components: - type: Transform - pos: 49.5,8.5 + pos: 77.5,-12.5 parent: 2 - - uid: 10890 + - uid: 8477 components: - type: Transform - pos: 49.5,9.5 + pos: 28.5,-28.5 parent: 2 - - uid: 10891 + - uid: 8479 components: - type: Transform - pos: 49.5,10.5 + pos: 84.5,8.5 parent: 2 - - uid: 10892 + - uid: 8490 components: - type: Transform - pos: 49.5,11.5 + pos: 83.5,6.5 parent: 2 - - uid: 10893 + - uid: 8498 components: - type: Transform - pos: 49.5,12.5 + pos: 85.5,10.5 parent: 2 - - uid: 10894 + - uid: 8499 components: - type: Transform - pos: 49.5,13.5 + pos: 85.5,8.5 parent: 2 - - uid: 10895 + - uid: 8500 components: - type: Transform - pos: 49.5,14.5 + pos: 85.5,13.5 parent: 2 - - uid: 10896 + - uid: 8502 components: - type: Transform - pos: 49.5,15.5 + pos: 85.5,16.5 parent: 2 - - uid: 10897 + - uid: 8503 components: - type: Transform - pos: 49.5,16.5 + pos: 85.5,14.5 parent: 2 - - uid: 10898 + - uid: 8639 components: - type: Transform - pos: 49.5,17.5 + pos: -70.5,24.5 parent: 2 - - uid: 10899 + - uid: 8644 components: - type: Transform - pos: 48.5,17.5 + pos: 85.5,15.5 parent: 2 - - uid: 10900 + - uid: 8690 components: - type: Transform - pos: 48.5,18.5 + pos: -92.5,-35.5 parent: 2 - - uid: 10901 + - uid: 8768 components: - type: Transform - pos: 48.5,19.5 + pos: -43.5,20.5 parent: 2 - - uid: 10902 + - uid: 8825 components: - type: Transform - pos: 47.5,19.5 + pos: 28.5,-29.5 parent: 2 - - uid: 10903 + - uid: 8947 components: - type: Transform - pos: 46.5,19.5 + pos: -54.5,16.5 parent: 2 - - uid: 10904 + - uid: 8949 components: - type: Transform - pos: 45.5,19.5 + pos: -54.5,14.5 parent: 2 - - uid: 10905 + - uid: 8962 components: - type: Transform - pos: 44.5,19.5 + pos: -54.5,12.5 parent: 2 - - uid: 10906 + - uid: 8977 components: - type: Transform - pos: 43.5,19.5 + pos: 39.5,16.5 parent: 2 - - uid: 10907 + - uid: 9009 components: - type: Transform - pos: 42.5,19.5 + pos: -54.5,34.5 parent: 2 - - uid: 10908 + - uid: 9021 components: - type: Transform - pos: 41.5,19.5 + pos: -54.5,35.5 parent: 2 - - uid: 10909 + - uid: 9024 components: - type: Transform - pos: 40.5,19.5 + pos: -54.5,32.5 parent: 2 - - uid: 10910 + - uid: 9052 components: - type: Transform - pos: 39.5,19.5 + pos: 24.5,-26.5 parent: 2 - - uid: 10911 + - uid: 9057 components: - type: Transform - pos: 38.5,19.5 + pos: -97.5,-34.5 parent: 2 - - uid: 10912 + - uid: 9075 components: - type: Transform - pos: 37.5,19.5 + pos: -47.5,62.5 parent: 2 - - uid: 10913 + - uid: 9121 components: - type: Transform - pos: 36.5,19.5 + pos: -31.5,26.5 parent: 2 - - uid: 10914 + - uid: 9125 components: - type: Transform - pos: 35.5,19.5 + pos: -47.5,61.5 parent: 2 - - uid: 10915 + - uid: 9132 components: - type: Transform - pos: 34.5,19.5 + pos: -47.5,73.5 parent: 2 - - uid: 10916 + - uid: 9133 components: - type: Transform - pos: 33.5,19.5 + pos: -13.5,40.5 parent: 2 - - uid: 10917 + - uid: 9134 components: - type: Transform - pos: 32.5,19.5 + pos: -12.5,40.5 parent: 2 - - uid: 10918 + - uid: 9171 components: - type: Transform - pos: 31.5,19.5 + pos: -47.5,58.5 parent: 2 - - uid: 10919 + - uid: 9176 components: - type: Transform - pos: 30.5,19.5 + pos: -75.5,37.5 parent: 2 - - uid: 10920 + - uid: 9177 components: - type: Transform - pos: 29.5,19.5 + pos: -60.5,37.5 parent: 2 - - uid: 10921 + - uid: 9188 components: - type: Transform - pos: 28.5,19.5 + pos: -77.5,37.5 parent: 2 - - uid: 10922 + - uid: 9204 components: - type: Transform - pos: 27.5,19.5 + pos: -66.5,37.5 parent: 2 - - uid: 10923 + - uid: 9206 components: - type: Transform - pos: 26.5,19.5 + pos: -58.5,37.5 parent: 2 - - uid: 10924 + - uid: 9207 components: - type: Transform - pos: 25.5,19.5 + pos: -67.5,37.5 parent: 2 - - uid: 10925 + - uid: 9218 components: - type: Transform - pos: 24.5,19.5 + pos: -26.5,51.5 parent: 2 - - uid: 10926 + - uid: 9228 components: - type: Transform - pos: 23.5,19.5 + pos: -20.5,45.5 parent: 2 - - uid: 10927 + - uid: 9305 components: - type: Transform - pos: 22.5,19.5 + pos: -18.5,45.5 parent: 2 - - uid: 10928 + - uid: 9347 components: - type: Transform - pos: 21.5,19.5 + pos: 84.5,-9.5 parent: 2 - - uid: 10929 + - uid: 9465 components: - type: Transform - pos: 20.5,19.5 + pos: -77.5,52.5 parent: 2 - - uid: 10930 + - uid: 9517 components: - type: Transform - pos: 19.5,19.5 + pos: -17.5,45.5 parent: 2 - - uid: 10931 + - uid: 9520 components: - type: Transform - pos: 18.5,19.5 + pos: -54.5,33.5 parent: 2 - - uid: 10939 + - uid: 9524 components: - type: Transform - pos: 10.5,19.5 + pos: -55.5,34.5 parent: 2 - - uid: 10940 + - uid: 9526 components: - type: Transform - pos: 9.5,19.5 + pos: -54.5,28.5 parent: 2 - - uid: 10941 + - uid: 9545 components: - type: Transform - pos: 8.5,19.5 + pos: -19.5,45.5 parent: 2 - - uid: 10942 + - uid: 9565 components: - type: Transform - pos: 7.5,19.5 + pos: -26.5,62.5 parent: 2 - - uid: 10943 + - uid: 9566 components: - type: Transform - pos: 6.5,19.5 + pos: -26.5,61.5 parent: 2 - - uid: 10944 + - uid: 9569 components: - type: Transform - pos: 5.5,19.5 + pos: -26.5,60.5 parent: 2 - - uid: 10945 + - uid: 9572 components: - type: Transform - pos: 4.5,19.5 + pos: -54.5,26.5 parent: 2 - - uid: 10946 + - uid: 9573 components: - type: Transform - pos: 3.5,19.5 + pos: -26.5,59.5 parent: 2 - - uid: 10947 + - uid: 9575 components: - type: Transform - pos: 2.5,19.5 + pos: -26.5,58.5 parent: 2 - - uid: 10948 + - uid: 9576 components: - type: Transform - pos: 1.5,19.5 + pos: -26.5,57.5 parent: 2 - - uid: 10949 + - uid: 9577 components: - type: Transform - pos: 0.5,19.5 + pos: -26.5,56.5 parent: 2 - - uid: 10950 + - uid: 9661 components: - type: Transform - pos: -0.5,19.5 + pos: -32.5,26.5 parent: 2 - - uid: 10951 + - uid: 9708 components: - type: Transform - pos: -1.5,19.5 + pos: -94.5,-35.5 parent: 2 - - uid: 10952 + - uid: 9710 components: - type: Transform - pos: -2.5,19.5 + pos: -97.5,-35.5 parent: 2 - - uid: 10953 + - uid: 9711 components: - type: Transform - pos: -3.5,19.5 + pos: -85.5,-53.5 parent: 2 - - uid: 10954 + - uid: 9712 components: - type: Transform - pos: -4.5,19.5 + pos: -87.5,-59.5 parent: 2 - - uid: 10955 + - uid: 9713 components: - type: Transform - pos: -5.5,19.5 + pos: -90.5,-49.5 parent: 2 - - uid: 10956 + - uid: 9714 components: - type: Transform - pos: -6.5,19.5 + pos: -95.5,-48.5 parent: 2 - - uid: 10957 + - uid: 9715 components: - type: Transform - pos: -6.5,20.5 + pos: -97.5,-50.5 parent: 2 - - uid: 10958 + - uid: 9716 components: - type: Transform - pos: -7.5,20.5 + pos: -83.5,-48.5 parent: 2 - - uid: 10959 + - uid: 9717 components: - type: Transform - pos: -8.5,20.5 + pos: -86.5,-54.5 parent: 2 - - uid: 10960 + - uid: 9718 components: - type: Transform - pos: -9.5,20.5 + pos: -84.5,-48.5 parent: 2 - - uid: 10961 + - uid: 9719 components: - type: Transform - pos: -10.5,20.5 + pos: -84.5,-58.5 parent: 2 - - uid: 10962 + - uid: 9720 components: - type: Transform - pos: -11.5,20.5 + pos: -81.5,-58.5 parent: 2 - - uid: 10963 + - uid: 9723 components: - type: Transform - pos: -12.5,20.5 + pos: -84.5,-50.5 parent: 2 - - uid: 10964 + - uid: 9724 components: - type: Transform - pos: -13.5,20.5 + pos: -85.5,-48.5 parent: 2 - - uid: 10965 + - uid: 9725 components: - type: Transform - pos: -14.5,20.5 + pos: -84.5,-55.5 parent: 2 - - uid: 10966 + - uid: 9726 components: - type: Transform - pos: -15.5,20.5 + pos: -85.5,-50.5 parent: 2 - - uid: 10967 + - uid: 9727 components: - type: Transform - pos: -16.5,20.5 + pos: -84.5,-53.5 parent: 2 - - uid: 10968 + - uid: 9728 components: - type: Transform - pos: -17.5,20.5 + pos: -86.5,-50.5 parent: 2 - - uid: 10969 + - uid: 9729 components: - type: Transform - pos: -18.5,20.5 + pos: -83.5,-53.5 parent: 2 - - uid: 10970 + - uid: 9730 components: - type: Transform - pos: -19.5,20.5 + pos: -97.5,-53.5 parent: 2 - - uid: 10971 + - uid: 9731 components: - type: Transform - pos: -20.5,20.5 + pos: -92.5,-53.5 parent: 2 - - uid: 10972 + - uid: 9732 components: - type: Transform - pos: -21.5,20.5 + pos: -82.5,-53.5 parent: 2 - - uid: 10973 + - uid: 9743 components: - type: Transform - pos: -22.5,20.5 + pos: 88.5,-9.5 parent: 2 - - uid: 10974 + - uid: 9748 components: - type: Transform - pos: -23.5,20.5 + pos: 58.5,-79.5 parent: 2 - - uid: 10975 + - uid: 9749 components: - type: Transform - pos: -24.5,20.5 + pos: 64.5,-45.5 parent: 2 - - uid: 10976 + - uid: 9750 components: - type: Transform - pos: -25.5,20.5 + pos: 59.5,-49.5 parent: 2 - - uid: 10977 + - uid: 9751 components: - type: Transform - pos: -26.5,20.5 + pos: 61.5,-49.5 parent: 2 - - uid: 10978 + - uid: 9752 components: - type: Transform - pos: -27.5,20.5 + pos: 65.5,-50.5 parent: 2 - - uid: 10979 + - uid: 9756 components: - type: Transform - pos: -28.5,20.5 + pos: -51.5,48.5 parent: 2 - - uid: 10980 + - uid: 9765 components: - type: Transform - pos: -29.5,20.5 + pos: -74.5,37.5 parent: 2 - - uid: 10981 + - uid: 9766 components: - type: Transform - pos: -30.5,20.5 + pos: 62.5,-61.5 parent: 2 - - uid: 10982 + - uid: 9767 components: - type: Transform - pos: -31.5,20.5 + pos: 60.5,-61.5 parent: 2 - - uid: 10983 + - uid: 9768 components: - type: Transform - pos: -32.5,20.5 + pos: 50.5,-61.5 parent: 2 - - uid: 10985 + - uid: 9771 components: - type: Transform - pos: -33.5,19.5 + pos: 48.5,-61.5 parent: 2 - - uid: 10986 + - uid: 9772 components: - type: Transform - pos: -34.5,19.5 + pos: 67.5,-85.5 parent: 2 - - uid: 10987 + - uid: 9773 components: - type: Transform - pos: -35.5,19.5 + pos: 63.5,-86.5 parent: 2 - - uid: 10988 + - uid: 9776 components: - type: Transform - pos: -36.5,19.5 + pos: 57.5,-80.5 parent: 2 - - uid: 10989 + - uid: 9777 components: - type: Transform - pos: -36.5,18.5 + pos: 57.5,-76.5 parent: 2 - - uid: 10990 + - uid: 9778 components: - type: Transform - pos: -37.5,18.5 + pos: 50.5,-51.5 parent: 2 - - uid: 10991 + - uid: 9779 components: - type: Transform - pos: -37.5,17.5 + pos: 50.5,-49.5 parent: 2 - - uid: 10992 + - uid: 9780 components: - type: Transform - pos: -38.5,17.5 + pos: 51.5,-49.5 parent: 2 - - uid: 10993 + - uid: 9781 components: - type: Transform - pos: -39.5,17.5 + pos: 52.5,-49.5 parent: 2 - - uid: 10994 + - uid: 9782 components: - type: Transform - pos: -39.5,16.5 + pos: 55.5,-45.5 parent: 2 - - uid: 10995 + - uid: 9783 components: - type: Transform - pos: -41.5,16.5 + pos: 57.5,-45.5 parent: 2 - - uid: 10996 + - uid: 9802 components: - type: Transform - pos: -40.5,16.5 + pos: -92.5,-58.5 parent: 2 - - uid: 10997 + - uid: 9803 components: - type: Transform - pos: -42.5,16.5 + pos: -95.5,-58.5 parent: 2 - - uid: 10998 + - uid: 9804 components: - type: Transform - pos: -43.5,16.5 + pos: -98.5,-34.5 parent: 2 - - uid: 10999 + - uid: 9805 components: - type: Transform - pos: -44.5,16.5 + pos: -96.5,-35.5 parent: 2 - - uid: 11000 + - uid: 9806 components: - type: Transform - pos: -44.5,15.5 + pos: -89.5,-62.5 parent: 2 - - uid: 11001 + - uid: 9809 components: - type: Transform - pos: -44.5,14.5 + pos: -87.5,-64.5 parent: 2 - - uid: 11002 + - uid: 9810 components: - type: Transform - pos: -44.5,13.5 + pos: -86.5,-63.5 parent: 2 - - uid: 11003 + - uid: 9812 components: - type: Transform - pos: -44.5,12.5 + pos: -89.5,-64.5 parent: 2 - - uid: 11004 + - uid: 9813 components: - type: Transform - pos: -44.5,11.5 + pos: -82.5,-34.5 parent: 2 - - uid: 11005 + - uid: 9814 components: - type: Transform - pos: -44.5,10.5 + pos: -77.5,-34.5 parent: 2 - - uid: 11006 + - uid: 9816 components: - type: Transform - pos: -44.5,9.5 + pos: -83.5,-34.5 parent: 2 - - uid: 11007 + - uid: 9817 components: - type: Transform - pos: -44.5,8.5 + pos: -76.5,-34.5 parent: 2 - - uid: 11108 + - uid: 9820 components: - type: Transform - pos: 82.5,-10.5 + pos: -80.5,-34.5 parent: 2 - - uid: 11141 + - uid: 9827 components: - type: Transform - pos: -27.5,45.5 + pos: -89.5,-48.5 parent: 2 - - uid: 11142 + - uid: 9828 components: - type: Transform - pos: -7.5,40.5 + pos: -89.5,-49.5 parent: 2 - - uid: 11151 + - uid: 9830 components: - type: Transform - pos: 32.5,46.5 + pos: -89.5,-50.5 parent: 2 - - uid: 11166 + - uid: 9831 components: - type: Transform - pos: 32.5,44.5 + pos: -89.5,-61.5 parent: 2 - - uid: 11201 + - uid: 9836 components: - type: Transform - pos: -25.5,52.5 + pos: -85.5,-63.5 parent: 2 - - uid: 11211 + - uid: 9838 components: - type: Transform - pos: -26.5,47.5 + pos: -81.5,-34.5 parent: 2 - - uid: 11215 + - uid: 9839 components: - type: Transform - pos: -37.5,53.5 + pos: -84.5,-34.5 parent: 2 - - uid: 11216 + - uid: 9849 components: - type: Transform - pos: -32.5,55.5 + pos: -85.5,-34.5 parent: 2 - - uid: 11232 + - uid: 9857 components: - type: Transform - pos: -26.5,52.5 + pos: -64.5,37.5 parent: 2 - - uid: 11240 + - uid: 9858 components: - type: Transform - pos: 27.5,-31.5 + pos: -68.5,37.5 parent: 2 - - uid: 11243 + - uid: 9859 components: - type: Transform - pos: 85.5,17.5 + pos: -47.5,72.5 parent: 2 - - uid: 11252 + - uid: 9863 components: - type: Transform - pos: 89.5,-6.5 + pos: -63.5,37.5 parent: 2 - - uid: 11253 + - uid: 9864 components: - type: Transform - pos: 89.5,-5.5 + pos: -53.5,52.5 parent: 2 - - uid: 11255 + - uid: 9866 components: - type: Transform - pos: 89.5,-4.5 + pos: -72.5,37.5 parent: 2 - - uid: 11259 + - uid: 9872 components: - type: Transform - pos: 90.5,-4.5 + pos: -77.5,40.5 parent: 2 - - uid: 11263 + - uid: 9913 components: - type: Transform - pos: -63.5,49.5 + pos: 89.5,-9.5 parent: 2 - - uid: 11268 + - uid: 9915 components: - type: Transform - pos: 25.5,-16.5 + pos: 89.5,-8.5 parent: 2 - - uid: 11299 + - uid: 9916 components: - type: Transform - pos: -63.5,48.5 + pos: 89.5,-7.5 parent: 2 - - uid: 11324 + - uid: 9938 components: - type: Transform - pos: 29.5,-26.5 + pos: -41.5,55.5 parent: 2 - - uid: 11332 + - uid: 9940 components: - type: Transform - pos: 25.5,-17.5 + pos: -43.5,55.5 parent: 2 - - uid: 11414 + - uid: 9941 components: - type: Transform - pos: 1.5,-21.5 + pos: -89.5,-63.5 parent: 2 - - uid: 11469 + - uid: 9947 components: - type: Transform - pos: 83.5,-21.5 + pos: -88.5,-64.5 parent: 2 - - uid: 11524 + - uid: 9950 components: - type: Transform - pos: 83.5,-10.5 + pos: -54.5,38.5 parent: 2 - - uid: 11605 + - uid: 9964 components: - type: Transform - pos: 52.5,-59.5 + pos: -38.5,50.5 parent: 2 - - uid: 11606 + - uid: 9969 components: - type: Transform - pos: 63.5,-44.5 + pos: -54.5,39.5 parent: 2 - - uid: 11608 + - uid: 9970 components: - type: Transform - pos: 64.5,-44.5 + pos: -38.5,48.5 parent: 2 - - uid: 11609 + - uid: 9978 components: - type: Transform - pos: 53.5,-44.5 + pos: -64.5,34.5 parent: 2 - - uid: 11610 + - uid: 9979 components: - type: Transform - pos: 54.5,-45.5 + pos: -65.5,34.5 parent: 2 - - uid: 11611 + - uid: 9980 components: - type: Transform - pos: 56.5,-45.5 + pos: -66.5,34.5 parent: 2 - - uid: 11612 + - uid: 9981 components: - type: Transform - pos: 56.5,-46.5 + pos: -67.5,34.5 parent: 2 - - uid: 11613 + - uid: 9987 components: - type: Transform - pos: 55.5,-50.5 + pos: -68.5,29.5 parent: 2 - - uid: 11614 + - uid: 9988 components: - type: Transform - pos: 52.5,-44.5 + pos: -68.5,28.5 parent: 2 - - uid: 11615 + - uid: 9989 components: - type: Transform - pos: 53.5,-45.5 + pos: -68.5,27.5 parent: 2 - - uid: 11616 + - uid: 9990 components: - type: Transform - pos: 59.5,-44.5 + pos: -68.5,26.5 parent: 2 - - uid: 11617 + - uid: 9991 components: - type: Transform - pos: 60.5,-44.5 + pos: -68.5,25.5 parent: 2 - - uid: 11639 + - uid: 9992 components: - type: Transform - pos: -45.5,56.5 + pos: -68.5,24.5 parent: 2 - - uid: 11647 + - uid: 9993 components: - type: Transform - pos: -60.5,48.5 + pos: -68.5,23.5 parent: 2 - - uid: 11650 + - uid: 9994 components: - type: Transform - pos: 1.5,-22.5 + pos: -68.5,22.5 parent: 2 - - uid: 11692 + - uid: 9995 components: - type: Transform - pos: -33.5,-16.5 + pos: -68.5,21.5 parent: 2 - - uid: 11693 + - uid: 9996 components: - type: Transform - pos: -33.5,-17.5 + pos: -68.5,20.5 parent: 2 - - uid: 11694 + - uid: 9997 components: - type: Transform - pos: -33.5,-18.5 + pos: -68.5,19.5 parent: 2 - - uid: 11695 + - uid: 9998 components: - type: Transform - pos: -33.5,-19.5 + pos: -67.5,19.5 parent: 2 - - uid: 11696 + - uid: 9999 components: - type: Transform - pos: -33.5,-20.5 + pos: -66.5,19.5 parent: 2 - - uid: 11697 + - uid: 10000 components: - type: Transform - pos: -33.5,-21.5 + pos: -65.5,19.5 parent: 2 - - uid: 11698 + - uid: 10001 components: - type: Transform - pos: -33.5,-22.5 + pos: -65.5,18.5 parent: 2 - - uid: 11699 + - uid: 10002 components: - type: Transform - pos: -33.5,-23.5 + pos: -65.5,17.5 parent: 2 - - uid: 11700 + - uid: 10003 components: - type: Transform - pos: -33.5,-24.5 + pos: -65.5,16.5 parent: 2 - - uid: 11701 + - uid: 10004 components: - type: Transform - pos: -33.5,-25.5 + pos: -65.5,15.5 parent: 2 - - uid: 11702 + - uid: 10005 components: - type: Transform - pos: -33.5,-26.5 + pos: -65.5,14.5 parent: 2 - - uid: 11703 + - uid: 10006 components: - type: Transform - pos: -33.5,-27.5 + pos: -65.5,13.5 parent: 2 - - uid: 11704 + - uid: 10007 components: - type: Transform - pos: -32.5,-27.5 + pos: -65.5,12.5 parent: 2 - - uid: 11705 + - uid: 10008 components: - type: Transform - pos: -31.5,-27.5 + pos: -65.5,11.5 parent: 2 - - uid: 11706 + - uid: 10009 components: - type: Transform - pos: -30.5,-27.5 + pos: -64.5,11.5 parent: 2 - - uid: 11707 + - uid: 10010 components: - type: Transform - pos: -29.5,-27.5 + pos: -64.5,10.5 parent: 2 - - uid: 11708 + - uid: 10011 components: - type: Transform - pos: -28.5,-27.5 + pos: -64.5,9.5 parent: 2 - - uid: 11709 + - uid: 10012 components: - type: Transform - pos: -27.5,-27.5 + pos: -64.5,8.5 parent: 2 - - uid: 11710 + - uid: 10059 components: - type: Transform - pos: -26.5,-27.5 + pos: -38.5,49.5 parent: 2 - - uid: 11711 + - uid: 10099 components: - type: Transform - pos: -26.5,-28.5 + pos: -47.5,59.5 parent: 2 - - uid: 11823 + - uid: 10129 components: - type: Transform - pos: 25.5,-21.5 + pos: 32.5,52.5 parent: 2 - - uid: 11826 + - uid: 10219 components: - type: Transform - pos: 30.5,-26.5 + pos: -54.5,31.5 parent: 2 - - uid: 11851 + - uid: 10266 components: - type: Transform - pos: -55.5,44.5 + pos: -25.5,43.5 parent: 2 - - uid: 11866 + - uid: 10355 components: - type: Transform - pos: 28.5,-31.5 + pos: -86.5,-64.5 parent: 2 - - uid: 11868 + - uid: 10360 components: - type: Transform - pos: -63.5,-21.5 + pos: 82.5,-16.5 parent: 2 - - uid: 11869 + - uid: 10375 components: - type: Transform - pos: -62.5,-21.5 + pos: -28.5,55.5 parent: 2 - - uid: 11870 + - uid: 10417 components: - type: Transform - pos: 39.5,-26.5 + pos: -62.5,-33.5 parent: 2 - - uid: 11952 + - uid: 10418 components: - type: Transform - pos: 79.5,-9.5 + pos: -63.5,-33.5 parent: 2 - - uid: 11978 + - uid: 10419 components: - type: Transform - pos: 9.5,-28.5 + pos: -64.5,-33.5 parent: 2 - - uid: 11988 + - uid: 10420 components: - type: Transform - pos: 10.5,-29.5 + pos: -65.5,-33.5 parent: 2 - - uid: 11989 + - uid: 10421 components: - type: Transform - pos: 10.5,-30.5 + pos: -63.5,-35.5 parent: 2 - - uid: 11990 + - uid: 10422 components: - type: Transform - pos: 10.5,-31.5 + pos: -64.5,-35.5 parent: 2 - - uid: 11991 + - uid: 10423 components: - type: Transform - pos: 10.5,-32.5 + pos: -65.5,-35.5 parent: 2 - - uid: 11992 + - uid: 10424 components: - type: Transform - pos: 10.5,-33.5 + pos: -65.5,-34.5 parent: 2 - - uid: 11993 + - uid: 10425 components: - type: Transform - pos: 10.5,-34.5 + pos: -66.5,-34.5 parent: 2 - - uid: 11994 + - uid: 10426 components: - type: Transform - pos: 10.5,-35.5 + pos: -67.5,-34.5 parent: 2 - - uid: 11995 + - uid: 10431 components: - type: Transform - pos: 10.5,-36.5 + pos: -84.5,-38.5 parent: 2 - - uid: 11996 + - uid: 10432 components: - type: Transform - pos: 10.5,-37.5 + pos: -83.5,-38.5 parent: 2 - - uid: 11997 + - uid: 10433 components: - type: Transform - pos: 9.5,-37.5 + pos: -82.5,-38.5 parent: 2 - - uid: 11998 + - uid: 10434 components: - type: Transform - pos: 8.5,-37.5 + pos: -81.5,-38.5 parent: 2 - - uid: 11999 + - uid: 10435 components: - type: Transform - pos: 7.5,-37.5 + pos: -79.5,-34.5 parent: 2 - - uid: 12000 + - uid: 10436 components: - type: Transform - pos: 6.5,-37.5 + pos: -78.5,-34.5 parent: 2 - - uid: 12001 + - uid: 10464 components: - type: Transform - pos: 5.5,-37.5 + pos: -77.5,38.5 parent: 2 - - uid: 12002 + - uid: 10470 components: - type: Transform - pos: 4.5,-37.5 + pos: -53.5,53.5 parent: 2 - - uid: 12005 + - uid: 10517 components: - type: Transform - pos: 1.5,-37.5 + pos: 56.5,-42.5 parent: 2 - - uid: 12007 + - uid: 10518 components: - type: Transform - pos: 83.5,-22.5 + pos: 56.5,-43.5 parent: 2 - - uid: 12008 + - uid: 10519 components: - type: Transform - pos: -1.5,-37.5 + pos: 56.5,-44.5 parent: 2 - - uid: 12009 + - uid: 10520 components: - type: Transform - pos: -2.5,-37.5 + pos: 56.5,-46.5 parent: 2 - - uid: 12010 + - uid: 10521 components: - type: Transform - pos: -3.5,-37.5 + pos: 56.5,-49.5 parent: 2 - - uid: 12011 + - uid: 10522 components: - type: Transform - pos: -4.5,-37.5 + pos: 56.5,-53.5 parent: 2 - - uid: 12012 + - uid: 10523 components: - type: Transform - pos: -5.5,-37.5 + pos: 56.5,-71.5 parent: 2 - - uid: 12013 + - uid: 10524 components: - type: Transform - pos: -6.5,-37.5 + pos: 65.5,-45.5 parent: 2 - - uid: 12014 + - uid: 10525 components: - type: Transform - pos: -6.5,-36.5 + pos: 60.5,-49.5 parent: 2 - - uid: 12015 + - uid: 10526 components: - type: Transform - pos: -6.5,-35.5 + pos: 63.5,-49.5 parent: 2 - - uid: 12016 + - uid: 10527 components: - type: Transform - pos: -6.5,-34.5 + pos: 64.5,-51.5 parent: 2 - - uid: 12017 + - uid: 10528 components: - type: Transform - pos: -6.5,-33.5 + pos: 61.5,-61.5 parent: 2 - - uid: 12018 + - uid: 10529 components: - type: Transform - pos: -6.5,-32.5 + pos: 51.5,-61.5 parent: 2 - - uid: 12019 + - uid: 10530 components: - type: Transform - pos: -6.5,-31.5 + pos: 49.5,-61.5 parent: 2 - - uid: 12020 + - uid: 10531 components: - type: Transform - pos: -6.5,-30.5 + pos: 50.5,-64.5 parent: 2 - - uid: 12021 + - uid: 10532 components: - type: Transform - pos: -6.5,-29.5 + pos: 67.5,-84.5 parent: 2 - - uid: 12022 + - uid: 10533 components: - type: Transform - pos: -6.5,-28.5 + pos: 56.5,-80.5 parent: 2 - - uid: 12023 + - uid: 10534 components: - type: Transform - pos: -5.5,-28.5 + pos: 56.5,-75.5 parent: 2 - - uid: 12024 + - uid: 10535 components: - type: Transform - pos: -4.5,-28.5 + pos: 51.5,-51.5 parent: 2 - - uid: 12025 + - uid: 10536 components: - type: Transform - pos: -3.5,-28.5 + pos: 53.5,-49.5 parent: 2 - - uid: 12026 + - uid: 10537 components: - type: Transform - pos: -2.5,-28.5 + pos: 58.5,-45.5 parent: 2 - - uid: 12027 + - uid: 10538 components: - type: Transform - pos: -1.5,-28.5 + pos: 59.5,-45.5 parent: 2 - - uid: 12028 + - uid: 10539 components: - type: Transform - pos: -0.5,-28.5 + pos: 53.5,-50.5 parent: 2 - - uid: 12029 + - uid: 10540 components: - type: Transform - pos: 0.5,-28.5 + pos: 54.5,-50.5 parent: 2 - - uid: 12030 + - uid: 10541 components: - type: Transform - pos: 1.5,-28.5 + pos: 61.5,-56.5 parent: 2 - - uid: 12034 + - uid: 10542 components: - type: Transform - pos: -1.5,-27.5 + pos: 59.5,-59.5 parent: 2 - - uid: 12035 + - uid: 10543 components: - type: Transform - pos: -1.5,-26.5 + pos: 58.5,-60.5 parent: 2 - - uid: 12036 + - uid: 10544 components: - type: Transform - pos: -1.5,-25.5 + pos: 60.5,-59.5 parent: 2 - - uid: 12037 + - uid: 10545 components: - type: Transform - pos: -1.5,-24.5 + pos: 59.5,-60.5 parent: 2 - - uid: 12038 + - uid: 10546 components: - type: Transform - pos: -1.5,-23.5 + pos: 51.5,-69.5 parent: 2 - - uid: 12039 + - uid: 10547 components: - type: Transform - pos: -1.5,-22.5 + pos: 52.5,-69.5 parent: 2 - - uid: 12040 + - uid: 10548 components: - type: Transform - pos: -1.5,-21.5 + pos: 53.5,-69.5 parent: 2 - - uid: 12041 + - uid: 10549 components: - type: Transform - pos: -1.5,-20.5 + pos: 49.5,-69.5 parent: 2 - - uid: 12042 + - uid: 10550 components: - type: Transform - pos: -2.5,-20.5 + pos: 57.5,-60.5 parent: 2 - - uid: 12044 + - uid: 10551 components: - type: Transform - pos: -3.5,-19.5 + pos: 63.5,-61.5 parent: 2 - - uid: 12045 + - uid: 10552 components: - type: Transform - pos: -4.5,-19.5 + pos: 48.5,-71.5 parent: 2 - - uid: 12046 + - uid: 10553 components: - type: Transform - pos: -4.5,-18.5 + pos: 48.5,-70.5 parent: 2 - - uid: 12047 + - uid: 10554 components: - type: Transform - pos: -4.5,-17.5 + pos: 47.5,-70.5 parent: 2 - - uid: 12048 + - uid: 10555 components: - type: Transform - pos: -4.5,-16.5 + pos: 59.5,-55.5 parent: 2 - - uid: 12049 + - uid: 10556 components: - type: Transform - pos: 83.5,-11.5 + pos: 59.5,-54.5 parent: 2 - - uid: 12062 + - uid: 10557 components: - type: Transform - pos: -58.5,48.5 + pos: 60.5,-54.5 parent: 2 - - uid: 12067 + - uid: 10558 components: - type: Transform - pos: 18.5,-26.5 + pos: 63.5,-54.5 parent: 2 - - uid: 12071 + - uid: 10559 components: - type: Transform - pos: 31.5,-26.5 + pos: 63.5,-51.5 parent: 2 - - uid: 12087 + - uid: 10560 components: - type: Transform - pos: -54.5,37.5 + pos: 61.5,-51.5 parent: 2 - - uid: 12102 + - uid: 10564 components: - type: Transform - pos: -38.5,23.5 + pos: -67.5,54.5 parent: 2 - - uid: 12104 + - uid: 10569 components: - type: Transform - pos: 19.5,-26.5 + pos: 60.5,-51.5 parent: 2 - - uid: 12118 + - uid: 10571 components: - type: Transform - pos: -6.5,-2.5 + pos: 52.5,-64.5 parent: 2 - - uid: 12339 + - uid: 10572 components: - type: Transform - pos: -6.5,-0.5 + pos: 64.5,-54.5 parent: 2 - - uid: 12408 + - uid: 10573 components: - type: Transform - pos: -6.5,-1.5 + pos: 64.5,-55.5 parent: 2 - - uid: 12419 + - uid: 10574 components: - type: Transform - pos: -5.5,-2.5 + pos: 59.5,-51.5 parent: 2 - - uid: 12590 + - uid: 10575 components: - type: Transform - pos: 80.5,-9.5 + pos: 58.5,-50.5 parent: 2 - - uid: 12612 + - uid: 10576 components: - type: Transform - pos: 67.5,-28.5 + pos: -26.5,50.5 parent: 2 - - uid: 12615 + - uid: 10580 components: - type: Transform - pos: 66.5,-27.5 + pos: 57.5,-50.5 parent: 2 - - uid: 12622 + - uid: 10581 components: - type: Transform - pos: 67.5,-27.5 + pos: 53.5,-64.5 parent: 2 - - uid: 12625 + - uid: 10588 components: - type: Transform - pos: 35.5,33.5 + pos: 60.5,-69.5 parent: 2 - - uid: 12646 + - uid: 10589 components: - type: Transform - pos: 38.5,33.5 + pos: 61.5,-64.5 parent: 2 - - uid: 12680 + - uid: 10590 components: - type: Transform - pos: 36.5,33.5 + pos: 60.5,-64.5 parent: 2 - - uid: 12729 + - uid: 10591 components: - type: Transform - pos: 68.5,-28.5 + pos: 59.5,-69.5 parent: 2 - - uid: 12788 + - uid: 10592 components: - type: Transform - pos: 53.5,9.5 + pos: 59.5,-70.5 parent: 2 - - uid: 12789 + - uid: 10593 components: - type: Transform - pos: 53.5,8.5 + pos: 58.5,-70.5 parent: 2 - - uid: 12790 + - uid: 10594 components: - type: Transform - pos: 53.5,7.5 + pos: 57.5,-70.5 parent: 2 - - uid: 12791 + - uid: 10595 components: - type: Transform - pos: 53.5,6.5 + pos: 64.5,-69.5 parent: 2 - - uid: 12792 + - uid: 10596 components: - type: Transform - pos: 53.5,5.5 + pos: 65.5,-70.5 parent: 2 - - uid: 12793 + - uid: 10597 components: - type: Transform - pos: 53.5,4.5 + pos: 64.5,-86.5 parent: 2 - - uid: 12794 + - uid: 10598 components: - type: Transform - pos: 53.5,3.5 + pos: 51.5,-59.5 parent: 2 - - uid: 12795 + - uid: 10599 components: - type: Transform - pos: 54.5,3.5 + pos: 54.5,-55.5 parent: 2 - - uid: 12796 + - uid: 10600 components: - type: Transform - pos: 54.5,2.5 + pos: 53.5,-55.5 parent: 2 - - uid: 12797 + - uid: 10601 components: - type: Transform - pos: 54.5,1.5 + pos: 53.5,-56.5 parent: 2 - - uid: 12798 + - uid: 10602 components: - type: Transform - pos: 54.5,0.5 + pos: 52.5,-56.5 parent: 2 - - uid: 12799 + - uid: 10603 components: - type: Transform - pos: 54.5,-0.5 + pos: 51.5,-56.5 parent: 2 - - uid: 12800 + - uid: 10604 components: - type: Transform - pos: 54.5,-1.5 + pos: 49.5,-51.5 parent: 2 - - uid: 12801 + - uid: 10605 components: - type: Transform - pos: 53.5,-1.5 + pos: 65.5,-55.5 parent: 2 - - uid: 12802 + - uid: 10606 components: - type: Transform - pos: 52.5,-1.5 + pos: 64.5,-56.5 parent: 2 - - uid: 12803 + - uid: 10607 components: - type: Transform - pos: 51.5,-1.5 + pos: 63.5,-56.5 parent: 2 - - uid: 12804 + - uid: 10608 components: - type: Transform - pos: 79.5,-0.5 + pos: 62.5,-56.5 parent: 2 - - uid: 12805 + - uid: 10609 components: - type: Transform - pos: 79.5,-1.5 + pos: 64.5,-50.5 parent: 2 - - uid: 12806 + - uid: 10610 components: - type: Transform - pos: 79.5,-2.5 + pos: 55.5,-60.5 parent: 2 - - uid: 12807 + - uid: 10611 components: - type: Transform - pos: 79.5,-3.5 + pos: 54.5,-60.5 parent: 2 - - uid: 12808 + - uid: 10614 components: - type: Transform - pos: 78.5,-3.5 + pos: 53.5,-60.5 parent: 2 - - uid: 12809 + - uid: 10615 components: - type: Transform - pos: 77.5,-3.5 + pos: 53.5,-59.5 parent: 2 - - uid: 12810 + - uid: 10620 components: - type: Transform - pos: 76.5,-3.5 + pos: -64.5,-34.5 parent: 2 - - uid: 12811 + - uid: 10629 components: - type: Transform - pos: 75.5,-3.5 + pos: -62.5,-35.5 parent: 2 - - uid: 12812 + - uid: 10630 components: - type: Transform - pos: 74.5,-3.5 + pos: -61.5,-33.5 parent: 2 - - uid: 12813 + - uid: 10631 components: - type: Transform - pos: 73.5,-3.5 + pos: -61.5,-35.5 parent: 2 - - uid: 12814 + - uid: 10632 components: - type: Transform - pos: 72.5,-3.5 + pos: -61.5,-34.5 parent: 2 - - uid: 12815 + - uid: 10633 components: - type: Transform - pos: 71.5,-3.5 + pos: -60.5,-34.5 parent: 2 - - uid: 12816 + - uid: 10634 components: - type: Transform - pos: 70.5,-3.5 + pos: -59.5,-34.5 parent: 2 - - uid: 12817 + - uid: 10635 components: - type: Transform - pos: 69.5,-3.5 + pos: -58.5,-34.5 parent: 2 - - uid: 12818 + - uid: 10636 components: - type: Transform - pos: 68.5,-3.5 + pos: -58.5,-35.5 parent: 2 - - uid: 12819 + - uid: 10637 components: - type: Transform - pos: 67.5,-3.5 + pos: -57.5,-35.5 parent: 2 - - uid: 12820 + - uid: 10638 components: - type: Transform - pos: 66.5,-3.5 + pos: -56.5,-35.5 parent: 2 - - uid: 12821 + - uid: 10639 components: - type: Transform - pos: 65.5,-3.5 + pos: -58.5,-33.5 parent: 2 - - uid: 12822 + - uid: 10640 components: - type: Transform - pos: 64.5,-3.5 + pos: -57.5,-33.5 parent: 2 - - uid: 12823 + - uid: 10641 components: - type: Transform - pos: 63.5,-3.5 + pos: -56.5,-33.5 parent: 2 - - uid: 12824 + - uid: 10642 components: - type: Transform - pos: 62.5,-3.5 + pos: -55.5,-33.5 parent: 2 - - uid: 12825 + - uid: 10643 components: - type: Transform - pos: 61.5,-3.5 + pos: -55.5,-34.5 parent: 2 - - uid: 12826 + - uid: 10644 components: - type: Transform - pos: 60.5,-3.5 + pos: -55.5,-35.5 parent: 2 - - uid: 12827 + - uid: 10650 components: - type: Transform - pos: 59.5,-3.5 + pos: -55.5,-32.5 parent: 2 - - uid: 12828 + - uid: 10658 components: - type: Transform - pos: 58.5,-3.5 + pos: -61.5,-30.5 parent: 2 - - uid: 12829 + - uid: 10659 components: - type: Transform - pos: 57.5,-3.5 + pos: -61.5,-29.5 parent: 2 - - uid: 12830 + - uid: 10660 components: - type: Transform - pos: 56.5,-3.5 + pos: -61.5,-28.5 parent: 2 - - uid: 12831 + - uid: 10661 components: - type: Transform - pos: 55.5,-3.5 + pos: -61.5,-27.5 parent: 2 - - uid: 12832 + - uid: 10662 components: - type: Transform - pos: 54.5,-3.5 + pos: -61.5,-26.5 parent: 2 - - uid: 12833 + - uid: 10663 components: - type: Transform - pos: 54.5,-2.5 + pos: -61.5,-25.5 parent: 2 - - uid: 12834 + - uid: 10664 components: - type: Transform - pos: 79.5,-4.5 + pos: -61.5,-24.5 parent: 2 - - uid: 12835 + - uid: 10665 components: - type: Transform - pos: 79.5,-5.5 + pos: -61.5,-23.5 parent: 2 - - uid: 12836 + - uid: 10666 components: - type: Transform - pos: 79.5,-6.5 + pos: -61.5,-22.5 parent: 2 - - uid: 12837 + - uid: 10667 components: - type: Transform - pos: 78.5,-6.5 + pos: -61.5,-21.5 parent: 2 - - uid: 12840 + - uid: 10668 components: - type: Transform - pos: 77.5,-8.5 + pos: -61.5,-20.5 parent: 2 - - uid: 12841 + - uid: 10669 components: - type: Transform - pos: 77.5,-9.5 + pos: -61.5,-19.5 parent: 2 - - uid: 12842 + - uid: 10670 components: - type: Transform - pos: 77.5,-10.5 + pos: -61.5,-18.5 parent: 2 - - uid: 12850 + - uid: 10671 components: - type: Transform - pos: 76.5,-17.5 + pos: -61.5,-17.5 parent: 2 - - uid: 12851 + - uid: 10672 components: - type: Transform - pos: 76.5,-18.5 + pos: -61.5,-16.5 parent: 2 - - uid: 12852 + - uid: 10673 components: - type: Transform - pos: 76.5,-19.5 + pos: -61.5,-15.5 parent: 2 - - uid: 12853 + - uid: 10674 components: - type: Transform - pos: 76.5,-20.5 + pos: -61.5,-14.5 parent: 2 - - uid: 12854 + - uid: 10675 components: - type: Transform - pos: 75.5,-20.5 + pos: -61.5,-13.5 parent: 2 - - uid: 12855 + - uid: 10676 components: - type: Transform - pos: 74.5,-20.5 + pos: -61.5,-12.5 parent: 2 - - uid: 12856 + - uid: 10677 components: - type: Transform - pos: 73.5,-20.5 + pos: -61.5,-11.5 parent: 2 - - uid: 12857 + - uid: 10678 components: - type: Transform - pos: 72.5,-20.5 + pos: -62.5,-11.5 parent: 2 - - uid: 12858 + - uid: 10679 components: - type: Transform - pos: 71.5,-20.5 + pos: -63.5,-11.5 parent: 2 - - uid: 12859 + - uid: 10680 components: - type: Transform - pos: 71.5,-21.5 + pos: -64.5,-11.5 parent: 2 - - uid: 12860 + - uid: 10681 components: - type: Transform - pos: 70.5,-21.5 + pos: -64.5,-10.5 parent: 2 - - uid: 12861 + - uid: 10682 components: - type: Transform - pos: 70.5,-22.5 + pos: -64.5,-9.5 parent: 2 - - uid: 12862 + - uid: 10683 components: - type: Transform - pos: 70.5,-23.5 + pos: -64.5,-8.5 parent: 2 - - uid: 12863 + - uid: 10684 components: - type: Transform - pos: 70.5,-24.5 + pos: -64.5,-7.5 parent: 2 - - uid: 12864 + - uid: 10685 components: - type: Transform - pos: 68.5,-27.5 + pos: -64.5,-6.5 parent: 2 - - uid: 12867 + - uid: 10686 components: - type: Transform - pos: 66.5,-29.5 + pos: -64.5,-5.5 parent: 2 - - uid: 12877 + - uid: 10687 components: - type: Transform - pos: 62.5,-30.5 + pos: -64.5,-4.5 parent: 2 - - uid: 12878 + - uid: 10688 components: - type: Transform - pos: 61.5,-30.5 + pos: -64.5,-3.5 parent: 2 - - uid: 12879 + - uid: 10689 components: - type: Transform - pos: 60.5,-30.5 + pos: -64.5,-2.5 parent: 2 - - uid: 12880 + - uid: 10690 components: - type: Transform - pos: 59.5,-30.5 + pos: -64.5,-1.5 parent: 2 - - uid: 12881 + - uid: 10691 components: - type: Transform - pos: 58.5,-30.5 + pos: -64.5,-0.5 parent: 2 - - uid: 12882 + - uid: 10692 components: - type: Transform - pos: 57.5,-30.5 + pos: -64.5,0.5 parent: 2 - - uid: 12883 + - uid: 10693 components: - type: Transform - pos: 56.5,-30.5 + pos: -64.5,1.5 parent: 2 - - uid: 12884 + - uid: 10694 components: - type: Transform - pos: 55.5,-30.5 + pos: -64.5,2.5 parent: 2 - - uid: 12885 + - uid: 10695 components: - type: Transform - pos: 54.5,-30.5 + pos: -64.5,3.5 parent: 2 - - uid: 12886 + - uid: 10696 components: - type: Transform - pos: 53.5,-30.5 + pos: -64.5,4.5 parent: 2 - - uid: 12887 + - uid: 10697 components: - type: Transform - pos: 52.5,-30.5 + pos: -64.5,5.5 parent: 2 - - uid: 12889 + - uid: 10698 components: - type: Transform - pos: 60.5,-29.5 + pos: -64.5,6.5 parent: 2 - - uid: 12892 + - uid: 10699 components: - type: Transform - pos: 50.5,-33.5 + pos: -64.5,7.5 parent: 2 - - uid: 12894 + - uid: 10720 components: - type: Transform - pos: 49.5,-33.5 + pos: -63.5,8.5 parent: 2 - - uid: 12895 + - uid: 10721 components: - type: Transform - pos: 48.5,-33.5 + pos: -62.5,8.5 parent: 2 - - uid: 12896 + - uid: 10722 components: - type: Transform - pos: 47.5,-33.5 + pos: -61.5,8.5 parent: 2 - - uid: 12897 + - uid: 10723 components: - type: Transform - pos: 46.5,-33.5 + pos: -60.5,8.5 parent: 2 - - uid: 12898 + - uid: 10724 components: - type: Transform - pos: 45.5,-33.5 + pos: -59.5,8.5 parent: 2 - - uid: 12899 + - uid: 10725 components: - type: Transform - pos: 44.5,-33.5 + pos: -58.5,8.5 parent: 2 - - uid: 12900 + - uid: 10726 components: - type: Transform - pos: 44.5,-32.5 + pos: -57.5,8.5 parent: 2 - - uid: 12901 + - uid: 10727 components: - type: Transform - pos: 44.5,-31.5 + pos: -56.5,8.5 parent: 2 - - uid: 12902 + - uid: 10728 components: - type: Transform - pos: 44.5,-30.5 + pos: -55.5,8.5 parent: 2 - - uid: 12903 + - uid: 10729 components: - type: Transform - pos: 44.5,-29.5 + pos: -54.5,8.5 parent: 2 - - uid: 12904 + - uid: 10730 components: - type: Transform - pos: 44.5,-28.5 + pos: -53.5,8.5 parent: 2 - - uid: 12905 + - uid: 10731 components: - type: Transform - pos: 44.5,-27.5 + pos: -52.5,8.5 parent: 2 - - uid: 12906 + - uid: 10732 components: - type: Transform - pos: 44.5,-26.5 + pos: -51.5,8.5 parent: 2 - - uid: 12907 + - uid: 10733 components: - type: Transform - pos: 45.5,-26.5 + pos: -50.5,8.5 parent: 2 - - uid: 12908 + - uid: 10734 components: - type: Transform - pos: 46.5,-26.5 + pos: -49.5,8.5 parent: 2 - - uid: 12909 + - uid: 10735 components: - type: Transform - pos: 46.5,-25.5 + pos: -48.5,8.5 parent: 2 - - uid: 12910 + - uid: 10736 components: - type: Transform - pos: 46.5,-24.5 + pos: -47.5,8.5 parent: 2 - - uid: 12911 + - uid: 10737 components: - type: Transform - pos: 46.5,-23.5 + pos: -46.5,8.5 parent: 2 - - uid: 12912 + - uid: 10738 components: - type: Transform - pos: 46.5,-22.5 + pos: -45.5,8.5 parent: 2 - - uid: 12913 + - uid: 10739 components: - type: Transform - pos: 46.5,-21.5 + pos: -45.5,7.5 parent: 2 - - uid: 12914 + - uid: 10740 components: - type: Transform - pos: 46.5,-20.5 + pos: -45.5,6.5 parent: 2 - - uid: 12915 + - uid: 10741 components: - type: Transform - pos: 46.5,-19.5 + pos: -45.5,5.5 parent: 2 - - uid: 12916 + - uid: 10742 components: - type: Transform - pos: 46.5,-18.5 + pos: -45.5,4.5 parent: 2 - - uid: 12917 + - uid: 10743 components: - type: Transform - pos: 46.5,-17.5 + pos: -46.5,4.5 parent: 2 - - uid: 12918 + - uid: 10744 components: - type: Transform - pos: 42.5,-26.5 + pos: -46.5,3.5 parent: 2 - - uid: 12919 + - uid: 10745 components: - type: Transform - pos: 41.5,-26.5 + pos: -46.5,2.5 parent: 2 - - uid: 12920 + - uid: 10746 components: - type: Transform - pos: 40.5,-26.5 + pos: -46.5,1.5 parent: 2 - - uid: 13050 + - uid: 10747 components: - type: Transform - pos: 37.5,33.5 + pos: -46.5,0.5 parent: 2 - - uid: 13239 + - uid: 10748 components: - type: Transform - pos: 47.5,-29.5 + pos: -46.5,-0.5 parent: 2 - - uid: 13290 + - uid: 10749 components: - type: Transform - pos: 83.5,7.5 + pos: -46.5,-1.5 parent: 2 - - uid: 13291 + - uid: 10750 components: - type: Transform - pos: 85.5,12.5 + pos: -46.5,-2.5 parent: 2 - - uid: 13292 + - uid: 10751 components: - type: Transform - pos: 85.5,19.5 + pos: -46.5,-3.5 parent: 2 - - uid: 13293 + - uid: 10752 components: - type: Transform - pos: 85.5,18.5 + pos: -46.5,-4.5 parent: 2 - - uid: 13300 + - uid: 10753 components: - type: Transform - pos: 85.5,20.5 + pos: -46.5,-5.5 parent: 2 - - uid: 13356 + - uid: 10754 components: - type: Transform - pos: 56.5,-39.5 + pos: -46.5,-6.5 parent: 2 - - uid: 13402 + - uid: 10755 components: - type: Transform - pos: 55.5,-34.5 + pos: -46.5,-7.5 parent: 2 - - uid: 13403 + - uid: 10756 components: - type: Transform - pos: 55.5,-33.5 + pos: -46.5,-8.5 parent: 2 - - uid: 13404 + - uid: 10757 components: - type: Transform - pos: 56.5,-33.5 + pos: -46.5,-9.5 parent: 2 - - uid: 13405 + - uid: 10758 components: - type: Transform - pos: 57.5,-33.5 + pos: -45.5,-9.5 parent: 2 - - uid: 13406 + - uid: 10759 components: - type: Transform - pos: 57.5,-34.5 + pos: -45.5,-10.5 parent: 2 - - uid: 13407 + - uid: 10760 components: - type: Transform - pos: 55.5,-32.5 + pos: -44.5,-10.5 parent: 2 - - uid: 13408 + - uid: 10761 components: - type: Transform - pos: 55.5,-31.5 + pos: -44.5,-11.5 parent: 2 - - uid: 13409 + - uid: 10762 components: - type: Transform - pos: 57.5,-31.5 + pos: -43.5,-11.5 parent: 2 - - uid: 13410 + - uid: 10763 components: - type: Transform - pos: 57.5,-32.5 + pos: -43.5,-12.5 parent: 2 - - uid: 13411 + - uid: 10764 components: - type: Transform - pos: 55.5,-35.5 + pos: -42.5,-12.5 parent: 2 - - uid: 13412 + - uid: 10765 components: - type: Transform - pos: 55.5,-36.5 + pos: -42.5,-13.5 parent: 2 - - uid: 13413 + - uid: 10766 components: - type: Transform - pos: 55.5,-37.5 + pos: -41.5,-13.5 parent: 2 - - uid: 13414 + - uid: 10767 components: - type: Transform - pos: 55.5,-38.5 + pos: -41.5,-14.5 parent: 2 - - uid: 13415 + - uid: 10768 components: - type: Transform - pos: 56.5,-38.5 + pos: -40.5,-14.5 parent: 2 - - uid: 13416 + - uid: 10769 components: - type: Transform - pos: 57.5,-37.5 + pos: -39.5,-14.5 parent: 2 - - uid: 13417 + - uid: 10770 components: - type: Transform - pos: 57.5,-38.5 + pos: -39.5,-15.5 parent: 2 - - uid: 13418 + - uid: 10771 components: - type: Transform - pos: 57.5,-36.5 + pos: -38.5,-15.5 parent: 2 - - uid: 13419 + - uid: 10772 components: - type: Transform - pos: 57.5,-35.5 + pos: -37.5,-15.5 parent: 2 - - uid: 13420 + - uid: 10773 components: - type: Transform - pos: 56.5,-40.5 + pos: -36.5,-15.5 parent: 2 - - uid: 13421 + - uid: 10774 components: - type: Transform - pos: 61.5,-44.5 + pos: -35.5,-15.5 parent: 2 - - uid: 13422 + - uid: 10775 components: - type: Transform - pos: 62.5,-44.5 + pos: -34.5,-15.5 parent: 2 - - uid: 13423 + - uid: 10776 components: - type: Transform - pos: 59.5,-46.5 + pos: -33.5,-15.5 parent: 2 - - uid: 13424 + - uid: 10777 components: - type: Transform - pos: 61.5,-46.5 + pos: -32.5,-15.5 parent: 2 - - uid: 13425 + - uid: 10778 components: - type: Transform - pos: 59.5,-50.5 + pos: -31.5,-15.5 parent: 2 - - uid: 13426 + - uid: 10779 components: - type: Transform - pos: 58.5,-76.5 + pos: -30.5,-15.5 parent: 2 - - uid: 13427 + - uid: 10780 components: - type: Transform - pos: 64.5,-70.5 + pos: -29.5,-15.5 parent: 2 - - uid: 13428 + - uid: 10781 components: - type: Transform - pos: 49.5,-71.5 + pos: -28.5,-15.5 parent: 2 - - uid: 13429 + - uid: 10782 components: - type: Transform - pos: 63.5,-46.5 + pos: -27.5,-15.5 parent: 2 - - uid: 13430 + - uid: 10783 components: - type: Transform - pos: 64.5,-46.5 + pos: -26.5,-15.5 parent: 2 - - uid: 13431 + - uid: 10784 components: - type: Transform - pos: 60.5,-46.5 + pos: -25.5,-15.5 parent: 2 - - uid: 13432 + - uid: 10785 components: - type: Transform - pos: 62.5,-46.5 + pos: -24.5,-15.5 parent: 2 - - uid: 13433 + - uid: 10786 components: - type: Transform - pos: -93.5,-35.5 + pos: -23.5,-15.5 parent: 2 - - uid: 13434 + - uid: 10787 components: - type: Transform - pos: -81.5,-53.5 + pos: -22.5,-15.5 parent: 2 - - uid: 13435 + - uid: 10788 components: - type: Transform - pos: -81.5,-59.5 + pos: -21.5,-15.5 parent: 2 - - uid: 13436 + - uid: 10789 components: - type: Transform - pos: -95.5,-53.5 + pos: -20.5,-15.5 parent: 2 - - uid: 13437 + - uid: 10790 components: - type: Transform - pos: -94.5,-55.5 + pos: -19.5,-15.5 parent: 2 - - uid: 13438 + - uid: 10791 components: - type: Transform - pos: -98.5,-49.5 + pos: -18.5,-15.5 parent: 2 - - uid: 13439 + - uid: 10792 components: - type: Transform - pos: -94.5,-48.5 + pos: -17.5,-15.5 parent: 2 - - uid: 13440 + - uid: 10793 components: - type: Transform - pos: -86.5,-55.5 + pos: -16.5,-15.5 parent: 2 - - uid: 13443 + - uid: 10794 components: - type: Transform - pos: -83.5,-58.5 + pos: -15.5,-15.5 parent: 2 - - uid: 13444 + - uid: 10795 components: - type: Transform - pos: -87.5,-54.5 + pos: -14.5,-15.5 parent: 2 - - uid: 13445 + - uid: 10796 components: - type: Transform - pos: -86.5,-59.5 + pos: -13.5,-15.5 parent: 2 - - uid: 13446 + - uid: 10797 components: - type: Transform - pos: -97.5,-49.5 + pos: -12.5,-15.5 parent: 2 - - uid: 13447 + - uid: 10798 components: - type: Transform - pos: -93.5,-55.5 + pos: -11.5,-15.5 parent: 2 - - uid: 13448 + - uid: 10799 components: - type: Transform - pos: -95.5,-55.5 + pos: -10.5,-15.5 parent: 2 - - uid: 13449 + - uid: 10800 components: - type: Transform - pos: -85.5,-55.5 + pos: -9.5,-15.5 parent: 2 - - uid: 13450 + - uid: 10801 components: - type: Transform - pos: -80.5,-59.5 + pos: -8.5,-15.5 parent: 2 - - uid: 13451 + - uid: 10802 components: - type: Transform - pos: -96.5,-53.5 + pos: -7.5,-15.5 parent: 2 - - uid: 13452 + - uid: 10803 components: - type: Transform - pos: -82.5,-58.5 + pos: -6.5,-15.5 parent: 2 - - uid: 13453 + - uid: 10804 components: - type: Transform - pos: -90.5,-39.5 + pos: -5.5,-15.5 parent: 2 - - uid: 13457 + - uid: 10805 components: - type: Transform - pos: -94.5,-38.5 + pos: -4.5,-15.5 parent: 2 - - uid: 13458 + - uid: 10806 components: - type: Transform - pos: -93.5,-38.5 + pos: -3.5,-15.5 parent: 2 - - uid: 13459 + - uid: 10807 components: - type: Transform - pos: -59.5,48.5 + pos: -2.5,-15.5 parent: 2 - - uid: 13462 + - uid: 10808 components: - type: Transform - pos: -97.5,-39.5 + pos: -1.5,-15.5 parent: 2 - - uid: 13463 + - uid: 10809 components: - type: Transform - pos: -96.5,-38.5 + pos: -0.5,-15.5 parent: 2 - - uid: 13464 + - uid: 10810 components: - type: Transform - pos: -97.5,-38.5 + pos: 0.5,-15.5 parent: 2 - - uid: 13465 + - uid: 10811 components: - type: Transform - pos: -92.5,-38.5 + pos: 1.5,-15.5 parent: 2 - - uid: 13473 + - uid: 10812 components: - type: Transform - pos: 56.5,-69.5 + pos: 2.5,-15.5 parent: 2 - - uid: 13483 + - uid: 10813 components: - type: Transform - pos: -68.5,-34.5 + pos: 3.5,-15.5 parent: 2 - - uid: 13493 + - uid: 10814 components: - type: Transform - pos: -80.5,60.5 + pos: 4.5,-15.5 parent: 2 - - uid: 13494 + - uid: 10815 components: - type: Transform - pos: 56.5,-41.5 + pos: 5.5,-15.5 parent: 2 - - uid: 13504 + - uid: 10816 components: - type: Transform - pos: 56.5,-70.5 + pos: 6.5,-15.5 parent: 2 - - uid: 13505 + - uid: 10817 components: - type: Transform - pos: 56.5,-76.5 + pos: 7.5,-15.5 parent: 2 - - uid: 13506 + - uid: 10818 components: - type: Transform - pos: 56.5,-77.5 + pos: 8.5,-15.5 parent: 2 - - uid: 13507 + - uid: 10819 components: - type: Transform - pos: 56.5,-78.5 + pos: 9.5,-15.5 parent: 2 - - uid: 13508 + - uid: 10820 components: - type: Transform - pos: 57.5,-78.5 + pos: 10.5,-15.5 parent: 2 - - uid: 13509 + - uid: 10821 components: - type: Transform - pos: 58.5,-80.5 + pos: 11.5,-15.5 parent: 2 - - uid: 13510 + - uid: 10822 components: - type: Transform - pos: 58.5,-81.5 + pos: 12.5,-15.5 parent: 2 - - uid: 13511 + - uid: 10823 components: - type: Transform - pos: 59.5,-82.5 + pos: 13.5,-15.5 parent: 2 - - uid: 13512 + - uid: 10824 components: - type: Transform - pos: 59.5,-83.5 + pos: 14.5,-15.5 parent: 2 - - uid: 13513 + - uid: 10825 components: - type: Transform - pos: 60.5,-83.5 + pos: 15.5,-15.5 parent: 2 - - uid: 13514 + - uid: 10826 components: - type: Transform - pos: 62.5,-83.5 + pos: 16.5,-15.5 parent: 2 - - uid: 13515 + - uid: 10827 components: - type: Transform - pos: 62.5,-84.5 + pos: 17.5,-15.5 parent: 2 - - uid: 13516 + - uid: 10828 components: - type: Transform - pos: 63.5,-84.5 + pos: 18.5,-15.5 parent: 2 - - uid: 13518 + - uid: 10829 components: - type: Transform - pos: -80.5,64.5 + pos: 19.5,-15.5 parent: 2 - - uid: 13536 + - uid: 10830 components: - type: Transform - pos: -80.5,-44.5 + pos: 20.5,-15.5 parent: 2 - - uid: 13537 + - uid: 10831 components: - type: Transform - pos: -82.5,-40.5 + pos: 21.5,-15.5 parent: 2 - - uid: 13538 + - uid: 10832 components: - type: Transform - pos: -94.5,-40.5 + pos: 22.5,-15.5 parent: 2 - - uid: 13539 + - uid: 10833 components: - type: Transform - pos: -93.5,-40.5 + pos: 23.5,-15.5 parent: 2 - - uid: 13540 + - uid: 10834 components: - type: Transform - pos: -94.5,-45.5 + pos: 24.5,-15.5 parent: 2 - - uid: 13541 + - uid: 10835 components: - type: Transform - pos: -92.5,-45.5 + pos: 25.5,-15.5 parent: 2 - - uid: 13542 + - uid: 10836 components: - type: Transform - pos: -92.5,-44.5 + pos: 26.5,-15.5 parent: 2 - - uid: 13543 + - uid: 10837 components: - type: Transform - pos: -92.5,-40.5 + pos: 27.5,-15.5 parent: 2 - - uid: 13545 + - uid: 10838 components: - type: Transform - pos: -94.5,-43.5 + pos: 28.5,-15.5 parent: 2 - - uid: 13546 + - uid: 10839 components: - type: Transform - pos: -92.5,-43.5 + pos: 29.5,-15.5 parent: 2 - - uid: 13547 + - uid: 10840 components: - type: Transform - pos: -91.5,-44.5 + pos: 30.5,-15.5 parent: 2 - - uid: 13548 + - uid: 10841 components: - type: Transform - pos: -93.5,-45.5 + pos: 31.5,-15.5 parent: 2 - - uid: 13549 + - uid: 10842 components: - type: Transform - pos: -87.5,-39.5 + pos: 32.5,-15.5 parent: 2 - - uid: 13551 + - uid: 10843 components: - type: Transform - pos: -81.5,-45.5 + pos: 33.5,-15.5 parent: 2 - - uid: 13552 + - uid: 10844 components: - type: Transform - pos: -88.5,-39.5 + pos: 34.5,-15.5 parent: 2 - - uid: 13553 + - uid: 10845 components: - type: Transform - pos: -85.5,-40.5 + pos: 35.5,-15.5 parent: 2 - - uid: 13554 + - uid: 10846 components: - type: Transform - pos: -86.5,-40.5 + pos: 36.5,-15.5 parent: 2 - - uid: 13555 + - uid: 10847 components: - type: Transform - pos: -86.5,-39.5 + pos: 37.5,-15.5 parent: 2 - - uid: 13556 + - uid: 10848 components: - type: Transform - pos: -91.5,-34.5 + pos: 38.5,-15.5 parent: 2 - - uid: 13557 + - uid: 10849 components: - type: Transform - pos: -92.5,-34.5 + pos: 38.5,-16.5 parent: 2 - - uid: 13562 + - uid: 10850 components: - type: Transform - pos: -83.5,-40.5 + pos: 39.5,-16.5 parent: 2 - - uid: 13563 + - uid: 10851 components: - type: Transform - pos: -84.5,-40.5 + pos: 39.5,-17.5 parent: 2 - - uid: 13564 + - uid: 10852 components: - type: Transform - pos: -81.5,-40.5 + pos: 40.5,-17.5 parent: 2 - - uid: 13565 + - uid: 10853 components: - type: Transform - pos: -86.5,-43.5 + pos: 41.5,-17.5 parent: 2 - - uid: 13566 + - uid: 10854 components: - type: Transform - pos: -90.5,-44.5 + pos: 42.5,-17.5 parent: 2 - - uid: 13567 + - uid: 10855 components: - type: Transform - pos: -86.5,-44.5 + pos: 43.5,-17.5 parent: 2 - - uid: 13568 + - uid: 10856 components: - type: Transform - pos: -89.5,-44.5 + pos: 44.5,-17.5 parent: 2 - - uid: 13569 + - uid: 10857 components: - type: Transform - pos: -87.5,-44.5 + pos: 45.5,-17.5 parent: 2 - - uid: 13570 + - uid: 10858 components: - type: Transform - pos: -85.5,-43.5 + pos: 43.5,-26.5 parent: 2 - - uid: 13571 + - uid: 10859 components: - type: Transform - pos: -88.5,-44.5 + pos: 46.5,-16.5 parent: 2 - - uid: 13572 + - uid: 10860 components: - type: Transform - pos: -81.5,-44.5 + pos: 47.5,-16.5 parent: 2 - - uid: 13573 + - uid: 10861 components: - type: Transform - pos: -97.5,-45.5 + pos: 47.5,-15.5 parent: 2 - - uid: 13574 + - uid: 10862 components: - type: Transform - pos: -93.5,-43.5 + pos: 48.5,-15.5 parent: 2 - - uid: 13575 + - uid: 10863 components: - type: Transform - pos: -96.5,-45.5 + pos: 48.5,-14.5 parent: 2 - - uid: 13576 + - uid: 10864 components: - type: Transform - pos: -95.5,-45.5 + pos: 49.5,-14.5 parent: 2 - - uid: 13578 + - uid: 10865 components: - type: Transform - pos: -98.5,-39.5 + pos: 49.5,-13.5 parent: 2 - - uid: 13592 + - uid: 10866 components: - type: Transform - pos: -80.5,54.5 + pos: 50.5,-13.5 parent: 2 - - uid: 13611 + - uid: 10867 components: - type: Transform - pos: -80.5,52.5 + pos: 50.5,-12.5 parent: 2 - - uid: 13616 + - uid: 10868 components: - type: Transform - pos: 56.5,-66.5 + pos: 50.5,-11.5 parent: 2 - - uid: 13617 + - uid: 10869 components: - type: Transform - pos: 56.5,-50.5 + pos: 50.5,-10.5 parent: 2 - - uid: 13618 + - uid: 10870 components: - type: Transform - pos: 56.5,-51.5 + pos: 50.5,-9.5 parent: 2 - - uid: 13619 + - uid: 10871 components: - type: Transform - pos: 56.5,-54.5 + pos: 50.5,-8.5 parent: 2 - - uid: 13620 + - uid: 10872 components: - type: Transform - pos: 56.5,-59.5 + pos: 50.5,-7.5 parent: 2 - - uid: 13621 + - uid: 10873 components: - type: Transform - pos: 56.5,-48.5 + pos: 50.5,-6.5 parent: 2 - - uid: 13622 + - uid: 10874 components: - type: Transform - pos: 56.5,-55.5 + pos: 50.5,-5.5 parent: 2 - - uid: 13627 + - uid: 10875 components: - type: Transform - pos: -74.5,51.5 + pos: 50.5,-4.5 parent: 2 - - uid: 13639 + - uid: 10876 components: - type: Transform - pos: 56.5,-64.5 + pos: 50.5,-3.5 parent: 2 - - uid: 13640 + - uid: 10877 components: - type: Transform - pos: 56.5,-62.5 + pos: 50.5,-2.5 parent: 2 - - uid: 13641 + - uid: 10878 components: - type: Transform - pos: 56.5,-67.5 + pos: 50.5,-1.5 parent: 2 - - uid: 13642 + - uid: 10879 components: - type: Transform - pos: 56.5,-60.5 + pos: 50.5,-0.5 parent: 2 - - uid: 13643 + - uid: 10880 components: - type: Transform - pos: 56.5,-61.5 + pos: 50.5,0.5 parent: 2 - - uid: 13644 + - uid: 10881 components: - type: Transform - pos: 56.5,-52.5 + pos: 50.5,1.5 parent: 2 - - uid: 13668 + - uid: 10882 components: - type: Transform - pos: -96.5,-40.5 + pos: 50.5,2.5 parent: 2 - - uid: 13669 + - uid: 10883 components: - type: Transform - pos: -95.5,-40.5 + pos: 50.5,3.5 parent: 2 - - uid: 13670 + - uid: 10884 components: - type: Transform - pos: -94.5,-58.5 + pos: 49.5,3.5 parent: 2 - - uid: 13671 + - uid: 10885 components: - type: Transform - pos: -93.5,-53.5 + pos: 49.5,4.5 parent: 2 - - uid: 13672 + - uid: 10886 components: - type: Transform - pos: -86.5,-53.5 + pos: 49.5,5.5 parent: 2 - - uid: 13676 + - uid: 10887 components: - type: Transform - pos: -89.5,-39.5 + pos: 49.5,6.5 parent: 2 - - uid: 13677 + - uid: 10888 components: - type: Transform - pos: -90.5,-34.5 + pos: 49.5,7.5 parent: 2 - - uid: 13681 + - uid: 10889 components: - type: Transform - pos: -86.5,-65.5 + pos: 49.5,8.5 parent: 2 - - uid: 13682 + - uid: 10890 components: - type: Transform - pos: -84.5,-65.5 + pos: 49.5,9.5 parent: 2 - - uid: 13683 + - uid: 10891 components: - type: Transform - pos: -82.5,-65.5 + pos: 49.5,10.5 parent: 2 - - uid: 13706 + - uid: 10892 components: - type: Transform - pos: -63.5,47.5 + pos: 49.5,11.5 parent: 2 - - uid: 13720 + - uid: 10893 components: - type: Transform - pos: 83.5,5.5 + pos: 49.5,12.5 parent: 2 - - uid: 13721 + - uid: 10894 components: - type: Transform - pos: 85.5,22.5 + pos: 49.5,13.5 parent: 2 - - uid: 13726 + - uid: 10895 components: - type: Transform - pos: 85.5,21.5 + pos: 49.5,14.5 parent: 2 - - uid: 13730 + - uid: 10896 components: - type: Transform - pos: 82.5,5.5 + pos: 49.5,15.5 parent: 2 - - uid: 13746 + - uid: 10897 components: - type: Transform - pos: 80.5,5.5 + pos: 49.5,16.5 parent: 2 - - uid: 13748 + - uid: 10898 components: - type: Transform - pos: 80.5,4.5 + pos: 49.5,17.5 parent: 2 - - uid: 13756 + - uid: 10899 components: - type: Transform - pos: -55.5,54.5 + pos: 48.5,17.5 parent: 2 - - uid: 13762 + - uid: 10900 components: - type: Transform - pos: 85.5,23.5 + pos: 48.5,18.5 parent: 2 - - uid: 13763 + - uid: 10901 components: - type: Transform - pos: 85.5,24.5 + pos: 48.5,19.5 parent: 2 - - uid: 13764 + - uid: 10902 components: - type: Transform - pos: 85.5,25.5 + pos: 47.5,19.5 parent: 2 - - uid: 13765 + - uid: 10903 components: - type: Transform - pos: 85.5,26.5 + pos: 46.5,19.5 parent: 2 - - uid: 13766 + - uid: 10904 components: - type: Transform - pos: 83.5,26.5 + pos: 45.5,19.5 parent: 2 - - uid: 13767 + - uid: 10905 components: - type: Transform - pos: 82.5,26.5 + pos: 44.5,19.5 parent: 2 - - uid: 13768 + - uid: 10906 components: - type: Transform - pos: 81.5,26.5 + pos: 43.5,19.5 parent: 2 - - uid: 13769 + - uid: 10907 components: - type: Transform - pos: 80.5,26.5 + pos: 42.5,19.5 parent: 2 - - uid: 13770 + - uid: 10908 components: - type: Transform - pos: 79.5,26.5 + pos: 41.5,19.5 parent: 2 - - uid: 13771 + - uid: 10909 components: - type: Transform - pos: 78.5,26.5 + pos: 40.5,19.5 parent: 2 - - uid: 13776 + - uid: 10910 components: - type: Transform - pos: 77.5,26.5 + pos: 39.5,19.5 parent: 2 - - uid: 13777 + - uid: 10911 components: - type: Transform - pos: 76.5,26.5 + pos: 38.5,19.5 parent: 2 - - uid: 13778 + - uid: 10912 components: - type: Transform - pos: 75.5,26.5 + pos: 37.5,19.5 parent: 2 - - uid: 13779 + - uid: 10913 components: - type: Transform - pos: 74.5,26.5 + pos: 36.5,19.5 parent: 2 - - uid: 13784 + - uid: 10914 components: - type: Transform - pos: 73.5,26.5 + pos: 35.5,19.5 parent: 2 - - uid: 13787 + - uid: 10915 components: - type: Transform - pos: 73.5,27.5 + pos: 34.5,19.5 parent: 2 - - uid: 13792 + - uid: 10916 components: - type: Transform - pos: -32.5,68.5 + pos: 33.5,19.5 parent: 2 - - uid: 13799 + - uid: 10917 components: - type: Transform - pos: 73.5,28.5 + pos: 32.5,19.5 parent: 2 - - uid: 13800 + - uid: 10918 components: - type: Transform - pos: 73.5,29.5 + pos: 31.5,19.5 parent: 2 - - uid: 13808 + - uid: 10919 components: - type: Transform - pos: -40.5,71.5 + pos: 30.5,19.5 parent: 2 - - uid: 13828 + - uid: 10920 components: - type: Transform - pos: -46.5,68.5 + pos: 29.5,19.5 parent: 2 - - uid: 13834 + - uid: 10921 components: - type: Transform - pos: 82.5,-9.5 + pos: 28.5,19.5 parent: 2 - - uid: 13853 + - uid: 10922 components: - type: Transform - pos: 77.5,-13.5 + pos: 27.5,19.5 parent: 2 - - uid: 14292 + - uid: 10923 components: - type: Transform - pos: 1.5,44.5 + pos: 26.5,19.5 parent: 2 - - uid: 14293 + - uid: 10924 components: - type: Transform - pos: 1.5,43.5 + pos: 25.5,19.5 parent: 2 - - uid: 14294 + - uid: 10925 components: - type: Transform - pos: 1.5,42.5 + pos: 24.5,19.5 parent: 2 - - uid: 14295 + - uid: 10926 components: - type: Transform - pos: 1.5,41.5 + pos: 23.5,19.5 parent: 2 - - uid: 14296 + - uid: 10927 components: - type: Transform - pos: 1.5,40.5 + pos: 22.5,19.5 parent: 2 - - uid: 14297 + - uid: 10928 components: - type: Transform - pos: 1.5,39.5 + pos: 21.5,19.5 parent: 2 - - uid: 14298 + - uid: 10929 components: - type: Transform - pos: 1.5,33.5 + pos: 20.5,19.5 parent: 2 - - uid: 14300 + - uid: 10930 components: - type: Transform - pos: 1.5,36.5 + pos: 19.5,19.5 parent: 2 - - uid: 14301 + - uid: 10931 components: - type: Transform - pos: 1.5,35.5 + pos: 18.5,19.5 parent: 2 - - uid: 14302 + - uid: 10939 components: - type: Transform - pos: 1.5,34.5 + pos: 10.5,19.5 parent: 2 - - uid: 14303 + - uid: 10940 components: - type: Transform - pos: 1.5,37.5 + pos: 9.5,19.5 parent: 2 - - uid: 14304 + - uid: 10941 components: - type: Transform - pos: 1.5,32.5 + pos: 8.5,19.5 parent: 2 - - uid: 14305 + - uid: 10942 components: - type: Transform - pos: 1.5,31.5 + pos: 7.5,19.5 parent: 2 - - uid: 14306 + - uid: 10943 components: - type: Transform - pos: 1.5,30.5 + pos: 6.5,19.5 parent: 2 - - uid: 14307 + - uid: 10944 components: - type: Transform - pos: 1.5,29.5 + pos: 5.5,19.5 parent: 2 - - uid: 14308 + - uid: 10945 components: - type: Transform - pos: 1.5,28.5 + pos: 4.5,19.5 parent: 2 - - uid: 14309 + - uid: 10946 components: - type: Transform - pos: 1.5,27.5 + pos: 3.5,19.5 parent: 2 - - uid: 14310 + - uid: 10947 components: - type: Transform - pos: 1.5,26.5 + pos: 2.5,19.5 parent: 2 - - uid: 14311 + - uid: 10948 components: - type: Transform - pos: 1.5,25.5 + pos: 1.5,19.5 parent: 2 - - uid: 14312 + - uid: 10949 components: - type: Transform - pos: 1.5,24.5 + pos: 0.5,19.5 parent: 2 - - uid: 14313 + - uid: 10950 components: - type: Transform - pos: 1.5,23.5 + pos: -0.5,19.5 parent: 2 - - uid: 14314 + - uid: 10951 components: - type: Transform - pos: 1.5,22.5 + pos: -1.5,19.5 parent: 2 - - uid: 14315 + - uid: 10952 components: - type: Transform - pos: 1.5,21.5 + pos: -2.5,19.5 parent: 2 - - uid: 14316 + - uid: 10953 components: - type: Transform - pos: 1.5,20.5 + pos: -3.5,19.5 parent: 2 - - uid: 14317 + - uid: 10954 components: - type: Transform - pos: 1.5,18.5 + pos: -4.5,19.5 parent: 2 - - uid: 14318 + - uid: 10955 components: - type: Transform - pos: 1.5,17.5 + pos: -5.5,19.5 parent: 2 - - uid: 14319 + - uid: 10956 components: - type: Transform - pos: 1.5,16.5 + pos: -6.5,19.5 parent: 2 - - uid: 14320 + - uid: 10957 components: - type: Transform - pos: 1.5,15.5 + pos: -6.5,20.5 parent: 2 - - uid: 14321 + - uid: 10958 components: - type: Transform - pos: 1.5,14.5 + pos: -7.5,20.5 parent: 2 - - uid: 14322 + - uid: 10959 components: - type: Transform - pos: 1.5,13.5 + pos: -8.5,20.5 parent: 2 - - uid: 14323 + - uid: 10960 components: - type: Transform - pos: 1.5,12.5 + pos: -9.5,20.5 parent: 2 - - uid: 14324 + - uid: 10961 components: - type: Transform - pos: 1.5,11.5 + pos: -10.5,20.5 parent: 2 - - uid: 14325 + - uid: 10962 components: - type: Transform - pos: 1.5,10.5 + pos: -11.5,20.5 parent: 2 - - uid: 14326 + - uid: 10963 components: - type: Transform - pos: 1.5,9.5 + pos: -12.5,20.5 parent: 2 - - uid: 14327 + - uid: 10964 components: - type: Transform - pos: 1.5,8.5 + pos: -13.5,20.5 parent: 2 - - uid: 14328 + - uid: 10965 components: - type: Transform - pos: 1.5,7.5 + pos: -14.5,20.5 parent: 2 - - uid: 14329 + - uid: 10966 components: - type: Transform - pos: 1.5,6.5 + pos: -15.5,20.5 parent: 2 - - uid: 14330 + - uid: 10967 components: - type: Transform - pos: 1.5,5.5 + pos: -16.5,20.5 parent: 2 - - uid: 14331 + - uid: 10968 components: - type: Transform - pos: 1.5,4.5 + pos: -17.5,20.5 parent: 2 - - uid: 14332 + - uid: 10969 components: - type: Transform - pos: 1.5,3.5 + pos: -18.5,20.5 parent: 2 - - uid: 14333 + - uid: 10970 components: - type: Transform - pos: 1.5,2.5 + pos: -19.5,20.5 parent: 2 - - uid: 14334 + - uid: 10971 components: - type: Transform - pos: 1.5,1.5 + pos: -20.5,20.5 parent: 2 - - uid: 14335 + - uid: 10972 components: - type: Transform - pos: 1.5,0.5 + pos: -21.5,20.5 parent: 2 - - uid: 14336 + - uid: 10973 components: - type: Transform - pos: 1.5,-0.5 + pos: -22.5,20.5 parent: 2 - - uid: 14337 + - uid: 10974 components: - type: Transform - pos: 1.5,-1.5 + pos: -23.5,20.5 parent: 2 - - uid: 14338 + - uid: 10975 components: - type: Transform - pos: 1.5,-2.5 + pos: -24.5,20.5 parent: 2 - - uid: 14339 + - uid: 10976 components: - type: Transform - pos: 1.5,-3.5 + pos: -25.5,20.5 parent: 2 - - uid: 14340 + - uid: 10977 components: - type: Transform - pos: 1.5,-4.5 + pos: -26.5,20.5 parent: 2 - - uid: 14341 + - uid: 10978 components: - type: Transform - pos: 1.5,-5.5 + pos: -27.5,20.5 parent: 2 - - uid: 14342 + - uid: 10979 components: - type: Transform - pos: 1.5,-6.5 + pos: -28.5,20.5 parent: 2 - - uid: 14343 + - uid: 10980 components: - type: Transform - pos: 1.5,-7.5 + pos: -29.5,20.5 parent: 2 - - uid: 14344 + - uid: 10981 components: - type: Transform - pos: 1.5,-8.5 + pos: -30.5,20.5 parent: 2 - - uid: 14345 + - uid: 10982 components: - type: Transform - pos: 1.5,-9.5 + pos: -31.5,20.5 parent: 2 - - uid: 14346 + - uid: 10983 components: - type: Transform - pos: 1.5,-10.5 + pos: -32.5,20.5 parent: 2 - - uid: 14347 + - uid: 10985 components: - type: Transform - pos: 1.5,-11.5 + pos: -33.5,19.5 parent: 2 - - uid: 14348 + - uid: 10986 components: - type: Transform - pos: 1.5,-12.5 + pos: -34.5,19.5 parent: 2 - - uid: 14349 + - uid: 10987 components: - type: Transform - pos: 1.5,-13.5 + pos: -35.5,19.5 parent: 2 - - uid: 14350 + - uid: 10988 components: - type: Transform - pos: 1.5,-14.5 + pos: -36.5,19.5 parent: 2 - - uid: 14353 + - uid: 10989 components: - type: Transform - pos: 4.5,44.5 + pos: -36.5,18.5 parent: 2 - - uid: 14354 + - uid: 10990 components: - type: Transform - pos: 5.5,44.5 + pos: -37.5,18.5 parent: 2 - - uid: 14366 + - uid: 10991 components: - type: Transform - pos: -44.5,26.5 + pos: -37.5,17.5 parent: 2 - - uid: 14376 + - uid: 10992 components: - type: Transform - pos: 1.5,38.5 + pos: -38.5,17.5 parent: 2 - - uid: 14509 + - uid: 10993 components: - type: Transform - pos: 32.5,51.5 + pos: -39.5,17.5 parent: 2 - - uid: 14510 + - uid: 10994 components: - type: Transform - pos: 31.5,51.5 + pos: -39.5,16.5 parent: 2 - - uid: 14511 + - uid: 10995 components: - type: Transform - pos: 31.5,50.5 + pos: -41.5,16.5 parent: 2 - - uid: 14512 + - uid: 10996 components: - type: Transform - pos: 31.5,49.5 + pos: -40.5,16.5 parent: 2 - - uid: 14520 + - uid: 10997 components: - type: Transform - pos: 33.5,43.5 + pos: -42.5,16.5 parent: 2 - - uid: 14521 + - uid: 10998 components: - type: Transform - pos: 34.5,43.5 + pos: -43.5,16.5 parent: 2 - - uid: 14522 + - uid: 10999 components: - type: Transform - pos: 34.5,42.5 + pos: -44.5,16.5 parent: 2 - - uid: 14523 + - uid: 11000 components: - type: Transform - pos: 34.5,41.5 + pos: -44.5,15.5 parent: 2 - - uid: 14524 + - uid: 11001 components: - type: Transform - pos: 34.5,40.5 + pos: -44.5,14.5 parent: 2 - - uid: 14525 + - uid: 11002 components: - type: Transform - pos: 34.5,39.5 + pos: -44.5,13.5 parent: 2 - - uid: 14526 + - uid: 11003 components: - type: Transform - pos: 34.5,38.5 + pos: -44.5,12.5 parent: 2 - - uid: 14527 + - uid: 11004 components: - type: Transform - pos: 34.5,37.5 + pos: -44.5,11.5 parent: 2 - - uid: 14528 + - uid: 11005 components: - type: Transform - pos: 34.5,36.5 + pos: -44.5,10.5 parent: 2 - - uid: 14529 + - uid: 11006 components: - type: Transform - pos: 34.5,35.5 + pos: -44.5,9.5 parent: 2 - - uid: 14530 + - uid: 11007 components: - type: Transform - pos: 34.5,34.5 + pos: -44.5,8.5 parent: 2 - - uid: 14531 + - uid: 11108 components: - type: Transform - pos: 34.5,33.5 + pos: 82.5,-10.5 parent: 2 - - uid: 14532 + - uid: 11141 components: - type: Transform - pos: 33.5,33.5 + pos: -27.5,45.5 parent: 2 - - uid: 14533 + - uid: 11142 components: - type: Transform - pos: 32.5,33.5 + pos: -7.5,40.5 parent: 2 - - uid: 14534 + - uid: 11151 components: - type: Transform - pos: 31.5,33.5 + pos: 32.5,46.5 parent: 2 - - uid: 14535 + - uid: 11166 components: - type: Transform - pos: 30.5,33.5 + pos: 32.5,44.5 parent: 2 - - uid: 14536 + - uid: 11211 components: - type: Transform - pos: 29.5,33.5 + pos: -26.5,47.5 parent: 2 - - uid: 14537 + - uid: 11240 components: - type: Transform - pos: 28.5,33.5 + pos: 27.5,-31.5 parent: 2 - - uid: 14538 + - uid: 11243 components: - type: Transform - pos: 27.5,33.5 + pos: 85.5,17.5 parent: 2 - - uid: 14539 + - uid: 11252 components: - type: Transform - pos: 26.5,33.5 + pos: 89.5,-6.5 parent: 2 - - uid: 14540 + - uid: 11253 components: - type: Transform - pos: 25.5,33.5 + pos: 89.5,-5.5 parent: 2 - - uid: 14541 + - uid: 11255 components: - type: Transform - pos: 24.5,33.5 + pos: 89.5,-4.5 parent: 2 - - uid: 14542 + - uid: 11259 components: - type: Transform - pos: 23.5,33.5 + pos: 90.5,-4.5 parent: 2 - - uid: 14543 + - uid: 11263 components: - type: Transform - pos: 22.5,33.5 + pos: -63.5,49.5 parent: 2 - - uid: 14544 + - uid: 11268 components: - type: Transform - pos: 21.5,33.5 + pos: 25.5,-16.5 parent: 2 - - uid: 14545 + - uid: 11299 components: - type: Transform - pos: 20.5,33.5 + pos: -63.5,48.5 parent: 2 - - uid: 14546 + - uid: 11324 components: - type: Transform - pos: 19.5,33.5 + pos: 29.5,-26.5 parent: 2 - - uid: 14547 + - uid: 11332 components: - type: Transform - pos: 18.5,33.5 + pos: 25.5,-17.5 parent: 2 - - uid: 14548 + - uid: 11414 components: - type: Transform - pos: 17.5,33.5 + pos: 1.5,-21.5 parent: 2 - - uid: 14549 + - uid: 11469 components: - type: Transform - pos: 16.5,33.5 + pos: 83.5,-21.5 parent: 2 - - uid: 14550 + - uid: 11524 components: - type: Transform - pos: 15.5,33.5 + pos: 83.5,-10.5 parent: 2 - - uid: 14551 + - uid: 11605 components: - type: Transform - pos: 14.5,33.5 + pos: 52.5,-59.5 parent: 2 - - uid: 14552 + - uid: 11606 components: - type: Transform - pos: 13.5,33.5 + pos: 63.5,-44.5 parent: 2 - - uid: 14553 + - uid: 11608 components: - type: Transform - pos: 12.5,33.5 + pos: 64.5,-44.5 parent: 2 - - uid: 14554 + - uid: 11609 components: - type: Transform - pos: 11.5,33.5 + pos: 53.5,-44.5 parent: 2 - - uid: 14555 + - uid: 11610 components: - type: Transform - pos: 10.5,33.5 + pos: 54.5,-45.5 parent: 2 - - uid: 14556 + - uid: 11611 components: - type: Transform - pos: 9.5,33.5 + pos: 56.5,-45.5 parent: 2 - - uid: 14557 + - uid: 11612 components: - type: Transform - pos: 8.5,33.5 + pos: 56.5,-46.5 parent: 2 - - uid: 14558 + - uid: 11613 components: - type: Transform - pos: 7.5,33.5 + pos: 55.5,-50.5 parent: 2 - - uid: 14559 + - uid: 11614 components: - type: Transform - pos: 6.5,33.5 + pos: 52.5,-44.5 parent: 2 - - uid: 14560 + - uid: 11615 components: - type: Transform - pos: 5.5,33.5 + pos: 53.5,-45.5 parent: 2 - - uid: 14561 + - uid: 11616 components: - type: Transform - pos: 4.5,33.5 + pos: 59.5,-44.5 parent: 2 - - uid: 14562 + - uid: 11617 components: - type: Transform - pos: 3.5,33.5 + pos: 60.5,-44.5 parent: 2 - - uid: 14563 + - uid: 11647 components: - type: Transform - pos: 2.5,33.5 + pos: -60.5,48.5 parent: 2 - - uid: 14564 + - uid: 11650 components: - type: Transform - pos: 17.5,-26.5 + pos: 1.5,-22.5 parent: 2 - - uid: 14565 + - uid: 11692 components: - type: Transform - pos: -34.5,68.5 + pos: -33.5,-16.5 parent: 2 - - uid: 14591 + - uid: 11693 components: - type: Transform - pos: 16.5,-26.5 + pos: -33.5,-17.5 parent: 2 - - uid: 14632 + - uid: 11694 components: - type: Transform - pos: -40.5,70.5 + pos: -33.5,-18.5 parent: 2 - - uid: 14887 + - uid: 11695 components: - type: Transform - pos: -88.5,59.5 + pos: -33.5,-19.5 parent: 2 - - uid: 14888 + - uid: 11696 components: - type: Transform - pos: -88.5,59.5 + pos: -33.5,-20.5 parent: 2 - - uid: 14889 + - uid: 11697 components: - type: Transform - pos: -87.5,59.5 + pos: -33.5,-21.5 parent: 2 - - uid: 14925 + - uid: 11698 components: - type: Transform - pos: 79.5,-16.5 + pos: -33.5,-22.5 parent: 2 - - uid: 14934 + - uid: 11699 components: - type: Transform - pos: 53.5,10.5 + pos: -33.5,-23.5 parent: 2 - - uid: 14935 + - uid: 11700 components: - type: Transform - pos: 53.5,11.5 + pos: -33.5,-24.5 parent: 2 - - uid: 14936 + - uid: 11701 components: - type: Transform - pos: 53.5,12.5 + pos: -33.5,-25.5 parent: 2 - - uid: 14937 + - uid: 11702 components: - type: Transform - pos: 53.5,13.5 + pos: -33.5,-26.5 parent: 2 - - uid: 14938 + - uid: 11703 components: - type: Transform - pos: 53.5,14.5 + pos: -33.5,-27.5 parent: 2 - - uid: 14939 + - uid: 11704 components: - type: Transform - pos: 53.5,15.5 + pos: -32.5,-27.5 parent: 2 - - uid: 14940 + - uid: 11705 components: - type: Transform - pos: 53.5,16.5 + pos: -31.5,-27.5 parent: 2 - - uid: 14941 + - uid: 11706 components: - type: Transform - pos: 53.5,17.5 + pos: -30.5,-27.5 parent: 2 - - uid: 14942 + - uid: 11707 components: - type: Transform - pos: 52.5,17.5 + pos: -29.5,-27.5 parent: 2 - - uid: 14943 + - uid: 11708 components: - type: Transform - pos: 51.5,17.5 + pos: -28.5,-27.5 parent: 2 - - uid: 14944 + - uid: 11709 components: - type: Transform - pos: 50.5,17.5 + pos: -27.5,-27.5 parent: 2 - - uid: 15023 + - uid: 11710 components: - type: Transform - pos: -59.5,54.5 + pos: -26.5,-27.5 parent: 2 - - uid: 15024 + - uid: 11711 components: - type: Transform - pos: -60.5,54.5 + pos: -26.5,-28.5 parent: 2 - - uid: 15077 + - uid: 11823 components: - type: Transform - pos: 24.5,21.5 + pos: 25.5,-21.5 parent: 2 - - uid: 15107 + - uid: 11826 components: - type: Transform - pos: 24.5,20.5 + pos: 30.5,-26.5 parent: 2 - - uid: 15130 + - uid: 11851 components: - type: Transform - pos: 24.5,22.5 + pos: -55.5,44.5 parent: 2 - - uid: 15131 + - uid: 11866 components: - type: Transform - pos: 24.5,23.5 + pos: 28.5,-31.5 parent: 2 - - uid: 15132 + - uid: 11868 components: - type: Transform - pos: 24.5,24.5 + pos: -63.5,-21.5 parent: 2 - - uid: 15133 + - uid: 11869 components: - type: Transform - pos: 24.5,25.5 + pos: -62.5,-21.5 parent: 2 - - uid: 15134 + - uid: 11870 components: - type: Transform - pos: 24.5,26.5 + pos: 39.5,-26.5 parent: 2 - - uid: 15135 + - uid: 11952 components: - type: Transform - pos: 24.5,27.5 + pos: 79.5,-9.5 parent: 2 - - uid: 15136 + - uid: 11978 components: - type: Transform - pos: 24.5,28.5 + pos: 9.5,-28.5 parent: 2 - - uid: 15137 + - uid: 11988 components: - type: Transform - pos: 24.5,29.5 + pos: 10.5,-29.5 parent: 2 - - uid: 15138 + - uid: 11989 components: - type: Transform - pos: 24.5,30.5 + pos: 10.5,-30.5 parent: 2 - - uid: 15139 + - uid: 11990 components: - type: Transform - pos: 24.5,31.5 + pos: 10.5,-31.5 parent: 2 - - uid: 15140 + - uid: 11991 components: - type: Transform - pos: 24.5,32.5 + pos: 10.5,-32.5 parent: 2 - - uid: 15153 + - uid: 11992 components: - type: Transform - pos: 83.5,-18.5 + pos: 10.5,-33.5 parent: 2 - - uid: 15194 + - uid: 11993 components: - type: Transform - pos: -46.5,66.5 + pos: 10.5,-34.5 parent: 2 - - uid: 15237 + - uid: 11994 components: - type: Transform - pos: -37.5,48.5 + pos: 10.5,-35.5 parent: 2 - - uid: 15272 + - uid: 11995 components: - type: Transform - pos: -44.5,69.5 + pos: 10.5,-36.5 parent: 2 - - uid: 15288 + - uid: 11996 components: - type: Transform - pos: 79.5,-14.5 + pos: 10.5,-37.5 parent: 2 - - uid: 15326 + - uid: 11997 components: - type: Transform - pos: -16.5,45.5 + pos: 9.5,-37.5 parent: 2 - - uid: 15327 + - uid: 11998 components: - type: Transform - pos: -15.5,45.5 + pos: 8.5,-37.5 parent: 2 - - uid: 15328 + - uid: 11999 components: - type: Transform - pos: -4.5,40.5 + pos: 7.5,-37.5 parent: 2 - - uid: 15456 + - uid: 12000 components: - type: Transform - pos: -32.5,23.5 + pos: 6.5,-37.5 parent: 2 - - uid: 15459 + - uid: 12001 components: - type: Transform - pos: -3.5,40.5 + pos: 5.5,-37.5 parent: 2 - - uid: 15460 + - uid: 12002 components: - type: Transform - pos: -6.5,40.5 + pos: 4.5,-37.5 parent: 2 - - uid: 15461 + - uid: 12005 components: - type: Transform - pos: -26.5,49.5 + pos: 1.5,-37.5 parent: 2 - - uid: 15463 + - uid: 12007 components: - type: Transform - pos: -63.5,54.5 + pos: 83.5,-22.5 parent: 2 - - uid: 15465 + - uid: 12008 components: - type: Transform - pos: -5.5,40.5 + pos: -1.5,-37.5 parent: 2 - - uid: 15466 + - uid: 12009 components: - type: Transform - pos: -25.5,55.5 + pos: -2.5,-37.5 parent: 2 - - uid: 15467 + - uid: 12010 components: - type: Transform - pos: -24.5,55.5 + pos: -3.5,-37.5 parent: 2 - - uid: 15471 + - uid: 12011 components: - type: Transform - pos: -23.5,55.5 + pos: -4.5,-37.5 parent: 2 - - uid: 15490 + - uid: 12012 components: - type: Transform - pos: -37.5,55.5 + pos: -5.5,-37.5 parent: 2 - - uid: 15495 + - uid: 12013 components: - type: Transform - pos: -56.5,64.5 + pos: -6.5,-37.5 parent: 2 - - uid: 15516 + - uid: 12014 components: - type: Transform - pos: -37.5,51.5 + pos: -6.5,-36.5 parent: 2 - - uid: 15534 + - uid: 12015 components: - type: Transform - pos: -37.5,54.5 + pos: -6.5,-35.5 parent: 2 - - uid: 15536 + - uid: 12016 components: - type: Transform - pos: -26.5,23.5 + pos: -6.5,-34.5 parent: 2 - - uid: 15543 + - uid: 12017 components: - type: Transform - pos: 79.5,-11.5 + pos: -6.5,-33.5 parent: 2 - - uid: 15620 + - uid: 12018 components: - type: Transform - pos: -49.5,52.5 + pos: -6.5,-32.5 parent: 2 - - uid: 15642 + - uid: 12019 components: - type: Transform - pos: -31.5,23.5 + pos: -6.5,-31.5 parent: 2 - - uid: 15695 + - uid: 12020 components: - type: Transform - pos: -8.5,40.5 + pos: -6.5,-30.5 parent: 2 - - uid: 15700 + - uid: 12021 components: - type: Transform - pos: -14.5,40.5 + pos: -6.5,-29.5 parent: 2 - - uid: 15709 + - uid: 12022 components: - type: Transform - pos: -14.5,45.5 + pos: -6.5,-28.5 parent: 2 - - uid: 15712 + - uid: 12023 components: - type: Transform - pos: -26.5,48.5 + pos: -5.5,-28.5 parent: 2 - - uid: 15795 + - uid: 12024 components: - type: Transform - pos: -34.5,55.5 + pos: -4.5,-28.5 parent: 2 - - uid: 15799 + - uid: 12025 components: - type: Transform - pos: -33.5,55.5 + pos: -3.5,-28.5 parent: 2 - - uid: 15828 + - uid: 12026 components: - type: Transform - pos: -23.5,25.5 + pos: -2.5,-28.5 parent: 2 - - uid: 15836 + - uid: 12027 components: - type: Transform - pos: -48.5,52.5 + pos: -1.5,-28.5 parent: 2 - - uid: 15837 + - uid: 12028 components: - type: Transform - pos: -33.5,23.5 + pos: -0.5,-28.5 parent: 2 - - uid: 15851 + - uid: 12029 components: - type: Transform - pos: -34.5,23.5 + pos: 0.5,-28.5 parent: 2 - - uid: 15908 + - uid: 12030 components: - type: Transform - pos: -26.5,45.5 + pos: 1.5,-28.5 parent: 2 - - uid: 15909 + - uid: 12034 components: - type: Transform - pos: -25.5,45.5 + pos: -1.5,-27.5 parent: 2 - - uid: 15910 + - uid: 12035 components: - type: Transform - pos: -26.5,46.5 + pos: -1.5,-26.5 parent: 2 - - uid: 15911 + - uid: 12036 components: - type: Transform - pos: -12.5,44.5 + pos: -1.5,-25.5 parent: 2 - - uid: 15912 + - uid: 12037 components: - type: Transform - pos: -31.5,55.5 + pos: -1.5,-24.5 parent: 2 - - uid: 15915 + - uid: 12038 components: - type: Transform - pos: -13.5,45.5 + pos: -1.5,-23.5 parent: 2 - - uid: 16026 + - uid: 12039 components: - type: Transform - pos: -1.5,30.5 + pos: -1.5,-22.5 parent: 2 - - uid: 16027 + - uid: 12040 components: - type: Transform - pos: -0.5,30.5 + pos: -1.5,-21.5 parent: 2 - - uid: 16032 + - uid: 12041 components: - type: Transform - pos: 0.5,26.5 + pos: -1.5,-20.5 parent: 2 - - uid: 16043 + - uid: 12042 components: - type: Transform - pos: -2.5,40.5 + pos: -2.5,-20.5 parent: 2 - - uid: 16044 + - uid: 12044 components: - type: Transform - pos: -2.5,39.5 + pos: -3.5,-19.5 parent: 2 - - uid: 16045 + - uid: 12045 components: - type: Transform - pos: -2.5,38.5 + pos: -4.5,-19.5 parent: 2 - - uid: 16046 + - uid: 12046 components: - type: Transform - pos: -2.5,37.5 + pos: -4.5,-18.5 parent: 2 - - uid: 16047 + - uid: 12047 components: - type: Transform - pos: -2.5,36.5 + pos: -4.5,-17.5 parent: 2 - - uid: 16048 + - uid: 12048 components: - type: Transform - pos: -2.5,35.5 + pos: -4.5,-16.5 parent: 2 - - uid: 16049 + - uid: 12049 components: - type: Transform - pos: -2.5,34.5 + pos: 83.5,-11.5 parent: 2 - - uid: 16050 + - uid: 12062 components: - type: Transform - pos: -2.5,33.5 + pos: -58.5,48.5 parent: 2 - - uid: 16051 + - uid: 12067 components: - type: Transform - pos: -2.5,32.5 + pos: 18.5,-26.5 parent: 2 - - uid: 16052 + - uid: 12071 components: - type: Transform - pos: -2.5,31.5 + pos: 31.5,-26.5 parent: 2 - - uid: 16053 + - uid: 12087 components: - type: Transform - pos: -2.5,30.5 + pos: -54.5,37.5 parent: 2 - - uid: 16056 + - uid: 12102 components: - type: Transform - pos: 0.5,30.5 + pos: -38.5,23.5 parent: 2 - - uid: 16156 + - uid: 12104 components: - type: Transform - pos: 77.5,-15.5 + pos: 19.5,-26.5 parent: 2 - - uid: 16298 + - uid: 12118 components: - type: Transform - pos: 44.5,13.5 + pos: -6.5,-2.5 parent: 2 - - uid: 16371 + - uid: 12339 components: - type: Transform - pos: 1.5,63.5 + pos: -6.5,-0.5 parent: 2 - - uid: 16372 + - uid: 12408 components: - type: Transform - pos: 1.5,62.5 + pos: -6.5,-1.5 parent: 2 - - uid: 16373 + - uid: 12419 components: - type: Transform - pos: 1.5,61.5 + pos: -5.5,-2.5 parent: 2 - - uid: 16374 + - uid: 12590 components: - type: Transform - pos: 1.5,60.5 + pos: 80.5,-9.5 parent: 2 - - uid: 16375 + - uid: 12612 components: - type: Transform - pos: 1.5,59.5 + pos: 67.5,-28.5 parent: 2 - - uid: 16376 + - uid: 12615 components: - type: Transform - pos: 1.5,58.5 + pos: 66.5,-27.5 parent: 2 - - uid: 16377 + - uid: 12622 components: - type: Transform - pos: 1.5,57.5 + pos: 67.5,-27.5 parent: 2 - - uid: 16378 + - uid: 12625 components: - type: Transform - pos: 1.5,56.5 + pos: 35.5,33.5 parent: 2 - - uid: 16379 + - uid: 12646 components: - type: Transform - pos: 1.5,55.5 + pos: 38.5,33.5 parent: 2 - - uid: 16380 + - uid: 12680 components: - type: Transform - pos: 1.5,54.5 + pos: 36.5,33.5 parent: 2 - - uid: 16381 + - uid: 12729 components: - type: Transform - pos: 1.5,53.5 + pos: 68.5,-28.5 parent: 2 - - uid: 16382 + - uid: 12788 components: - type: Transform - pos: 1.5,52.5 + pos: 53.5,9.5 parent: 2 - - uid: 16383 + - uid: 12789 components: - type: Transform - pos: 1.5,51.5 + pos: 53.5,8.5 parent: 2 - - uid: 16384 + - uid: 12790 components: - type: Transform - pos: 1.5,50.5 + pos: 53.5,7.5 parent: 2 - - uid: 16385 + - uid: 12791 components: - type: Transform - pos: 1.5,49.5 + pos: 53.5,6.5 parent: 2 - - uid: 16386 + - uid: 12792 components: - type: Transform - pos: 1.5,48.5 + pos: 53.5,5.5 parent: 2 - - uid: 16387 + - uid: 12793 components: - type: Transform - pos: 1.5,47.5 + pos: 53.5,4.5 parent: 2 - - uid: 16388 + - uid: 12794 components: - type: Transform - pos: 1.5,46.5 + pos: 53.5,3.5 parent: 2 - - uid: 16389 + - uid: 12795 components: - type: Transform - pos: 1.5,45.5 + pos: 54.5,3.5 parent: 2 - - uid: 16416 + - uid: 12796 components: - type: Transform - pos: -29.5,55.5 + pos: 54.5,2.5 parent: 2 - - uid: 16443 + - uid: 12797 components: - type: Transform - pos: -37.5,49.5 + pos: 54.5,1.5 parent: 2 - - uid: 16446 + - uid: 12798 components: - type: Transform - pos: -28.5,23.5 + pos: 54.5,0.5 parent: 2 - - uid: 16457 + - uid: 12799 components: - type: Transform - pos: -19.5,64.5 + pos: 54.5,-0.5 parent: 2 - - uid: 16458 + - uid: 12800 components: - type: Transform - pos: -11.5,64.5 + pos: 54.5,-1.5 parent: 2 - - uid: 16459 + - uid: 12801 components: - type: Transform - pos: -16.5,64.5 + pos: 53.5,-1.5 parent: 2 - - uid: 16460 + - uid: 12802 components: - type: Transform - pos: -17.5,64.5 + pos: 52.5,-1.5 parent: 2 - - uid: 16461 + - uid: 12803 components: - type: Transform - pos: -13.5,64.5 + pos: 51.5,-1.5 parent: 2 - - uid: 16462 + - uid: 12804 components: - type: Transform - pos: -22.5,64.5 + pos: 79.5,-0.5 parent: 2 - - uid: 16463 + - uid: 12805 components: - type: Transform - pos: -20.5,64.5 + pos: 79.5,-1.5 parent: 2 - - uid: 16464 + - uid: 12806 components: - type: Transform - pos: -18.5,64.5 + pos: 79.5,-2.5 parent: 2 - - uid: 16465 + - uid: 12807 components: - type: Transform - pos: -21.5,64.5 + pos: 79.5,-3.5 parent: 2 - - uid: 16466 + - uid: 12808 components: - type: Transform - pos: -14.5,64.5 + pos: 78.5,-3.5 parent: 2 - - uid: 16467 + - uid: 12809 components: - type: Transform - pos: -9.5,64.5 + pos: 77.5,-3.5 parent: 2 - - uid: 16469 + - uid: 12810 components: - type: Transform - pos: -15.5,64.5 + pos: 76.5,-3.5 parent: 2 - - uid: 16470 + - uid: 12811 components: - type: Transform - pos: -4.5,64.5 + pos: 75.5,-3.5 parent: 2 - - uid: 16471 + - uid: 12812 components: - type: Transform - pos: -6.5,64.5 + pos: 74.5,-3.5 parent: 2 - - uid: 16488 + - uid: 12813 components: - type: Transform - pos: -64.5,54.5 + pos: 73.5,-3.5 parent: 2 - - uid: 16490 + - uid: 12814 components: - type: Transform - pos: -65.5,54.5 + pos: 72.5,-3.5 parent: 2 - - uid: 16491 + - uid: 12815 components: - type: Transform - pos: -66.5,54.5 + pos: 71.5,-3.5 parent: 2 - - uid: 16493 + - uid: 12816 components: - type: Transform - pos: -67.5,54.5 + pos: 70.5,-3.5 parent: 2 - - uid: 16526 + - uid: 12817 components: - type: Transform - pos: 43.5,13.5 + pos: 69.5,-3.5 parent: 2 - - uid: 16546 + - uid: 12818 components: - type: Transform - pos: -12.5,45.5 + pos: 68.5,-3.5 parent: 2 - - uid: 16568 + - uid: 12819 components: - type: Transform - pos: -40.5,26.5 + pos: 67.5,-3.5 parent: 2 - - uid: 16569 + - uid: 12820 components: - type: Transform - pos: -40.5,27.5 + pos: 66.5,-3.5 parent: 2 - - uid: 16635 + - uid: 12821 components: - type: Transform - pos: 79.5,-17.5 + pos: 65.5,-3.5 parent: 2 - - uid: 16642 + - uid: 12822 components: - type: Transform - pos: 87.5,-20.5 + pos: 64.5,-3.5 parent: 2 - - uid: 16643 + - uid: 12823 components: - type: Transform - pos: 86.5,-20.5 + pos: 63.5,-3.5 parent: 2 - - uid: 16646 + - uid: 12824 components: - type: Transform - pos: 79.5,-21.5 + pos: 62.5,-3.5 parent: 2 - - uid: 16659 + - uid: 12825 components: - type: Transform - pos: 79.5,-13.5 + pos: 61.5,-3.5 parent: 2 - - uid: 16669 + - uid: 12826 components: - type: Transform - pos: 85.5,-20.5 + pos: 60.5,-3.5 parent: 2 - - uid: 16687 + - uid: 12827 components: - type: Transform - pos: 81.5,-16.5 + pos: 59.5,-3.5 parent: 2 - - uid: 16699 + - uid: 12828 components: - type: Transform - pos: 101.5,-9.5 + pos: 58.5,-3.5 parent: 2 - - uid: 16701 + - uid: 12829 components: - type: Transform - pos: 83.5,-16.5 + pos: 57.5,-3.5 parent: 2 - - uid: 16704 + - uid: 12830 components: - type: Transform - pos: 82.5,-18.5 + pos: 56.5,-3.5 parent: 2 - - uid: 16706 + - uid: 12831 components: - type: Transform - pos: 82.5,-13.5 + pos: 55.5,-3.5 parent: 2 - - uid: 17004 + - uid: 12832 components: - type: Transform - pos: -61.5,34.5 + pos: 54.5,-3.5 parent: 2 - - uid: 17005 + - uid: 12833 components: - type: Transform - pos: -8.5,64.5 + pos: 54.5,-2.5 parent: 2 - - uid: 17012 + - uid: 12834 components: - type: Transform - pos: -37.5,50.5 + pos: 79.5,-4.5 parent: 2 - - uid: 17018 + - uid: 12835 components: - type: Transform - pos: -59.5,34.5 + pos: 79.5,-5.5 parent: 2 - - uid: 17023 + - uid: 12836 components: - type: Transform - pos: -10.5,64.5 + pos: 79.5,-6.5 parent: 2 - - uid: 17024 + - uid: 12837 components: - type: Transform - pos: -25.5,64.5 + pos: 78.5,-6.5 parent: 2 - - uid: 17025 + - uid: 12840 components: - type: Transform - pos: -24.5,64.5 + pos: 77.5,-8.5 parent: 2 - - uid: 17026 + - uid: 12841 components: - type: Transform - pos: -24.5,45.5 + pos: 77.5,-9.5 parent: 2 - - uid: 17029 + - uid: 12842 components: - type: Transform - pos: -26.5,55.5 + pos: 77.5,-10.5 parent: 2 - - uid: 17128 + - uid: 12850 components: - type: Transform - pos: -43.5,26.5 + pos: 76.5,-17.5 parent: 2 - - uid: 17198 + - uid: 12851 components: - type: Transform - pos: -42.5,26.5 + pos: 76.5,-18.5 parent: 2 - - uid: 17376 + - uid: 12852 components: - type: Transform - pos: -1.5,1.5 + pos: 76.5,-19.5 parent: 2 - - uid: 17380 + - uid: 12853 components: - type: Transform - pos: -0.5,1.5 + pos: 76.5,-20.5 parent: 2 - - uid: 17382 + - uid: 12854 components: - type: Transform - pos: 0.5,1.5 + pos: 75.5,-20.5 parent: 2 - - uid: 17619 + - uid: 12855 components: - type: Transform - pos: -46.5,65.5 + pos: 74.5,-20.5 parent: 2 - - uid: 17795 + - uid: 12856 components: - type: Transform - pos: -54.5,29.5 + pos: 73.5,-20.5 parent: 2 - - uid: 17812 + - uid: 12857 components: - type: Transform - pos: -54.5,18.5 + pos: 72.5,-20.5 parent: 2 - - uid: 17820 + - uid: 12858 components: - type: Transform - pos: -24.5,26.5 + pos: 71.5,-20.5 parent: 2 - - uid: 17876 + - uid: 12859 components: - type: Transform - pos: 4.5,43.5 + pos: 71.5,-21.5 parent: 2 - - uid: 17964 + - uid: 12860 components: - type: Transform - pos: -46.5,69.5 + pos: 70.5,-21.5 parent: 2 - - uid: 17965 + - uid: 12861 components: - type: Transform - pos: -45.5,69.5 + pos: 70.5,-22.5 parent: 2 - - uid: 17967 + - uid: 12862 components: - type: Transform - pos: -46.5,67.5 + pos: 70.5,-23.5 parent: 2 - - uid: 17974 + - uid: 12863 components: - type: Transform - pos: -24.5,23.5 + pos: 70.5,-24.5 parent: 2 - - uid: 17977 + - uid: 12864 components: - type: Transform - pos: -23.5,23.5 + pos: 68.5,-27.5 parent: 2 - - uid: 18002 + - uid: 12867 components: - type: Transform - pos: 82.5,-12.5 + pos: 66.5,-29.5 parent: 2 - - uid: 18036 + - uid: 12877 components: - type: Transform - pos: -23.5,24.5 + pos: 62.5,-30.5 parent: 2 - - uid: 18082 + - uid: 12878 components: - type: Transform - pos: -23.5,26.5 + pos: 61.5,-30.5 parent: 2 - - uid: 18115 + - uid: 12879 components: - type: Transform - pos: -7.5,68.5 + pos: 60.5,-30.5 parent: 2 - - uid: 18121 + - uid: 12880 components: - type: Transform - pos: -26.5,26.5 + pos: 59.5,-30.5 parent: 2 - - uid: 18223 + - uid: 12881 components: - type: Transform - pos: -7.5,70.5 + pos: 58.5,-30.5 parent: 2 - - uid: 18317 + - uid: 12882 components: - type: Transform - pos: -46.5,58.5 + pos: 57.5,-30.5 parent: 2 - - uid: 18323 + - uid: 12883 components: - type: Transform - pos: -3.5,70.5 + pos: 56.5,-30.5 parent: 2 - - uid: 18328 + - uid: 12884 components: - type: Transform - pos: -50.5,56.5 + pos: 55.5,-30.5 parent: 2 - - uid: 18335 + - uid: 12885 components: - type: Transform - pos: -8.5,68.5 + pos: 54.5,-30.5 parent: 2 - - uid: 18336 + - uid: 12886 components: - type: Transform - pos: -1.5,70.5 + pos: 53.5,-30.5 parent: 2 - - uid: 18340 + - uid: 12887 components: - type: Transform - pos: -22.5,59.5 + pos: 52.5,-30.5 parent: 2 - - uid: 18341 + - uid: 12889 components: - type: Transform - pos: -0.5,70.5 + pos: 60.5,-29.5 parent: 2 - - uid: 18342 + - uid: 12892 components: - type: Transform - pos: -2.5,70.5 + pos: 50.5,-33.5 parent: 2 - - uid: 18355 + - uid: 12894 components: - type: Transform - pos: -40.5,72.5 + pos: 49.5,-33.5 parent: 2 - - uid: 18388 + - uid: 12895 components: - type: Transform - pos: -54.5,54.5 + pos: 48.5,-33.5 parent: 2 - - uid: 18405 + - uid: 12896 components: - type: Transform - pos: -68.5,54.5 + pos: 47.5,-33.5 parent: 2 - - uid: 18511 + - uid: 12897 components: - type: Transform - pos: 87.5,-13.5 + pos: 46.5,-33.5 parent: 2 - - uid: 18523 + - uid: 12898 components: - type: Transform - pos: 89.5,-27.5 + pos: 45.5,-33.5 parent: 2 - - uid: 18528 + - uid: 12899 components: - type: Transform - pos: 87.5,-23.5 + pos: 44.5,-33.5 parent: 2 - - uid: 18540 + - uid: 12900 components: - type: Transform - pos: 86.5,-9.5 + pos: 44.5,-32.5 parent: 2 - - uid: 18543 + - uid: 12901 components: - type: Transform - pos: -50.5,55.5 + pos: 44.5,-31.5 parent: 2 - - uid: 18559 + - uid: 12902 components: - type: Transform - pos: 84.5,-23.5 + pos: 44.5,-30.5 parent: 2 - - uid: 18563 + - uid: 12903 components: - type: Transform - pos: 83.5,-9.5 + pos: 44.5,-29.5 parent: 2 - - uid: 18585 + - uid: 12904 components: - type: Transform - pos: 106.5,-28.5 + pos: 44.5,-28.5 parent: 2 - - uid: 18586 + - uid: 12905 components: - type: Transform - pos: 111.5,-4.5 + pos: 44.5,-27.5 parent: 2 - - uid: 18587 + - uid: 12906 components: - type: Transform - pos: 108.5,-28.5 + pos: 44.5,-26.5 parent: 2 - - uid: 18588 + - uid: 12907 components: - type: Transform - pos: 113.5,-6.5 + pos: 45.5,-26.5 parent: 2 - - uid: 18589 + - uid: 12908 components: - type: Transform - pos: 112.5,-4.5 + pos: 46.5,-26.5 parent: 2 - - uid: 18590 + - uid: 12909 components: - type: Transform - pos: 110.5,-4.5 + pos: 46.5,-25.5 parent: 2 - - uid: 18591 + - uid: 12910 components: - type: Transform - pos: 113.5,-4.5 + pos: 46.5,-24.5 parent: 2 - - uid: 18592 + - uid: 12911 components: - type: Transform - pos: 103.5,-28.5 + pos: 46.5,-23.5 parent: 2 - - uid: 18593 + - uid: 12912 components: - type: Transform - pos: 102.5,-28.5 + pos: 46.5,-22.5 parent: 2 - - uid: 18594 + - uid: 12913 components: - type: Transform - pos: 101.5,-28.5 + pos: 46.5,-21.5 parent: 2 - - uid: 18595 + - uid: 12914 components: - type: Transform - pos: 100.5,-28.5 + pos: 46.5,-20.5 parent: 2 - - uid: 18596 + - uid: 12915 components: - type: Transform - pos: 113.5,-23.5 + pos: 46.5,-19.5 parent: 2 - - uid: 18597 + - uid: 12916 components: - type: Transform - pos: 113.5,-20.5 + pos: 46.5,-18.5 parent: 2 - - uid: 18604 + - uid: 12917 components: - type: Transform - pos: -89.5,-34.5 + pos: 46.5,-17.5 parent: 2 - - uid: 18605 + - uid: 12918 components: - type: Transform - pos: -87.5,-34.5 + pos: 42.5,-26.5 parent: 2 - - uid: 18606 + - uid: 12919 components: - type: Transform - pos: -88.5,-34.5 + pos: 41.5,-26.5 parent: 2 - - uid: 18607 + - uid: 12920 components: - type: Transform - pos: -89.5,-37.5 + pos: 40.5,-26.5 parent: 2 - - uid: 18608 + - uid: 13050 components: - type: Transform - pos: -89.5,-43.5 + pos: 37.5,33.5 parent: 2 - - uid: 18609 + - uid: 13137 components: - type: Transform - pos: -89.5,-46.5 + pos: -89.5,-45.5 parent: 2 - - uid: 18610 + - uid: 13139 components: - type: Transform - pos: 99.5,-28.5 + pos: 50.5,-59.5 parent: 2 - - uid: 18611 + - uid: 13141 components: - type: Transform - pos: 91.5,-4.5 + pos: -89.5,-54.5 parent: 2 - - uid: 18612 + - uid: 13142 components: - type: Transform - pos: 92.5,-4.5 + pos: -89.5,-36.5 parent: 2 - - uid: 18613 + - uid: 13150 components: - type: Transform - pos: 93.5,-4.5 + pos: 2.5,64.5 parent: 2 - - uid: 18614 + - uid: 13152 components: - type: Transform - pos: 94.5,-4.5 + pos: -90.5,-63.5 parent: 2 - - uid: 18615 + - uid: 13153 components: - type: Transform - pos: 95.5,-4.5 + pos: -89.5,-71.5 parent: 2 - - uid: 18617 + - uid: 13155 components: - type: Transform - pos: 96.5,-4.5 + pos: -92.5,-63.5 parent: 2 - - uid: 18619 + - uid: 13156 components: - type: Transform - pos: -89.5,-40.5 + pos: -89.5,-70.5 parent: 2 - - uid: 18620 + - uid: 13157 components: - type: Transform - pos: -89.5,-42.5 + pos: -89.5,-66.5 parent: 2 - - uid: 18621 + - uid: 13158 components: - type: Transform - pos: 97.5,-4.5 + pos: -89.5,-65.5 parent: 2 - - uid: 18622 + - uid: 13159 components: - type: Transform - pos: 98.5,-4.5 + pos: -89.5,-68.5 parent: 2 - - uid: 18623 + - uid: 13160 components: - type: Transform - pos: 113.5,-14.5 + pos: -89.5,-81.5 parent: 2 - - uid: 18624 + - uid: 13162 components: - type: Transform - pos: 113.5,-16.5 + pos: -89.5,-82.5 parent: 2 - - uid: 18625 + - uid: 13164 components: - type: Transform - pos: 113.5,-17.5 + pos: -92.5,-70.5 parent: 2 - - uid: 18626 + - uid: 13165 components: - type: Transform - pos: 111.5,-28.5 + pos: -89.5,-84.5 parent: 2 - - uid: 18627 + - uid: 13167 components: - type: Transform - pos: 110.5,-28.5 + pos: -89.5,-86.5 parent: 2 - - uid: 18628 + - uid: 13168 components: - type: Transform - pos: 109.5,-28.5 + pos: -89.5,-85.5 parent: 2 - - uid: 18629 + - uid: 13239 components: - type: Transform - pos: 89.5,-24.5 + pos: 47.5,-29.5 parent: 2 - - uid: 18630 + - uid: 13290 components: - type: Transform - pos: 89.5,-23.5 + pos: 83.5,7.5 parent: 2 - - uid: 18631 + - uid: 13291 components: - type: Transform - pos: 86.5,-23.5 + pos: 85.5,12.5 parent: 2 - - uid: 18636 + - uid: 13292 components: - type: Transform - pos: 103.5,-4.5 + pos: 85.5,19.5 parent: 2 - - uid: 18637 + - uid: 13293 components: - type: Transform - pos: 99.5,-4.5 + pos: 85.5,18.5 parent: 2 - - uid: 18638 + - uid: 13300 components: - type: Transform - pos: 101.5,-4.5 + pos: 85.5,20.5 parent: 2 - - uid: 18695 + - uid: 13356 components: - type: Transform - pos: -89.5,-51.5 + pos: 56.5,-39.5 parent: 2 - - uid: 18700 + - uid: 13402 components: - type: Transform - pos: -86.5,-38.5 + pos: 55.5,-34.5 parent: 2 - - uid: 18701 + - uid: 13403 components: - type: Transform - pos: -89.5,-52.5 + pos: 55.5,-33.5 parent: 2 - - uid: 18702 + - uid: 13404 components: - type: Transform - pos: -85.5,-65.5 + pos: 56.5,-33.5 parent: 2 - - uid: 18750 + - uid: 13405 components: - type: Transform - pos: 89.5,-26.5 + pos: 57.5,-33.5 parent: 2 - - uid: 18757 + - uid: 13406 components: - type: Transform - pos: 83.5,-23.5 + pos: 57.5,-34.5 parent: 2 - - uid: 18763 + - uid: 13407 components: - type: Transform - pos: 88.5,-23.5 + pos: 55.5,-32.5 parent: 2 - - uid: 18766 + - uid: 13408 components: - type: Transform - pos: 87.5,-9.5 + pos: 55.5,-31.5 parent: 2 - - uid: 18786 + - uid: 13409 components: - type: Transform - pos: -80.5,62.5 + pos: 57.5,-31.5 parent: 2 - - uid: 18799 + - uid: 13410 components: - type: Transform - pos: 105.5,-28.5 + pos: 57.5,-32.5 parent: 2 - - uid: 18802 + - uid: 13411 components: - type: Transform - pos: 107.5,-28.5 + pos: 55.5,-35.5 parent: 2 - - uid: 18825 + - uid: 13412 components: - type: Transform - pos: 113.5,-18.5 + pos: 55.5,-36.5 parent: 2 - - uid: 18826 + - uid: 13413 components: - type: Transform - pos: 113.5,-19.5 + pos: 55.5,-37.5 parent: 2 - - uid: 18850 + - uid: 13414 components: - type: Transform - pos: 113.5,-7.5 + pos: 55.5,-38.5 parent: 2 - - uid: 18851 + - uid: 13415 components: - type: Transform - pos: 113.5,-22.5 + pos: 56.5,-38.5 parent: 2 - - uid: 18852 + - uid: 13416 components: - type: Transform - pos: 113.5,-25.5 + pos: 57.5,-37.5 parent: 2 - - uid: 18853 + - uid: 13417 components: - type: Transform - pos: 113.5,-24.5 + pos: 57.5,-38.5 parent: 2 - - uid: 18854 + - uid: 13418 components: - type: Transform - pos: 113.5,-21.5 + pos: 57.5,-36.5 parent: 2 - - uid: 18857 + - uid: 13419 components: - type: Transform - pos: 113.5,-5.5 + pos: 57.5,-35.5 parent: 2 - - uid: 18858 + - uid: 13420 components: - type: Transform - pos: 113.5,-8.5 + pos: 56.5,-40.5 parent: 2 - - uid: 18859 + - uid: 13421 components: - type: Transform - pos: 113.5,-9.5 + pos: 61.5,-44.5 parent: 2 - - uid: 18884 + - uid: 13422 components: - type: Transform - pos: 113.5,-10.5 + pos: 62.5,-44.5 parent: 2 - - uid: 18890 + - uid: 13423 components: - type: Transform - pos: 113.5,-11.5 + pos: 59.5,-46.5 parent: 2 - - uid: 18891 + - uid: 13424 components: - type: Transform - pos: 113.5,-12.5 + pos: 61.5,-46.5 parent: 2 - - uid: 18893 + - uid: 13425 components: - type: Transform - pos: 113.5,-13.5 + pos: 59.5,-50.5 parent: 2 - - uid: 18908 + - uid: 13426 components: - type: Transform - pos: 113.5,-15.5 + pos: 58.5,-76.5 parent: 2 - - uid: 18911 + - uid: 13427 components: - type: Transform - pos: 102.5,-4.5 + pos: 64.5,-70.5 parent: 2 - - uid: 18912 + - uid: 13428 components: - type: Transform - pos: 100.5,-4.5 + pos: 49.5,-71.5 parent: 2 - - uid: 18914 + - uid: 13429 components: - type: Transform - pos: 104.5,-4.5 + pos: 63.5,-46.5 parent: 2 - - uid: 18915 + - uid: 13430 components: - type: Transform - pos: 105.5,-4.5 + pos: 64.5,-46.5 parent: 2 - - uid: 18977 + - uid: 13431 components: - type: Transform - pos: 84.5,-19.5 + pos: 60.5,-46.5 parent: 2 - - uid: 18985 + - uid: 13432 components: - type: Transform - pos: 84.5,-18.5 + pos: 62.5,-46.5 parent: 2 - - uid: 19020 + - uid: 13433 components: - type: Transform - pos: 86.5,-12.5 + pos: -93.5,-35.5 parent: 2 - - uid: 19021 + - uid: 13434 components: - type: Transform - pos: 85.5,-12.5 + pos: -81.5,-53.5 parent: 2 - - uid: 19030 + - uid: 13435 components: - type: Transform - pos: 84.5,-12.5 + pos: -81.5,-59.5 parent: 2 - - uid: 19031 + - uid: 13436 components: - type: Transform - pos: 83.5,-19.5 + pos: -95.5,-53.5 parent: 2 - - uid: 19101 + - uid: 13437 components: - type: Transform - pos: 73.5,30.5 + pos: -94.5,-55.5 parent: 2 - - uid: 19105 + - uid: 13438 components: - type: Transform - pos: -18.5,59.5 + pos: -98.5,-49.5 parent: 2 - - uid: 19127 + - uid: 13439 components: - type: Transform - pos: -61.5,54.5 + pos: -94.5,-48.5 parent: 2 - - uid: 19136 + - uid: 13440 components: - type: Transform - pos: -32.5,12.5 + pos: -86.5,-55.5 parent: 2 - - uid: 19144 + - uid: 13443 components: - type: Transform - pos: -32.5,11.5 + pos: -83.5,-58.5 parent: 2 - - uid: 19145 + - uid: 13444 components: - type: Transform - pos: -32.5,10.5 + pos: -87.5,-54.5 parent: 2 - - uid: 19147 + - uid: 13445 components: - type: Transform - pos: -32.5,8.5 + pos: -86.5,-59.5 parent: 2 - - uid: 19148 + - uid: 13446 components: - type: Transform - pos: -32.5,7.5 + pos: -97.5,-49.5 parent: 2 - - uid: 19156 + - uid: 13447 components: - type: Transform - pos: -32.5,9.5 + pos: -93.5,-55.5 parent: 2 - - uid: 19202 + - uid: 13448 components: - type: Transform - pos: 100.5,-23.5 + pos: -95.5,-55.5 parent: 2 - - uid: 19208 + - uid: 13449 components: - type: Transform - pos: 79.5,-15.5 + pos: -85.5,-55.5 parent: 2 - - uid: 19215 + - uid: 13450 components: - type: Transform - pos: -62.5,54.5 + pos: -80.5,-59.5 parent: 2 - - uid: 19293 + - uid: 13451 components: - type: Transform - pos: -54.5,36.5 + pos: -96.5,-53.5 parent: 2 - - uid: 19315 + - uid: 13452 components: - type: Transform - pos: -46.5,60.5 + pos: -82.5,-58.5 parent: 2 - - uid: 19335 + - uid: 13453 components: - type: Transform - pos: -50.5,53.5 + pos: -90.5,-39.5 parent: 2 - - uid: 19352 + - uid: 13457 components: - type: Transform - pos: -61.5,-31.5 + pos: -94.5,-38.5 parent: 2 - - uid: 19356 + - uid: 13458 components: - type: Transform - pos: -60.5,-31.5 + pos: -93.5,-38.5 parent: 2 - - uid: 19357 + - uid: 13459 components: - type: Transform - pos: -59.5,-31.5 + pos: -59.5,48.5 parent: 2 - - uid: 19358 + - uid: 13462 components: - type: Transform - pos: -58.5,-31.5 + pos: -97.5,-39.5 parent: 2 - - uid: 19359 + - uid: 13463 components: - type: Transform - pos: -57.5,-31.5 + pos: -96.5,-38.5 parent: 2 - - uid: 19360 + - uid: 13464 components: - type: Transform - pos: -56.5,-31.5 + pos: -97.5,-38.5 parent: 2 - - uid: 19361 + - uid: 13465 components: - type: Transform - pos: -55.5,-31.5 + pos: -92.5,-38.5 parent: 2 - - uid: 19426 + - uid: 13473 components: - type: Transform - pos: -30.5,23.5 + pos: 56.5,-69.5 parent: 2 - - uid: 19432 + - uid: 13483 components: - type: Transform - pos: -29.5,23.5 + pos: -68.5,-34.5 parent: 2 - - uid: 19634 + - uid: 13494 components: - type: Transform - pos: -46.5,58.5 + pos: 56.5,-41.5 parent: 2 - - uid: 19660 + - uid: 13495 components: - type: Transform - pos: 42.5,13.5 + pos: -89.5,-88.5 parent: 2 - - uid: 19680 + - uid: 13504 components: - type: Transform - pos: -24.5,59.5 + pos: 56.5,-70.5 parent: 2 - - uid: 19684 + - uid: 13505 components: - type: Transform - pos: -19.5,59.5 + pos: 56.5,-76.5 parent: 2 - - uid: 19692 + - uid: 13506 components: - type: Transform - pos: -21.5,59.5 + pos: 56.5,-77.5 parent: 2 - - uid: 19694 + - uid: 13507 components: - type: Transform - pos: 3.5,64.5 + pos: 56.5,-78.5 parent: 2 - - uid: 19695 + - uid: 13508 components: - type: Transform - pos: 2.5,64.5 + pos: 57.5,-78.5 parent: 2 - - uid: 19696 + - uid: 13509 components: - type: Transform - pos: 1.5,64.5 + pos: 58.5,-80.5 parent: 2 - - uid: 19697 + - uid: 13510 components: - type: Transform - pos: 29.5,57.5 + pos: 58.5,-81.5 parent: 2 - - uid: 19698 + - uid: 13511 components: - type: Transform - pos: 30.5,57.5 + pos: 59.5,-82.5 parent: 2 - - uid: 19699 + - uid: 13512 components: - type: Transform - pos: 30.5,56.5 + pos: 59.5,-83.5 parent: 2 - - uid: 19700 + - uid: 13513 components: - type: Transform - pos: 30.5,55.5 + pos: 60.5,-83.5 parent: 2 - - uid: 19701 + - uid: 13514 components: - type: Transform - pos: 30.5,54.5 + pos: 62.5,-83.5 parent: 2 - - uid: 19702 + - uid: 13515 components: - type: Transform - pos: 30.5,53.5 + pos: 62.5,-84.5 parent: 2 - - uid: 19703 + - uid: 13516 components: - type: Transform - pos: 30.5,52.5 + pos: 63.5,-84.5 parent: 2 - - uid: 19721 + - uid: 13536 components: - type: Transform - pos: -89.5,-35.5 + pos: -80.5,-44.5 parent: 2 - - uid: 19779 + - uid: 13537 components: - type: Transform - pos: 1.5,65.5 + pos: -82.5,-40.5 parent: 2 - - uid: 19780 + - uid: 13538 components: - type: Transform - pos: 1.5,66.5 + pos: -94.5,-40.5 parent: 2 - - uid: 19781 + - uid: 13539 components: - type: Transform - pos: 1.5,67.5 + pos: -93.5,-40.5 parent: 2 - - uid: 19782 + - uid: 13540 components: - type: Transform - pos: 1.5,68.5 + pos: -94.5,-45.5 parent: 2 - - uid: 19783 + - uid: 13541 components: - type: Transform - pos: 1.5,69.5 + pos: -92.5,-45.5 parent: 2 - - uid: 19784 + - uid: 13542 components: - type: Transform - pos: 1.5,70.5 + pos: -92.5,-44.5 parent: 2 - - uid: 19785 + - uid: 13543 components: - type: Transform - pos: 1.5,71.5 + pos: -92.5,-40.5 parent: 2 - - uid: 19786 + - uid: 13545 components: - type: Transform - pos: 1.5,72.5 + pos: -94.5,-43.5 parent: 2 - - uid: 19787 + - uid: 13546 components: - type: Transform - pos: 1.5,73.5 + pos: -92.5,-43.5 parent: 2 - - uid: 19788 + - uid: 13547 components: - type: Transform - pos: 1.5,74.5 + pos: -91.5,-44.5 parent: 2 - - uid: 19789 + - uid: 13548 components: - type: Transform - pos: 1.5,75.5 + pos: -93.5,-45.5 parent: 2 - - uid: 19790 + - uid: 13549 components: - type: Transform - pos: 0.5,70.5 + pos: -87.5,-39.5 parent: 2 - - uid: 19793 + - uid: 13551 components: - type: Transform - pos: 5.5,39.5 + pos: -81.5,-45.5 parent: 2 - - uid: 19805 + - uid: 13552 components: - type: Transform - pos: -32.5,71.5 + pos: -88.5,-39.5 parent: 2 - - uid: 19893 + - uid: 13553 components: - type: Transform - pos: 73.5,31.5 + pos: -85.5,-40.5 parent: 2 - - uid: 19973 + - uid: 13554 components: - type: Transform - pos: 78.5,53.5 + pos: -86.5,-40.5 parent: 2 - - uid: 19981 + - uid: 13555 components: - type: Transform - pos: 71.5,41.5 + pos: -86.5,-39.5 parent: 2 - - uid: 19982 + - uid: 13556 components: - type: Transform - pos: 69.5,43.5 + pos: -91.5,-34.5 parent: 2 - - uid: 19983 + - uid: 13557 components: - type: Transform - pos: 70.5,38.5 + pos: -92.5,-34.5 parent: 2 - - uid: 20029 + - uid: 13562 components: - type: Transform - pos: 79.5,-20.5 + pos: -83.5,-40.5 parent: 2 - - uid: 20036 + - uid: 13563 components: - type: Transform - pos: 40.5,13.5 + pos: -84.5,-40.5 parent: 2 - - uid: 20037 + - uid: 13564 components: - type: Transform - pos: 39.5,14.5 + pos: -81.5,-40.5 parent: 2 - - uid: 20038 + - uid: 13565 components: - type: Transform - pos: 38.5,14.5 + pos: -86.5,-43.5 parent: 2 - - uid: 20039 + - uid: 13566 components: - type: Transform - pos: 37.5,14.5 + pos: -90.5,-44.5 parent: 2 - - uid: 20040 + - uid: 13567 components: - type: Transform - pos: 37.5,15.5 + pos: -86.5,-44.5 parent: 2 - - uid: 20041 + - uid: 13568 components: - type: Transform - pos: 37.5,16.5 + pos: -89.5,-44.5 parent: 2 - - uid: 20042 + - uid: 13569 components: - type: Transform - pos: 37.5,17.5 + pos: -87.5,-44.5 parent: 2 - - uid: 20043 + - uid: 13570 components: - type: Transform - pos: 37.5,18.5 + pos: -85.5,-43.5 parent: 2 - - uid: 20044 + - uid: 13571 components: - type: Transform - pos: 37.5,13.5 + pos: -88.5,-44.5 parent: 2 - - uid: 20045 + - uid: 13572 components: - type: Transform - pos: 37.5,12.5 + pos: -81.5,-44.5 parent: 2 - - uid: 20046 + - uid: 13573 components: - type: Transform - pos: 37.5,11.5 + pos: -97.5,-45.5 parent: 2 - - uid: 20047 + - uid: 13574 components: - type: Transform - pos: 37.5,10.5 + pos: -93.5,-43.5 parent: 2 - - uid: 20048 + - uid: 13575 components: - type: Transform - pos: 38.5,10.5 + pos: -96.5,-45.5 parent: 2 - - uid: 20049 + - uid: 13576 components: - type: Transform - pos: 38.5,9.5 + pos: -95.5,-45.5 parent: 2 - - uid: 20050 + - uid: 13578 components: - type: Transform - pos: 38.5,8.5 + pos: -98.5,-39.5 parent: 2 - - uid: 20051 + - uid: 13616 components: - type: Transform - pos: 38.5,7.5 + pos: 56.5,-66.5 parent: 2 - - uid: 20052 + - uid: 13617 components: - type: Transform - pos: 38.5,6.5 + pos: 56.5,-50.5 parent: 2 - - uid: 20053 + - uid: 13618 components: - type: Transform - pos: 38.5,5.5 + pos: 56.5,-51.5 parent: 2 - - uid: 20054 + - uid: 13619 components: - type: Transform - pos: 38.5,4.5 + pos: 56.5,-54.5 parent: 2 - - uid: 20055 + - uid: 13620 components: - type: Transform - pos: 38.5,3.5 + pos: 56.5,-59.5 parent: 2 - - uid: 20056 + - uid: 13621 components: - type: Transform - pos: 38.5,2.5 + pos: 56.5,-48.5 parent: 2 - - uid: 20057 + - uid: 13622 components: - type: Transform - pos: 37.5,2.5 + pos: 56.5,-55.5 parent: 2 - - uid: 20058 + - uid: 13639 components: - type: Transform - pos: 36.5,2.5 + pos: 56.5,-64.5 parent: 2 - - uid: 20059 + - uid: 13640 components: - type: Transform - pos: 35.5,2.5 + pos: 56.5,-62.5 parent: 2 - - uid: 20060 + - uid: 13641 components: - type: Transform - pos: 34.5,2.5 + pos: 56.5,-67.5 parent: 2 - - uid: 20061 + - uid: 13642 components: - type: Transform - pos: 33.5,2.5 + pos: 56.5,-60.5 parent: 2 - - uid: 20062 + - uid: 13643 components: - type: Transform - pos: 32.5,2.5 + pos: 56.5,-61.5 parent: 2 - - uid: 20063 + - uid: 13644 components: - type: Transform - pos: 31.5,2.5 + pos: 56.5,-52.5 parent: 2 - - uid: 20064 + - uid: 13668 components: - type: Transform - pos: 31.5,3.5 + pos: -96.5,-40.5 parent: 2 - - uid: 20065 + - uid: 13669 components: - type: Transform - pos: 31.5,4.5 + pos: -95.5,-40.5 parent: 2 - - uid: 20066 + - uid: 13670 components: - type: Transform - pos: 31.5,5.5 + pos: -94.5,-58.5 parent: 2 - - uid: 20067 + - uid: 13671 components: - type: Transform - pos: 31.5,6.5 + pos: -93.5,-53.5 parent: 2 - - uid: 20068 + - uid: 13672 components: - type: Transform - pos: 30.5,6.5 + pos: -86.5,-53.5 parent: 2 - - uid: 20069 + - uid: 13676 components: - type: Transform - pos: 29.5,6.5 + pos: -89.5,-39.5 parent: 2 - - uid: 20070 + - uid: 13677 components: - type: Transform - pos: 28.5,6.5 + pos: -90.5,-34.5 parent: 2 - - uid: 20071 + - uid: 13681 components: - type: Transform - pos: 27.5,6.5 + pos: -86.5,-65.5 parent: 2 - - uid: 20072 + - uid: 13682 components: - type: Transform - pos: 26.5,6.5 + pos: -84.5,-65.5 parent: 2 - - uid: 20073 + - uid: 13683 components: - type: Transform - pos: 25.5,6.5 + pos: -82.5,-65.5 parent: 2 - - uid: 20074 + - uid: 13706 components: - type: Transform - pos: 24.5,6.5 + pos: -63.5,47.5 parent: 2 - - uid: 20078 + - uid: 13720 components: - type: Transform - pos: 20.5,6.5 + pos: 83.5,5.5 parent: 2 - - uid: 20079 + - uid: 13721 components: - type: Transform - pos: 19.5,6.5 + pos: 85.5,22.5 parent: 2 - - uid: 20080 + - uid: 13726 components: - type: Transform - pos: 18.5,6.5 + pos: 85.5,21.5 parent: 2 - - uid: 20081 + - uid: 13730 components: - type: Transform - pos: 17.5,6.5 + pos: 82.5,5.5 parent: 2 - - uid: 20082 + - uid: 13746 components: - type: Transform - pos: 16.5,6.5 + pos: 80.5,5.5 parent: 2 - - uid: 20083 + - uid: 13748 components: - type: Transform - pos: 15.5,6.5 + pos: 80.5,4.5 parent: 2 - - uid: 20084 + - uid: 13762 components: - type: Transform - pos: 14.5,6.5 + pos: 85.5,23.5 parent: 2 - - uid: 20085 + - uid: 13763 components: - type: Transform - pos: 13.5,6.5 + pos: 85.5,24.5 parent: 2 - - uid: 20086 + - uid: 13764 components: - type: Transform - pos: 12.5,6.5 + pos: 85.5,25.5 parent: 2 - - uid: 20087 + - uid: 13765 components: - type: Transform - pos: 11.5,6.5 + pos: 85.5,26.5 parent: 2 - - uid: 20088 + - uid: 13766 components: - type: Transform - pos: 10.5,6.5 + pos: 83.5,26.5 parent: 2 - - uid: 20089 + - uid: 13767 components: - type: Transform - pos: 9.5,6.5 + pos: 82.5,26.5 parent: 2 - - uid: 20090 + - uid: 13768 components: - type: Transform - pos: 9.5,5.5 + pos: 81.5,26.5 parent: 2 - - uid: 20091 + - uid: 13769 components: - type: Transform - pos: 9.5,4.5 + pos: 80.5,26.5 parent: 2 - - uid: 20092 + - uid: 13770 components: - type: Transform - pos: 9.5,3.5 + pos: 79.5,26.5 parent: 2 - - uid: 20093 + - uid: 13771 components: - type: Transform - pos: 8.5,3.5 + pos: 78.5,26.5 parent: 2 - - uid: 20094 + - uid: 13776 components: - type: Transform - pos: 7.5,3.5 + pos: 77.5,26.5 parent: 2 - - uid: 20095 + - uid: 13777 components: - type: Transform - pos: 6.5,3.5 + pos: 76.5,26.5 parent: 2 - - uid: 20096 + - uid: 13778 components: - type: Transform - pos: 5.5,3.5 + pos: 75.5,26.5 parent: 2 - - uid: 20097 + - uid: 13779 components: - type: Transform - pos: 4.5,3.5 + pos: 74.5,26.5 parent: 2 - - uid: 20098 + - uid: 13784 components: - type: Transform - pos: 3.5,3.5 + pos: 73.5,26.5 parent: 2 - - uid: 20099 + - uid: 13787 components: - type: Transform - pos: 2.5,3.5 + pos: 73.5,27.5 parent: 2 - - uid: 20100 + - uid: 13799 components: - type: Transform - pos: 0.5,3.5 + pos: 73.5,28.5 parent: 2 - - uid: 20101 + - uid: 13800 components: - type: Transform - pos: -0.5,3.5 + pos: 73.5,29.5 parent: 2 - - uid: 20102 + - uid: 13834 components: - type: Transform - pos: -1.5,3.5 + pos: 82.5,-9.5 parent: 2 - - uid: 20103 + - uid: 13853 components: - type: Transform - pos: -2.5,3.5 + pos: 77.5,-13.5 parent: 2 - - uid: 20104 + - uid: 14292 components: - type: Transform - pos: -3.5,3.5 + pos: 1.5,44.5 parent: 2 - - uid: 20105 + - uid: 14293 components: - type: Transform - pos: -4.5,3.5 + pos: 1.5,43.5 parent: 2 - - uid: 20106 + - uid: 14294 components: - type: Transform - pos: -5.5,3.5 + pos: 1.5,42.5 parent: 2 - - uid: 20107 + - uid: 14295 components: - type: Transform - pos: -6.5,3.5 + pos: 1.5,41.5 parent: 2 - - uid: 20108 + - uid: 14296 components: - type: Transform - pos: -7.5,3.5 + pos: 1.5,40.5 parent: 2 - - uid: 20109 + - uid: 14297 components: - type: Transform - pos: -8.5,3.5 + pos: 1.5,39.5 parent: 2 - - uid: 20110 + - uid: 14298 components: - type: Transform - pos: -9.5,3.5 + pos: 1.5,33.5 parent: 2 - - uid: 20111 + - uid: 14300 components: - type: Transform - pos: -10.5,3.5 + pos: 1.5,36.5 parent: 2 - - uid: 20112 + - uid: 14301 components: - type: Transform - pos: -11.5,3.5 + pos: 1.5,35.5 parent: 2 - - uid: 20113 + - uid: 14302 components: - type: Transform - pos: -11.5,4.5 + pos: 1.5,34.5 parent: 2 - - uid: 20114 + - uid: 14303 components: - type: Transform - pos: -11.5,5.5 + pos: 1.5,37.5 parent: 2 - - uid: 20115 + - uid: 14304 components: - type: Transform - pos: -11.5,6.5 + pos: 1.5,32.5 parent: 2 - - uid: 20116 + - uid: 14305 components: - type: Transform - pos: -11.5,7.5 + pos: 1.5,31.5 parent: 2 - - uid: 20117 + - uid: 14306 components: - type: Transform - pos: -11.5,8.5 + pos: 1.5,30.5 parent: 2 - - uid: 20118 + - uid: 14307 components: - type: Transform - pos: -11.5,9.5 + pos: 1.5,29.5 parent: 2 - - uid: 20119 + - uid: 14308 components: - type: Transform - pos: -11.5,10.5 + pos: 1.5,28.5 parent: 2 - - uid: 20120 + - uid: 14309 components: - type: Transform - pos: -11.5,11.5 + pos: 1.5,27.5 parent: 2 - - uid: 20121 + - uid: 14310 components: - type: Transform - pos: -11.5,12.5 + pos: 1.5,26.5 parent: 2 - - uid: 20122 + - uid: 14311 components: - type: Transform - pos: -11.5,13.5 + pos: 1.5,25.5 parent: 2 - - uid: 20123 + - uid: 14312 components: - type: Transform - pos: -12.5,13.5 + pos: 1.5,24.5 parent: 2 - - uid: 20124 + - uid: 14313 components: - type: Transform - pos: -13.5,13.5 + pos: 1.5,23.5 parent: 2 - - uid: 20125 + - uid: 14314 components: - type: Transform - pos: -14.5,13.5 + pos: 1.5,22.5 parent: 2 - - uid: 20126 + - uid: 14315 components: - type: Transform - pos: -15.5,13.5 + pos: 1.5,21.5 parent: 2 - - uid: 20127 + - uid: 14316 components: - type: Transform - pos: -16.5,13.5 + pos: 1.5,20.5 parent: 2 - - uid: 20128 + - uid: 14317 components: - type: Transform - pos: -17.5,13.5 + pos: 1.5,18.5 parent: 2 - - uid: 20129 + - uid: 14318 components: - type: Transform - pos: -18.5,13.5 + pos: 1.5,17.5 parent: 2 - - uid: 20130 + - uid: 14319 components: - type: Transform - pos: -19.5,13.5 + pos: 1.5,16.5 parent: 2 - - uid: 20131 + - uid: 14320 components: - type: Transform - pos: -20.5,13.5 + pos: 1.5,15.5 parent: 2 - - uid: 20132 + - uid: 14321 components: - type: Transform - pos: -21.5,13.5 + pos: 1.5,14.5 parent: 2 - - uid: 20133 + - uid: 14322 components: - type: Transform - pos: -22.5,13.5 + pos: 1.5,13.5 parent: 2 - - uid: 20134 + - uid: 14323 components: - type: Transform - pos: -23.5,13.5 + pos: 1.5,12.5 parent: 2 - - uid: 20135 + - uid: 14324 components: - type: Transform - pos: -24.5,13.5 + pos: 1.5,11.5 parent: 2 - - uid: 20136 + - uid: 14325 components: - type: Transform - pos: -25.5,13.5 + pos: 1.5,10.5 parent: 2 - - uid: 20137 + - uid: 14326 components: - type: Transform - pos: -26.5,13.5 + pos: 1.5,9.5 parent: 2 - - uid: 20138 + - uid: 14327 components: - type: Transform - pos: -27.5,13.5 + pos: 1.5,8.5 parent: 2 - - uid: 20139 + - uid: 14328 components: - type: Transform - pos: -28.5,13.5 + pos: 1.5,7.5 parent: 2 - - uid: 20140 + - uid: 14329 components: - type: Transform - pos: -29.5,13.5 + pos: 1.5,6.5 parent: 2 - - uid: 20141 + - uid: 14330 components: - type: Transform - pos: -30.5,13.5 + pos: 1.5,5.5 parent: 2 - - uid: 20142 + - uid: 14331 components: - type: Transform - pos: -31.5,13.5 + pos: 1.5,4.5 parent: 2 - - uid: 20143 + - uid: 14332 components: - type: Transform - pos: -32.5,13.5 + pos: 1.5,3.5 parent: 2 - - uid: 20144 + - uid: 14333 components: - type: Transform - pos: -32.5,14.5 + pos: 1.5,2.5 parent: 2 - - uid: 20145 + - uid: 14334 components: - type: Transform - pos: -32.5,15.5 + pos: 1.5,1.5 parent: 2 - - uid: 20146 + - uid: 14335 components: - type: Transform - pos: -32.5,16.5 + pos: 1.5,0.5 parent: 2 - - uid: 20147 + - uid: 14336 components: - type: Transform - pos: -32.5,17.5 + pos: 1.5,-0.5 parent: 2 - - uid: 20148 + - uid: 14337 components: - type: Transform - pos: -32.5,18.5 + pos: 1.5,-1.5 parent: 2 - - uid: 20149 + - uid: 14338 components: - type: Transform - pos: -32.5,19.5 + pos: 1.5,-2.5 parent: 2 - - uid: 20150 + - uid: 14339 components: - type: Transform - pos: 79.5,-18.5 + pos: 1.5,-3.5 parent: 2 - - uid: 20151 + - uid: 14340 components: - type: Transform - pos: 79.5,-19.5 + pos: 1.5,-4.5 parent: 2 - - uid: 20157 + - uid: 14341 components: - type: Transform - pos: -33.5,6.5 + pos: 1.5,-5.5 parent: 2 - - uid: 20158 + - uid: 14342 components: - type: Transform - pos: -33.5,5.5 + pos: 1.5,-6.5 parent: 2 - - uid: 20159 + - uid: 14343 components: - type: Transform - pos: -33.5,4.5 + pos: 1.5,-7.5 parent: 2 - - uid: 20165 + - uid: 14344 components: - type: Transform - pos: -33.5,-1.5 + pos: 1.5,-8.5 parent: 2 - - uid: 20166 + - uid: 14345 components: - type: Transform - pos: -33.5,-2.5 + pos: 1.5,-9.5 parent: 2 - - uid: 20167 + - uid: 14346 components: - type: Transform - pos: -33.5,-3.5 + pos: 1.5,-10.5 parent: 2 - - uid: 20168 + - uid: 14347 components: - type: Transform - pos: -33.5,-4.5 + pos: 1.5,-11.5 parent: 2 - - uid: 20169 + - uid: 14348 components: - type: Transform - pos: -33.5,-5.5 + pos: 1.5,-12.5 parent: 2 - - uid: 20174 + - uid: 14349 components: - type: Transform - pos: -32.5,-7.5 + pos: 1.5,-13.5 parent: 2 - - uid: 20175 + - uid: 14350 components: - type: Transform - pos: -32.5,-8.5 + pos: 1.5,-14.5 parent: 2 - - uid: 20176 + - uid: 14353 components: - type: Transform - pos: -32.5,-9.5 + pos: 4.5,44.5 parent: 2 - - uid: 20177 + - uid: 14354 components: - type: Transform - pos: -32.5,-10.5 + pos: 5.5,44.5 parent: 2 - - uid: 20178 + - uid: 14366 components: - type: Transform - pos: -32.5,-11.5 + pos: -44.5,26.5 parent: 2 - - uid: 20179 + - uid: 14376 components: - type: Transform - pos: -32.5,-12.5 + pos: 1.5,38.5 parent: 2 - - uid: 20180 + - uid: 14509 components: - type: Transform - pos: -32.5,-13.5 + pos: 32.5,51.5 parent: 2 - - uid: 20181 + - uid: 14510 components: - type: Transform - pos: -32.5,-14.5 + pos: 31.5,51.5 parent: 2 - - uid: 20201 + - uid: 14511 components: - type: Transform - pos: 50.5,43.5 + pos: 31.5,50.5 parent: 2 - - uid: 20205 + - uid: 14512 components: - type: Transform - pos: -43.5,56.5 + pos: 31.5,49.5 parent: 2 - - uid: 20314 + - uid: 14520 components: - type: Transform - pos: 69.5,37.5 + pos: 33.5,43.5 parent: 2 - - uid: 20418 + - uid: 14521 components: - type: Transform - pos: 38.5,1.5 + pos: 34.5,43.5 parent: 2 - - uid: 20419 + - uid: 14522 components: - type: Transform - pos: 38.5,0.5 + pos: 34.5,42.5 parent: 2 - - uid: 20420 + - uid: 14523 components: - type: Transform - pos: 38.5,-0.5 + pos: 34.5,41.5 parent: 2 - - uid: 20421 + - uid: 14524 components: - type: Transform - pos: 38.5,-1.5 + pos: 34.5,40.5 parent: 2 - - uid: 20422 + - uid: 14525 components: - type: Transform - pos: 38.5,-2.5 + pos: 34.5,39.5 parent: 2 - - uid: 20423 + - uid: 14526 components: - type: Transform - pos: 38.5,-3.5 + pos: 34.5,38.5 parent: 2 - - uid: 20424 + - uid: 14527 components: - type: Transform - pos: 38.5,-4.5 + pos: 34.5,37.5 parent: 2 - - uid: 20425 + - uid: 14528 components: - type: Transform - pos: 38.5,-5.5 + pos: 34.5,36.5 parent: 2 - - uid: 20426 + - uid: 14529 components: - type: Transform - pos: 38.5,-6.5 + pos: 34.5,35.5 parent: 2 - - uid: 20427 + - uid: 14530 components: - type: Transform - pos: 38.5,-7.5 + pos: 34.5,34.5 parent: 2 - - uid: 20428 + - uid: 14531 components: - type: Transform - pos: 38.5,-8.5 + pos: 34.5,33.5 parent: 2 - - uid: 20429 + - uid: 14532 components: - type: Transform - pos: 38.5,-9.5 + pos: 33.5,33.5 parent: 2 - - uid: 20430 + - uid: 14533 components: - type: Transform - pos: 38.5,-10.5 + pos: 32.5,33.5 parent: 2 - - uid: 20431 + - uid: 14534 components: - type: Transform - pos: 38.5,-11.5 + pos: 31.5,33.5 parent: 2 - - uid: 20432 + - uid: 14535 components: - type: Transform - pos: 38.5,-12.5 + pos: 30.5,33.5 parent: 2 - - uid: 20433 + - uid: 14536 components: - type: Transform - pos: 38.5,-13.5 + pos: 29.5,33.5 parent: 2 - - uid: 20434 + - uid: 14537 components: - type: Transform - pos: 38.5,-14.5 + pos: 28.5,33.5 parent: 2 - - uid: 20512 + - uid: 14538 components: - type: Transform - pos: 51.5,-33.5 + pos: 27.5,33.5 parent: 2 - - uid: 20628 + - uid: 14539 components: - type: Transform - pos: 48.5,43.5 + pos: 26.5,33.5 parent: 2 - - uid: 20647 + - uid: 14540 components: - type: Transform - pos: 49.5,43.5 + pos: 25.5,33.5 parent: 2 - - uid: 20657 + - uid: 14541 components: - type: Transform - pos: -44.5,56.5 + pos: 24.5,33.5 parent: 2 - - uid: 20700 + - uid: 14542 components: - type: Transform - pos: 17.5,20.5 + pos: 23.5,33.5 parent: 2 - - uid: 20776 + - uid: 14543 components: - type: Transform - pos: 85.5,-9.5 + pos: 22.5,33.5 parent: 2 - - uid: 20782 + - uid: 14544 components: - type: Transform - pos: 47.5,43.5 + pos: 21.5,33.5 parent: 2 - - uid: 20783 + - uid: 14545 components: - type: Transform - pos: 46.5,43.5 + pos: 20.5,33.5 parent: 2 - - uid: 20784 + - uid: 14546 components: - type: Transform - pos: 45.5,43.5 + pos: 19.5,33.5 parent: 2 - - uid: 20785 + - uid: 14547 components: - type: Transform - pos: 44.5,43.5 + pos: 18.5,33.5 parent: 2 - - uid: 20786 + - uid: 14548 components: - type: Transform - pos: 43.5,43.5 + pos: 17.5,33.5 parent: 2 - - uid: 20856 + - uid: 14549 components: - type: Transform - pos: 42.5,43.5 + pos: 16.5,33.5 parent: 2 - - uid: 20857 + - uid: 14550 components: - type: Transform - pos: 41.5,43.5 + pos: 15.5,33.5 parent: 2 - - uid: 20858 + - uid: 14551 components: - type: Transform - pos: 40.5,43.5 + pos: 14.5,33.5 parent: 2 - - uid: 20860 + - uid: 14552 components: - type: Transform - pos: 39.5,34.5 + pos: 13.5,33.5 parent: 2 - - uid: 20936 + - uid: 14553 components: - type: Transform - pos: 39.5,35.5 + pos: 12.5,33.5 parent: 2 - - uid: 20939 + - uid: 14554 components: - type: Transform - pos: 39.5,36.5 + pos: 11.5,33.5 parent: 2 - - uid: 20940 + - uid: 14555 components: - type: Transform - pos: 39.5,37.5 + pos: 10.5,33.5 parent: 2 - - uid: 20943 + - uid: 14556 components: - type: Transform - pos: 39.5,38.5 + pos: 9.5,33.5 parent: 2 - - uid: 21020 + - uid: 14557 components: - type: Transform - pos: 113.5,-27.5 + pos: 8.5,33.5 parent: 2 - - uid: 21078 + - uid: 14558 components: - type: Transform - pos: 39.5,39.5 + pos: 7.5,33.5 parent: 2 - - uid: 21082 + - uid: 14559 components: - type: Transform - pos: 6.5,-28.5 + pos: 6.5,33.5 parent: 2 - - uid: 21192 + - uid: 14560 components: - type: Transform - pos: 51.5,-29.5 + pos: 5.5,33.5 parent: 2 - - uid: 21193 + - uid: 14561 components: - type: Transform - pos: 50.5,-29.5 + pos: 4.5,33.5 parent: 2 - - uid: 21195 + - uid: 14562 components: - type: Transform - pos: 46.5,-29.5 + pos: 3.5,33.5 parent: 2 - - uid: 21198 + - uid: 14563 components: - type: Transform - pos: 45.5,-29.5 + pos: 2.5,33.5 parent: 2 - - uid: 21199 + - uid: 14564 components: - type: Transform - pos: 48.5,-29.5 + pos: 17.5,-26.5 parent: 2 - - uid: 21241 + - uid: 14591 components: - type: Transform - pos: -44.5,17.5 + pos: 16.5,-26.5 parent: 2 - - uid: 21242 + - uid: 14887 components: - type: Transform - pos: -44.5,18.5 + pos: -88.5,59.5 parent: 2 - - uid: 21243 + - uid: 14888 components: - type: Transform - pos: -44.5,19.5 + pos: -88.5,59.5 parent: 2 - - uid: 21244 + - uid: 14925 components: - type: Transform - pos: -44.5,20.5 + pos: 79.5,-16.5 parent: 2 - - uid: 21249 + - uid: 14934 components: - type: Transform - pos: -33.5,26.5 + pos: 53.5,10.5 parent: 2 - - uid: 21251 + - uid: 14935 components: - type: Transform - pos: -35.5,23.5 + pos: 53.5,11.5 parent: 2 - - uid: 21259 + - uid: 14936 components: - type: Transform - pos: -38.5,27.5 + pos: 53.5,12.5 parent: 2 - - uid: 21261 + - uid: 14937 components: - type: Transform - pos: -32.5,22.5 + pos: 53.5,13.5 parent: 2 - - uid: 21269 + - uid: 14938 components: - type: Transform - pos: -34.5,26.5 + pos: 53.5,14.5 parent: 2 - - uid: 21277 + - uid: 14939 components: - type: Transform - pos: -32.5,21.5 + pos: 53.5,15.5 parent: 2 - - uid: 21801 + - uid: 14940 components: - type: Transform - pos: -0.5,26.5 + pos: 53.5,16.5 parent: 2 - - uid: 21808 + - uid: 14941 components: - type: Transform - pos: -12.5,41.5 + pos: 53.5,17.5 parent: 2 - - uid: 21814 + - uid: 14942 components: - type: Transform - pos: 5.5,-28.5 + pos: 52.5,17.5 parent: 2 - - uid: 21835 + - uid: 14943 components: - type: Transform - pos: 1.5,-27.5 + pos: 51.5,17.5 parent: 2 - - uid: 21836 + - uid: 14944 components: - type: Transform - pos: 1.5,-24.5 + pos: 50.5,17.5 parent: 2 - - uid: 21837 + - uid: 15077 components: - type: Transform - pos: 1.5,-26.5 + pos: 24.5,21.5 parent: 2 - - uid: 21880 + - uid: 15107 components: - type: Transform - pos: 39.5,40.5 + pos: 24.5,20.5 parent: 2 - - uid: 21881 + - uid: 15130 components: - type: Transform - pos: 39.5,41.5 + pos: 24.5,22.5 parent: 2 - - uid: 21980 + - uid: 15131 components: - type: Transform - pos: -65.5,8.5 + pos: 24.5,23.5 parent: 2 - - uid: 21981 + - uid: 15132 components: - type: Transform - pos: -66.5,8.5 + pos: 24.5,24.5 parent: 2 - - uid: 21982 + - uid: 15133 components: - type: Transform - pos: -67.5,8.5 + pos: 24.5,25.5 parent: 2 - - uid: 21983 + - uid: 15134 components: - type: Transform - pos: -68.5,8.5 + pos: 24.5,26.5 parent: 2 - - uid: 21984 + - uid: 15135 components: - type: Transform - pos: -69.5,8.5 + pos: 24.5,27.5 parent: 2 - - uid: 21985 + - uid: 15136 components: - type: Transform - pos: -70.5,8.5 + pos: 24.5,28.5 parent: 2 - - uid: 21986 + - uid: 15137 components: - type: Transform - pos: -71.5,8.5 + pos: 24.5,29.5 parent: 2 - - uid: 21987 + - uid: 15138 components: - type: Transform - pos: -72.5,8.5 + pos: 24.5,30.5 parent: 2 - - uid: 21988 + - uid: 15139 components: - type: Transform - pos: -73.5,8.5 + pos: 24.5,31.5 parent: 2 - - uid: 21989 + - uid: 15140 components: - type: Transform - pos: -74.5,8.5 + pos: 24.5,32.5 parent: 2 - - uid: 21990 + - uid: 15153 components: - type: Transform - pos: -75.5,8.5 + pos: 83.5,-18.5 parent: 2 - - uid: 21991 + - uid: 15288 components: - type: Transform - pos: -76.5,8.5 + pos: 79.5,-14.5 parent: 2 - - uid: 21992 + - uid: 15326 components: - type: Transform - pos: -77.5,8.5 + pos: -16.5,45.5 parent: 2 - - uid: 21993 + - uid: 15327 components: - type: Transform - pos: -78.5,8.5 + pos: -15.5,45.5 parent: 2 - - uid: 21994 + - uid: 15328 components: - type: Transform - pos: -79.5,8.5 + pos: -4.5,40.5 parent: 2 - - uid: 21995 + - uid: 15456 components: - type: Transform - pos: -80.5,8.5 + pos: -32.5,23.5 parent: 2 - - uid: 21996 + - uid: 15459 components: - type: Transform - pos: -81.5,8.5 + pos: -3.5,40.5 parent: 2 - - uid: 21997 + - uid: 15460 components: - type: Transform - pos: -82.5,8.5 + pos: -6.5,40.5 parent: 2 - - uid: 21998 + - uid: 15461 components: - type: Transform - pos: -83.5,8.5 + pos: -26.5,49.5 parent: 2 - - uid: 21999 + - uid: 15465 components: - type: Transform - pos: -84.5,8.5 + pos: -5.5,40.5 parent: 2 - - uid: 22000 + - uid: 15466 components: - type: Transform - pos: -85.5,8.5 + pos: -25.5,55.5 parent: 2 - - uid: 22001 + - uid: 15467 components: - type: Transform - pos: -86.5,8.5 + pos: -24.5,55.5 parent: 2 - - uid: 22002 + - uid: 15471 components: - type: Transform - pos: -87.5,8.5 + pos: -23.5,55.5 parent: 2 - - uid: 22003 + - uid: 15490 components: - type: Transform - pos: -88.5,8.5 + pos: -38.5,51.5 parent: 2 - - uid: 22004 + - uid: 15536 components: - type: Transform - pos: -89.5,8.5 + pos: -26.5,23.5 parent: 2 - - uid: 22005 + - uid: 15543 components: - type: Transform - pos: -90.5,8.5 + pos: 79.5,-11.5 parent: 2 - - uid: 22006 + - uid: 15620 components: - type: Transform - pos: -91.5,8.5 + pos: -49.5,52.5 parent: 2 - - uid: 22007 + - uid: 15642 components: - type: Transform - pos: -92.5,8.5 + pos: -31.5,23.5 parent: 2 - - uid: 22008 + - uid: 15695 components: - type: Transform - pos: -93.5,8.5 + pos: -8.5,40.5 parent: 2 - - uid: 22009 + - uid: 15700 components: - type: Transform - pos: -94.5,8.5 + pos: -14.5,40.5 parent: 2 - - uid: 22010 + - uid: 15709 components: - type: Transform - pos: -72.5,9.5 + pos: -14.5,45.5 parent: 2 - - uid: 22011 + - uid: 15712 components: - type: Transform - pos: -72.5,10.5 + pos: -26.5,48.5 parent: 2 - - uid: 22012 + - uid: 15717 components: - type: Transform - pos: -72.5,11.5 + pos: -65.5,37.5 parent: 2 - - uid: 22013 + - uid: 15721 components: - type: Transform - pos: -72.5,12.5 + pos: -69.5,37.5 parent: 2 - - uid: 22014 + - uid: 15726 components: - type: Transform - pos: -72.5,13.5 + pos: -71.5,37.5 parent: 2 - - uid: 22015 + - uid: 15727 components: - type: Transform - pos: -72.5,14.5 + pos: -73.5,37.5 parent: 2 - - uid: 22016 + - uid: 15798 components: - type: Transform - pos: -72.5,15.5 + pos: -89.5,-75.5 parent: 2 - - uid: 22017 + - uid: 15828 components: - type: Transform - pos: -72.5,16.5 + pos: -23.5,25.5 parent: 2 - - uid: 22018 + - uid: 15836 components: - type: Transform - pos: -72.5,17.5 + pos: -48.5,52.5 parent: 2 - - uid: 22019 + - uid: 15837 components: - type: Transform - pos: -72.5,18.5 + pos: -33.5,23.5 parent: 2 - - uid: 22020 + - uid: 15851 components: - type: Transform - pos: -72.5,19.5 + pos: -34.5,23.5 parent: 2 - - uid: 22021 + - uid: 15908 components: - type: Transform - pos: -72.5,20.5 + pos: -26.5,45.5 parent: 2 - - uid: 22022 + - uid: 15909 components: - type: Transform - pos: -72.5,21.5 + pos: -25.5,45.5 parent: 2 - - uid: 22023 + - uid: 15910 components: - type: Transform - pos: -72.5,22.5 + pos: -26.5,46.5 parent: 2 - - uid: 22024 + - uid: 15911 components: - type: Transform - pos: -72.5,23.5 + pos: -12.5,44.5 parent: 2 - - uid: 22025 + - uid: 15915 components: - type: Transform - pos: -72.5,24.5 + pos: -13.5,45.5 parent: 2 - - uid: 22058 + - uid: 15930 components: - type: Transform - pos: 4.5,-28.5 + pos: -47.5,67.5 parent: 2 - - uid: 22086 + - uid: 16026 components: - type: Transform - pos: 39.5,42.5 + pos: -1.5,30.5 parent: 2 - - uid: 22104 + - uid: 16027 components: - type: Transform - pos: -26.5,43.5 + pos: -0.5,30.5 parent: 2 - - uid: 22151 + - uid: 16032 components: - type: Transform - pos: -27.5,43.5 + pos: 0.5,26.5 parent: 2 - - uid: 22166 + - uid: 16043 components: - type: Transform - pos: 39.5,43.5 + pos: -2.5,40.5 parent: 2 - - uid: 22398 + - uid: 16044 components: - type: Transform - pos: 52.5,-29.5 + pos: -2.5,39.5 parent: 2 - - uid: 22514 + - uid: 16045 components: - type: Transform - pos: -40.5,28.5 + pos: -2.5,38.5 parent: 2 - - uid: 22515 + - uid: 16046 components: - type: Transform - pos: -40.5,29.5 + pos: -2.5,37.5 parent: 2 - - uid: 22528 + - uid: 16047 components: - type: Transform - pos: -63.5,34.5 + pos: -2.5,36.5 parent: 2 - - uid: 22541 + - uid: 16048 components: - type: Transform - pos: -31.5,68.5 + pos: -2.5,35.5 parent: 2 - - uid: 22574 + - uid: 16049 components: - type: Transform - pos: -30.5,68.5 + pos: -2.5,34.5 parent: 2 - - uid: 22587 + - uid: 16050 components: - type: Transform - pos: -29.5,68.5 + pos: -2.5,33.5 parent: 2 - - uid: 22594 + - uid: 16051 components: - type: Transform - pos: -28.5,68.5 + pos: -2.5,32.5 parent: 2 - - uid: 22614 + - uid: 16052 components: - type: Transform - pos: -58.5,34.5 + pos: -2.5,31.5 parent: 2 - - uid: 22654 + - uid: 16053 components: - type: Transform - pos: -12.5,43.5 + pos: -2.5,30.5 parent: 2 - - uid: 22668 + - uid: 16056 components: - type: Transform - pos: -62.5,34.5 + pos: 0.5,30.5 parent: 2 - - uid: 22669 + - uid: 16106 components: - type: Transform - pos: -57.5,34.5 + pos: -89.5,-73.5 parent: 2 - - uid: 22692 + - uid: 16156 components: - type: Transform - pos: -4.5,1.5 + pos: 77.5,-15.5 parent: 2 - - uid: 22703 + - uid: 16298 components: - type: Transform - pos: -54.5,25.5 + pos: 44.5,13.5 parent: 2 - - uid: 22737 + - uid: 16313 components: - type: Transform - pos: -27.5,68.5 + pos: -26.5,68.5 parent: 2 - - uid: 22812 + - uid: 16314 components: - type: Transform - pos: -6.5,0.5 + pos: -26.5,63.5 parent: 2 - - uid: 22872 + - uid: 16318 components: - type: Transform - pos: -26.5,68.5 + pos: -26.5,70.5 parent: 2 - - uid: 22882 + - uid: 16324 components: - type: Transform - pos: -25.5,68.5 + pos: -26.5,69.5 parent: 2 - - uid: 22913 + - uid: 16326 components: - type: Transform - pos: -24.5,68.5 + pos: -26.5,72.5 parent: 2 - - uid: 22942 + - uid: 16343 components: - type: Transform - pos: -23.5,68.5 + pos: -26.5,75.5 parent: 2 - - uid: 22950 + - uid: 16348 components: - type: Transform - pos: -22.5,68.5 + pos: -26.5,73.5 parent: 2 - - uid: 22965 + - uid: 16361 components: - type: Transform - pos: -21.5,68.5 + pos: -47.5,66.5 parent: 2 - - uid: 22991 + - uid: 16363 components: - type: Transform - pos: -20.5,68.5 + pos: -47.5,60.5 parent: 2 - - uid: 22992 + - uid: 16371 components: - type: Transform - pos: -19.5,68.5 + pos: 1.5,63.5 parent: 2 - - uid: 22993 + - uid: 16372 components: - type: Transform - pos: 3.5,-28.5 + pos: 1.5,62.5 parent: 2 - - uid: 22994 + - uid: 16373 components: - type: Transform - pos: -18.5,68.5 + pos: 1.5,61.5 parent: 2 - - uid: 22995 + - uid: 16374 components: - type: Transform - pos: -17.5,68.5 + pos: 1.5,60.5 parent: 2 - - uid: 22996 + - uid: 16375 components: - type: Transform - pos: -16.5,68.5 + pos: 1.5,59.5 parent: 2 - - uid: 22998 + - uid: 16376 components: - type: Transform - pos: -15.5,68.5 + pos: 1.5,58.5 parent: 2 - - uid: 22999 + - uid: 16377 components: - type: Transform - pos: -14.5,68.5 + pos: 1.5,57.5 parent: 2 - - uid: 23014 + - uid: 16378 components: - type: Transform - pos: -13.5,68.5 + pos: 1.5,56.5 parent: 2 - - uid: 23056 + - uid: 16379 components: - type: Transform - pos: -12.5,68.5 + pos: 1.5,55.5 parent: 2 - - uid: 23062 + - uid: 16380 components: - type: Transform - pos: 4.5,64.5 + pos: 1.5,54.5 parent: 2 - - uid: 23065 + - uid: 16381 components: - type: Transform - pos: 5.5,64.5 + pos: 1.5,53.5 parent: 2 - - uid: 23066 + - uid: 16382 components: - type: Transform - pos: 6.5,64.5 + pos: 1.5,52.5 parent: 2 - - uid: 23067 + - uid: 16383 components: - type: Transform - pos: 2.5,-28.5 + pos: 1.5,51.5 parent: 2 - - uid: 23068 + - uid: 16384 components: - type: Transform - pos: 6.5,65.5 + pos: 1.5,50.5 parent: 2 - - uid: 23070 + - uid: 16385 components: - type: Transform - pos: 6.5,66.5 + pos: 1.5,49.5 parent: 2 - - uid: 23075 + - uid: 16386 components: - type: Transform - pos: 6.5,67.5 + pos: 1.5,48.5 parent: 2 - - uid: 23077 + - uid: 16387 components: - type: Transform - pos: 6.5,68.5 + pos: 1.5,47.5 parent: 2 - - uid: 23078 + - uid: 16388 components: - type: Transform - pos: 6.5,69.5 + pos: 1.5,46.5 parent: 2 - - uid: 23079 + - uid: 16389 components: - type: Transform - pos: 7.5,69.5 + pos: 1.5,45.5 parent: 2 - - uid: 23081 + - uid: 16416 components: - type: Transform - pos: 8.5,69.5 + pos: -29.5,55.5 parent: 2 - - uid: 23082 + - uid: 16446 components: - type: Transform - pos: 9.5,69.5 + pos: -28.5,23.5 parent: 2 - - uid: 23086 + - uid: 16466 components: - type: Transform - pos: 10.5,69.5 + pos: -26.5,74.5 parent: 2 - - uid: 23096 + - uid: 16481 components: - type: Transform - pos: 11.5,69.5 + pos: -20.5,82.5 parent: 2 - - uid: 23199 + - uid: 16484 components: - type: Transform - pos: 12.5,69.5 + pos: -13.5,82.5 parent: 2 - - uid: 23265 + - uid: 16526 components: - type: Transform - pos: -22.5,52.5 + pos: 43.5,13.5 parent: 2 - - uid: 23289 + - uid: 16546 components: - type: Transform - pos: -42.5,20.5 + pos: -12.5,45.5 parent: 2 - - uid: 23290 + - uid: 16568 components: - type: Transform - pos: -54.5,24.5 + pos: -40.5,26.5 parent: 2 - - uid: 23328 + - uid: 16569 components: - type: Transform - pos: 12.5,68.5 + pos: -40.5,27.5 parent: 2 - - uid: 23350 + - uid: 16599 components: - type: Transform - pos: -54.5,15.5 + pos: -19.5,82.5 parent: 2 - - uid: 23362 + - uid: 16635 components: - type: Transform - pos: 12.5,67.5 + pos: 79.5,-17.5 parent: 2 - - uid: 23363 + - uid: 16642 components: - type: Transform - pos: 13.5,67.5 + pos: 87.5,-20.5 parent: 2 - - uid: 23372 + - uid: 16643 components: - type: Transform - pos: 14.5,67.5 + pos: 86.5,-20.5 parent: 2 - - uid: 23383 + - uid: 16646 components: - type: Transform - pos: 15.5,67.5 + pos: 79.5,-21.5 parent: 2 - - uid: 23384 + - uid: 16659 components: - type: Transform - pos: 15.5,66.5 + pos: 79.5,-13.5 parent: 2 - - uid: 23402 + - uid: 16669 components: - type: Transform - pos: 15.5,65.5 + pos: 85.5,-20.5 parent: 2 - - uid: 23404 + - uid: 16687 components: - type: Transform - pos: 15.5,64.5 + pos: 81.5,-16.5 parent: 2 - - uid: 23414 + - uid: 16699 components: - type: Transform - pos: -36.5,27.5 + pos: 101.5,-9.5 parent: 2 - - uid: 23459 + - uid: 16701 components: - type: Transform - pos: 15.5,63.5 + pos: 83.5,-16.5 parent: 2 - - uid: 23537 + - uid: 16704 components: - type: Transform - pos: 52.5,-31.5 + pos: 82.5,-18.5 parent: 2 - - uid: 23655 + - uid: 16706 components: - type: Transform - pos: 33.5,55.5 + pos: 82.5,-13.5 parent: 2 - - uid: 23658 + - uid: 17004 components: - type: Transform - pos: -5.5,1.5 + pos: -61.5,34.5 parent: 2 - - uid: 23659 + - uid: 17018 components: - type: Transform - pos: -2.5,1.5 + pos: -59.5,34.5 parent: 2 - - uid: 23691 + - uid: 17026 components: - type: Transform - pos: -3.5,1.5 + pos: -24.5,45.5 parent: 2 - - uid: 23699 + - uid: 17029 components: - type: Transform - pos: -27.5,55.5 + pos: -26.5,55.5 parent: 2 - - uid: 23702 + - uid: 17128 components: - type: Transform - pos: -69.5,59.5 + pos: -43.5,26.5 parent: 2 - - uid: 23707 + - uid: 17198 components: - type: Transform - pos: -69.5,57.5 + pos: -42.5,26.5 parent: 2 - - uid: 23709 + - uid: 17376 components: - type: Transform - pos: -6.5,1.5 + pos: -1.5,1.5 parent: 2 - - uid: 23711 + - uid: 17380 components: - type: Transform - pos: -69.5,58.5 + pos: -0.5,1.5 parent: 2 - - uid: 23712 + - uid: 17382 components: - type: Transform - pos: -69.5,60.5 + pos: 0.5,1.5 parent: 2 - - uid: 23713 + - uid: 17532 components: - type: Transform - pos: -69.5,61.5 + pos: -23.5,82.5 parent: 2 - - uid: 23755 + - uid: 17795 components: - type: Transform - pos: -2.5,64.5 + pos: -54.5,29.5 parent: 2 - - uid: 23756 + - uid: 17812 components: - type: Transform - pos: -1.5,64.5 + pos: -54.5,18.5 parent: 2 - - uid: 23757 + - uid: 17820 components: - type: Transform - pos: -0.5,64.5 + pos: -24.5,26.5 parent: 2 - - uid: 23758 + - uid: 17876 components: - type: Transform - pos: 0.5,64.5 + pos: 4.5,43.5 parent: 2 - - uid: 23762 + - uid: 17974 components: - type: Transform - pos: -69.5,56.5 + pos: -24.5,23.5 parent: 2 - - uid: 23763 + - uid: 17977 components: - type: Transform - pos: -69.5,54.5 + pos: -23.5,23.5 parent: 2 - - uid: 23765 + - uid: 18002 components: - type: Transform - pos: -69.5,55.5 + pos: 82.5,-12.5 parent: 2 - - uid: 23786 + - uid: 18036 components: - type: Transform - pos: -50.5,54.5 + pos: -23.5,24.5 parent: 2 - - uid: 23827 + - uid: 18082 components: - type: Transform - pos: 33.5,54.5 + pos: -23.5,26.5 parent: 2 - - uid: 23907 + - uid: 18121 components: - type: Transform - pos: -54.5,27.5 + pos: -26.5,26.5 parent: 2 - - uid: 23908 + - uid: 18239 components: - type: Transform - pos: -54.5,17.5 + pos: -47.5,56.5 parent: 2 - - uid: 23998 + - uid: 18274 components: - type: Transform - pos: -32.5,27.5 + pos: -26.5,64.5 parent: 2 - - uid: 24081 + - uid: 18275 components: - type: Transform - pos: 33.5,53.5 + pos: -26.5,76.5 parent: 2 - - uid: 24108 + - uid: 18294 components: - type: Transform - pos: -54.5,22.5 + pos: -26.5,81.5 parent: 2 - - uid: 24194 + - uid: 18297 components: - type: Transform - pos: -38.5,26.5 + pos: -26.5,65.5 parent: 2 - - uid: 24195 + - uid: 18307 components: - type: Transform - pos: -37.5,26.5 + pos: -89.5,-77.5 parent: 2 - - uid: 24302 + - uid: 18355 components: - type: Transform - pos: -54.5,13.5 + pos: -26.5,66.5 parent: 2 - - uid: 24303 + - uid: 18401 components: - type: Transform - pos: -54.5,11.5 + pos: -26.5,67.5 parent: 2 - - uid: 24312 + - uid: 18402 components: - type: Transform - pos: -37.5,23.5 + pos: -26.5,71.5 parent: 2 - - uid: 24366 + - uid: 18441 components: - type: Transform - pos: -44.5,25.5 + pos: -26.5,77.5 parent: 2 - - uid: 24378 + - uid: 18498 components: - type: Transform - pos: -44.5,24.5 + pos: -26.5,78.5 parent: 2 - - uid: 24440 + - uid: 18511 components: - type: Transform - pos: -54.5,10.5 + pos: 87.5,-13.5 parent: 2 - - uid: 24525 + - uid: 18520 components: - type: Transform - pos: -36.5,23.5 + pos: -26.5,79.5 parent: 2 - - uid: 24811 + - uid: 18523 components: - type: Transform - pos: -1.5,26.5 + pos: 89.5,-27.5 parent: 2 - - uid: 24894 + - uid: 18528 components: - type: Transform - pos: -54.5,23.5 + pos: 87.5,-23.5 parent: 2 - - uid: 24937 + - uid: 18530 components: - type: Transform - pos: 33.5,52.5 + pos: -9.5,82.5 parent: 2 - - uid: 25076 + - uid: 18540 components: - type: Transform - pos: 10.5,20.5 + pos: 86.5,-9.5 parent: 2 - - uid: 25098 + - uid: 18549 components: - type: Transform - pos: -54.5,20.5 + pos: -11.5,82.5 parent: 2 - - uid: 25112 + - uid: 18554 components: - type: Transform - pos: -54.5,19.5 + pos: -10.5,82.5 parent: 2 - - uid: 25120 + - uid: 18559 components: - type: Transform - pos: 80.5,-22.5 + pos: 84.5,-23.5 parent: 2 - - uid: 25226 + - uid: 18563 components: - type: Transform - pos: -28.5,-1.5 + pos: 83.5,-9.5 parent: 2 - - uid: 25296 + - uid: 18585 components: - type: Transform - pos: 49.5,-29.5 + pos: 106.5,-28.5 parent: 2 - - uid: 25757 + - uid: 18586 components: - type: Transform - pos: -34.5,27.5 + pos: 111.5,-4.5 parent: 2 - - uid: 26039 + - uid: 18587 components: - type: Transform - pos: -18.5,55.5 + pos: 108.5,-28.5 parent: 2 - - uid: 26241 + - uid: 18588 components: - type: Transform - pos: 103.5,-9.5 + pos: 113.5,-6.5 parent: 2 - - uid: 26251 + - uid: 18589 components: - type: Transform - pos: -60.5,34.5 + pos: 112.5,-4.5 parent: 2 - - uid: 26252 + - uid: 18590 components: - type: Transform - pos: -54.5,21.5 + pos: 110.5,-4.5 parent: 2 - - uid: 26359 + - uid: 18591 components: - type: Transform - pos: -12.5,42.5 + pos: 113.5,-4.5 parent: 2 - - uid: 26360 + - uid: 18592 components: - type: Transform - pos: 79.5,-12.5 + pos: 103.5,-28.5 parent: 2 - - uid: 26497 + - uid: 18593 components: - type: Transform - pos: -20.5,52.5 + pos: 102.5,-28.5 parent: 2 - - uid: 26532 + - uid: 18594 components: - type: Transform - pos: -27.5,52.5 + pos: 101.5,-28.5 parent: 2 - - uid: 26612 + - uid: 18595 components: - type: Transform - pos: 71.5,40.5 + pos: 100.5,-28.5 parent: 2 - - uid: 26846 + - uid: 18596 components: - type: Transform - pos: -24.5,54.5 + pos: 113.5,-23.5 parent: 2 - - uid: 27044 + - uid: 18597 components: - type: Transform - pos: 38.5,-26.5 + pos: 113.5,-20.5 parent: 2 - - uid: 27113 + - uid: 18604 components: - type: Transform - pos: 26.5,-31.5 + pos: -89.5,-34.5 parent: 2 - - uid: 27114 + - uid: 18605 components: - type: Transform - pos: 37.5,-26.5 + pos: -87.5,-34.5 parent: 2 - - uid: 27115 + - uid: 18606 components: - type: Transform - pos: 35.5,-26.5 + pos: -88.5,-34.5 parent: 2 - - uid: 27116 + - uid: 18607 components: - type: Transform - pos: 32.5,-26.5 + pos: -89.5,-79.5 parent: 2 - - uid: 27117 + - uid: 18608 components: - type: Transform - pos: 33.5,-26.5 + pos: -89.5,-43.5 parent: 2 - - uid: 27560 + - uid: 18609 components: - type: Transform - pos: 41.5,13.5 + pos: -89.5,-46.5 parent: 2 - - uid: 27583 + - uid: 18610 components: - type: Transform - pos: 52.5,-32.5 + pos: 99.5,-28.5 parent: 2 - - uid: 27717 + - uid: 18611 components: - type: Transform - pos: -24.5,52.5 + pos: 91.5,-4.5 parent: 2 - - uid: 27788 + - uid: 18612 components: - type: Transform - pos: -11.5,40.5 + pos: 92.5,-4.5 parent: 2 - - uid: 27834 + - uid: 18613 components: - type: Transform - pos: -10.5,40.5 + pos: 93.5,-4.5 parent: 2 - - uid: 27868 + - uid: 18614 components: - type: Transform - pos: -71.5,24.5 + pos: 94.5,-4.5 parent: 2 - - uid: 27913 + - uid: 18615 components: - type: Transform - pos: 53.5,43.5 + pos: 95.5,-4.5 parent: 2 - - uid: 27915 + - uid: 18617 components: - type: Transform - pos: 54.5,43.5 + pos: 96.5,-4.5 parent: 2 - - uid: 27916 + - uid: 18619 components: - type: Transform - pos: 55.5,43.5 + pos: -89.5,-40.5 parent: 2 - - uid: 27917 + - uid: 18620 components: - type: Transform - pos: 56.5,43.5 + pos: -89.5,-42.5 parent: 2 - - uid: 27918 + - uid: 18621 components: - type: Transform - pos: 57.5,43.5 + pos: 97.5,-4.5 parent: 2 - - uid: 27919 + - uid: 18622 components: - type: Transform - pos: 58.5,43.5 + pos: 98.5,-4.5 parent: 2 - - uid: 27920 + - uid: 18623 components: - type: Transform - pos: 59.5,43.5 + pos: 113.5,-14.5 parent: 2 - - uid: 27921 + - uid: 18624 components: - type: Transform - pos: 58.5,44.5 + pos: 113.5,-16.5 parent: 2 - - uid: 27922 + - uid: 18625 components: - type: Transform - pos: 58.5,45.5 + pos: 113.5,-17.5 parent: 2 - - uid: 27923 + - uid: 18626 components: - type: Transform - pos: 58.5,46.5 + pos: 111.5,-28.5 parent: 2 - - uid: 27924 + - uid: 18627 components: - type: Transform - pos: 58.5,47.5 + pos: 110.5,-28.5 parent: 2 - - uid: 27925 + - uid: 18628 components: - type: Transform - pos: 59.5,47.5 + pos: 109.5,-28.5 parent: 2 - - uid: 27926 + - uid: 18629 components: - type: Transform - pos: 60.5,47.5 + pos: 89.5,-24.5 parent: 2 - - uid: 27927 + - uid: 18630 components: - type: Transform - pos: 61.5,47.5 + pos: 89.5,-23.5 parent: 2 - - uid: 27928 + - uid: 18631 components: - type: Transform - pos: 62.5,47.5 + pos: 86.5,-23.5 parent: 2 - - uid: 27929 + - uid: 18636 components: - type: Transform - pos: 63.5,47.5 + pos: 103.5,-4.5 parent: 2 - - uid: 27930 + - uid: 18637 components: - type: Transform - pos: 64.5,47.5 + pos: 99.5,-4.5 parent: 2 - - uid: 27931 + - uid: 18638 components: - type: Transform - pos: 65.5,47.5 + pos: 101.5,-4.5 parent: 2 - - uid: 27932 + - uid: 18695 components: - type: Transform - pos: 66.5,47.5 + pos: -89.5,-51.5 parent: 2 - - uid: 27934 + - uid: 18700 components: - type: Transform - pos: 67.5,47.5 + pos: -86.5,-38.5 parent: 2 - - uid: 27935 + - uid: 18701 components: - type: Transform - pos: 68.5,47.5 + pos: -89.5,-52.5 parent: 2 - - uid: 27936 + - uid: 18702 components: - type: Transform - pos: 68.5,46.5 + pos: -85.5,-65.5 parent: 2 - - uid: 27937 + - uid: 18750 components: - type: Transform - pos: 68.5,45.5 + pos: 89.5,-26.5 parent: 2 - - uid: 27938 + - uid: 18757 components: - type: Transform - pos: 68.5,44.5 + pos: 83.5,-23.5 parent: 2 - - uid: 27939 + - uid: 18763 components: - type: Transform - pos: 68.5,43.5 + pos: 88.5,-23.5 parent: 2 - - uid: 27947 + - uid: 18766 components: - type: Transform - pos: 68.5,37.5 + pos: 87.5,-9.5 parent: 2 - - uid: 27976 + - uid: 18799 components: - type: Transform - pos: 67.5,37.5 + pos: 105.5,-28.5 parent: 2 - - uid: 27977 + - uid: 18802 components: - type: Transform - pos: 66.5,37.5 + pos: 107.5,-28.5 parent: 2 - - uid: 27978 + - uid: 18825 components: - type: Transform - pos: 65.5,37.5 + pos: 113.5,-18.5 parent: 2 - - uid: 27979 + - uid: 18826 components: - type: Transform - pos: 64.5,37.5 + pos: 113.5,-19.5 parent: 2 - - uid: 27980 + - uid: 18850 components: - type: Transform - pos: 63.5,37.5 + pos: 113.5,-7.5 parent: 2 - - uid: 27981 + - uid: 18851 components: - type: Transform - pos: 62.5,37.5 + pos: 113.5,-22.5 parent: 2 - - uid: 27982 + - uid: 18852 components: - type: Transform - pos: 61.5,37.5 + pos: 113.5,-25.5 parent: 2 - - uid: 27983 + - uid: 18853 components: - type: Transform - pos: 60.5,37.5 + pos: 113.5,-24.5 parent: 2 - - uid: 27984 + - uid: 18854 components: - type: Transform - pos: 59.5,37.5 + pos: 113.5,-21.5 parent: 2 - - uid: 27986 + - uid: 18857 components: - type: Transform - pos: 58.5,37.5 + pos: 113.5,-5.5 parent: 2 - - uid: 27987 + - uid: 18858 components: - type: Transform - pos: 58.5,38.5 + pos: 113.5,-8.5 parent: 2 - - uid: 27988 + - uid: 18859 components: - type: Transform - pos: 58.5,39.5 + pos: 113.5,-9.5 parent: 2 - - uid: 27989 + - uid: 18884 components: - type: Transform - pos: 58.5,40.5 + pos: 113.5,-10.5 parent: 2 - - uid: 27990 + - uid: 18890 components: - type: Transform - pos: 58.5,41.5 + pos: 113.5,-11.5 parent: 2 - - uid: 27991 + - uid: 18891 components: - type: Transform - pos: 58.5,42.5 + pos: 113.5,-12.5 parent: 2 - - uid: 27992 + - uid: 18893 components: - type: Transform - pos: 57.5,41.5 + pos: 113.5,-13.5 parent: 2 - - uid: 27993 + - uid: 18908 components: - type: Transform - pos: 56.5,41.5 + pos: 113.5,-15.5 parent: 2 - - uid: 27994 + - uid: 18911 components: - type: Transform - pos: 59.5,41.5 + pos: 102.5,-4.5 parent: 2 - - uid: 27995 + - uid: 18912 components: - type: Transform - pos: 60.5,43.5 + pos: 100.5,-4.5 parent: 2 - - uid: 27996 + - uid: 18914 components: - type: Transform - pos: 60.5,44.5 + pos: 104.5,-4.5 parent: 2 - - uid: 27999 + - uid: 18915 components: - type: Transform - pos: 60.5,45.5 + pos: 105.5,-4.5 parent: 2 - - uid: 28005 + - uid: 18977 components: - type: Transform - pos: 61.5,45.5 + pos: 84.5,-19.5 parent: 2 - - uid: 28006 + - uid: 18985 components: - type: Transform - pos: 62.5,45.5 + pos: 84.5,-18.5 parent: 2 - - uid: 28007 + - uid: 19020 components: - type: Transform - pos: 63.5,45.5 + pos: 86.5,-12.5 parent: 2 - - uid: 28009 + - uid: 19021 components: - type: Transform - pos: 64.5,45.5 + pos: 85.5,-12.5 parent: 2 - - uid: 28010 + - uid: 19030 components: - type: Transform - pos: 65.5,45.5 + pos: 84.5,-12.5 parent: 2 - - uid: 28011 + - uid: 19031 components: - type: Transform - pos: 66.5,45.5 + pos: 83.5,-19.5 parent: 2 - - uid: 28012 + - uid: 19101 components: - type: Transform - pos: 66.5,44.5 + pos: 73.5,30.5 parent: 2 - - uid: 28019 + - uid: 19136 components: - type: Transform - pos: 64.5,39.5 + pos: -32.5,12.5 parent: 2 - - uid: 28020 + - uid: 19144 components: - type: Transform - pos: 63.5,39.5 + pos: -32.5,11.5 parent: 2 - - uid: 28021 + - uid: 19145 components: - type: Transform - pos: 62.5,39.5 + pos: -32.5,10.5 parent: 2 - - uid: 28022 + - uid: 19147 components: - type: Transform - pos: 61.5,39.5 + pos: -32.5,8.5 parent: 2 - - uid: 28023 + - uid: 19148 components: - type: Transform - pos: 60.5,39.5 + pos: -32.5,7.5 parent: 2 - - uid: 28024 + - uid: 19156 components: - type: Transform - pos: 60.5,40.5 + pos: -32.5,9.5 parent: 2 - - uid: 28025 + - uid: 19202 components: - type: Transform - pos: 60.5,41.5 + pos: 100.5,-23.5 parent: 2 - - uid: 28026 + - uid: 19208 components: - type: Transform - pos: 60.5,42.5 + pos: 79.5,-15.5 parent: 2 - - uid: 28385 + - uid: 19293 components: - type: Transform - pos: -9.5,40.5 + pos: -54.5,36.5 parent: 2 - - uid: 28406 + - uid: 19330 components: - type: Transform - pos: 22.5,6.5 + pos: -47.5,57.5 parent: 2 - - uid: 28692 + - uid: 19352 components: - type: Transform - pos: -23.5,52.5 + pos: -61.5,-31.5 parent: 2 - - uid: 28828 + - uid: 19356 components: - type: Transform - pos: -58.5,44.5 + pos: -60.5,-31.5 parent: 2 - - uid: 28829 + - uid: 19357 components: - type: Transform - pos: -57.5,44.5 + pos: -59.5,-31.5 parent: 2 - - uid: 28886 + - uid: 19358 components: - type: Transform - pos: -22.5,55.5 + pos: -58.5,-31.5 parent: 2 - - uid: 28907 + - uid: 19359 components: - type: Transform - pos: -21.5,55.5 + pos: -57.5,-31.5 parent: 2 - - uid: 28945 + - uid: 19360 components: - type: Transform - pos: -21.5,52.5 + pos: -56.5,-31.5 parent: 2 - - uid: 28947 + - uid: 19361 components: - type: Transform - pos: 23.5,6.5 + pos: -55.5,-31.5 parent: 2 - - uid: 28951 + - uid: 19426 components: - type: Transform - pos: -24.5,53.5 + pos: -30.5,23.5 parent: 2 - - uid: 28953 + - uid: 19432 components: - type: Transform - pos: -20.5,55.5 + pos: -29.5,23.5 parent: 2 - - uid: 28957 + - uid: 19581 components: - type: Transform - pos: -31.5,-1.5 + pos: -32.5,55.5 parent: 2 - - uid: 28964 + - uid: 19587 components: - type: Transform - pos: -32.5,-1.5 + pos: -26.5,82.5 parent: 2 - - uid: 28995 + - uid: 19622 components: - type: Transform - pos: 21.5,6.5 + pos: -13.5,92.5 parent: 2 - - uid: 29126 + - uid: 19627 components: - type: Transform - pos: -19.5,55.5 + pos: -17.5,82.5 parent: 2 - - uid: 29165 + - uid: 19632 components: - type: Transform - pos: 52.5,-33.5 + pos: -16.5,82.5 parent: 2 - - uid: 29261 + - uid: 19641 components: - type: Transform - pos: 87.5,-12.5 + pos: -15.5,82.5 parent: 2 - - uid: 29266 + - uid: 19660 components: - type: Transform - pos: -15.5,43.5 + pos: 42.5,13.5 parent: 2 - - uid: 29286 + - uid: 19666 components: - type: Transform - pos: 108.5,-4.5 + pos: -89.5,-76.5 parent: 2 - - uid: 29291 + - uid: 19694 components: - type: Transform - pos: 93.5,-28.5 + pos: 3.5,64.5 parent: 2 - - uid: 29299 + - uid: 19695 components: - type: Transform - pos: 98.5,-28.5 + pos: -89.5,-80.5 parent: 2 - - uid: 29300 + - uid: 19696 components: - type: Transform - pos: 97.5,-28.5 + pos: 1.5,64.5 parent: 2 - - uid: 29301 + - uid: 19697 components: - type: Transform - pos: 106.5,-4.5 + pos: 29.5,57.5 parent: 2 - - uid: 29302 + - uid: 19698 components: - type: Transform - pos: 107.5,-4.5 + pos: 30.5,57.5 parent: 2 - - uid: 29303 + - uid: 19699 components: - type: Transform - pos: 109.5,-4.5 + pos: 30.5,56.5 parent: 2 - - uid: 29305 + - uid: 19700 components: - type: Transform - pos: 95.5,-28.5 + pos: 30.5,55.5 parent: 2 - - uid: 29308 + - uid: 19701 components: - type: Transform - pos: 96.5,-28.5 + pos: 30.5,54.5 parent: 2 - - uid: 29309 + - uid: 19702 components: - type: Transform - pos: 94.5,-28.5 + pos: 30.5,53.5 parent: 2 - - uid: 29310 + - uid: 19703 components: - type: Transform - pos: 92.5,-28.5 + pos: 30.5,52.5 parent: 2 - - uid: 29316 + - uid: 19721 components: - type: Transform - pos: 91.5,-28.5 + pos: -89.5,-35.5 parent: 2 - - uid: 29319 + - uid: 19770 components: - type: Transform - pos: 113.5,-28.5 + pos: -25.5,82.5 parent: 2 - - uid: 29320 + - uid: 19779 components: - type: Transform - pos: 90.5,-28.5 + pos: 1.5,65.5 parent: 2 - - uid: 29324 + - uid: 19780 components: - type: Transform - pos: 113.5,-26.5 + pos: 1.5,66.5 parent: 2 - - uid: 29325 + - uid: 19781 components: - type: Transform - pos: 112.5,-28.5 + pos: 1.5,67.5 parent: 2 - - uid: 29326 + - uid: 19782 components: - type: Transform - pos: 104.5,-28.5 + pos: 1.5,68.5 parent: 2 - - uid: 29327 + - uid: 19783 components: - type: Transform - pos: 89.5,-28.5 + pos: 1.5,69.5 parent: 2 - - uid: 29329 + - uid: 19784 components: - type: Transform - pos: 89.5,-25.5 + pos: 1.5,70.5 parent: 2 - - uid: 29341 + - uid: 19785 components: - type: Transform - pos: 80.5,-21.5 + pos: 1.5,71.5 parent: 2 - - uid: 29491 + - uid: 19786 components: - type: Transform - pos: 51.5,32.5 + pos: 1.5,72.5 parent: 2 - - uid: 29492 + - uid: 19791 components: - type: Transform - pos: 52.5,32.5 + pos: -24.5,82.5 parent: 2 - - uid: 29493 + - uid: 19793 components: - type: Transform - pos: 50.5,32.5 + pos: 5.5,39.5 parent: 2 - - uid: 29531 + - uid: 19804 components: - type: Transform - pos: 49.5,32.5 + pos: -22.5,82.5 parent: 2 - - uid: 29540 + - uid: 19805 components: - type: Transform - pos: -18.5,52.5 + pos: -18.5,82.5 parent: 2 - - uid: 29542 + - uid: 19836 components: - type: Transform - pos: -19.5,52.5 + pos: -14.5,82.5 parent: 2 - - uid: 29545 + - uid: 19844 components: - type: Transform - pos: -26.5,44.5 + pos: -8.5,82.5 parent: 2 - - uid: 29568 + - uid: 19848 components: - type: Transform - pos: 44.5,32.5 + pos: -12.5,82.5 parent: 2 - - uid: 29569 + - uid: 19874 components: - type: Transform - pos: 47.5,32.5 + pos: -26.5,80.5 parent: 2 - - uid: 29636 + - uid: 19890 components: - type: Transform - pos: -57.5,54.5 + pos: -21.5,82.5 parent: 2 - - uid: 29640 + - uid: 19893 components: - type: Transform - pos: 43.5,32.5 + pos: 73.5,31.5 parent: 2 - - uid: 29641 + - uid: 19973 components: - type: Transform - pos: 41.5,32.5 + pos: 78.5,53.5 parent: 2 - - uid: 29712 + - uid: 19981 components: - type: Transform - pos: 39.5,32.5 + pos: 71.5,41.5 parent: 2 - - uid: 29726 + - uid: 19982 components: - type: Transform - pos: -56.5,54.5 + pos: 69.5,43.5 parent: 2 - - uid: 29976 + - uid: 19983 components: - type: Transform - pos: -65.5,-21.5 + pos: 70.5,38.5 parent: 2 - - uid: 30115 + - uid: 20029 components: - type: Transform - pos: 99.5,76.5 + pos: 79.5,-20.5 parent: 2 - - uid: 30116 + - uid: 20036 components: - type: Transform - pos: 99.5,77.5 + pos: 40.5,13.5 parent: 2 - - uid: 30320 + - uid: 20037 components: - type: Transform - pos: 1.5,-25.5 + pos: 39.5,14.5 parent: 2 - - uid: 30341 + - uid: 20038 components: - type: Transform - pos: -44.5,22.5 + pos: 38.5,14.5 parent: 2 - - uid: 30500 + - uid: 20039 components: - type: Transform - pos: -44.5,23.5 + pos: 37.5,14.5 parent: 2 - - uid: 30697 + - uid: 20040 components: - type: Transform - pos: -58.5,54.5 + pos: 37.5,15.5 parent: 2 - - uid: 30737 + - uid: 20041 components: - type: Transform - pos: 39.5,33.5 + pos: 37.5,16.5 parent: 2 - - uid: 30738 + - uid: 20042 components: - type: Transform - pos: 40.5,32.5 + pos: 37.5,17.5 parent: 2 - - uid: 30739 + - uid: 20043 components: - type: Transform - pos: 42.5,32.5 + pos: 37.5,18.5 parent: 2 - - uid: 30740 + - uid: 20044 components: - type: Transform - pos: 46.5,32.5 + pos: 37.5,13.5 parent: 2 - - uid: 30741 + - uid: 20045 components: - type: Transform - pos: 45.5,32.5 + pos: 37.5,12.5 parent: 2 - - uid: 30749 + - uid: 20046 components: - type: Transform - pos: 48.5,32.5 + pos: 37.5,11.5 parent: 2 - - uid: 30800 + - uid: 20047 components: - type: Transform - pos: -41.5,69.5 + pos: 37.5,10.5 parent: 2 - - uid: 30801 + - uid: 20048 components: - type: Transform - pos: -42.5,69.5 + pos: 38.5,10.5 parent: 2 - - uid: 30804 + - uid: 20049 components: - type: Transform - pos: 1.5,-23.5 + pos: 38.5,9.5 parent: 2 - - uid: 30810 + - uid: 20050 components: - type: Transform - pos: -46.5,64.5 + pos: 38.5,8.5 parent: 2 - - uid: 30811 + - uid: 20051 components: - type: Transform - pos: -46.5,63.5 + pos: 38.5,7.5 parent: 2 - - uid: 30812 + - uid: 20052 components: - type: Transform - pos: -46.5,62.5 + pos: 38.5,6.5 parent: 2 - - uid: 30813 + - uid: 20053 components: - type: Transform - pos: -46.5,61.5 + pos: 38.5,5.5 parent: 2 - - uid: 30814 + - uid: 20054 components: - type: Transform - pos: -46.5,60.5 + pos: 38.5,4.5 parent: 2 - - uid: 30815 + - uid: 20055 components: - type: Transform - pos: -46.5,59.5 + pos: 38.5,3.5 parent: 2 - - uid: 30824 + - uid: 20056 components: - type: Transform - pos: -40.5,56.5 + pos: 38.5,2.5 parent: 2 - - uid: 30825 + - uid: 20057 components: - type: Transform - pos: -39.5,56.5 + pos: 37.5,2.5 parent: 2 - - uid: 30826 + - uid: 20058 components: - type: Transform - pos: -38.5,56.5 + pos: 36.5,2.5 parent: 2 - - uid: 30827 + - uid: 20059 components: - type: Transform - pos: -37.5,56.5 + pos: 35.5,2.5 parent: 2 - - uid: 30828 + - uid: 20060 components: - type: Transform - pos: -36.5,56.5 + pos: 34.5,2.5 parent: 2 - - uid: 30829 + - uid: 20061 components: - type: Transform - pos: -35.5,56.5 + pos: 33.5,2.5 parent: 2 - - uid: 31033 + - uid: 20062 components: - type: Transform - pos: 52.5,33.5 + pos: 32.5,2.5 parent: 2 - - uid: 31034 + - uid: 20063 components: - type: Transform - pos: 52.5,34.5 + pos: 31.5,2.5 parent: 2 - - uid: 31035 + - uid: 20064 components: - type: Transform - pos: 52.5,35.5 + pos: 31.5,3.5 parent: 2 - - uid: 31036 + - uid: 20065 components: - type: Transform - pos: 52.5,36.5 + pos: 31.5,4.5 parent: 2 - - uid: 31037 + - uid: 20066 components: - type: Transform - pos: 52.5,37.5 + pos: 31.5,5.5 parent: 2 - - uid: 31038 + - uid: 20067 components: - type: Transform - pos: 52.5,38.5 + pos: 31.5,6.5 parent: 2 - - uid: 31039 + - uid: 20068 components: - type: Transform - pos: 52.5,39.5 + pos: 30.5,6.5 parent: 2 - - uid: 31052 + - uid: 20069 components: - type: Transform - pos: 52.5,42.5 + pos: 29.5,6.5 parent: 2 - - uid: 31056 + - uid: 20070 components: - type: Transform - pos: 51.5,43.5 + pos: 28.5,6.5 parent: 2 - - uid: 31092 + - uid: 20071 components: - type: Transform - pos: -51.5,65.5 + pos: 27.5,6.5 parent: 2 - - uid: 31115 + - uid: 20072 components: - type: Transform - pos: -54.5,49.5 + pos: 26.5,6.5 parent: 2 - - uid: 31242 + - uid: 20073 components: - type: Transform - pos: -51.5,64.5 + pos: 25.5,6.5 parent: 2 - - uid: 31243 + - uid: 20074 components: - type: Transform - pos: -51.5,66.5 + pos: 24.5,6.5 parent: 2 - - uid: 31244 + - uid: 20078 components: - type: Transform - pos: -51.5,67.5 + pos: 20.5,6.5 parent: 2 - - uid: 31245 + - uid: 20079 components: - type: Transform - pos: -51.5,68.5 + pos: 19.5,6.5 parent: 2 - - uid: 31246 + - uid: 20080 components: - type: Transform - pos: -51.5,69.5 + pos: 18.5,6.5 parent: 2 - - uid: 31247 + - uid: 20081 components: - type: Transform - pos: -51.5,70.5 + pos: 17.5,6.5 parent: 2 - - uid: 31248 + - uid: 20082 components: - type: Transform - pos: -51.5,71.5 + pos: 16.5,6.5 parent: 2 - - uid: 31249 + - uid: 20083 components: - type: Transform - pos: -51.5,72.5 + pos: 15.5,6.5 parent: 2 - - uid: 31250 + - uid: 20084 components: - type: Transform - pos: -51.5,73.5 + pos: 14.5,6.5 parent: 2 - - uid: 31252 + - uid: 20085 components: - type: Transform - pos: -50.5,73.5 + pos: 13.5,6.5 parent: 2 - - uid: 31253 + - uid: 20086 components: - type: Transform - pos: -49.5,73.5 + pos: 12.5,6.5 parent: 2 - - uid: 31254 + - uid: 20087 components: - type: Transform - pos: -48.5,73.5 + pos: 11.5,6.5 parent: 2 - - uid: 31255 + - uid: 20088 components: - type: Transform - pos: -47.5,73.5 + pos: 10.5,6.5 parent: 2 - - uid: 31256 + - uid: 20089 components: - type: Transform - pos: -46.5,73.5 + pos: 9.5,6.5 parent: 2 - - uid: 31257 + - uid: 20090 components: - type: Transform - pos: -45.5,73.5 + pos: 9.5,5.5 parent: 2 - - uid: 31258 + - uid: 20091 components: - type: Transform - pos: -44.5,73.5 + pos: 9.5,4.5 parent: 2 - - uid: 31259 + - uid: 20092 components: - type: Transform - pos: -43.5,73.5 + pos: 9.5,3.5 parent: 2 - - uid: 31260 + - uid: 20093 components: - type: Transform - pos: -42.5,73.5 + pos: 8.5,3.5 parent: 2 - - uid: 31261 + - uid: 20094 components: - type: Transform - pos: -41.5,73.5 + pos: 7.5,3.5 parent: 2 - - uid: 31262 + - uid: 20095 components: - type: Transform - pos: -40.5,73.5 + pos: 6.5,3.5 parent: 2 - - uid: 31285 + - uid: 20096 components: - type: Transform - pos: -80.5,53.5 + pos: 5.5,3.5 parent: 2 - - uid: 31289 + - uid: 20097 components: - type: Transform - pos: -56.5,48.5 + pos: 4.5,3.5 parent: 2 - - uid: 31290 + - uid: 20098 components: - type: Transform - pos: -54.5,47.5 + pos: 3.5,3.5 parent: 2 - - uid: 31291 + - uid: 20099 components: - type: Transform - pos: -54.5,46.5 + pos: 2.5,3.5 parent: 2 - - uid: 31296 + - uid: 20100 components: - type: Transform - pos: -54.5,42.5 + pos: 0.5,3.5 parent: 2 - - uid: 31297 + - uid: 20101 components: - type: Transform - pos: -54.5,41.5 + pos: -0.5,3.5 parent: 2 - - uid: 31298 + - uid: 20102 components: - type: Transform - pos: -54.5,40.5 + pos: -1.5,3.5 parent: 2 - - uid: 31480 + - uid: 20103 components: - type: Transform - pos: -54.5,44.5 + pos: -2.5,3.5 parent: 2 - - uid: 31533 + - uid: 20104 components: - type: Transform - pos: 64.5,-28.5 + pos: -3.5,3.5 parent: 2 - - uid: 31534 + - uid: 20105 components: - type: Transform - pos: 65.5,-28.5 + pos: -4.5,3.5 parent: 2 - - uid: 31564 + - uid: 20106 components: - type: Transform - pos: -54.5,48.5 + pos: -5.5,3.5 parent: 2 - - uid: 31566 + - uid: 20107 components: - type: Transform - pos: -56.5,49.5 + pos: -6.5,3.5 parent: 2 - - uid: 31697 + - uid: 20108 components: - type: Transform - pos: -64.5,-21.5 + pos: -7.5,3.5 parent: 2 - - uid: 31794 + - uid: 20109 components: - type: Transform - pos: -16.5,43.5 + pos: -8.5,3.5 parent: 2 - - uid: 31795 + - uid: 20110 components: - type: Transform - pos: -68.5,-3.5 + pos: -9.5,3.5 parent: 2 - - uid: 31796 + - uid: 20111 components: - type: Transform - pos: -68.5,-2.5 + pos: -10.5,3.5 parent: 2 - - uid: 31797 + - uid: 20112 components: - type: Transform - pos: -67.5,-3.5 + pos: -11.5,3.5 parent: 2 - - uid: 31798 + - uid: 20113 components: - type: Transform - pos: -66.5,-3.5 + pos: -11.5,4.5 parent: 2 - - uid: 31799 + - uid: 20114 components: - type: Transform - pos: -65.5,-3.5 + pos: -11.5,5.5 parent: 2 - - uid: 31802 + - uid: 20115 components: - type: Transform - pos: -60.5,49.5 + pos: -11.5,6.5 parent: 2 - - uid: 31803 + - uid: 20116 components: - type: Transform - pos: -57.5,48.5 + pos: -11.5,7.5 parent: 2 - - uid: 31804 + - uid: 20117 components: - type: Transform - pos: -60.5,47.5 + pos: -11.5,8.5 parent: 2 - - uid: 31820 + - uid: 20118 components: - type: Transform - pos: -37.5,47.5 + pos: -11.5,9.5 parent: 2 - - uid: 31821 + - uid: 20119 components: - type: Transform - pos: -38.5,47.5 + pos: -11.5,10.5 parent: 2 - - uid: 31822 + - uid: 20120 components: - type: Transform - pos: -62.5,46.5 + pos: -11.5,11.5 parent: 2 - - uid: 31825 + - uid: 20121 components: - type: Transform - pos: -62.5,48.5 + pos: -11.5,12.5 parent: 2 - - uid: 31828 + - uid: 20122 components: - type: Transform - pos: -62.5,49.5 + pos: -11.5,13.5 parent: 2 - - uid: 31829 + - uid: 20123 components: - type: Transform - pos: -62.5,47.5 + pos: -12.5,13.5 parent: 2 - - uid: 31830 + - uid: 20124 components: - type: Transform - pos: -62.5,45.5 + pos: -13.5,13.5 parent: 2 - - uid: 31831 + - uid: 20125 components: - type: Transform - pos: -54.5,45.5 + pos: -14.5,13.5 parent: 2 - - uid: 31832 + - uid: 20126 components: - type: Transform - pos: -61.5,44.5 + pos: -15.5,13.5 parent: 2 - - uid: 31833 + - uid: 20127 components: - type: Transform - pos: -62.5,44.5 + pos: -16.5,13.5 parent: 2 - - uid: 31834 + - uid: 20128 components: - type: Transform - pos: -60.5,44.5 + pos: -17.5,13.5 parent: 2 - - uid: 31840 + - uid: 20129 components: - type: Transform - pos: -53.5,54.5 + pos: -18.5,13.5 parent: 2 - - uid: 31841 + - uid: 20130 components: - type: Transform - pos: -54.5,43.5 + pos: -19.5,13.5 parent: 2 - - uid: 31863 + - uid: 20131 components: - type: Transform - pos: -59.5,44.5 + pos: -20.5,13.5 parent: 2 - - uid: 31870 + - uid: 20132 components: - type: Transform - pos: -56.5,47.5 + pos: -21.5,13.5 parent: 2 - - uid: 31877 + - uid: 20133 components: - type: Transform - pos: -55.5,49.5 + pos: -22.5,13.5 parent: 2 - - uid: 31878 + - uid: 20134 components: - type: Transform - pos: -55.5,48.5 + pos: -23.5,13.5 parent: 2 - - uid: 31879 + - uid: 20135 components: - type: Transform - pos: -55.5,47.5 + pos: -24.5,13.5 parent: 2 - - uid: 31880 + - uid: 20136 components: - type: Transform - pos: -61.5,49.5 + pos: -25.5,13.5 parent: 2 - - uid: 31881 + - uid: 20137 components: - type: Transform - pos: -61.5,48.5 + pos: -26.5,13.5 parent: 2 - - uid: 31882 + - uid: 20138 components: - type: Transform - pos: -61.5,47.5 + pos: -27.5,13.5 parent: 2 - - uid: 31883 + - uid: 20139 components: - type: Transform - pos: -52.5,53.5 + pos: -28.5,13.5 parent: 2 - - uid: 31884 + - uid: 20140 components: - type: Transform - pos: -52.5,52.5 + pos: -29.5,13.5 parent: 2 - - uid: 31885 + - uid: 20141 components: - type: Transform - pos: -52.5,51.5 + pos: -30.5,13.5 parent: 2 - - uid: 31886 + - uid: 20142 components: - type: Transform - pos: -52.5,50.5 + pos: -31.5,13.5 parent: 2 - - uid: 31891 + - uid: 20143 components: - type: Transform - pos: -79.5,51.5 + pos: -32.5,13.5 parent: 2 - - uid: 31899 + - uid: 20144 components: - type: Transform - pos: 50.5,-79.5 + pos: -32.5,14.5 parent: 2 - - uid: 31900 + - uid: 20145 components: - type: Transform - pos: 65.5,-75.5 + pos: -32.5,15.5 parent: 2 - - uid: 31901 + - uid: 20146 components: - type: Transform - pos: 53.5,-71.5 + pos: -32.5,16.5 parent: 2 - - uid: 31902 + - uid: 20147 components: - type: Transform - pos: 65.5,-76.5 + pos: -32.5,17.5 parent: 2 - - uid: 31903 + - uid: 20148 components: - type: Transform - pos: 52.5,-71.5 + pos: -32.5,18.5 parent: 2 - - uid: 31907 + - uid: 20149 components: - type: Transform - pos: -80.5,51.5 + pos: -32.5,19.5 parent: 2 - - uid: 31922 + - uid: 20150 components: - type: Transform - pos: -89.5,-54.5 + pos: 79.5,-18.5 parent: 2 - - uid: 31923 + - uid: 20151 components: - type: Transform - pos: -89.5,-60.5 + pos: 79.5,-19.5 parent: 2 - - uid: 31924 + - uid: 20157 components: - type: Transform - pos: -89.5,-59.5 + pos: -33.5,6.5 parent: 2 - - uid: 31925 + - uid: 20158 components: - type: Transform - pos: -89.5,-58.5 + pos: -33.5,5.5 parent: 2 - - uid: 31960 + - uid: 20159 components: - type: Transform - pos: -81.5,-39.5 + pos: -33.5,4.5 parent: 2 - - uid: 31998 + - uid: 20165 components: - type: Transform - pos: -80.5,-39.5 + pos: -33.5,-1.5 parent: 2 - - uid: 32006 + - uid: 20166 components: - type: Transform - pos: -85.5,-38.5 + pos: -33.5,-2.5 parent: 2 - - uid: 32007 + - uid: 20167 components: - type: Transform - pos: -89.5,-57.5 + pos: -33.5,-3.5 parent: 2 - - uid: 32008 + - uid: 20168 components: - type: Transform - pos: -89.5,-38.5 + pos: -33.5,-4.5 parent: 2 - - uid: 32009 + - uid: 20169 components: - type: Transform - pos: -89.5,-47.5 + pos: -33.5,-5.5 parent: 2 - - uid: 32121 + - uid: 20174 components: - type: Transform - pos: -52.5,49.5 + pos: -32.5,-7.5 parent: 2 - - uid: 32266 + - uid: 20175 components: - type: Transform - pos: -52.5,48.5 + pos: -32.5,-8.5 parent: 2 - - uid: 32312 + - uid: 20176 components: - type: Transform - pos: -86.5,-34.5 + pos: -32.5,-9.5 parent: 2 - - uid: 32342 + - uid: 20177 components: - type: Transform - pos: -52.5,47.5 + pos: -32.5,-10.5 parent: 2 - - uid: 32415 + - uid: 20178 components: - type: Transform - pos: -52.5,46.5 + pos: -32.5,-11.5 parent: 2 - - uid: 32434 + - uid: 20179 components: - type: Transform - pos: -52.5,45.5 + pos: -32.5,-12.5 parent: 2 - - uid: 32435 + - uid: 20180 components: - type: Transform - pos: -52.5,44.5 + pos: -32.5,-13.5 parent: 2 - - uid: 32442 + - uid: 20181 components: - type: Transform - pos: -53.5,44.5 + pos: -32.5,-14.5 parent: 2 - - uid: 32636 + - uid: 20201 components: - type: Transform - pos: 78.5,50.5 + pos: 50.5,43.5 parent: 2 - - uid: 32785 + - uid: 20314 components: - type: Transform - pos: 78.5,52.5 + pos: 69.5,37.5 parent: 2 - - uid: 33288 + - uid: 20418 components: - type: Transform - pos: 78.5,58.5 + pos: 38.5,1.5 parent: 2 - - uid: 33296 + - uid: 20419 components: - type: Transform - pos: 78.5,57.5 + pos: 38.5,0.5 parent: 2 - - uid: 33297 + - uid: 20420 components: - type: Transform - pos: 78.5,56.5 + pos: 38.5,-0.5 parent: 2 - - uid: 33298 + - uid: 20421 components: - type: Transform - pos: 78.5,55.5 + pos: 38.5,-1.5 parent: 2 - - uid: 33300 + - uid: 20422 components: - type: Transform - pos: 78.5,54.5 + pos: 38.5,-2.5 parent: 2 - - uid: 33301 + - uid: 20423 components: - type: Transform - pos: 78.5,51.5 + pos: 38.5,-3.5 parent: 2 - - uid: 33302 + - uid: 20424 components: - type: Transform - pos: 77.5,50.5 + pos: 38.5,-4.5 parent: 2 - - uid: 33303 + - uid: 20425 components: - type: Transform - pos: 77.5,49.5 + pos: 38.5,-5.5 parent: 2 - - uid: 33304 + - uid: 20426 components: - type: Transform - pos: 77.5,48.5 + pos: 38.5,-6.5 parent: 2 - - uid: 33305 + - uid: 20427 components: - type: Transform - pos: 77.5,47.5 + pos: 38.5,-7.5 parent: 2 - - uid: 33306 + - uid: 20428 components: - type: Transform - pos: 77.5,46.5 + pos: 38.5,-8.5 parent: 2 - - uid: 33307 + - uid: 20429 components: - type: Transform - pos: 77.5,45.5 + pos: 38.5,-9.5 parent: 2 - - uid: 33308 + - uid: 20430 components: - type: Transform - pos: 77.5,44.5 + pos: 38.5,-10.5 parent: 2 - - uid: 33309 + - uid: 20431 components: - type: Transform - pos: 77.5,43.5 + pos: 38.5,-11.5 parent: 2 - - uid: 33310 + - uid: 20432 components: - type: Transform - pos: 77.5,42.5 + pos: 38.5,-12.5 parent: 2 - - uid: 33311 + - uid: 20433 components: - type: Transform - pos: 77.5,41.5 + pos: 38.5,-13.5 parent: 2 - - uid: 33312 + - uid: 20434 components: - type: Transform - pos: 77.5,40.5 + pos: 38.5,-14.5 parent: 2 - - uid: 33313 + - uid: 20512 components: - type: Transform - pos: 77.5,39.5 + pos: 51.5,-33.5 parent: 2 - - uid: 33314 + - uid: 20628 components: - type: Transform - pos: 76.5,39.5 + pos: 48.5,43.5 parent: 2 - - uid: 33315 + - uid: 20647 components: - type: Transform - pos: 75.5,39.5 + pos: 49.5,43.5 parent: 2 - - uid: 33316 + - uid: 20700 components: - type: Transform - pos: 74.5,39.5 + pos: 17.5,20.5 parent: 2 - - uid: 33317 + - uid: 20776 components: - type: Transform - pos: 73.5,39.5 + pos: 85.5,-9.5 parent: 2 - - uid: 33318 + - uid: 20782 components: - type: Transform - pos: 73.5,38.5 + pos: 47.5,43.5 parent: 2 - - uid: 33319 + - uid: 20783 components: - type: Transform - pos: 73.5,37.5 + pos: 46.5,43.5 parent: 2 - - uid: 33320 + - uid: 20784 components: - type: Transform - pos: 73.5,36.5 + pos: 45.5,43.5 parent: 2 - - uid: 33321 + - uid: 20785 components: - type: Transform - pos: 73.5,35.5 + pos: 44.5,43.5 parent: 2 - - uid: 33322 + - uid: 20786 components: - type: Transform - pos: 73.5,34.5 + pos: 43.5,43.5 parent: 2 - - uid: 33323 + - uid: 20856 components: - type: Transform - pos: 73.5,32.5 + pos: 42.5,43.5 parent: 2 - - uid: 33324 + - uid: 20857 components: - type: Transform - pos: 72.5,32.5 + pos: 41.5,43.5 parent: 2 - - uid: 33325 + - uid: 20858 components: - type: Transform - pos: 71.5,32.5 + pos: 40.5,43.5 parent: 2 - - uid: 33326 + - uid: 20860 components: - type: Transform - pos: 70.5,32.5 + pos: 39.5,34.5 parent: 2 - - uid: 33327 + - uid: 20936 components: - type: Transform - pos: 69.5,32.5 + pos: 39.5,35.5 parent: 2 - - uid: 33328 + - uid: 20939 components: - type: Transform - pos: 68.5,32.5 + pos: 39.5,36.5 parent: 2 - - uid: 33329 + - uid: 20940 components: - type: Transform - pos: 67.5,32.5 + pos: 39.5,37.5 parent: 2 - - uid: 33330 + - uid: 20943 components: - type: Transform - pos: 66.5,32.5 + pos: 39.5,38.5 parent: 2 - - uid: 33331 + - uid: 21020 components: - type: Transform - pos: 65.5,32.5 + pos: 113.5,-27.5 parent: 2 - - uid: 33332 + - uid: 21078 components: - type: Transform - pos: 64.5,32.5 + pos: 39.5,39.5 parent: 2 - - uid: 33333 + - uid: 21082 components: - type: Transform - pos: 63.5,32.5 + pos: 6.5,-28.5 parent: 2 - - uid: 33338 + - uid: 21192 components: - type: Transform - pos: 73.5,33.5 + pos: 51.5,-29.5 parent: 2 - - uid: 33633 + - uid: 21193 components: - type: Transform - pos: 5.5,45.5 + pos: 50.5,-29.5 parent: 2 - - uid: 33710 + - uid: 21195 components: - type: Transform - pos: -15.5,41.5 + pos: 46.5,-29.5 parent: 2 - - uid: 34050 + - uid: 21198 components: - type: Transform - pos: -0.5,-37.5 + pos: 45.5,-29.5 parent: 2 - - uid: 34051 + - uid: 21199 components: - type: Transform - pos: 0.5,-37.5 + pos: 48.5,-29.5 parent: 2 - - uid: 34052 + - uid: 21215 components: - type: Transform - pos: 1.5,-37.5 + pos: -47.5,68.5 parent: 2 - - uid: 34053 + - uid: 21241 components: - type: Transform - pos: 2.5,-37.5 + pos: -44.5,17.5 parent: 2 - - uid: 34054 + - uid: 21242 components: - type: Transform - pos: 3.5,-37.5 + pos: -44.5,18.5 parent: 2 - - uid: 34557 + - uid: 21243 components: - type: Transform - pos: -58.5,55.5 + pos: -44.5,19.5 parent: 2 - - uid: 34558 + - uid: 21244 components: - type: Transform - pos: -58.5,56.5 + pos: -44.5,20.5 parent: 2 - - uid: 34559 + - uid: 21249 components: - type: Transform - pos: -58.5,57.5 + pos: -33.5,26.5 parent: 2 - - uid: 34560 + - uid: 21251 components: - type: Transform - pos: -58.5,58.5 + pos: -35.5,23.5 parent: 2 - - uid: 34561 + - uid: 21259 components: - type: Transform - pos: -58.5,59.5 + pos: -38.5,27.5 parent: 2 - - uid: 34562 + - uid: 21261 components: - type: Transform - pos: -53.5,59.5 + pos: -32.5,22.5 parent: 2 - - uid: 34563 + - uid: 21269 components: - type: Transform - pos: -53.5,58.5 + pos: -34.5,26.5 parent: 2 - - uid: 34564 + - uid: 21277 components: - type: Transform - pos: -53.5,57.5 + pos: -32.5,21.5 parent: 2 - - uid: 34565 + - uid: 21801 components: - type: Transform - pos: -53.5,56.5 + pos: -0.5,26.5 parent: 2 - - uid: 34566 + - uid: 21808 components: - type: Transform - pos: -53.5,55.5 + pos: -12.5,41.5 parent: 2 - - uid: 35086 + - uid: 21814 components: - type: Transform - pos: -80.5,61.5 + pos: 5.5,-28.5 parent: 2 - - uid: 35087 + - uid: 21835 components: - type: Transform - pos: -80.5,65.5 + pos: 1.5,-27.5 parent: 2 - - uid: 35088 + - uid: 21836 components: - type: Transform - pos: -80.5,66.5 + pos: 1.5,-24.5 parent: 2 - - uid: 35089 + - uid: 21837 components: - type: Transform - pos: -80.5,67.5 + pos: 1.5,-26.5 parent: 2 - - uid: 35090 + - uid: 21880 components: - type: Transform - pos: -80.5,68.5 + pos: 39.5,40.5 parent: 2 - - uid: 35091 + - uid: 21881 components: - type: Transform - pos: -80.5,70.5 + pos: 39.5,41.5 parent: 2 - - uid: 35092 + - uid: 21980 components: - type: Transform - pos: -80.5,72.5 + pos: -65.5,8.5 parent: 2 - - uid: 35093 + - uid: 21981 components: - type: Transform - pos: -80.5,73.5 + pos: -66.5,8.5 parent: 2 - - uid: 35094 + - uid: 21982 components: - type: Transform - pos: -80.5,75.5 + pos: -67.5,8.5 parent: 2 - - uid: 35095 + - uid: 21983 components: - type: Transform - pos: -80.5,76.5 + pos: -68.5,8.5 parent: 2 - - uid: 35096 + - uid: 21984 components: - type: Transform - pos: -80.5,77.5 + pos: -69.5,8.5 parent: 2 - - uid: 35097 + - uid: 21985 components: - type: Transform - pos: -80.5,78.5 + pos: -70.5,8.5 parent: 2 - - uid: 35098 + - uid: 21986 components: - type: Transform - pos: -80.5,79.5 + pos: -71.5,8.5 parent: 2 - - uid: 35099 + - uid: 21987 components: - type: Transform - pos: -80.5,82.5 + pos: -72.5,8.5 parent: 2 - - uid: 35100 + - uid: 21988 components: - type: Transform - pos: -80.5,83.5 + pos: -73.5,8.5 parent: 2 - - uid: 35101 + - uid: 21989 components: - type: Transform - pos: -80.5,84.5 + pos: -74.5,8.5 parent: 2 - - uid: 35102 + - uid: 21990 components: - type: Transform - pos: -80.5,86.5 + pos: -75.5,8.5 parent: 2 - - uid: 35103 + - uid: 21991 components: - type: Transform - pos: -80.5,87.5 + pos: -76.5,8.5 parent: 2 - - uid: 35104 + - uid: 21992 components: - type: Transform - pos: -80.5,88.5 + pos: -77.5,8.5 parent: 2 - - uid: 35105 + - uid: 21993 components: - type: Transform - pos: -80.5,93.5 + pos: -78.5,8.5 parent: 2 - - uid: 35106 + - uid: 21994 components: - type: Transform - pos: -80.5,92.5 + pos: -79.5,8.5 parent: 2 - - uid: 35107 + - uid: 21995 components: - type: Transform - pos: -80.5,98.5 + pos: -80.5,8.5 parent: 2 - - uid: 35108 + - uid: 21996 components: - type: Transform - pos: -80.5,100.5 + pos: -81.5,8.5 parent: 2 - - uid: 35109 + - uid: 21997 components: - type: Transform - pos: -80.5,101.5 + pos: -82.5,8.5 parent: 2 - - uid: 35110 + - uid: 21998 components: - type: Transform - pos: -80.5,102.5 + pos: -83.5,8.5 parent: 2 - - uid: 35111 + - uid: 21999 components: - type: Transform - pos: -81.5,102.5 + pos: -84.5,8.5 parent: 2 - - uid: 35112 + - uid: 22000 components: - type: Transform - pos: -81.5,103.5 + pos: -85.5,8.5 parent: 2 - - uid: 35113 + - uid: 22001 components: - type: Transform - pos: -80.5,90.5 + pos: -86.5,8.5 parent: 2 - - uid: 35114 + - uid: 22002 components: - type: Transform - pos: -77.5,96.5 + pos: -87.5,8.5 parent: 2 - - uid: 35115 + - uid: 22003 components: - type: Transform - pos: -76.5,96.5 + pos: -88.5,8.5 parent: 2 - - uid: 35116 + - uid: 22004 components: - type: Transform - pos: -75.5,96.5 + pos: -89.5,8.5 parent: 2 - - uid: 35117 + - uid: 22005 components: - type: Transform - pos: -74.5,96.5 + pos: -90.5,8.5 parent: 2 - - uid: 35118 + - uid: 22006 components: - type: Transform - pos: -72.5,95.5 + pos: -91.5,8.5 parent: 2 - - uid: 35119 + - uid: 22007 components: - type: Transform - pos: -72.5,94.5 + pos: -92.5,8.5 parent: 2 - - uid: 35120 + - uid: 22008 components: - type: Transform - pos: -73.5,94.5 + pos: -93.5,8.5 parent: 2 - - uid: 35121 + - uid: 22009 components: - type: Transform - pos: -71.5,90.5 + pos: -94.5,8.5 parent: 2 - - uid: 35122 + - uid: 22010 components: - type: Transform - pos: -72.5,90.5 + pos: -72.5,9.5 parent: 2 - - uid: 35123 + - uid: 22011 components: - type: Transform - pos: -72.5,91.5 + pos: -72.5,10.5 parent: 2 - - uid: 35124 + - uid: 22012 components: - type: Transform - pos: -73.5,91.5 + pos: -72.5,11.5 parent: 2 - - uid: 35125 + - uid: 22013 components: - type: Transform - pos: -74.5,91.5 + pos: -72.5,12.5 parent: 2 - - uid: 35126 + - uid: 22014 components: - type: Transform - pos: -76.5,91.5 + pos: -72.5,13.5 parent: 2 - - uid: 35127 + - uid: 22015 components: - type: Transform - pos: -77.5,91.5 + pos: -72.5,14.5 parent: 2 - - uid: 35128 + - uid: 22016 components: - type: Transform - pos: -77.5,90.5 + pos: -72.5,15.5 parent: 2 - - uid: 35129 + - uid: 22017 components: - type: Transform - pos: -78.5,90.5 + pos: -72.5,16.5 parent: 2 - - uid: 35130 + - uid: 22018 components: - type: Transform - pos: -79.5,90.5 + pos: -72.5,17.5 parent: 2 - - uid: 35131 + - uid: 22019 components: - type: Transform - pos: -81.5,90.5 + pos: -72.5,18.5 parent: 2 - - uid: 35132 + - uid: 22020 components: - type: Transform - pos: -80.5,91.5 + pos: -72.5,19.5 parent: 2 - - uid: 35133 + - uid: 22021 components: - type: Transform - pos: -72.5,86.5 + pos: -72.5,20.5 parent: 2 - - uid: 35134 + - uid: 22022 components: - type: Transform - pos: -82.5,90.5 + pos: -72.5,21.5 parent: 2 - - uid: 35135 + - uid: 22023 components: - type: Transform - pos: -83.5,89.5 + pos: -72.5,22.5 parent: 2 - - uid: 35136 + - uid: 22024 components: - type: Transform - pos: -84.5,89.5 + pos: -72.5,23.5 parent: 2 - - uid: 35137 + - uid: 22025 components: - type: Transform - pos: -83.5,90.5 + pos: -72.5,24.5 parent: 2 - - uid: 35138 + - uid: 22058 components: - type: Transform - pos: -85.5,86.5 + pos: 4.5,-28.5 parent: 2 - - uid: 35139 + - uid: 22086 components: - type: Transform - pos: -88.5,84.5 + pos: 39.5,42.5 parent: 2 - - uid: 35140 + - uid: 22104 components: - type: Transform - pos: -87.5,84.5 + pos: -26.5,43.5 parent: 2 - - uid: 35141 + - uid: 22151 components: - type: Transform - pos: -86.5,84.5 + pos: -27.5,43.5 parent: 2 - - uid: 35142 + - uid: 22166 components: - type: Transform - pos: -77.5,86.5 + pos: 39.5,43.5 parent: 2 - - uid: 35143 + - uid: 22398 components: - type: Transform - pos: -76.5,86.5 + pos: 52.5,-29.5 parent: 2 - - uid: 35144 + - uid: 22477 components: - type: Transform - pos: -75.5,86.5 + pos: -89.5,-89.5 parent: 2 - - uid: 35145 + - uid: 22514 components: - type: Transform - pos: -77.5,85.5 + pos: -40.5,28.5 parent: 2 - - uid: 35146 + - uid: 22515 components: - type: Transform - pos: -78.5,85.5 + pos: -40.5,29.5 parent: 2 - - uid: 35147 + - uid: 22528 components: - type: Transform - pos: -80.5,89.5 + pos: -63.5,34.5 parent: 2 - - uid: 35148 + - uid: 22536 components: - type: Transform - pos: -71.5,85.5 + pos: -47.5,55.5 parent: 2 - - uid: 35149 + - uid: 22614 components: - type: Transform - pos: -72.5,85.5 + pos: -58.5,34.5 parent: 2 - - uid: 35150 + - uid: 22654 components: - type: Transform - pos: -72.5,84.5 + pos: -12.5,43.5 parent: 2 - - uid: 35151 + - uid: 22668 components: - type: Transform - pos: -73.5,84.5 + pos: -62.5,34.5 parent: 2 - - uid: 35152 + - uid: 22669 components: - type: Transform - pos: -72.5,79.5 + pos: -57.5,34.5 parent: 2 - - uid: 35153 + - uid: 22692 components: - type: Transform - pos: -73.5,79.5 + pos: -4.5,1.5 parent: 2 - - uid: 35154 + - uid: 22703 components: - type: Transform - pos: -74.5,79.5 + pos: -54.5,25.5 parent: 2 - - uid: 35155 + - uid: 22812 components: - type: Transform - pos: -72.5,80.5 + pos: -6.5,0.5 parent: 2 - - uid: 35156 + - uid: 22993 components: - type: Transform - pos: -71.5,80.5 + pos: 3.5,-28.5 parent: 2 - - uid: 35157 + - uid: 23062 components: - type: Transform - pos: -76.5,81.5 + pos: 4.5,64.5 parent: 2 - - uid: 35158 + - uid: 23065 components: - type: Transform - pos: -77.5,81.5 + pos: 5.5,64.5 parent: 2 - - uid: 35159 + - uid: 23066 components: - type: Transform - pos: -73.5,81.5 + pos: 6.5,64.5 parent: 2 - - uid: 35160 + - uid: 23067 components: - type: Transform - pos: -72.5,81.5 + pos: 2.5,-28.5 parent: 2 - - uid: 35161 + - uid: 23068 components: - type: Transform - pos: -73.5,76.5 + pos: 6.5,65.5 parent: 2 - - uid: 35162 + - uid: 23070 components: - type: Transform - pos: -74.5,76.5 + pos: 6.5,66.5 parent: 2 - - uid: 35163 + - uid: 23075 components: - type: Transform - pos: -75.5,76.5 + pos: 6.5,67.5 parent: 2 - - uid: 35164 + - uid: 23077 components: - type: Transform - pos: -76.5,76.5 + pos: 6.5,68.5 parent: 2 - - uid: 35165 + - uid: 23078 components: - type: Transform - pos: -77.5,76.5 + pos: 6.5,69.5 parent: 2 - - uid: 35166 + - uid: 23079 components: - type: Transform - pos: -71.5,55.5 + pos: 7.5,69.5 parent: 2 - - uid: 35167 + - uid: 23081 components: - type: Transform - pos: -72.5,55.5 + pos: 8.5,69.5 parent: 2 - - uid: 35168 + - uid: 23082 components: - type: Transform - pos: -72.5,54.5 + pos: 9.5,69.5 parent: 2 - - uid: 35169 + - uid: 23086 components: - type: Transform - pos: -73.5,54.5 + pos: 10.5,69.5 parent: 2 - - uid: 35170 + - uid: 23096 components: - type: Transform - pos: -74.5,54.5 + pos: 11.5,69.5 parent: 2 - - uid: 35171 + - uid: 23199 components: - type: Transform - pos: -75.5,54.5 + pos: 12.5,69.5 parent: 2 - - uid: 35172 + - uid: 23265 components: - type: Transform - pos: -76.5,54.5 + pos: -22.5,52.5 parent: 2 - - uid: 35173 + - uid: 23289 components: - type: Transform - pos: -77.5,54.5 + pos: -42.5,20.5 parent: 2 - - uid: 35174 + - uid: 23290 components: - type: Transform - pos: -77.5,55.5 + pos: -54.5,24.5 parent: 2 - - uid: 35175 + - uid: 23328 components: - type: Transform - pos: -78.5,55.5 + pos: 12.5,68.5 parent: 2 - - uid: 35176 + - uid: 23350 components: - type: Transform - pos: -79.5,55.5 + pos: -54.5,15.5 parent: 2 - - uid: 35177 + - uid: 23414 components: - type: Transform - pos: -77.5,56.5 + pos: -36.5,27.5 parent: 2 - - uid: 35178 + - uid: 23537 components: - type: Transform - pos: -76.5,56.5 + pos: 52.5,-31.5 parent: 2 - - uid: 35179 + - uid: 23655 components: - type: Transform - pos: -74.5,56.5 + pos: 33.5,55.5 parent: 2 - - uid: 35180 + - uid: 23658 components: - type: Transform - pos: -73.5,56.5 + pos: -5.5,1.5 parent: 2 - - uid: 35181 + - uid: 23659 components: - type: Transform - pos: -72.5,56.5 + pos: -2.5,1.5 parent: 2 - - uid: 35182 + - uid: 23691 components: - type: Transform - pos: -81.5,55.5 + pos: -3.5,1.5 parent: 2 - - uid: 35183 + - uid: 23699 components: - type: Transform - pos: -82.5,55.5 + pos: -27.5,55.5 parent: 2 - - uid: 35184 + - uid: 23709 components: - type: Transform - pos: -83.5,55.5 + pos: -6.5,1.5 parent: 2 - - uid: 35185 + - uid: 23716 components: - type: Transform - pos: -83.5,56.5 + pos: -47.5,81.5 parent: 2 - - uid: 35186 + - uid: 23758 components: - type: Transform - pos: -84.5,56.5 + pos: 0.5,64.5 parent: 2 - - uid: 35187 + - uid: 23775 components: - type: Transform - pos: -85.5,56.5 + pos: -18.5,70.5 parent: 2 - - uid: 35188 + - uid: 23776 components: - type: Transform - pos: -86.5,56.5 + pos: -18.5,69.5 parent: 2 - - uid: 35189 + - uid: 23827 components: - type: Transform - pos: -87.5,56.5 + pos: 33.5,54.5 parent: 2 - - uid: 35193 + - uid: 23907 components: - type: Transform - pos: -88.5,54.5 + pos: -54.5,27.5 parent: 2 - - uid: 35194 + - uid: 23908 components: - type: Transform - pos: -87.5,54.5 + pos: -54.5,17.5 parent: 2 - - uid: 35195 + - uid: 23998 components: - type: Transform - pos: -86.5,54.5 + pos: -32.5,27.5 parent: 2 - - uid: 35197 + - uid: 24081 components: - type: Transform - pos: -79.5,60.5 + pos: 33.5,53.5 parent: 2 - - uid: 35198 + - uid: 24108 components: - type: Transform - pos: -78.5,60.5 + pos: -54.5,22.5 parent: 2 - - uid: 35199 + - uid: 24194 components: - type: Transform - pos: -77.5,60.5 + pos: -38.5,26.5 parent: 2 - - uid: 35200 + - uid: 24195 components: - type: Transform - pos: -77.5,61.5 + pos: -37.5,26.5 parent: 2 - - uid: 35201 + - uid: 24302 components: - type: Transform - pos: -76.5,61.5 + pos: -54.5,13.5 parent: 2 - - uid: 35202 + - uid: 24303 components: - type: Transform - pos: -75.5,61.5 + pos: -54.5,11.5 parent: 2 - - uid: 35203 + - uid: 24312 components: - type: Transform - pos: -74.5,61.5 + pos: -37.5,23.5 parent: 2 - - uid: 35204 + - uid: 24366 components: - type: Transform - pos: -76.5,59.5 + pos: -44.5,25.5 parent: 2 - - uid: 35205 + - uid: 24378 components: - type: Transform - pos: -75.5,59.5 + pos: -44.5,24.5 parent: 2 - - uid: 35206 + - uid: 24440 components: - type: Transform - pos: -74.5,59.5 + pos: -54.5,10.5 parent: 2 - - uid: 35207 + - uid: 24525 components: - type: Transform - pos: -73.5,59.5 + pos: -36.5,23.5 parent: 2 - - uid: 35208 + - uid: 24811 components: - type: Transform - pos: -72.5,60.5 + pos: -1.5,26.5 parent: 2 - - uid: 35209 + - uid: 24894 components: - type: Transform - pos: -72.5,61.5 + pos: -54.5,23.5 parent: 2 - - uid: 35210 + - uid: 24937 components: - type: Transform - pos: -71.5,60.5 + pos: 33.5,52.5 parent: 2 - - uid: 35211 + - uid: 25076 components: - type: Transform - pos: -83.5,61.5 + pos: 10.5,20.5 parent: 2 - - uid: 35212 + - uid: 25098 components: - type: Transform - pos: -84.5,61.5 + pos: -54.5,20.5 parent: 2 - - uid: 35213 + - uid: 25112 components: - type: Transform - pos: -85.5,61.5 + pos: -54.5,19.5 parent: 2 - - uid: 35214 + - uid: 25120 components: - type: Transform - pos: -86.5,61.5 + pos: 80.5,-22.5 parent: 2 - - uid: 35219 + - uid: 25226 components: - type: Transform - pos: -86.5,59.5 + pos: -28.5,-1.5 parent: 2 - - uid: 35220 + - uid: 25296 components: - type: Transform - pos: -85.5,59.5 + pos: 49.5,-29.5 parent: 2 - - uid: 35221 + - uid: 25757 components: - type: Transform - pos: -84.5,59.5 + pos: -34.5,27.5 parent: 2 - - uid: 35222 + - uid: 26183 components: - type: Transform - pos: -83.5,59.5 + pos: -47.5,82.5 parent: 2 - - uid: 35223 + - uid: 26186 components: - type: Transform - pos: -83.5,60.5 + pos: -47.5,84.5 parent: 2 - - uid: 35224 + - uid: 26187 components: - type: Transform - pos: -82.5,60.5 + pos: -47.5,83.5 parent: 2 - - uid: 35225 + - uid: 26188 components: - type: Transform - pos: -82.5,65.5 + pos: -47.5,86.5 parent: 2 - - uid: 35226 + - uid: 26197 components: - type: Transform - pos: -83.5,65.5 + pos: -47.5,85.5 parent: 2 - - uid: 35227 + - uid: 26241 components: - type: Transform - pos: -83.5,66.5 + pos: 103.5,-9.5 parent: 2 - - uid: 35228 + - uid: 26251 components: - type: Transform - pos: -84.5,66.5 + pos: -60.5,34.5 parent: 2 - - uid: 35229 + - uid: 26252 components: - type: Transform - pos: -86.5,66.5 + pos: -54.5,21.5 parent: 2 - - uid: 35230 + - uid: 26359 components: - type: Transform - pos: -87.5,66.5 + pos: -12.5,42.5 parent: 2 - - uid: 35231 + - uid: 26360 components: - type: Transform - pos: -88.5,66.5 + pos: 79.5,-12.5 parent: 2 - - uid: 35232 + - uid: 26475 components: - type: Transform - pos: -88.5,65.5 + pos: -47.5,75.5 parent: 2 - - uid: 35233 + - uid: 26497 components: - type: Transform - pos: -89.5,65.5 + pos: -20.5,52.5 parent: 2 - - uid: 35234 + - uid: 26612 components: - type: Transform - pos: -87.5,64.5 + pos: 71.5,40.5 parent: 2 - - uid: 35235 + - uid: 26846 components: - type: Transform - pos: -86.5,64.5 + pos: -24.5,54.5 parent: 2 - - uid: 35236 + - uid: 26875 components: - type: Transform - pos: -78.5,65.5 + pos: -63.5,54.5 parent: 2 - - uid: 35237 + - uid: 27044 components: - type: Transform - pos: -77.5,65.5 + pos: 38.5,-26.5 parent: 2 - - uid: 35238 + - uid: 27113 components: - type: Transform - pos: -74.5,66.5 + pos: 26.5,-31.5 parent: 2 - - uid: 35239 + - uid: 27114 components: - type: Transform - pos: -73.5,66.5 + pos: 37.5,-26.5 parent: 2 - - uid: 35240 + - uid: 27115 components: - type: Transform - pos: -71.5,65.5 + pos: 35.5,-26.5 parent: 2 - - uid: 35241 + - uid: 27116 components: - type: Transform - pos: -72.5,65.5 + pos: 32.5,-26.5 parent: 2 - - uid: 35242 + - uid: 27117 components: - type: Transform - pos: -74.5,64.5 + pos: 33.5,-26.5 parent: 2 - - uid: 35243 + - uid: 27152 components: - type: Transform - pos: -75.5,64.5 + pos: -58.5,54.5 parent: 2 - - uid: 35244 + - uid: 27221 components: - type: Transform - pos: -76.5,64.5 + pos: -57.5,54.5 parent: 2 - - uid: 35245 + - uid: 27560 components: - type: Transform - pos: -77.5,64.5 + pos: 41.5,13.5 parent: 2 - - uid: 35246 + - uid: 27583 components: - type: Transform - pos: -76.5,69.5 + pos: 52.5,-32.5 parent: 2 - - uid: 35247 + - uid: 27717 components: - type: Transform - pos: -75.5,69.5 + pos: -24.5,52.5 parent: 2 - - uid: 35248 + - uid: 27786 components: - type: Transform - pos: -74.5,69.5 + pos: -59.5,54.5 parent: 2 - - uid: 35249 + - uid: 27788 components: - type: Transform - pos: -73.5,69.5 + pos: -11.5,40.5 parent: 2 - - uid: 35250 + - uid: 27808 components: - type: Transform - pos: -72.5,69.5 + pos: -62.5,54.5 parent: 2 - - uid: 35251 + - uid: 27834 components: - type: Transform - pos: -72.5,70.5 + pos: -10.5,40.5 parent: 2 - - uid: 35252 + - uid: 27868 components: - type: Transform - pos: -72.5,71.5 + pos: -71.5,24.5 parent: 2 - - uid: 35253 + - uid: 27886 components: - type: Transform - pos: -73.5,71.5 + pos: -60.5,54.5 parent: 2 - - uid: 35254 + - uid: 27913 components: - type: Transform - pos: -76.5,71.5 + pos: 53.5,43.5 parent: 2 - - uid: 35255 + - uid: 27915 components: - type: Transform - pos: -78.5,70.5 + pos: 54.5,43.5 parent: 2 - - uid: 35256 + - uid: 27916 components: - type: Transform - pos: -83.5,70.5 + pos: 55.5,43.5 parent: 2 - - uid: 35257 + - uid: 27917 components: - type: Transform - pos: -83.5,69.5 + pos: 56.5,43.5 parent: 2 - - uid: 35258 + - uid: 27918 components: - type: Transform - pos: -86.5,69.5 + pos: 57.5,43.5 parent: 2 - - uid: 35259 + - uid: 27919 components: - type: Transform - pos: -87.5,69.5 + pos: 58.5,43.5 parent: 2 - - uid: 35260 + - uid: 27920 components: - type: Transform - pos: -88.5,69.5 + pos: 59.5,43.5 parent: 2 - - uid: 35261 + - uid: 27921 components: - type: Transform - pos: -85.5,71.5 + pos: 58.5,44.5 parent: 2 - - uid: 35262 + - uid: 27922 components: - type: Transform - pos: -86.5,71.5 + pos: 58.5,45.5 parent: 2 - - uid: 35263 + - uid: 27923 components: - type: Transform - pos: -88.5,76.5 + pos: 58.5,46.5 parent: 2 - - uid: 35264 + - uid: 27924 components: - type: Transform - pos: -87.5,76.5 + pos: 58.5,47.5 parent: 2 - - uid: 35265 + - uid: 27925 components: - type: Transform - pos: -86.5,76.5 + pos: 59.5,47.5 parent: 2 - - uid: 35266 + - uid: 27926 components: - type: Transform - pos: -85.5,76.5 + pos: 60.5,47.5 parent: 2 - - uid: 35267 + - uid: 27927 components: - type: Transform - pos: -84.5,76.5 + pos: 61.5,47.5 parent: 2 - - uid: 35268 + - uid: 27928 components: - type: Transform - pos: -83.5,76.5 + pos: 62.5,47.5 parent: 2 - - uid: 35269 + - uid: 27929 components: - type: Transform - pos: -83.5,75.5 + pos: 63.5,47.5 parent: 2 - - uid: 35270 + - uid: 27930 components: - type: Transform - pos: -82.5,75.5 + pos: 64.5,47.5 parent: 2 - - uid: 35271 + - uid: 27931 components: - type: Transform - pos: -81.5,75.5 + pos: 65.5,47.5 parent: 2 - - uid: 35272 + - uid: 27932 components: - type: Transform - pos: -83.5,74.5 + pos: 66.5,47.5 parent: 2 - - uid: 35273 + - uid: 27934 components: - type: Transform - pos: -84.5,74.5 + pos: 67.5,47.5 parent: 2 - - uid: 35274 + - uid: 27935 components: - type: Transform - pos: -85.5,74.5 + pos: 68.5,47.5 parent: 2 - - uid: 35275 + - uid: 27936 components: - type: Transform - pos: -86.5,74.5 + pos: 68.5,46.5 parent: 2 - - uid: 35276 + - uid: 27937 components: - type: Transform - pos: -87.5,74.5 + pos: 68.5,45.5 parent: 2 - - uid: 35277 + - uid: 27938 components: - type: Transform - pos: -88.5,74.5 + pos: 68.5,44.5 parent: 2 - - uid: 35278 + - uid: 27939 components: - type: Transform - pos: -88.5,75.5 + pos: 68.5,43.5 parent: 2 - - uid: 35279 + - uid: 27947 components: - type: Transform - pos: -89.5,75.5 + pos: 68.5,37.5 parent: 2 - - uid: 35280 + - uid: 27976 components: - type: Transform - pos: -81.5,80.5 + pos: 67.5,37.5 parent: 2 - - uid: 35281 + - uid: 27977 components: - type: Transform - pos: -82.5,80.5 + pos: 66.5,37.5 parent: 2 - - uid: 35282 + - uid: 27978 components: - type: Transform - pos: -83.5,80.5 + pos: 65.5,37.5 parent: 2 - - uid: 35283 + - uid: 27979 components: - type: Transform - pos: -84.5,81.5 + pos: 64.5,37.5 parent: 2 - - uid: 35284 + - uid: 27980 components: - type: Transform - pos: -83.5,81.5 + pos: 63.5,37.5 parent: 2 - - uid: 35285 + - uid: 27981 components: - type: Transform - pos: -88.5,80.5 + pos: 62.5,37.5 parent: 2 - - uid: 35286 + - uid: 27982 components: - type: Transform - pos: -88.5,79.5 + pos: 61.5,37.5 parent: 2 - - uid: 35287 + - uid: 27983 components: - type: Transform - pos: -87.5,79.5 + pos: 60.5,37.5 parent: 2 - - uid: 35288 + - uid: 27984 components: - type: Transform - pos: -89.5,80.5 + pos: 59.5,37.5 parent: 2 - - uid: 35289 + - uid: 27986 components: - type: Transform - pos: -86.5,79.5 + pos: 58.5,37.5 parent: 2 - - uid: 35290 + - uid: 27987 components: - type: Transform - pos: -88.5,81.5 + pos: 58.5,38.5 parent: 2 - - uid: 35291 + - uid: 27988 components: - type: Transform - pos: -85.5,79.5 + pos: 58.5,39.5 parent: 2 - - uid: 35292 + - uid: 27989 components: - type: Transform - pos: -84.5,79.5 + pos: 58.5,40.5 parent: 2 - - uid: 35293 + - uid: 27990 components: - type: Transform - pos: -85.5,94.5 + pos: 58.5,41.5 parent: 2 - - uid: 35294 + - uid: 27991 components: - type: Transform - pos: -86.5,94.5 + pos: 58.5,42.5 parent: 2 - - uid: 35523 + - uid: 27992 components: - type: Transform - pos: -18.5,43.5 + pos: 57.5,41.5 parent: 2 - - uid: 35812 + - uid: 27993 components: - type: Transform - pos: -17.5,43.5 + pos: 56.5,41.5 parent: 2 - - uid: 35816 + - uid: 27994 components: - type: Transform - pos: -15.5,42.5 + pos: 59.5,41.5 parent: 2 - - uid: 35817 + - uid: 27995 components: - type: Transform - pos: -15.5,40.5 + pos: 60.5,43.5 parent: 2 - - uid: 35818 + - uid: 27996 components: - type: Transform - pos: -50.5,52.5 + pos: 60.5,44.5 parent: 2 - - uid: 35826 + - uid: 27999 components: - type: Transform - pos: -26.5,27.5 + pos: 60.5,45.5 parent: 2 - - uid: 35827 + - uid: 28005 components: - type: Transform - pos: -27.5,26.5 + pos: 61.5,45.5 parent: 2 - - uid: 35926 + - uid: 28006 components: - type: Transform - pos: -28.5,26.5 + pos: 62.5,45.5 parent: 2 - - uid: 35927 + - uid: 28007 components: - type: Transform - pos: -28.5,27.5 + pos: 63.5,45.5 parent: 2 - - uid: 35928 + - uid: 28009 components: - type: Transform - pos: -29.5,26.5 + pos: 64.5,45.5 parent: 2 - - uid: 35929 + - uid: 28010 components: - type: Transform - pos: -30.5,26.5 + pos: 65.5,45.5 parent: 2 - - uid: 35930 + - uid: 28011 components: - type: Transform - pos: -30.5,27.5 + pos: 66.5,45.5 parent: 2 - - uid: 35931 + - uid: 28012 components: - type: Transform - pos: -30.5,28.5 + pos: 66.5,44.5 parent: 2 - - uid: 35932 + - uid: 28019 components: - type: Transform - pos: -30.5,29.5 + pos: 64.5,39.5 parent: 2 - - uid: 35933 + - uid: 28020 components: - type: Transform - pos: -30.5,30.5 + pos: 63.5,39.5 parent: 2 - - uid: 36125 + - uid: 28021 components: - type: Transform - pos: -45.5,64.5 + pos: 62.5,39.5 parent: 2 - - uid: 36126 + - uid: 28022 components: - type: Transform - pos: -45.5,65.5 + pos: 61.5,39.5 parent: 2 - - uid: 36127 + - uid: 28023 components: - type: Transform - pos: -45.5,66.5 + pos: 60.5,39.5 parent: 2 - - uid: 36128 + - uid: 28024 components: - type: Transform - pos: -45.5,67.5 + pos: 60.5,40.5 parent: 2 - - uid: 36129 + - uid: 28025 components: - type: Transform - pos: -39.5,68.5 + pos: 60.5,41.5 parent: 2 - - uid: 36130 + - uid: 28026 components: - type: Transform - pos: -38.5,68.5 + pos: 60.5,42.5 parent: 2 - - uid: 36131 + - uid: 28385 components: - type: Transform - pos: -37.5,68.5 + pos: -9.5,40.5 parent: 2 - - uid: 36132 + - uid: 28406 components: - type: Transform - pos: -36.5,68.5 + pos: 22.5,6.5 parent: 2 - - uid: 36133 + - uid: 28591 components: - type: Transform - pos: -35.5,68.5 + pos: -89.5,-72.5 parent: 2 - - uid: 36141 + - uid: 28692 components: - type: Transform - pos: -0.5,63.5 + pos: -23.5,52.5 parent: 2 - - uid: 36142 + - uid: 28828 components: - type: Transform - pos: -17.5,59.5 + pos: -58.5,44.5 parent: 2 - - uid: 36143 + - uid: 28829 components: - type: Transform - pos: -17.5,58.5 + pos: -57.5,44.5 parent: 2 - - uid: 36144 + - uid: 28886 components: - type: Transform - pos: -17.5,57.5 + pos: -22.5,55.5 parent: 2 - - uid: 36145 + - uid: 28907 components: - type: Transform - pos: -17.5,56.5 + pos: -21.5,55.5 parent: 2 - - uid: 36146 + - uid: 28945 components: - type: Transform - pos: -17.5,55.5 + pos: -21.5,52.5 parent: 2 - - uid: 36147 + - uid: 28947 components: - type: Transform - pos: -17.5,54.5 + pos: 23.5,6.5 parent: 2 - - uid: 36148 + - uid: 28951 components: - type: Transform - pos: -17.5,53.5 + pos: -24.5,53.5 parent: 2 - - uid: 36149 + - uid: 28953 components: - type: Transform - pos: -17.5,52.5 + pos: -20.5,55.5 parent: 2 - - uid: 36185 + - uid: 28957 components: - type: Transform - pos: -47.5,52.5 + pos: -31.5,-1.5 parent: 2 - - uid: 36186 + - uid: 28964 components: - type: Transform - pos: -46.5,52.5 + pos: -32.5,-1.5 parent: 2 - - uid: 36187 + - uid: 28995 components: - type: Transform - pos: -45.5,52.5 + pos: 21.5,6.5 parent: 2 - - uid: 36188 + - uid: 29165 components: - type: Transform - pos: -44.5,52.5 + pos: 52.5,-33.5 parent: 2 - - uid: 36189 + - uid: 29200 components: - type: Transform - pos: -43.5,52.5 + pos: -89.5,-67.5 parent: 2 - - uid: 36190 + - uid: 29205 components: - type: Transform - pos: -42.5,52.5 + pos: -89.5,-69.5 parent: 2 - - uid: 36191 + - uid: 29206 components: - type: Transform - pos: -41.5,52.5 + pos: -89.5,-83.5 parent: 2 - - uid: 36192 + - uid: 29248 components: - type: Transform - pos: -40.5,52.5 + pos: -89.5,-87.5 parent: 2 - - uid: 36193 + - uid: 29261 components: - type: Transform - pos: -39.5,52.5 + pos: 87.5,-12.5 parent: 2 - - uid: 36194 + - uid: 29266 components: - type: Transform - pos: -38.5,52.5 + pos: -15.5,43.5 parent: 2 - - uid: 36195 + - uid: 29286 components: - type: Transform - pos: -37.5,52.5 + pos: 108.5,-4.5 parent: 2 - - uid: 36196 + - uid: 29291 components: - type: Transform - pos: -50.5,51.5 + pos: 93.5,-28.5 parent: 2 - - uid: 36197 + - uid: 29299 components: - type: Transform - pos: -50.5,50.5 + pos: 98.5,-28.5 parent: 2 - - uid: 36198 + - uid: 29300 components: - type: Transform - pos: -50.5,49.5 + pos: 97.5,-28.5 parent: 2 - - uid: 36199 + - uid: 29301 components: - type: Transform - pos: -50.5,48.5 + pos: 106.5,-4.5 parent: 2 - - uid: 36200 + - uid: 29302 components: - type: Transform - pos: -50.5,47.5 + pos: 107.5,-4.5 parent: 2 - - uid: 36201 + - uid: 29303 components: - type: Transform - pos: -49.5,47.5 + pos: 109.5,-4.5 parent: 2 - - uid: 36202 + - uid: 29305 components: - type: Transform - pos: -48.5,47.5 + pos: 95.5,-28.5 parent: 2 - - uid: 36203 + - uid: 29308 components: - type: Transform - pos: -47.5,47.5 + pos: 96.5,-28.5 parent: 2 - - uid: 36204 + - uid: 29309 components: - type: Transform - pos: -46.5,47.5 + pos: 94.5,-28.5 parent: 2 - - uid: 36205 + - uid: 29310 components: - type: Transform - pos: -45.5,47.5 + pos: 92.5,-28.5 parent: 2 - - uid: 36206 + - uid: 29316 components: - type: Transform - pos: -44.5,47.5 + pos: 91.5,-28.5 parent: 2 - - uid: 36207 + - uid: 29319 components: - type: Transform - pos: -43.5,47.5 + pos: 113.5,-28.5 parent: 2 - - uid: 36208 + - uid: 29320 components: - type: Transform - pos: -42.5,47.5 + pos: 90.5,-28.5 parent: 2 - - uid: 36209 + - uid: 29324 components: - type: Transform - pos: -41.5,47.5 + pos: 113.5,-26.5 parent: 2 - - uid: 36210 + - uid: 29325 components: - type: Transform - pos: -40.5,47.5 + pos: 112.5,-28.5 parent: 2 - - uid: 36211 + - uid: 29326 components: - type: Transform - pos: -39.5,47.5 + pos: 104.5,-28.5 parent: 2 - - uid: 36245 + - uid: 29327 components: - type: Transform - pos: -49.5,61.5 + pos: 89.5,-28.5 parent: 2 - - uid: 36246 + - uid: 29329 components: - type: Transform - pos: -48.5,61.5 + pos: 89.5,-25.5 parent: 2 - - uid: 36247 + - uid: 29341 components: - type: Transform - pos: -47.5,61.5 + pos: 80.5,-21.5 parent: 2 - - uid: 36248 + - uid: 29430 components: - type: Transform - pos: -47.5,63.5 + pos: -89.5,-74.5 parent: 2 - - uid: 36249 + - uid: 29431 components: - type: Transform - pos: -47.5,64.5 + pos: -89.5,-78.5 parent: 2 - - uid: 36250 + - uid: 29491 components: - type: Transform - pos: -47.5,65.5 + pos: 51.5,32.5 parent: 2 - - uid: 36251 + - uid: 29492 components: - type: Transform - pos: -47.5,66.5 + pos: 52.5,32.5 parent: 2 - - uid: 36252 + - uid: 29493 components: - type: Transform - pos: -47.5,67.5 + pos: 50.5,32.5 parent: 2 - - uid: 36303 + - uid: 29531 components: - type: Transform - pos: -59.5,64.5 + pos: 49.5,32.5 parent: 2 - - uid: 36304 + - uid: 29542 components: - type: Transform - pos: -60.5,64.5 + pos: -19.5,52.5 parent: 2 - - uid: 36305 + - uid: 29545 components: - type: Transform - pos: -61.5,64.5 + pos: -26.5,44.5 parent: 2 - - uid: 36306 + - uid: 29568 components: - type: Transform - pos: -62.5,64.5 + pos: 44.5,32.5 parent: 2 - - uid: 36307 + - uid: 29569 components: - type: Transform - pos: -63.5,64.5 + pos: 47.5,32.5 parent: 2 - - uid: 36308 + - uid: 29640 components: - type: Transform - pos: -64.5,64.5 + pos: 43.5,32.5 parent: 2 - - uid: 36309 + - uid: 29641 components: - type: Transform - pos: -65.5,64.5 + pos: 41.5,32.5 parent: 2 - - uid: 36310 + - uid: 29712 components: - type: Transform - pos: -66.5,64.5 + pos: 39.5,32.5 parent: 2 - - uid: 36311 + - uid: 29976 components: - type: Transform - pos: -67.5,64.5 + pos: -65.5,-21.5 parent: 2 - - uid: 36312 + - uid: 30115 components: - type: Transform - pos: -68.5,64.5 + pos: 99.5,76.5 parent: 2 - - uid: 36313 + - uid: 30116 components: - type: Transform - pos: -69.5,64.5 + pos: 99.5,77.5 parent: 2 - - uid: 36314 + - uid: 30320 components: - type: Transform - pos: -69.5,63.5 + pos: 1.5,-25.5 parent: 2 - - uid: 36315 + - uid: 30341 components: - type: Transform - pos: -69.5,62.5 + pos: -44.5,22.5 parent: 2 - - uid: 36335 + - uid: 30500 components: - type: Transform - pos: -62.5,33.5 + pos: -44.5,23.5 parent: 2 - - uid: 36336 + - uid: 30501 components: - type: Transform - pos: -62.5,32.5 + pos: -44.5,92.5 parent: 2 - - uid: 36337 + - uid: 30502 components: - type: Transform - pos: -61.5,32.5 + pos: -45.5,92.5 parent: 2 - - uid: 36338 + - uid: 30509 components: - type: Transform - pos: -60.5,32.5 + pos: -44.5,55.5 parent: 2 - - uid: 36339 + - uid: 30511 components: - type: Transform - pos: -59.5,32.5 + pos: -47.5,65.5 parent: 2 - - uid: 36340 + - uid: 30677 components: - type: Transform - pos: -58.5,32.5 + pos: -56.5,54.5 parent: 2 - - uid: 36341 + - uid: 30684 components: - type: Transform - pos: -58.5,33.5 + pos: -54.5,54.5 parent: 2 - - uid: 36342 + - uid: 30697 components: - type: Transform - pos: -54.5,9.5 + pos: -55.5,54.5 parent: 2 - - uid: 36475 + - uid: 30704 components: - type: Transform - pos: -57.5,32.5 + pos: -63.5,51.5 parent: 2 - - uid: 36476 + - uid: 30713 components: - type: Transform - pos: -63.5,32.5 + pos: -61.5,54.5 parent: 2 - - uid: 36480 + - uid: 30717 components: - type: Transform - pos: -61.5,33.5 + pos: -7.5,82.5 parent: 2 - - uid: 36481 + - uid: 30720 components: - type: Transform - pos: -59.5,33.5 + pos: -47.5,89.5 parent: 2 - - uid: 37243 + - uid: 30721 components: - type: Transform - pos: -24.5,2.5 + pos: -47.5,88.5 parent: 2 - - uid: 37244 + - uid: 30725 components: - type: Transform - pos: -23.5,2.5 + pos: -47.5,90.5 parent: 2 - - uid: 37245 + - uid: 30730 components: - type: Transform - pos: -22.5,2.5 + pos: -47.5,91.5 parent: 2 - - uid: 37246 + - uid: 30737 components: - type: Transform - pos: -21.5,2.5 + pos: 39.5,33.5 parent: 2 - - uid: 37247 + - uid: 30738 components: - type: Transform - pos: -20.5,2.5 + pos: 40.5,32.5 parent: 2 - - uid: 37248 + - uid: 30739 components: - type: Transform - pos: -19.5,2.5 + pos: 42.5,32.5 parent: 2 - - uid: 37249 + - uid: 30740 components: - type: Transform - pos: -18.5,2.5 + pos: 46.5,32.5 parent: 2 - - uid: 37250 + - uid: 30741 components: - type: Transform - pos: -17.5,2.5 + pos: 45.5,32.5 parent: 2 - - uid: 37251 + - uid: 30749 components: - type: Transform - pos: -16.5,2.5 + pos: 48.5,32.5 parent: 2 - - uid: 37252 + - uid: 30804 components: - type: Transform - pos: -15.5,2.5 + pos: 1.5,-23.5 parent: 2 - - uid: 37253 + - uid: 30826 components: - type: Transform - pos: -14.5,2.5 + pos: -77.5,41.5 parent: 2 - - uid: 37254 + - uid: 30828 components: - type: Transform - pos: -13.5,2.5 + pos: -45.5,80.5 parent: 2 - - uid: 37255 + - uid: 30905 components: - type: Transform - pos: -12.5,2.5 + pos: -46.5,80.5 parent: 2 - - uid: 37256 + - uid: 31033 components: - type: Transform - pos: -11.5,2.5 + pos: 52.5,33.5 parent: 2 - - uid: 37257 + - uid: 31034 components: - type: Transform - pos: -10.5,2.5 + pos: 52.5,34.5 parent: 2 - - uid: 37258 + - uid: 31035 components: - type: Transform - pos: -9.5,2.5 + pos: 52.5,35.5 parent: 2 - - uid: 37261 + - uid: 31036 components: - type: Transform - pos: -6.5,2.5 + pos: 52.5,36.5 parent: 2 - - uid: 37304 + - uid: 31037 components: - type: Transform - pos: -39.5,74.5 + pos: 52.5,37.5 parent: 2 - - uid: 37305 + - uid: 31038 components: - type: Transform - pos: -38.5,74.5 + pos: 52.5,38.5 parent: 2 - - uid: 37306 + - uid: 31039 components: - type: Transform - pos: -37.5,74.5 + pos: 52.5,39.5 parent: 2 - - uid: 37307 + - uid: 31052 components: - type: Transform - pos: -36.5,74.5 + pos: 52.5,42.5 parent: 2 - - uid: 37308 + - uid: 31056 components: - type: Transform - pos: -35.5,74.5 + pos: 51.5,43.5 parent: 2 - - uid: 37321 + - uid: 31115 components: - type: Transform - pos: -40.5,69.5 + pos: -54.5,49.5 parent: 2 - - uid: 37324 + - uid: 31289 components: - type: Transform - pos: -37.5,69.5 + pos: -56.5,48.5 parent: 2 - - uid: 37325 + - uid: 31290 components: - type: Transform - pos: -37.5,70.5 + pos: -54.5,47.5 parent: 2 - - uid: 37328 + - uid: 31291 components: - type: Transform - pos: -37.5,71.5 + pos: -54.5,46.5 parent: 2 - - uid: 37329 + - uid: 31296 components: - type: Transform - pos: -40.5,68.5 + pos: -54.5,42.5 parent: 2 - - uid: 37339 + - uid: 31297 components: - type: Transform - pos: -31.5,71.5 + pos: -54.5,41.5 parent: 2 - - uid: 37340 + - uid: 31298 components: - type: Transform - pos: -36.5,71.5 + pos: -54.5,40.5 parent: 2 - - uid: 37341 + - uid: 31358 components: - type: Transform - pos: -34.5,71.5 + pos: -6.5,82.5 parent: 2 - - uid: 37342 + - uid: 31359 components: - type: Transform - pos: -35.5,71.5 + pos: -5.5,82.5 parent: 2 - - uid: 37476 + - uid: 31360 components: - type: Transform - pos: 32.5,49.5 + pos: -4.5,82.5 parent: 2 - - uid: 37477 + - uid: 31361 components: - type: Transform - pos: 82.5,-22.5 + pos: -3.5,82.5 parent: 2 - - uid: 37591 + - uid: 31362 components: - type: Transform - pos: 78.5,-16.5 + pos: -2.5,82.5 parent: 2 - - uid: 37718 + - uid: 31363 components: - type: Transform - pos: 76.5,-16.5 + pos: -1.5,82.5 parent: 2 - - uid: 37719 + - uid: 31418 components: - type: Transform - pos: 77.5,-16.5 + pos: -0.5,82.5 parent: 2 - - uid: 37721 + - uid: 31420 components: - type: Transform - pos: 84.5,-22.5 + pos: 0.5,82.5 parent: 2 - - uid: 37723 + - uid: 31444 components: - type: Transform - pos: -20.5,59.5 + pos: 1.5,73.5 parent: 2 - - uid: 37726 + - uid: 31464 components: - type: Transform - pos: 84.5,-10.5 + pos: 1.5,74.5 parent: 2 - - uid: 37801 + - uid: 31465 components: - type: Transform - pos: 93.5,-13.5 + pos: 1.5,75.5 parent: 2 - - uid: 37802 + - uid: 31466 components: - type: Transform - pos: 93.5,-14.5 + pos: 1.5,76.5 parent: 2 - - uid: 37803 + - uid: 31467 components: - type: Transform - pos: 93.5,-15.5 + pos: 1.5,77.5 parent: 2 - - uid: 37804 + - uid: 31468 components: - type: Transform - pos: 93.5,-16.5 + pos: 1.5,78.5 parent: 2 - - uid: 37805 + - uid: 31469 components: - type: Transform - pos: 93.5,-17.5 + pos: 1.5,79.5 parent: 2 - - uid: 37806 + - uid: 31472 components: - type: Transform - pos: 93.5,-18.5 + pos: 1.5,80.5 parent: 2 - - uid: 37807 + - uid: 31473 components: - type: Transform - pos: 93.5,-19.5 + pos: 1.5,81.5 parent: 2 - - uid: 37808 + - uid: 31480 components: - type: Transform - pos: 93.5,-20.5 + pos: -54.5,44.5 parent: 2 - - uid: 37809 + - uid: 31533 components: - type: Transform - pos: 93.5,-21.5 + pos: 64.5,-28.5 parent: 2 - - uid: 37810 + - uid: 31534 components: - type: Transform - pos: 93.5,-22.5 + pos: 65.5,-28.5 parent: 2 - - uid: 37811 + - uid: 31555 components: - type: Transform - pos: 93.5,-23.5 + pos: -40.5,55.5 parent: 2 - - uid: 37812 + - uid: 31556 components: - type: Transform - pos: 93.5,-24.5 + pos: -39.5,55.5 parent: 2 - - uid: 37813 + - uid: 31564 components: - type: Transform - pos: 94.5,-24.5 + pos: -54.5,48.5 parent: 2 - - uid: 37814 + - uid: 31566 components: - type: Transform - pos: 95.5,-24.5 + pos: -56.5,49.5 parent: 2 - - uid: 37815 + - uid: 31568 components: - type: Transform - pos: 96.5,-24.5 + pos: 1.5,82.5 parent: 2 - - uid: 37816 + - uid: 31569 components: - type: Transform - pos: 97.5,-24.5 + pos: -14.5,92.5 parent: 2 - - uid: 37817 + - uid: 31681 components: - type: Transform - pos: 98.5,-24.5 + pos: -15.5,92.5 parent: 2 - - uid: 37818 + - uid: 31697 components: - type: Transform - pos: 99.5,-24.5 + pos: -64.5,-21.5 parent: 2 - - uid: 37819 + - uid: 31775 components: - type: Transform - pos: 100.5,-24.5 + pos: -16.5,92.5 parent: 2 - - uid: 37820 + - uid: 31790 components: - type: Transform - pos: 101.5,-24.5 + pos: -17.5,92.5 parent: 2 - - uid: 37821 + - uid: 31794 components: - type: Transform - pos: 102.5,-24.5 + pos: -16.5,43.5 parent: 2 - - uid: 37822 + - uid: 31795 components: - type: Transform - pos: 103.5,-24.5 + pos: -68.5,-3.5 parent: 2 - - uid: 37823 + - uid: 31796 components: - type: Transform - pos: 104.5,-24.5 + pos: -68.5,-2.5 parent: 2 - - uid: 37824 + - uid: 31797 components: - type: Transform - pos: 105.5,-24.5 + pos: -67.5,-3.5 parent: 2 - - uid: 37825 + - uid: 31798 components: - type: Transform - pos: 106.5,-24.5 + pos: -66.5,-3.5 parent: 2 - - uid: 37826 + - uid: 31799 components: - type: Transform - pos: 107.5,-24.5 + pos: -65.5,-3.5 parent: 2 - - uid: 37827 + - uid: 31802 components: - type: Transform - pos: 108.5,-24.5 + pos: -60.5,49.5 parent: 2 - - uid: 37828 + - uid: 31803 components: - type: Transform - pos: 109.5,-24.5 + pos: -57.5,48.5 parent: 2 - - uid: 37829 + - uid: 31804 components: - type: Transform - pos: 108.5,-8.5 + pos: -60.5,47.5 parent: 2 - - uid: 37830 + - uid: 31810 components: - type: Transform - pos: 107.5,-8.5 + pos: -77.5,43.5 parent: 2 - - uid: 37831 + - uid: 31821 components: - type: Transform - pos: 106.5,-8.5 + pos: -38.5,47.5 parent: 2 - - uid: 37832 + - uid: 31822 components: - type: Transform - pos: 105.5,-8.5 + pos: -62.5,46.5 parent: 2 - - uid: 37833 + - uid: 31825 components: - type: Transform - pos: 104.5,-8.5 + pos: -62.5,48.5 parent: 2 - - uid: 37834 + - uid: 31828 components: - type: Transform - pos: 103.5,-8.5 + pos: -62.5,49.5 parent: 2 - - uid: 37835 + - uid: 31829 components: - type: Transform - pos: 102.5,-8.5 + pos: -62.5,47.5 parent: 2 - - uid: 37836 + - uid: 31830 components: - type: Transform - pos: 101.5,-8.5 + pos: -62.5,45.5 parent: 2 - - uid: 37837 + - uid: 31831 components: - type: Transform - pos: 100.5,-8.5 + pos: -54.5,45.5 parent: 2 - - uid: 37838 + - uid: 31832 components: - type: Transform - pos: 99.5,-8.5 + pos: -61.5,44.5 parent: 2 - - uid: 37839 + - uid: 31833 components: - type: Transform - pos: 98.5,-8.5 + pos: -62.5,44.5 parent: 2 - - uid: 37840 + - uid: 31834 components: - type: Transform - pos: 97.5,-8.5 + pos: -60.5,44.5 parent: 2 - - uid: 37841 + - uid: 31840 components: - type: Transform - pos: 96.5,-8.5 + pos: -53.5,54.5 parent: 2 - - uid: 37842 + - uid: 31841 components: - type: Transform - pos: 95.5,-8.5 + pos: -54.5,43.5 parent: 2 - - uid: 37843 + - uid: 31842 components: - type: Transform - pos: 94.5,-8.5 + pos: -77.5,50.5 parent: 2 - - uid: 37844 + - uid: 31843 components: - type: Transform - pos: 93.5,-8.5 + pos: -19.5,92.5 parent: 2 - - uid: 37845 + - uid: 31845 components: - type: Transform - pos: 93.5,-9.5 + pos: -77.5,51.5 parent: 2 - - uid: 37846 + - uid: 31850 components: - type: Transform - pos: 93.5,-10.5 + pos: -77.5,48.5 parent: 2 - - uid: 37847 + - uid: 31851 components: - type: Transform - pos: 93.5,-11.5 + pos: -77.5,49.5 parent: 2 - - uid: 37848 + - uid: 31853 components: - type: Transform - pos: 93.5,-12.5 + pos: -77.5,46.5 parent: 2 - - uid: 37849 + - uid: 31854 components: - type: Transform - pos: 92.5,-12.5 + pos: -77.5,47.5 parent: 2 - - uid: 37850 + - uid: 31855 components: - type: Transform - pos: 91.5,-12.5 + pos: -77.5,44.5 parent: 2 - - uid: 37851 + - uid: 31856 components: - type: Transform - pos: 90.5,-12.5 + pos: -20.5,92.5 parent: 2 - - uid: 37852 + - uid: 31863 components: - type: Transform - pos: 89.5,-12.5 + pos: -59.5,44.5 parent: 2 - - uid: 37853 + - uid: 31870 components: - type: Transform - pos: 88.5,-12.5 + pos: -56.5,47.5 parent: 2 - - uid: 37856 + - uid: 31877 components: - type: Transform - pos: 109.5,-8.5 + pos: -55.5,49.5 parent: 2 - - uid: 37857 + - uid: 31878 components: - type: Transform - pos: 109.5,-9.5 + pos: -55.5,48.5 parent: 2 - - uid: 37858 + - uid: 31879 components: - type: Transform - pos: 109.5,-10.5 + pos: -55.5,47.5 parent: 2 - - uid: 37859 + - uid: 31880 components: - type: Transform - pos: 109.5,-11.5 + pos: -61.5,49.5 parent: 2 - - uid: 37860 + - uid: 31881 components: - type: Transform - pos: 109.5,-12.5 + pos: -61.5,48.5 parent: 2 - - uid: 37861 + - uid: 31882 components: - type: Transform - pos: 109.5,-13.5 + pos: -61.5,47.5 parent: 2 - - uid: 37862 + - uid: 31884 components: - type: Transform - pos: 109.5,-14.5 + pos: -52.5,52.5 parent: 2 - - uid: 37863 + - uid: 31885 components: - type: Transform - pos: 109.5,-15.5 + pos: -52.5,51.5 parent: 2 - - uid: 37864 + - uid: 31886 components: - type: Transform - pos: 109.5,-16.5 + pos: -52.5,50.5 parent: 2 - - uid: 37865 + - uid: 31899 components: - type: Transform - pos: 109.5,-17.5 + pos: 50.5,-79.5 parent: 2 - - uid: 37866 + - uid: 31900 components: - type: Transform - pos: 109.5,-18.5 + pos: 65.5,-75.5 parent: 2 - - uid: 37867 + - uid: 31901 components: - type: Transform - pos: 109.5,-19.5 + pos: 53.5,-71.5 parent: 2 - - uid: 37868 + - uid: 31902 components: - type: Transform - pos: 109.5,-20.5 + pos: 65.5,-76.5 parent: 2 - - uid: 37869 + - uid: 31903 components: - type: Transform - pos: 109.5,-21.5 + pos: 52.5,-71.5 parent: 2 - - uid: 37870 + - uid: 31922 components: - type: Transform - pos: 109.5,-22.5 + pos: -89.5,-54.5 parent: 2 - - uid: 37871 + - uid: 31923 components: - type: Transform - pos: 109.5,-23.5 + pos: -89.5,-60.5 parent: 2 - - uid: 37878 + - uid: 31924 components: - type: Transform - pos: 88.5,-20.5 + pos: -89.5,-59.5 parent: 2 - - uid: 37879 + - uid: 31925 components: - type: Transform - pos: 89.5,-20.5 + pos: -89.5,-58.5 parent: 2 - - uid: 37880 + - uid: 31942 components: - type: Transform - pos: 90.5,-20.5 + pos: -21.5,92.5 parent: 2 - - uid: 37881 + - uid: 31943 components: - type: Transform - pos: 91.5,-20.5 + pos: -22.5,92.5 parent: 2 - - uid: 37882 + - uid: 31960 components: - type: Transform - pos: 92.5,-20.5 + pos: -81.5,-39.5 parent: 2 - - uid: 37883 + - uid: 31998 components: - type: Transform - pos: 99.5,-23.5 + pos: -80.5,-39.5 parent: 2 - - uid: 37884 + - uid: 32006 components: - type: Transform - pos: 102.5,-23.5 + pos: -85.5,-38.5 parent: 2 - - uid: 37885 + - uid: 32007 components: - type: Transform - pos: 108.5,-17.5 + pos: -89.5,-57.5 parent: 2 - - uid: 37972 + - uid: 32008 components: - type: Transform - pos: 82.5,-19.5 + pos: -89.5,-38.5 parent: 2 - - uid: 37973 + - uid: 32009 components: - type: Transform - pos: 83.5,-13.5 + pos: -89.5,-47.5 parent: 2 - - uid: 37974 + - uid: 32120 components: - type: Transform - pos: 84.5,-13.5 + pos: -23.5,92.5 parent: 2 - - uid: 37975 + - uid: 32121 components: - type: Transform - pos: 84.5,-14.5 + pos: -52.5,49.5 parent: 2 - - uid: 37976 + - uid: 32126 components: - type: Transform - pos: 83.5,-14.5 + pos: -43.5,80.5 parent: 2 - - uid: 37977 + - uid: 32266 components: - type: Transform - pos: 82.5,-14.5 + pos: -52.5,48.5 parent: 2 - - uid: 37978 + - uid: 32312 components: - type: Transform - pos: 83.5,-15.5 + pos: -86.5,-34.5 parent: 2 - - uid: 37983 + - uid: 32342 components: - type: Transform - pos: 87.5,-19.5 + pos: -52.5,47.5 parent: 2 - - uid: 38005 + - uid: 32415 components: - type: Transform - pos: 3.5,39.5 + pos: -52.5,46.5 parent: 2 - - uid: 38006 + - uid: 32434 components: - type: Transform - pos: 4.5,40.5 + pos: -52.5,45.5 parent: 2 - - uid: 38050 + - uid: 32435 components: - type: Transform - pos: -77.5,9.5 + pos: -52.5,44.5 parent: 2 - - uid: 38051 + - uid: 32442 components: - type: Transform - pos: -77.5,10.5 + pos: -53.5,44.5 parent: 2 - - uid: 38052 + - uid: 32622 components: - type: Transform - pos: -77.5,11.5 + pos: -77.5,45.5 parent: 2 - - uid: 38053 + - uid: 32636 components: - type: Transform - pos: -77.5,12.5 + pos: 78.5,50.5 parent: 2 - - uid: 38054 + - uid: 32654 components: - type: Transform - pos: -77.5,13.5 + pos: -24.5,92.5 parent: 2 - - uid: 38055 + - uid: 32785 components: - type: Transform - pos: -77.5,14.5 + pos: 78.5,52.5 parent: 2 - - uid: 38056 + - uid: 33288 components: - type: Transform - pos: -77.5,15.5 + pos: 78.5,58.5 parent: 2 - - uid: 38057 + - uid: 33290 components: - type: Transform - pos: -77.5,16.5 + pos: -25.5,92.5 parent: 2 - - uid: 38058 + - uid: 33296 components: - type: Transform - pos: -77.5,17.5 + pos: 78.5,57.5 parent: 2 - - uid: 38059 + - uid: 33297 components: - type: Transform - pos: -77.5,18.5 + pos: 78.5,56.5 parent: 2 - - uid: 38060 + - uid: 33298 components: - type: Transform - pos: -73.5,21.5 + pos: 78.5,55.5 parent: 2 - - uid: 38061 + - uid: 33300 components: - type: Transform - pos: -74.5,21.5 + pos: 78.5,54.5 parent: 2 - - uid: 38062 + - uid: 33301 components: - type: Transform - pos: -75.5,21.5 + pos: 78.5,51.5 parent: 2 - - uid: 38063 + - uid: 33302 components: - type: Transform - pos: -76.5,21.5 + pos: 77.5,50.5 parent: 2 - - uid: 38064 + - uid: 33303 components: - type: Transform - pos: -77.5,21.5 + pos: 77.5,49.5 parent: 2 - - uid: 38065 + - uid: 33304 components: - type: Transform - pos: -77.5,20.5 + pos: 77.5,48.5 parent: 2 - - uid: 38066 + - uid: 33305 components: - type: Transform - pos: -77.5,19.5 + pos: 77.5,47.5 parent: 2 - - uid: 38136 + - uid: 33306 components: - type: Transform - pos: 4.5,42.5 + pos: 77.5,46.5 parent: 2 - - uid: 38693 + - uid: 33307 components: - type: Transform - pos: 2.5,39.5 + pos: 77.5,45.5 parent: 2 - - uid: 38694 + - uid: 33308 components: - type: Transform - pos: 4.5,39.5 + pos: 77.5,44.5 parent: 2 - - uid: 38695 + - uid: 33309 components: - type: Transform - pos: 4.5,41.5 + pos: 77.5,43.5 parent: 2 - - uid: 38708 + - uid: 33310 components: - type: Transform - pos: -23.5,59.5 + pos: 77.5,42.5 parent: 2 - - uid: 38798 + - uid: 33311 components: - type: Transform - pos: -47.5,16.5 + pos: 77.5,41.5 parent: 2 - - uid: 38836 + - uid: 33312 components: - type: Transform - pos: -48.5,16.5 + pos: 77.5,40.5 parent: 2 - - uid: 38839 + - uid: 33313 components: - type: Transform - pos: -49.5,16.5 + pos: 77.5,39.5 parent: 2 - - uid: 38886 + - uid: 33314 components: - type: Transform - pos: 1.5,-20.5 + pos: 76.5,39.5 parent: 2 - - uid: 38887 + - uid: 33315 components: - type: Transform - pos: 1.5,-19.5 + pos: 75.5,39.5 parent: 2 - - uid: 38888 + - uid: 33316 components: - type: Transform - pos: 1.5,-18.5 + pos: 74.5,39.5 parent: 2 - - uid: 38889 + - uid: 33317 components: - type: Transform - pos: 1.5,-17.5 + pos: 73.5,39.5 parent: 2 - - uid: 38890 + - uid: 33318 components: - type: Transform - pos: 1.5,-16.5 + pos: 73.5,38.5 parent: 2 - - uid: 38902 + - uid: 33319 components: - type: Transform - pos: 10.5,-38.5 + pos: 73.5,37.5 parent: 2 - - uid: 38903 + - uid: 33320 components: - type: Transform - pos: 10.5,-39.5 + pos: 73.5,36.5 parent: 2 - - uid: 38904 + - uid: 33321 components: - type: Transform - pos: 10.5,-40.5 + pos: 73.5,35.5 parent: 2 - - uid: 38905 + - uid: 33322 components: - type: Transform - pos: 10.5,-41.5 + pos: 73.5,34.5 parent: 2 - - uid: 38906 + - uid: 33323 components: - type: Transform - pos: 10.5,-42.5 + pos: 73.5,32.5 parent: 2 - - uid: 39385 + - uid: 33324 components: - type: Transform - pos: -50.5,16.5 + pos: 72.5,32.5 parent: 2 - - uid: 39386 + - uid: 33325 components: - type: Transform - pos: -51.5,16.5 + pos: 71.5,32.5 parent: 2 - - uid: 39387 + - uid: 33326 components: - type: Transform - pos: -52.5,16.5 + pos: 70.5,32.5 parent: 2 - - uid: 39388 + - uid: 33327 components: - type: Transform - pos: -53.5,16.5 + pos: 69.5,32.5 parent: 2 - - uid: 40089 + - uid: 33328 components: - type: Transform - pos: -24.5,60.5 + pos: 68.5,32.5 parent: 2 - - uid: 40090 + - uid: 33329 components: - type: Transform - pos: -24.5,61.5 + pos: 67.5,32.5 parent: 2 - - uid: 40091 + - uid: 33330 components: - type: Transform - pos: -24.5,62.5 + pos: 66.5,32.5 parent: 2 - - uid: 40092 + - uid: 33331 components: - type: Transform - pos: -23.5,62.5 + pos: 65.5,32.5 parent: 2 - - uid: 40093 + - uid: 33332 components: - type: Transform - pos: -22.5,62.5 + pos: 64.5,32.5 parent: 2 - - uid: 40094 + - uid: 33333 components: - type: Transform - pos: -21.5,62.5 + pos: 63.5,32.5 parent: 2 - - uid: 40095 + - uid: 33338 components: - type: Transform - pos: -20.5,62.5 + pos: 73.5,33.5 parent: 2 - - uid: 40096 + - uid: 33633 components: - type: Transform - pos: -19.5,62.5 + pos: 5.5,45.5 parent: 2 - - uid: 40097 + - uid: 33649 components: - type: Transform - pos: -18.5,62.5 + pos: -26.5,92.5 parent: 2 - - uid: 40098 + - uid: 33651 components: - type: Transform - pos: -18.5,61.5 + pos: -27.5,92.5 parent: 2 - - uid: 40099 + - uid: 33653 components: - type: Transform - pos: -18.5,60.5 + pos: -28.5,92.5 parent: 2 - - uid: 40104 + - uid: 33654 components: - type: Transform - pos: -34.5,74.5 + pos: -29.5,92.5 parent: 2 - - uid: 40105 + - uid: 33655 components: - type: Transform - pos: -33.5,74.5 + pos: -30.5,92.5 parent: 2 - - uid: 40106 + - uid: 33679 components: - type: Transform - pos: -32.5,74.5 + pos: -31.5,92.5 parent: 2 - - uid: 40107 + - uid: 33710 components: - type: Transform - pos: -31.5,74.5 + pos: -15.5,41.5 parent: 2 - - uid: 40108 + - uid: 33807 components: - type: Transform - pos: -30.5,74.5 + pos: -32.5,92.5 parent: 2 - - uid: 40109 + - uid: 34042 components: - type: Transform - pos: -29.5,74.5 + pos: -33.5,92.5 parent: 2 - - uid: 40110 + - uid: 34050 components: - type: Transform - pos: -28.5,74.5 + pos: -0.5,-37.5 parent: 2 - - uid: 40111 + - uid: 34051 components: - type: Transform - pos: -28.5,73.5 + pos: 0.5,-37.5 parent: 2 - - uid: 40112 + - uid: 34052 components: - type: Transform - pos: -28.5,72.5 + pos: 1.5,-37.5 parent: 2 - - uid: 40113 + - uid: 34053 components: - type: Transform - pos: -28.5,71.5 + pos: 2.5,-37.5 parent: 2 - - uid: 40114 + - uid: 34054 components: - type: Transform - pos: -28.5,70.5 + pos: 3.5,-37.5 parent: 2 - - uid: 40115 + - uid: 34068 components: - type: Transform - pos: -28.5,69.5 + pos: -34.5,92.5 parent: 2 - - uid: 40116 + - uid: 34186 components: - type: Transform - pos: -34.5,69.5 + pos: -35.5,92.5 parent: 2 - - uid: 40117 + - uid: 34360 components: - type: Transform - pos: -34.5,70.5 + pos: -36.5,92.5 parent: 2 - - uid: 40118 + - uid: 34361 components: - type: Transform - pos: -34.5,72.5 + pos: -37.5,92.5 parent: 2 - - uid: 40119 + - uid: 34363 components: - type: Transform - pos: -34.5,73.5 + pos: -38.5,92.5 parent: 2 - - uid: 40120 + - uid: 34524 components: - type: Transform - pos: 6.5,39.5 + pos: -63.5,50.5 parent: 2 - - uid: 40121 + - uid: 34525 components: - type: Transform - pos: 7.5,39.5 + pos: -63.5,52.5 parent: 2 - - uid: 40122 + - uid: 34529 components: - type: Transform - pos: 8.5,39.5 + pos: -45.5,55.5 parent: 2 - - uid: 40123 + - uid: 34556 components: - type: Transform - pos: 9.5,39.5 + pos: -64.5,54.5 parent: 2 - - uid: 40124 + - uid: 34564 components: - type: Transform - pos: 10.5,39.5 + pos: -35.5,55.5 parent: 2 - - uid: 40125 + - uid: 34675 components: - type: Transform - pos: 11.5,39.5 + pos: -39.5,92.5 parent: 2 - - uid: 40126 + - uid: 34758 components: - type: Transform - pos: 12.5,39.5 + pos: -40.5,92.5 parent: 2 - - uid: 40127 + - uid: 34819 components: - type: Transform - pos: 13.5,39.5 + pos: -46.5,55.5 parent: 2 - - uid: 40128 + - uid: 34882 components: - type: Transform - pos: 14.5,39.5 + pos: -41.5,92.5 parent: 2 - - uid: 40129 + - uid: 35087 components: - type: Transform - pos: 15.5,39.5 + pos: -37.5,55.5 parent: 2 - - uid: 40130 + - uid: 35094 components: - type: Transform - pos: 16.5,39.5 + pos: -71.5,54.5 parent: 2 - - uid: 40131 + - uid: 35095 components: - type: Transform - pos: 17.5,39.5 + pos: -70.5,54.5 parent: 2 - - uid: 40132 + - uid: 35096 components: - type: Transform - pos: 18.5,39.5 + pos: -73.5,54.5 parent: 2 - - uid: 40133 + - uid: 35097 components: - type: Transform - pos: 18.5,40.5 + pos: -68.5,54.5 parent: 2 - - uid: 40134 + - uid: 35098 components: - type: Transform - pos: 18.5,41.5 + pos: -69.5,54.5 parent: 2 - - uid: 40135 + - uid: 35099 components: - type: Transform - pos: 18.5,42.5 + pos: -74.5,54.5 parent: 2 - - uid: 40136 + - uid: 35100 components: - type: Transform - pos: 18.5,43.5 + pos: -72.5,54.5 parent: 2 - - uid: 40137 + - uid: 35101 components: - type: Transform - pos: 18.5,44.5 + pos: -75.5,54.5 parent: 2 - - uid: 40138 + - uid: 35120 components: - type: Transform - pos: 18.5,45.5 + pos: -76.5,54.5 parent: 2 - - uid: 40139 + - uid: 35121 components: - type: Transform - pos: 18.5,46.5 + pos: -77.5,54.5 parent: 2 - - uid: 40140 + - uid: 35125 components: - type: Transform - pos: 18.5,47.5 + pos: -77.5,53.5 parent: 2 - - uid: 40141 + - uid: 35132 components: - type: Transform - pos: 18.5,48.5 + pos: -34.5,55.5 parent: 2 - - uid: 40142 + - uid: 35133 components: - type: Transform - pos: 18.5,49.5 + pos: -36.5,55.5 parent: 2 - - uid: 40143 + - uid: 35140 components: - type: Transform - pos: 18.5,50.5 + pos: -30.5,55.5 parent: 2 - - uid: 40144 + - uid: 35150 components: - type: Transform - pos: 18.5,51.5 + pos: -63.5,53.5 parent: 2 - - uid: 40145 + - uid: 35152 components: - type: Transform - pos: 18.5,52.5 + pos: -31.5,55.5 parent: 2 - - uid: 40146 + - uid: 35153 components: - type: Transform - pos: 18.5,53.5 + pos: -33.5,55.5 parent: 2 - - uid: 40147 + - uid: 35165 components: - type: Transform - pos: 18.5,54.5 + pos: -65.5,54.5 parent: 2 - - uid: 40148 + - uid: 35187 components: - type: Transform - pos: 18.5,55.5 + pos: -51.5,52.5 parent: 2 - - uid: 40149 + - uid: 35189 components: - type: Transform - pos: 18.5,56.5 + pos: -87.5,56.5 parent: 2 - - uid: 40150 + - uid: 35204 components: - type: Transform - pos: 18.5,57.5 + pos: -77.5,42.5 parent: 2 - - uid: 40151 + - uid: 35523 components: - type: Transform - pos: 18.5,58.5 + pos: -18.5,43.5 parent: 2 - - uid: 40152 + - uid: 35812 components: - type: Transform - pos: 18.5,59.5 + pos: -17.5,43.5 parent: 2 - - uid: 40153 + - uid: 35816 components: - type: Transform - pos: 18.5,60.5 + pos: -15.5,42.5 parent: 2 - - uid: 40154 + - uid: 35817 components: - type: Transform - pos: 17.5,60.5 + pos: -15.5,40.5 parent: 2 - - uid: 40155 + - uid: 35818 components: - type: Transform - pos: 19.5,60.5 + pos: -50.5,52.5 parent: 2 - - uid: 40156 + - uid: 35826 components: - type: Transform - pos: 20.5,60.5 + pos: -26.5,27.5 parent: 2 - - uid: 40157 + - uid: 35827 components: - type: Transform - pos: 21.5,60.5 + pos: -27.5,26.5 parent: 2 - - uid: 40158 + - uid: 35900 components: - type: Transform - pos: 22.5,60.5 + pos: -47.5,92.5 parent: 2 - - uid: 40159 + - uid: 35901 components: - type: Transform - pos: 22.5,59.5 + pos: -46.5,92.5 parent: 2 - - uid: 40160 + - uid: 35902 components: - type: Transform - pos: 23.5,59.5 + pos: -47.5,87.5 parent: 2 - - uid: 40161 + - uid: 35926 components: - type: Transform - pos: 23.5,58.5 + pos: -28.5,26.5 parent: 2 - - uid: 40162 + - uid: 35927 components: - type: Transform - pos: 24.5,58.5 + pos: -28.5,27.5 parent: 2 - - uid: 40163 + - uid: 35928 components: - type: Transform - pos: 24.5,57.5 + pos: -29.5,26.5 parent: 2 - - uid: 40164 + - uid: 35929 components: - type: Transform - pos: 25.5,57.5 + pos: -30.5,26.5 parent: 2 - - uid: 40165 + - uid: 35930 components: - type: Transform - pos: 26.5,57.5 + pos: -30.5,27.5 parent: 2 - - uid: 40166 + - uid: 35931 components: - type: Transform - pos: 27.5,57.5 + pos: -30.5,28.5 parent: 2 - - uid: 40167 + - uid: 35932 components: - type: Transform - pos: 28.5,57.5 + pos: -30.5,29.5 parent: 2 - - uid: 40168 + - uid: 35933 components: - type: Transform - pos: 30.5,51.5 + pos: -30.5,30.5 parent: 2 - - uid: 40169 + - uid: 36042 components: - type: Transform - pos: 24.5,56.5 + pos: 51.5,-44.5 parent: 2 - - uid: 40170 + - uid: 36082 components: - type: Transform - pos: 24.5,55.5 + pos: 50.5,-44.5 parent: 2 - - uid: 40171 + - uid: 36107 components: - type: Transform - pos: 24.5,54.5 + pos: 49.5,-44.5 parent: 2 - - uid: 40172 + - uid: 36108 components: - type: Transform - pos: 19.5,45.5 + pos: 48.5,-44.5 parent: 2 - - uid: 40173 + - uid: 36109 components: - type: Transform - pos: 20.5,45.5 + pos: 48.5,-46.5 parent: 2 - - uid: 40174 + - uid: 36127 components: - type: Transform - pos: 21.5,45.5 + pos: -18.5,92.5 parent: 2 - - uid: 40175 + - uid: 36143 components: - type: Transform - pos: 22.5,45.5 + pos: 49.5,-46.5 parent: 2 - - uid: 40176 + - uid: 36146 components: - type: Transform - pos: 23.5,45.5 + pos: -47.5,74.5 parent: 2 - - uid: 40177 + - uid: 36147 components: - type: Transform - pos: 24.5,45.5 + pos: 50.5,-46.5 parent: 2 - - uid: 40178 + - uid: 36148 components: - type: Transform - pos: 25.5,45.5 + pos: 51.5,-46.5 parent: 2 - - uid: 40179 + - uid: 36149 components: - type: Transform - pos: 26.5,45.5 + pos: 52.5,-46.5 parent: 2 - - uid: 40180 + - uid: 36175 components: - type: Transform - pos: 27.5,45.5 + pos: 53.5,-46.5 parent: 2 - - uid: 40181 + - uid: 36176 components: - type: Transform - pos: 28.5,45.5 + pos: 48.5,-45.5 parent: 2 - - uid: 40182 + - uid: 36185 components: - type: Transform - pos: 29.5,45.5 + pos: -47.5,52.5 parent: 2 - - uid: 40183 + - uid: 36186 components: - type: Transform - pos: 29.5,44.5 + pos: -46.5,52.5 parent: 2 - - uid: 40184 + - uid: 36187 components: - type: Transform - pos: 29.5,43.5 + pos: -45.5,52.5 parent: 2 - - uid: 40185 + - uid: 36188 components: - type: Transform - pos: 29.5,42.5 + pos: -44.5,52.5 parent: 2 - - uid: 40186 + - uid: 36189 components: - type: Transform - pos: 29.5,41.5 + pos: -43.5,52.5 parent: 2 - - uid: 40187 + - uid: 36190 components: - type: Transform - pos: 29.5,40.5 + pos: -42.5,52.5 parent: 2 - - uid: 40188 + - uid: 36191 components: - type: Transform - pos: 29.5,39.5 + pos: -41.5,52.5 parent: 2 - - uid: 40189 + - uid: 36192 components: - type: Transform - pos: 29.5,38.5 + pos: -40.5,52.5 parent: 2 - - uid: 40190 + - uid: 36193 components: - type: Transform - pos: 29.5,37.5 + pos: -39.5,52.5 parent: 2 - - uid: 40191 + - uid: 36194 components: - type: Transform - pos: 29.5,36.5 + pos: -38.5,52.5 parent: 2 - - uid: 40192 + - uid: 36195 components: - type: Transform - pos: 28.5,36.5 + pos: 47.5,-45.5 parent: 2 - - uid: 40193 + - uid: 36196 components: - type: Transform - pos: 27.5,36.5 + pos: -50.5,51.5 parent: 2 - - uid: 40194 + - uid: 36197 components: - type: Transform - pos: 26.5,36.5 + pos: -50.5,50.5 parent: 2 - - uid: 40195 + - uid: 36198 components: - type: Transform - pos: 25.5,36.5 + pos: -50.5,49.5 parent: 2 - - uid: 40196 + - uid: 36199 components: - type: Transform - pos: 24.5,36.5 + pos: -50.5,48.5 parent: 2 - - uid: 40197 + - uid: 36200 components: - type: Transform - pos: 23.5,36.5 + pos: -50.5,47.5 parent: 2 - - uid: 40198 + - uid: 36201 components: - type: Transform - pos: 23.5,37.5 + pos: -49.5,47.5 parent: 2 - - uid: 40199 + - uid: 36202 components: - type: Transform - pos: 23.5,38.5 + pos: -48.5,47.5 parent: 2 - - uid: 40200 + - uid: 36203 components: - type: Transform - pos: 23.5,39.5 + pos: -47.5,47.5 parent: 2 - - uid: 40201 + - uid: 36204 components: - type: Transform - pos: 23.5,40.5 + pos: -46.5,47.5 parent: 2 - - uid: 40202 + - uid: 36205 components: - type: Transform - pos: 23.5,41.5 + pos: -45.5,47.5 parent: 2 - - uid: 40203 + - uid: 36206 components: - type: Transform - pos: 23.5,42.5 + pos: -44.5,47.5 parent: 2 - - uid: 40204 + - uid: 36207 components: - type: Transform - pos: 23.5,43.5 + pos: -43.5,47.5 parent: 2 - - uid: 40205 + - uid: 36208 components: - type: Transform - pos: 23.5,44.5 + pos: -42.5,47.5 parent: 2 - - uid: 40206 + - uid: 36209 components: - type: Transform - pos: 22.5,41.5 + pos: -41.5,47.5 parent: 2 - - uid: 40207 + - uid: 36210 components: - type: Transform - pos: 15.5,51.5 + pos: -40.5,47.5 parent: 2 - - uid: 40208 + - uid: 36211 components: - type: Transform - pos: 16.5,51.5 + pos: -39.5,47.5 parent: 2 - - uid: 40209 + - uid: 36215 components: - type: Transform - pos: 20.5,42.5 + pos: 56.5,-63.5 parent: 2 - - uid: 40210 + - uid: 36249 components: - type: Transform - pos: 20.5,43.5 + pos: 53.5,-54.5 parent: 2 - - uid: 40211 + - uid: 36250 components: - type: Transform - pos: 20.5,44.5 + pos: 52.5,-54.5 parent: 2 - - uid: 40212 + - uid: 36251 components: - type: Transform - pos: 17.5,51.5 + pos: 51.5,-54.5 parent: 2 - - uid: 40213 + - uid: 36252 components: - type: Transform - pos: 26.5,35.5 + pos: 50.5,-54.5 parent: 2 - - uid: 40214 + - uid: 36259 components: - type: Transform - pos: 26.5,34.5 + pos: 49.5,-54.5 parent: 2 - - uid: 40215 + - uid: 36260 components: - type: Transform - pos: 25.5,34.5 + pos: 48.5,-54.5 parent: 2 - - uid: 40216 + - uid: 36264 components: - type: Transform - pos: 27.5,34.5 + pos: 50.5,-56.5 parent: 2 - - uid: 40217 + - uid: 36265 components: - type: Transform - pos: 30.5,38.5 + pos: 49.5,-56.5 parent: 2 - - uid: 40218 + - uid: 36267 components: - type: Transform - pos: 31.5,39.5 + pos: 59.5,-56.5 parent: 2 - - uid: 40219 + - uid: 36268 components: - type: Transform - pos: 31.5,38.5 + pos: 60.5,-56.5 parent: 2 - - uid: 40220 + - uid: 36269 components: - type: Transform - pos: 31.5,37.5 + pos: 62.5,-54.5 parent: 2 - - uid: 40221 + - uid: 36270 components: - type: Transform - pos: 32.5,38.5 + pos: 61.5,-54.5 parent: 2 - - uid: 40222 + - uid: 36271 components: - type: Transform - pos: 33.5,38.5 + pos: 58.5,-55.5 parent: 2 - - uid: 40223 + - uid: 36272 components: - type: Transform - pos: 21.5,39.5 + pos: 57.5,-55.5 parent: 2 - - uid: 40224 + - uid: 36280 components: - type: Transform - pos: 21.5,38.5 + pos: 55.5,-55.5 parent: 2 - - uid: 40225 + - uid: 36281 components: - type: Transform - pos: 21.5,37.5 + pos: 56.5,-56.5 parent: 2 - - uid: 40226 + - uid: 36282 components: - type: Transform - pos: 22.5,38.5 + pos: 56.5,-57.5 parent: 2 - - uid: 40227 + - uid: 36289 components: - type: Transform - pos: 15.5,38.5 + pos: 49.5,-59.5 parent: 2 - - uid: 40228 + - uid: 36290 components: - type: Transform - pos: 15.5,37.5 + pos: 48.5,-59.5 parent: 2 - - uid: 40229 + - uid: 36291 components: - type: Transform - pos: 15.5,36.5 + pos: 48.5,-60.5 parent: 2 - - uid: 40230 + - uid: 36292 components: - type: Transform - pos: 15.5,35.5 + pos: 52.5,-61.5 parent: 2 - - uid: 40231 + - uid: 36293 components: - type: Transform - pos: 18.5,35.5 + pos: 53.5,-61.5 parent: 2 - - uid: 40232 + - uid: 36300 components: - type: Transform - pos: 18.5,34.5 + pos: 56.5,-64.5 parent: 2 - - uid: 40233 + - uid: 36301 components: - type: Transform - pos: 18.5,36.5 + pos: 56.5,-65.5 parent: 2 - - uid: 40234 + - uid: 36302 components: - type: Transform - pos: 18.5,37.5 + pos: 56.5,-68.5 parent: 2 - - uid: 40235 + - uid: 36303 components: - type: Transform - pos: 18.5,38.5 + pos: 56.5,-72.5 parent: 2 - - uid: 40236 + - uid: 36304 components: - type: Transform - pos: 20.5,38.5 + pos: 56.5,-73.5 parent: 2 - - uid: 40237 + - uid: 36305 components: - type: Transform - pos: 19.5,38.5 + pos: 56.5,-74.5 parent: 2 - - uid: 40238 + - uid: 36306 components: - type: Transform - pos: 14.5,51.5 + pos: -89.5,-53.5 parent: 2 - - uid: 40239 + - uid: 36307 components: - type: Transform - pos: 13.5,51.5 + pos: 50.5,-69.5 parent: 2 - - uid: 40240 + - uid: 36308 components: - type: Transform - pos: 12.5,51.5 + pos: 49.5,-69.5 parent: 2 - - uid: 40241 + - uid: 36309 components: - type: Transform - pos: 11.5,51.5 + pos: 48.5,-69.5 parent: 2 - - uid: 40242 + - uid: 36310 components: - type: Transform - pos: 10.5,51.5 + pos: 50.5,-71.5 parent: 2 - - uid: 40243 + - uid: 36311 components: - type: Transform - pos: 9.5,51.5 + pos: 53.5,-70.5 parent: 2 - - uid: 40244 + - uid: 36312 components: - type: Transform - pos: 8.5,51.5 + pos: 54.5,-70.5 parent: 2 - - uid: 40245 + - uid: 36313 components: - type: Transform - pos: 8.5,50.5 + pos: 55.5,-70.5 parent: 2 - - uid: 40246 + - uid: 36314 components: - type: Transform - pos: 12.5,52.5 + pos: 59.5,-71.5 parent: 2 - - uid: 40247 + - uid: 36315 components: - type: Transform - pos: 12.5,53.5 + pos: 60.5,-71.5 parent: 2 - - uid: 40248 + - uid: 36316 components: - type: Transform - pos: 12.5,54.5 + pos: 61.5,-69.5 parent: 2 - - uid: 40249 + - uid: 36317 components: - type: Transform - pos: 12.5,55.5 + pos: 62.5,-69.5 parent: 2 - - uid: 40250 + - uid: 36318 components: - type: Transform - pos: 12.5,56.5 + pos: 63.5,-69.5 parent: 2 - - uid: 40251 + - uid: 36319 components: - type: Transform - pos: 12.5,57.5 + pos: 64.5,-71.5 parent: 2 - - uid: 40252 + - uid: 36320 components: - type: Transform - pos: 11.5,57.5 + pos: 63.5,-71.5 parent: 2 - - uid: 40253 + - uid: 36321 components: - type: Transform - pos: 10.5,57.5 + pos: 62.5,-71.5 parent: 2 - - uid: 40254 + - uid: 36322 components: - type: Transform - pos: 9.5,57.5 + pos: 61.5,-71.5 parent: 2 - - uid: 40255 + - uid: 36329 components: - type: Transform - pos: 8.5,57.5 + pos: 1.5,83.5 parent: 2 - - uid: 40256 + - uid: 36330 components: - type: Transform - pos: 7.5,57.5 + pos: 1.5,84.5 parent: 2 - - uid: 40257 + - uid: 36331 components: - type: Transform - pos: 6.5,57.5 + pos: 1.5,85.5 parent: 2 - - uid: 40258 + - uid: 36335 components: - type: Transform - pos: 5.5,57.5 + pos: -62.5,33.5 parent: 2 - - uid: 40259 + - uid: 36336 components: - type: Transform - pos: 4.5,57.5 + pos: -62.5,32.5 parent: 2 - - uid: 40260 + - uid: 36337 components: - type: Transform - pos: 4.5,56.5 + pos: -61.5,32.5 parent: 2 - - uid: 40261 + - uid: 36338 components: - type: Transform - pos: 4.5,55.5 + pos: -60.5,32.5 parent: 2 - - uid: 40262 + - uid: 36339 components: - type: Transform - pos: 4.5,54.5 + pos: -59.5,32.5 parent: 2 - - uid: 40263 + - uid: 36340 components: - type: Transform - pos: 4.5,53.5 + pos: -58.5,32.5 parent: 2 - - uid: 40264 + - uid: 36341 components: - type: Transform - pos: 4.5,52.5 + pos: -58.5,33.5 parent: 2 - - uid: 40265 + - uid: 36342 components: - type: Transform - pos: 4.5,51.5 + pos: -54.5,9.5 parent: 2 - - uid: 40266 + - uid: 36396 components: - type: Transform - pos: 3.5,51.5 + pos: 1.5,86.5 parent: 2 - - uid: 40267 + - uid: 36397 components: - type: Transform - pos: 2.5,51.5 + pos: 1.5,87.5 parent: 2 - - uid: 40268 + - uid: 36398 components: - type: Transform - pos: -14.5,21.5 + pos: 1.5,88.5 parent: 2 - - uid: 40269 + - uid: 36475 components: - type: Transform - pos: -14.5,22.5 + pos: -57.5,32.5 parent: 2 - - uid: 40270 + - uid: 36476 components: - type: Transform - pos: -14.5,23.5 + pos: -63.5,32.5 parent: 2 - - uid: 40271 + - uid: 36480 components: - type: Transform - pos: -14.5,24.5 + pos: -61.5,33.5 parent: 2 - - uid: 40272 + - uid: 36481 components: - type: Transform - pos: -14.5,25.5 + pos: -59.5,33.5 parent: 2 - - uid: 40273 + - uid: 36943 components: - type: Transform - pos: -14.5,26.5 + pos: 51.5,-71.5 parent: 2 - - uid: 40274 + - uid: 36944 components: - type: Transform - pos: -14.5,27.5 + pos: 1.5,89.5 parent: 2 - - uid: 40275 + - uid: 36945 components: - type: Transform - pos: -14.5,28.5 + pos: 1.5,90.5 parent: 2 - - uid: 40276 + - uid: 36946 components: - type: Transform - pos: -14.5,29.5 + pos: 1.5,91.5 parent: 2 - - uid: 40277 + - uid: 36954 components: - type: Transform - pos: -13.5,29.5 + pos: 1.5,92.5 parent: 2 - - uid: 40278 + - uid: 36962 components: - type: Transform - pos: -12.5,29.5 + pos: 59.5,-64.5 parent: 2 - - uid: 40279 + - uid: 36966 components: - type: Transform - pos: -12.5,39.5 + pos: 59.5,-65.5 parent: 2 - - uid: 40280 + - uid: 36992 components: - type: Transform - pos: -12.5,38.5 + pos: -6.5,93.5 parent: 2 - - uid: 40281 + - uid: 37004 components: - type: Transform - pos: -12.5,37.5 + pos: -11.5,92.5 parent: 2 - - uid: 40282 + - uid: 37017 components: - type: Transform - pos: -12.5,36.5 + pos: -10.5,92.5 parent: 2 - - uid: 40283 + - uid: 37178 components: - type: Transform - pos: -12.5,35.5 + pos: -9.5,92.5 parent: 2 - - uid: 40284 + - uid: 37191 components: - type: Transform - pos: -12.5,34.5 + pos: -8.5,92.5 parent: 2 - - uid: 40285 + - uid: 37192 components: - type: Transform - pos: -12.5,33.5 + pos: -7.5,92.5 parent: 2 - - uid: 40286 + - uid: 37198 components: - type: Transform - pos: -12.5,32.5 + pos: -6.5,92.5 parent: 2 - - uid: 40287 + - uid: 37222 components: - type: Transform - pos: -12.5,31.5 + pos: -5.5,92.5 parent: 2 - - uid: 40288 + - uid: 37236 components: - type: Transform - pos: -12.5,30.5 + pos: -4.5,92.5 parent: 2 - - uid: 40291 + - uid: 37243 components: - type: Transform - pos: -30.5,31.5 + pos: -24.5,2.5 parent: 2 - - uid: 40292 + - uid: 37244 components: - type: Transform - pos: -29.5,31.5 + pos: -23.5,2.5 parent: 2 - - uid: 40293 + - uid: 37245 components: - type: Transform - pos: -28.5,31.5 + pos: -22.5,2.5 parent: 2 - - uid: 40294 + - uid: 37246 components: - type: Transform - pos: -27.5,31.5 + pos: -21.5,2.5 parent: 2 - - uid: 40295 + - uid: 37247 components: - type: Transform - pos: -26.5,31.5 + pos: -20.5,2.5 parent: 2 - - uid: 40296 + - uid: 37248 components: - type: Transform - pos: -25.5,31.5 + pos: -19.5,2.5 parent: 2 - - uid: 40297 + - uid: 37249 components: - type: Transform - pos: -31.5,31.5 + pos: -18.5,2.5 parent: 2 - - uid: 40298 + - uid: 37250 components: - type: Transform - pos: -32.5,31.5 + pos: -17.5,2.5 parent: 2 - - uid: 40299 + - uid: 37251 components: - type: Transform - pos: -33.5,31.5 + pos: -16.5,2.5 parent: 2 - - uid: 40300 + - uid: 37252 components: - type: Transform - pos: -34.5,31.5 + pos: -15.5,2.5 parent: 2 - - uid: 40301 + - uid: 37253 components: - type: Transform - pos: -35.5,31.5 + pos: -14.5,2.5 parent: 2 - - uid: 40302 + - uid: 37254 components: - type: Transform - pos: -36.5,31.5 + pos: -13.5,2.5 parent: 2 - - uid: 40303 + - uid: 37255 components: - type: Transform - pos: -37.5,31.5 + pos: -12.5,2.5 parent: 2 - - uid: 40304 + - uid: 37256 components: - type: Transform - pos: -39.5,29.5 + pos: -11.5,2.5 parent: 2 - - uid: 40305 + - uid: 37257 components: - type: Transform - pos: -38.5,29.5 + pos: -10.5,2.5 parent: 2 - - uid: 40306 + - uid: 37258 components: - type: Transform - pos: -37.5,29.5 + pos: -9.5,2.5 parent: 2 - - uid: 40307 + - uid: 37261 components: - type: Transform - pos: -36.5,29.5 + pos: -6.5,2.5 parent: 2 - - uid: 40308 + - uid: 37262 components: - type: Transform - pos: -35.5,29.5 + pos: -3.5,92.5 parent: 2 - - uid: 40309 + - uid: 37263 components: - type: Transform - pos: -34.5,29.5 + pos: -2.5,92.5 parent: 2 - - uid: 40310 + - uid: 37265 components: - type: Transform - pos: -33.5,29.5 + pos: -1.5,92.5 parent: 2 - - uid: 40311 + - uid: 37300 components: - type: Transform - pos: -32.5,29.5 + pos: -0.5,92.5 parent: 2 - - uid: 40312 + - uid: 37301 components: - type: Transform - pos: -31.5,29.5 + pos: 0.5,92.5 parent: 2 - - uid: 40317 + - uid: 37302 components: - type: Transform - pos: -29.5,29.5 + pos: 2.5,92.5 parent: 2 - - uid: 40318 + - uid: 37303 components: - type: Transform - pos: -28.5,29.5 + pos: 3.5,92.5 parent: 2 - - uid: 40319 + - uid: 37304 components: - type: Transform - pos: -27.5,29.5 + pos: 4.5,92.5 parent: 2 - - uid: 40320 + - uid: 37305 components: - type: Transform - pos: -26.5,29.5 + pos: 5.5,92.5 parent: 2 - - uid: 40321 + - uid: 37306 components: - type: Transform - pos: -25.5,29.5 + pos: 6.5,92.5 parent: 2 - - uid: 40322 + - uid: 37307 components: - type: Transform - pos: -24.5,29.5 + pos: 7.5,92.5 parent: 2 - - uid: 40323 + - uid: 37308 components: - type: Transform - pos: -23.5,29.5 + pos: 8.5,92.5 parent: 2 - - uid: 40324 + - uid: 37309 components: - type: Transform - pos: -22.5,29.5 + pos: 9.5,92.5 parent: 2 - - uid: 40325 + - uid: 37310 components: - type: Transform - pos: -21.5,29.5 + pos: 10.5,92.5 parent: 2 - - uid: 40326 + - uid: 37311 components: - type: Transform - pos: -20.5,29.5 + pos: 11.5,92.5 parent: 2 - - uid: 40327 + - uid: 37312 components: - type: Transform - pos: -19.5,29.5 + pos: 12.5,92.5 parent: 2 - - uid: 40328 + - uid: 37313 components: - type: Transform - pos: -18.5,29.5 + pos: 13.5,92.5 parent: 2 - - uid: 40329 + - uid: 37346 components: - type: Transform - pos: -17.5,29.5 + pos: 59.5,-66.5 parent: 2 - - uid: 40330 + - uid: 37347 components: - type: Transform - pos: -16.5,29.5 + pos: 60.5,-66.5 parent: 2 - - uid: 40331 + - uid: 37348 components: - type: Transform - pos: -15.5,29.5 + pos: 61.5,-66.5 parent: 2 - - uid: 40332 + - uid: 37349 components: - type: Transform - pos: -27.5,30.5 + pos: 62.5,-66.5 parent: 2 - - uid: 40333 + - uid: 37350 components: - type: Transform - pos: -13.5,25.5 + pos: 63.5,-66.5 parent: 2 - - uid: 40334 + - uid: 37351 components: - type: Transform - pos: -12.5,25.5 + pos: 64.5,-66.5 parent: 2 - - uid: 40335 + - uid: 37352 components: - type: Transform - pos: -12.5,24.5 + pos: 64.5,-65.5 parent: 2 - - uid: 40336 + - uid: 37353 components: - type: Transform - pos: -3.5,25.5 + pos: 64.5,-64.5 parent: 2 - - uid: 40337 + - uid: 37354 components: - type: Transform - pos: -3.5,26.5 + pos: 63.5,-64.5 parent: 2 - - uid: 40338 + - uid: 37355 components: - type: Transform - pos: -3.5,27.5 + pos: 62.5,-64.5 parent: 2 - - uid: 40339 + - uid: 37356 components: - type: Transform - pos: -11.5,34.5 + pos: 53.5,-66.5 parent: 2 - - uid: 40340 + - uid: 37357 components: - type: Transform - pos: -10.5,34.5 + pos: 52.5,-66.5 parent: 2 - - uid: 40341 + - uid: 37358 components: - type: Transform - pos: -9.5,34.5 + pos: 51.5,-66.5 parent: 2 - - uid: 40342 + - uid: 37359 components: - type: Transform - pos: -9.5,33.5 + pos: 50.5,-66.5 parent: 2 - - uid: 40343 + - uid: 37360 components: - type: Transform - pos: -8.5,44.5 + pos: 49.5,-66.5 parent: 2 - - uid: 40344 + - uid: 37361 components: - type: Transform - pos: -7.5,44.5 + pos: 48.5,-66.5 parent: 2 - - uid: 40345 + - uid: 37362 components: - type: Transform - pos: -6.5,44.5 + pos: 48.5,-65.5 parent: 2 - - uid: 40346 + - uid: 37363 components: - type: Transform - pos: -5.5,44.5 + pos: 48.5,-64.5 parent: 2 - - uid: 40347 + - uid: 37431 components: - type: Transform - pos: -7.5,43.5 + pos: 49.5,-64.5 parent: 2 - - uid: 40348 + - uid: 37432 components: - type: Transform - pos: -7.5,42.5 + pos: 50.5,-64.5 parent: 2 - - uid: 40349 + - uid: 37433 components: - type: Transform - pos: -7.5,41.5 + pos: 51.5,-64.5 parent: 2 - - uid: 40350 + - uid: 37476 components: - type: Transform - pos: -1.5,40.5 + pos: 32.5,49.5 parent: 2 - - uid: 40351 + - uid: 37477 components: - type: Transform - pos: -0.5,40.5 + pos: 82.5,-22.5 parent: 2 - - uid: 40352 + - uid: 37485 components: - type: Transform - pos: -0.5,41.5 + pos: 53.5,-65.5 parent: 2 - - uid: 40353 + - uid: 37487 components: - type: Transform - pos: -0.5,42.5 + pos: 54.5,-65.5 parent: 2 - - uid: 40354 + - uid: 37518 components: - type: Transform - pos: -0.5,43.5 + pos: 55.5,-65.5 parent: 2 - - uid: 40355 + - uid: 37519 components: - type: Transform - pos: -0.5,44.5 + pos: 57.5,-65.5 parent: 2 - - uid: 40356 + - uid: 37520 components: - type: Transform - pos: -0.5,45.5 + pos: 58.5,-65.5 parent: 2 - - uid: 40364 + - uid: 37591 components: - type: Transform - pos: -15.5,46.5 + pos: 78.5,-16.5 parent: 2 - - uid: 40365 + - uid: 37718 components: - type: Transform - pos: -15.5,47.5 + pos: 76.5,-16.5 parent: 2 - - uid: 40366 + - uid: 37719 components: - type: Transform - pos: -15.5,48.5 + pos: 77.5,-16.5 parent: 2 - - uid: 40367 + - uid: 37721 components: - type: Transform - pos: -15.5,49.5 + pos: 84.5,-22.5 parent: 2 - - uid: 40368 + - uid: 37726 components: - type: Transform - pos: -15.5,50.5 + pos: 84.5,-10.5 parent: 2 - - uid: 40369 + - uid: 37801 components: - type: Transform - pos: -21.5,51.5 + pos: 93.5,-13.5 parent: 2 - - uid: 40370 + - uid: 37802 components: - type: Transform - pos: -21.5,50.5 + pos: 93.5,-14.5 parent: 2 - - uid: 40371 + - uid: 37803 components: - type: Transform - pos: -20.5,47.5 + pos: 93.5,-15.5 parent: 2 - - uid: 40372 + - uid: 37804 components: - type: Transform - pos: -19.5,47.5 + pos: 93.5,-16.5 parent: 2 - - uid: 40373 + - uid: 37805 components: - type: Transform - pos: -19.5,46.5 + pos: 93.5,-17.5 parent: 2 - - uid: 40374 + - uid: 37806 components: - type: Transform - pos: -28.5,51.5 + pos: 93.5,-18.5 parent: 2 - - uid: 40375 + - uid: 37807 components: - type: Transform - pos: -28.5,50.5 + pos: 93.5,-19.5 parent: 2 - - uid: 40376 + - uid: 37808 components: - type: Transform - pos: -28.5,49.5 + pos: 93.5,-20.5 parent: 2 - - uid: 40377 + - uid: 37809 components: - type: Transform - pos: -28.5,48.5 + pos: 93.5,-21.5 parent: 2 - - uid: 40378 + - uid: 37810 components: - type: Transform - pos: -27.5,49.5 + pos: 93.5,-22.5 parent: 2 - - uid: 40379 + - uid: 37811 components: - type: Transform - pos: -27.5,47.5 + pos: 93.5,-23.5 parent: 2 - - uid: 40380 + - uid: 37812 components: - type: Transform - pos: -25.5,47.5 + pos: 93.5,-24.5 parent: 2 - - uid: 40481 + - uid: 37813 components: - type: Transform - pos: 70.5,-25.5 + pos: 94.5,-24.5 parent: 2 - - uid: 40482 + - uid: 37814 components: - type: Transform - pos: 70.5,-26.5 + pos: 95.5,-24.5 parent: 2 - - uid: 40483 + - uid: 37815 components: - type: Transform - pos: 70.5,-27.5 + pos: 96.5,-24.5 parent: 2 - - uid: 40484 + - uid: 37816 components: - type: Transform - pos: 70.5,-28.5 + pos: 97.5,-24.5 parent: 2 - - uid: 40485 + - uid: 37817 components: - type: Transform - pos: 70.5,-29.5 + pos: 98.5,-24.5 parent: 2 - - uid: 40486 + - uid: 37818 components: - type: Transform - pos: 70.5,-30.5 + pos: 99.5,-24.5 parent: 2 - - uid: 40487 + - uid: 37819 components: - type: Transform - pos: 69.5,-30.5 + pos: 100.5,-24.5 parent: 2 - - uid: 40488 + - uid: 37820 components: - type: Transform - pos: 68.5,-30.5 + pos: 101.5,-24.5 parent: 2 - - uid: 40489 + - uid: 37821 components: - type: Transform - pos: 67.5,-30.5 + pos: 102.5,-24.5 parent: 2 - - uid: 40490 + - uid: 37822 components: - type: Transform - pos: 66.5,-30.5 + pos: 103.5,-24.5 parent: 2 - - uid: 40491 + - uid: 37823 components: - type: Transform - pos: 65.5,-30.5 + pos: 104.5,-24.5 parent: 2 - - uid: 40492 + - uid: 37824 components: - type: Transform - pos: 64.5,-30.5 + pos: 105.5,-24.5 parent: 2 - - uid: 40493 + - uid: 37825 components: - type: Transform - pos: 63.5,-30.5 + pos: 106.5,-24.5 parent: 2 -- proto: CableHVStack - entities: - - uid: 37216 + - uid: 37826 components: - type: Transform - pos: -59.164898,43.537525 + pos: 107.5,-24.5 parent: 2 - - uid: 40526 + - uid: 37827 components: - type: Transform - pos: 20.375082,-18.417974 + pos: 108.5,-24.5 parent: 2 -- proto: CableHVStack1 - entities: - - uid: 9835 + - uid: 37828 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.734528,-59.398197 + pos: 109.5,-24.5 parent: 2 - - uid: 9846 + - uid: 37829 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.953278,-59.648197 + pos: 108.5,-8.5 parent: 2 - - uid: 10429 + - uid: 37830 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.328278,-48.132572 + pos: 107.5,-8.5 parent: 2 - - uid: 11300 + - uid: 37831 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.81574,-24.348814 + pos: 106.5,-8.5 parent: 2 - - uid: 13699 + - uid: 37832 components: - type: Transform - pos: 57.4527,-39.224056 + pos: 105.5,-8.5 parent: 2 - - uid: 13700 + - uid: 37833 components: - type: Transform - pos: 57.6402,-39.58343 + pos: 104.5,-8.5 parent: 2 - - uid: 13702 + - uid: 37834 components: - type: Transform - pos: 57.381878,-39.817806 + pos: 103.5,-8.5 parent: 2 - - uid: 13703 + - uid: 37835 components: - type: Transform - pos: -32.34689,-37.163803 + pos: 102.5,-8.5 parent: 2 - - uid: 13707 + - uid: 37836 components: - type: Transform - pos: -66.18941,-29.585678 + pos: 101.5,-8.5 parent: 2 - - uid: 13715 + - uid: 37837 components: - type: Transform - pos: -67.21491,-36.21068 + pos: 100.5,-8.5 parent: 2 - - uid: 18698 + - uid: 37838 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 57.281403,-77.81058 + pos: 99.5,-8.5 parent: 2 - - uid: 26682 + - uid: 37839 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.52277,-24.219908 + pos: 98.5,-8.5 parent: 2 - - uid: 32004 + - uid: 37840 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.140778,-66.43997 + pos: 97.5,-8.5 parent: 2 - - uid: 32005 + - uid: 37841 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.093903,-72.6568 + pos: 96.5,-8.5 parent: 2 - - uid: 35632 + - uid: 37842 components: - type: Transform - pos: -90.2432,-41.70928 + pos: 95.5,-8.5 parent: 2 - - uid: 35633 + - uid: 37843 components: - type: Transform - pos: -78.48436,-34.82031 + pos: 94.5,-8.5 parent: 2 - - uid: 35634 + - uid: 37844 components: - type: Transform - pos: -88.59237,-35.41406 + pos: 93.5,-8.5 parent: 2 - - uid: 35635 + - uid: 37845 components: - type: Transform - pos: -90.0557,-42.05303 + pos: 93.5,-9.5 parent: 2 - - uid: 35636 + - uid: 37846 components: - type: Transform - pos: -90.02445,-57.512814 + pos: 93.5,-10.5 parent: 2 - - uid: 35637 + - uid: 37847 components: - type: Transform - pos: -88.50883,-51.28014 + pos: 93.5,-11.5 parent: 2 - - uid: 35638 + - uid: 37848 components: - type: Transform - pos: -80.77633,57.882023 + pos: 93.5,-12.5 parent: 2 - - uid: 35639 + - uid: 37849 components: - type: Transform - pos: -81.279465,95.05411 + pos: 92.5,-12.5 parent: 2 - - uid: 35640 + - uid: 37850 components: - type: Transform - pos: -81.104454,64.1161 + pos: 91.5,-12.5 parent: 2 - - uid: 35641 + - uid: 37851 components: - type: Transform - pos: -80.87008,64.60048 + pos: 90.5,-12.5 parent: 2 - - uid: 35642 + - uid: 37852 components: - type: Transform - pos: -79.71383,64.803604 + pos: 89.5,-12.5 parent: 2 - - uid: 35643 + - uid: 37853 components: - type: Transform - pos: -79.948204,70.21912 + pos: 88.5,-12.5 parent: 2 - - uid: 35644 + - uid: 37856 components: - type: Transform - pos: -80.83883,79.83925 + pos: 109.5,-8.5 parent: 2 - - uid: 35645 + - uid: 37857 components: - type: Transform - pos: -81.02633,81.41737 + pos: 109.5,-9.5 parent: 2 - - uid: 35646 + - uid: 37858 components: - type: Transform - pos: -79.80758,86.09206 + pos: 109.5,-10.5 parent: 2 -- proto: CableMV - entities: - - uid: 124 + - uid: 37859 components: - type: Transform - pos: 1.5,30.5 + pos: 109.5,-11.5 parent: 2 - - uid: 133 + - uid: 37860 components: - type: Transform - pos: 34.5,12.5 + pos: 109.5,-12.5 parent: 2 - - uid: 203 + - uid: 37861 components: - type: Transform - pos: -31.5,-1.5 + pos: 109.5,-13.5 parent: 2 - - uid: 209 + - uid: 37862 components: - type: Transform - pos: 81.5,-22.5 + pos: 109.5,-14.5 parent: 2 - - uid: 222 + - uid: 37863 components: - type: Transform - pos: -40.5,71.5 + pos: 109.5,-15.5 parent: 2 - - uid: 385 + - uid: 37864 components: - type: Transform - pos: 34.5,37.5 + pos: 109.5,-16.5 parent: 2 - - uid: 448 + - uid: 37865 components: - type: Transform - pos: -32.5,-1.5 + pos: 109.5,-17.5 parent: 2 - - uid: 629 + - uid: 37866 components: - type: Transform - pos: -41.5,69.5 + pos: 109.5,-18.5 parent: 2 - - uid: 658 + - uid: 37867 components: - type: Transform - pos: -42.5,69.5 + pos: 109.5,-19.5 parent: 2 - - uid: 696 + - uid: 37868 components: - type: Transform - pos: -27.5,2.5 + pos: 109.5,-20.5 parent: 2 - - uid: 697 + - uid: 37869 components: - type: Transform - pos: -26.5,2.5 + pos: 109.5,-21.5 parent: 2 - - uid: 767 + - uid: 37870 components: - type: Transform - pos: -41.5,20.5 + pos: 109.5,-22.5 parent: 2 - - uid: 773 + - uid: 37871 components: - type: Transform - pos: 46.5,49.5 + pos: 109.5,-23.5 parent: 2 - - uid: 808 + - uid: 37878 components: - type: Transform - pos: -14.5,42.5 + pos: 88.5,-20.5 parent: 2 - - uid: 815 + - uid: 37879 components: - type: Transform - pos: -18.5,-30.5 + pos: 89.5,-20.5 parent: 2 - - uid: 859 + - uid: 37880 components: - type: Transform - pos: 9.5,1.5 + pos: 90.5,-20.5 parent: 2 - - uid: 873 + - uid: 37881 components: - type: Transform - pos: -43.5,69.5 + pos: 91.5,-20.5 parent: 2 - - uid: 889 + - uid: 37882 components: - type: Transform - pos: 9.5,12.5 + pos: 92.5,-20.5 parent: 2 - - uid: 989 + - uid: 37883 components: - type: Transform - pos: 9.5,-12.5 + pos: 99.5,-23.5 parent: 2 - - uid: 994 + - uid: 37884 components: - type: Transform - pos: 9.5,-11.5 + pos: 102.5,-23.5 parent: 2 - - uid: 1001 + - uid: 37885 components: - type: Transform - pos: 9.5,-10.5 + pos: 108.5,-17.5 parent: 2 - - uid: 1011 + - uid: 37972 components: - type: Transform - pos: -72.5,2.5 + pos: 82.5,-19.5 parent: 2 - - uid: 1014 + - uid: 37973 components: - type: Transform - pos: 22.5,7.5 + pos: 83.5,-13.5 parent: 2 - - uid: 1086 + - uid: 37974 components: - type: Transform - pos: 9.5,-9.5 + pos: 84.5,-13.5 parent: 2 - - uid: 1126 + - uid: 37975 components: - type: Transform - pos: 9.5,-8.5 + pos: 84.5,-14.5 parent: 2 - - uid: 1135 + - uid: 37976 components: - type: Transform - pos: 9.5,-7.5 + pos: 83.5,-14.5 parent: 2 - - uid: 1159 + - uid: 37977 components: - type: Transform - pos: 9.5,-6.5 + pos: 82.5,-14.5 parent: 2 - - uid: 1164 + - uid: 37978 components: - type: Transform - pos: 9.5,9.5 + pos: 83.5,-15.5 parent: 2 - - uid: 1184 + - uid: 37983 components: - type: Transform - pos: 9.5,-5.5 + pos: 87.5,-19.5 parent: 2 - - uid: 1199 + - uid: 38005 components: - type: Transform - pos: 9.5,-4.5 + pos: 3.5,39.5 parent: 2 - - uid: 1201 + - uid: 38006 components: - type: Transform - pos: 9.5,-3.5 + pos: 4.5,40.5 parent: 2 - - uid: 1287 + - uid: 38050 components: - type: Transform - pos: 9.5,10.5 + pos: -77.5,9.5 parent: 2 - - uid: 1288 + - uid: 38051 components: - type: Transform - pos: 24.5,7.5 + pos: -77.5,10.5 parent: 2 - - uid: 1363 + - uid: 38052 components: - type: Transform - pos: -49.5,41.5 + pos: -77.5,11.5 parent: 2 - - uid: 1436 + - uid: 38053 components: - type: Transform - pos: 9.5,13.5 + pos: -77.5,12.5 parent: 2 - - uid: 1441 + - uid: 38054 components: - type: Transform - pos: 5.5,1.5 + pos: -77.5,13.5 parent: 2 - - uid: 1457 + - uid: 38055 components: - type: Transform - pos: -48.5,41.5 + pos: -77.5,14.5 parent: 2 - - uid: 1480 + - uid: 38056 components: - type: Transform - pos: 9.5,11.5 + pos: -77.5,15.5 parent: 2 - - uid: 1848 + - uid: 38057 components: - type: Transform - pos: 1.5,39.5 + pos: -77.5,16.5 parent: 2 - - uid: 1961 + - uid: 38058 components: - type: Transform - pos: 22.5,25.5 + pos: -77.5,17.5 parent: 2 - - uid: 2062 + - uid: 38059 components: - type: Transform - pos: -18.5,-31.5 + pos: -77.5,18.5 parent: 2 - - uid: 2082 + - uid: 38060 components: - type: Transform - pos: -28.5,2.5 + pos: -73.5,21.5 parent: 2 - - uid: 2321 + - uid: 38061 components: - type: Transform - pos: 79.5,-20.5 + pos: -74.5,21.5 parent: 2 - - uid: 2337 + - uid: 38062 components: - type: Transform - pos: 7.5,49.5 + pos: -75.5,21.5 parent: 2 - - uid: 2360 + - uid: 38063 components: - type: Transform - pos: -26.5,-28.5 + pos: -76.5,21.5 parent: 2 - - uid: 2400 + - uid: 38064 components: - type: Transform - pos: 79.5,-21.5 + pos: -77.5,21.5 parent: 2 - - uid: 2436 + - uid: 38065 components: - type: Transform - pos: -26.5,-27.5 + pos: -77.5,20.5 parent: 2 - - uid: 2822 + - uid: 38066 components: - type: Transform - pos: -1.5,39.5 + pos: -77.5,19.5 parent: 2 - - uid: 3118 + - uid: 38136 components: - type: Transform - pos: -3.5,1.5 + pos: 4.5,42.5 parent: 2 - - uid: 3148 + - uid: 38672 components: - type: Transform - pos: 48.5,49.5 + pos: 48.5,-55.5 parent: 2 - - uid: 3149 + - uid: 38693 components: - type: Transform - pos: 47.5,49.5 + pos: 2.5,39.5 parent: 2 - - uid: 3171 + - uid: 38694 components: - type: Transform - pos: -25.5,5.5 + pos: 4.5,39.5 parent: 2 - - uid: 3287 + - uid: 38695 components: - type: Transform - pos: -0.5,1.5 + pos: 4.5,41.5 parent: 2 - - uid: 3327 + - uid: 38702 components: - type: Transform - pos: -4.5,1.5 + pos: -86.5,-45.5 parent: 2 - - uid: 3357 + - uid: 38714 components: - type: Transform - pos: -5.5,1.5 + pos: -84.5,-43.5 parent: 2 - - uid: 3358 + - uid: 38798 components: - type: Transform - pos: -6.5,-0.5 + pos: -47.5,16.5 parent: 2 - - uid: 3369 + - uid: 38836 components: - type: Transform - pos: 0.5,1.5 + pos: -48.5,16.5 parent: 2 - - uid: 3378 + - uid: 38839 components: - type: Transform - pos: -29.5,2.5 + pos: -49.5,16.5 parent: 2 - - uid: 3522 + - uid: 38886 components: - type: Transform - pos: -2.5,1.5 + pos: 1.5,-20.5 parent: 2 - - uid: 3590 + - uid: 38887 components: - type: Transform - pos: -1.5,1.5 + pos: 1.5,-19.5 parent: 2 - - uid: 3712 + - uid: 38888 components: - type: Transform - pos: -6.5,-2.5 + pos: 1.5,-18.5 parent: 2 - - uid: 3774 + - uid: 38889 components: - type: Transform - pos: -5.5,-2.5 + pos: 1.5,-17.5 parent: 2 - - uid: 3776 + - uid: 38890 components: - type: Transform - pos: -31.5,6.5 + pos: 1.5,-16.5 parent: 2 - - uid: 3777 + - uid: 38902 components: - type: Transform - pos: -32.5,6.5 + pos: 10.5,-38.5 parent: 2 - - uid: 3824 + - uid: 38903 components: - type: Transform - pos: -30.5,2.5 + pos: 10.5,-39.5 parent: 2 - - uid: 3825 + - uid: 38904 components: - type: Transform - pos: -30.5,3.5 + pos: 10.5,-40.5 parent: 2 - - uid: 3826 + - uid: 38905 components: - type: Transform - pos: -24.5,2.5 + pos: 10.5,-41.5 parent: 2 - - uid: 3841 + - uid: 38906 components: - type: Transform - pos: -23.5,2.5 + pos: 10.5,-42.5 parent: 2 - - uid: 3893 + - uid: 38948 components: - type: Transform - pos: -22.5,2.5 + pos: -83.5,-43.5 parent: 2 - - uid: 3968 + - uid: 39385 components: - type: Transform - pos: -21.5,2.5 + pos: -50.5,16.5 parent: 2 - - uid: 4194 + - uid: 39386 components: - type: Transform - pos: -20.5,2.5 + pos: -51.5,16.5 parent: 2 - - uid: 4217 + - uid: 39387 components: - type: Transform - pos: -1.5,26.5 + pos: -52.5,16.5 parent: 2 - - uid: 4428 + - uid: 39388 components: - type: Transform - pos: -44.5,20.5 + pos: -53.5,16.5 parent: 2 - - uid: 4557 + - uid: 39512 components: - type: Transform - pos: 48.5,50.5 + pos: -82.5,-43.5 parent: 2 - - uid: 4562 + - uid: 39682 components: - type: Transform - pos: 43.5,49.5 + pos: -81.5,-43.5 parent: 2 - - uid: 4565 + - uid: 40114 components: - type: Transform - pos: 44.5,49.5 + pos: -97.5,-44.5 parent: 2 - - uid: 4569 + - uid: 40120 components: - type: Transform - pos: 45.5,49.5 + pos: 6.5,39.5 parent: 2 - - uid: 4750 + - uid: 40121 components: - type: Transform - pos: -6.5,1.5 + pos: 7.5,39.5 parent: 2 - - uid: 4817 + - uid: 40122 components: - type: Transform - pos: -19.5,2.5 + pos: 8.5,39.5 parent: 2 - - uid: 4851 + - uid: 40123 components: - type: Transform - pos: 80.5,-21.5 + pos: 9.5,39.5 parent: 2 - - uid: 4854 + - uid: 40124 components: - type: Transform - pos: -18.5,2.5 + pos: 10.5,39.5 parent: 2 - - uid: 4945 + - uid: 40125 components: - type: Transform - pos: 34.5,33.5 + pos: 11.5,39.5 parent: 2 - - uid: 4946 + - uid: 40126 components: - type: Transform - pos: 99.5,77.5 + pos: 12.5,39.5 parent: 2 - - uid: 4947 + - uid: 40127 components: - type: Transform - pos: 97.5,77.5 + pos: 13.5,39.5 parent: 2 - - uid: 5050 + - uid: 40128 components: - type: Transform - pos: -61.5,-31.5 + pos: 14.5,39.5 parent: 2 - - uid: 5111 + - uid: 40129 components: - type: Transform - pos: -43.5,20.5 + pos: 15.5,39.5 parent: 2 - - uid: 5144 + - uid: 40130 components: - type: Transform - pos: -61.5,-30.5 + pos: 16.5,39.5 parent: 2 - - uid: 5145 + - uid: 40131 components: - type: Transform - pos: -61.5,-29.5 + pos: 17.5,39.5 parent: 2 - - uid: 5146 + - uid: 40132 components: - type: Transform - pos: -61.5,-28.5 + pos: 18.5,39.5 parent: 2 - - uid: 5151 + - uid: 40133 components: - type: Transform - pos: -61.5,-27.5 + pos: 18.5,40.5 parent: 2 - - uid: 5152 + - uid: 40134 components: - type: Transform - pos: -61.5,-26.5 + pos: 18.5,41.5 parent: 2 - - uid: 5153 + - uid: 40135 components: - type: Transform - pos: -61.5,-25.5 + pos: 18.5,42.5 parent: 2 - - uid: 5215 + - uid: 40136 components: - type: Transform - pos: 34.5,31.5 + pos: 18.5,43.5 parent: 2 - - uid: 5242 + - uid: 40137 components: - type: Transform - pos: 1.5,42.5 + pos: 18.5,44.5 parent: 2 - - uid: 5259 + - uid: 40138 components: - type: Transform - pos: 34.5,32.5 + pos: 18.5,45.5 parent: 2 - - uid: 5421 + - uid: 40139 components: - type: Transform - pos: 1.5,41.5 + pos: 18.5,46.5 parent: 2 - - uid: 5510 + - uid: 40140 components: - type: Transform - pos: -17.5,2.5 + pos: 18.5,47.5 parent: 2 - - uid: 5511 + - uid: 40141 components: - type: Transform - pos: -16.5,2.5 + pos: 18.5,48.5 parent: 2 - - uid: 5630 + - uid: 40142 components: - type: Transform - pos: -15.5,2.5 + pos: 18.5,49.5 parent: 2 - - uid: 5669 + - uid: 40143 components: - type: Transform - pos: 20.5,43.5 + pos: 18.5,50.5 parent: 2 - - uid: 5907 + - uid: 40144 components: - type: Transform - pos: -25.5,-1.5 + pos: 18.5,51.5 parent: 2 - - uid: 5911 + - uid: 40145 components: - type: Transform - pos: -27.5,-1.5 + pos: 18.5,52.5 parent: 2 - - uid: 5917 + - uid: 40146 components: - type: Transform - pos: -25.5,1.5 + pos: 18.5,53.5 parent: 2 - - uid: 5918 + - uid: 40147 components: - type: Transform - pos: -26.5,-1.5 + pos: 18.5,54.5 parent: 2 - - uid: 5927 + - uid: 40148 components: - type: Transform - pos: -29.5,-1.5 + pos: 18.5,55.5 parent: 2 - - uid: 5933 + - uid: 40149 components: - type: Transform - pos: -28.5,-1.5 + pos: 18.5,56.5 parent: 2 - - uid: 5936 + - uid: 40150 components: - type: Transform - pos: -25.5,0.5 + pos: 18.5,57.5 parent: 2 - - uid: 5937 + - uid: 40151 components: - type: Transform - pos: -25.5,-0.5 + pos: 18.5,58.5 parent: 2 - - uid: 5967 + - uid: 40152 components: - type: Transform - pos: -14.5,2.5 + pos: 18.5,59.5 parent: 2 - - uid: 6124 + - uid: 40153 components: - type: Transform - pos: -0.5,39.5 + pos: 18.5,60.5 parent: 2 - - uid: 6125 + - uid: 40155 components: - type: Transform - pos: -2.5,39.5 + pos: 19.5,60.5 parent: 2 - - uid: 6155 + - uid: 40156 components: - type: Transform - pos: 105.5,-9.5 + pos: 20.5,60.5 parent: 2 - - uid: 6311 + - uid: 40157 components: - type: Transform - pos: 34.5,36.5 + pos: 21.5,60.5 parent: 2 - - uid: 6323 + - uid: 40158 components: - type: Transform - pos: -2.5,37.5 + pos: 22.5,60.5 parent: 2 - - uid: 6328 + - uid: 40159 components: - type: Transform - pos: -39.5,68.5 + pos: 22.5,59.5 parent: 2 - - uid: 6373 + - uid: 40160 components: - type: Transform - pos: 34.5,34.5 + pos: 23.5,59.5 parent: 2 - - uid: 6385 + - uid: 40161 components: - type: Transform - pos: 34.5,35.5 + pos: 23.5,58.5 parent: 2 - - uid: 6469 + - uid: 40162 components: - type: Transform - pos: -37.5,69.5 + pos: 24.5,58.5 parent: 2 - - uid: 6575 + - uid: 40163 components: - type: Transform - pos: -57.5,34.5 + pos: 24.5,57.5 parent: 2 - - uid: 6662 + - uid: 40164 components: - type: Transform - pos: -62.5,-21.5 + pos: 25.5,57.5 parent: 2 - - uid: 6663 + - uid: 40165 components: - type: Transform - pos: -61.5,-21.5 + pos: 26.5,57.5 parent: 2 - - uid: 6680 + - uid: 40166 components: - type: Transform - pos: -19.5,-29.5 + pos: 27.5,57.5 parent: 2 - - uid: 6681 + - uid: 40167 components: - type: Transform - pos: -47.5,34.5 + pos: 28.5,57.5 parent: 2 - - uid: 6712 + - uid: 40168 components: - type: Transform - pos: -45.5,35.5 + pos: 30.5,51.5 parent: 2 - - uid: 6764 + - uid: 40169 components: - type: Transform - pos: -65.5,-21.5 + pos: 24.5,56.5 parent: 2 - - uid: 6811 + - uid: 40170 components: - type: Transform - pos: -45.5,34.5 + pos: 24.5,55.5 parent: 2 - - uid: 6916 + - uid: 40171 components: - type: Transform - pos: -18.5,-29.5 + pos: 24.5,54.5 parent: 2 - - uid: 6917 + - uid: 40172 components: - type: Transform - pos: 8.5,27.5 + pos: 19.5,45.5 parent: 2 - - uid: 7102 + - uid: 40173 components: - type: Transform - pos: 25.5,7.5 + pos: 20.5,45.5 parent: 2 - - uid: 7197 + - uid: 40174 components: - type: Transform - pos: 26.5,7.5 + pos: 21.5,45.5 parent: 2 - - uid: 7198 + - uid: 40175 components: - type: Transform - pos: 23.5,5.5 + pos: 22.5,45.5 parent: 2 - - uid: 7297 + - uid: 40176 components: - type: Transform - pos: -49.5,34.5 + pos: 23.5,45.5 parent: 2 - - uid: 7313 + - uid: 40177 components: - type: Transform - pos: -50.5,34.5 + pos: 24.5,45.5 parent: 2 - - uid: 7349 + - uid: 40178 components: - type: Transform - pos: -48.5,34.5 + pos: 25.5,45.5 parent: 2 - - uid: 7547 + - uid: 40179 components: - type: Transform - pos: -33.5,71.5 + pos: 26.5,45.5 parent: 2 - - uid: 7701 + - uid: 40180 components: - type: Transform - pos: -9.5,-4.5 + pos: 27.5,45.5 parent: 2 - - uid: 7731 + - uid: 40181 components: - type: Transform - pos: 8.5,29.5 + pos: 28.5,45.5 parent: 2 - - uid: 7789 + - uid: 40182 components: - type: Transform - pos: 8.5,30.5 + pos: 29.5,45.5 parent: 2 - - uid: 7966 + - uid: 40183 components: - type: Transform - pos: -55.5,34.5 + pos: 29.5,44.5 parent: 2 - - uid: 7969 + - uid: 40184 components: - type: Transform - pos: -54.5,34.5 + pos: 29.5,43.5 parent: 2 - - uid: 7993 + - uid: 40185 components: - type: Transform - pos: -54.5,31.5 + pos: 29.5,42.5 parent: 2 - - uid: 8016 + - uid: 40186 components: - type: Transform - pos: 8.5,33.5 + pos: 29.5,41.5 parent: 2 - - uid: 8258 + - uid: 40187 components: - type: Transform - pos: 39.5,15.5 + pos: 29.5,40.5 parent: 2 - - uid: 8259 + - uid: 40188 components: - type: Transform - pos: -43.5,15.5 + pos: 29.5,39.5 parent: 2 - - uid: 8274 + - uid: 40189 components: - type: Transform - pos: -42.5,15.5 + pos: 29.5,38.5 parent: 2 - - uid: 8310 + - uid: 40190 components: - type: Transform - pos: 39.5,16.5 + pos: 29.5,37.5 parent: 2 - - uid: 8692 + - uid: 40191 components: - type: Transform - pos: -54.5,25.5 + pos: 29.5,36.5 parent: 2 - - uid: 8693 + - uid: 40192 components: - type: Transform - pos: -54.5,24.5 + pos: 28.5,36.5 parent: 2 - - uid: 8695 + - uid: 40193 components: - type: Transform - pos: -54.5,23.5 + pos: 27.5,36.5 parent: 2 - - uid: 8700 + - uid: 40194 components: - type: Transform - pos: -54.5,22.5 + pos: 26.5,36.5 parent: 2 - - uid: 8704 + - uid: 40195 components: - type: Transform - pos: -63.5,34.5 + pos: 25.5,36.5 parent: 2 - - uid: 8710 + - uid: 40196 components: - type: Transform - pos: -45.5,39.5 + pos: 24.5,36.5 parent: 2 - - uid: 8723 + - uid: 40197 components: - type: Transform - pos: -45.5,38.5 + pos: 23.5,36.5 parent: 2 - - uid: 8725 + - uid: 40198 components: - type: Transform - pos: -45.5,37.5 + pos: 23.5,37.5 parent: 2 - - uid: 8752 + - uid: 40199 components: - type: Transform - pos: -41.5,15.5 + pos: 23.5,38.5 parent: 2 - - uid: 8753 + - uid: 40200 components: - type: Transform - pos: -40.5,15.5 + pos: 23.5,39.5 parent: 2 - - uid: 8799 + - uid: 40201 components: - type: Transform - pos: -60.5,34.5 + pos: 23.5,40.5 parent: 2 - - uid: 8800 + - uid: 40202 components: - type: Transform - pos: -56.5,34.5 + pos: 23.5,41.5 parent: 2 - - uid: 8807 + - uid: 40203 components: - type: Transform - pos: -54.5,14.5 + pos: 23.5,42.5 parent: 2 - - uid: 8808 + - uid: 40204 components: - type: Transform - pos: -53.5,26.5 + pos: 23.5,43.5 parent: 2 - - uid: 8809 + - uid: 40205 components: - type: Transform - pos: -52.5,19.5 + pos: 23.5,44.5 parent: 2 - - uid: 8978 + - uid: 40206 components: - type: Transform - pos: -46.5,34.5 + pos: 22.5,41.5 parent: 2 - - uid: 9007 + - uid: 40207 components: - type: Transform - pos: -54.5,28.5 + pos: 15.5,51.5 parent: 2 - - uid: 9008 + - uid: 40208 components: - type: Transform - pos: -54.5,30.5 + pos: 16.5,51.5 parent: 2 - - uid: 9041 + - uid: 40209 components: - type: Transform - pos: -59.5,34.5 + pos: 20.5,42.5 parent: 2 - - uid: 9042 + - uid: 40210 components: - type: Transform - pos: -62.5,34.5 + pos: 20.5,43.5 parent: 2 - - uid: 9104 + - uid: 40211 components: - type: Transform - pos: -39.5,15.5 + pos: 20.5,44.5 parent: 2 - - uid: 9108 + - uid: 40212 components: - type: Transform - pos: -38.5,15.5 + pos: 17.5,51.5 parent: 2 - - uid: 9110 + - uid: 40213 components: - type: Transform - pos: -37.5,15.5 + pos: 26.5,35.5 parent: 2 - - uid: 9111 + - uid: 40214 components: - type: Transform - pos: -37.5,16.5 + pos: 26.5,34.5 parent: 2 - - uid: 9243 + - uid: 40215 components: - type: Transform - pos: 10.5,27.5 + pos: 25.5,34.5 parent: 2 - - uid: 9483 + - uid: 40216 components: - type: Transform - pos: -54.5,27.5 + pos: 27.5,34.5 parent: 2 - - uid: 9510 + - uid: 40217 components: - type: Transform - pos: -25.5,4.5 + pos: 30.5,38.5 parent: 2 - - uid: 9533 + - uid: 40218 components: - type: Transform - pos: -22.5,-23.5 + pos: 31.5,39.5 parent: 2 - - uid: 9571 + - uid: 40219 components: - type: Transform - pos: -30.5,-1.5 + pos: 31.5,38.5 parent: 2 - - uid: 9620 + - uid: 40220 components: - type: Transform - pos: -58.5,34.5 + pos: 31.5,37.5 parent: 2 - - uid: 9633 + - uid: 40221 components: - type: Transform - pos: -25.5,3.5 + pos: 32.5,38.5 parent: 2 - - uid: 9695 + - uid: 40222 components: - type: Transform - pos: -54.5,15.5 + pos: 33.5,38.5 parent: 2 - - uid: 9909 + - uid: 40223 components: - type: Transform - pos: -54.5,33.5 + pos: 21.5,39.5 parent: 2 - - uid: 10013 + - uid: 40224 components: - type: Transform - pos: -73.5,8.5 + pos: 21.5,38.5 parent: 2 - - uid: 10074 + - uid: 40225 components: - type: Transform - pos: 33.5,53.5 + pos: 21.5,37.5 parent: 2 - - uid: 10076 + - uid: 40226 components: - type: Transform - pos: -67.5,34.5 + pos: 22.5,38.5 parent: 2 - - uid: 10077 + - uid: 40227 components: - type: Transform - pos: -66.5,34.5 + pos: 15.5,38.5 parent: 2 - - uid: 10078 + - uid: 40228 components: - type: Transform - pos: -65.5,34.5 + pos: 15.5,37.5 parent: 2 - - uid: 10079 + - uid: 40229 components: - type: Transform - pos: -64.5,34.5 + pos: 15.5,36.5 parent: 2 - - uid: 10080 + - uid: 40230 components: - type: Transform - pos: -64.5,35.5 + pos: 15.5,35.5 parent: 2 - - uid: 10123 + - uid: 40231 components: - type: Transform - pos: 33.5,55.5 + pos: 18.5,35.5 parent: 2 - - uid: 10124 + - uid: 40232 components: - type: Transform - pos: 33.5,54.5 + pos: 18.5,34.5 parent: 2 - - uid: 10162 + - uid: 40233 components: - type: Transform - pos: -74.5,8.5 + pos: 18.5,36.5 parent: 2 - - uid: 10166 + - uid: 40234 components: - type: Transform - pos: -54.5,32.5 + pos: 18.5,37.5 parent: 2 - - uid: 10410 + - uid: 40235 components: - type: Transform - pos: -45.5,36.5 + pos: 18.5,38.5 parent: 2 - - uid: 10935 + - uid: 40236 components: - type: Transform - pos: 35.5,12.5 + pos: 20.5,38.5 parent: 2 - - uid: 11015 + - uid: 40237 components: - type: Transform - pos: -61.5,-15.5 + pos: 19.5,38.5 parent: 2 - - uid: 11016 + - uid: 40238 components: - type: Transform - pos: -60.5,-15.5 + pos: 14.5,51.5 parent: 2 - - uid: 11017 + - uid: 40239 components: - type: Transform - pos: -59.5,-15.5 + pos: 13.5,51.5 parent: 2 - - uid: 11018 + - uid: 40240 components: - type: Transform - pos: -58.5,-14.5 + pos: 12.5,51.5 parent: 2 - - uid: 11019 + - uid: 40241 components: - type: Transform - pos: -61.5,-18.5 + pos: 11.5,51.5 parent: 2 - - uid: 11020 + - uid: 40242 components: - type: Transform - pos: -61.5,-17.5 + pos: 10.5,51.5 parent: 2 - - uid: 11021 + - uid: 40243 components: - type: Transform - pos: -61.5,-16.5 + pos: 9.5,51.5 parent: 2 - - uid: 11028 + - uid: 40244 components: - type: Transform - pos: -57.5,-31.5 + pos: 8.5,51.5 parent: 2 - - uid: 11029 + - uid: 40245 components: - type: Transform - pos: -56.5,-31.5 + pos: 8.5,50.5 parent: 2 - - uid: 11030 + - uid: 40246 components: - type: Transform - pos: -55.5,-31.5 + pos: 12.5,52.5 parent: 2 - - uid: 11031 + - uid: 40247 components: - type: Transform - pos: -55.5,-32.5 + pos: 12.5,53.5 parent: 2 - - uid: 11034 + - uid: 40248 components: - type: Transform - pos: -59.5,-31.5 + pos: 12.5,54.5 parent: 2 - - uid: 11035 + - uid: 40249 components: - type: Transform - pos: 33.5,43.5 + pos: 12.5,55.5 parent: 2 - - uid: 11038 + - uid: 40250 components: - type: Transform - pos: 34.5,42.5 + pos: 12.5,56.5 parent: 2 - - uid: 11039 + - uid: 40251 components: - type: Transform - pos: 34.5,43.5 + pos: 12.5,57.5 parent: 2 - - uid: 11046 + - uid: 40252 components: - type: Transform - pos: -60.5,-31.5 + pos: 11.5,57.5 parent: 2 - - uid: 11059 + - uid: 40253 components: - type: Transform - pos: -58.5,-13.5 + pos: 10.5,57.5 parent: 2 - - uid: 11070 + - uid: 40254 components: - type: Transform - pos: -59.5,-11.5 + pos: 9.5,57.5 parent: 2 - - uid: 11111 + - uid: 40255 components: - type: Transform - pos: -68.5,-2.5 + pos: 8.5,57.5 parent: 2 - - uid: 11112 + - uid: 40256 components: - type: Transform - pos: -68.5,-3.5 + pos: 7.5,57.5 parent: 2 - - uid: 11113 + - uid: 40257 components: - type: Transform - pos: -67.5,-3.5 + pos: 6.5,57.5 parent: 2 - - uid: 11114 + - uid: 40258 components: - type: Transform - pos: -66.5,-3.5 + pos: 5.5,57.5 parent: 2 - - uid: 11115 + - uid: 40259 components: - type: Transform - pos: -65.5,-3.5 + pos: 4.5,57.5 parent: 2 - - uid: 11116 + - uid: 40260 components: - type: Transform - pos: -64.5,-3.5 + pos: 4.5,56.5 parent: 2 - - uid: 11117 + - uid: 40261 components: - type: Transform - pos: -64.5,-2.5 + pos: 4.5,55.5 parent: 2 - - uid: 11118 + - uid: 40262 components: - type: Transform - pos: -64.5,-1.5 + pos: 4.5,54.5 parent: 2 - - uid: 11119 + - uid: 40263 components: - type: Transform - pos: -64.5,-0.5 + pos: 4.5,53.5 parent: 2 - - uid: 11120 + - uid: 40264 components: - type: Transform - pos: -64.5,0.5 + pos: 4.5,52.5 parent: 2 - - uid: 11121 + - uid: 40265 components: - type: Transform - pos: -64.5,1.5 + pos: 4.5,51.5 parent: 2 - - uid: 11122 + - uid: 40266 components: - type: Transform - pos: -64.5,2.5 + pos: 3.5,51.5 parent: 2 - - uid: 11123 + - uid: 40267 components: - type: Transform - pos: -64.5,3.5 + pos: 2.5,51.5 parent: 2 - - uid: 11124 + - uid: 40268 components: - type: Transform - pos: -64.5,4.5 + pos: -14.5,21.5 parent: 2 - - uid: 11125 + - uid: 40269 components: - type: Transform - pos: -64.5,5.5 + pos: -14.5,22.5 parent: 2 - - uid: 11126 + - uid: 40270 components: - type: Transform - pos: -64.5,6.5 + pos: -14.5,23.5 parent: 2 - - uid: 11127 + - uid: 40271 components: - type: Transform - pos: -64.5,7.5 + pos: -14.5,24.5 parent: 2 - - uid: 11128 + - uid: 40272 components: - type: Transform - pos: -64.5,8.5 + pos: -14.5,25.5 parent: 2 - - uid: 11129 + - uid: 40273 components: - type: Transform - pos: -65.5,8.5 + pos: -14.5,26.5 parent: 2 - - uid: 11130 + - uid: 40274 components: - type: Transform - pos: -66.5,8.5 + pos: -14.5,27.5 parent: 2 - - uid: 11131 + - uid: 40275 components: - type: Transform - pos: -67.5,8.5 + pos: -14.5,28.5 parent: 2 - - uid: 11132 + - uid: 40276 components: - type: Transform - pos: -68.5,8.5 + pos: -14.5,29.5 parent: 2 - - uid: 11133 + - uid: 40277 components: - type: Transform - pos: -69.5,8.5 + pos: -13.5,29.5 parent: 2 - - uid: 11134 + - uid: 40278 components: - type: Transform - pos: -70.5,8.5 + pos: -12.5,29.5 parent: 2 - - uid: 11135 + - uid: 40279 components: - type: Transform - pos: -71.5,8.5 + pos: -12.5,39.5 parent: 2 - - uid: 11136 + - uid: 40280 components: - type: Transform - pos: -72.5,8.5 + pos: -12.5,38.5 parent: 2 - - uid: 11137 + - uid: 40281 components: - type: Transform - pos: -72.5,7.5 + pos: -12.5,37.5 parent: 2 - - uid: 11138 + - uid: 40282 components: - type: Transform - pos: -72.5,6.5 + pos: -12.5,36.5 parent: 2 - - uid: 11139 + - uid: 40283 components: - type: Transform - pos: -72.5,5.5 + pos: -12.5,35.5 parent: 2 - - uid: 11143 + - uid: 40284 components: - type: Transform - pos: -76.5,8.5 + pos: -12.5,34.5 parent: 2 - - uid: 11148 + - uid: 40285 components: - type: Transform - pos: -75.5,8.5 + pos: -12.5,33.5 parent: 2 - - uid: 11154 + - uid: 40286 components: - type: Transform - pos: -78.5,8.5 + pos: -12.5,32.5 parent: 2 - - uid: 11155 + - uid: 40287 components: - type: Transform - pos: -77.5,8.5 + pos: -12.5,31.5 parent: 2 - - uid: 11169 + - uid: 40288 components: - type: Transform - pos: 32.5,47.5 + pos: -12.5,30.5 parent: 2 - - uid: 11206 + - uid: 40291 components: - type: Transform - pos: -44.5,69.5 + pos: -30.5,31.5 parent: 2 - - uid: 11644 + - uid: 40292 components: - type: Transform - pos: -51.5,34.5 + pos: -29.5,31.5 parent: 2 - - uid: 11713 + - uid: 40293 components: - type: Transform - pos: -27.5,-27.5 + pos: -28.5,31.5 parent: 2 - - uid: 11714 + - uid: 40294 components: - type: Transform - pos: -28.5,-27.5 + pos: -27.5,31.5 parent: 2 - - uid: 11715 + - uid: 40295 components: - type: Transform - pos: -29.5,-27.5 + pos: -26.5,31.5 parent: 2 - - uid: 11716 + - uid: 40296 components: - type: Transform - pos: -30.5,-27.5 + pos: -25.5,31.5 parent: 2 - - uid: 11717 + - uid: 40297 components: - type: Transform - pos: -31.5,-27.5 + pos: -31.5,31.5 parent: 2 - - uid: 11718 + - uid: 40298 components: - type: Transform - pos: -32.5,-27.5 + pos: -32.5,31.5 parent: 2 - - uid: 11719 + - uid: 40299 components: - type: Transform - pos: -33.5,-27.5 + pos: -33.5,31.5 parent: 2 - - uid: 11720 + - uid: 40300 components: - type: Transform - pos: -33.5,-26.5 + pos: -34.5,31.5 parent: 2 - - uid: 11721 + - uid: 40301 components: - type: Transform - pos: -33.5,-25.5 + pos: -35.5,31.5 parent: 2 - - uid: 11722 + - uid: 40302 components: - type: Transform - pos: -33.5,-24.5 + pos: -36.5,31.5 parent: 2 - - uid: 11723 + - uid: 40303 components: - type: Transform - pos: -33.5,-23.5 + pos: -37.5,31.5 parent: 2 - - uid: 11724 + - uid: 40304 components: - type: Transform - pos: -33.5,-22.5 + pos: -39.5,29.5 parent: 2 - - uid: 11725 + - uid: 40305 components: - type: Transform - pos: -33.5,-21.5 + pos: -38.5,29.5 parent: 2 - - uid: 11726 + - uid: 40306 components: - type: Transform - pos: -33.5,-20.5 + pos: -37.5,29.5 parent: 2 - - uid: 11727 + - uid: 40307 components: - type: Transform - pos: -33.5,-19.5 + pos: -36.5,29.5 parent: 2 - - uid: 11728 + - uid: 40308 components: - type: Transform - pos: -33.5,-18.5 + pos: -35.5,29.5 parent: 2 - - uid: 11729 + - uid: 40309 components: - type: Transform - pos: -33.5,-17.5 + pos: -34.5,29.5 parent: 2 - - uid: 11730 + - uid: 40310 components: - type: Transform - pos: -33.5,-16.5 + pos: -33.5,29.5 parent: 2 - - uid: 11731 + - uid: 40311 components: - type: Transform - pos: -33.5,-15.5 + pos: -32.5,29.5 parent: 2 - - uid: 11732 + - uid: 40312 components: - type: Transform - pos: -32.5,-15.5 + pos: -31.5,29.5 parent: 2 - - uid: 11733 + - uid: 40317 components: - type: Transform - pos: -31.5,-15.5 + pos: -29.5,29.5 parent: 2 - - uid: 11734 + - uid: 40318 components: - type: Transform - pos: -30.5,-15.5 + pos: -28.5,29.5 parent: 2 - - uid: 11735 + - uid: 40319 components: - type: Transform - pos: -29.5,-15.5 + pos: -27.5,29.5 parent: 2 - - uid: 11736 + - uid: 40320 components: - type: Transform - pos: -28.5,-15.5 + pos: -26.5,29.5 parent: 2 - - uid: 11737 + - uid: 40321 components: - type: Transform - pos: -27.5,-15.5 + pos: -25.5,29.5 parent: 2 - - uid: 11738 + - uid: 40322 components: - type: Transform - pos: -26.5,-15.5 + pos: -24.5,29.5 parent: 2 - - uid: 11739 + - uid: 40323 components: - type: Transform - pos: -25.5,-15.5 + pos: -23.5,29.5 parent: 2 - - uid: 11740 + - uid: 40324 components: - type: Transform - pos: -24.5,-15.5 + pos: -22.5,29.5 parent: 2 - - uid: 11741 + - uid: 40325 components: - type: Transform - pos: -23.5,-15.5 + pos: -21.5,29.5 parent: 2 - - uid: 11742 + - uid: 40326 components: - type: Transform - pos: -22.5,-15.5 + pos: -20.5,29.5 parent: 2 - - uid: 11743 + - uid: 40327 components: - type: Transform - pos: -21.5,-15.5 + pos: -19.5,29.5 parent: 2 - - uid: 11744 + - uid: 40328 components: - type: Transform - pos: -20.5,-15.5 + pos: -18.5,29.5 parent: 2 - - uid: 11745 + - uid: 40329 components: - type: Transform - pos: -19.5,-15.5 + pos: -17.5,29.5 parent: 2 - - uid: 11746 + - uid: 40330 components: - type: Transform - pos: -18.5,-15.5 + pos: -16.5,29.5 parent: 2 - - uid: 11747 + - uid: 40331 components: - type: Transform - pos: -17.5,-15.5 + pos: -15.5,29.5 parent: 2 - - uid: 11748 + - uid: 40332 components: - type: Transform - pos: -16.5,-15.5 + pos: -27.5,30.5 parent: 2 - - uid: 11749 + - uid: 40333 components: - type: Transform - pos: -15.5,-15.5 + pos: -13.5,25.5 parent: 2 - - uid: 11750 + - uid: 40334 components: - type: Transform - pos: -14.5,-15.5 + pos: -12.5,25.5 parent: 2 - - uid: 11751 + - uid: 40335 components: - type: Transform - pos: -13.5,-15.5 + pos: -12.5,24.5 parent: 2 - - uid: 11752 + - uid: 40336 components: - type: Transform - pos: -12.5,-15.5 + pos: -3.5,25.5 parent: 2 - - uid: 11753 + - uid: 40337 components: - type: Transform - pos: -11.5,-15.5 + pos: -3.5,26.5 parent: 2 - - uid: 11754 + - uid: 40338 components: - type: Transform - pos: -11.5,-16.5 + pos: -3.5,27.5 parent: 2 - - uid: 11755 + - uid: 40339 components: - type: Transform - pos: -11.5,-17.5 + pos: -11.5,34.5 parent: 2 - - uid: 11756 + - uid: 40340 components: - type: Transform - pos: -11.5,-18.5 + pos: -10.5,34.5 parent: 2 - - uid: 11757 + - uid: 40341 components: - type: Transform - pos: -11.5,-19.5 + pos: -9.5,34.5 parent: 2 - - uid: 11758 + - uid: 40342 components: - type: Transform - pos: -11.5,-20.5 + pos: -9.5,33.5 parent: 2 - - uid: 11759 + - uid: 40347 components: - type: Transform - pos: -12.5,-20.5 + pos: -7.5,43.5 parent: 2 - - uid: 11760 + - uid: 40348 components: - type: Transform - pos: -13.5,-20.5 + pos: -7.5,42.5 parent: 2 - - uid: 11761 + - uid: 40349 components: - type: Transform - pos: -14.5,-20.5 + pos: -7.5,41.5 parent: 2 - - uid: 11762 + - uid: 40350 components: - type: Transform - pos: -15.5,-20.5 + pos: -1.5,40.5 parent: 2 - - uid: 11763 + - uid: 40351 components: - type: Transform - pos: -16.5,-20.5 + pos: -0.5,40.5 parent: 2 - - uid: 11764 + - uid: 40352 components: - type: Transform - pos: -17.5,-20.5 + pos: -0.5,41.5 parent: 2 - - uid: 11765 + - uid: 40353 components: - type: Transform - pos: -18.5,-20.5 + pos: -0.5,42.5 parent: 2 - - uid: 11766 + - uid: 40354 components: - type: Transform - pos: -19.5,-20.5 + pos: -0.5,43.5 parent: 2 - - uid: 11767 + - uid: 40355 components: - type: Transform - pos: -20.5,-20.5 + pos: -0.5,44.5 parent: 2 - - uid: 11768 + - uid: 40356 components: - type: Transform - pos: -21.5,-20.5 + pos: -0.5,45.5 parent: 2 - - uid: 11769 + - uid: 40364 components: - type: Transform - pos: -22.5,-20.5 + pos: -15.5,46.5 parent: 2 - - uid: 11770 + - uid: 40365 components: - type: Transform - pos: -22.5,-21.5 + pos: -15.5,47.5 parent: 2 - - uid: 11771 + - uid: 40366 components: - type: Transform - pos: -22.5,-22.5 + pos: -15.5,48.5 parent: 2 - - uid: 11772 + - uid: 40367 components: - type: Transform - pos: -23.5,-22.5 + pos: -15.5,49.5 parent: 2 - - uid: 11809 + - uid: 40368 components: - type: Transform - pos: -22.5,-24.5 + pos: -15.5,50.5 parent: 2 - - uid: 11827 + - uid: 40369 components: - type: Transform - pos: 44.5,-26.5 + pos: -21.5,51.5 parent: 2 - - uid: 11852 + - uid: 40370 components: - type: Transform - pos: -64.5,-21.5 + pos: -21.5,50.5 parent: 2 - - uid: 11950 + - uid: 40371 components: - type: Transform - pos: -20.5,-26.5 + pos: -20.5,47.5 parent: 2 - - uid: 11951 + - uid: 40372 components: - type: Transform - pos: -20.5,-27.5 + pos: -19.5,47.5 parent: 2 - - uid: 12006 + - uid: 40373 components: - type: Transform - pos: -55.5,-33.5 + pos: -19.5,46.5 parent: 2 - - uid: 12066 + - uid: 40374 components: - type: Transform - pos: 1.5,1.5 + pos: -28.5,51.5 parent: 2 - - uid: 12075 + - uid: 40375 components: - type: Transform - pos: 34.5,41.5 + pos: -28.5,50.5 parent: 2 - - uid: 12078 + - uid: 40376 components: - type: Transform - pos: -52.5,34.5 + pos: -28.5,49.5 parent: 2 - - uid: 12079 + - uid: 40377 components: - type: Transform - pos: -53.5,34.5 + pos: -28.5,48.5 parent: 2 - - uid: 12082 + - uid: 40378 components: - type: Transform - pos: -30.5,6.5 + pos: -27.5,49.5 parent: 2 - - uid: 12088 + - uid: 40379 components: - type: Transform - pos: -1.5,-28.5 + pos: -27.5,47.5 parent: 2 - - uid: 12098 + - uid: 40380 components: - type: Transform - pos: -55.5,-34.5 + pos: -25.5,47.5 parent: 2 - - uid: 12225 + - uid: 40393 components: - type: Transform - pos: -57.5,-12.5 + pos: -97.5,-43.5 parent: 2 - - uid: 12290 + - uid: 40394 components: - type: Transform - pos: 2.5,1.5 + pos: -96.5,-43.5 parent: 2 - - uid: 12311 + - uid: 40395 components: - type: Transform - pos: 4.5,1.5 + pos: -95.5,-43.5 parent: 2 - - uid: 12316 + - uid: 40396 components: - type: Transform - pos: 3.5,1.5 + pos: -95.5,-38.5 parent: 2 - - uid: 12317 + - uid: 40397 components: - type: Transform - pos: 7.5,1.5 + pos: -97.5,-40.5 parent: 2 - - uid: 12328 + - uid: 40398 components: - type: Transform - pos: 7.5,52.5 + pos: -92.5,-39.5 parent: 2 - - uid: 12347 + - uid: 40399 components: - type: Transform - pos: 7.5,53.5 + pos: -91.5,-39.5 parent: 2 - - uid: 12406 + - uid: 40400 components: - type: Transform - pos: 8.5,1.5 + pos: -89.5,-41.5 parent: 2 - - uid: 12416 + - uid: 40401 components: - type: Transform - pos: -28.5,6.5 + pos: -89.5,-55.5 parent: 2 - - uid: 12417 + - uid: 40411 components: - type: Transform - pos: 6.5,1.5 + pos: -89.5,-56.5 parent: 2 - - uid: 12425 + - uid: 40481 components: - type: Transform - pos: -29.5,6.5 + pos: 70.5,-25.5 parent: 2 - - uid: 12429 + - uid: 40482 components: - type: Transform - pos: -6.5,-1.5 + pos: 70.5,-26.5 parent: 2 - - uid: 12446 + - uid: 40483 components: - type: Transform - pos: -25.5,2.5 + pos: 70.5,-27.5 parent: 2 - - uid: 12464 + - uid: 40484 components: - type: Transform - pos: 7.5,51.5 + pos: 70.5,-28.5 parent: 2 - - uid: 12505 + - uid: 40485 components: - type: Transform - pos: 7.5,50.5 + pos: 70.5,-29.5 parent: 2 - - uid: 12627 + - uid: 40486 components: - type: Transform - pos: 80.5,-16.5 + pos: 70.5,-30.5 parent: 2 - - uid: 12849 + - uid: 40487 components: - type: Transform - pos: 34.5,39.5 + pos: 69.5,-30.5 parent: 2 - - uid: 12893 + - uid: 40488 components: - type: Transform - pos: 31.5,52.5 + pos: 68.5,-30.5 parent: 2 - - uid: 12922 + - uid: 40489 components: - type: Transform - pos: 34.5,38.5 + pos: 67.5,-30.5 parent: 2 - - uid: 13011 + - uid: 40490 components: - type: Transform - pos: -55.5,-35.5 + pos: 66.5,-30.5 parent: 2 - - uid: 13241 + - uid: 40491 components: - type: Transform - pos: 37.5,18.5 + pos: 65.5,-30.5 parent: 2 - - uid: 13392 + - uid: 40492 components: - type: Transform - pos: 37.5,20.5 + pos: 64.5,-30.5 parent: 2 - - uid: 13734 + - uid: 40493 components: - type: Transform - pos: 37.5,19.5 + pos: 63.5,-30.5 parent: 2 - - uid: 13855 + - uid: 40727 components: - type: Transform - pos: -58.5,-31.5 + pos: -13.5,71.5 parent: 2 - - uid: 13909 + - uid: 40728 components: - type: Transform - pos: 42.5,32.5 + pos: -14.5,71.5 parent: 2 - - uid: 14089 + - uid: 40729 components: - type: Transform - pos: 32.5,48.5 + pos: -15.5,71.5 parent: 2 - - uid: 14110 + - uid: 40730 components: - type: Transform - pos: 32.5,43.5 + pos: -16.5,71.5 parent: 2 - - uid: 14289 + - uid: 40731 components: - type: Transform - pos: 41.5,32.5 + pos: -17.5,71.5 parent: 2 - - uid: 14290 + - uid: 40732 components: - type: Transform - pos: 40.5,32.5 + pos: -18.5,71.5 parent: 2 - - uid: 14373 + - uid: 40733 components: - type: Transform - pos: -0.5,-28.5 + pos: -18.5,72.5 parent: 2 - - uid: 14375 + - uid: 40734 components: - type: Transform - pos: -2.5,-28.5 + pos: -18.5,73.5 parent: 2 - - uid: 14377 + - uid: 40735 components: - type: Transform - pos: -30.5,-14.5 + pos: -17.5,73.5 parent: 2 - - uid: 14387 + - uid: 40736 components: - type: Transform - pos: 18.5,39.5 + pos: -16.5,73.5 parent: 2 - - uid: 14388 + - uid: 40737 components: - type: Transform - pos: 18.5,40.5 + pos: -15.5,73.5 parent: 2 - - uid: 14389 + - uid: 40738 components: - type: Transform - pos: 18.5,41.5 + pos: -14.5,73.5 parent: 2 - - uid: 14390 + - uid: 40739 components: - type: Transform - pos: 18.5,42.5 + pos: -13.5,73.5 parent: 2 - - uid: 14391 + - uid: 40740 components: - type: Transform - pos: 18.5,43.5 + pos: -13.5,74.5 parent: 2 - - uid: 14392 + - uid: 40741 components: - type: Transform - pos: 18.5,44.5 + pos: -13.5,75.5 parent: 2 - - uid: 14393 + - uid: 40742 components: - type: Transform - pos: 18.5,45.5 + pos: -13.5,76.5 parent: 2 - - uid: 14394 + - uid: 40743 components: - type: Transform - pos: 17.5,45.5 + pos: -13.5,77.5 parent: 2 - - uid: 14395 + - uid: 40744 components: - type: Transform - pos: 16.5,45.5 + pos: -13.5,78.5 parent: 2 - - uid: 14403 + - uid: 40745 components: - type: Transform - pos: 12.5,7.5 + pos: -13.5,79.5 parent: 2 - - uid: 14404 + - uid: 40746 components: - type: Transform - pos: 13.5,7.5 + pos: -12.5,79.5 parent: 2 - - uid: 14405 + - uid: 40747 components: - type: Transform - pos: 15.5,7.5 + pos: -11.5,79.5 parent: 2 - - uid: 14406 + - uid: 40748 components: - type: Transform - pos: 14.5,7.5 + pos: -10.5,79.5 parent: 2 - - uid: 14420 + - uid: 40749 components: - type: Transform - pos: 18.5,7.5 + pos: -9.5,79.5 parent: 2 - - uid: 14422 + - uid: 40750 components: - type: Transform - pos: 24.5,4.5 + pos: -8.5,79.5 parent: 2 - - uid: 14491 + - uid: 40751 components: - type: Transform - pos: 17.5,7.5 + pos: -7.5,79.5 parent: 2 - - uid: 14492 + - uid: 40752 components: - type: Transform - pos: 16.5,7.5 + pos: -6.5,79.5 parent: 2 - - uid: 14598 + - uid: 40753 components: - type: Transform - pos: -33.5,6.5 + pos: -5.5,79.5 parent: 2 - - uid: 14599 + - uid: 40754 components: - type: Transform - pos: -15.5,13.5 + pos: -4.5,79.5 parent: 2 - - uid: 14600 + - uid: 40755 components: - type: Transform - pos: -15.5,14.5 + pos: -3.5,79.5 parent: 2 - - uid: 14603 + - uid: 40756 components: - type: Transform - pos: -40.5,70.5 + pos: -2.5,79.5 parent: 2 - - uid: 14606 + - uid: 40757 components: - type: Transform - pos: 91.5,-21.5 + pos: -1.5,79.5 parent: 2 - - uid: 14608 + - uid: 40758 components: - type: Transform - pos: -34.5,10.5 + pos: -0.5,79.5 parent: 2 - - uid: 14617 + - uid: 40759 components: - type: Transform - pos: 32.5,51.5 + pos: 0.5,79.5 parent: 2 - - uid: 14618 + - uid: 40760 components: - type: Transform - pos: 31.5,51.5 + pos: -18.5,68.5 parent: 2 - - uid: 14619 + - uid: 40761 components: - type: Transform - pos: 31.5,50.5 + pos: -18.5,67.5 parent: 2 - - uid: 14620 + - uid: 40762 components: - type: Transform - pos: 31.5,49.5 + pos: -18.5,66.5 parent: 2 - - uid: 14621 + - uid: 40763 components: - type: Transform - pos: 32.5,49.5 + pos: -18.5,65.5 parent: 2 - - uid: 14622 + - uid: 40764 components: - type: Transform - pos: 33.5,49.5 + pos: -19.5,65.5 parent: 2 - - uid: 14623 + - uid: 40765 components: - type: Transform - pos: 34.5,49.5 + pos: -20.5,65.5 parent: 2 - - uid: 14624 + - uid: 40766 components: - type: Transform - pos: 35.5,49.5 + pos: -21.5,65.5 parent: 2 - - uid: 14625 + - uid: 40767 components: - type: Transform - pos: 36.5,49.5 + pos: -22.5,65.5 parent: 2 - - uid: 14626 + - uid: 40768 components: - type: Transform - pos: 37.5,49.5 + pos: -23.5,65.5 parent: 2 - - uid: 14627 + - uid: 40769 components: - type: Transform - pos: 38.5,49.5 + pos: -24.5,65.5 parent: 2 - - uid: 14628 + - uid: 40770 components: - type: Transform - pos: 39.5,49.5 + pos: -25.5,65.5 parent: 2 - - uid: 14629 + - uid: 41380 components: - type: Transform - pos: 40.5,49.5 + pos: -88.5,-49.5 parent: 2 - - uid: 14630 + - uid: 41424 components: - type: Transform - pos: 41.5,49.5 + pos: -96.5,-48.5 parent: 2 - - uid: 14631 + - uid: 41425 components: - type: Transform - pos: 42.5,49.5 + pos: -97.5,-48.5 parent: 2 - - uid: 14659 + - uid: 41426 components: - type: Transform - pos: 93.5,-23.5 + pos: -93.5,-48.5 parent: 2 - - uid: 14946 + - uid: 41427 components: - type: Transform - pos: -33.5,-1.5 + pos: -92.5,-48.5 parent: 2 - - uid: 14947 + - uid: 41430 components: - type: Transform - pos: -33.5,-2.5 + pos: -92.5,-49.5 parent: 2 - - uid: 15096 + - uid: 41431 components: - type: Transform - pos: -54.5,21.5 + pos: -92.5,-50.5 parent: 2 - - uid: 15097 + - uid: 41432 components: - type: Transform - pos: -54.5,19.5 + pos: -93.5,-50.5 parent: 2 - - uid: 15099 + - uid: 41433 components: - type: Transform - pos: -54.5,20.5 + pos: -94.5,-50.5 parent: 2 - - uid: 15100 + - uid: 41434 components: - type: Transform - pos: -54.5,17.5 + pos: -95.5,-50.5 parent: 2 - - uid: 15236 + - uid: 41435 components: - type: Transform - pos: -36.5,17.5 + pos: -91.5,-49.5 parent: 2 - - uid: 15240 + - uid: 41437 components: - type: Transform - pos: -37.5,17.5 + pos: -87.5,-49.5 parent: 2 - - uid: 15267 + - uid: 41438 components: - type: Transform - pos: -53.5,19.5 + pos: -86.5,-49.5 parent: 2 - - uid: 15302 + - uid: 41439 components: - type: Transform - pos: -54.5,13.5 + pos: -82.5,-48.5 parent: 2 - - uid: 15336 + - uid: 41440 components: - type: Transform - pos: -36.5,18.5 + pos: -81.5,-48.5 parent: 2 - - uid: 15372 + - uid: 41441 components: - type: Transform - pos: -54.5,12.5 + pos: -81.5,-49.5 parent: 2 - - uid: 15392 + - uid: 41447 components: - type: Transform - pos: -33.5,-5.5 + pos: -90.5,-54.5 parent: 2 - - uid: 15416 + - uid: 41448 components: - type: Transform - pos: -33.5,-4.5 + pos: -91.5,-54.5 parent: 2 - - uid: 15531 + - uid: 41640 components: - type: Transform - pos: -33.5,-3.5 + pos: -92.5,-54.5 parent: 2 - - uid: 15555 + - uid: 41642 components: - type: Transform - pos: 1.5,33.5 + pos: -96.5,-55.5 parent: 2 - - uid: 15636 + - uid: 41646 components: - type: Transform - pos: -44.5,19.5 + pos: -97.5,-55.5 parent: 2 - - uid: 15673 + - uid: 41648 components: - type: Transform - pos: -44.5,18.5 + pos: -94.5,-53.5 parent: 2 - - uid: 15706 + - uid: 41871 components: - type: Transform - pos: -15.5,42.5 + pos: -96.5,-58.5 parent: 2 - - uid: 15748 + - uid: 41874 components: - type: Transform - pos: -59.5,-12.5 + pos: -97.5,-58.5 parent: 2 - - uid: 15788 + - uid: 41879 components: - type: Transform - pos: -11.5,40.5 + pos: -96.5,-60.5 parent: 2 - - uid: 15988 + - uid: 41881 components: - type: Transform - pos: 23.5,43.5 + pos: -95.5,-60.5 parent: 2 - - uid: 16005 + - uid: 41895 components: - type: Transform - pos: 1.5,28.5 + pos: -94.5,-60.5 parent: 2 - - uid: 16007 + - uid: 41896 components: - type: Transform - pos: 1.5,27.5 + pos: -93.5,-60.5 parent: 2 - - uid: 16009 + - uid: 41897 components: - type: Transform - pos: 1.5,44.5 + pos: -92.5,-60.5 parent: 2 - - uid: 16010 + - uid: 41899 components: - type: Transform - pos: 1.5,43.5 + pos: -92.5,-59.5 parent: 2 - - uid: 16011 + - uid: 42065 components: - type: Transform - pos: 1.5,40.5 + pos: -93.5,-58.5 parent: 2 - - uid: 16012 + - uid: 42087 components: - type: Transform - pos: -2.5,30.5 + pos: -91.5,-59.5 parent: 2 - - uid: 16014 + - uid: 42088 components: - type: Transform - pos: 0.5,39.5 + pos: -90.5,-59.5 parent: 2 - - uid: 16015 + - uid: 42089 components: - type: Transform - pos: -0.5,30.5 + pos: -88.5,-59.5 parent: 2 - - uid: 16028 + - uid: 43478 components: - type: Transform - pos: 1.5,37.5 + pos: -93.5,-70.5 parent: 2 - - uid: 16035 + - uid: 43512 components: - type: Transform - pos: -2.5,26.5 + pos: -91.5,-89.5 parent: 2 - - uid: 16068 + - uid: 43513 components: - type: Transform - pos: -2.5,40.5 + pos: -92.5,-89.5 parent: 2 - - uid: 16069 + - uid: 43514 components: - type: Transform - pos: -3.5,40.5 + pos: -94.5,-88.5 parent: 2 - - uid: 16070 + - uid: 43515 components: - type: Transform - pos: -4.5,40.5 + pos: -95.5,-88.5 parent: 2 - - uid: 16071 + - uid: 43652 components: - type: Transform - pos: -5.5,40.5 + pos: -94.5,-70.5 parent: 2 - - uid: 16072 + - uid: 43653 components: - type: Transform - pos: -6.5,40.5 + pos: -90.5,-84.5 parent: 2 - - uid: 16073 + - uid: 43654 components: - type: Transform - pos: -7.5,40.5 + pos: -91.5,-84.5 parent: 2 - - uid: 16074 + - uid: 43655 components: - type: Transform - pos: -8.5,40.5 + pos: -92.5,-84.5 parent: 2 - - uid: 16075 + - uid: 43656 components: - type: Transform - pos: -9.5,40.5 + pos: -88.5,-84.5 parent: 2 - - uid: 16076 + - uid: 43657 components: - type: Transform - pos: -10.5,40.5 + pos: -87.5,-84.5 parent: 2 - - uid: 16077 + - uid: 43658 components: - type: Transform - pos: -10.5,36.5 + pos: -86.5,-84.5 parent: 2 - - uid: 16078 + - uid: 43659 components: - type: Transform - pos: -11.5,37.5 + pos: -92.5,-79.5 parent: 2 - - uid: 16081 + - uid: 43660 components: - type: Transform - pos: -12.5,40.5 + pos: -91.5,-79.5 parent: 2 - - uid: 16087 + - uid: 43661 components: - type: Transform - pos: -12.5,39.5 + pos: -90.5,-79.5 parent: 2 - - uid: 16088 + - uid: 43662 components: - type: Transform - pos: -12.5,38.5 + pos: -88.5,-79.5 parent: 2 - - uid: 16089 + - uid: 43663 components: - type: Transform - pos: -12.5,37.5 + pos: -87.5,-79.5 parent: 2 - - uid: 16332 + - uid: 43664 components: - type: Transform - pos: -10.5,37.5 + pos: -86.5,-79.5 parent: 2 - - uid: 16346 + - uid: 43665 components: - type: Transform - pos: -13.5,42.5 + pos: -92.5,-74.5 parent: 2 - - uid: 16351 + - uid: 43666 components: - type: Transform - pos: -12.5,42.5 + pos: -91.5,-74.5 parent: 2 - - uid: 16352 + - uid: 43667 components: - type: Transform - pos: -12.5,41.5 + pos: -90.5,-74.5 parent: 2 - - uid: 16355 + - uid: 43668 components: - type: Transform - pos: -2.5,31.5 + pos: -88.5,-74.5 parent: 2 - - uid: 16563 + - uid: 43669 components: - type: Transform - pos: -44.5,15.5 + pos: -87.5,-74.5 parent: 2 - - uid: 16565 + - uid: 43670 components: - type: Transform - pos: 37.5,15.5 + pos: -86.5,-74.5 parent: 2 - - uid: 16567 + - uid: 43671 components: - type: Transform - pos: -44.5,17.5 + pos: -92.5,-69.5 parent: 2 - - uid: 16599 + - uid: 43672 components: - type: Transform - pos: -45.5,69.5 + pos: -91.5,-69.5 parent: 2 - - uid: 16648 + - uid: 43673 components: - type: Transform - pos: 93.5,-22.5 + pos: -90.5,-69.5 parent: 2 - - uid: 16651 + - uid: 43674 components: - type: Transform - pos: 93.5,-21.5 + pos: -88.5,-69.5 parent: 2 - - uid: 16654 + - uid: 43675 components: - type: Transform - pos: 92.5,-21.5 + pos: -87.5,-69.5 parent: 2 - - uid: 16951 + - uid: 43676 components: - type: Transform - pos: -61.5,34.5 + pos: -86.5,-69.5 parent: 2 - - uid: 16971 + - uid: 43677 components: - type: Transform - pos: -54.5,29.5 + pos: -91.5,-63.5 parent: 2 - - uid: 16974 + - uid: 43678 components: - type: Transform - pos: -54.5,18.5 + pos: -94.5,-63.5 parent: 2 - - uid: 16983 + - uid: 43679 components: - type: Transform - pos: -54.5,16.5 + pos: -94.5,-62.5 parent: 2 - - uid: 17502 + - uid: 43680 components: - type: Transform - pos: -6.5,0.5 + pos: -95.5,-62.5 parent: 2 - - uid: 17561 + - uid: 43681 components: - type: Transform - pos: 23.5,6.5 + pos: -86.5,-68.5 parent: 2 - - uid: 17792 + - uid: 43682 components: - type: Transform - pos: 24.5,41.5 + pos: -85.5,-68.5 parent: 2 - - uid: 17874 + - uid: 43683 components: - type: Transform - pos: 0.5,26.5 + pos: -84.5,-68.5 parent: 2 - - uid: 17923 + - uid: 43684 components: - type: Transform - pos: 11.5,14.5 + pos: -83.5,-68.5 parent: 2 - - uid: 17951 + - uid: 43685 components: - type: Transform - pos: 27.5,7.5 + pos: -82.5,-68.5 parent: 2 - - uid: 18258 + - uid: 43686 components: - type: Transform - pos: -20.5,-29.5 + pos: -81.5,-68.5 parent: 2 - - uid: 18259 + - uid: 43687 components: - type: Transform - pos: -20.5,-28.5 + pos: -81.5,-69.5 parent: 2 - - uid: 18260 + - uid: 43688 components: - type: Transform - pos: 8.5,31.5 + pos: -81.5,-70.5 parent: 2 - - uid: 18337 + - uid: 43689 components: - type: Transform - pos: -52.5,42.5 + pos: -82.5,-70.5 parent: 2 - - uid: 18338 + - uid: 43690 components: - type: Transform - pos: -56.5,42.5 + pos: -83.5,-70.5 parent: 2 - - uid: 18371 + - uid: 43691 components: - type: Transform - pos: -57.5,42.5 + pos: -84.5,-70.5 parent: 2 - - uid: 18372 + - uid: 43692 components: - type: Transform - pos: -53.5,42.5 + pos: -85.5,-70.5 parent: 2 - - uid: 18575 + - uid: 43693 components: - type: Transform - pos: 81.5,-16.5 + pos: -86.5,-70.5 parent: 2 - - uid: 18581 + - uid: 43694 components: - type: Transform - pos: 82.5,-16.5 + pos: -80.5,-69.5 parent: 2 - - uid: 18674 + - uid: 43695 components: - type: Transform - pos: 89.5,-11.5 + pos: -80.5,-74.5 parent: 2 - - uid: 18675 + - uid: 43696 components: - type: Transform - pos: 88.5,-21.5 + pos: -81.5,-74.5 parent: 2 - - uid: 18676 + - uid: 43697 components: - type: Transform - pos: 85.5,-21.5 + pos: -81.5,-73.5 parent: 2 - - uid: 18680 + - uid: 43698 components: - type: Transform - pos: 92.5,-11.5 + pos: -82.5,-73.5 parent: 2 - - uid: 18685 + - uid: 43699 components: - type: Transform - pos: 82.5,-21.5 + pos: -83.5,-73.5 parent: 2 - - uid: 18978 + - uid: 43700 components: - type: Transform - pos: 87.5,-21.5 + pos: -84.5,-73.5 parent: 2 - - uid: 18979 + - uid: 43701 components: - type: Transform - pos: 86.5,-21.5 + pos: -85.5,-73.5 parent: 2 - - uid: 18980 + - uid: 43702 components: - type: Transform - pos: 87.5,-11.5 + pos: -86.5,-73.5 parent: 2 - - uid: 18981 + - uid: 43703 components: - type: Transform - pos: 90.5,-11.5 + pos: -86.5,-75.5 parent: 2 - - uid: 18982 + - uid: 43704 components: - type: Transform - pos: 91.5,-11.5 + pos: -85.5,-75.5 parent: 2 - - uid: 18983 + - uid: 43705 components: - type: Transform - pos: 83.5,-16.5 + pos: -84.5,-75.5 parent: 2 - - uid: 19036 + - uid: 43706 components: - type: Transform - pos: 80.5,-22.5 + pos: -83.5,-75.5 parent: 2 - - uid: 19053 + - uid: 43707 components: - type: Transform - pos: 84.5,-16.5 + pos: -82.5,-75.5 parent: 2 - - uid: 19068 + - uid: 43708 components: - type: Transform - pos: -32.5,12.5 + pos: -81.5,-75.5 parent: 2 - - uid: 19069 + - uid: 43709 components: - type: Transform - pos: -32.5,11.5 + pos: -80.5,-79.5 parent: 2 - - uid: 19070 + - uid: 43710 components: - type: Transform - pos: -32.5,10.5 + pos: -81.5,-79.5 parent: 2 - - uid: 19071 + - uid: 43711 components: - type: Transform - pos: -32.5,9.5 + pos: -81.5,-78.5 parent: 2 - - uid: 19072 + - uid: 43712 components: - type: Transform - pos: -32.5,8.5 + pos: -82.5,-78.5 parent: 2 - - uid: 19104 + - uid: 43713 components: - type: Transform - pos: 85.5,-16.5 + pos: -83.5,-78.5 parent: 2 - - uid: 19171 + - uid: 43714 components: - type: Transform - pos: 86.5,-16.5 + pos: -84.5,-78.5 parent: 2 - - uid: 19175 + - uid: 43715 components: - type: Transform - pos: -33.5,17.5 + pos: -85.5,-78.5 parent: 2 - - uid: 19199 + - uid: 43716 components: - type: Transform - pos: 86.5,-15.5 + pos: -86.5,-78.5 parent: 2 - - uid: 19200 + - uid: 43717 components: - type: Transform - pos: 97.5,-10.5 + pos: -86.5,-80.5 parent: 2 - - uid: 19218 + - uid: 43718 components: - type: Transform - pos: 93.5,-24.5 + pos: -85.5,-80.5 parent: 2 - - uid: 19219 + - uid: 43719 components: - type: Transform - pos: 94.5,-24.5 + pos: -84.5,-80.5 parent: 2 - - uid: 19252 + - uid: 43720 components: - type: Transform - pos: 79.5,-18.5 + pos: -83.5,-80.5 parent: 2 - - uid: 19255 + - uid: 43721 components: - type: Transform - pos: 79.5,-19.5 + pos: -82.5,-80.5 parent: 2 - - uid: 19289 + - uid: 43722 components: - type: Transform - pos: -54.5,26.5 + pos: -81.5,-80.5 parent: 2 - - uid: 19704 + - uid: 43723 components: - type: Transform - pos: 41.5,13.5 + pos: -92.5,-78.5 parent: 2 - - uid: 19930 + - uid: 43724 components: - type: Transform - pos: 23.5,41.5 + pos: -93.5,-78.5 parent: 2 - - uid: 20008 + - uid: 43725 components: - type: Transform - pos: 40.5,13.5 + pos: -94.5,-78.5 parent: 2 - - uid: 20009 + - uid: 43726 components: - type: Transform - pos: 39.5,13.5 + pos: -95.5,-78.5 parent: 2 - - uid: 20156 + - uid: 43727 components: - type: Transform - pos: 86.5,-17.5 + pos: -96.5,-78.5 parent: 2 - - uid: 20217 + - uid: 43728 components: - type: Transform - pos: 39.5,14.5 + pos: -97.5,-78.5 parent: 2 - - uid: 20218 + - uid: 43729 components: - type: Transform - pos: 38.5,14.5 + pos: -97.5,-79.5 parent: 2 - - uid: 20219 + - uid: 43730 components: - type: Transform - pos: 37.5,14.5 + pos: -97.5,-80.5 parent: 2 - - uid: 20220 + - uid: 43731 components: - type: Transform - pos: 37.5,13.5 + pos: -96.5,-80.5 parent: 2 - - uid: 20221 + - uid: 43732 components: - type: Transform - pos: 37.5,12.5 + pos: -95.5,-80.5 parent: 2 - - uid: 20222 + - uid: 43733 components: - type: Transform - pos: 37.5,11.5 + pos: -94.5,-80.5 parent: 2 - - uid: 20224 + - uid: 43734 components: - type: Transform - pos: 33.5,11.5 + pos: -93.5,-80.5 parent: 2 - - uid: 20225 + - uid: 43735 components: - type: Transform - pos: 34.5,11.5 + pos: -92.5,-80.5 parent: 2 - - uid: 20240 + - uid: 43736 components: - type: Transform - pos: 36.5,12.5 + pos: -92.5,-83.5 parent: 2 - - uid: 20321 + - uid: 43737 components: - type: Transform - pos: 17.5,4.5 + pos: -93.5,-83.5 parent: 2 - - uid: 20571 + - uid: 43738 components: - type: Transform - pos: 24.5,5.5 + pos: -94.5,-83.5 parent: 2 - - uid: 20605 + - uid: 43739 components: - type: Transform - pos: -64.5,-20.5 + pos: -95.5,-83.5 parent: 2 - - uid: 20609 + - uid: 43740 components: - type: Transform - pos: -64.5,-19.5 + pos: -96.5,-83.5 parent: 2 - - uid: 20613 + - uid: 43741 components: - type: Transform - pos: 52.5,45.5 + pos: -97.5,-83.5 parent: 2 - - uid: 20865 + - uid: 43742 components: - type: Transform - pos: -36.5,71.5 + pos: -97.5,-84.5 parent: 2 - - uid: 20888 + - uid: 43743 components: - type: Transform - pos: -60.5,-24.5 + pos: -97.5,-85.5 parent: 2 - - uid: 20987 + - uid: 43744 components: - type: Transform - pos: -35.5,18.5 + pos: -96.5,-85.5 parent: 2 - - uid: 20989 + - uid: 43745 components: - type: Transform - pos: 1.5,29.5 + pos: -95.5,-85.5 parent: 2 - - uid: 21220 + - uid: 43746 components: - type: Transform - pos: -34.5,18.5 + pos: -94.5,-85.5 parent: 2 - - uid: 21221 + - uid: 43747 components: - type: Transform - pos: -33.5,18.5 + pos: -93.5,-85.5 parent: 2 - - uid: 21268 + - uid: 43748 components: - type: Transform - pos: -44.5,16.5 + pos: -92.5,-85.5 parent: 2 - - uid: 21278 + - uid: 43749 components: - type: Transform - pos: 7.5,54.5 + pos: -86.5,-83.5 parent: 2 - - uid: 21285 + - uid: 43750 components: - type: Transform - pos: -55.5,-10.5 + pos: -85.5,-83.5 parent: 2 - - uid: 21360 + - uid: 43751 components: - type: Transform - pos: -55.5,-11.5 + pos: -84.5,-83.5 parent: 2 - - uid: 21361 + - uid: 43752 components: - type: Transform - pos: -55.5,-9.5 + pos: -83.5,-83.5 parent: 2 - - uid: 21362 + - uid: 43753 components: - type: Transform - pos: -55.5,-12.5 + pos: -82.5,-83.5 parent: 2 - - uid: 21363 + - uid: 43754 components: - type: Transform - pos: -58.5,-15.5 + pos: -81.5,-83.5 parent: 2 - - uid: 21400 + - uid: 43755 components: - type: Transform - pos: -50.5,41.5 + pos: -81.5,-84.5 parent: 2 - - uid: 21479 + - uid: 43756 components: - type: Transform - pos: -51.5,41.5 + pos: -81.5,-85.5 parent: 2 - - uid: 21514 + - uid: 43757 components: - type: Transform - pos: -52.5,41.5 + pos: -82.5,-85.5 parent: 2 - - uid: 21534 + - uid: 43758 components: - type: Transform - pos: 8.5,33.5 + pos: -83.5,-85.5 parent: 2 - - uid: 21535 + - uid: 43759 components: - type: Transform - pos: 8.5,32.5 + pos: -84.5,-85.5 parent: 2 - - uid: 21591 + - uid: 43760 components: - type: Transform - pos: -61.5,-19.5 + pos: -85.5,-85.5 parent: 2 - - uid: 21592 + - uid: 43761 components: - type: Transform - pos: -61.5,-20.5 + pos: -86.5,-85.5 parent: 2 - - uid: 21593 + - uid: 43762 components: - type: Transform - pos: -58.5,-12.5 + pos: -90.5,-89.5 parent: 2 - - uid: 21594 + - uid: 43763 components: - type: Transform - pos: -56.5,-12.5 + pos: -95.5,-70.5 parent: 2 - - uid: 21779 + - uid: 43764 components: - type: Transform - pos: -2.5,38.5 + pos: -96.5,-70.5 parent: 2 - - uid: 21969 + - uid: 43765 components: - type: Transform - pos: 12.5,48.5 + pos: -97.5,-70.5 parent: 2 - - uid: 22319 + - uid: 43766 components: - type: Transform - pos: -2.5,34.5 + pos: -94.5,-68.5 parent: 2 - - uid: 22545 + - uid: 43767 components: - type: Transform - pos: -10.5,-4.5 + pos: -93.5,-68.5 parent: 2 - - uid: 22578 + - uid: 43768 components: - type: Transform - pos: -10.5,-3.5 + pos: -92.5,-68.5 parent: 2 - - uid: 22716 + - uid: 43769 components: - type: Transform - pos: -10.5,-2.5 + pos: -92.5,-73.5 parent: 2 - - uid: 22746 + - uid: 43770 components: - type: Transform - pos: 9.5,27.5 + pos: -93.5,-73.5 parent: 2 - - uid: 22747 + - uid: 43771 components: - type: Transform - pos: 8.5,28.5 + pos: -94.5,-73.5 parent: 2 - - uid: 22756 + - uid: 43772 components: - type: Transform - pos: -10.5,-1.5 + pos: -95.5,-73.5 parent: 2 - - uid: 22764 + - uid: 43773 components: - type: Transform - pos: -10.5,-0.5 + pos: -96.5,-73.5 parent: 2 - - uid: 22892 + - uid: 43774 components: - type: Transform - pos: -10.5,0.5 + pos: -97.5,-73.5 parent: 2 - - uid: 22924 + - uid: 43775 components: - type: Transform - pos: -10.5,1.5 + pos: -97.5,-74.5 parent: 2 - - uid: 22989 + - uid: 43776 components: - type: Transform - pos: -10.5,2.5 + pos: -97.5,-75.5 parent: 2 - - uid: 23050 + - uid: 43777 components: - type: Transform - pos: -61.5,-24.5 + pos: -96.5,-75.5 parent: 2 - - uid: 23088 + - uid: 43778 components: - type: Transform - pos: -10.5,3.5 + pos: -95.5,-75.5 parent: 2 - - uid: 23171 + - uid: 43779 components: - type: Transform - pos: -32.5,71.5 + pos: -94.5,-75.5 parent: 2 - - uid: 23224 + - uid: 43780 components: - type: Transform - pos: -10.5,4.5 + pos: -93.5,-75.5 parent: 2 - - uid: 23226 + - uid: 43781 components: - type: Transform - pos: -9.5,4.5 + pos: -92.5,-75.5 parent: 2 - - uid: 23248 + - uid: 43782 components: - type: Transform - pos: 81.5,-21.5 + pos: -86.5,-58.5 parent: 2 - - uid: 23251 + - uid: 43783 components: - type: Transform - pos: 88.5,-11.5 + pos: -85.5,-58.5 parent: 2 - - uid: 23301 + - uid: 43784 components: - type: Transform - pos: 93.5,-11.5 + pos: -88.5,-54.5 parent: 2 - - uid: 23352 + - uid: 43785 components: - type: Transform - pos: 84.5,-21.5 + pos: -92.5,-55.5 parent: 2 - - uid: 23590 + - uid: 43786 components: - type: Transform - pos: 33.5,52.5 + pos: -74.5,-34.5 parent: 2 - - uid: 23591 + - uid: 43787 components: - type: Transform - pos: 32.5,52.5 + pos: -73.5,-34.5 parent: 2 - - uid: 23900 + - uid: 43788 components: - type: Transform - pos: -40.5,69.5 + pos: -72.5,-34.5 parent: 2 - - uid: 23922 + - uid: 43789 components: - type: Transform - pos: -45.5,40.5 + pos: -69.5,-34.5 parent: 2 - - uid: 24136 +- proto: CableHVStack + entities: + - uid: 37216 components: - type: Transform - pos: -9.5,36.5 + pos: -59.164898,43.537525 parent: 2 - - uid: 24657 + - uid: 40526 components: - type: Transform - pos: -0.5,26.5 + pos: 20.375082,-18.417974 parent: 2 - - uid: 24778 +- proto: CableHVStack1 + entities: + - uid: 9835 components: - type: Transform - pos: 2.5,45.5 + rot: -1.5707963267948966 rad + pos: 56.734528,-59.398197 parent: 2 - - uid: 25262 + - uid: 9846 components: - type: Transform - pos: 9.5,14.5 + rot: -1.5707963267948966 rad + pos: 56.953278,-59.648197 parent: 2 - - uid: 25628 + - uid: 10429 components: - type: Transform - pos: 26.5,43.5 + rot: -1.5707963267948966 rad + pos: 56.328278,-48.132572 parent: 2 - - uid: 26230 + - uid: 11300 components: - type: Transform - pos: 95.5,-24.5 + rot: -1.5707963267948966 rad + pos: -67.81574,-24.348814 parent: 2 - - uid: 26231 + - uid: 13699 components: - type: Transform - pos: 96.5,-24.5 + pos: 57.4527,-39.224056 parent: 2 - - uid: 26248 + - uid: 13700 components: - type: Transform - pos: 90.5,-21.5 + pos: 57.6402,-39.58343 parent: 2 - - uid: 26289 + - uid: 13702 components: - type: Transform - pos: -42.5,20.5 + pos: 57.381878,-39.817806 parent: 2 - - uid: 26897 + - uid: 13703 components: - type: Transform - pos: -47.5,41.5 + pos: -32.34689,-37.163803 parent: 2 - - uid: 27319 + - uid: 13707 components: - type: Transform - pos: 11.5,15.5 + pos: -66.18941,-29.585678 parent: 2 - - uid: 27450 + - uid: 13715 components: - type: Transform - pos: -25.5,6.5 + pos: -67.21491,-36.21068 parent: 2 - - uid: 27451 + - uid: 18698 components: - type: Transform - pos: -27.5,6.5 + rot: -1.5707963267948966 rad + pos: 57.281403,-77.81058 parent: 2 - - uid: 27572 + - uid: 26682 components: - type: Transform - pos: 42.5,13.5 + rot: -1.5707963267948966 rad + pos: -67.52277,-24.219908 parent: 2 - - uid: 27696 + - uid: 32004 components: - type: Transform - pos: 38.5,15.5 + rot: -1.5707963267948966 rad + pos: 56.140778,-66.43997 parent: 2 - - uid: 27958 + - uid: 32005 components: - type: Transform - pos: -61.5,-22.5 + rot: -1.5707963267948966 rad + pos: 56.093903,-72.6568 parent: 2 - - uid: 27997 + - uid: 35632 components: - type: Transform - pos: -26.5,6.5 + pos: -90.2432,-41.70928 parent: 2 - - uid: 28099 + - uid: 35633 components: - type: Transform - pos: -45.5,41.5 + pos: -78.48436,-34.82031 parent: 2 - - uid: 28126 + - uid: 35634 components: - type: Transform - pos: 79.5,-12.5 + pos: -88.59237,-35.41406 parent: 2 - - uid: 28137 + - uid: 35635 components: - type: Transform - pos: 79.5,-16.5 + pos: -90.0557,-42.05303 parent: 2 - - uid: 28139 + - uid: 35636 components: - type: Transform - pos: 79.5,-11.5 + pos: -90.02445,-57.512814 parent: 2 - - uid: 28684 + - uid: 35637 components: - type: Transform - pos: 10.5,48.5 + pos: -88.50883,-51.28014 parent: 2 - - uid: 28685 + - uid: 43790 components: - type: Transform - pos: 7.5,47.5 + rot: 3.141592653589793 rad + pos: -70.52739,-34.485153 parent: 2 - - uid: 28686 + - uid: 43791 components: - type: Transform - pos: 7.5,46.5 + rot: 3.141592653589793 rad + pos: -75.12114,-34.703903 parent: 2 - - uid: 28687 + - uid: 43792 components: - type: Transform - pos: 7.5,48.5 + rot: 3.141592653589793 rad + pos: -89.901855,-37.277424 parent: 2 - - uid: 28688 +- proto: CableMV + entities: + - uid: 124 components: - type: Transform - pos: 11.5,48.5 + pos: 1.5,30.5 parent: 2 - - uid: 28691 + - uid: 133 components: - type: Transform - pos: 9.5,48.5 + pos: 34.5,12.5 parent: 2 - - uid: 28694 + - uid: 203 components: - type: Transform - pos: 18.5,34.5 + pos: -31.5,-1.5 parent: 2 - - uid: 28696 + - uid: 209 components: - type: Transform - pos: 18.5,35.5 + pos: 81.5,-22.5 parent: 2 - - uid: 28697 + - uid: 385 components: - type: Transform - pos: 8.5,48.5 + pos: 34.5,37.5 parent: 2 - - uid: 28698 + - uid: 448 components: - type: Transform - pos: 18.5,36.5 + pos: -32.5,-1.5 parent: 2 - - uid: 28707 + - uid: 696 components: - type: Transform - pos: 18.5,37.5 + pos: -27.5,2.5 parent: 2 - - uid: 28708 + - uid: 697 components: - type: Transform - pos: 18.5,38.5 + pos: -26.5,2.5 parent: 2 - - uid: 28795 + - uid: 767 components: - type: Transform - pos: -70.5,2.5 + pos: -41.5,20.5 parent: 2 - - uid: 28894 + - uid: 773 components: - type: Transform - pos: 6.5,46.5 + pos: 46.5,49.5 parent: 2 - - uid: 29220 + - uid: 808 components: - type: Transform - pos: 79.5,-14.5 + pos: -14.5,42.5 parent: 2 - - uid: 29221 + - uid: 815 components: - type: Transform - pos: 80.5,-11.5 + pos: -18.5,-30.5 parent: 2 - - uid: 29332 + - uid: 859 components: - type: Transform - pos: 89.5,-21.5 + pos: 9.5,1.5 parent: 2 - - uid: 29333 + - uid: 889 components: - type: Transform - pos: 83.5,-21.5 + pos: 9.5,12.5 parent: 2 - - uid: 29605 + - uid: 989 components: - type: Transform - pos: 97.5,-24.5 + pos: 9.5,-12.5 parent: 2 - - uid: 29642 + - uid: 994 components: - type: Transform - pos: -21.5,-24.5 + pos: 9.5,-11.5 parent: 2 - - uid: 29749 + - uid: 1001 components: - type: Transform - pos: 85.5,-11.5 + pos: 9.5,-10.5 parent: 2 - - uid: 29966 + - uid: 1011 components: - type: Transform - pos: 17.5,48.5 + pos: -72.5,2.5 parent: 2 - - uid: 29967 + - uid: 1014 components: - type: Transform - pos: 18.5,48.5 + pos: 22.5,7.5 parent: 2 - - uid: 29968 + - uid: 1086 components: - type: Transform - pos: 18.5,47.5 + pos: 9.5,-9.5 parent: 2 - - uid: 29970 + - uid: 1126 components: - type: Transform - pos: -61.5,-23.5 + pos: 9.5,-8.5 parent: 2 - - uid: 29975 + - uid: 1135 components: - type: Transform - pos: 18.5,46.5 + pos: 9.5,-7.5 parent: 2 - - uid: 30113 + - uid: 1159 components: - type: Transform - pos: 98.5,77.5 + pos: 9.5,-6.5 parent: 2 - - uid: 30254 + - uid: 1164 components: - type: Transform - pos: 81.5,-11.5 + pos: 9.5,9.5 parent: 2 - - uid: 30302 + - uid: 1184 components: - type: Transform - pos: -30.5,-13.5 + pos: 9.5,-5.5 parent: 2 - - uid: 30304 + - uid: 1199 components: - type: Transform - pos: 15.5,48.5 + pos: 9.5,-4.5 parent: 2 - - uid: 30306 + - uid: 1201 components: - type: Transform - pos: 16.5,48.5 + pos: 9.5,-3.5 parent: 2 - - uid: 30313 + - uid: 1287 components: - type: Transform - pos: -30.5,-12.5 + pos: 9.5,10.5 parent: 2 - - uid: 30314 + - uid: 1288 components: - type: Transform - pos: -63.5,9.5 + pos: 24.5,7.5 parent: 2 - - uid: 30316 + - uid: 1363 components: - type: Transform - pos: -63.5,8.5 + pos: -49.5,41.5 parent: 2 - - uid: 30317 + - uid: 1436 components: - type: Transform - pos: -63.5,10.5 + pos: 9.5,13.5 parent: 2 - - uid: 30325 + - uid: 1441 components: - type: Transform - pos: 14.5,48.5 + pos: 5.5,1.5 parent: 2 - - uid: 30329 + - uid: 1457 components: - type: Transform - pos: 13.5,48.5 + pos: -48.5,41.5 parent: 2 - - uid: 30494 + - uid: 1480 components: - type: Transform - pos: 1.5,26.5 + pos: 9.5,11.5 parent: 2 - - uid: 30794 + - uid: 1848 components: - type: Transform - pos: 44.5,-25.5 + pos: 1.5,39.5 parent: 2 - - uid: 30802 + - uid: 1961 components: - type: Transform - pos: 23.5,7.5 + pos: 22.5,25.5 parent: 2 - - uid: 30807 + - uid: 2062 components: - type: Transform - pos: -71.5,2.5 + pos: -18.5,-31.5 parent: 2 - - uid: 30820 + - uid: 2082 components: - type: Transform - pos: 4.5,56.5 + pos: -28.5,2.5 parent: 2 - - uid: 30821 + - uid: 2321 components: - type: Transform - pos: 5.5,56.5 + pos: 79.5,-20.5 parent: 2 - - uid: 30859 + - uid: 2337 components: - type: Transform - pos: 16.5,6.5 + pos: 7.5,49.5 parent: 2 - - uid: 30860 + - uid: 2360 components: - type: Transform - pos: 16.5,5.5 + pos: -26.5,-28.5 parent: 2 - - uid: 30861 + - uid: 2400 components: - type: Transform - pos: 16.5,4.5 + pos: 79.5,-21.5 parent: 2 - - uid: 30862 + - uid: 2436 components: - type: Transform - pos: 16.5,3.5 + pos: -26.5,-27.5 parent: 2 - - uid: 30864 + - uid: 2797 components: - type: Transform - pos: 19.5,7.5 + pos: -40.5,71.5 parent: 2 - - uid: 30876 + - uid: 2815 components: - type: Transform - pos: 6.5,56.5 + pos: -37.5,71.5 parent: 2 - - uid: 30910 + - uid: 2822 components: - type: Transform - pos: 21.5,7.5 + pos: -1.5,39.5 parent: 2 - - uid: 30916 + - uid: 3118 components: - type: Transform - pos: 20.5,7.5 + pos: -3.5,1.5 parent: 2 - - uid: 30933 + - uid: 3148 components: - type: Transform - pos: -58.5,42.5 + pos: 48.5,49.5 parent: 2 - - uid: 30936 + - uid: 3149 components: - type: Transform - pos: 16.5,2.5 + pos: 47.5,49.5 parent: 2 - - uid: 30937 + - uid: 3171 components: - type: Transform - pos: 16.5,1.5 + pos: -25.5,5.5 parent: 2 - - uid: 30938 + - uid: 3287 components: - type: Transform - pos: 16.5,0.5 + pos: -0.5,1.5 parent: 2 - - uid: 30939 + - uid: 3327 components: - type: Transform - pos: 16.5,-0.5 + pos: -4.5,1.5 parent: 2 - - uid: 30940 + - uid: 3331 components: - type: Transform - pos: 16.5,-1.5 + pos: -36.5,57.5 parent: 2 - - uid: 30941 + - uid: 3357 components: - type: Transform - pos: 16.5,-2.5 + pos: -5.5,1.5 parent: 2 - - uid: 30942 + - uid: 3358 components: - type: Transform - pos: 16.5,-3.5 + pos: -6.5,-0.5 parent: 2 - - uid: 30943 + - uid: 3369 components: - type: Transform - pos: 17.5,-3.5 + pos: 0.5,1.5 parent: 2 - - uid: 30944 + - uid: 3378 components: - type: Transform - pos: 18.5,-3.5 + pos: -29.5,2.5 parent: 2 - - uid: 30945 + - uid: 3522 components: - type: Transform - pos: 19.5,-3.5 + pos: -2.5,1.5 parent: 2 - - uid: 30946 + - uid: 3546 components: - type: Transform - pos: 20.5,-3.5 + pos: -35.5,57.5 parent: 2 - - uid: 30947 + - uid: 3549 components: - type: Transform - pos: 21.5,-3.5 + pos: -35.5,56.5 parent: 2 - - uid: 30948 + - uid: 3590 components: - type: Transform - pos: 22.5,-3.5 + pos: -1.5,1.5 parent: 2 - - uid: 30949 + - uid: 3643 components: - type: Transform - pos: 11.5,7.5 + pos: -34.5,56.5 parent: 2 - - uid: 30950 + - uid: 3705 components: - type: Transform - pos: 10.5,7.5 + pos: -33.5,56.5 parent: 2 - - uid: 30951 + - uid: 3712 components: - type: Transform - pos: 10.5,6.5 + pos: -6.5,-2.5 parent: 2 - - uid: 30952 + - uid: 3747 components: - type: Transform - pos: 10.5,5.5 + pos: -39.5,57.5 parent: 2 - - uid: 30953 + - uid: 3750 components: - type: Transform - pos: 10.5,4.5 + pos: -38.5,57.5 parent: 2 - - uid: 30954 + - uid: 3759 components: - type: Transform - pos: 10.5,3.5 + pos: -37.5,57.5 parent: 2 - - uid: 30955 + - uid: 3774 components: - type: Transform - pos: 10.5,2.5 + pos: -5.5,-2.5 parent: 2 - - uid: 30956 + - uid: 3776 components: - type: Transform - pos: 10.5,1.5 + pos: -31.5,6.5 parent: 2 - - uid: 30957 + - uid: 3777 components: - type: Transform - pos: 10.5,0.5 + pos: -32.5,6.5 parent: 2 - - uid: 30958 + - uid: 3799 components: - type: Transform - pos: 10.5,-0.5 + pos: -32.5,56.5 parent: 2 - - uid: 30959 + - uid: 3824 components: - type: Transform - pos: 10.5,-1.5 + pos: -30.5,2.5 parent: 2 - - uid: 30960 + - uid: 3825 components: - type: Transform - pos: 10.5,-2.5 + pos: -30.5,3.5 parent: 2 - - uid: 30961 + - uid: 3826 components: - type: Transform - pos: 10.5,-3.5 + pos: -24.5,2.5 parent: 2 - - uid: 30971 + - uid: 3841 components: - type: Transform - pos: 10.5,-12.5 + pos: -23.5,2.5 parent: 2 - - uid: 30983 + - uid: 3893 components: - type: Transform - pos: 28.5,7.5 + pos: -22.5,2.5 parent: 2 - - uid: 30984 + - uid: 3968 components: - type: Transform - pos: 29.5,7.5 + pos: -21.5,2.5 parent: 2 - - uid: 30985 + - uid: 4194 components: - type: Transform - pos: 30.5,7.5 + pos: -20.5,2.5 parent: 2 - - uid: 30986 + - uid: 4217 components: - type: Transform - pos: 31.5,7.5 + pos: -1.5,26.5 parent: 2 - - uid: 30987 + - uid: 4318 components: - type: Transform - pos: 31.5,6.5 + pos: -24.5,58.5 parent: 2 - - uid: 30988 + - uid: 4428 components: - type: Transform - pos: 31.5,5.5 + pos: -44.5,20.5 parent: 2 - - uid: 30989 + - uid: 4557 components: - type: Transform - pos: 31.5,4.5 + pos: 48.5,50.5 parent: 2 - - uid: 30990 + - uid: 4562 components: - type: Transform - pos: 31.5,3.5 + pos: 43.5,49.5 parent: 2 - - uid: 30991 + - uid: 4565 components: - type: Transform - pos: 31.5,2.5 + pos: 44.5,49.5 parent: 2 - - uid: 30992 + - uid: 4569 components: - type: Transform - pos: 31.5,1.5 + pos: 45.5,49.5 parent: 2 - - uid: 30993 + - uid: 4750 components: - type: Transform - pos: 31.5,0.5 + pos: -6.5,1.5 parent: 2 - - uid: 30994 + - uid: 4817 components: - type: Transform - pos: 32.5,0.5 + pos: -19.5,2.5 parent: 2 - - uid: 31010 + - uid: 4851 components: - type: Transform - pos: -35.5,10.5 + pos: 80.5,-21.5 parent: 2 - - uid: 31012 + - uid: 4854 components: - type: Transform - pos: -14.5,13.5 + pos: -18.5,2.5 parent: 2 - - uid: 31013 + - uid: 4885 components: - type: Transform - pos: -13.5,13.5 + pos: -24.5,59.5 parent: 2 - - uid: 31014 + - uid: 4945 components: - type: Transform - pos: -12.5,13.5 + pos: 34.5,33.5 parent: 2 - - uid: 31015 + - uid: 4946 components: - type: Transform - pos: -11.5,13.5 + pos: 99.5,77.5 parent: 2 - - uid: 31016 + - uid: 4947 components: - type: Transform - pos: -10.5,13.5 + pos: 97.5,77.5 parent: 2 - - uid: 31017 + - uid: 5050 components: - type: Transform - pos: -10.5,12.5 + pos: -61.5,-31.5 parent: 2 - - uid: 31018 + - uid: 5111 components: - type: Transform - pos: -10.5,11.5 + pos: -43.5,20.5 parent: 2 - - uid: 31019 + - uid: 5144 components: - type: Transform - pos: -10.5,10.5 + pos: -61.5,-30.5 parent: 2 - - uid: 31020 + - uid: 5145 components: - type: Transform - pos: -10.5,9.5 + pos: -61.5,-29.5 parent: 2 - - uid: 31021 + - uid: 5146 components: - type: Transform - pos: -10.5,8.5 + pos: -61.5,-28.5 parent: 2 - - uid: 31022 + - uid: 5151 components: - type: Transform - pos: -10.5,7.5 + pos: -61.5,-27.5 parent: 2 - - uid: 31023 + - uid: 5152 components: - type: Transform - pos: -10.5,6.5 + pos: -61.5,-26.5 parent: 2 - - uid: 31024 + - uid: 5153 components: - type: Transform - pos: -10.5,5.5 + pos: -61.5,-25.5 parent: 2 - - uid: 31025 + - uid: 5215 components: - type: Transform - pos: 19.5,45.5 + pos: 34.5,31.5 parent: 2 - - uid: 31065 + - uid: 5242 components: - type: Transform - pos: 7.5,56.5 + pos: 1.5,42.5 parent: 2 - - uid: 31076 + - uid: 5259 components: - type: Transform - pos: 7.5,55.5 + pos: 34.5,32.5 parent: 2 - - uid: 31077 + - uid: 5421 components: - type: Transform - pos: -55.5,42.5 + pos: 1.5,41.5 parent: 2 - - uid: 31089 + - uid: 5510 components: - type: Transform - pos: 34.5,33.5 + pos: -17.5,2.5 parent: 2 - - uid: 31091 + - uid: 5511 components: - type: Transform - pos: 35.5,33.5 + pos: -16.5,2.5 parent: 2 - - uid: 31093 + - uid: 5630 components: - type: Transform - pos: 36.5,33.5 + pos: -15.5,2.5 parent: 2 - - uid: 31094 + - uid: 5669 components: - type: Transform - pos: 37.5,33.5 + pos: 20.5,43.5 parent: 2 - - uid: 31095 + - uid: 5907 components: - type: Transform - pos: 38.5,33.5 + pos: -25.5,-1.5 parent: 2 - - uid: 31101 + - uid: 5911 components: - type: Transform - pos: 39.5,33.5 + pos: -27.5,-1.5 parent: 2 - - uid: 31130 + - uid: 5917 components: - type: Transform - pos: 40.5,33.5 + pos: -25.5,1.5 parent: 2 - - uid: 31139 + - uid: 5918 components: - type: Transform - pos: 40.5,34.5 + pos: -26.5,-1.5 parent: 2 - - uid: 31147 + - uid: 5927 components: - type: Transform - pos: 40.5,35.5 + pos: -29.5,-1.5 parent: 2 - - uid: 31182 + - uid: 5933 components: - type: Transform - pos: -82.5,8.5 + pos: -28.5,-1.5 parent: 2 - - uid: 31220 + - uid: 5936 components: - type: Transform - pos: 79.5,-15.5 + pos: -25.5,0.5 parent: 2 - - uid: 31264 + - uid: 5937 components: - type: Transform - pos: -38.5,68.5 + pos: -25.5,-0.5 parent: 2 - - uid: 31265 + - uid: 5967 components: - type: Transform - pos: 40.5,36.5 + pos: -14.5,2.5 parent: 2 - - uid: 31266 + - uid: 6124 components: - type: Transform - pos: 40.5,37.5 + pos: -0.5,39.5 parent: 2 - - uid: 31267 + - uid: 6125 components: - type: Transform - pos: 40.5,38.5 + pos: -2.5,39.5 parent: 2 - - uid: 31268 + - uid: 6155 components: - type: Transform - pos: 40.5,39.5 + pos: 105.5,-9.5 parent: 2 - - uid: 31269 + - uid: 6311 components: - type: Transform - pos: 40.5,40.5 + pos: 34.5,36.5 parent: 2 - - uid: 31270 + - uid: 6323 components: - type: Transform - pos: 40.5,41.5 + pos: -2.5,37.5 parent: 2 - - uid: 31304 + - uid: 6333 components: - type: Transform - pos: 41.5,41.5 + pos: -47.5,69.5 parent: 2 - - uid: 31366 + - uid: 6373 components: - type: Transform - pos: 43.5,32.5 + pos: 34.5,34.5 parent: 2 - - uid: 31367 + - uid: 6385 components: - type: Transform - pos: 44.5,32.5 + pos: 34.5,35.5 parent: 2 - - uid: 31368 + - uid: 6575 components: - type: Transform - pos: 45.5,32.5 + pos: -57.5,34.5 parent: 2 - - uid: 31369 + - uid: 6662 components: - type: Transform - pos: 46.5,32.5 + pos: -62.5,-21.5 parent: 2 - - uid: 31370 + - uid: 6663 components: - type: Transform - pos: 47.5,32.5 + pos: -61.5,-21.5 parent: 2 - - uid: 31371 + - uid: 6680 components: - type: Transform - pos: 48.5,32.5 + pos: -19.5,-29.5 parent: 2 - - uid: 31372 + - uid: 6681 components: - type: Transform - pos: -46.5,64.5 + pos: -47.5,34.5 parent: 2 - - uid: 31373 + - uid: 6712 components: - type: Transform - pos: 49.5,32.5 + pos: -45.5,35.5 parent: 2 - - uid: 31374 + - uid: 6764 components: - type: Transform - pos: 50.5,32.5 + pos: -65.5,-21.5 parent: 2 - - uid: 31375 + - uid: 6811 components: - type: Transform - pos: 51.5,32.5 + pos: -45.5,34.5 parent: 2 - - uid: 31376 + - uid: 6916 components: - type: Transform - pos: 52.5,32.5 + pos: -18.5,-29.5 parent: 2 - - uid: 31377 + - uid: 6917 components: - type: Transform - pos: 53.5,32.5 + pos: 8.5,27.5 parent: 2 - - uid: 31378 + - uid: 7102 components: - type: Transform - pos: 54.5,32.5 + pos: 25.5,7.5 parent: 2 - - uid: 31379 + - uid: 7197 components: - type: Transform - pos: 55.5,32.5 + pos: 26.5,7.5 parent: 2 - - uid: 31380 + - uid: 7198 components: - type: Transform - pos: 56.5,32.5 + pos: 23.5,5.5 parent: 2 - - uid: 31381 + - uid: 7297 components: - type: Transform - pos: 57.5,32.5 + pos: -49.5,34.5 parent: 2 - - uid: 31382 + - uid: 7313 components: - type: Transform - pos: 58.5,32.5 + pos: -50.5,34.5 parent: 2 - - uid: 31383 + - uid: 7349 components: - type: Transform - pos: 59.5,32.5 + pos: -48.5,34.5 parent: 2 - - uid: 31384 + - uid: 7486 components: - type: Transform - pos: 60.5,32.5 + pos: -45.5,55.5 parent: 2 - - uid: 31385 + - uid: 7497 components: - type: Transform - pos: 61.5,32.5 + pos: -24.5,57.5 parent: 2 - - uid: 31386 + - uid: 7549 components: - type: Transform - pos: 62.5,32.5 + pos: -26.5,59.5 parent: 2 - - uid: 31387 + - uid: 7566 components: - type: Transform - pos: 62.5,31.5 + pos: -27.5,59.5 parent: 2 - - uid: 31388 + - uid: 7569 components: - type: Transform - pos: 62.5,30.5 + pos: -28.5,59.5 parent: 2 - - uid: 31389 + - uid: 7578 components: - type: Transform - pos: 62.5,29.5 + pos: -26.5,71.5 parent: 2 - - uid: 31390 + - uid: 7701 components: - type: Transform - pos: 62.5,28.5 + pos: -9.5,-4.5 parent: 2 - - uid: 31391 + - uid: 7731 components: - type: Transform - pos: 62.5,27.5 + pos: 8.5,29.5 parent: 2 - - uid: 31392 + - uid: 7789 components: - type: Transform - pos: 62.5,26.5 + pos: 8.5,30.5 parent: 2 - - uid: 31393 + - uid: 7966 components: - type: Transform - pos: 61.5,26.5 + pos: -55.5,34.5 parent: 2 - - uid: 31394 + - uid: 7969 components: - type: Transform - pos: 61.5,25.5 + pos: -54.5,34.5 parent: 2 - - uid: 31395 + - uid: 7993 components: - type: Transform - pos: 61.5,24.5 + pos: -54.5,31.5 parent: 2 - - uid: 31396 + - uid: 8016 components: - type: Transform - pos: 62.5,24.5 + pos: 8.5,33.5 parent: 2 - - uid: 31397 + - uid: 8258 components: - type: Transform - pos: 63.5,24.5 + pos: 39.5,15.5 parent: 2 - - uid: 31398 + - uid: 8259 components: - type: Transform - pos: 64.5,24.5 + pos: -43.5,15.5 parent: 2 - - uid: 31399 + - uid: 8274 components: - type: Transform - pos: 65.5,24.5 + pos: -42.5,15.5 parent: 2 - - uid: 31401 + - uid: 8310 components: - type: Transform - pos: 66.5,24.5 + pos: 39.5,16.5 parent: 2 - - uid: 31404 + - uid: 8313 components: - type: Transform - pos: 67.5,24.5 + pos: -45.5,61.5 parent: 2 - - uid: 31405 + - uid: 8314 components: - type: Transform - pos: 68.5,24.5 + pos: -45.5,63.5 parent: 2 - - uid: 31406 + - uid: 8318 components: - type: Transform - pos: 68.5,25.5 + pos: -46.5,65.5 parent: 2 - - uid: 31432 + - uid: 8692 components: - type: Transform - pos: 27.5,-31.5 + pos: -54.5,25.5 parent: 2 - - uid: 31433 + - uid: 8693 components: - type: Transform - pos: 27.5,-32.5 + pos: -54.5,24.5 parent: 2 - - uid: 31437 + - uid: 8695 components: - type: Transform - pos: 43.5,-26.5 + pos: -54.5,23.5 parent: 2 - - uid: 31438 + - uid: 8700 components: - type: Transform - pos: 42.5,-26.5 + pos: -54.5,22.5 parent: 2 - - uid: 31439 + - uid: 8704 components: - type: Transform - pos: 41.5,-26.5 + pos: -63.5,34.5 parent: 2 - - uid: 31440 + - uid: 8710 components: - type: Transform - pos: 40.5,-26.5 + pos: -45.5,39.5 parent: 2 - - uid: 31441 + - uid: 8723 components: - type: Transform - pos: 39.5,-26.5 + pos: -45.5,38.5 parent: 2 - - uid: 31442 + - uid: 8725 components: - type: Transform - pos: 38.5,-26.5 + pos: -45.5,37.5 parent: 2 - - uid: 31449 + - uid: 8752 components: - type: Transform - pos: 37.5,-26.5 + pos: -41.5,15.5 parent: 2 - - uid: 31459 + - uid: 8753 components: - type: Transform - pos: 36.5,-26.5 + pos: -40.5,15.5 parent: 2 - - uid: 31460 + - uid: 8799 components: - type: Transform - pos: 35.5,-26.5 + pos: -60.5,34.5 parent: 2 - - uid: 31462 + - uid: 8800 components: - type: Transform - pos: 34.5,-26.5 + pos: -56.5,34.5 parent: 2 - - uid: 31470 + - uid: 8807 components: - type: Transform - pos: 33.5,-26.5 + pos: -54.5,14.5 parent: 2 - - uid: 31471 + - uid: 8808 components: - type: Transform - pos: 32.5,-26.5 + pos: -53.5,26.5 parent: 2 - - uid: 31474 + - uid: 8809 components: - type: Transform - pos: 31.5,-26.5 + pos: -52.5,19.5 parent: 2 - - uid: 31481 + - uid: 8978 components: - type: Transform - pos: 30.5,-26.5 + pos: -46.5,34.5 parent: 2 - - uid: 31482 + - uid: 9007 components: - type: Transform - pos: 29.5,-26.5 + pos: -54.5,28.5 parent: 2 - - uid: 31483 + - uid: 9008 components: - type: Transform - pos: 28.5,-26.5 + pos: -54.5,30.5 parent: 2 - - uid: 31484 + - uid: 9041 components: - type: Transform - pos: 28.5,-27.5 + pos: -59.5,34.5 parent: 2 - - uid: 31485 + - uid: 9042 components: - type: Transform - pos: 28.5,-28.5 + pos: -62.5,34.5 parent: 2 - - uid: 31486 + - uid: 9104 components: - type: Transform - pos: 28.5,-29.5 + pos: -39.5,15.5 parent: 2 - - uid: 31487 + - uid: 9108 components: - type: Transform - pos: 28.5,-30.5 + pos: -38.5,15.5 parent: 2 - - uid: 31488 + - uid: 9110 components: - type: Transform - pos: 28.5,-31.5 + pos: -37.5,15.5 parent: 2 - - uid: 31489 + - uid: 9111 components: - type: Transform - pos: 44.5,-27.5 + pos: -37.5,16.5 parent: 2 - - uid: 31490 + - uid: 9243 components: - type: Transform - pos: 44.5,-28.5 + pos: 10.5,27.5 parent: 2 - - uid: 31491 + - uid: 9483 components: - type: Transform - pos: 39.5,31.5 + pos: -54.5,27.5 parent: 2 - - uid: 31492 + - uid: 9508 components: - type: Transform - pos: 44.5,-29.5 + pos: -27.5,71.5 parent: 2 - - uid: 31493 + - uid: 9510 components: - type: Transform - pos: 45.5,-29.5 + pos: -25.5,4.5 parent: 2 - - uid: 31494 + - uid: 9533 components: - type: Transform - pos: 46.5,-29.5 + pos: -22.5,-23.5 parent: 2 - - uid: 31495 + - uid: 9571 components: - type: Transform - pos: 47.5,-29.5 + pos: -30.5,-1.5 parent: 2 - - uid: 31496 + - uid: 9620 components: - type: Transform - pos: 48.5,-29.5 + pos: -58.5,34.5 parent: 2 - - uid: 31503 + - uid: 9633 components: - type: Transform - pos: 49.5,-29.5 + pos: -25.5,3.5 parent: 2 - - uid: 31506 + - uid: 9695 components: - type: Transform - pos: 50.5,-29.5 + pos: -54.5,15.5 parent: 2 - - uid: 31507 + - uid: 9770 components: - type: Transform - pos: 51.5,-29.5 + pos: -47.5,70.5 parent: 2 - - uid: 31508 + - uid: 9774 components: - type: Transform - pos: 52.5,-29.5 + pos: -47.5,67.5 parent: 2 - - uid: 31509 + - uid: 9867 components: - type: Transform - pos: 53.5,-29.5 + pos: -45.5,62.5 parent: 2 - - uid: 31510 + - uid: 9909 components: - type: Transform - pos: 54.5,-29.5 + pos: -54.5,33.5 parent: 2 - - uid: 31511 + - uid: 9922 components: - type: Transform - pos: 55.5,-29.5 + pos: -40.5,57.5 parent: 2 - - uid: 31513 + - uid: 10013 components: - type: Transform - pos: 55.5,-30.5 + pos: -73.5,8.5 parent: 2 - - uid: 31514 + - uid: 10074 components: - type: Transform - pos: 55.5,-31.5 + pos: 33.5,53.5 parent: 2 - - uid: 31515 + - uid: 10076 components: - type: Transform - pos: 55.5,-32.5 + pos: -67.5,34.5 parent: 2 - - uid: 31516 + - uid: 10077 components: - type: Transform - pos: 55.5,-33.5 + pos: -66.5,34.5 parent: 2 - - uid: 31517 + - uid: 10078 components: - type: Transform - pos: 55.5,-34.5 + pos: -65.5,34.5 parent: 2 - - uid: 31518 + - uid: 10079 components: - type: Transform - pos: 55.5,-35.5 + pos: -64.5,34.5 parent: 2 - - uid: 31519 + - uid: 10080 components: - type: Transform - pos: 55.5,-36.5 + pos: -64.5,35.5 parent: 2 - - uid: 31520 + - uid: 10112 components: - type: Transform - pos: 54.5,-36.5 + pos: -28.5,55.5 parent: 2 - - uid: 31521 + - uid: 10123 components: - type: Transform - pos: 56.5,-30.5 + pos: 33.5,55.5 parent: 2 - - uid: 31522 + - uid: 10124 components: - type: Transform - pos: 57.5,-30.5 + pos: 33.5,54.5 parent: 2 - - uid: 31523 + - uid: 10162 components: - type: Transform - pos: 58.5,-30.5 + pos: -74.5,8.5 parent: 2 - - uid: 31524 + - uid: 10166 components: - type: Transform - pos: 59.5,-30.5 + pos: -54.5,32.5 parent: 2 - - uid: 31525 + - uid: 10410 components: - type: Transform - pos: 60.5,-30.5 + pos: -45.5,36.5 parent: 2 - - uid: 31526 + - uid: 10935 components: - type: Transform - pos: 61.5,-30.5 + pos: 35.5,12.5 parent: 2 - - uid: 31527 + - uid: 11015 components: - type: Transform - pos: 62.5,-30.5 + pos: -61.5,-15.5 parent: 2 - - uid: 31542 + - uid: 11016 components: - type: Transform - pos: 70.5,-24.5 + pos: -60.5,-15.5 parent: 2 - - uid: 31543 + - uid: 11017 components: - type: Transform - pos: 70.5,-23.5 + pos: -59.5,-15.5 parent: 2 - - uid: 31544 + - uid: 11018 components: - type: Transform - pos: 70.5,-22.5 + pos: -58.5,-14.5 parent: 2 - - uid: 31545 + - uid: 11019 components: - type: Transform - pos: 70.5,-21.5 + pos: -61.5,-18.5 parent: 2 - - uid: 31546 + - uid: 11020 components: - type: Transform - pos: 71.5,-21.5 + pos: -61.5,-17.5 parent: 2 - - uid: 31547 + - uid: 11021 components: - type: Transform - pos: 71.5,-20.5 + pos: -61.5,-16.5 parent: 2 - - uid: 31548 + - uid: 11028 components: - type: Transform - pos: 72.5,-20.5 + pos: -57.5,-31.5 parent: 2 - - uid: 31560 + - uid: 11029 components: - type: Transform - pos: 73.5,-20.5 + pos: -56.5,-31.5 parent: 2 - - uid: 31562 + - uid: 11030 components: - type: Transform - pos: 74.5,-20.5 + pos: -55.5,-31.5 parent: 2 - - uid: 31563 + - uid: 11031 components: - type: Transform - pos: 75.5,-20.5 + pos: -55.5,-32.5 parent: 2 - - uid: 31580 + - uid: 11034 components: - type: Transform - pos: 76.5,-20.5 + pos: -59.5,-31.5 parent: 2 - - uid: 31581 + - uid: 11035 components: - type: Transform - pos: 76.5,-19.5 + pos: 33.5,43.5 parent: 2 - - uid: 31582 + - uid: 11038 components: - type: Transform - pos: 76.5,-18.5 + pos: 34.5,42.5 parent: 2 - - uid: 31583 + - uid: 11039 components: - type: Transform - pos: 75.5,-18.5 + pos: 34.5,43.5 parent: 2 - - uid: 31593 + - uid: 11046 components: - type: Transform - pos: 1.5,-28.5 + pos: -60.5,-31.5 parent: 2 - - uid: 31594 + - uid: 11059 components: - type: Transform - pos: 1.5,-27.5 + pos: -58.5,-13.5 parent: 2 - - uid: 31595 + - uid: 11070 components: - type: Transform - pos: 1.5,-26.5 + pos: -59.5,-11.5 parent: 2 - - uid: 31632 + - uid: 11111 components: - type: Transform - pos: 1.5,-25.5 + pos: -68.5,-2.5 parent: 2 - - uid: 31640 + - uid: 11112 components: - type: Transform - pos: 1.5,-24.5 + pos: -68.5,-3.5 parent: 2 - - uid: 31658 + - uid: 11113 components: - type: Transform - pos: -63.5,-21.5 + pos: -67.5,-3.5 parent: 2 - - uid: 31730 + - uid: 11114 components: - type: Transform - pos: 11.5,16.5 + pos: -66.5,-3.5 parent: 2 - - uid: 31731 + - uid: 11115 components: - type: Transform - pos: -81.5,8.5 + pos: -65.5,-3.5 parent: 2 - - uid: 31741 + - uid: 11116 components: - type: Transform - pos: 11.5,17.5 + pos: -64.5,-3.5 parent: 2 - - uid: 31759 + - uid: 11117 components: - type: Transform - pos: -80.5,8.5 + pos: -64.5,-2.5 parent: 2 - - uid: 31766 + - uid: 11118 components: - type: Transform - pos: -79.5,8.5 + pos: -64.5,-1.5 parent: 2 - - uid: 31768 + - uid: 11119 components: - type: Transform - pos: -82.5,9.5 + pos: -64.5,-0.5 parent: 2 - - uid: 31770 + - uid: 11120 components: - type: Transform - pos: -82.5,10.5 + pos: -64.5,0.5 parent: 2 - - uid: 31771 + - uid: 11121 components: - type: Transform - pos: -82.5,11.5 + pos: -64.5,1.5 parent: 2 - - uid: 31852 + - uid: 11122 components: - type: Transform - pos: -54.5,42.5 + pos: -64.5,2.5 parent: 2 - - uid: 31961 + - uid: 11123 components: - type: Transform - pos: -12.5,44.5 + pos: -64.5,3.5 parent: 2 - - uid: 31962 + - uid: 11124 components: - type: Transform - pos: -13.5,44.5 + pos: -64.5,4.5 parent: 2 - - uid: 31963 + - uid: 11125 components: - type: Transform - pos: -14.5,44.5 + pos: -64.5,5.5 parent: 2 - - uid: 31964 + - uid: 11126 components: - type: Transform - pos: -15.5,44.5 + pos: -64.5,6.5 parent: 2 - - uid: 31965 + - uid: 11127 components: - type: Transform - pos: -16.5,44.5 + pos: -64.5,7.5 parent: 2 - - uid: 31966 + - uid: 11128 components: - type: Transform - pos: -17.5,44.5 + pos: -64.5,8.5 parent: 2 - - uid: 31991 + - uid: 11129 components: - type: Transform - pos: -18.5,44.5 + pos: -65.5,8.5 parent: 2 - - uid: 31992 + - uid: 11130 components: - type: Transform - pos: -19.5,44.5 + pos: -66.5,8.5 parent: 2 - - uid: 31993 + - uid: 11131 components: - type: Transform - pos: -20.5,44.5 + pos: -67.5,8.5 parent: 2 - - uid: 31994 + - uid: 11132 components: - type: Transform - pos: -21.5,44.5 + pos: -68.5,8.5 parent: 2 - - uid: 31995 + - uid: 11133 components: - type: Transform - pos: -22.5,44.5 + pos: -69.5,8.5 parent: 2 - - uid: 32021 + - uid: 11134 components: - type: Transform - pos: 1.5,-23.5 + pos: -70.5,8.5 parent: 2 - - uid: 32022 + - uid: 11135 components: - type: Transform - pos: 1.5,-22.5 + pos: -71.5,8.5 parent: 2 - - uid: 32026 + - uid: 11136 components: - type: Transform - pos: -23.5,44.5 + pos: -72.5,8.5 parent: 2 - - uid: 32027 + - uid: 11137 components: - type: Transform - pos: -24.5,44.5 + pos: -72.5,7.5 parent: 2 - - uid: 32028 + - uid: 11138 components: - type: Transform - pos: -25.5,44.5 + pos: -72.5,6.5 parent: 2 - - uid: 32029 + - uid: 11139 components: - type: Transform - pos: -25.5,43.5 + pos: -72.5,5.5 parent: 2 - - uid: 32030 + - uid: 11143 components: - type: Transform - pos: -25.5,42.5 + pos: -76.5,8.5 parent: 2 - - uid: 32031 + - uid: 11148 components: - type: Transform - pos: -25.5,41.5 + pos: -75.5,8.5 parent: 2 - - uid: 32032 + - uid: 11154 components: - type: Transform - pos: -24.5,41.5 + pos: -78.5,8.5 parent: 2 - - uid: 32033 + - uid: 11155 components: - type: Transform - pos: -12.5,43.5 + pos: -77.5,8.5 parent: 2 - - uid: 32119 + - uid: 11169 components: - type: Transform - pos: 1.5,-21.5 + pos: 32.5,47.5 parent: 2 - - uid: 32172 + - uid: 11644 components: - type: Transform - pos: 79.5,-13.5 + pos: -51.5,34.5 parent: 2 - - uid: 32173 + - uid: 11713 components: - type: Transform - pos: 83.5,-11.5 + pos: -27.5,-27.5 parent: 2 - - uid: 32176 + - uid: 11714 components: - type: Transform - pos: 97.5,-9.5 + pos: -28.5,-27.5 parent: 2 - - uid: 32196 + - uid: 11715 components: - type: Transform - pos: 84.5,-11.5 + pos: -29.5,-27.5 parent: 2 - - uid: 32197 + - uid: 11716 components: - type: Transform - pos: 86.5,-11.5 + pos: -30.5,-27.5 parent: 2 - - uid: 32244 + - uid: 11717 components: - type: Transform - pos: 82.5,-11.5 + pos: -31.5,-27.5 parent: 2 - - uid: 32251 + - uid: 11718 components: - type: Transform - pos: 79.5,-17.5 + pos: -32.5,-27.5 parent: 2 - - uid: 32289 + - uid: 11719 components: - type: Transform - pos: -59.5,-10.5 + pos: -33.5,-27.5 parent: 2 - - uid: 32290 + - uid: 11720 components: - type: Transform - pos: -59.5,-9.5 + pos: -33.5,-26.5 parent: 2 - - uid: 32292 + - uid: 11721 components: - type: Transform - pos: -59.5,-8.5 + pos: -33.5,-25.5 parent: 2 - - uid: 32334 + - uid: 11722 components: - type: Transform - pos: -59.5,-7.5 + pos: -33.5,-24.5 parent: 2 - - uid: 32446 + - uid: 11723 components: - type: Transform - pos: -59.5,-6.5 + pos: -33.5,-23.5 parent: 2 - - uid: 32449 + - uid: 11724 components: - type: Transform - pos: -59.5,-5.5 + pos: -33.5,-22.5 parent: 2 - - uid: 32450 + - uid: 11725 components: - type: Transform - pos: -59.5,-4.5 + pos: -33.5,-21.5 parent: 2 - - uid: 32691 + - uid: 11726 components: - type: Transform - pos: -59.5,-3.5 + pos: -33.5,-20.5 parent: 2 - - uid: 32707 + - uid: 11727 components: - type: Transform - pos: -59.5,-2.5 + pos: -33.5,-19.5 parent: 2 - - uid: 32708 + - uid: 11728 components: - type: Transform - pos: -59.5,-1.5 + pos: -33.5,-18.5 parent: 2 - - uid: 32709 + - uid: 11729 components: - type: Transform - pos: -59.5,-0.5 + pos: -33.5,-17.5 parent: 2 - - uid: 32710 + - uid: 11730 components: - type: Transform - pos: -59.5,0.5 + pos: -33.5,-16.5 parent: 2 - - uid: 32711 + - uid: 11731 components: - type: Transform - pos: -59.5,1.5 + pos: -33.5,-15.5 parent: 2 - - uid: 32716 + - uid: 11732 components: - type: Transform - pos: -59.5,2.5 + pos: -32.5,-15.5 parent: 2 - - uid: 32717 + - uid: 11733 components: - type: Transform - pos: -58.5,2.5 + pos: -31.5,-15.5 parent: 2 - - uid: 33362 + - uid: 11734 components: - type: Transform - pos: 78.5,58.5 + pos: -30.5,-15.5 parent: 2 - - uid: 33363 + - uid: 11735 components: - type: Transform - pos: -57.5,2.5 + pos: -29.5,-15.5 parent: 2 - - uid: 33378 + - uid: 11736 components: - type: Transform - pos: 78.5,57.5 + pos: -28.5,-15.5 parent: 2 - - uid: 33379 + - uid: 11737 components: - type: Transform - pos: 78.5,56.5 + pos: -27.5,-15.5 parent: 2 - - uid: 33380 + - uid: 11738 components: - type: Transform - pos: 78.5,55.5 + pos: -26.5,-15.5 parent: 2 - - uid: 33381 + - uid: 11739 components: - type: Transform - pos: 78.5,54.5 + pos: -25.5,-15.5 parent: 2 - - uid: 33382 + - uid: 11740 components: - type: Transform - pos: 77.5,54.5 + pos: -24.5,-15.5 parent: 2 - - uid: 33383 + - uid: 11741 components: - type: Transform - pos: 76.5,54.5 + pos: -23.5,-15.5 parent: 2 - - uid: 33647 + - uid: 11742 components: - type: Transform - pos: -56.5,2.5 + pos: -22.5,-15.5 parent: 2 - - uid: 33648 + - uid: 11743 components: - type: Transform - pos: -55.5,2.5 + pos: -21.5,-15.5 parent: 2 - - uid: 33652 + - uid: 11744 components: - type: Transform - pos: -54.5,2.5 + pos: -20.5,-15.5 parent: 2 - - uid: 33678 + - uid: 11745 components: - type: Transform - pos: -53.5,2.5 + pos: -19.5,-15.5 parent: 2 - - uid: 33680 + - uid: 11746 components: - type: Transform - pos: -52.5,2.5 + pos: -18.5,-15.5 parent: 2 - - uid: 33681 + - uid: 11747 components: - type: Transform - pos: -51.5,2.5 + pos: -17.5,-15.5 parent: 2 - - uid: 33682 + - uid: 11748 components: - type: Transform - pos: -50.5,2.5 + pos: -16.5,-15.5 parent: 2 - - uid: 33683 + - uid: 11749 components: - type: Transform - pos: -49.5,2.5 + pos: -15.5,-15.5 parent: 2 - - uid: 33685 + - uid: 11750 components: - type: Transform - pos: -49.5,1.5 + pos: -14.5,-15.5 parent: 2 - - uid: 33884 + - uid: 11751 components: - type: Transform - pos: -48.5,1.5 + pos: -13.5,-15.5 parent: 2 - - uid: 33920 + - uid: 11752 components: - type: Transform - pos: 35.5,11.5 + pos: -12.5,-15.5 parent: 2 - - uid: 33939 + - uid: 11753 components: - type: Transform - pos: 10.5,14.5 + pos: -11.5,-15.5 parent: 2 - - uid: 34058 + - uid: 11754 components: - type: Transform - pos: 9.5,7.5 + pos: -11.5,-16.5 parent: 2 - - uid: 34274 + - uid: 11755 components: - type: Transform - pos: -20.5,-25.5 + pos: -11.5,-17.5 parent: 2 - - uid: 34292 + - uid: 11756 components: - type: Transform - pos: -72.5,3.5 + pos: -11.5,-18.5 parent: 2 - - uid: 34312 + - uid: 11757 components: - type: Transform - pos: -72.5,4.5 + pos: -11.5,-19.5 parent: 2 - - uid: 34382 + - uid: 11758 components: - type: Transform - pos: -65.5,-22.5 + pos: -11.5,-20.5 parent: 2 - - uid: 34417 + - uid: 11759 components: - type: Transform - pos: -20.5,-24.5 + pos: -12.5,-20.5 parent: 2 - - uid: 34595 + - uid: 11760 components: - type: Transform - pos: -1.5,53.5 + pos: -13.5,-20.5 parent: 2 - - uid: 34596 + - uid: 11761 components: - type: Transform - pos: -0.5,53.5 + pos: -14.5,-20.5 parent: 2 - - uid: 34605 + - uid: 11762 components: - type: Transform - pos: 0.5,53.5 + pos: -15.5,-20.5 parent: 2 - - uid: 34607 + - uid: 11763 components: - type: Transform - pos: 1.5,53.5 + pos: -16.5,-20.5 parent: 2 - - uid: 34617 + - uid: 11764 components: - type: Transform - pos: 1.5,53.5 + pos: -17.5,-20.5 parent: 2 - - uid: 34618 + - uid: 11765 components: - type: Transform - pos: 1.5,52.5 + pos: -18.5,-20.5 parent: 2 - - uid: 34629 + - uid: 11766 components: - type: Transform - pos: 1.5,51.5 + pos: -19.5,-20.5 parent: 2 - - uid: 34630 + - uid: 11767 components: - type: Transform - pos: 1.5,50.5 + pos: -20.5,-20.5 parent: 2 - - uid: 34631 + - uid: 11768 components: - type: Transform - pos: 1.5,49.5 + pos: -21.5,-20.5 parent: 2 - - uid: 34648 + - uid: 11769 components: - type: Transform - pos: 39.5,32.5 + pos: -22.5,-20.5 parent: 2 - - uid: 34649 + - uid: 11770 components: - type: Transform - pos: 39.5,30.5 + pos: -22.5,-21.5 parent: 2 - - uid: 34650 + - uid: 11771 components: - type: Transform - pos: 39.5,29.5 + pos: -22.5,-22.5 parent: 2 - - uid: 34651 + - uid: 11772 components: - type: Transform - pos: 39.5,28.5 + pos: -23.5,-22.5 parent: 2 - - uid: 34652 + - uid: 11809 components: - type: Transform - pos: 40.5,28.5 + pos: -22.5,-24.5 parent: 2 - - uid: 34668 + - uid: 11827 components: - type: Transform - pos: 41.5,28.5 + pos: 44.5,-26.5 parent: 2 - - uid: 34687 + - uid: 11852 components: - type: Transform - pos: 42.5,28.5 + pos: -64.5,-21.5 parent: 2 - - uid: 34688 + - uid: 11950 components: - type: Transform - pos: 43.5,28.5 + pos: -20.5,-26.5 parent: 2 - - uid: 34689 + - uid: 11951 components: - type: Transform - pos: 44.5,28.5 + pos: -20.5,-27.5 parent: 2 - - uid: 34690 + - uid: 12006 components: - type: Transform - pos: 45.5,28.5 + pos: -55.5,-33.5 parent: 2 - - uid: 34691 + - uid: 12066 components: - type: Transform - pos: 46.5,28.5 + pos: 1.5,1.5 parent: 2 - - uid: 34692 + - uid: 12075 components: - type: Transform - pos: 47.5,28.5 + pos: 34.5,41.5 parent: 2 - - uid: 34693 + - uid: 12078 components: - type: Transform - pos: 48.5,28.5 + pos: -52.5,34.5 parent: 2 - - uid: 34694 + - uid: 12079 components: - type: Transform - pos: 48.5,27.5 + pos: -53.5,34.5 parent: 2 - - uid: 34695 + - uid: 12082 components: - type: Transform - pos: 48.5,26.5 + pos: -30.5,6.5 parent: 2 - - uid: 34696 + - uid: 12088 components: - type: Transform - pos: 48.5,25.5 + pos: -1.5,-28.5 parent: 2 - - uid: 34697 + - uid: 12098 components: - type: Transform - pos: 49.5,25.5 + pos: -55.5,-34.5 parent: 2 - - uid: 34698 + - uid: 12225 components: - type: Transform - pos: 50.5,25.5 + pos: -57.5,-12.5 parent: 2 - - uid: 34704 + - uid: 12290 components: - type: Transform - pos: 25.5,8.5 + pos: 2.5,1.5 parent: 2 - - uid: 34705 + - uid: 12311 components: - type: Transform - pos: 25.5,9.5 + pos: 4.5,1.5 parent: 2 - - uid: 34706 + - uid: 12316 components: - type: Transform - pos: 25.5,10.5 + pos: 3.5,1.5 parent: 2 - - uid: 34707 + - uid: 12317 components: - type: Transform - pos: 25.5,10.5 + pos: 7.5,1.5 parent: 2 - - uid: 34708 + - uid: 12328 components: - type: Transform - pos: 26.5,10.5 + pos: 7.5,52.5 parent: 2 - - uid: 34713 + - uid: 12347 components: - type: Transform - pos: 37.5,16.5 + pos: 7.5,53.5 parent: 2 - - uid: 34714 + - uid: 12406 components: - type: Transform - pos: 37.5,17.5 + pos: 8.5,1.5 parent: 2 - - uid: 34717 + - uid: 12416 components: - type: Transform - pos: 43.5,13.5 + pos: -28.5,6.5 parent: 2 - - uid: 34718 + - uid: 12417 components: - type: Transform - pos: 27.5,10.5 + pos: 6.5,1.5 parent: 2 - - uid: 34719 + - uid: 12425 components: - type: Transform - pos: 37.5,21.5 + pos: -29.5,6.5 parent: 2 - - uid: 34720 + - uid: 12429 components: - type: Transform - pos: 38.5,21.5 + pos: -6.5,-1.5 parent: 2 - - uid: 34721 + - uid: 12446 components: - type: Transform - pos: 28.5,10.5 + pos: -25.5,2.5 parent: 2 - - uid: 34722 + - uid: 12464 components: - type: Transform - pos: 29.5,10.5 + pos: 7.5,51.5 parent: 2 - - uid: 34723 + - uid: 12505 components: - type: Transform - pos: 30.5,10.5 + pos: 7.5,50.5 parent: 2 - - uid: 34724 + - uid: 12627 components: - type: Transform - pos: 39.5,21.5 + pos: 80.5,-16.5 parent: 2 - - uid: 34725 + - uid: 12849 components: - type: Transform - pos: 31.5,10.5 + pos: 34.5,39.5 parent: 2 - - uid: 34726 + - uid: 12893 components: - type: Transform - pos: 32.5,10.5 + pos: 31.5,52.5 parent: 2 - - uid: 34727 + - uid: 12922 components: - type: Transform - pos: 33.5,10.5 + pos: 34.5,38.5 parent: 2 - - uid: 34728 + - uid: 13011 components: - type: Transform - pos: 40.5,21.5 + pos: -55.5,-35.5 parent: 2 - - uid: 34731 + - uid: 13241 components: - type: Transform - pos: -30.5,-10.5 + pos: 37.5,18.5 parent: 2 - - uid: 34732 + - uid: 13392 components: - type: Transform - pos: -29.5,-10.5 + pos: 37.5,20.5 parent: 2 - - uid: 34733 + - uid: 13734 components: - type: Transform - pos: -28.5,-10.5 + pos: 37.5,19.5 parent: 2 - - uid: 34734 + - uid: 13855 components: - type: Transform - pos: -27.5,-10.5 + pos: -58.5,-31.5 parent: 2 - - uid: 34735 + - uid: 13909 components: - type: Transform - pos: -27.5,-11.5 + pos: 42.5,32.5 parent: 2 - - uid: 34736 + - uid: 14089 components: - type: Transform - pos: -27.5,-12.5 + pos: 32.5,48.5 parent: 2 - - uid: 34737 + - uid: 14110 components: - type: Transform - pos: -27.5,-13.5 + pos: 32.5,43.5 parent: 2 - - uid: 34738 + - uid: 14214 components: - type: Transform - pos: -27.5,-14.5 + pos: -28.5,71.5 parent: 2 - - uid: 34740 + - uid: 14289 components: - type: Transform - pos: 19.5,48.5 + pos: 41.5,32.5 parent: 2 - - uid: 34742 + - uid: 14290 components: - type: Transform - pos: 20.5,48.5 + pos: 40.5,32.5 parent: 2 - - uid: 34870 + - uid: 14373 components: - type: Transform - pos: 1.5,48.5 + pos: -0.5,-28.5 parent: 2 - - uid: 34873 + - uid: 14375 components: - type: Transform - pos: 1.5,47.5 + pos: -2.5,-28.5 parent: 2 - - uid: 34874 + - uid: 14377 components: - type: Transform - pos: 1.5,46.5 + pos: -30.5,-14.5 parent: 2 - - uid: 34875 + - uid: 14387 components: - type: Transform - pos: 1.5,45.5 + pos: 18.5,39.5 parent: 2 - - uid: 35795 + - uid: 14388 components: - type: Transform - pos: 26.5,42.5 + pos: 18.5,40.5 parent: 2 - - uid: 35861 + - uid: 14389 components: - type: Transform - pos: 25.5,41.5 + pos: 18.5,41.5 parent: 2 - - uid: 35862 + - uid: 14390 components: - type: Transform - pos: 26.5,41.5 + pos: 18.5,42.5 parent: 2 - - uid: 35935 + - uid: 14391 components: - type: Transform - pos: 34.5,40.5 + pos: 18.5,43.5 parent: 2 - - uid: 35937 + - uid: 14392 components: - type: Transform - pos: 34.5,34.5 + pos: 18.5,44.5 parent: 2 - - uid: 36088 + - uid: 14393 components: - type: Transform - pos: 25.5,43.5 + pos: 18.5,45.5 parent: 2 - - uid: 36123 + - uid: 14394 components: - type: Transform - pos: -18.5,-32.5 + pos: 17.5,45.5 parent: 2 - - uid: 36136 + - uid: 14395 components: - type: Transform - pos: -18.5,-33.5 + pos: 16.5,45.5 parent: 2 - - uid: 36137 + - uid: 14403 components: - type: Transform - pos: -17.5,-33.5 + pos: 12.5,7.5 parent: 2 - - uid: 36138 + - uid: 14404 components: - type: Transform - pos: -16.5,-33.5 + pos: 13.5,7.5 parent: 2 - - uid: 36379 + - uid: 14405 components: - type: Transform - pos: 44.5,13.5 + pos: 15.5,7.5 parent: 2 - - uid: 36381 + - uid: 14406 components: - type: Transform - pos: -15.5,-33.5 + pos: 14.5,7.5 parent: 2 - - uid: 36382 + - uid: 14420 components: - type: Transform - pos: -14.5,-33.5 + pos: 18.5,7.5 parent: 2 - - uid: 36383 + - uid: 14422 components: - type: Transform - pos: -13.5,-33.5 + pos: 24.5,4.5 parent: 2 - - uid: 36384 + - uid: 14491 components: - type: Transform - pos: -12.5,-33.5 + pos: 17.5,7.5 parent: 2 - - uid: 36385 + - uid: 14492 components: - type: Transform - pos: -12.5,-32.5 + pos: 16.5,7.5 parent: 2 - - uid: 36386 + - uid: 14598 components: - type: Transform - pos: -12.5,-31.5 + pos: -33.5,6.5 parent: 2 - - uid: 36421 + - uid: 14599 components: - type: Transform - pos: 23.5,25.5 + pos: -15.5,13.5 parent: 2 - - uid: 36422 + - uid: 14600 components: - type: Transform - pos: 24.5,25.5 + pos: -15.5,14.5 parent: 2 - - uid: 36423 + - uid: 14606 components: - type: Transform - pos: 24.5,25.5 + pos: 91.5,-21.5 parent: 2 - - uid: 36424 + - uid: 14608 components: - type: Transform - pos: 24.5,26.5 + pos: -34.5,10.5 parent: 2 - - uid: 36425 + - uid: 14617 components: - type: Transform - pos: 24.5,27.5 + pos: 32.5,51.5 parent: 2 - - uid: 36426 + - uid: 14618 components: - type: Transform - pos: 24.5,28.5 + pos: 31.5,51.5 parent: 2 - - uid: 36427 + - uid: 14619 components: - type: Transform - pos: 24.5,29.5 + pos: 31.5,50.5 parent: 2 - - uid: 36428 + - uid: 14620 components: - type: Transform - pos: 24.5,30.5 + pos: 31.5,49.5 parent: 2 - - uid: 36429 + - uid: 14621 components: - type: Transform - pos: 24.5,31.5 + pos: 32.5,49.5 parent: 2 - - uid: 36430 + - uid: 14622 components: - type: Transform - pos: 24.5,32.5 + pos: 33.5,49.5 parent: 2 - - uid: 36431 + - uid: 14623 components: - type: Transform - pos: 24.5,33.5 + pos: 34.5,49.5 parent: 2 - - uid: 36432 + - uid: 14624 components: - type: Transform - pos: 24.5,33.5 + pos: 35.5,49.5 parent: 2 - - uid: 36433 + - uid: 14625 components: - type: Transform - pos: 23.5,33.5 + pos: 36.5,49.5 parent: 2 - - uid: 36434 + - uid: 14626 components: - type: Transform - pos: 22.5,33.5 + pos: 37.5,49.5 parent: 2 - - uid: 36435 + - uid: 14627 components: - type: Transform - pos: 21.5,33.5 + pos: 38.5,49.5 parent: 2 - - uid: 36436 + - uid: 14628 components: - type: Transform - pos: 20.5,33.5 + pos: 39.5,49.5 parent: 2 - - uid: 36437 + - uid: 14629 components: - type: Transform - pos: 19.5,33.5 + pos: 40.5,49.5 parent: 2 - - uid: 36438 + - uid: 14630 components: - type: Transform - pos: 18.5,33.5 + pos: 41.5,49.5 parent: 2 - - uid: 36439 + - uid: 14631 components: - type: Transform - pos: 17.5,33.5 + pos: 42.5,49.5 parent: 2 - - uid: 36440 + - uid: 14659 components: - type: Transform - pos: 16.5,33.5 + pos: 93.5,-23.5 parent: 2 - - uid: 36441 + - uid: 14946 components: - type: Transform - pos: 15.5,33.5 + pos: -33.5,-1.5 parent: 2 - - uid: 36442 + - uid: 14947 components: - type: Transform - pos: 14.5,33.5 + pos: -33.5,-2.5 parent: 2 - - uid: 36443 + - uid: 15096 components: - type: Transform - pos: 13.5,33.5 + pos: -54.5,21.5 parent: 2 - - uid: 36444 + - uid: 15097 components: - type: Transform - pos: 12.5,33.5 + pos: -54.5,19.5 parent: 2 - - uid: 36445 + - uid: 15099 components: - type: Transform - pos: 11.5,33.5 + pos: -54.5,20.5 parent: 2 - - uid: 36446 + - uid: 15100 components: - type: Transform - pos: 10.5,33.5 + pos: -54.5,17.5 parent: 2 - - uid: 36447 + - uid: 15236 components: - type: Transform - pos: 9.5,33.5 + pos: -36.5,17.5 parent: 2 - - uid: 36448 + - uid: 15240 components: - type: Transform - pos: 8.5,33.5 + pos: -37.5,17.5 parent: 2 - - uid: 36741 + - uid: 15251 components: - type: Transform - pos: 17.5,-30.5 + pos: -37.5,65.5 parent: 2 - - uid: 36742 + - uid: 15255 components: - type: Transform - pos: 17.5,-29.5 + pos: -28.5,70.5 parent: 2 - - uid: 36757 + - uid: 15261 components: - type: Transform - pos: 9.5,8.5 + pos: -30.5,75.5 parent: 2 - - uid: 36762 + - uid: 15267 components: - type: Transform - pos: 17.5,-28.5 + pos: -53.5,19.5 parent: 2 - - uid: 36775 + - uid: 15302 components: - type: Transform - pos: 17.5,-27.5 + pos: -54.5,13.5 parent: 2 - - uid: 36776 + - uid: 15336 components: - type: Transform - pos: 16.5,-27.5 + pos: -36.5,18.5 parent: 2 - - uid: 37195 + - uid: 15372 components: - type: Transform - pos: 5.5,46.5 + pos: -54.5,12.5 parent: 2 - - uid: 37219 + - uid: 15392 components: - type: Transform - pos: 34.5,35.5 + pos: -33.5,-5.5 parent: 2 - - uid: 37224 + - uid: 15416 components: - type: Transform - pos: 32.5,46.5 + pos: -33.5,-4.5 parent: 2 - - uid: 37240 + - uid: 15485 components: - type: Transform - pos: -13.5,2.5 + pos: -47.5,66.5 parent: 2 - - uid: 37241 + - uid: 15486 components: - type: Transform - pos: -12.5,2.5 + pos: -47.5,65.5 parent: 2 - - uid: 37242 + - uid: 15495 components: - type: Transform - pos: -11.5,2.5 + pos: -47.5,63.5 parent: 2 - - uid: 37316 + - uid: 15531 components: - type: Transform - pos: -31.5,71.5 + pos: -33.5,-3.5 parent: 2 - - uid: 37322 + - uid: 15533 components: - type: Transform - pos: -40.5,68.5 + pos: -45.5,64.5 parent: 2 - - uid: 37326 + - uid: 15542 components: - type: Transform - pos: -37.5,70.5 + pos: -37.5,68.5 parent: 2 - - uid: 37327 + - uid: 15555 components: - type: Transform - pos: -37.5,71.5 + pos: 1.5,33.5 parent: 2 - - uid: 37332 + - uid: 15636 components: - type: Transform - pos: -34.5,71.5 + pos: -44.5,19.5 parent: 2 - - uid: 37333 + - uid: 15668 components: - type: Transform - pos: -37.5,68.5 + pos: -45.5,71.5 parent: 2 - - uid: 37338 + - uid: 15673 components: - type: Transform - pos: -35.5,71.5 + pos: -44.5,18.5 parent: 2 - - uid: 37346 + - uid: 15687 components: - type: Transform - pos: -46.5,69.5 + pos: -47.5,74.5 parent: 2 - - uid: 37347 + - uid: 15706 components: - type: Transform - pos: -46.5,68.5 + pos: -15.5,42.5 parent: 2 - - uid: 37348 + - uid: 15747 components: - type: Transform - pos: -46.5,67.5 + pos: -37.5,66.5 parent: 2 - - uid: 37349 + - uid: 15748 components: - type: Transform - pos: -46.5,66.5 + pos: -59.5,-12.5 parent: 2 - - uid: 37350 + - uid: 15788 components: - type: Transform - pos: -46.5,65.5 + pos: -11.5,40.5 parent: 2 - - uid: 37351 + - uid: 15807 components: - type: Transform - pos: -46.5,64.5 + pos: -41.5,61.5 parent: 2 - - uid: 37352 + - uid: 15811 components: - type: Transform - pos: -46.5,63.5 + pos: -42.5,61.5 parent: 2 - - uid: 37353 + - uid: 15812 components: - type: Transform - pos: -46.5,62.5 + pos: -43.5,61.5 parent: 2 - - uid: 37354 + - uid: 15885 components: - type: Transform - pos: -46.5,61.5 + pos: -37.5,70.5 parent: 2 - - uid: 37355 + - uid: 15886 components: - type: Transform - pos: -46.5,60.5 + pos: -38.5,71.5 parent: 2 - - uid: 37356 + - uid: 15896 components: - type: Transform - pos: -46.5,59.5 + pos: -41.5,71.5 parent: 2 - - uid: 37357 + - uid: 15929 components: - type: Transform - pos: -46.5,58.5 + pos: -45.5,65.5 parent: 2 - - uid: 37358 + - uid: 15966 components: - type: Transform - pos: -46.5,57.5 + pos: -45.5,66.5 parent: 2 - - uid: 37359 + - uid: 15968 components: - type: Transform - pos: -46.5,56.5 + pos: 1.5,54.5 parent: 2 - - uid: 37360 + - uid: 15988 components: - type: Transform - pos: -45.5,56.5 + pos: 23.5,43.5 parent: 2 - - uid: 37361 + - uid: 16005 components: - type: Transform - pos: -44.5,56.5 + pos: 1.5,28.5 parent: 2 - - uid: 37362 + - uid: 16007 components: - type: Transform - pos: -43.5,56.5 + pos: 1.5,27.5 parent: 2 - - uid: 37363 + - uid: 16009 components: - type: Transform - pos: -42.5,56.5 + pos: 1.5,44.5 parent: 2 - - uid: 37364 + - uid: 16010 components: - type: Transform - pos: -42.5,57.5 + pos: 1.5,43.5 parent: 2 - - uid: 37423 + - uid: 16011 components: - type: Transform - pos: 32.5,44.5 + pos: 1.5,40.5 parent: 2 - - uid: 37445 + - uid: 16012 components: - type: Transform - pos: 32.5,45.5 + pos: -2.5,30.5 parent: 2 - - uid: 37464 + - uid: 16014 components: - type: Transform - pos: 34.5,36.5 + pos: 0.5,39.5 parent: 2 - - uid: 37683 + - uid: 16015 components: - type: Transform - pos: -32.5,7.5 + pos: -0.5,30.5 parent: 2 - - uid: 37699 + - uid: 16028 components: - type: Transform - pos: -33.5,10.5 + pos: 1.5,37.5 parent: 2 - - uid: 37754 + - uid: 16035 components: - type: Transform - pos: 98.5,-24.5 + pos: -2.5,26.5 parent: 2 - - uid: 37755 + - uid: 16068 components: - type: Transform - pos: 99.5,-24.5 + pos: -2.5,40.5 parent: 2 - - uid: 37756 + - uid: 16069 components: - type: Transform - pos: 100.5,-24.5 + pos: -3.5,40.5 parent: 2 - - uid: 37757 + - uid: 16070 components: - type: Transform - pos: 101.5,-24.5 + pos: -4.5,40.5 parent: 2 - - uid: 37758 + - uid: 16071 components: - type: Transform - pos: 102.5,-24.5 + pos: -5.5,40.5 parent: 2 - - uid: 37759 + - uid: 16072 components: - type: Transform - pos: 103.5,-24.5 + pos: -6.5,40.5 parent: 2 - - uid: 37760 + - uid: 16073 components: - type: Transform - pos: 104.5,-24.5 + pos: -7.5,40.5 parent: 2 - - uid: 37761 + - uid: 16074 components: - type: Transform - pos: 105.5,-24.5 + pos: -8.5,40.5 parent: 2 - - uid: 37762 + - uid: 16075 components: - type: Transform - pos: 106.5,-24.5 + pos: -9.5,40.5 parent: 2 - - uid: 37763 + - uid: 16076 components: - type: Transform - pos: 107.5,-24.5 + pos: -10.5,40.5 parent: 2 - - uid: 37764 + - uid: 16077 components: - type: Transform - pos: 108.5,-24.5 + pos: -10.5,36.5 parent: 2 - - uid: 37765 + - uid: 16078 components: - type: Transform - pos: 109.5,-24.5 + pos: -11.5,37.5 parent: 2 - - uid: 37766 + - uid: 16081 components: - type: Transform - pos: 109.5,-23.5 + pos: -12.5,40.5 parent: 2 - - uid: 37767 + - uid: 16087 components: - type: Transform - pos: 109.5,-22.5 + pos: -12.5,39.5 parent: 2 - - uid: 37768 + - uid: 16088 components: - type: Transform - pos: 109.5,-21.5 + pos: -12.5,38.5 parent: 2 - - uid: 37769 + - uid: 16089 components: - type: Transform - pos: 109.5,-20.5 + pos: -12.5,37.5 parent: 2 - - uid: 37770 + - uid: 16130 components: - type: Transform - pos: 109.5,-19.5 + pos: -47.5,62.5 parent: 2 - - uid: 37771 + - uid: 16242 components: - type: Transform - pos: 109.5,-18.5 + pos: -47.5,64.5 parent: 2 - - uid: 37772 + - uid: 16332 components: - type: Transform - pos: 109.5,-17.5 + pos: -10.5,37.5 parent: 2 - - uid: 37773 + - uid: 16346 components: - type: Transform - pos: 109.5,-16.5 + pos: -13.5,42.5 parent: 2 - - uid: 37774 + - uid: 16351 components: - type: Transform - pos: 109.5,-15.5 + pos: -12.5,42.5 parent: 2 - - uid: 37775 + - uid: 16352 components: - type: Transform - pos: 109.5,-14.5 + pos: -12.5,41.5 parent: 2 - - uid: 37776 + - uid: 16355 components: - type: Transform - pos: 109.5,-13.5 + pos: -2.5,31.5 parent: 2 - - uid: 37777 + - uid: 16359 components: - type: Transform - pos: 109.5,-12.5 + pos: -47.5,61.5 parent: 2 - - uid: 37778 + - uid: 16369 components: - type: Transform - pos: 109.5,-11.5 + pos: -44.5,71.5 parent: 2 - - uid: 37779 + - uid: 16563 components: - type: Transform - pos: 109.5,-10.5 + pos: -44.5,15.5 parent: 2 - - uid: 37780 + - uid: 16565 components: - type: Transform - pos: 109.5,-9.5 + pos: 37.5,15.5 parent: 2 - - uid: 37781 + - uid: 16567 components: - type: Transform - pos: 109.5,-8.5 + pos: -44.5,17.5 parent: 2 - - uid: 37782 + - uid: 16648 components: - type: Transform - pos: 108.5,-8.5 + pos: 93.5,-22.5 parent: 2 - - uid: 37783 + - uid: 16651 components: - type: Transform - pos: 107.5,-8.5 + pos: 93.5,-21.5 parent: 2 - - uid: 37784 + - uid: 16654 components: - type: Transform - pos: 106.5,-8.5 + pos: 92.5,-21.5 parent: 2 - - uid: 37785 + - uid: 16951 components: - type: Transform - pos: 105.5,-8.5 + pos: -61.5,34.5 parent: 2 - - uid: 37786 + - uid: 16971 components: - type: Transform - pos: 104.5,-8.5 + pos: -54.5,29.5 parent: 2 - - uid: 37787 + - uid: 16974 components: - type: Transform - pos: 103.5,-8.5 + pos: -54.5,18.5 parent: 2 - - uid: 37788 + - uid: 16983 components: - type: Transform - pos: 102.5,-8.5 + pos: -54.5,16.5 parent: 2 - - uid: 37789 + - uid: 16993 components: - type: Transform - pos: 101.5,-8.5 + pos: -47.5,60.5 parent: 2 - - uid: 37790 + - uid: 17015 components: - type: Transform - pos: 100.5,-8.5 + pos: -47.5,58.5 parent: 2 - - uid: 37791 + - uid: 17502 components: - type: Transform - pos: 99.5,-8.5 + pos: -6.5,0.5 parent: 2 - - uid: 37792 + - uid: 17561 components: - type: Transform - pos: 98.5,-8.5 + pos: 23.5,6.5 parent: 2 - - uid: 37793 + - uid: 17618 components: - type: Transform - pos: 97.5,-8.5 + pos: -47.5,57.5 parent: 2 - - uid: 37794 + - uid: 17792 components: - type: Transform - pos: 96.5,-8.5 + pos: 24.5,41.5 parent: 2 - - uid: 37795 + - uid: 17853 components: - type: Transform - pos: 95.5,-8.5 + pos: -37.5,64.5 parent: 2 - - uid: 37796 + - uid: 17874 components: - type: Transform - pos: 94.5,-8.5 + pos: 0.5,26.5 parent: 2 - - uid: 37797 + - uid: 17908 components: - type: Transform - pos: 93.5,-8.5 + pos: -47.5,59.5 parent: 2 - - uid: 37798 + - uid: 17923 components: - type: Transform - pos: 93.5,-9.5 + pos: 11.5,14.5 parent: 2 - - uid: 37799 + - uid: 17929 components: - type: Transform - pos: 93.5,-10.5 + pos: -1.5,59.5 parent: 2 - - uid: 37988 + - uid: 17951 components: - type: Transform - pos: 87.5,-12.5 + pos: 27.5,7.5 parent: 2 - - uid: 37989 + - uid: 17964 components: - type: Transform - pos: 87.5,-13.5 + pos: -47.5,56.5 parent: 2 - - uid: 37990 + - uid: 17965 components: - type: Transform - pos: 87.5,-19.5 + pos: -47.5,55.5 parent: 2 - - uid: 37991 + - uid: 17967 components: - type: Transform - pos: 87.5,-20.5 + pos: -46.5,55.5 parent: 2 - - uid: 38068 + - uid: 18088 components: - type: Transform - pos: -77.5,18.5 + pos: -37.5,67.5 parent: 2 - - uid: 38069 + - uid: 18089 components: - type: Transform - pos: -77.5,16.5 + pos: -43.5,71.5 parent: 2 - - uid: 38070 + - uid: 18116 components: - type: Transform - pos: -77.5,17.5 + pos: -44.5,55.5 parent: 2 - - uid: 38072 + - uid: 18139 components: - type: Transform - pos: -76.5,16.5 + pos: -37.5,55.5 parent: 2 - - uid: 38382 + - uid: 18242 components: - type: Transform - pos: -2.5,35.5 + pos: -33.5,55.5 parent: 2 - - uid: 38650 + - uid: 18258 components: - type: Transform - pos: 1.5,35.5 + pos: -20.5,-29.5 parent: 2 - - uid: 38651 + - uid: 18259 components: - type: Transform - pos: 1.5,32.5 + pos: -20.5,-28.5 parent: 2 - - uid: 38698 + - uid: 18260 components: - type: Transform - pos: 0.5,30.5 + pos: 8.5,31.5 parent: 2 - - uid: 38699 + - uid: 18337 components: - type: Transform - pos: 1.5,31.5 + pos: -52.5,42.5 parent: 2 - - uid: 38700 + - uid: 18338 components: - type: Transform - pos: 1.5,36.5 + pos: -56.5,42.5 parent: 2 - - uid: 38701 + - uid: 18371 components: - type: Transform - pos: -2.5,36.5 + pos: -57.5,42.5 parent: 2 - - uid: 38801 + - uid: 18372 components: - type: Transform - pos: -46.5,41.5 + pos: -53.5,42.5 parent: 2 - - uid: 38816 + - uid: 18575 components: - type: Transform - pos: 24.5,43.5 + pos: 81.5,-16.5 parent: 2 - - uid: 38821 + - uid: 18581 components: - type: Transform - pos: 19.5,43.5 + pos: 82.5,-16.5 parent: 2 - - uid: 38825 + - uid: 18674 components: - type: Transform - pos: 22.5,43.5 + pos: 89.5,-11.5 parent: 2 - - uid: 38826 + - uid: 18675 components: - type: Transform - pos: 21.5,43.5 + pos: 88.5,-21.5 parent: 2 - - uid: 38852 + - uid: 18676 components: - type: Transform - pos: -2.5,32.5 + pos: 85.5,-21.5 parent: 2 - - uid: 38853 + - uid: 18680 components: - type: Transform - pos: 1.5,38.5 + pos: 92.5,-11.5 parent: 2 - - uid: 38854 + - uid: 18685 components: - type: Transform - pos: -2.5,33.5 + pos: 82.5,-21.5 parent: 2 - - uid: 38856 + - uid: 18978 components: - type: Transform - pos: -1.5,30.5 + pos: 87.5,-21.5 parent: 2 - - uid: 38858 + - uid: 18979 components: - type: Transform - pos: 1.5,34.5 + pos: 86.5,-21.5 parent: 2 - - uid: 38913 + - uid: 18980 components: - type: Transform - pos: 10.5,-42.5 + pos: 87.5,-11.5 parent: 2 - - uid: 38914 + - uid: 18981 components: - type: Transform - pos: 10.5,-41.5 + pos: 90.5,-11.5 parent: 2 - - uid: 38915 + - uid: 18982 components: - type: Transform - pos: 10.5,-40.5 + pos: 91.5,-11.5 parent: 2 - - uid: 38916 + - uid: 18983 components: - type: Transform - pos: 10.5,-39.5 + pos: 83.5,-16.5 parent: 2 - - uid: 38921 + - uid: 19036 components: - type: Transform - pos: 9.5,-39.5 + pos: 80.5,-22.5 parent: 2 - - uid: 39241 + - uid: 19053 components: - type: Transform - pos: 83.5,-22.5 + pos: 84.5,-16.5 parent: 2 - - uid: 39242 + - uid: 19068 components: - type: Transform - pos: 82.5,-22.5 + pos: -32.5,12.5 parent: 2 - - uid: 39243 + - uid: 19069 components: - type: Transform - pos: 84.5,-22.5 + pos: -32.5,11.5 parent: 2 - - uid: 39245 + - uid: 19070 components: - type: Transform - pos: -54.5,-32.5 + pos: -32.5,10.5 parent: 2 - - uid: 39246 + - uid: 19071 components: - type: Transform - pos: -53.5,-32.5 + pos: -32.5,9.5 parent: 2 - - uid: 39247 + - uid: 19072 components: - type: Transform - pos: -52.5,-32.5 + pos: -32.5,8.5 parent: 2 - - uid: 39248 + - uid: 19104 components: - type: Transform - pos: -51.5,-32.5 + pos: 85.5,-16.5 parent: 2 - - uid: 39249 + - uid: 19171 components: - type: Transform - pos: -38.5,-31.5 + pos: 86.5,-16.5 parent: 2 - - uid: 39250 + - uid: 19175 components: - type: Transform - pos: -38.5,-30.5 + pos: -33.5,17.5 parent: 2 - - uid: 39256 + - uid: 19199 components: - type: Transform - pos: 82.5,-10.5 + pos: 86.5,-15.5 parent: 2 - - uid: 39257 + - uid: 19200 components: - type: Transform - pos: 83.5,-10.5 + pos: 97.5,-10.5 parent: 2 - - uid: 39258 + - uid: 19218 components: - type: Transform - pos: 84.5,-10.5 + pos: 93.5,-24.5 parent: 2 - - uid: 39372 + - uid: 19219 components: - type: Transform - pos: -50.5,-32.5 + pos: 94.5,-24.5 parent: 2 - - uid: 39373 + - uid: 19252 components: - type: Transform - pos: -49.5,-32.5 + pos: 79.5,-18.5 parent: 2 - - uid: 39374 + - uid: 19255 components: - type: Transform - pos: -48.5,-32.5 + pos: 79.5,-19.5 parent: 2 - - uid: 39375 + - uid: 19289 components: - type: Transform - pos: -47.5,-32.5 + pos: -54.5,26.5 parent: 2 - - uid: 39376 + - uid: 19331 components: - type: Transform - pos: -46.5,-32.5 + pos: -31.5,55.5 parent: 2 - - uid: 39377 + - uid: 19387 components: - type: Transform - pos: -45.5,-32.5 + pos: -47.5,73.5 parent: 2 - - uid: 39378 + - uid: 19468 components: - type: Transform - pos: -44.5,-32.5 + pos: -47.5,72.5 parent: 2 - - uid: 39379 + - uid: 19552 components: - type: Transform - pos: -43.5,-32.5 + pos: -1.5,58.5 parent: 2 - - uid: 39380 + - uid: 19580 components: - type: Transform - pos: -42.5,-32.5 + pos: -1.5,57.5 parent: 2 - - uid: 39381 + - uid: 19590 components: - type: Transform - pos: -41.5,-32.5 + pos: -1.5,56.5 parent: 2 - - uid: 39382 + - uid: 19639 components: - type: Transform - pos: -40.5,-32.5 + pos: -47.5,74.5 parent: 2 - - uid: 39383 + - uid: 19673 components: - type: Transform - pos: -39.5,-32.5 + pos: -39.5,55.5 parent: 2 - - uid: 39384 + - uid: 19690 components: - type: Transform - pos: -38.5,-32.5 + pos: -40.5,55.5 parent: 2 - - uid: 39908 + - uid: 19704 components: - type: Transform - pos: 97.5,-22.5 + pos: 41.5,13.5 parent: 2 - - uid: 39909 + - uid: 19705 components: - type: Transform - pos: 105.5,-23.5 + pos: -32.5,55.5 parent: 2 - - uid: 39910 + - uid: 19710 components: - type: Transform - pos: 105.5,-22.5 + pos: -46.5,71.5 parent: 2 - - uid: 40357 + - uid: 19717 components: - type: Transform - pos: -1.5,55.5 + pos: -47.5,71.5 parent: 2 - - uid: 40358 + - uid: 19718 components: - type: Transform - pos: -1.5,54.5 + pos: -46.5,74.5 parent: 2 - - uid: 40359 + - uid: 19719 components: - type: Transform - pos: -1.5,52.5 + pos: -47.5,68.5 parent: 2 - - uid: 40360 + - uid: 19759 components: - type: Transform - pos: -1.5,51.5 + pos: -34.5,55.5 parent: 2 - - uid: 40361 + - uid: 19767 components: - type: Transform - pos: -1.5,50.5 + pos: -29.5,55.5 parent: 2 - - uid: 40362 + - uid: 19773 components: - type: Transform - pos: -1.5,49.5 + pos: -1.5,60.5 parent: 2 - - uid: 40363 + - uid: 19826 components: - type: Transform - pos: -1.5,48.5 + pos: -30.5,55.5 parent: 2 - - uid: 40381 + - uid: 19930 components: - type: Transform - pos: -53.5,43.5 + pos: 23.5,41.5 parent: 2 - - uid: 40382 + - uid: 20008 components: - type: Transform - pos: -53.5,44.5 + pos: 40.5,13.5 parent: 2 - - uid: 40383 + - uid: 20009 components: - type: Transform - pos: -53.5,45.5 + pos: 39.5,13.5 parent: 2 - - uid: 40384 + - uid: 20156 components: - type: Transform - pos: -53.5,46.5 + pos: 86.5,-17.5 parent: 2 - - uid: 40385 + - uid: 20214 components: - type: Transform - pos: -53.5,47.5 + pos: -35.5,55.5 parent: 2 - - uid: 40386 + - uid: 20217 components: - type: Transform - pos: -53.5,48.5 + pos: 39.5,14.5 parent: 2 - - uid: 40387 + - uid: 20218 components: - type: Transform - pos: -53.5,49.5 + pos: 38.5,14.5 parent: 2 - - uid: 40388 + - uid: 20219 components: - type: Transform - pos: -53.5,50.5 + pos: 37.5,14.5 parent: 2 - - uid: 40389 + - uid: 20220 components: - type: Transform - pos: -53.5,51.5 + pos: 37.5,13.5 parent: 2 - - uid: 40390 + - uid: 20221 components: - type: Transform - pos: -53.5,52.5 + pos: 37.5,12.5 parent: 2 - - uid: 40391 + - uid: 20222 components: - type: Transform - pos: -53.5,53.5 + pos: 37.5,11.5 parent: 2 - - uid: 40392 + - uid: 20224 components: - type: Transform - pos: -53.5,54.5 + pos: 33.5,11.5 parent: 2 - - uid: 40393 + - uid: 20225 components: - type: Transform - pos: -54.5,54.5 + pos: 34.5,11.5 parent: 2 - - uid: 40394 + - uid: 20240 components: - type: Transform - pos: -55.5,54.5 + pos: 36.5,12.5 parent: 2 - - uid: 40395 + - uid: 20321 components: - type: Transform - pos: -56.5,54.5 + pos: 17.5,4.5 parent: 2 - - uid: 40396 + - uid: 20566 components: - type: Transform - pos: -57.5,54.5 + pos: -1.5,62.5 parent: 2 - - uid: 40397 + - uid: 20571 components: - type: Transform - pos: -58.5,54.5 + pos: 24.5,5.5 parent: 2 - - uid: 40398 + - uid: 20597 components: - type: Transform - pos: -59.5,54.5 + pos: -36.5,55.5 parent: 2 - - uid: 40399 + - uid: 20605 components: - type: Transform - pos: -60.5,54.5 + pos: -64.5,-20.5 parent: 2 - - uid: 40400 + - uid: 20609 components: - type: Transform - pos: -61.5,54.5 + pos: -64.5,-19.5 parent: 2 - - uid: 40401 + - uid: 20613 components: - type: Transform - pos: -62.5,54.5 + pos: 52.5,45.5 parent: 2 - - uid: 40468 + - uid: 20634 components: - type: Transform - pos: 63.5,-30.5 + pos: -1.5,61.5 parent: 2 - - uid: 40469 + - uid: 20635 components: - type: Transform - pos: 64.5,-30.5 + pos: -37.5,69.5 parent: 2 - - uid: 40470 + - uid: 20640 components: - type: Transform - pos: 65.5,-30.5 + pos: -37.5,63.5 parent: 2 - - uid: 40471 + - uid: 20865 components: - type: Transform - pos: 66.5,-30.5 + pos: -39.5,71.5 parent: 2 - - uid: 40472 + - uid: 20888 components: - type: Transform - pos: 67.5,-30.5 + pos: -60.5,-24.5 parent: 2 - - uid: 40473 + - uid: 20987 components: - type: Transform - pos: 68.5,-30.5 + pos: -35.5,18.5 parent: 2 - - uid: 40474 + - uid: 20989 components: - type: Transform - pos: 69.5,-30.5 + pos: 1.5,29.5 parent: 2 - - uid: 40475 + - uid: 21220 components: - type: Transform - pos: 70.5,-30.5 + pos: -34.5,18.5 parent: 2 - - uid: 40476 + - uid: 21221 components: - type: Transform - pos: 70.5,-29.5 + pos: -33.5,18.5 parent: 2 - - uid: 40477 + - uid: 21268 components: - type: Transform - pos: 70.5,-28.5 + pos: -44.5,16.5 parent: 2 - - uid: 40478 + - uid: 21278 components: - type: Transform - pos: 70.5,-27.5 + pos: 7.5,54.5 parent: 2 - - uid: 40479 + - uid: 21285 components: - type: Transform - pos: 70.5,-26.5 + pos: -55.5,-10.5 parent: 2 - - uid: 40480 + - uid: 21360 components: - type: Transform - pos: 70.5,-25.5 + pos: -55.5,-11.5 parent: 2 - - uid: 40549 + - uid: 21361 components: - type: Transform - pos: 3.5,45.5 + pos: -55.5,-9.5 parent: 2 - - uid: 40550 + - uid: 21362 components: - type: Transform - pos: 3.5,44.5 + pos: -55.5,-12.5 parent: 2 -- proto: CableMVStack - entities: - - uid: 37375 + - uid: 21363 components: - type: Transform - pos: -58.782085,43.529713 + pos: -58.5,-15.5 parent: 2 - - uid: 40528 + - uid: 21400 components: - type: Transform - pos: 20.726645,-18.4961 + pos: -50.5,41.5 parent: 2 -- proto: CableTerminal - entities: - - uid: 1439 + - uid: 21479 components: - type: Transform - rot: 3.141592653589793 rad - pos: 83.5,-20.5 + pos: -51.5,41.5 parent: 2 - - uid: 1440 + - uid: 21514 components: - type: Transform - rot: 3.141592653589793 rad - pos: 84.5,-20.5 + pos: -52.5,41.5 parent: 2 - - uid: 1486 + - uid: 21534 components: - type: Transform - pos: 84.5,-12.5 + pos: 8.5,33.5 parent: 2 - - uid: 1575 + - uid: 21535 components: - type: Transform - pos: 83.5,-12.5 + pos: 8.5,32.5 parent: 2 - - uid: 4078 + - uid: 21591 components: - type: Transform - pos: 82.5,-12.5 + pos: -61.5,-19.5 parent: 2 - - uid: 9703 + - uid: 21592 components: - type: Transform - pos: -58.5,41.5 + pos: -61.5,-20.5 parent: 2 - - uid: 9963 + - uid: 21593 components: - type: Transform - pos: -57.5,41.5 + pos: -58.5,-12.5 parent: 2 - - uid: 10361 + - uid: 21594 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-20.5 + pos: -56.5,-12.5 parent: 2 - - uid: 10409 + - uid: 21779 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,-33.5 + pos: -2.5,38.5 parent: 2 - - uid: 10416 + - uid: 21969 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,-35.5 + pos: 12.5,48.5 parent: 2 - - uid: 13400 + - uid: 22319 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,-35.5 + pos: -2.5,34.5 parent: 2 - - uid: 13401 + - uid: 22545 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,-35.5 + pos: -10.5,-4.5 parent: 2 - - uid: 31868 + - uid: 22578 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,48.5 + pos: -10.5,-3.5 parent: 2 - - uid: 31869 + - uid: 22716 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,49.5 + pos: -10.5,-2.5 parent: 2 - - uid: 31873 + - uid: 22746 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,47.5 + pos: 9.5,27.5 parent: 2 - - uid: 31874 + - uid: 22747 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,49.5 + pos: 8.5,28.5 parent: 2 - - uid: 31875 + - uid: 22756 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,48.5 + pos: -10.5,-1.5 parent: 2 - - uid: 31876 + - uid: 22764 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,47.5 + pos: -10.5,-0.5 parent: 2 - - uid: 36345 + - uid: 22892 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,32.5 + pos: -10.5,0.5 parent: 2 - - uid: 36387 + - uid: 22924 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,32.5 + pos: -10.5,1.5 parent: 2 -- proto: Candle - entities: - - uid: 459 + - uid: 22989 components: - type: Transform - pos: -70.36334,22.790642 + pos: -10.5,2.5 parent: 2 - - uid: 475 + - uid: 23050 components: - type: Transform - pos: -70.61334,22.642204 + pos: -61.5,-24.5 parent: 2 - - uid: 2483 + - uid: 23088 components: - type: Transform - pos: 62.999084,24.923903 + pos: -10.5,3.5 parent: 2 - - uid: 2515 + - uid: 23224 components: - type: Transform - pos: 57.62018,10.780073 + pos: -10.5,4.5 parent: 2 - - uid: 2516 + - uid: 23226 components: - type: Transform - pos: 62.366272,10.791792 + pos: -9.5,4.5 parent: 2 - - uid: 2521 + - uid: 23248 components: - type: Transform - pos: 62.85846,10.440229 + pos: 81.5,-21.5 parent: 2 - - uid: 2585 + - uid: 23251 components: - type: Transform - pos: 58.569397,24.794996 + pos: 88.5,-11.5 parent: 2 - - uid: 4486 + - uid: 23301 components: - type: Transform - pos: 56.29596,24.642653 + pos: 93.5,-11.5 parent: 2 - - uid: 5725 + - uid: 23352 components: - type: Transform - pos: 58.850647,24.712965 + pos: 84.5,-21.5 parent: 2 - - uid: 5726 + - uid: 23590 components: - type: Transform - pos: 58.73346,24.47859 + pos: 33.5,52.5 parent: 2 - - uid: 5730 + - uid: 23591 components: - type: Transform - pos: 56.56549,24.85359 + pos: 32.5,52.5 parent: 2 - - uid: 8679 + - uid: 23922 components: - type: Transform - pos: 66.906136,20.752184 + pos: -45.5,40.5 parent: 2 - - uid: 8680 + - uid: 24136 components: - type: Transform - pos: 67.12879,20.59984 + pos: -9.5,36.5 parent: 2 - - uid: 8681 + - uid: 24657 components: - type: Transform - pos: 66.156136,19.451403 + pos: -0.5,26.5 parent: 2 - - uid: 8682 + - uid: 24778 components: - type: Transform - pos: 66.249886,19.123278 + pos: 2.5,45.5 parent: 2 - - uid: 11309 + - uid: 25262 components: - type: Transform - pos: 66.74207,17.869371 + pos: 9.5,14.5 parent: 2 - - uid: 11310 + - uid: 25628 components: - type: Transform - pos: 66.636604,15.021715 + pos: 26.5,43.5 parent: 2 - - uid: 11311 + - uid: 26230 components: - type: Transform - pos: 66.39051,19.498278 + pos: 95.5,-24.5 parent: 2 - - uid: 11323 + - uid: 26231 components: - type: Transform - pos: 66.61317,15.279528 + pos: 96.5,-24.5 parent: 2 - - uid: 21958 + - uid: 26248 components: - type: Transform - pos: 66.449104,15.197496 + pos: 90.5,-21.5 parent: 2 - - uid: 22093 + - uid: 26289 components: - type: Transform - pos: 66.30848,16.158434 + pos: -42.5,20.5 parent: 2 - - uid: 22105 + - uid: 26472 components: - type: Transform - pos: 67.386604,20.857653 + pos: -48.5,74.5 parent: 2 - - uid: 22172 + - uid: 26897 components: - type: Transform - pos: 66.730354,19.873278 + pos: -47.5,41.5 parent: 2 - - uid: 22259 + - uid: 27319 components: - type: Transform - pos: 67.42176,14.588121 + pos: 11.5,15.5 parent: 2 - - uid: 22268 + - uid: 27450 components: - type: Transform - pos: 52.357483,20.89059 + pos: -25.5,6.5 parent: 2 - - uid: 22271 + - uid: 27451 components: - type: Transform - pos: 52.498108,20.624966 + pos: -27.5,6.5 parent: 2 - - uid: 22417 + - uid: 27572 components: - type: Transform - pos: 52.623108,13.062466 + pos: 42.5,13.5 parent: 2 - - uid: 22418 + - uid: 27696 components: - type: Transform - pos: 52.404358,13.124966 + pos: 38.5,15.5 parent: 2 - - uid: 26479 + - uid: 27958 components: - type: Transform - pos: -29.105165,-9.336966 + pos: -61.5,-22.5 parent: 2 -- proto: CandleSmall - entities: - - uid: 1190 + - uid: 27997 components: - type: Transform - pos: 27.557243,30.584219 + pos: -26.5,6.5 parent: 2 - - uid: 2522 + - uid: 28099 components: - type: Transform - pos: 62.68268,10.510542 + pos: -45.5,41.5 parent: 2 - - uid: 2524 + - uid: 28126 components: - type: Transform - pos: 62.131897,10.662886 + pos: 79.5,-12.5 parent: 2 - - uid: 2622 + - uid: 28137 components: - type: Transform - pos: 62.647522,10.944136 + pos: 79.5,-16.5 parent: 2 - - uid: 2658 + - uid: 28139 components: - type: Transform - pos: 58.07721,10.803511 + pos: 79.5,-11.5 parent: 2 - - uid: 2659 + - uid: 28141 components: - type: Transform - pos: 56.01471,24.854292 + pos: -45.5,80.5 parent: 2 - - uid: 2705 + - uid: 28177 components: - type: Transform - pos: 56.612366,24.514448 + pos: -45.5,81.5 parent: 2 - - uid: 2775 + - uid: 28241 components: - type: Transform - pos: 61.417053,24.655073 + pos: -46.5,80.5 parent: 2 - - uid: 2790 + - uid: 28344 components: - type: Transform - pos: 62.75299,24.807417 + pos: -43.5,80.5 parent: 2 - - uid: 2818 + - uid: 28346 components: - type: Transform - pos: 63.010803,24.701948 + pos: -44.5,80.5 parent: 2 - - uid: 2910 + - uid: 28521 components: - type: Transform - pos: 54.467834,30.516266 + pos: -47.5,80.5 parent: 2 - - uid: 4487 + - uid: 28594 components: - type: Transform - pos: 58.229553,10.487104 + pos: -44.5,77.5 parent: 2 - - uid: 8668 + - uid: 28596 components: - type: Transform - pos: -7.749852,9.529368 + pos: -43.5,77.5 parent: 2 - - uid: 8669 + - uid: 28597 components: - type: Transform - pos: -4.984227,9.669993 + pos: -45.5,78.5 parent: 2 - - uid: 8670 + - uid: 28600 components: - type: Transform - pos: 7.7723064,26.424816 + pos: -45.5,77.5 parent: 2 - - uid: 8671 + - uid: 28684 components: - type: Transform - pos: 4.6668377,28.35841 + pos: 10.5,48.5 parent: 2 - - uid: 8672 + - uid: 28685 components: - type: Transform - pos: 4.7723064,28.276379 + pos: 7.5,47.5 parent: 2 - - uid: 8673 + - uid: 28686 components: - type: Transform - pos: 52.712265,27.603039 + pos: 7.5,46.5 parent: 2 - - uid: 8674 + - uid: 28687 components: - type: Transform - pos: 65.45301,30.813976 + pos: 7.5,48.5 parent: 2 - - uid: 8675 + - uid: 28688 components: - type: Transform - pos: 67.12879,14.611559 + pos: 11.5,48.5 parent: 2 - - uid: 8676 + - uid: 28690 components: - type: Transform - pos: 66.249886,15.408434 + pos: -45.5,83.5 parent: 2 - - uid: 8677 + - uid: 28691 components: - type: Transform - pos: 66.51942,15.748278 + pos: 9.5,48.5 parent: 2 - - uid: 8678 + - uid: 28694 components: - type: Transform - pos: 67.45692,20.470934 + pos: 18.5,34.5 parent: 2 - - uid: 9324 + - uid: 28696 components: - type: Transform - pos: 65.20692,27.755383 + pos: 18.5,35.5 parent: 2 - - uid: 9327 + - uid: 28697 components: - type: Transform - pos: 66.30848,20.552965 + pos: 8.5,48.5 parent: 2 - - uid: 9457 + - uid: 28698 components: - type: Transform - pos: 66.33192,20.400621 + pos: 18.5,36.5 parent: 2 - - uid: 9484 + - uid: 28707 components: - type: Transform - pos: 67.281136,14.845934 + pos: 18.5,37.5 parent: 2 - - uid: 9485 + - uid: 28708 components: - type: Transform - pos: 67.60926,14.670153 + pos: 18.5,38.5 parent: 2 - - uid: 11200 + - uid: 28795 components: - type: Transform - pos: -11.337551,-10.456441 + pos: -70.5,2.5 parent: 2 - - uid: 13586 + - uid: 28894 components: - type: Transform - pos: 27.67443,30.513906 + pos: 6.5,46.5 parent: 2 - - uid: 22274 + - uid: 29220 components: - type: Transform - pos: 52.701233,21.07809 + pos: 79.5,-14.5 parent: 2 - - uid: 22371 + - uid: 29221 components: - type: Transform - pos: 52.248108,14.499966 + pos: 80.5,-11.5 parent: 2 - - uid: 22378 + - uid: 29332 components: - type: Transform - pos: 52.654358,13.859341 + pos: 89.5,-21.5 parent: 2 - - uid: 22416 + - uid: 29333 components: - type: Transform - pos: 52.310608,12.703091 + pos: 83.5,-21.5 parent: 2 - - uid: 27236 + - uid: 29605 components: - type: Transform - pos: -6.140632,-7.438528 + pos: 97.5,-24.5 parent: 2 -- proto: CapacitorStockPart - entities: - - uid: 14948 + - uid: 29642 components: - type: Transform - pos: 21.57747,-25.42226 + pos: -21.5,-24.5 parent: 2 - - uid: 19724 + - uid: 29749 components: - type: Transform - pos: 21.554033,-25.289448 + pos: 85.5,-11.5 parent: 2 - - uid: 20183 + - uid: 29966 components: - type: Transform - pos: 52.36106,8.602298 + pos: 17.5,48.5 parent: 2 - - uid: 31176 + - uid: 29967 components: - type: Transform - pos: -69.67199,1.5256414 + pos: 18.5,48.5 parent: 2 - - uid: 31181 + - uid: 29968 components: - type: Transform - pos: -69.63683,1.7600164 + pos: 18.5,47.5 parent: 2 -- proto: CarbonDioxideCanister - entities: - - uid: 9352 + - uid: 29970 components: - type: Transform - pos: -39.5,48.5 + pos: -61.5,-23.5 parent: 2 -- proto: Carpet - entities: - - uid: 234 + - uid: 29975 components: - type: Transform - pos: -3.5,-9.5 + pos: 18.5,46.5 parent: 2 - - uid: 237 + - uid: 30113 components: - type: Transform - pos: -3.5,-10.5 + pos: 98.5,77.5 parent: 2 - - uid: 245 + - uid: 30254 components: - type: Transform - pos: -5.5,-8.5 + pos: 81.5,-11.5 parent: 2 - - uid: 379 + - uid: 30302 components: - type: Transform - pos: -3.5,-8.5 + pos: -30.5,-13.5 parent: 2 - - uid: 380 + - uid: 30304 components: - type: Transform - pos: -4.5,-8.5 + pos: 15.5,48.5 parent: 2 - - uid: 477 + - uid: 30306 components: - type: Transform - pos: -4.5,-9.5 + pos: 16.5,48.5 parent: 2 - - uid: 478 + - uid: 30313 components: - type: Transform - pos: -4.5,-10.5 + pos: -30.5,-12.5 parent: 2 - - uid: 482 + - uid: 30314 components: - type: Transform - pos: -5.5,-10.5 + pos: -63.5,9.5 parent: 2 - - uid: 483 + - uid: 30316 components: - type: Transform - pos: -5.5,-9.5 + pos: -63.5,8.5 parent: 2 - - uid: 603 + - uid: 30317 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-8.5 + pos: -63.5,10.5 parent: 2 - - uid: 609 + - uid: 30325 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-9.5 + pos: 14.5,48.5 parent: 2 - - uid: 614 + - uid: 30329 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-8.5 + pos: 13.5,48.5 parent: 2 - - uid: 625 + - uid: 30494 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-9.5 + pos: 1.5,26.5 parent: 2 - - uid: 769 + - uid: 30703 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,19.5 + pos: -39.5,78.5 parent: 2 - - uid: 880 + - uid: 30743 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-36.5 + pos: -45.5,79.5 parent: 2 - - uid: 881 + - uid: 30794 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-35.5 + pos: 44.5,-25.5 parent: 2 - - uid: 928 + - uid: 30802 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-35.5 + pos: 23.5,7.5 parent: 2 - - uid: 950 + - uid: 30807 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-35.5 + pos: -71.5,2.5 parent: 2 - - uid: 988 + - uid: 30820 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-35.5 + pos: 4.5,56.5 parent: 2 - - uid: 1379 + - uid: 30821 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-36.5 + pos: 5.5,56.5 parent: 2 - - uid: 2247 + - uid: 30859 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,24.5 + pos: 16.5,6.5 parent: 2 - - uid: 2333 + - uid: 30860 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,24.5 + pos: 16.5,5.5 parent: 2 - - uid: 2545 + - uid: 30861 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,21.5 + pos: 16.5,4.5 parent: 2 - - uid: 4068 + - uid: 30862 components: - type: Transform - pos: -3.5,60.5 + pos: 16.5,3.5 parent: 2 - - uid: 4245 + - uid: 30864 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,21.5 + pos: 19.5,7.5 parent: 2 - - uid: 4440 + - uid: 30876 components: - type: Transform - pos: -4.5,60.5 + pos: 6.5,56.5 parent: 2 - - uid: 5232 + - uid: 30910 components: - type: Transform - pos: -3.5,61.5 + pos: 21.5,7.5 parent: 2 - - uid: 11193 + - uid: 30916 components: - type: Transform - pos: -17.5,50.5 + pos: 20.5,7.5 parent: 2 - - uid: 11194 + - uid: 30933 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,51.5 + pos: -58.5,42.5 parent: 2 - - uid: 11199 + - uid: 30936 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,22.5 + pos: 16.5,2.5 parent: 2 - - uid: 11205 + - uid: 30937 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,22.5 + pos: 16.5,1.5 parent: 2 - - uid: 11986 + - uid: 30938 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-36.5 + pos: 16.5,0.5 parent: 2 - - uid: 12634 + - uid: 30939 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,-9.5 + pos: 16.5,-0.5 parent: 2 - - uid: 13094 + - uid: 30940 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,21.5 + pos: 16.5,-1.5 parent: 2 - - uid: 13095 + - uid: 30941 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,21.5 + pos: 16.5,-2.5 parent: 2 - - uid: 13129 + - uid: 30942 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,22.5 + pos: 16.5,-3.5 parent: 2 - - uid: 13130 + - uid: 30943 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,23.5 + pos: 17.5,-3.5 parent: 2 - - uid: 13132 + - uid: 30944 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,23.5 + pos: 18.5,-3.5 parent: 2 - - uid: 13783 + - uid: 30945 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-36.5 + pos: 19.5,-3.5 parent: 2 - - uid: 13790 + - uid: 30946 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-35.5 + pos: 20.5,-3.5 parent: 2 - - uid: 13791 + - uid: 30947 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-35.5 + pos: 21.5,-3.5 parent: 2 - - uid: 13806 + - uid: 30948 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-36.5 + pos: 22.5,-3.5 parent: 2 - - uid: 13812 + - uid: 30949 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-36.5 + pos: 11.5,7.5 parent: 2 - - uid: 15421 + - uid: 30950 components: - type: Transform - pos: -21.5,25.5 + pos: 10.5,7.5 parent: 2 - - uid: 15422 + - uid: 30951 components: - type: Transform - pos: -21.5,24.5 + pos: 10.5,6.5 parent: 2 - - uid: 15424 + - uid: 30952 components: - type: Transform - pos: -20.5,25.5 + pos: 10.5,5.5 parent: 2 - - uid: 15425 + - uid: 30953 components: - type: Transform - pos: -20.5,24.5 + pos: 10.5,4.5 parent: 2 - - uid: 15427 + - uid: 30954 components: - type: Transform - pos: -19.5,25.5 + pos: 10.5,3.5 parent: 2 - - uid: 15428 + - uid: 30955 components: - type: Transform - pos: -19.5,24.5 + pos: 10.5,2.5 parent: 2 - - uid: 15430 + - uid: 30956 components: - type: Transform - pos: -16.5,25.5 + pos: 10.5,1.5 parent: 2 - - uid: 15433 + - uid: 30957 components: - type: Transform - pos: -15.5,25.5 + pos: 10.5,0.5 parent: 2 - - uid: 15435 + - uid: 30958 components: - type: Transform - pos: -14.5,26.5 + pos: 10.5,-0.5 parent: 2 - - uid: 15436 + - uid: 30959 components: - type: Transform - pos: -14.5,25.5 + pos: 10.5,-1.5 parent: 2 - - uid: 15438 + - uid: 30960 components: - type: Transform - pos: -10.5,26.5 + pos: 10.5,-2.5 parent: 2 - - uid: 15439 + - uid: 30961 components: - type: Transform - pos: -10.5,25.5 + pos: 10.5,-3.5 parent: 2 - - uid: 15440 + - uid: 30971 components: - type: Transform - pos: -10.5,24.5 + pos: 10.5,-12.5 parent: 2 - - uid: 15441 + - uid: 30983 components: - type: Transform - pos: -9.5,26.5 + pos: 28.5,7.5 parent: 2 - - uid: 15442 + - uid: 30984 components: - type: Transform - pos: -9.5,25.5 + pos: 29.5,7.5 parent: 2 - - uid: 15443 + - uid: 30985 components: - type: Transform - pos: -9.5,24.5 + pos: 30.5,7.5 parent: 2 - - uid: 15444 + - uid: 30986 components: - type: Transform - pos: -8.5,26.5 + pos: 31.5,7.5 parent: 2 - - uid: 15445 + - uid: 30987 components: - type: Transform - pos: -8.5,25.5 + pos: 31.5,6.5 parent: 2 - - uid: 15446 + - uid: 30988 components: - type: Transform - pos: -8.5,24.5 + pos: 31.5,5.5 parent: 2 - - uid: 15515 + - uid: 30989 components: - type: Transform - pos: -5.5,61.5 + pos: 31.5,4.5 parent: 2 - - uid: 15518 + - uid: 30990 components: - type: Transform - pos: -5.5,60.5 + pos: 31.5,3.5 parent: 2 - - uid: 15634 + - uid: 30991 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,49.5 + pos: 31.5,2.5 parent: 2 - - uid: 15680 + - uid: 30992 components: - type: Transform - pos: -16.5,49.5 + pos: 31.5,1.5 parent: 2 - - uid: 15681 + - uid: 30993 components: - type: Transform - pos: -16.5,50.5 + pos: 31.5,0.5 parent: 2 - - uid: 15731 + - uid: 30994 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,34.5 + pos: 32.5,0.5 parent: 2 - - uid: 15758 + - uid: 31010 components: - type: Transform - pos: -6.5,29.5 + pos: -35.5,10.5 parent: 2 - - uid: 15761 + - uid: 31012 components: - type: Transform - pos: -6.5,28.5 + pos: -14.5,13.5 parent: 2 - - uid: 15762 + - uid: 31013 components: - type: Transform - pos: -5.5,29.5 + pos: -13.5,13.5 parent: 2 - - uid: 15763 + - uid: 31014 components: - type: Transform - pos: -5.5,28.5 + pos: -12.5,13.5 parent: 2 - - uid: 15764 + - uid: 31015 components: - type: Transform - pos: -4.5,29.5 + pos: -11.5,13.5 parent: 2 - - uid: 15765 + - uid: 31016 components: - type: Transform - pos: -4.5,28.5 + pos: -10.5,13.5 parent: 2 - - uid: 15766 + - uid: 31017 components: - type: Transform - pos: -6.5,27.5 + pos: -10.5,12.5 parent: 2 - - uid: 15767 + - uid: 31018 components: - type: Transform - pos: -5.5,27.5 + pos: -10.5,11.5 parent: 2 - - uid: 15768 + - uid: 31019 components: - type: Transform - pos: -4.5,27.5 + pos: -10.5,10.5 parent: 2 - - uid: 15783 + - uid: 31020 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,33.5 + pos: -10.5,9.5 parent: 2 - - uid: 15784 + - uid: 31021 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,34.5 + pos: -10.5,8.5 parent: 2 - - uid: 15785 + - uid: 31022 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,33.5 + pos: -10.5,7.5 parent: 2 - - uid: 15786 + - uid: 31023 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,34.5 + pos: -10.5,6.5 parent: 2 - - uid: 15787 + - uid: 31024 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,33.5 + pos: -10.5,5.5 parent: 2 - - uid: 16448 + - uid: 31025 components: - type: Transform - pos: -9.5,41.5 + pos: 19.5,45.5 parent: 2 - - uid: 16449 + - uid: 31065 components: - type: Transform - pos: -9.5,40.5 + pos: 7.5,56.5 parent: 2 - - uid: 16450 + - uid: 31076 components: - type: Transform - pos: -8.5,41.5 + pos: 7.5,55.5 parent: 2 - - uid: 16451 + - uid: 31077 components: - type: Transform - pos: -8.5,40.5 + pos: -55.5,42.5 parent: 2 - - uid: 16623 + - uid: 31085 components: - type: Transform - pos: -4.5,61.5 + pos: -39.5,81.5 parent: 2 - - uid: 26018 + - uid: 31086 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 73.5,-9.5 + pos: -39.5,83.5 parent: 2 - - uid: 26092 + - uid: 31089 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,26.5 + pos: 34.5,33.5 parent: 2 - - uid: 26093 + - uid: 31090 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,26.5 + pos: -40.5,77.5 parent: 2 - - uid: 26094 + - uid: 31091 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,24.5 + pos: 35.5,33.5 parent: 2 - - uid: 26452 + - uid: 31093 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,-8.5 + pos: 36.5,33.5 parent: 2 - - uid: 27746 + - uid: 31094 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,-9.5 + pos: 37.5,33.5 parent: 2 - - uid: 27815 + - uid: 31095 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,23.5 + pos: 38.5,33.5 parent: 2 - - uid: 28971 + - uid: 31099 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,51.5 + pos: -39.5,82.5 parent: 2 - - uid: 30520 + - uid: 31101 components: - type: Transform - pos: -7.5,20.5 + pos: 39.5,33.5 parent: 2 - - uid: 30521 + - uid: 31102 components: - type: Transform - pos: -7.5,19.5 + pos: -39.5,79.5 parent: 2 - - uid: 30522 + - uid: 31103 components: - type: Transform - pos: -6.5,20.5 + pos: -41.5,77.5 parent: 2 - - uid: 30523 + - uid: 31104 components: - type: Transform - pos: -6.5,19.5 + pos: -47.5,76.5 parent: 2 - - uid: 30524 + - uid: 31105 components: - type: Transform - pos: -5.5,20.5 + pos: -42.5,77.5 parent: 2 - - uid: 30526 + - uid: 31107 components: - type: Transform - pos: -4.5,20.5 + pos: -47.5,75.5 parent: 2 - - uid: 30527 + - uid: 31108 components: - type: Transform - pos: -4.5,19.5 + pos: -47.5,77.5 parent: 2 - - uid: 30543 + - uid: 31130 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,20.5 + pos: 40.5,33.5 parent: 2 - - uid: 30544 + - uid: 31139 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,21.5 + pos: 40.5,34.5 parent: 2 - - uid: 30545 + - uid: 31147 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,20.5 + pos: 40.5,35.5 parent: 2 - - uid: 30546 + - uid: 31182 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,21.5 + pos: -82.5,8.5 parent: 2 - - uid: 30547 + - uid: 31184 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,20.5 + pos: -39.5,77.5 parent: 2 - - uid: 30548 + - uid: 31185 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,21.5 + pos: -43.5,83.5 parent: 2 - - uid: 30549 + - uid: 31190 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,21.5 + pos: -44.5,83.5 parent: 2 - - uid: 30550 + - uid: 31191 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,20.5 + pos: -42.5,83.5 parent: 2 - - uid: 30551 + - uid: 31192 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,20.5 + pos: -41.5,83.5 parent: 2 - - uid: 33916 + - uid: 31193 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,30.5 + pos: -39.5,80.5 parent: 2 - - uid: 34684 + - uid: 31220 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 72.5,-8.5 + pos: 79.5,-15.5 parent: 2 - - uid: 34685 + - uid: 31265 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,-8.5 + pos: 40.5,36.5 parent: 2 - - uid: 39514 + - uid: 31266 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,30.5 + pos: 40.5,37.5 parent: 2 - - uid: 39515 + - uid: 31267 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,30.5 + pos: 40.5,38.5 parent: 2 - - uid: 39663 + - uid: 31268 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 73.5,-8.5 + pos: 40.5,39.5 parent: 2 - - uid: 39666 + - uid: 31269 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 72.5,-9.5 + pos: 40.5,40.5 parent: 2 -- proto: CarpetBlack - entities: - - uid: 701 + - uid: 31270 components: - type: Transform - pos: -16.5,-10.5 + pos: 40.5,41.5 parent: 2 - - uid: 702 + - uid: 31304 components: - type: Transform - pos: -17.5,-9.5 + pos: 41.5,41.5 parent: 2 - - uid: 703 + - uid: 31366 components: - type: Transform - pos: -17.5,-8.5 + pos: 43.5,32.5 parent: 2 - - uid: 704 + - uid: 31367 components: - type: Transform - pos: -17.5,-10.5 + pos: 44.5,32.5 parent: 2 - - uid: 705 + - uid: 31368 components: - type: Transform - pos: -16.5,-9.5 + pos: 45.5,32.5 parent: 2 - - uid: 706 + - uid: 31369 components: - type: Transform - pos: -16.5,-8.5 + pos: 46.5,32.5 parent: 2 - - uid: 918 + - uid: 31370 components: - type: Transform - pos: -73.5,3.5 + pos: 47.5,32.5 parent: 2 - - uid: 4171 + - uid: 31371 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,20.5 + pos: 48.5,32.5 parent: 2 - - uid: 4172 + - uid: 31373 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,29.5 + pos: 49.5,32.5 parent: 2 - - uid: 4173 + - uid: 31374 components: - type: Transform - pos: 54.5,16.5 + pos: 50.5,32.5 parent: 2 - - uid: 4174 + - uid: 31375 components: - type: Transform - pos: 54.5,17.5 + pos: 51.5,32.5 parent: 2 - - uid: 4177 + - uid: 31376 components: - type: Transform - pos: 65.5,22.5 + pos: 52.5,32.5 parent: 2 - - uid: 4267 + - uid: 31377 components: - type: Transform - pos: 62.5,18.5 + pos: 53.5,32.5 parent: 2 - - uid: 4273 + - uid: 31378 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,18.5 + pos: 54.5,32.5 parent: 2 - - uid: 4274 + - uid: 31379 components: - type: Transform - pos: 53.5,16.5 + pos: 55.5,32.5 parent: 2 - - uid: 4276 + - uid: 31380 components: - type: Transform - pos: 63.5,17.5 + pos: 56.5,32.5 parent: 2 - - uid: 4279 + - uid: 31381 components: - type: Transform - pos: 62.5,17.5 + pos: 57.5,32.5 parent: 2 - - uid: 4284 + - uid: 31382 components: - type: Transform - pos: 62.5,16.5 + pos: 58.5,32.5 parent: 2 - - uid: 4285 + - uid: 31383 components: - type: Transform - pos: 63.5,18.5 + pos: 59.5,32.5 parent: 2 - - uid: 4287 + - uid: 31384 components: - type: Transform - pos: 63.5,16.5 + pos: 60.5,32.5 parent: 2 - - uid: 4291 + - uid: 31385 components: - type: Transform - pos: 53.5,17.5 + pos: 61.5,32.5 parent: 2 - - uid: 4293 + - uid: 31386 components: - type: Transform - pos: 57.5,18.5 + pos: 62.5,32.5 parent: 2 - - uid: 4295 + - uid: 31387 components: - type: Transform - pos: 60.5,16.5 + pos: 62.5,31.5 parent: 2 - - uid: 4302 + - uid: 31388 components: - type: Transform - pos: 60.5,17.5 + pos: 62.5,30.5 parent: 2 - - uid: 4303 + - uid: 31389 components: - type: Transform - pos: 59.5,17.5 + pos: 62.5,29.5 parent: 2 - - uid: 4304 + - uid: 31390 components: - type: Transform - pos: 59.5,16.5 + pos: 62.5,28.5 parent: 2 - - uid: 4305 + - uid: 31391 components: - type: Transform - pos: 59.5,18.5 + pos: 62.5,27.5 parent: 2 - - uid: 4337 + - uid: 31392 components: - type: Transform - pos: 58.5,16.5 + pos: 62.5,26.5 parent: 2 - - uid: 4338 + - uid: 31393 components: - type: Transform - pos: 61.5,16.5 + pos: 61.5,26.5 parent: 2 - - uid: 4339 + - uid: 31394 components: - type: Transform - pos: 57.5,16.5 + pos: 61.5,25.5 parent: 2 - - uid: 4340 + - uid: 31395 components: - type: Transform - pos: 58.5,18.5 + pos: 61.5,24.5 parent: 2 - - uid: 4341 + - uid: 31396 components: - type: Transform - pos: 58.5,17.5 + pos: 62.5,24.5 parent: 2 - - uid: 4343 + - uid: 31397 components: - type: Transform - pos: 56.5,18.5 + pos: 63.5,24.5 parent: 2 - - uid: 4344 + - uid: 31398 components: - type: Transform - pos: 60.5,18.5 + pos: 64.5,24.5 parent: 2 - - uid: 4345 + - uid: 31399 components: - type: Transform - pos: 61.5,18.5 + pos: 65.5,24.5 parent: 2 - - uid: 4346 + - uid: 31401 components: - type: Transform - pos: 56.5,16.5 + pos: 66.5,24.5 parent: 2 - - uid: 4356 + - uid: 31404 components: - type: Transform - pos: 56.5,17.5 + pos: 67.5,24.5 parent: 2 - - uid: 4357 + - uid: 31405 components: - type: Transform - pos: 54.5,18.5 + pos: 68.5,24.5 parent: 2 - - uid: 4358 + - uid: 31406 components: - type: Transform - pos: 55.5,16.5 + pos: 68.5,25.5 parent: 2 - - uid: 4360 + - uid: 31417 components: - type: Transform - pos: 55.5,18.5 + pos: -43.5,55.5 parent: 2 - - uid: 4361 + - uid: 31432 components: - type: Transform - pos: 55.5,17.5 + pos: 27.5,-31.5 parent: 2 - - uid: 4362 + - uid: 31433 components: - type: Transform - pos: 61.5,17.5 + pos: 27.5,-32.5 parent: 2 - - uid: 4363 + - uid: 31437 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,30.5 + pos: 43.5,-26.5 parent: 2 - - uid: 4364 + - uid: 31438 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,29.5 + pos: 42.5,-26.5 parent: 2 - - uid: 4413 + - uid: 31439 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,30.5 + pos: 41.5,-26.5 parent: 2 - - uid: 4414 + - uid: 31440 components: - type: Transform - pos: 57.5,17.5 + pos: 40.5,-26.5 parent: 2 - - uid: 4418 + - uid: 31441 components: - type: Transform - pos: 54.5,20.5 + pos: 39.5,-26.5 parent: 2 - - uid: 4420 + - uid: 31442 components: - type: Transform - pos: 54.5,21.5 + pos: 38.5,-26.5 parent: 2 - - uid: 4421 + - uid: 31446 components: - type: Transform - pos: 54.5,22.5 + pos: -41.5,55.5 parent: 2 - - uid: 4422 + - uid: 31449 components: - type: Transform - pos: 50.5,17.5 + pos: 37.5,-26.5 parent: 2 - - uid: 5447 + - uid: 31459 components: - type: Transform - pos: -10.5,67.5 + pos: 36.5,-26.5 parent: 2 - - uid: 5450 + - uid: 31460 components: - type: Transform - pos: 48.5,33.5 + pos: 35.5,-26.5 parent: 2 - - uid: 5451 + - uid: 31462 components: - type: Transform - pos: 47.5,33.5 + pos: 34.5,-26.5 parent: 2 - - uid: 5452 + - uid: 31470 components: - type: Transform - pos: 47.5,34.5 + pos: 33.5,-26.5 parent: 2 - - uid: 5453 + - uid: 31471 components: - type: Transform - pos: 48.5,34.5 + pos: 32.5,-26.5 parent: 2 - - uid: 5454 + - uid: 31474 components: - type: Transform - pos: 44.5,29.5 + pos: 31.5,-26.5 parent: 2 - - uid: 5455 + - uid: 31481 components: - type: Transform - pos: 43.5,29.5 + pos: 30.5,-26.5 parent: 2 - - uid: 5456 + - uid: 31482 components: - type: Transform - pos: 43.5,30.5 + pos: 29.5,-26.5 parent: 2 - - uid: 5457 + - uid: 31483 components: - type: Transform - pos: 44.5,30.5 + pos: 28.5,-26.5 parent: 2 - - uid: 5458 + - uid: 31484 components: - type: Transform - pos: 45.5,29.5 + pos: 28.5,-27.5 parent: 2 - - uid: 5459 + - uid: 31485 components: - type: Transform - pos: 45.5,30.5 + pos: 28.5,-28.5 parent: 2 - - uid: 5460 + - uid: 31486 components: - type: Transform - pos: 46.5,30.5 + pos: 28.5,-29.5 parent: 2 - - uid: 5461 + - uid: 31487 components: - type: Transform - pos: 46.5,29.5 + pos: 28.5,-30.5 parent: 2 - - uid: 5462 + - uid: 31488 components: - type: Transform - pos: 48.5,29.5 + pos: 28.5,-31.5 parent: 2 - - uid: 5463 + - uid: 31489 components: - type: Transform - pos: 48.5,30.5 + pos: 44.5,-27.5 parent: 2 - - uid: 5464 + - uid: 31490 components: - type: Transform - pos: 49.5,29.5 + pos: 44.5,-28.5 parent: 2 - - uid: 5465 + - uid: 31491 components: - type: Transform - pos: 49.5,30.5 + pos: 39.5,31.5 parent: 2 - - uid: 5466 + - uid: 31492 components: - type: Transform - pos: 44.5,34.5 + pos: 44.5,-29.5 parent: 2 - - uid: 5467 + - uid: 31493 components: - type: Transform - pos: 43.5,34.5 + pos: 45.5,-29.5 parent: 2 - - uid: 5468 + - uid: 31494 components: - type: Transform - pos: 43.5,33.5 + pos: 46.5,-29.5 parent: 2 - - uid: 5469 + - uid: 31495 components: - type: Transform - pos: 44.5,33.5 + pos: 47.5,-29.5 parent: 2 - - uid: 5470 + - uid: 31496 components: - type: Transform - pos: 46.5,33.5 + pos: 48.5,-29.5 parent: 2 - - uid: 5471 + - uid: 31503 components: - type: Transform - pos: 46.5,34.5 + pos: 49.5,-29.5 parent: 2 - - uid: 5472 + - uid: 31506 components: - type: Transform - pos: 49.5,33.5 + pos: 50.5,-29.5 parent: 2 - - uid: 5473 + - uid: 31507 components: - type: Transform - pos: 49.5,34.5 + pos: 51.5,-29.5 parent: 2 - - uid: 6303 + - uid: 31508 components: - type: Transform - pos: -9.5,69.5 + pos: 52.5,-29.5 parent: 2 - - uid: 6310 + - uid: 31509 components: - type: Transform - pos: -11.5,69.5 + pos: 53.5,-29.5 parent: 2 - - uid: 7578 + - uid: 31510 components: - type: Transform - pos: -7.5,69.5 + pos: 54.5,-29.5 parent: 2 - - uid: 7579 + - uid: 31511 components: - type: Transform - pos: -8.5,69.5 + pos: 55.5,-29.5 parent: 2 - - uid: 7580 + - uid: 31513 components: - type: Transform - pos: -7.5,67.5 + pos: 55.5,-30.5 parent: 2 - - uid: 7607 + - uid: 31514 components: - type: Transform - pos: -10.5,69.5 + pos: 55.5,-31.5 parent: 2 - - uid: 7881 + - uid: 31515 components: - type: Transform - pos: 88.5,39.5 + pos: 55.5,-32.5 parent: 2 - - uid: 8140 + - uid: 31516 components: - type: Transform - pos: -71.5,3.5 + pos: 55.5,-33.5 parent: 2 - - uid: 8334 + - uid: 31517 components: - type: Transform - pos: -73.5,2.5 + pos: 55.5,-34.5 parent: 2 - - uid: 8727 + - uid: 31518 components: - type: Transform - pos: -40.5,33.5 + pos: 55.5,-35.5 parent: 2 - - uid: 11258 + - uid: 31519 components: - type: Transform - pos: -71.5,2.5 + pos: 55.5,-36.5 parent: 2 - - uid: 11637 + - uid: 31520 components: - type: Transform - pos: -8.5,67.5 + pos: 54.5,-36.5 parent: 2 - - uid: 13827 + - uid: 31521 components: - type: Transform - pos: 87.5,39.5 + pos: 56.5,-30.5 parent: 2 - - uid: 13842 + - uid: 31522 components: - type: Transform - pos: -11.5,67.5 + pos: 57.5,-30.5 parent: 2 - - uid: 13860 + - uid: 31523 components: - type: Transform - pos: -9.5,67.5 + pos: 58.5,-30.5 parent: 2 - - uid: 15860 + - uid: 31524 components: - type: Transform - pos: 65.5,21.5 + pos: 59.5,-30.5 parent: 2 - - uid: 16417 + - uid: 31525 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,36.5 + pos: 60.5,-30.5 parent: 2 - - uid: 16589 + - uid: 31526 components: - type: Transform - pos: 66.5,21.5 + pos: 61.5,-30.5 parent: 2 - - uid: 16593 + - uid: 31527 components: - type: Transform - pos: 65.5,18.5 + pos: 62.5,-30.5 parent: 2 - - uid: 16594 + - uid: 31542 components: - type: Transform - pos: 66.5,20.5 + pos: 70.5,-24.5 parent: 2 - - uid: 16614 + - uid: 31543 components: - type: Transform - pos: 65.5,16.5 + pos: 70.5,-23.5 parent: 2 - - uid: 16616 + - uid: 31544 components: - type: Transform - pos: 65.5,13.5 + pos: 70.5,-22.5 parent: 2 - - uid: 16618 + - uid: 31545 components: - type: Transform - pos: 66.5,22.5 + pos: 70.5,-21.5 parent: 2 - - uid: 16620 + - uid: 31546 components: - type: Transform - pos: 65.5,17.5 + pos: 71.5,-21.5 parent: 2 - - uid: 18027 + - uid: 31547 components: - type: Transform - pos: 65.5,14.5 + pos: 71.5,-20.5 parent: 2 - - uid: 18220 + - uid: 31548 components: - type: Transform - pos: 65.5,12.5 + pos: 72.5,-20.5 parent: 2 - - uid: 19334 + - uid: 31551 components: - type: Transform - pos: 65.5,15.5 + pos: -40.5,83.5 parent: 2 - - uid: 19942 + - uid: 31558 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,-5.5 + pos: -38.5,55.5 parent: 2 - - uid: 19951 + - uid: 31560 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,-4.5 + pos: 73.5,-20.5 parent: 2 - - uid: 20566 + - uid: 31562 components: - type: Transform - pos: -15.5,-9.5 + pos: 74.5,-20.5 parent: 2 - - uid: 20634 + - uid: 31563 components: - type: Transform - pos: -15.5,-8.5 + pos: 75.5,-20.5 parent: 2 - - uid: 21838 + - uid: 31580 components: - type: Transform - pos: 66.5,19.5 + pos: 76.5,-20.5 parent: 2 - - uid: 22226 + - uid: 31581 components: - type: Transform - pos: 66.5,18.5 + pos: 76.5,-19.5 parent: 2 - - uid: 22329 + - uid: 31582 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,36.5 + pos: 76.5,-18.5 parent: 2 - - uid: 23071 + - uid: 31583 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,-3.5 + pos: 75.5,-18.5 parent: 2 - - uid: 23253 + - uid: 31593 components: - type: Transform - pos: -72.5,3.5 + pos: 1.5,-28.5 parent: 2 - - uid: 23469 + - uid: 31594 components: - type: Transform - pos: 87.5,40.5 + pos: 1.5,-27.5 parent: 2 - - uid: 23482 + - uid: 31595 components: - type: Transform - pos: 87.5,41.5 + pos: 1.5,-26.5 parent: 2 - - uid: 23510 + - uid: 31632 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,-4.5 + pos: 1.5,-25.5 parent: 2 - - uid: 23511 + - uid: 31640 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,-4.5 + pos: 1.5,-24.5 parent: 2 - - uid: 23513 + - uid: 31658 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,-3.5 + pos: -63.5,-21.5 parent: 2 - - uid: 23514 + - uid: 31730 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,-5.5 + pos: 11.5,16.5 parent: 2 - - uid: 23515 + - uid: 31731 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,-5.5 + pos: -81.5,8.5 parent: 2 - - uid: 23627 + - uid: 31741 components: - type: Transform - pos: -72.5,2.5 + pos: 11.5,17.5 parent: 2 - - uid: 25006 + - uid: 31759 components: - type: Transform - pos: 56.5,12.5 + pos: -80.5,8.5 parent: 2 - - uid: 27948 + - uid: 31766 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,-3.5 + pos: -79.5,8.5 parent: 2 - - uid: 29852 + - uid: 31768 components: - type: Transform - pos: 86.5,41.5 + pos: -82.5,9.5 parent: 2 - - uid: 29854 + - uid: 31770 components: - type: Transform - pos: 88.5,40.5 + pos: -82.5,10.5 parent: 2 - - uid: 29855 + - uid: 31771 components: - type: Transform - pos: 88.5,41.5 + pos: -82.5,11.5 parent: 2 - - uid: 29856 + - uid: 31823 components: - type: Transform - pos: 86.5,39.5 + pos: -42.5,55.5 parent: 2 - - uid: 29858 + - uid: 31852 components: - type: Transform - pos: 86.5,40.5 + pos: -54.5,42.5 parent: 2 - - uid: 30351 + - uid: 31961 components: - type: Transform - pos: 48.5,15.5 + pos: -12.5,44.5 parent: 2 - - uid: 30352 + - uid: 31962 components: - type: Transform - pos: 48.5,16.5 + pos: -13.5,44.5 parent: 2 - - uid: 30367 + - uid: 31963 components: - type: Transform - pos: 65.5,20.5 + pos: -14.5,44.5 parent: 2 - - uid: 30369 + - uid: 31964 components: - type: Transform - pos: 65.5,19.5 + pos: -15.5,44.5 parent: 2 - - uid: 30470 + - uid: 31965 components: - type: Transform - pos: 48.5,17.5 + pos: -16.5,44.5 parent: 2 - - uid: 30471 + - uid: 31966 components: - type: Transform - pos: 48.5,18.5 + pos: -17.5,44.5 parent: 2 - - uid: 30472 + - uid: 31991 components: - type: Transform - pos: 48.5,19.5 + pos: -18.5,44.5 parent: 2 - - uid: 30473 + - uid: 31992 components: - type: Transform - pos: 49.5,15.5 + pos: -19.5,44.5 parent: 2 - - uid: 30474 + - uid: 31993 components: - type: Transform - pos: 49.5,16.5 + pos: -20.5,44.5 parent: 2 - - uid: 30475 + - uid: 31994 components: - type: Transform - pos: 49.5,17.5 + pos: -21.5,44.5 parent: 2 - - uid: 30476 + - uid: 31995 components: - type: Transform - pos: 49.5,18.5 + pos: -22.5,44.5 parent: 2 - - uid: 30477 + - uid: 32021 components: - type: Transform - pos: 49.5,19.5 + pos: 1.5,-23.5 parent: 2 - - uid: 30478 + - uid: 32022 components: - type: Transform - pos: 50.5,15.5 + pos: 1.5,-22.5 parent: 2 - - uid: 30479 + - uid: 32026 components: - type: Transform - pos: 50.5,16.5 + pos: -23.5,44.5 parent: 2 - - uid: 30481 + - uid: 32027 components: - type: Transform - pos: 50.5,18.5 + pos: -24.5,44.5 parent: 2 - - uid: 30482 + - uid: 32028 components: - type: Transform - pos: 50.5,19.5 + pos: -25.5,44.5 parent: 2 - - uid: 30503 + - uid: 32029 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,68.5 + pos: -25.5,43.5 parent: 2 - - uid: 30504 + - uid: 32030 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,69.5 + pos: -25.5,42.5 parent: 2 - - uid: 30506 + - uid: 32031 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,67.5 + pos: -25.5,41.5 parent: 2 - - uid: 30507 + - uid: 32032 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,66.5 + pos: -24.5,41.5 parent: 2 - - uid: 30508 + - uid: 32033 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,65.5 + pos: -12.5,43.5 parent: 2 - - uid: 30509 + - uid: 32119 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,69.5 + pos: 1.5,-21.5 parent: 2 - - uid: 30510 + - uid: 32172 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,68.5 + pos: 79.5,-13.5 parent: 2 - - uid: 30511 + - uid: 32173 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,67.5 + pos: 83.5,-11.5 parent: 2 - - uid: 30512 + - uid: 32176 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,66.5 + pos: 97.5,-9.5 parent: 2 - - uid: 30513 + - uid: 32196 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,65.5 + pos: 84.5,-11.5 parent: 2 - - uid: 31365 + - uid: 32197 components: - type: Transform - pos: -15.5,-10.5 + pos: 86.5,-11.5 parent: 2 - - uid: 33659 + - uid: 32244 components: - type: Transform - pos: -38.5,66.5 + pos: 82.5,-11.5 parent: 2 - - uid: 33660 + - uid: 32251 components: - type: Transform - pos: -38.5,65.5 + pos: 79.5,-17.5 parent: 2 - - uid: 33661 + - uid: 32289 components: - type: Transform - pos: -38.5,64.5 + pos: -59.5,-10.5 parent: 2 - - uid: 33662 + - uid: 32290 components: - type: Transform - pos: -38.5,63.5 + pos: -59.5,-9.5 parent: 2 - - uid: 33663 + - uid: 32292 components: - type: Transform - pos: -37.5,66.5 + pos: -59.5,-8.5 parent: 2 - - uid: 33664 + - uid: 32334 components: - type: Transform - pos: -37.5,65.5 + pos: -59.5,-7.5 parent: 2 - - uid: 33665 + - uid: 32446 components: - type: Transform - pos: -37.5,64.5 + pos: -59.5,-6.5 parent: 2 - - uid: 33666 + - uid: 32449 components: - type: Transform - pos: -37.5,63.5 + pos: -59.5,-5.5 parent: 2 - - uid: 33667 + - uid: 32450 components: - type: Transform - pos: -36.5,66.5 + pos: -59.5,-4.5 parent: 2 - - uid: 33668 + - uid: 32678 components: - type: Transform - pos: -36.5,65.5 + pos: -42.5,80.5 parent: 2 - - uid: 33669 + - uid: 32682 components: - type: Transform - pos: -36.5,64.5 + pos: -47.5,79.5 parent: 2 - - uid: 33670 + - uid: 32691 components: - type: Transform - pos: -36.5,63.5 + pos: -59.5,-3.5 parent: 2 - - uid: 33671 + - uid: 32707 components: - type: Transform - pos: -38.5,62.5 + pos: -59.5,-2.5 parent: 2 - - uid: 33672 + - uid: 32708 components: - type: Transform - pos: -37.5,62.5 + pos: -59.5,-1.5 parent: 2 - - uid: 33673 + - uid: 32709 components: - type: Transform - pos: -36.5,62.5 + pos: -59.5,-0.5 parent: 2 - - uid: 35703 + - uid: 32710 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,85.5 + pos: -59.5,0.5 parent: 2 - - uid: 35704 + - uid: 32711 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,85.5 + pos: -59.5,1.5 parent: 2 - - uid: 35705 + - uid: 32716 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,84.5 + pos: -59.5,2.5 parent: 2 - - uid: 35706 + - uid: 32717 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,83.5 + pos: -58.5,2.5 parent: 2 - - uid: 35707 + - uid: 33362 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,83.5 + pos: 78.5,58.5 parent: 2 - - uid: 35708 + - uid: 33363 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,84.5 + pos: -57.5,2.5 parent: 2 - - uid: 35710 + - uid: 33378 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,83.5 + pos: 78.5,57.5 parent: 2 - - uid: 37733 + - uid: 33379 components: - type: Transform - pos: 66.5,15.5 + pos: 78.5,56.5 parent: 2 - - uid: 37734 + - uid: 33380 components: - type: Transform - pos: 66.5,16.5 + pos: 78.5,55.5 parent: 2 - - uid: 37735 + - uid: 33381 components: - type: Transform - pos: 66.5,17.5 + pos: 78.5,54.5 parent: 2 - - uid: 37736 + - uid: 33382 components: - type: Transform - pos: 66.5,14.5 + pos: 77.5,54.5 parent: 2 - - uid: 37739 + - uid: 33383 components: - type: Transform - pos: 66.5,13.5 + pos: 76.5,54.5 parent: 2 - - uid: 37740 + - uid: 33647 components: - type: Transform - pos: 66.5,12.5 + pos: -56.5,2.5 parent: 2 - - uid: 37741 + - uid: 33648 components: - type: Transform - pos: 67.5,22.5 + pos: -55.5,2.5 parent: 2 - - uid: 37742 + - uid: 33652 components: - type: Transform - pos: 67.5,21.5 + pos: -54.5,2.5 parent: 2 - - uid: 37745 + - uid: 33678 components: - type: Transform - pos: 67.5,20.5 + pos: -53.5,2.5 parent: 2 - - uid: 37746 + - uid: 33680 components: - type: Transform - pos: 67.5,19.5 + pos: -52.5,2.5 parent: 2 - - uid: 37747 + - uid: 33681 components: - type: Transform - pos: 67.5,18.5 + pos: -51.5,2.5 parent: 2 - - uid: 37749 + - uid: 33682 components: - type: Transform - pos: 67.5,17.5 + pos: -50.5,2.5 parent: 2 - - uid: 37750 + - uid: 33683 components: - type: Transform - pos: 67.5,16.5 + pos: -49.5,2.5 parent: 2 - - uid: 37751 + - uid: 33685 components: - type: Transform - pos: 67.5,15.5 + pos: -49.5,1.5 parent: 2 - - uid: 37752 + - uid: 33884 components: - type: Transform - pos: 67.5,14.5 + pos: -48.5,1.5 parent: 2 - - uid: 38131 + - uid: 33920 components: - type: Transform - pos: 67.5,13.5 + pos: 35.5,11.5 parent: 2 - - uid: 38132 + - uid: 33939 components: - type: Transform - pos: 67.5,12.5 + pos: 10.5,14.5 parent: 2 - - uid: 39097 + - uid: 34049 components: - type: Transform - pos: 68.5,22.5 + pos: -45.5,82.5 parent: 2 - - uid: 39098 + - uid: 34058 components: - type: Transform - pos: 68.5,21.5 + pos: 9.5,7.5 parent: 2 - - uid: 39099 + - uid: 34274 components: - type: Transform - pos: 68.5,20.5 + pos: -20.5,-25.5 parent: 2 - - uid: 39100 + - uid: 34292 components: - type: Transform - pos: 68.5,19.5 + pos: -72.5,3.5 parent: 2 - - uid: 39101 + - uid: 34312 components: - type: Transform - pos: 68.5,18.5 + pos: -72.5,4.5 parent: 2 - - uid: 39102 + - uid: 34351 components: - type: Transform - pos: 68.5,17.5 + pos: -47.5,78.5 parent: 2 - - uid: 39103 + - uid: 34382 components: - type: Transform - pos: 68.5,16.5 + pos: -65.5,-22.5 parent: 2 - - uid: 39104 + - uid: 34417 components: - type: Transform - pos: 68.5,15.5 + pos: -20.5,-24.5 parent: 2 - - uid: 39105 + - uid: 34528 components: - type: Transform - pos: 68.5,14.5 + pos: -28.5,56.5 parent: 2 - - uid: 39106 + - uid: 34595 components: - type: Transform - pos: 68.5,13.5 + pos: -1.5,53.5 parent: 2 - - uid: 39107 + - uid: 34596 components: - type: Transform - pos: 68.5,12.5 + pos: -0.5,53.5 parent: 2 - - uid: 39108 + - uid: 34605 components: - type: Transform - pos: 69.5,22.5 + pos: 0.5,53.5 parent: 2 - - uid: 39109 + - uid: 34607 components: - type: Transform - pos: 69.5,21.5 + pos: 1.5,53.5 parent: 2 - - uid: 39110 + - uid: 34618 components: - type: Transform - pos: 69.5,20.5 + pos: 1.5,52.5 parent: 2 - - uid: 39111 + - uid: 34629 components: - type: Transform - pos: 69.5,19.5 + pos: 1.5,51.5 parent: 2 - - uid: 39112 + - uid: 34630 components: - type: Transform - pos: 69.5,18.5 + pos: 1.5,50.5 parent: 2 - - uid: 39113 + - uid: 34631 components: - type: Transform - pos: 69.5,17.5 + pos: 1.5,49.5 parent: 2 - - uid: 39114 + - uid: 34648 components: - type: Transform - pos: 69.5,16.5 + pos: 39.5,32.5 parent: 2 - - uid: 39115 + - uid: 34649 components: - type: Transform - pos: 69.5,15.5 + pos: 39.5,30.5 parent: 2 - - uid: 39116 + - uid: 34650 components: - type: Transform - pos: 69.5,14.5 + pos: 39.5,29.5 parent: 2 - - uid: 39117 + - uid: 34651 components: - type: Transform - pos: 69.5,13.5 + pos: 39.5,28.5 parent: 2 - - uid: 39118 + - uid: 34652 components: - type: Transform - pos: 69.5,12.5 + pos: 40.5,28.5 parent: 2 - - uid: 39119 + - uid: 34668 components: - type: Transform - pos: 69.5,11.5 + pos: 41.5,28.5 parent: 2 - - uid: 39120 + - uid: 34687 components: - type: Transform - pos: 68.5,11.5 + pos: 42.5,28.5 parent: 2 - - uid: 39121 + - uid: 34688 components: - type: Transform - pos: 67.5,11.5 + pos: 43.5,28.5 parent: 2 - - uid: 39122 + - uid: 34689 components: - type: Transform - pos: 66.5,11.5 + pos: 44.5,28.5 parent: 2 - - uid: 39123 + - uid: 34690 components: - type: Transform - pos: 66.5,10.5 + pos: 45.5,28.5 parent: 2 - - uid: 39124 + - uid: 34691 components: - type: Transform - pos: 67.5,10.5 + pos: 46.5,28.5 parent: 2 - - uid: 39125 + - uid: 34692 components: - type: Transform - pos: 68.5,10.5 + pos: 47.5,28.5 parent: 2 - - uid: 39126 + - uid: 34693 components: - type: Transform - pos: 66.5,23.5 + pos: 48.5,28.5 parent: 2 - - uid: 39127 + - uid: 34694 components: - type: Transform - pos: 66.5,24.5 + pos: 48.5,27.5 parent: 2 - - uid: 39128 + - uid: 34695 components: - type: Transform - pos: 67.5,23.5 + pos: 48.5,26.5 parent: 2 - - uid: 39129 + - uid: 34696 components: - type: Transform - pos: 67.5,24.5 + pos: 48.5,25.5 parent: 2 - - uid: 39130 + - uid: 34697 components: - type: Transform - pos: 68.5,23.5 + pos: 49.5,25.5 parent: 2 - - uid: 39131 + - uid: 34698 components: - type: Transform - pos: 68.5,24.5 + pos: 50.5,25.5 parent: 2 - - uid: 39132 + - uid: 34704 components: - type: Transform - pos: 69.5,23.5 + pos: 25.5,8.5 parent: 2 - - uid: 39133 + - uid: 34705 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,18.5 + pos: 25.5,9.5 parent: 2 - - uid: 39134 + - uid: 34706 components: - type: Transform - pos: 52.5,17.5 + pos: 25.5,10.5 parent: 2 - - uid: 39135 + - uid: 34707 components: - type: Transform - pos: 52.5,16.5 + pos: 25.5,10.5 parent: 2 - - uid: 39136 + - uid: 34708 components: - type: Transform - pos: 55.5,22.5 + pos: 26.5,10.5 parent: 2 - - uid: 39137 + - uid: 34713 components: - type: Transform - pos: 55.5,21.5 + pos: 37.5,16.5 parent: 2 - - uid: 39138 + - uid: 34714 components: - type: Transform - pos: 55.5,20.5 + pos: 37.5,17.5 parent: 2 - - uid: 39139 + - uid: 34717 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,21.5 + pos: 43.5,13.5 parent: 2 - - uid: 39140 + - uid: 34718 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,22.5 + pos: 27.5,10.5 parent: 2 - - uid: 39142 + - uid: 34719 components: - type: Transform - pos: 54.5,14.5 + pos: 37.5,21.5 parent: 2 - - uid: 39143 + - uid: 34720 components: - type: Transform - pos: 54.5,13.5 + pos: 38.5,21.5 parent: 2 - - uid: 39144 + - uid: 34721 components: - type: Transform - pos: 54.5,12.5 + pos: 28.5,10.5 parent: 2 - - uid: 39145 + - uid: 34722 components: - type: Transform - pos: 55.5,14.5 + pos: 29.5,10.5 parent: 2 - - uid: 39146 + - uid: 34723 components: - type: Transform - pos: 55.5,13.5 + pos: 30.5,10.5 parent: 2 - - uid: 39147 + - uid: 34724 components: - type: Transform - pos: 55.5,12.5 + pos: 39.5,21.5 parent: 2 - - uid: 39148 + - uid: 34725 components: - type: Transform - pos: 56.5,13.5 + pos: 31.5,10.5 parent: 2 - - uid: 39149 + - uid: 34726 components: - type: Transform - pos: 56.5,14.5 + pos: 32.5,10.5 parent: 2 - - uid: 39272 + - uid: 34727 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-25.5 + pos: 33.5,10.5 parent: 2 - - uid: 39273 + - uid: 34728 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-26.5 + pos: 40.5,21.5 parent: 2 - - uid: 39274 + - uid: 34731 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-27.5 + pos: -30.5,-10.5 parent: 2 - - uid: 39275 + - uid: 34732 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-25.5 + pos: -29.5,-10.5 parent: 2 - - uid: 39276 + - uid: 34733 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-26.5 + pos: -28.5,-10.5 parent: 2 - - uid: 39277 + - uid: 34734 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-27.5 + pos: -27.5,-10.5 parent: 2 - - uid: 39278 + - uid: 34735 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-25.5 + pos: -27.5,-11.5 parent: 2 - - uid: 39279 + - uid: 34736 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-26.5 + pos: -27.5,-12.5 parent: 2 - - uid: 39280 + - uid: 34737 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-27.5 + pos: -27.5,-13.5 parent: 2 - - uid: 39281 + - uid: 34738 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-25.5 + pos: -27.5,-14.5 parent: 2 - - uid: 39282 + - uid: 34740 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-26.5 + pos: 19.5,48.5 parent: 2 - - uid: 39283 + - uid: 34742 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-27.5 + pos: 20.5,48.5 parent: 2 - - uid: 40007 + - uid: 34814 components: - type: Transform - pos: -40.5,32.5 + pos: -44.5,61.5 parent: 2 - - uid: 40008 + - uid: 34870 components: - type: Transform - pos: -39.5,33.5 + pos: 1.5,48.5 parent: 2 - - uid: 40009 + - uid: 34873 components: - type: Transform - pos: -39.5,32.5 + pos: 1.5,47.5 parent: 2 - - uid: 40010 + - uid: 34874 components: - type: Transform - pos: -38.5,33.5 + pos: 1.5,46.5 parent: 2 - - uid: 40011 + - uid: 34875 components: - type: Transform - pos: -38.5,32.5 + pos: 1.5,45.5 parent: 2 - - uid: 40016 + - uid: 35795 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,36.5 + pos: 26.5,42.5 parent: 2 - - uid: 40018 + - uid: 35861 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,36.5 + pos: 25.5,41.5 parent: 2 - - uid: 40019 + - uid: 35862 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,36.5 + pos: 26.5,41.5 parent: 2 -- proto: CarpetBlue - entities: - - uid: 850 + - uid: 35935 components: - type: Transform - pos: -3.5,-31.5 + pos: 34.5,40.5 parent: 2 - - uid: 1071 + - uid: 35937 components: - type: Transform - pos: 21.5,49.5 + pos: 34.5,34.5 parent: 2 - - uid: 1338 + - uid: 36088 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-25.5 + pos: 25.5,43.5 parent: 2 - - uid: 1360 + - uid: 36123 components: - type: Transform - pos: -2.5,-33.5 + pos: -18.5,-32.5 parent: 2 - - uid: 1836 + - uid: 36136 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-41.5 + pos: -18.5,-33.5 parent: 2 - - uid: 1857 + - uid: 36137 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,-42.5 + pos: -17.5,-33.5 parent: 2 - - uid: 1896 + - uid: 36138 components: - type: Transform - pos: 6.5,29.5 + pos: -16.5,-33.5 parent: 2 - - uid: 1897 + - uid: 36379 components: - type: Transform - pos: 6.5,28.5 + pos: 44.5,13.5 parent: 2 - - uid: 1953 + - uid: 36381 components: - type: Transform - pos: 12.5,28.5 + pos: -15.5,-33.5 parent: 2 - - uid: 1954 + - uid: 36382 components: - type: Transform - pos: 11.5,28.5 + pos: -14.5,-33.5 parent: 2 - - uid: 1955 + - uid: 36383 components: - type: Transform - pos: 11.5,29.5 + pos: -13.5,-33.5 parent: 2 - - uid: 1957 + - uid: 36384 components: - type: Transform - pos: 12.5,29.5 + pos: -12.5,-33.5 parent: 2 - - uid: 1959 + - uid: 36385 components: - type: Transform - pos: 13.5,29.5 + pos: -12.5,-32.5 parent: 2 - - uid: 1960 + - uid: 36386 components: - type: Transform - pos: 13.5,28.5 + pos: -12.5,-31.5 parent: 2 - - uid: 1968 + - uid: 36421 components: - type: Transform - pos: 7.5,28.5 + pos: 23.5,25.5 parent: 2 - - uid: 1969 + - uid: 36422 components: - type: Transform - pos: 7.5,29.5 + pos: 24.5,25.5 parent: 2 - - uid: 1970 + - uid: 36423 components: - type: Transform - pos: 8.5,29.5 + pos: 24.5,25.5 parent: 2 - - uid: 1971 + - uid: 36424 components: - type: Transform - pos: 8.5,28.5 + pos: 24.5,26.5 parent: 2 - - uid: 1972 + - uid: 36425 components: - type: Transform - pos: 5.5,28.5 + pos: 24.5,27.5 parent: 2 - - uid: 1973 + - uid: 36426 components: - type: Transform - pos: 5.5,29.5 + pos: 24.5,28.5 parent: 2 - - uid: 2028 + - uid: 36427 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-29.5 + pos: 24.5,29.5 parent: 2 - - uid: 2030 + - uid: 36428 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-29.5 + pos: 24.5,30.5 parent: 2 - - uid: 2063 + - uid: 36429 components: - type: Transform - pos: -3.5,-33.5 + pos: 24.5,31.5 parent: 2 - - uid: 2269 + - uid: 36430 components: - type: Transform - pos: -4.5,-33.5 + pos: 24.5,32.5 parent: 2 - - uid: 2274 + - uid: 36431 components: - type: Transform - pos: -3.5,-32.5 + pos: 24.5,33.5 parent: 2 - - uid: 2283 + - uid: 36432 components: - type: Transform - pos: -2.5,-32.5 + pos: 24.5,33.5 parent: 2 - - uid: 2974 + - uid: 36433 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-25.5 + pos: 23.5,33.5 parent: 2 - - uid: 2975 + - uid: 36434 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-25.5 + pos: 22.5,33.5 parent: 2 - - uid: 3335 + - uid: 36435 components: - type: Transform - pos: 19.5,38.5 + pos: 21.5,33.5 parent: 2 - - uid: 5736 + - uid: 36436 components: - type: Transform - pos: 22.5,48.5 + pos: 20.5,33.5 parent: 2 - - uid: 9141 + - uid: 36437 components: - type: Transform - pos: -2.5,-31.5 + pos: 19.5,33.5 parent: 2 - - uid: 9217 + - uid: 36438 components: - type: Transform - pos: -4.5,-32.5 + pos: 18.5,33.5 parent: 2 - - uid: 9482 + - uid: 36439 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,50.5 + pos: 17.5,33.5 parent: 2 - - uid: 9536 + - uid: 36440 components: - type: Transform - pos: -4.5,-31.5 + pos: 16.5,33.5 parent: 2 - - uid: 10221 + - uid: 36441 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,49.5 + pos: 15.5,33.5 parent: 2 - - uid: 10984 + - uid: 36442 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,50.5 + pos: 14.5,33.5 parent: 2 - - uid: 11402 + - uid: 36443 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-29.5 + pos: 13.5,33.5 parent: 2 - - uid: 12215 + - uid: 36444 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-42.5 + pos: 12.5,33.5 parent: 2 - - uid: 12243 + - uid: 36445 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-42.5 + pos: 11.5,33.5 parent: 2 - - uid: 12244 + - uid: 36446 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-42.5 + pos: 10.5,33.5 parent: 2 - - uid: 12308 + - uid: 36447 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-41.5 + pos: 9.5,33.5 parent: 2 - - uid: 12976 + - uid: 36448 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-41.5 + pos: 8.5,33.5 parent: 2 - - uid: 12977 + - uid: 36741 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-41.5 + pos: 17.5,-30.5 parent: 2 - - uid: 13102 + - uid: 36742 components: - type: Transform - pos: 5.5,-32.5 + pos: 17.5,-29.5 parent: 2 - - uid: 13103 + - uid: 36757 components: - type: Transform - pos: 5.5,-33.5 + pos: 9.5,8.5 parent: 2 - - uid: 13104 + - uid: 36762 components: - type: Transform - pos: 6.5,-32.5 + pos: 17.5,-28.5 parent: 2 - - uid: 13105 + - uid: 36775 components: - type: Transform - pos: 6.5,-33.5 + pos: 17.5,-27.5 parent: 2 - - uid: 13106 + - uid: 36776 components: - type: Transform - pos: 7.5,-33.5 + pos: 16.5,-27.5 parent: 2 - - uid: 13107 + - uid: 37195 components: - type: Transform - pos: 7.5,-32.5 + pos: 5.5,46.5 parent: 2 - - uid: 13108 + - uid: 37219 components: - type: Transform - pos: 4.5,-32.5 + pos: 34.5,35.5 parent: 2 - - uid: 13109 + - uid: 37224 components: - type: Transform - pos: 4.5,-33.5 + pos: 32.5,46.5 parent: 2 - - uid: 13987 + - uid: 37240 components: - type: Transform - pos: 23.5,49.5 + pos: -13.5,2.5 parent: 2 - - uid: 14144 + - uid: 37241 components: - type: Transform - pos: 10.5,49.5 + pos: -12.5,2.5 parent: 2 - - uid: 14145 + - uid: 37242 components: - type: Transform - pos: 10.5,48.5 + pos: -11.5,2.5 parent: 2 - - uid: 14146 + - uid: 37423 components: - type: Transform - pos: 10.5,47.5 + pos: 32.5,44.5 parent: 2 - - uid: 14147 + - uid: 37445 components: - type: Transform - pos: 10.5,46.5 + pos: 32.5,45.5 parent: 2 - - uid: 14148 + - uid: 37464 components: - type: Transform - pos: 11.5,49.5 + pos: 34.5,36.5 parent: 2 - - uid: 14149 + - uid: 37683 components: - type: Transform - pos: 11.5,48.5 + pos: -32.5,7.5 parent: 2 - - uid: 14150 + - uid: 37699 components: - type: Transform - pos: 11.5,47.5 + pos: -33.5,10.5 parent: 2 - - uid: 14151 + - uid: 37754 components: - type: Transform - pos: 11.5,46.5 + pos: 98.5,-24.5 parent: 2 - - uid: 14152 + - uid: 37755 components: - type: Transform - pos: 12.5,49.5 + pos: 99.5,-24.5 parent: 2 - - uid: 14153 + - uid: 37756 components: - type: Transform - pos: 12.5,48.5 + pos: 100.5,-24.5 parent: 2 - - uid: 14154 + - uid: 37757 components: - type: Transform - pos: 12.5,47.5 + pos: 101.5,-24.5 parent: 2 - - uid: 14155 + - uid: 37758 components: - type: Transform - pos: 12.5,46.5 + pos: 102.5,-24.5 parent: 2 - - uid: 14156 + - uid: 37759 components: - type: Transform - pos: 13.5,49.5 + pos: 103.5,-24.5 parent: 2 - - uid: 14157 + - uid: 37760 components: - type: Transform - pos: 13.5,48.5 + pos: 104.5,-24.5 parent: 2 - - uid: 14158 + - uid: 37761 components: - type: Transform - pos: 13.5,47.5 + pos: 105.5,-24.5 parent: 2 - - uid: 14159 + - uid: 37762 components: - type: Transform - pos: 13.5,46.5 + pos: 106.5,-24.5 parent: 2 - - uid: 14161 + - uid: 37763 components: - type: Transform - pos: 14.5,48.5 + pos: 107.5,-24.5 parent: 2 - - uid: 14162 + - uid: 37764 components: - type: Transform - pos: 14.5,47.5 + pos: 108.5,-24.5 parent: 2 - - uid: 14163 + - uid: 37765 components: - type: Transform - pos: 14.5,46.5 + pos: 109.5,-24.5 parent: 2 - - uid: 14227 + - uid: 37766 components: - type: Transform - pos: 10.5,39.5 + pos: 109.5,-23.5 parent: 2 - - uid: 14228 + - uid: 37767 components: - type: Transform - pos: 10.5,38.5 + pos: 109.5,-22.5 parent: 2 - - uid: 14229 + - uid: 37768 components: - type: Transform - pos: 11.5,39.5 + pos: 109.5,-21.5 parent: 2 - - uid: 14230 + - uid: 37769 components: - type: Transform - pos: 11.5,38.5 + pos: 109.5,-20.5 parent: 2 - - uid: 14231 + - uid: 37770 components: - type: Transform - pos: 12.5,39.5 + pos: 109.5,-19.5 parent: 2 - - uid: 14232 + - uid: 37771 components: - type: Transform - pos: 12.5,38.5 + pos: 109.5,-18.5 parent: 2 - - uid: 14233 + - uid: 37772 components: - type: Transform - pos: 13.5,39.5 + pos: 109.5,-17.5 parent: 2 - - uid: 14234 + - uid: 37773 components: - type: Transform - pos: 13.5,38.5 + pos: 109.5,-16.5 parent: 2 - - uid: 14235 + - uid: 37774 components: - type: Transform - pos: 5.5,40.5 + pos: 109.5,-15.5 parent: 2 - - uid: 14236 + - uid: 37775 components: - type: Transform - pos: 5.5,39.5 + pos: 109.5,-14.5 parent: 2 - - uid: 14237 + - uid: 37776 components: - type: Transform - pos: 5.5,38.5 + pos: 109.5,-13.5 parent: 2 - - uid: 14238 + - uid: 37777 components: - type: Transform - pos: 5.5,37.5 + pos: 109.5,-12.5 parent: 2 - - uid: 14239 + - uid: 37778 components: - type: Transform - pos: 6.5,40.5 + pos: 109.5,-11.5 parent: 2 - - uid: 14240 + - uid: 37779 components: - type: Transform - pos: 6.5,39.5 + pos: 109.5,-10.5 parent: 2 - - uid: 14241 + - uid: 37780 components: - type: Transform - pos: 6.5,38.5 + pos: 109.5,-9.5 parent: 2 - - uid: 14242 + - uid: 37781 components: - type: Transform - pos: 6.5,37.5 + pos: 109.5,-8.5 parent: 2 - - uid: 14243 + - uid: 37782 components: - type: Transform - pos: 17.5,38.5 + pos: 108.5,-8.5 parent: 2 - - uid: 14244 + - uid: 37783 components: - type: Transform - pos: 17.5,37.5 + pos: 107.5,-8.5 parent: 2 - - uid: 14249 + - uid: 37784 components: - type: Transform - pos: 18.5,38.5 + pos: 106.5,-8.5 parent: 2 - - uid: 14250 + - uid: 37785 components: - type: Transform - pos: 18.5,37.5 + pos: 105.5,-8.5 parent: 2 - - uid: 14252 + - uid: 37786 components: - type: Transform - pos: 19.5,37.5 + pos: 104.5,-8.5 parent: 2 - - uid: 15114 + - uid: 37787 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,49.5 + pos: 103.5,-8.5 parent: 2 - - uid: 15121 + - uid: 37788 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,49.5 + pos: 102.5,-8.5 parent: 2 - - uid: 17311 + - uid: 37789 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,49.5 + pos: 101.5,-8.5 parent: 2 - - uid: 20806 + - uid: 37790 components: - type: Transform - pos: 23.5,48.5 + pos: 100.5,-8.5 parent: 2 - - uid: 23245 + - uid: 37791 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-42.5 + pos: 99.5,-8.5 parent: 2 - - uid: 23316 + - uid: 37792 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-41.5 + pos: 98.5,-8.5 parent: 2 - - uid: 23317 + - uid: 37793 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-41.5 + pos: 97.5,-8.5 parent: 2 - - uid: 23318 + - uid: 37794 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-42.5 + pos: 96.5,-8.5 parent: 2 - - uid: 23319 + - uid: 37795 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-41.5 + pos: 95.5,-8.5 parent: 2 - - uid: 23320 + - uid: 37796 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-42.5 + pos: 94.5,-8.5 parent: 2 - - uid: 23324 + - uid: 37797 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-42.5 + pos: 93.5,-8.5 parent: 2 - - uid: 23325 + - uid: 37798 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-41.5 + pos: 93.5,-9.5 parent: 2 - - uid: 25797 + - uid: 37799 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,50.5 + pos: 93.5,-10.5 parent: 2 - - uid: 25844 + - uid: 37988 components: - type: Transform - pos: 22.5,49.5 + pos: 87.5,-12.5 parent: 2 - - uid: 25845 + - uid: 37989 components: - type: Transform - pos: 21.5,48.5 + pos: 87.5,-13.5 parent: 2 -- proto: CarpetGreen - entities: - - uid: 568 + - uid: 37990 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 89.5,17.5 + pos: 87.5,-19.5 parent: 2 - - uid: 3605 + - uid: 37991 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-9.5 + pos: 87.5,-20.5 parent: 2 - - uid: 12423 + - uid: 38068 components: - type: Transform - pos: 12.5,-14.5 + pos: -77.5,18.5 parent: 2 - - uid: 13818 + - uid: 38069 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 90.5,16.5 + pos: -77.5,16.5 parent: 2 - - uid: 13820 + - uid: 38070 components: - type: Transform - pos: 11.5,-14.5 + pos: -77.5,17.5 parent: 2 - - uid: 14455 + - uid: 38072 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-10.5 + pos: -76.5,16.5 parent: 2 - - uid: 17391 + - uid: 38382 components: - type: Transform - pos: 11.5,-13.5 + pos: -2.5,35.5 parent: 2 - - uid: 19082 + - uid: 38650 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-10.5 + pos: 1.5,35.5 parent: 2 - - uid: 19407 + - uid: 38651 components: - type: Transform - pos: -61.5,-2.5 + pos: 1.5,32.5 parent: 2 - - uid: 21097 + - uid: 38698 components: - type: Transform - pos: -60.5,-2.5 + pos: 0.5,30.5 parent: 2 - - uid: 21101 + - uid: 38699 components: - type: Transform - pos: -61.5,-3.5 + pos: 1.5,31.5 parent: 2 - - uid: 22966 + - uid: 38700 components: - type: Transform - pos: -60.5,-3.5 + pos: 1.5,36.5 parent: 2 - - uid: 22967 + - uid: 38701 components: - type: Transform - pos: -59.5,-2.5 + pos: -2.5,36.5 parent: 2 - - uid: 22968 + - uid: 38801 components: - type: Transform - pos: -59.5,-3.5 + pos: -46.5,41.5 parent: 2 - - uid: 22969 + - uid: 38816 components: - type: Transform - pos: -58.5,-2.5 + pos: 24.5,43.5 parent: 2 - - uid: 22970 + - uid: 38821 components: - type: Transform - pos: -58.5,-3.5 + pos: 19.5,43.5 parent: 2 - - uid: 23488 + - uid: 38825 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 90.5,18.5 + pos: 22.5,43.5 parent: 2 - - uid: 28808 + - uid: 38826 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-9.5 + pos: 21.5,43.5 parent: 2 - - uid: 29307 + - uid: 38852 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 89.5,18.5 + pos: -2.5,32.5 parent: 2 - - uid: 29606 + - uid: 38853 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-10.5 + pos: 1.5,38.5 parent: 2 - - uid: 29997 + - uid: 38854 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 89.5,16.5 + pos: -2.5,33.5 parent: 2 - - uid: 30008 + - uid: 38856 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 90.5,17.5 + pos: -1.5,30.5 parent: 2 - - uid: 30445 + - uid: 38858 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-13.5 + pos: 1.5,34.5 parent: 2 - - uid: 30447 + - uid: 38913 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-13.5 + pos: 10.5,-42.5 parent: 2 - - uid: 30453 + - uid: 38914 components: - type: Transform - pos: 13.5,-14.5 + pos: 10.5,-41.5 parent: 2 - - uid: 30561 + - uid: 38915 components: - type: Transform - pos: -47.5,-4.5 + pos: 10.5,-40.5 parent: 2 - - uid: 30563 + - uid: 38916 components: - type: Transform - pos: -46.5,-4.5 + pos: 10.5,-39.5 parent: 2 - - uid: 30565 + - uid: 38921 components: - type: Transform - pos: -45.5,-4.5 + pos: 9.5,-39.5 parent: 2 - - uid: 30567 + - uid: 39241 components: - type: Transform - pos: -47.5,1.5 + pos: 83.5,-22.5 parent: 2 - - uid: 30568 + - uid: 39242 components: - type: Transform - pos: -47.5,-3.5 + pos: 82.5,-22.5 parent: 2 - - uid: 30569 + - uid: 39243 components: - type: Transform - pos: -47.5,0.5 + pos: 84.5,-22.5 parent: 2 - - uid: 30570 + - uid: 39245 components: - type: Transform - pos: -47.5,-2.5 + pos: -54.5,-32.5 parent: 2 - - uid: 30571 + - uid: 39246 components: - type: Transform - pos: -47.5,-0.5 + pos: -53.5,-32.5 parent: 2 - - uid: 30572 + - uid: 39247 components: - type: Transform - pos: -47.5,-1.5 + pos: -52.5,-32.5 parent: 2 - - uid: 30578 + - uid: 39248 components: - type: Transform - pos: -46.5,-3.5 + pos: -51.5,-32.5 parent: 2 - - uid: 30579 + - uid: 39249 components: - type: Transform - pos: -46.5,-2.5 + pos: -38.5,-31.5 parent: 2 - - uid: 30580 + - uid: 39250 components: - type: Transform - pos: -46.5,-1.5 + pos: -38.5,-30.5 parent: 2 - - uid: 30581 + - uid: 39256 components: - type: Transform - pos: -46.5,-0.5 + pos: 82.5,-10.5 parent: 2 - - uid: 30582 + - uid: 39257 components: - type: Transform - pos: -46.5,0.5 + pos: 83.5,-10.5 parent: 2 - - uid: 30583 + - uid: 39258 components: - type: Transform - pos: -46.5,1.5 + pos: 84.5,-10.5 parent: 2 - - uid: 30589 + - uid: 39372 components: - type: Transform - pos: -45.5,-3.5 + pos: -50.5,-32.5 parent: 2 - - uid: 30590 + - uid: 39373 components: - type: Transform - pos: -45.5,-2.5 + pos: -49.5,-32.5 parent: 2 - - uid: 30591 + - uid: 39374 components: - type: Transform - pos: -45.5,-1.5 + pos: -48.5,-32.5 parent: 2 - - uid: 30592 + - uid: 39375 components: - type: Transform - pos: -45.5,-0.5 + pos: -47.5,-32.5 parent: 2 - - uid: 30593 + - uid: 39376 components: - type: Transform - pos: -45.5,0.5 + pos: -46.5,-32.5 parent: 2 - - uid: 30594 + - uid: 39377 components: - type: Transform - pos: -45.5,1.5 + pos: -45.5,-32.5 parent: 2 - - uid: 30623 + - uid: 39378 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-9.5 + pos: -44.5,-32.5 parent: 2 - - uid: 30661 + - uid: 39379 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-11.5 + pos: -43.5,-32.5 parent: 2 - - uid: 30662 + - uid: 39380 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-12.5 + pos: -42.5,-32.5 parent: 2 - - uid: 30663 + - uid: 39381 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-11.5 + pos: -41.5,-32.5 parent: 2 - - uid: 30664 + - uid: 39382 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-12.5 + pos: -40.5,-32.5 parent: 2 - - uid: 30665 + - uid: 39383 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-11.5 + pos: -39.5,-32.5 parent: 2 - - uid: 30666 + - uid: 39384 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-12.5 + pos: -38.5,-32.5 parent: 2 -- proto: CarpetOrange - entities: - - uid: 421 + - uid: 39908 components: - type: Transform - pos: -49.5,17.5 + pos: 97.5,-22.5 parent: 2 - - uid: 3680 + - uid: 39909 components: - type: Transform - pos: -50.5,25.5 + pos: 105.5,-23.5 parent: 2 - - uid: 3755 + - uid: 39910 components: - type: Transform - pos: -49.5,23.5 + pos: 105.5,-22.5 parent: 2 - - uid: 3758 + - uid: 40357 components: - type: Transform - pos: -48.5,23.5 + pos: -1.5,55.5 parent: 2 - - uid: 3787 + - uid: 40358 components: - type: Transform - pos: -48.5,24.5 + pos: -1.5,54.5 parent: 2 - - uid: 3788 + - uid: 40359 components: - type: Transform - pos: -48.5,25.5 + pos: -1.5,52.5 parent: 2 - - uid: 6585 + - uid: 40360 components: - type: Transform - pos: -28.5,-24.5 + pos: -1.5,51.5 parent: 2 - - uid: 6586 + - uid: 40361 components: - type: Transform - pos: -27.5,-24.5 + pos: -1.5,50.5 parent: 2 - - uid: 6587 + - uid: 40362 components: - type: Transform - pos: -26.5,-24.5 + pos: -1.5,49.5 parent: 2 - - uid: 6588 + - uid: 40363 components: - type: Transform - pos: -27.5,-18.5 + pos: -1.5,48.5 parent: 2 - - uid: 6589 + - uid: 40381 components: - type: Transform - pos: -26.5,-25.5 + pos: -53.5,43.5 parent: 2 - - uid: 6590 + - uid: 40382 components: - type: Transform - pos: -27.5,-25.5 + pos: -53.5,44.5 parent: 2 - - uid: 6591 + - uid: 40383 components: - type: Transform - pos: -28.5,-25.5 + pos: -53.5,45.5 parent: 2 - - uid: 6592 + - uid: 40384 components: - type: Transform - pos: -27.5,-19.5 + pos: -53.5,46.5 parent: 2 - - uid: 6593 + - uid: 40385 components: - type: Transform - pos: -27.5,-20.5 + pos: -53.5,47.5 parent: 2 - - uid: 6594 + - uid: 40386 components: - type: Transform - pos: -27.5,-21.5 + pos: -53.5,48.5 parent: 2 - - uid: 6595 + - uid: 40387 components: - type: Transform - pos: -26.5,-18.5 + pos: -53.5,49.5 parent: 2 - - uid: 6596 + - uid: 40388 components: - type: Transform - pos: -26.5,-19.5 + pos: -53.5,50.5 parent: 2 - - uid: 6597 + - uid: 40389 components: - type: Transform - pos: -26.5,-20.5 + pos: -53.5,51.5 parent: 2 - - uid: 6598 + - uid: 40390 components: - type: Transform - pos: -26.5,-21.5 + pos: -53.5,52.5 parent: 2 - - uid: 6599 + - uid: 40391 components: - type: Transform - pos: -25.5,-18.5 + pos: -53.5,53.5 parent: 2 - - uid: 6600 + - uid: 40392 components: - type: Transform - pos: -25.5,-19.5 + pos: -53.5,54.5 parent: 2 - - uid: 6601 + - uid: 40468 components: - type: Transform - pos: -25.5,-20.5 + pos: 63.5,-30.5 parent: 2 - - uid: 6602 + - uid: 40469 components: - type: Transform - pos: -25.5,-21.5 + pos: 64.5,-30.5 parent: 2 - - uid: 6603 + - uid: 40470 components: - type: Transform - pos: -24.5,-18.5 + pos: 65.5,-30.5 parent: 2 - - uid: 6604 + - uid: 40471 components: - type: Transform - pos: -24.5,-19.5 + pos: 66.5,-30.5 parent: 2 - - uid: 6605 + - uid: 40472 components: - type: Transform - pos: -24.5,-20.5 + pos: 67.5,-30.5 parent: 2 - - uid: 6606 + - uid: 40473 components: - type: Transform - pos: -24.5,-21.5 + pos: 68.5,-30.5 parent: 2 - - uid: 6640 + - uid: 40474 components: - type: Transform - pos: -10.5,-33.5 + pos: 69.5,-30.5 parent: 2 - - uid: 6642 + - uid: 40475 components: - type: Transform - pos: -12.5,-33.5 + pos: 70.5,-30.5 parent: 2 - - uid: 6643 + - uid: 40476 components: - type: Transform - pos: -12.5,-34.5 + pos: 70.5,-29.5 parent: 2 - - uid: 6644 + - uid: 40477 components: - type: Transform - pos: -11.5,-33.5 + pos: 70.5,-28.5 parent: 2 - - uid: 6645 + - uid: 40478 components: - type: Transform - pos: -11.5,-34.5 + pos: 70.5,-27.5 parent: 2 - - uid: 6647 + - uid: 40479 components: - type: Transform - pos: -10.5,-34.5 + pos: 70.5,-26.5 parent: 2 - - uid: 8748 + - uid: 40480 components: - type: Transform - pos: -49.5,25.5 + pos: 70.5,-25.5 parent: 2 - - uid: 8839 + - uid: 40549 components: - type: Transform - pos: -49.5,24.5 + pos: 3.5,45.5 parent: 2 - - uid: 8851 + - uid: 40550 components: - type: Transform - pos: -50.5,24.5 + pos: 3.5,44.5 parent: 2 - - uid: 8852 + - uid: 40694 components: - type: Transform - pos: -50.5,23.5 + pos: -42.5,71.5 parent: 2 - - uid: 8859 + - uid: 40771 components: - type: Transform - pos: -61.5,12.5 + pos: -13.5,71.5 parent: 2 - - uid: 8895 + - uid: 40772 components: - type: Transform - pos: -61.5,11.5 + pos: -14.5,71.5 parent: 2 - - uid: 8970 + - uid: 40773 components: - type: Transform - pos: -60.5,11.5 + pos: -15.5,71.5 parent: 2 - - uid: 9061 + - uid: 40774 components: - type: Transform - pos: -58.5,12.5 + pos: -16.5,71.5 parent: 2 - - uid: 9062 + - uid: 40775 components: - type: Transform - pos: -58.5,11.5 + pos: -17.5,71.5 parent: 2 - - uid: 9063 + - uid: 40776 components: - type: Transform - pos: -59.5,12.5 + pos: -18.5,71.5 parent: 2 - - uid: 10196 + - uid: 40777 components: - type: Transform - pos: -59.5,11.5 + pos: -18.5,70.5 parent: 2 - - uid: 10197 + - uid: 40778 components: - type: Transform - pos: -60.5,12.5 + pos: -18.5,69.5 parent: 2 - - uid: 17032 + - uid: 40779 components: - type: Transform - pos: -50.5,17.5 + pos: -18.5,68.5 parent: 2 - - uid: 19196 + - uid: 40780 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,25.5 + pos: -17.5,68.5 parent: 2 - - uid: 23445 + - uid: 40781 components: - type: Transform - pos: -50.5,16.5 + pos: -16.5,68.5 parent: 2 - - uid: 23608 + - uid: 40782 components: - type: Transform - pos: -49.5,16.5 + pos: -15.5,68.5 parent: 2 - - uid: 25632 + - uid: 40783 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,25.5 + pos: -14.5,68.5 parent: 2 - - uid: 25944 + - uid: 40784 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,26.5 + pos: -13.5,68.5 parent: 2 - - uid: 27344 + - uid: 40785 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,5.5 + pos: -12.5,68.5 parent: 2 - - uid: 27633 + - uid: 40786 components: - type: Transform - pos: -48.5,16.5 + pos: -12.5,69.5 parent: 2 - - uid: 27667 + - uid: 40874 components: - type: Transform - pos: -48.5,17.5 + pos: -37.5,62.5 parent: 2 - - uid: 27902 + - uid: 40875 components: - type: Transform - pos: -47.5,16.5 + pos: -37.5,61.5 parent: 2 - - uid: 30234 + - uid: 40876 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,26.5 + pos: -38.5,61.5 parent: 2 - - uid: 30235 + - uid: 40877 components: - type: Transform - pos: -47.5,17.5 + pos: -39.5,61.5 parent: 2 - - uid: 30431 + - uid: 40878 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-13.5 + pos: -40.5,61.5 parent: 2 - - uid: 30432 + - uid: 40885 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-14.5 + pos: -36.5,64.5 parent: 2 - - uid: 30433 + - uid: 40886 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-13.5 + pos: -35.5,64.5 parent: 2 - - uid: 30434 + - uid: 40887 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-14.5 + pos: -34.5,64.5 parent: 2 - - uid: 30435 + - uid: 40888 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-13.5 + pos: -33.5,64.5 parent: 2 - - uid: 30436 + - uid: 40889 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-14.5 + pos: -32.5,64.5 parent: 2 - - uid: 30439 + - uid: 40890 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-13.5 + pos: -31.5,64.5 parent: 2 - - uid: 30440 + - uid: 40891 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-14.5 + pos: -30.5,64.5 parent: 2 - - uid: 30441 + - uid: 40892 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-13.5 + pos: -29.5,64.5 parent: 2 - - uid: 30442 + - uid: 40893 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-14.5 + pos: -28.5,64.5 parent: 2 - - uid: 30443 + - uid: 40894 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-13.5 + pos: -27.5,64.5 parent: 2 - - uid: 30444 + - uid: 40895 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-14.5 + pos: -26.5,64.5 parent: 2 - - uid: 33930 + - uid: 40900 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,5.5 + pos: -25.5,60.5 parent: 2 - - uid: 33938 + - uid: 40901 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,5.5 + pos: -24.5,60.5 parent: 2 - - uid: 38103 + - uid: 40908 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,5.5 + pos: -25.5,71.5 parent: 2 - - uid: 38104 + - uid: 40909 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,5.5 + pos: -25.5,72.5 parent: 2 - - uid: 39291 + - uid: 40910 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-21.5 + pos: -25.5,73.5 parent: 2 - - uid: 39292 + - uid: 40911 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-20.5 + pos: -25.5,74.5 parent: 2 - - uid: 39293 + - uid: 40912 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-21.5 + pos: -25.5,75.5 parent: 2 - - uid: 39294 + - uid: 40913 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-20.5 + pos: -25.5,76.5 parent: 2 - - uid: 39295 + - uid: 40914 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-21.5 + pos: -25.5,77.5 parent: 2 - - uid: 39296 + - uid: 40915 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-20.5 + pos: -25.5,78.5 parent: 2 - - uid: 39297 + - uid: 40916 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-20.5 + pos: -25.5,79.5 parent: 2 - - uid: 39298 + - uid: 40917 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-21.5 + pos: -25.5,80.5 parent: 2 -- proto: CarpetPurple - entities: - - uid: 2936 + - uid: 40920 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,26.5 + pos: -23.5,81.5 parent: 2 - - uid: 4528 + - uid: 40921 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,28.5 + pos: -22.5,81.5 parent: 2 - - uid: 5150 + - uid: 40922 components: - type: Transform - pos: 28.5,28.5 + pos: -21.5,81.5 parent: 2 - - uid: 5488 + - uid: 40923 components: - type: Transform - pos: 46.5,26.5 + pos: -20.5,81.5 parent: 2 - - uid: 5489 + - uid: 40924 components: - type: Transform - pos: 46.5,25.5 + pos: -19.5,81.5 parent: 2 - - uid: 5490 + - uid: 40925 components: - type: Transform - pos: 47.5,25.5 + pos: -18.5,81.5 parent: 2 - - uid: 5491 + - uid: 40926 components: - type: Transform - pos: 47.5,26.5 + pos: -18.5,82.5 parent: 2 - - uid: 5492 + - uid: 40927 components: - type: Transform - pos: 48.5,26.5 + pos: -18.5,83.5 parent: 2 - - uid: 5493 + - uid: 40947 components: - type: Transform - pos: 48.5,25.5 + pos: -24.5,81.5 parent: 2 - - uid: 5494 + - uid: 40948 components: - type: Transform - pos: 48.5,24.5 + pos: -25.5,81.5 parent: 2 - - uid: 5495 + - uid: 40983 components: - type: Transform - pos: 47.5,24.5 + pos: -17.5,82.5 parent: 2 - - uid: 5496 + - uid: 40984 components: - type: Transform - pos: 46.5,24.5 + pos: -16.5,82.5 parent: 2 - - uid: 5497 + - uid: 40985 components: - type: Transform - pos: 45.5,24.5 + pos: -15.5,82.5 parent: 2 - - uid: 5498 + - uid: 40986 components: - type: Transform - pos: 45.5,25.5 + pos: -14.5,82.5 parent: 2 - - uid: 5499 + - uid: 40987 components: - type: Transform - pos: 45.5,26.5 + pos: -13.5,82.5 parent: 2 - - uid: 5500 + - uid: 40988 components: - type: Transform - pos: 43.5,24.5 + pos: -12.5,82.5 parent: 2 - - uid: 5501 + - uid: 40989 components: - type: Transform - pos: 42.5,24.5 + pos: -11.5,82.5 parent: 2 - - uid: 5502 + - uid: 40990 components: - type: Transform - pos: 42.5,25.5 + pos: -11.5,83.5 parent: 2 - - uid: 5503 + - uid: 40991 components: - type: Transform - pos: 43.5,25.5 + pos: -11.5,84.5 parent: 2 - - uid: 5504 + - uid: 40992 components: - type: Transform - pos: 44.5,25.5 + pos: -11.5,85.5 parent: 2 - - uid: 5505 + - uid: 40993 components: - type: Transform - pos: 44.5,24.5 + pos: -10.5,85.5 parent: 2 - - uid: 5583 + - uid: 40994 components: - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,29.5 + pos: -9.5,85.5 parent: 2 - - uid: 5584 + - uid: 40995 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,29.5 + pos: -8.5,85.5 parent: 2 - - uid: 5588 + - uid: 40996 components: - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,28.5 + pos: -7.5,85.5 parent: 2 - - uid: 5593 + - uid: 40997 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,27.5 + pos: -6.5,85.5 parent: 2 - - uid: 5594 + - uid: 40998 components: - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,27.5 + pos: -5.5,85.5 parent: 2 - - uid: 5598 + - uid: 40999 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,29.5 + pos: -4.5,85.5 parent: 2 - - uid: 5599 + - uid: 41000 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,28.5 + pos: -3.5,85.5 parent: 2 - - uid: 5600 + - uid: 41001 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,27.5 + pos: -2.5,85.5 parent: 2 - - uid: 5601 + - uid: 41002 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,26.5 + pos: -1.5,85.5 parent: 2 - - uid: 5602 + - uid: 41074 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,29.5 + pos: -24.5,69.5 parent: 2 - - uid: 5603 + - uid: 41075 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,28.5 + pos: -24.5,68.5 parent: 2 - - uid: 5604 + - uid: 41076 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,27.5 + pos: -24.5,67.5 parent: 2 - - uid: 5605 + - uid: 41077 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,26.5 + pos: -24.5,66.5 parent: 2 - - uid: 5606 + - uid: 41078 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,29.5 + pos: -24.5,65.5 parent: 2 - - uid: 5607 + - uid: 41079 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,28.5 + pos: -24.5,64.5 parent: 2 - - uid: 5608 + - uid: 41080 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,27.5 + pos: -24.5,63.5 parent: 2 - - uid: 5610 + - uid: 41081 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,29.5 + pos: -24.5,62.5 parent: 2 - - uid: 5611 + - uid: 41082 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,28.5 + pos: -24.5,61.5 parent: 2 - - uid: 5612 + - uid: 41083 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,27.5 + pos: -23.5,60.5 parent: 2 - - uid: 5613 + - uid: 41084 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,26.5 + pos: -22.5,60.5 parent: 2 - - uid: 5614 + - uid: 41085 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,26.5 + pos: -21.5,60.5 parent: 2 - - uid: 5615 + - uid: 41086 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,27.5 + pos: -20.5,60.5 parent: 2 - - uid: 5616 + - uid: 41087 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,28.5 + pos: -24.5,70.5 parent: 2 - - uid: 5617 + - uid: 41088 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,29.5 + pos: -23.5,70.5 parent: 2 - - uid: 5618 + - uid: 41089 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,30.5 + pos: -22.5,70.5 parent: 2 - - uid: 5619 + - uid: 41090 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,30.5 + pos: -21.5,70.5 parent: 2 - - uid: 5620 + - uid: 41091 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,30.5 + pos: -20.5,70.5 parent: 2 - - uid: 5664 + - uid: 41102 components: - type: Transform - pos: 29.5,23.5 + pos: -25.5,59.5 parent: 2 - - uid: 5665 + - uid: 41428 components: - type: Transform - pos: 28.5,23.5 + pos: -34.5,75.5 parent: 2 - - uid: 5666 + - uid: 41449 components: - type: Transform - pos: 27.5,23.5 + pos: -45.5,74.5 parent: 2 - - uid: 17858 + - uid: 41450 components: - type: Transform - pos: 29.5,28.5 + pos: -44.5,74.5 parent: 2 - - uid: 17868 + - uid: 41451 components: - type: Transform - pos: 28.5,27.5 + pos: -43.5,74.5 parent: 2 - - uid: 22422 + - uid: 41452 components: - type: Transform - pos: 29.5,27.5 + pos: -42.5,74.5 parent: 2 - - uid: 22423 + - uid: 41453 components: - type: Transform - pos: 30.5,28.5 + pos: -41.5,74.5 parent: 2 - - uid: 22424 + - uid: 41454 components: - type: Transform - pos: 30.5,27.5 + pos: -40.5,74.5 parent: 2 - - uid: 22425 + - uid: 41455 components: - type: Transform - pos: 28.5,29.5 + pos: -39.5,74.5 parent: 2 - - uid: 22426 + - uid: 41456 components: - type: Transform - pos: 29.5,29.5 + pos: -38.5,74.5 parent: 2 - - uid: 22427 + - uid: 41457 components: - type: Transform - pos: 30.5,29.5 + pos: -37.5,74.5 parent: 2 - - uid: 22428 + - uid: 41458 components: - type: Transform - pos: 36.5,25.5 + pos: -36.5,74.5 parent: 2 - - uid: 22429 + - uid: 41459 components: - type: Transform - pos: 36.5,25.5 + pos: -35.5,74.5 parent: 2 - - uid: 22430 + - uid: 41460 components: - type: Transform - pos: 36.5,24.5 + pos: -34.5,74.5 parent: 2 - - uid: 22431 + - uid: 41461 components: - type: Transform - pos: 37.5,25.5 + pos: -34.5,76.5 parent: 2 - - uid: 22432 + - uid: 41462 components: - type: Transform - pos: 37.5,24.5 + pos: -34.5,77.5 parent: 2 - - uid: 22433 + - uid: 41463 components: - type: Transform - pos: 38.5,25.5 + pos: -34.5,78.5 parent: 2 - - uid: 22434 + - uid: 41464 components: - type: Transform - pos: 38.5,24.5 + pos: -34.5,79.5 parent: 2 - - uid: 22435 + - uid: 41465 components: - type: Transform - pos: 39.5,25.5 + pos: -34.5,80.5 parent: 2 - - uid: 22436 + - uid: 41466 components: - type: Transform - pos: 39.5,24.5 + pos: -34.5,81.5 parent: 2 -- proto: CarpetSBlue - entities: - - uid: 3507 + - uid: 41467 components: - type: Transform - pos: 13.5,10.5 + pos: -34.5,82.5 parent: 2 - - uid: 5989 + - uid: 41468 components: - type: Transform - pos: -2.5,7.5 + pos: -34.5,83.5 parent: 2 - - uid: 6144 + - uid: 41469 components: - type: Transform - pos: -2.5,6.5 + pos: -34.5,84.5 parent: 2 - - uid: 6351 + - uid: 41470 components: - type: Transform - pos: 4.5,-0.5 + pos: -34.5,85.5 parent: 2 - - uid: 6658 + - uid: 41471 components: - type: Transform - pos: 4.5,0.5 + pos: -34.5,86.5 parent: 2 - - uid: 6660 + - uid: 41472 components: - type: Transform - pos: -1.5,0.5 + pos: -34.5,87.5 parent: 2 - - uid: 6675 + - uid: 41473 components: - type: Transform - pos: -2.5,-2.5 + pos: -34.5,88.5 parent: 2 - - uid: 6678 + - uid: 41474 components: - type: Transform - pos: -2.5,0.5 + pos: -34.5,89.5 parent: 2 - - uid: 6683 + - uid: 41475 components: - type: Transform - pos: 4.5,-1.5 + pos: -34.5,90.5 parent: 2 - - uid: 6730 + - uid: 41476 components: - type: Transform - pos: 5.5,-1.5 + pos: -0.5,85.5 parent: 2 - - uid: 6788 + - uid: 41477 components: - type: Transform - pos: -2.5,-1.5 + pos: -0.5,84.5 parent: 2 - - uid: 6912 + - uid: 41478 components: - type: Transform - pos: -2.5,5.5 + pos: -0.5,83.5 parent: 2 - - uid: 6949 + - uid: 41479 components: - type: Transform - pos: -2.5,4.5 + pos: -0.5,82.5 parent: 2 - - uid: 6950 + - uid: 41480 components: - type: Transform - pos: -1.5,7.5 + pos: -0.5,81.5 parent: 2 - - uid: 6951 + - uid: 41481 components: - type: Transform - pos: 5.5,-2.5 + pos: -0.5,80.5 parent: 2 - - uid: 6958 + - uid: 41482 components: - type: Transform - pos: -1.5,6.5 + pos: -18.5,80.5 parent: 2 - - uid: 7081 + - uid: 41483 components: - type: Transform - pos: 4.5,-2.5 + pos: -17.5,80.5 parent: 2 - - uid: 7109 + - uid: 41484 components: - type: Transform - pos: -1.5,-2.5 + pos: -16.5,80.5 parent: 2 - - uid: 7130 + - uid: 41486 components: - type: Transform - pos: -2.5,-0.5 + pos: -21.5,80.5 parent: 2 - - uid: 7359 + - uid: 41487 components: - type: Transform - pos: -1.5,-1.5 + pos: -22.5,80.5 parent: 2 - - uid: 7361 + - uid: 41489 components: - type: Transform - pos: -1.5,5.5 + pos: -24.5,79.5 parent: 2 - - uid: 7562 + - uid: 41490 components: - type: Transform - pos: -1.5,4.5 + pos: -24.5,78.5 parent: 2 - - uid: 7922 + - uid: 41491 components: - type: Transform - pos: -1.5,-0.5 + pos: -19.5,80.5 parent: 2 - - uid: 8145 + - uid: 41492 components: - type: Transform - pos: 5.5,0.5 + pos: -19.5,79.5 parent: 2 - - uid: 8359 + - uid: 41493 components: - type: Transform - pos: 5.5,-0.5 + pos: -19.5,78.5 parent: 2 - - uid: 14418 + - uid: 41494 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-8.5 + pos: -19.5,77.5 parent: 2 - - uid: 15159 + - uid: 41495 components: - type: Transform - pos: 15.5,10.5 + pos: -19.5,76.5 parent: 2 - - uid: 20288 + - uid: 41496 components: - type: Transform - pos: 14.5,9.5 + pos: -19.5,75.5 parent: 2 - - uid: 20290 + - uid: 41497 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-9.5 + pos: -20.5,75.5 parent: 2 - - uid: 23270 + - uid: 41498 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-7.5 + pos: -21.5,75.5 parent: 2 - - uid: 23427 + - uid: 41499 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-6.5 + pos: -22.5,75.5 parent: 2 - - uid: 23676 + - uid: 41500 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-6.5 + pos: -23.5,75.5 parent: 2 - - uid: 23680 + - uid: 41501 components: - type: Transform - pos: 14.5,10.5 + pos: -24.5,75.5 parent: 2 - - uid: 25087 + - uid: 41502 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-8.5 + pos: -24.5,76.5 parent: 2 - - uid: 25090 + - uid: 41503 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-7.5 + pos: -28.5,58.5 parent: 2 - - uid: 25102 + - uid: 41504 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-9.5 + pos: -28.5,57.5 parent: 2 - - uid: 31774 + - uid: 41505 components: - type: Transform - pos: 14.5,11.5 + pos: -28.5,60.5 parent: 2 - - uid: 36770 + - uid: 41506 components: - type: Transform - pos: 21.5,6.5 + pos: -28.5,61.5 parent: 2 - - uid: 36771 + - uid: 41507 components: - type: Transform - pos: 22.5,6.5 + pos: -28.5,62.5 parent: 2 - - uid: 36772 + - uid: 41564 components: - type: Transform - pos: 23.5,6.5 + pos: -28.5,69.5 parent: 2 - - uid: 36773 + - uid: 41565 components: - type: Transform - pos: 24.5,6.5 + pos: -28.5,68.5 parent: 2 - - uid: 37982 + - uid: 41566 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,3.5 + pos: -28.5,72.5 parent: 2 - - uid: 37992 + - uid: 41567 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,2.5 + pos: -28.5,73.5 parent: 2 - - uid: 37994 + - uid: 41568 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,1.5 + pos: -28.5,74.5 parent: 2 - - uid: 37995 + - uid: 41569 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,3.5 + pos: -29.5,74.5 parent: 2 - - uid: 37996 + - uid: 41570 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,2.5 + pos: -30.5,74.5 parent: 2 - - uid: 37997 + - uid: 41571 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,1.5 + pos: -31.5,74.5 parent: 2 - - uid: 38081 + - uid: 41572 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,3.5 + pos: -32.5,74.5 parent: 2 - - uid: 38089 + - uid: 41573 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,2.5 + pos: -33.5,74.5 parent: 2 - - uid: 38090 + - uid: 41574 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,1.5 + pos: -28.5,67.5 parent: 2 -- proto: CartridgeAntiMateriel - entities: - - uid: 14194 + - uid: 41575 components: - type: Transform - parent: 13323 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 15225 + pos: -29.5,67.5 + parent: 2 + - uid: 41576 components: - type: Transform - parent: 13323 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 17751 + pos: -30.5,67.5 + parent: 2 + - uid: 41577 components: - type: Transform - parent: 13323 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 18097 + pos: -31.5,67.5 + parent: 2 + - uid: 41578 components: - type: Transform - parent: 13323 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 19937 + pos: -32.5,67.5 + parent: 2 + - uid: 41579 components: - type: Transform - parent: 13323 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 21004 + pos: -33.5,67.5 + parent: 2 + - uid: 41580 components: - type: Transform - parent: 13323 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 21108 + pos: -36.5,68.5 + parent: 2 + - uid: 41581 components: - type: Transform - parent: 13323 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 22401 + pos: -35.5,68.5 + parent: 2 + - uid: 41582 components: - type: Transform - parent: 13323 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 22563 + pos: -38.5,68.5 + parent: 2 + - uid: 41583 components: - type: Transform - parent: 13323 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 22722 + pos: -39.5,68.5 + parent: 2 + - uid: 41584 components: - type: Transform - parent: 13323 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: CartridgeRocket - entities: - - uid: 15714 + pos: -30.5,76.5 + parent: 2 + - uid: 41585 components: - type: Transform - pos: -22.327036,51.442375 + pos: -30.5,77.5 parent: 2 -- proto: CarvedPumpkin - entities: - - uid: 37596 + - uid: 41586 components: - type: Transform - pos: -42.425594,-21.113438 + pos: -30.5,78.5 parent: 2 -- proto: CarvedPumpkinLarge - entities: - - uid: 37599 + - uid: 41587 components: - type: Transform - pos: -27.533237,-37.419685 + pos: -30.5,79.5 parent: 2 -- proto: CarvedPumpkinSmall - entities: - - uid: 37597 + - uid: 41588 components: - type: Transform - pos: -43.01153,-21.816563 + pos: -30.5,80.5 parent: 2 - - uid: 37598 + - uid: 41589 components: - type: Transform - pos: -41.48028,-21.410313 + pos: -30.5,81.5 parent: 2 -- proto: Catwalk - entities: - - uid: 251 + - uid: 41590 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,0.5 + pos: -30.5,82.5 parent: 2 - - uid: 275 + - uid: 41591 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,1.5 + pos: -30.5,83.5 parent: 2 - - uid: 280 + - uid: 41592 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,0.5 + pos: -30.5,84.5 parent: 2 - - uid: 284 + - uid: 41593 components: - type: Transform - pos: -43.5,56.5 + pos: -30.5,85.5 parent: 2 - - uid: 301 + - uid: 41594 components: - type: Transform - pos: -46.5,64.5 + pos: -30.5,86.5 parent: 2 - - uid: 330 + - uid: 41595 components: - type: Transform - pos: -42.5,56.5 + pos: -30.5,87.5 parent: 2 - - uid: 580 + - uid: 41596 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,1.5 + pos: -30.5,88.5 parent: 2 - - uid: 585 + - uid: 41597 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,-15.5 + pos: -30.5,89.5 parent: 2 - - uid: 632 + - uid: 41598 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-4.5 + pos: -30.5,90.5 parent: 2 - - uid: 641 + - uid: 41599 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-4.5 + pos: -31.5,90.5 parent: 2 - - uid: 657 + - uid: 41600 components: - type: Transform - pos: -30.5,3.5 + pos: -32.5,90.5 parent: 2 - - uid: 660 + - uid: 41601 components: - type: Transform - pos: -32.5,17.5 + pos: -33.5,90.5 parent: 2 - - uid: 685 + - uid: 41617 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,-17.5 + pos: -24.5,73.5 parent: 2 - - uid: 687 + - uid: 41618 components: - type: Transform - pos: 38.5,14.5 + pos: -24.5,71.5 parent: 2 - - uid: 688 + - uid: 41619 components: - type: Transform - pos: 39.5,14.5 + pos: -19.5,60.5 parent: 2 - - uid: 730 + - uid: 41620 components: - type: Transform - pos: 39.5,15.5 + pos: -18.5,60.5 parent: 2 - - uid: 742 + - uid: 41621 components: - type: Transform - pos: -26.5,6.5 + pos: -17.5,60.5 parent: 2 - - uid: 827 + - uid: 41622 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-7.5 + pos: -16.5,60.5 parent: 2 - - uid: 1433 + - uid: 41623 components: - type: Transform - pos: 56.5,-30.5 + pos: -16.5,59.5 parent: 2 - - uid: 1460 + - uid: 41624 components: - type: Transform - pos: -77.5,19.5 + pos: -16.5,58.5 parent: 2 - - uid: 1461 + - uid: 41625 components: - type: Transform - pos: -76.5,19.5 + pos: -16.5,57.5 parent: 2 - - uid: 1478 + - uid: 41626 components: - type: Transform - pos: -78.5,19.5 + pos: -16.5,56.5 parent: 2 - - uid: 1545 + - uid: 41627 components: - type: Transform - pos: -55.5,-31.5 + pos: -16.5,55.5 parent: 2 - - uid: 1612 + - uid: 41628 components: - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,24.5 + pos: -16.5,54.5 parent: 2 - - uid: 1711 + - uid: 41629 components: - type: Transform - pos: -56.5,-31.5 + pos: -16.5,53.5 parent: 2 - - uid: 1712 + - uid: 41905 components: - type: Transform - pos: -61.5,-31.5 + pos: 1.5,55.5 parent: 2 - - uid: 1717 + - uid: 41906 components: - type: Transform - pos: -60.5,-31.5 + pos: 1.5,56.5 parent: 2 - - uid: 1718 + - uid: 41907 components: - type: Transform - pos: -59.5,-31.5 + pos: 1.5,57.5 parent: 2 - - uid: 1719 + - uid: 41908 components: - type: Transform - pos: -58.5,-31.5 + pos: 1.5,58.5 parent: 2 - - uid: 1735 + - uid: 41909 components: - type: Transform - pos: -57.5,-31.5 + pos: 1.5,59.5 parent: 2 - - uid: 1876 + - uid: 41910 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-29.5 + pos: 1.5,60.5 parent: 2 - - uid: 1877 + - uid: 41911 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-31.5 + pos: 1.5,61.5 parent: 2 - - uid: 1882 + - uid: 41912 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-30.5 + pos: 1.5,62.5 parent: 2 - - uid: 2036 + - uid: 41913 components: - type: Transform - pos: 52.5,36.5 + pos: 1.5,63.5 parent: 2 - - uid: 2075 + - uid: 41914 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-31.5 + pos: 1.5,64.5 parent: 2 - - uid: 2299 + - uid: 41915 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,6.5 + pos: 1.5,65.5 parent: 2 - - uid: 2346 + - uid: 41916 components: - type: Transform - pos: -46.5,56.5 + pos: 1.5,66.5 parent: 2 - - uid: 2518 + - uid: 41917 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 86.5,-17.5 + pos: 1.5,67.5 parent: 2 - - uid: 2570 + - uid: 41918 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-28.5 + pos: 1.5,68.5 parent: 2 - - uid: 2587 + - uid: 41919 components: - type: Transform - pos: -46.5,59.5 + pos: 1.5,69.5 parent: 2 - - uid: 2601 + - uid: 41920 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,26.5 + pos: 1.5,70.5 parent: 2 - - uid: 2671 + - uid: 41921 components: - type: Transform - pos: 5.5,44.5 + pos: 1.5,71.5 parent: 2 - - uid: 2713 + - uid: 41922 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,55.5 + pos: 1.5,72.5 parent: 2 - - uid: 2723 + - uid: 41923 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-28.5 + pos: 1.5,73.5 parent: 2 - - uid: 2772 + - uid: 41924 components: - type: Transform - pos: 52.5,-33.5 + pos: 1.5,74.5 parent: 2 - - uid: 2900 + - uid: 41925 components: - type: Transform - pos: 78.5,-6.5 + pos: 1.5,75.5 parent: 2 - - uid: 2960 + - uid: 41926 components: - type: Transform - pos: 44.5,12.5 + pos: 1.5,76.5 parent: 2 - - uid: 3155 + - uid: 41927 components: - type: Transform - pos: -29.5,-1.5 + pos: 1.5,77.5 parent: 2 - - uid: 3161 + - uid: 41928 components: - type: Transform - pos: -28.5,-1.5 + pos: 1.5,78.5 parent: 2 - - uid: 3166 + - uid: 41929 components: - type: Transform - pos: -32.5,-1.5 + pos: 1.5,79.5 parent: 2 - - uid: 3168 + - uid: 41930 components: - type: Transform - pos: -30.5,-1.5 + pos: 1.5,80.5 parent: 2 - - uid: 3169 + - uid: 41931 components: - type: Transform - pos: -31.5,-1.5 + pos: 1.5,81.5 parent: 2 - - uid: 3172 + - uid: 41932 components: - type: Transform - pos: -27.5,-1.5 + pos: 1.5,82.5 parent: 2 - - uid: 3186 + - uid: 41933 components: - type: Transform - pos: 25.5,-19.5 + pos: 1.5,83.5 parent: 2 - - uid: 3194 + - uid: 41934 components: - type: Transform - pos: 25.5,-21.5 + pos: 1.5,84.5 parent: 2 - - uid: 3213 + - uid: 41935 components: - type: Transform - pos: 52.5,32.5 + pos: 1.5,85.5 parent: 2 - - uid: 3345 + - uid: 41936 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-6.5 + pos: 1.5,86.5 parent: 2 - - uid: 3385 + - uid: 41937 components: - type: Transform - pos: 52.5,37.5 + pos: 1.5,87.5 parent: 2 - - uid: 3386 + - uid: 41938 components: - type: Transform - pos: 52.5,38.5 + pos: 1.5,88.5 parent: 2 - - uid: 3396 + - uid: 41939 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 87.5,-16.5 + pos: 1.5,89.5 parent: 2 - - uid: 3399 + - uid: 41940 components: - type: Transform - pos: 54.5,32.5 + pos: 1.5,90.5 parent: 2 - - uid: 3411 + - uid: 41941 components: - type: Transform - pos: -31.5,6.5 + pos: 1.5,91.5 parent: 2 - - uid: 3426 + - uid: 41942 components: - type: Transform - pos: 56.5,32.5 + pos: 1.5,92.5 parent: 2 - - uid: 3429 + - uid: 41943 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-11.5 + pos: 0.5,91.5 parent: 2 - - uid: 3484 + - uid: 41944 components: - type: Transform - pos: 51.5,32.5 + pos: -0.5,91.5 parent: 2 - - uid: 3633 + - uid: 41945 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-8.5 + pos: -1.5,91.5 parent: 2 - - uid: 3647 + - uid: 41946 components: - type: Transform - pos: 39.5,16.5 + pos: -2.5,91.5 parent: 2 - - uid: 3767 + - uid: 41947 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-7.5 + pos: -3.5,91.5 parent: 2 - - uid: 3775 + - uid: 41948 components: - type: Transform - pos: -30.5,6.5 + pos: -4.5,91.5 parent: 2 - - uid: 3781 + - uid: 41949 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,55.5 + pos: -5.5,91.5 parent: 2 - - uid: 3786 + - uid: 41950 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,56.5 + pos: -6.5,91.5 parent: 2 - - uid: 3882 + - uid: 41951 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-28.5 + pos: -7.5,91.5 parent: 2 - - uid: 3933 + - uid: 41952 components: - type: Transform - pos: -41.5,5.5 + pos: -8.5,91.5 parent: 2 - - uid: 3937 + - uid: 41953 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,-11.5 + pos: -9.5,91.5 parent: 2 - - uid: 3973 + - uid: 41954 components: - type: Transform - pos: 84.5,-11.5 + pos: 2.5,91.5 parent: 2 - - uid: 4159 + - uid: 41955 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-29.5 + pos: 3.5,91.5 parent: 2 - - uid: 4251 + - uid: 41956 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-30.5 + pos: 4.5,91.5 parent: 2 - - uid: 4400 + - uid: 41957 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-31.5 + pos: 5.5,91.5 parent: 2 - - uid: 4530 + - uid: 41958 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-27.5 + pos: 6.5,91.5 parent: 2 - - uid: 4585 + - uid: 41959 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-24.5 + pos: 7.5,91.5 parent: 2 - - uid: 4681 + - uid: 41960 components: - type: Transform - pos: -67.5,33.5 + pos: 8.5,91.5 parent: 2 - - uid: 4719 + - uid: 41961 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-25.5 + pos: 9.5,91.5 parent: 2 - - uid: 4781 + - uid: 41962 components: - type: Transform - pos: 93.5,-16.5 + pos: 10.5,91.5 parent: 2 - - uid: 4916 + - uid: 41963 components: - type: Transform - pos: 25.5,-20.5 + pos: 11.5,91.5 parent: 2 - - uid: 4954 + - uid: 41964 components: - type: Transform - pos: 93.5,-15.5 + pos: 12.5,91.5 parent: 2 - - uid: 5037 + - uid: 41965 components: - type: Transform - pos: 84.5,-20.5 + pos: 13.5,91.5 parent: 2 - - uid: 5092 + - uid: 41967 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,81.5 + pos: 3.5,88.5 parent: 2 - - uid: 5102 + - uid: 41968 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,79.5 + pos: 2.5,88.5 parent: 2 - - uid: 5104 + - uid: 42037 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,82.5 + pos: 2.5,82.5 parent: 2 - - uid: 5105 + - uid: 42038 components: - type: Transform - pos: 2.5,-55.5 + pos: 3.5,82.5 parent: 2 - - uid: 5107 + - uid: 42039 components: - type: Transform - pos: 0.5,-54.5 + pos: 4.5,82.5 parent: 2 - - uid: 5288 + - uid: 42040 components: - type: Transform - pos: 2.5,-56.5 + pos: 5.5,82.5 parent: 2 - - uid: 5292 + - uid: 42041 components: - type: Transform - pos: -5.5,-56.5 + pos: 6.5,82.5 parent: 2 - - uid: 5293 + - uid: 42042 components: - type: Transform - pos: 0.5,-55.5 + pos: 6.5,83.5 parent: 2 - - uid: 5297 + - uid: 42224 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,79.5 + pos: -13.5,72.5 parent: 2 - - uid: 5405 + - uid: 42225 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,82.5 + pos: -14.5,72.5 parent: 2 - - uid: 5478 + - uid: 42226 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,80.5 + pos: -15.5,72.5 parent: 2 - - uid: 5545 + - uid: 42374 components: - type: Transform - pos: -5.5,-53.5 + pos: 14.5,91.5 parent: 2 - - uid: 5662 + - uid: 42375 components: - type: Transform - pos: 95.5,-24.5 + pos: 15.5,90.5 parent: 2 - - uid: 5667 + - uid: 42376 components: - type: Transform - pos: 96.5,-24.5 + pos: 15.5,91.5 parent: 2 - - uid: 5751 + - uid: 42377 components: - type: Transform - pos: 79.5,-18.5 + pos: 15.5,92.5 parent: 2 - - uid: 5892 + - uid: 42378 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-31.5 + pos: 15.5,93.5 parent: 2 - - uid: 5893 + - uid: 42379 components: - type: Transform - pos: 25.5,-18.5 + pos: 10.5,90.5 parent: 2 - - uid: 5894 + - uid: 42380 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,81.5 + pos: 10.5,89.5 parent: 2 - - uid: 5898 + - uid: 42381 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-26.5 + pos: 10.5,88.5 parent: 2 - - uid: 5909 + - uid: 42382 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-9.5 + pos: 8.5,88.5 parent: 2 - - uid: 5930 + - uid: 42383 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-10.5 + pos: 9.5,88.5 parent: 2 - - uid: 5931 + - uid: 42384 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-4.5 + pos: 11.5,88.5 parent: 2 - - uid: 5952 + - uid: 42385 components: - type: Transform - pos: 8.5,-54.5 + pos: 12.5,88.5 parent: 2 - - uid: 5953 + - uid: 42386 components: - type: Transform - pos: -7.5,-56.5 + pos: 11.5,92.5 parent: 2 - - uid: 5957 + - uid: 42387 components: - type: Transform - pos: 43.5,-33.5 + pos: 11.5,93.5 parent: 2 - - uid: 5960 + - uid: 42388 components: - type: Transform - pos: -7.5,-54.5 + pos: 11.5,94.5 parent: 2 - - uid: 5961 + - uid: 42389 components: - type: Transform - pos: 0.5,-53.5 + pos: 11.5,95.5 parent: 2 - - uid: 5962 + - uid: 42390 components: - type: Transform - pos: 8.5,-53.5 + pos: 11.5,96.5 parent: 2 - - uid: 5963 + - uid: 42391 components: - type: Transform - pos: 43.5,-31.5 + pos: 11.5,97.5 parent: 2 - - uid: 5968 + - uid: 42392 components: - type: Transform - pos: -5.5,-54.5 + pos: 11.5,98.5 parent: 2 - - uid: 5969 + - uid: 42393 components: - type: Transform - pos: 2.5,-54.5 + pos: 9.5,98.5 parent: 2 - - uid: 5972 + - uid: 42394 components: - type: Transform - pos: 0.5,-56.5 + pos: 9.5,97.5 parent: 2 - - uid: 5976 + - uid: 42395 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,80.5 + pos: 9.5,96.5 parent: 2 - - uid: 5981 + - uid: 42396 components: - type: Transform - pos: 8.5,-55.5 + pos: 9.5,95.5 parent: 2 - - uid: 5986 + - uid: 42397 components: - type: Transform - pos: 10.5,-54.5 + pos: 9.5,94.5 parent: 2 - - uid: 5987 + - uid: 42398 components: - type: Transform - pos: 8.5,-56.5 + pos: 9.5,93.5 parent: 2 - - uid: 5988 + - uid: 42399 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,81.5 + pos: 9.5,92.5 parent: 2 - - uid: 5990 + - uid: 42400 components: - type: Transform - pos: -7.5,-55.5 + pos: 7.5,98.5 parent: 2 - - uid: 5991 + - uid: 42401 components: - type: Transform - pos: 10.5,-56.5 + pos: 7.5,97.5 parent: 2 - - uid: 6002 + - uid: 42402 components: - type: Transform - pos: 10.5,-53.5 + pos: 7.5,96.5 parent: 2 - - uid: 6003 + - uid: 42403 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,80.5 + pos: 7.5,95.5 parent: 2 - - uid: 6004 + - uid: 42404 components: - type: Transform - pos: 10.5,-55.5 + pos: 7.5,94.5 parent: 2 - - uid: 6005 + - uid: 42405 components: - type: Transform - pos: -5.5,-55.5 + pos: 7.5,93.5 parent: 2 - - uid: 6006 + - uid: 42406 components: - type: Transform - pos: 2.5,-53.5 + pos: 7.5,92.5 parent: 2 - - uid: 6139 + - uid: 42407 components: - type: Transform - pos: -7.5,-53.5 + pos: 3.5,98.5 parent: 2 - - uid: 6179 + - uid: 42408 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,82.5 + pos: 3.5,97.5 parent: 2 - - uid: 6194 + - uid: 42409 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,79.5 + pos: 3.5,96.5 parent: 2 - - uid: 6195 + - uid: 42410 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,81.5 + pos: 3.5,95.5 parent: 2 - - uid: 6196 + - uid: 42411 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,82.5 + pos: 3.5,94.5 parent: 2 - - uid: 6273 + - uid: 42412 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,82.5 + pos: 3.5,93.5 parent: 2 - - uid: 6312 + - uid: 42413 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-23.5 + pos: 3.5,92.5 parent: 2 - - uid: 6418 + - uid: 42414 components: - type: Transform - pos: 42.5,13.5 + pos: 1.5,98.5 parent: 2 - - uid: 6419 + - uid: 42415 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,0.5 + pos: 1.5,97.5 parent: 2 - - uid: 6420 + - uid: 42416 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,1.5 + pos: 1.5,96.5 parent: 2 - - uid: 6422 + - uid: 42417 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 80.5,3.5 + pos: 1.5,95.5 parent: 2 - - uid: 6425 + - uid: 42418 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,2.5 + pos: 1.5,94.5 parent: 2 - - uid: 6432 + - uid: 42419 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,81.5 + pos: 1.5,93.5 parent: 2 - - uid: 7095 + - uid: 42420 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,80.5 + pos: 1.5,92.5 parent: 2 - - uid: 7200 + - uid: 42421 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-31.5 + pos: -0.5,98.5 parent: 2 - - uid: 7201 + - uid: 42422 components: - type: Transform - pos: -29.5,6.5 + pos: -0.5,97.5 parent: 2 - - uid: 7211 + - uid: 42423 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,81.5 + pos: -0.5,96.5 parent: 2 - - uid: 7213 + - uid: 42424 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,80.5 + pos: -0.5,95.5 parent: 2 - - uid: 7214 + - uid: 42425 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,82.5 + pos: -0.5,94.5 parent: 2 - - uid: 7237 + - uid: 42426 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,79.5 + pos: -0.5,93.5 parent: 2 - - uid: 7441 + - uid: 42427 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-29.5 + pos: -0.5,92.5 parent: 2 - - uid: 7442 + - uid: 42428 components: - type: Transform - pos: 25.5,-22.5 + pos: -4.5,98.5 parent: 2 - - uid: 7451 + - uid: 42429 components: - type: Transform - pos: -46.5,57.5 + pos: -4.5,97.5 parent: 2 - - uid: 7465 + - uid: 42430 components: - type: Transform - pos: -46.5,58.5 + pos: -4.5,96.5 parent: 2 - - uid: 7544 + - uid: 42431 components: - type: Transform - pos: 34.5,32.5 + pos: -4.5,95.5 parent: 2 - - uid: 7582 + - uid: 42432 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-5.5 + pos: -4.5,94.5 parent: 2 - - uid: 7622 + - uid: 42433 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,-30.5 + pos: -4.5,93.5 parent: 2 - - uid: 7628 + - uid: 42434 components: - type: Transform - pos: 65.5,-29.5 + pos: -4.5,92.5 parent: 2 - - uid: 7656 + - uid: 42435 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,24.5 + pos: -6.5,98.5 parent: 2 - - uid: 7743 + - uid: 42436 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-28.5 + pos: -6.5,97.5 parent: 2 - - uid: 7823 + - uid: 42437 components: - type: Transform - pos: -72.5,22.5 + pos: -6.5,96.5 parent: 2 - - uid: 8294 + - uid: 42438 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,-2.5 + pos: -6.5,95.5 parent: 2 - - uid: 8295 + - uid: 42439 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,-0.5 + pos: -6.5,94.5 parent: 2 - - uid: 8299 + - uid: 42440 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,-1.5 + pos: -6.5,93.5 parent: 2 - - uid: 8373 + - uid: 42441 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,10.5 + pos: -6.5,92.5 parent: 2 - - uid: 8446 + - uid: 42442 components: - type: Transform - pos: 97.5,-24.5 + pos: -8.5,98.5 parent: 2 - - uid: 8452 + - uid: 42443 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-26.5 + pos: -8.5,97.5 parent: 2 - - uid: 8641 + - uid: 42444 components: - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,23.5 + pos: -8.5,96.5 parent: 2 - - uid: 8879 + - uid: 42445 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,0.5 + pos: -8.5,95.5 parent: 2 - - uid: 8912 + - uid: 42446 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,6.5 + pos: -8.5,94.5 parent: 2 - - uid: 9311 + - uid: 42447 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-28.5 + pos: -8.5,93.5 parent: 2 - - uid: 9649 + - uid: 42448 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,-33.5 + pos: -8.5,92.5 parent: 2 - - uid: 9700 + - uid: 43077 components: - type: Transform - pos: -41.5,3.5 + pos: 52.5,51.5 parent: 2 - - uid: 9704 + - uid: 43365 components: - type: Transform - pos: -57.5,39.5 + pos: 49.5,50.5 parent: 2 - - uid: 9733 + - uid: 43366 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-53.5 + pos: 50.5,50.5 parent: 2 - - uid: 9734 + - uid: 43367 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-42.5 + pos: 51.5,50.5 parent: 2 - - uid: 9735 + - uid: 43368 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-63.5 + pos: 52.5,50.5 parent: 2 - - uid: 9737 + - uid: 43369 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-64.5 + pos: 52.5,52.5 parent: 2 - - uid: 9742 + - uid: 43370 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,-79.5 + pos: 52.5,53.5 parent: 2 - - uid: 9744 + - uid: 43371 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,-78.5 + pos: 52.5,54.5 parent: 2 - - uid: 9745 + - uid: 43372 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-78.5 + pos: 52.5,55.5 parent: 2 - - uid: 9746 + - uid: 43373 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-77.5 + pos: 52.5,56.5 parent: 2 - - uid: 9747 + - uid: 43374 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-67.5 + pos: 52.5,57.5 parent: 2 - - uid: 9877 + - uid: 43375 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,41.5 + pos: 52.5,58.5 parent: 2 - - uid: 9878 + - uid: 43376 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,41.5 + pos: 52.5,59.5 parent: 2 - - uid: 9879 + - uid: 43377 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,40.5 + pos: 52.5,60.5 parent: 2 - - uid: 9880 + - uid: 43378 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,39.5 + pos: 52.5,61.5 parent: 2 - - uid: 9882 + - uid: 43379 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,40.5 + pos: 52.5,62.5 parent: 2 - - uid: 9883 + - uid: 43380 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,40.5 + pos: 51.5,62.5 parent: 2 - - uid: 9884 + - uid: 43381 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,40.5 + pos: 50.5,62.5 parent: 2 - - uid: 9885 + - uid: 43382 components: - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,40.5 + pos: 49.5,62.5 parent: 2 - - uid: 9886 + - uid: 43383 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,40.5 + pos: 48.5,62.5 parent: 2 - - uid: 9887 + - uid: 43384 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,41.5 + pos: 47.5,62.5 parent: 2 - - uid: 9888 + - uid: 43385 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,42.5 + pos: 46.5,62.5 parent: 2 - - uid: 9889 + - uid: 43386 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,43.5 + pos: 45.5,62.5 parent: 2 - - uid: 9890 + - uid: 43387 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,44.5 + pos: 44.5,62.5 parent: 2 - - uid: 9892 + - uid: 43388 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,46.5 + pos: 43.5,62.5 parent: 2 - - uid: 9893 + - uid: 43389 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,47.5 + pos: 42.5,62.5 parent: 2 - - uid: 9894 + - uid: 43390 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,48.5 + pos: 42.5,61.5 parent: 2 - - uid: 9895 +- proto: CableMVStack + entities: + - uid: 37375 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,49.5 + pos: -58.782085,43.529713 parent: 2 - - uid: 9896 + - uid: 40528 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,50.5 + pos: 20.726645,-18.4961 parent: 2 - - uid: 9897 +- proto: CableTerminal + entities: + - uid: 1439 components: - type: Transform rot: 3.141592653589793 rad - pos: -66.5,51.5 + pos: 83.5,-20.5 parent: 2 - - uid: 9899 + - uid: 1440 components: - type: Transform rot: 3.141592653589793 rad - pos: -68.5,51.5 + pos: 84.5,-20.5 parent: 2 - - uid: 9900 + - uid: 1486 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,51.5 + pos: 84.5,-12.5 parent: 2 - - uid: 9906 + - uid: 1575 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,51.5 + pos: 83.5,-12.5 parent: 2 - - uid: 9907 + - uid: 4078 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,51.5 + pos: 82.5,-12.5 parent: 2 - - uid: 9908 + - uid: 10361 components: - type: Transform rot: 3.141592653589793 rad - pos: -77.5,51.5 + pos: 82.5,-20.5 parent: 2 - - uid: 9910 + - uid: 10409 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,51.5 + rot: 1.5707963267948966 rad + pos: -62.5,-33.5 parent: 2 - - uid: 9948 + - uid: 10416 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,41.5 + rot: 1.5707963267948966 rad + pos: -62.5,-35.5 parent: 2 - - uid: 9949 + - uid: 13400 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,41.5 + rot: 3.141592653589793 rad + pos: 55.5,-35.5 parent: 2 - - uid: 9952 + - uid: 13401 components: - type: Transform - pos: -55.5,41.5 + rot: 3.141592653589793 rad + pos: 57.5,-35.5 parent: 2 - - uid: 9953 + - uid: 31868 components: - type: Transform - pos: -54.5,40.5 + rot: -1.5707963267948966 rad + pos: -60.5,48.5 parent: 2 - - uid: 9955 + - uid: 31869 components: - type: Transform rot: -1.5707963267948966 rad - pos: -54.5,39.5 + pos: -60.5,49.5 parent: 2 - - uid: 9956 + - uid: 31873 components: - type: Transform rot: -1.5707963267948966 rad - pos: -55.5,39.5 + pos: -60.5,47.5 parent: 2 - - uid: 9962 + - uid: 31874 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,39.5 + rot: 1.5707963267948966 rad + pos: -56.5,49.5 parent: 2 - - uid: 9964 + - uid: 31875 components: - type: Transform - pos: -58.5,39.5 + rot: 1.5707963267948966 rad + pos: -56.5,48.5 parent: 2 - - uid: 9965 + - uid: 31876 components: - type: Transform - pos: -54.5,41.5 + rot: 1.5707963267948966 rad + pos: -56.5,47.5 parent: 2 - - uid: 10033 + - uid: 36345 components: - type: Transform - pos: -68.5,28.5 + rot: 1.5707963267948966 rad + pos: -63.5,32.5 parent: 2 - - uid: 10034 + - uid: 36387 components: - type: Transform - pos: -68.5,27.5 + rot: -1.5707963267948966 rad + pos: -57.5,32.5 parent: 2 - - uid: 10035 +- proto: Candle + entities: + - uid: 459 components: - type: Transform - pos: -68.5,26.5 + pos: -70.36334,22.790642 parent: 2 - - uid: 10036 + - uid: 475 components: - type: Transform - pos: -68.5,25.5 + pos: -70.61334,22.642204 parent: 2 - - uid: 10037 + - uid: 2483 components: - type: Transform - pos: -68.5,24.5 + pos: 62.999084,24.923903 parent: 2 - - uid: 10038 + - uid: 2515 components: - type: Transform - pos: -68.5,23.5 + pos: 57.62018,10.780073 parent: 2 - - uid: 10039 + - uid: 2516 components: - type: Transform - pos: -68.5,22.5 + pos: 62.366272,10.791792 parent: 2 - - uid: 10040 + - uid: 2521 components: - type: Transform - pos: -68.5,21.5 + pos: 62.85846,10.440229 parent: 2 - - uid: 10041 + - uid: 2585 components: - type: Transform - pos: -68.5,20.5 + pos: 58.569397,24.794996 parent: 2 - - uid: 10042 + - uid: 4486 components: - type: Transform - pos: -68.5,19.5 + pos: 56.29596,24.642653 parent: 2 - - uid: 10043 + - uid: 5725 components: - type: Transform - pos: -67.5,19.5 + pos: 58.850647,24.712965 parent: 2 - - uid: 10044 + - uid: 5726 components: - type: Transform - pos: -66.5,19.5 + pos: 58.73346,24.47859 parent: 2 - - uid: 10045 + - uid: 5730 components: - type: Transform - pos: -65.5,19.5 + pos: 56.56549,24.85359 parent: 2 - - uid: 10046 + - uid: 8679 components: - type: Transform - pos: -65.5,18.5 + pos: 66.906136,20.752184 parent: 2 - - uid: 10047 + - uid: 8680 components: - type: Transform - pos: -65.5,17.5 + pos: 67.12879,20.59984 parent: 2 - - uid: 10048 + - uid: 8681 components: - type: Transform - pos: -65.5,16.5 + pos: 66.156136,19.451403 parent: 2 - - uid: 10049 + - uid: 8682 components: - type: Transform - pos: -65.5,15.5 + pos: 66.249886,19.123278 parent: 2 - - uid: 10050 + - uid: 11309 components: - type: Transform - pos: -65.5,14.5 + pos: 66.74207,17.869371 parent: 2 - - uid: 10051 + - uid: 11310 components: - type: Transform - pos: -65.5,13.5 + pos: 66.636604,15.021715 parent: 2 - - uid: 10052 + - uid: 11311 components: - type: Transform - pos: -65.5,12.5 + pos: 66.39051,19.498278 parent: 2 - - uid: 10053 + - uid: 11323 components: - type: Transform - pos: -65.5,11.5 + pos: 66.61317,15.279528 parent: 2 - - uid: 10054 + - uid: 21958 components: - type: Transform - pos: -64.5,11.5 + pos: 66.449104,15.197496 parent: 2 - - uid: 10055 + - uid: 22093 components: - type: Transform - pos: -64.5,10.5 + pos: 66.30848,16.158434 parent: 2 - - uid: 10075 + - uid: 22105 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,54.5 + pos: 67.386604,20.857653 parent: 2 - - uid: 10122 + - uid: 22172 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,53.5 + pos: 66.730354,19.873278 parent: 2 - - uid: 10214 + - uid: 22259 components: - type: Transform - pos: -41.5,4.5 + pos: 67.42176,14.588121 parent: 2 - - uid: 10280 + - uid: 22268 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,4.5 + pos: 52.357483,20.89059 parent: 2 - - uid: 10514 + - uid: 22271 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-47.5 + pos: 52.498108,20.624966 parent: 2 - - uid: 10515 + - uid: 22417 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-57.5 + pos: 52.623108,13.062466 parent: 2 - - uid: 10516 + - uid: 22418 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-46.5 + pos: 52.404358,13.124966 parent: 2 - - uid: 10618 + - uid: 26479 components: - type: Transform - pos: -28.5,6.5 + pos: -29.105165,-9.336966 parent: 2 - - uid: 11013 +- proto: CandleSmall + entities: + - uid: 1190 components: - type: Transform - pos: -62.5,-21.5 + pos: 27.557243,30.584219 parent: 2 - - uid: 11225 + - uid: 2522 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,5.5 + pos: 62.68268,10.510542 parent: 2 - - uid: 11552 + - uid: 2524 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,21.5 + pos: 62.131897,10.662886 parent: 2 - - uid: 11553 + - uid: 2622 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,20.5 + pos: 62.647522,10.944136 parent: 2 - - uid: 11554 + - uid: 2658 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,19.5 + pos: 58.07721,10.803511 parent: 2 - - uid: 11555 + - uid: 2659 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,18.5 + pos: 56.01471,24.854292 parent: 2 - - uid: 11556 + - uid: 2705 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,-3.5 + pos: 56.612366,24.514448 parent: 2 - - uid: 11557 + - uid: 2775 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,-3.5 + pos: 61.417053,24.655073 parent: 2 - - uid: 11558 + - uid: 2790 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-3.5 + pos: 62.75299,24.807417 parent: 2 - - uid: 11559 + - uid: 2818 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-3.5 + pos: 63.010803,24.701948 parent: 2 - - uid: 11560 + - uid: 2910 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-2.5 + pos: 54.467834,30.516266 parent: 2 - - uid: 11561 + - uid: 4487 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-1.5 + pos: 58.229553,10.487104 parent: 2 - - uid: 11562 + - uid: 8668 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-0.5 + pos: -7.749852,9.529368 parent: 2 - - uid: 11563 + - uid: 8669 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,0.5 + pos: -4.984227,9.669993 parent: 2 - - uid: 11564 + - uid: 8670 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,1.5 + pos: 7.7723064,26.424816 parent: 2 - - uid: 11565 + - uid: 8671 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,2.5 + pos: 4.6668377,28.35841 parent: 2 - - uid: 11566 + - uid: 8672 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,3.5 + pos: 4.7723064,28.276379 parent: 2 - - uid: 11567 + - uid: 8673 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,4.5 + pos: 52.712265,27.603039 parent: 2 - - uid: 11568 + - uid: 8674 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,5.5 + pos: 65.45301,30.813976 parent: 2 - - uid: 11569 + - uid: 8675 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,6.5 + pos: 67.12879,14.611559 parent: 2 - - uid: 11570 + - uid: 8676 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-4.5 + pos: 66.249886,15.408434 parent: 2 - - uid: 11571 + - uid: 8677 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-5.5 + pos: 66.51942,15.748278 parent: 2 - - uid: 11572 + - uid: 8678 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-6.5 + pos: 67.45692,20.470934 parent: 2 - - uid: 11573 + - uid: 9324 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-7.5 + pos: 65.20692,27.755383 parent: 2 - - uid: 11574 + - uid: 9327 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-8.5 + pos: 66.30848,20.552965 parent: 2 - - uid: 11575 + - uid: 9457 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-9.5 + pos: 66.33192,20.400621 parent: 2 - - uid: 11576 + - uid: 9484 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-10.5 + pos: 67.281136,14.845934 parent: 2 - - uid: 11577 + - uid: 9485 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-11.5 + pos: 67.60926,14.670153 parent: 2 - - uid: 11578 + - uid: 11200 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,-11.5 + pos: -11.337551,-10.456441 parent: 2 - - uid: 11579 + - uid: 13586 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,-11.5 + pos: 27.67443,30.513906 parent: 2 - - uid: 11580 + - uid: 22274 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-11.5 + pos: 52.701233,21.07809 parent: 2 - - uid: 11581 + - uid: 22371 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-12.5 + pos: 52.248108,14.499966 parent: 2 - - uid: 11582 + - uid: 22378 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-13.5 + pos: 52.654358,13.859341 parent: 2 - - uid: 11583 + - uid: 22416 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-14.5 + pos: 52.310608,12.703091 parent: 2 - - uid: 11584 + - uid: 27236 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-15.5 + pos: -6.140632,-7.438528 parent: 2 - - uid: 11585 +- proto: CapacitorStockPart + entities: + - uid: 14948 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-16.5 + pos: 21.57747,-25.42226 parent: 2 - - uid: 11586 + - uid: 19724 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-17.5 + pos: 21.554033,-25.289448 parent: 2 - - uid: 11587 + - uid: 20183 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-18.5 + pos: 52.36106,8.602298 parent: 2 - - uid: 11588 + - uid: 31176 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-19.5 + pos: -69.67199,1.5256414 parent: 2 - - uid: 11589 + - uid: 31181 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-20.5 + pos: -69.63683,1.7600164 parent: 2 - - uid: 11590 +- proto: CarbonDioxideCanister + entities: + - uid: 9352 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-21.5 + pos: -39.5,48.5 parent: 2 - - uid: 11591 +- proto: Carpet + entities: + - uid: 234 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-22.5 + pos: -3.5,-9.5 parent: 2 - - uid: 11592 + - uid: 237 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-23.5 + pos: -3.5,-10.5 parent: 2 - - uid: 11593 + - uid: 245 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-24.5 + pos: -5.5,-8.5 parent: 2 - - uid: 11595 + - uid: 379 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-26.5 + pos: -3.5,-8.5 parent: 2 - - uid: 11597 + - uid: 380 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-28.5 + pos: -4.5,-8.5 parent: 2 - - uid: 11599 + - uid: 477 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,-30.5 + pos: -4.5,-9.5 parent: 2 - - uid: 11600 + - uid: 478 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-33.5 + pos: -4.5,-10.5 parent: 2 - - uid: 11601 + - uid: 482 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-33.5 + pos: -5.5,-10.5 parent: 2 - - uid: 11602 + - uid: 483 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-34.5 + pos: -5.5,-9.5 parent: 2 - - uid: 11603 + - uid: 603 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,-35.5 + rot: 3.141592653589793 rad + pos: -10.5,-8.5 parent: 2 - - uid: 11604 + - uid: 609 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-35.5 + rot: 3.141592653589793 rad + pos: -9.5,-9.5 parent: 2 - - uid: 11607 + - uid: 614 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,-34.5 + rot: 3.141592653589793 rad + pos: -9.5,-8.5 parent: 2 - - uid: 11618 + - uid: 625 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-34.5 + rot: 3.141592653589793 rad + pos: -10.5,-9.5 parent: 2 - - uid: 11619 + - uid: 769 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,-33.5 + rot: 3.141592653589793 rad + pos: -5.5,19.5 parent: 2 - - uid: 11620 + - uid: 880 components: - type: Transform rot: -1.5707963267948966 rad - pos: -62.5,-35.5 + pos: 16.5,-36.5 parent: 2 - - uid: 11621 + - uid: 881 components: - type: Transform rot: -1.5707963267948966 rad - pos: -62.5,-34.5 + pos: 14.5,-35.5 parent: 2 - - uid: 11622 + - uid: 928 components: - type: Transform rot: -1.5707963267948966 rad - pos: -61.5,-34.5 + pos: 20.5,-35.5 parent: 2 - - uid: 11623 + - uid: 950 components: - type: Transform rot: -1.5707963267948966 rad - pos: -60.5,-34.5 + pos: 15.5,-35.5 parent: 2 - - uid: 11624 + - uid: 988 components: - type: Transform rot: -1.5707963267948966 rad - pos: -59.5,-34.5 + pos: 16.5,-35.5 parent: 2 - - uid: 11625 + - uid: 1379 components: - type: Transform rot: -1.5707963267948966 rad - pos: -58.5,-34.5 + pos: 20.5,-36.5 parent: 2 - - uid: 11626 + - uid: 2247 components: - type: Transform rot: -1.5707963267948966 rad - pos: -58.5,-33.5 + pos: -16.5,24.5 parent: 2 - - uid: 11627 + - uid: 2333 components: - type: Transform rot: -1.5707963267948966 rad - pos: -58.5,-35.5 + pos: -15.5,24.5 parent: 2 - - uid: 11628 + - uid: 2545 components: - type: Transform rot: -1.5707963267948966 rad - pos: -57.5,-35.5 + pos: -21.5,21.5 parent: 2 - - uid: 11629 + - uid: 4245 components: - type: Transform rot: -1.5707963267948966 rad - pos: -57.5,-33.5 + pos: -69.5,21.5 parent: 2 - - uid: 11630 + - uid: 9480 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,-33.5 + pos: -37.5,51.5 parent: 2 - - uid: 11631 + - uid: 9753 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,-35.5 + pos: -35.5,51.5 parent: 2 - - uid: 11632 + - uid: 10504 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-33.5 + pos: -35.5,52.5 parent: 2 - - uid: 11634 + - uid: 11193 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-35.5 + pos: -17.5,50.5 parent: 2 - - uid: 11638 + - uid: 11194 components: - type: Transform - pos: -46.5,61.5 + rot: 1.5707963267948966 rad + pos: -17.5,51.5 parent: 2 - - uid: 11669 + - uid: 11199 components: - type: Transform rot: -1.5707963267948966 rad - pos: -35.5,-36.5 + pos: -71.5,22.5 parent: 2 - - uid: 11671 + - uid: 11205 components: - type: Transform rot: -1.5707963267948966 rad - pos: -33.5,-17.5 + pos: -70.5,22.5 parent: 2 - - uid: 11672 + - uid: 11986 components: - type: Transform rot: -1.5707963267948966 rad - pos: -33.5,-18.5 + pos: 21.5,-36.5 parent: 2 - - uid: 11673 + - uid: 12634 components: - type: Transform rot: -1.5707963267948966 rad - pos: -33.5,-19.5 + pos: 71.5,-9.5 parent: 2 - - uid: 11674 + - uid: 13094 components: - type: Transform rot: -1.5707963267948966 rad - pos: -33.5,-20.5 + pos: -70.5,21.5 parent: 2 - - uid: 11675 + - uid: 13095 components: - type: Transform rot: -1.5707963267948966 rad - pos: -33.5,-21.5 + pos: -71.5,21.5 parent: 2 - - uid: 11676 + - uid: 13129 components: - type: Transform rot: -1.5707963267948966 rad - pos: -33.5,-22.5 + pos: -69.5,22.5 parent: 2 - - uid: 11677 + - uid: 13130 components: - type: Transform rot: -1.5707963267948966 rad - pos: -33.5,-23.5 + pos: -69.5,23.5 parent: 2 - - uid: 11678 + - uid: 13132 components: - type: Transform rot: -1.5707963267948966 rad - pos: -33.5,-24.5 + pos: -71.5,23.5 parent: 2 - - uid: 11679 + - uid: 13783 components: - type: Transform rot: -1.5707963267948966 rad - pos: -33.5,-25.5 + pos: 15.5,-36.5 parent: 2 - - uid: 11680 + - uid: 13790 components: - type: Transform rot: -1.5707963267948966 rad - pos: -33.5,-26.5 + pos: 21.5,-35.5 parent: 2 - - uid: 11681 + - uid: 13791 components: - type: Transform rot: -1.5707963267948966 rad - pos: -33.5,-27.5 + pos: 19.5,-35.5 parent: 2 - - uid: 11682 + - uid: 13806 components: - type: Transform rot: -1.5707963267948966 rad - pos: -32.5,-27.5 + pos: 19.5,-36.5 parent: 2 - - uid: 11683 + - uid: 13812 components: - type: Transform rot: -1.5707963267948966 rad - pos: -31.5,-27.5 + pos: 14.5,-36.5 parent: 2 - - uid: 11684 + - uid: 13828 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-27.5 + pos: -36.5,51.5 parent: 2 - - uid: 11685 + - uid: 13843 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-27.5 + pos: -37.5,52.5 parent: 2 - - uid: 11686 + - uid: 15421 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-27.5 + pos: -21.5,25.5 parent: 2 - - uid: 11687 + - uid: 15422 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-27.5 + pos: -21.5,24.5 parent: 2 - - uid: 11688 + - uid: 15424 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-27.5 + pos: -20.5,25.5 parent: 2 - - uid: 11689 + - uid: 15425 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-27.5 + pos: -20.5,24.5 parent: 2 - - uid: 11690 + - uid: 15427 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-28.5 + pos: -19.5,25.5 parent: 2 - - uid: 11691 + - uid: 15428 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-28.5 + pos: -19.5,24.5 parent: 2 - - uid: 11861 + - uid: 15430 components: - type: Transform - pos: -63.5,-21.5 + pos: -16.5,25.5 parent: 2 - - uid: 11894 + - uid: 15433 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-33.5 + pos: -15.5,25.5 parent: 2 - - uid: 11895 + - uid: 15435 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-32.5 + pos: -14.5,26.5 parent: 2 - - uid: 11896 + - uid: 15436 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-31.5 + pos: -14.5,25.5 parent: 2 - - uid: 11897 + - uid: 15438 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-30.5 + pos: -10.5,26.5 parent: 2 - - uid: 11898 + - uid: 15439 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-29.5 + pos: -10.5,25.5 parent: 2 - - uid: 12004 + - uid: 15440 components: - type: Transform - pos: -41.5,56.5 + pos: -10.5,24.5 parent: 2 - - uid: 12032 + - uid: 15441 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 86.5,-15.5 + pos: -9.5,26.5 parent: 2 - - uid: 12068 + - uid: 15442 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-28.5 + pos: -9.5,25.5 parent: 2 - - uid: 12074 + - uid: 15443 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-31.5 + pos: -9.5,24.5 parent: 2 - - uid: 12083 + - uid: 15444 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,-32.5 + pos: -8.5,26.5 parent: 2 - - uid: 12103 + - uid: 15445 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-32.5 + pos: -8.5,25.5 parent: 2 - - uid: 12231 + - uid: 15446 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-33.5 + pos: -8.5,24.5 parent: 2 - - uid: 12232 + - uid: 15634 components: - type: Transform rot: 3.141592653589793 rad - pos: 10.5,-32.5 + pos: -17.5,49.5 parent: 2 - - uid: 12249 + - uid: 15680 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-18.5 + pos: -16.5,49.5 parent: 2 - - uid: 12250 + - uid: 15681 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-19.5 + pos: -16.5,50.5 parent: 2 - - uid: 12251 + - uid: 15731 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-17.5 + rot: 3.141592653589793 rad + pos: -6.5,34.5 parent: 2 - - uid: 12252 + - uid: 15758 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-19.5 + pos: -6.5,29.5 parent: 2 - - uid: 12254 + - uid: 15761 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-20.5 + pos: -6.5,28.5 parent: 2 - - uid: 12255 + - uid: 15762 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-20.5 + pos: -5.5,29.5 parent: 2 - - uid: 12256 + - uid: 15763 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-21.5 + pos: -5.5,28.5 parent: 2 - - uid: 12257 + - uid: 15764 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-22.5 + pos: -4.5,29.5 parent: 2 - - uid: 12258 + - uid: 15765 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-23.5 + pos: -4.5,28.5 parent: 2 - - uid: 12259 + - uid: 15766 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-24.5 + pos: -6.5,27.5 parent: 2 - - uid: 12260 + - uid: 15767 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-25.5 + pos: -5.5,27.5 parent: 2 - - uid: 12261 + - uid: 15768 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-26.5 + pos: -4.5,27.5 parent: 2 - - uid: 12262 + - uid: 15783 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-27.5 + rot: 3.141592653589793 rad + pos: -6.5,33.5 parent: 2 - - uid: 12263 + - uid: 15784 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-28.5 + rot: 3.141592653589793 rad + pos: -5.5,34.5 parent: 2 - - uid: 12264 + - uid: 15785 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-28.5 + rot: 3.141592653589793 rad + pos: -5.5,33.5 parent: 2 - - uid: 12265 + - uid: 15786 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-28.5 + rot: 3.141592653589793 rad + pos: -4.5,34.5 parent: 2 - - uid: 12266 + - uid: 15787 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-28.5 + rot: 3.141592653589793 rad + pos: -4.5,33.5 parent: 2 - - uid: 12267 + - uid: 16448 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-28.5 + pos: -9.5,41.5 parent: 2 - - uid: 12268 + - uid: 16449 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-28.5 + pos: -9.5,40.5 parent: 2 - - uid: 12270 + - uid: 16450 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-34.5 + pos: -8.5,41.5 parent: 2 - - uid: 12271 + - uid: 16451 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-35.5 + pos: -8.5,40.5 parent: 2 - - uid: 12272 + - uid: 26018 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-36.5 + rot: -1.5707963267948966 rad + pos: 73.5,-9.5 parent: 2 - - uid: 12273 + - uid: 26092 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-37.5 + rot: -1.5707963267948966 rad + pos: -15.5,26.5 parent: 2 - - uid: 12274 + - uid: 26093 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-37.5 + rot: -1.5707963267948966 rad + pos: -16.5,26.5 parent: 2 - - uid: 12275 + - uid: 26094 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-38.5 + rot: -1.5707963267948966 rad + pos: -14.5,24.5 parent: 2 - - uid: 12276 + - uid: 26452 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-38.5 + rot: -1.5707963267948966 rad + pos: 70.5,-8.5 parent: 2 - - uid: 12277 + - uid: 27746 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-39.5 + rot: -1.5707963267948966 rad + pos: 70.5,-9.5 parent: 2 - - uid: 12278 + - uid: 27815 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-37.5 + rot: -1.5707963267948966 rad + pos: -70.5,23.5 parent: 2 - - uid: 12279 + - uid: 28971 components: - type: Transform rot: 1.5707963267948966 rad - pos: 9.5,-37.5 + pos: -16.5,51.5 parent: 2 - - uid: 12280 + - uid: 30520 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-37.5 + pos: -7.5,20.5 parent: 2 - - uid: 12281 + - uid: 30521 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-36.5 + pos: -7.5,19.5 parent: 2 - - uid: 12282 + - uid: 30522 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-35.5 + pos: -6.5,20.5 parent: 2 - - uid: 12283 + - uid: 30523 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-34.5 + pos: -6.5,19.5 parent: 2 - - uid: 12286 + - uid: 30524 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-31.5 + pos: -5.5,20.5 parent: 2 - - uid: 12287 + - uid: 30526 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-30.5 + pos: -4.5,20.5 parent: 2 - - uid: 12288 + - uid: 30527 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-29.5 + pos: -4.5,19.5 parent: 2 - - uid: 12299 + - uid: 30543 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-28.5 + rot: -1.5707963267948966 rad + pos: -21.5,20.5 parent: 2 - - uid: 12320 + - uid: 30544 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-18.5 + rot: -1.5707963267948966 rad + pos: -20.5,21.5 parent: 2 - - uid: 12321 + - uid: 30545 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-20.5 + rot: -1.5707963267948966 rad + pos: -20.5,20.5 parent: 2 - - uid: 12322 + - uid: 30546 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,-20.5 + rot: -1.5707963267948966 rad + pos: -19.5,21.5 parent: 2 - - uid: 12324 + - uid: 30547 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-30.5 + rot: -1.5707963267948966 rad + pos: -19.5,20.5 parent: 2 - - uid: 12326 + - uid: 30548 components: - type: Transform - pos: 52.5,39.5 + rot: -1.5707963267948966 rad + pos: -22.5,21.5 parent: 2 - - uid: 12327 + - uid: 30549 components: - type: Transform - pos: 55.5,32.5 + rot: -1.5707963267948966 rad + pos: -18.5,21.5 parent: 2 - - uid: 12329 + - uid: 30550 components: - type: Transform - pos: 52.5,41.5 + rot: -1.5707963267948966 rad + pos: -18.5,20.5 parent: 2 - - uid: 12331 + - uid: 30551 components: - type: Transform - pos: 52.5,42.5 + rot: -1.5707963267948966 rad + pos: -22.5,20.5 parent: 2 - - uid: 12334 + - uid: 31355 components: - type: Transform - pos: 51.5,43.5 + pos: -36.5,52.5 parent: 2 - - uid: 12340 + - uid: 33916 components: - type: Transform rot: 1.5707963267948966 rad - pos: 10.5,-27.5 + pos: -46.5,30.5 parent: 2 - - uid: 12586 + - uid: 34684 components: - type: Transform rot: -1.5707963267948966 rad - pos: 86.5,-16.5 + pos: 72.5,-8.5 parent: 2 - - uid: 12591 + - uid: 34685 components: - type: Transform - pos: 82.5,-20.5 + rot: -1.5707963267948966 rad + pos: 71.5,-8.5 parent: 2 - - uid: 12593 + - uid: 39514 components: - type: Transform - rot: 3.141592653589793 rad - pos: 84.5,-12.5 + rot: 1.5707963267948966 rad + pos: -45.5,30.5 parent: 2 - - uid: 12595 + - uid: 39515 components: - type: Transform - rot: 3.141592653589793 rad - pos: 83.5,-12.5 + rot: 1.5707963267948966 rad + pos: -44.5,30.5 parent: 2 - - uid: 12598 + - uid: 39663 components: - type: Transform rot: -1.5707963267948966 rad - pos: 87.5,-15.5 + pos: 73.5,-8.5 parent: 2 - - uid: 12610 + - uid: 39666 components: - type: Transform - pos: 67.5,-27.5 + rot: -1.5707963267948966 rad + pos: 72.5,-9.5 parent: 2 - - uid: 12613 +- proto: CarpetBlack + entities: + - uid: 918 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,-30.5 + pos: -73.5,3.5 parent: 2 - - uid: 12614 + - uid: 1239 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-28.5 + pos: -8.5,74.5 parent: 2 - - uid: 12616 + - uid: 2362 components: - type: Transform - pos: 68.5,-29.5 + pos: -3.5,62.5 parent: 2 - - uid: 12618 + - uid: 2372 components: - type: Transform - pos: 64.5,-29.5 + pos: -7.5,62.5 parent: 2 - - uid: 12620 + - uid: 2485 components: - type: Transform - pos: 67.5,-29.5 + pos: -5.5,63.5 parent: 2 - - uid: 12681 + - uid: 2607 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-19.5 + pos: -5.5,62.5 parent: 2 - - uid: 12682 + - uid: 2626 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-20.5 + pos: -4.5,63.5 parent: 2 - - uid: 12683 + - uid: 2627 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-21.5 + pos: -4.5,62.5 parent: 2 - - uid: 12684 + - uid: 2656 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-22.5 + pos: -3.5,63.5 parent: 2 - - uid: 12685 + - uid: 2755 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-23.5 + pos: -3.5,74.5 parent: 2 - - uid: 12686 + - uid: 2794 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-24.5 + pos: -10.5,74.5 parent: 2 - - uid: 12687 + - uid: 2798 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-25.5 + pos: -10.5,73.5 parent: 2 - - uid: 12688 + - uid: 4171 components: - type: Transform rot: 1.5707963267948966 rad - pos: 46.5,-26.5 + pos: 56.5,20.5 parent: 2 - - uid: 12689 + - uid: 4172 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-26.5 + rot: -1.5707963267948966 rad + pos: 65.5,29.5 parent: 2 - - uid: 12690 + - uid: 4173 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-26.5 + pos: 54.5,16.5 parent: 2 - - uid: 12691 + - uid: 4174 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-26.5 + pos: 54.5,17.5 parent: 2 - - uid: 12692 + - uid: 4177 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-26.5 + pos: 65.5,22.5 parent: 2 - - uid: 12693 + - uid: 4267 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-26.5 + pos: 62.5,18.5 parent: 2 - - uid: 12694 + - uid: 4273 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-26.5 + rot: -1.5707963267948966 rad + pos: 53.5,18.5 parent: 2 - - uid: 12695 + - uid: 4274 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-27.5 + pos: 53.5,16.5 parent: 2 - - uid: 12696 + - uid: 4276 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-28.5 + pos: 63.5,17.5 parent: 2 - - uid: 12697 + - uid: 4279 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-29.5 + pos: 62.5,17.5 parent: 2 - - uid: 12698 + - uid: 4284 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-30.5 + pos: 62.5,16.5 parent: 2 - - uid: 12699 + - uid: 4285 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-31.5 + pos: 63.5,18.5 parent: 2 - - uid: 12700 + - uid: 4287 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-32.5 + pos: 63.5,16.5 parent: 2 - - uid: 12701 + - uid: 4291 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-33.5 + pos: 53.5,17.5 parent: 2 - - uid: 12702 + - uid: 4293 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-33.5 + pos: 57.5,18.5 parent: 2 - - uid: 12703 + - uid: 4295 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-33.5 + pos: 60.5,16.5 parent: 2 - - uid: 12704 + - uid: 4302 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-33.5 + pos: 60.5,17.5 parent: 2 - - uid: 12705 + - uid: 4303 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-33.5 + pos: 59.5,17.5 parent: 2 - - uid: 12706 + - uid: 4304 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-33.5 + pos: 59.5,16.5 parent: 2 - - uid: 12711 + - uid: 4305 components: - type: Transform - pos: -66.5,33.5 + pos: 59.5,18.5 parent: 2 - - uid: 12713 + - uid: 4337 components: - type: Transform - pos: 46.5,-29.5 + pos: 58.5,16.5 parent: 2 - - uid: 12714 + - uid: 4338 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-30.5 + pos: 61.5,16.5 parent: 2 - - uid: 12715 + - uid: 4339 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-30.5 + pos: 57.5,16.5 parent: 2 - - uid: 12716 + - uid: 4340 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-30.5 + pos: 58.5,18.5 parent: 2 - - uid: 12717 + - uid: 4341 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-30.5 + pos: 58.5,17.5 parent: 2 - - uid: 12719 + - uid: 4343 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-30.5 + pos: 56.5,18.5 parent: 2 - - uid: 12720 + - uid: 4344 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-30.5 + pos: 60.5,18.5 parent: 2 - - uid: 12721 + - uid: 4345 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-30.5 + pos: 61.5,18.5 parent: 2 - - uid: 12722 + - uid: 4346 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-30.5 + pos: 56.5,16.5 parent: 2 - - uid: 12723 + - uid: 4356 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,-30.5 + pos: 56.5,17.5 parent: 2 - - uid: 12724 + - uid: 4357 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-30.5 + pos: 54.5,18.5 parent: 2 - - uid: 12725 + - uid: 4358 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-29.5 + pos: 55.5,16.5 parent: 2 - - uid: 12726 + - uid: 4360 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-28.5 + pos: 55.5,18.5 parent: 2 - - uid: 12727 + - uid: 4361 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,-28.5 + pos: 55.5,17.5 parent: 2 - - uid: 12728 + - uid: 4362 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-30.5 + pos: 61.5,17.5 parent: 2 - - uid: 12734 + - uid: 4363 components: - type: Transform - pos: 68.5,-27.5 + rot: -1.5707963267948966 rad + pos: 66.5,30.5 parent: 2 - - uid: 12741 + - uid: 4364 components: - type: Transform - pos: 66.5,-29.5 + rot: -1.5707963267948966 rad + pos: 66.5,29.5 parent: 2 - - uid: 12743 + - uid: 4413 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,-24.5 + rot: -1.5707963267948966 rad + pos: 65.5,30.5 parent: 2 - - uid: 12744 + - uid: 4414 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,-23.5 + pos: 57.5,17.5 parent: 2 - - uid: 12745 + - uid: 4418 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,-22.5 + pos: 54.5,20.5 parent: 2 - - uid: 12746 + - uid: 4420 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,-21.5 + pos: 54.5,21.5 parent: 2 - - uid: 12749 + - uid: 4421 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,-20.5 + pos: 54.5,22.5 parent: 2 - - uid: 12750 + - uid: 4422 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,-20.5 + pos: 50.5,17.5 parent: 2 - - uid: 12751 + - uid: 5237 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,-20.5 + pos: -8.5,50.5 parent: 2 - - uid: 12752 + - uid: 5244 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 74.5,-20.5 + pos: -5.5,50.5 parent: 2 - - uid: 12753 + - uid: 5297 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,-20.5 + pos: -5.5,49.5 parent: 2 - - uid: 12754 + - uid: 5302 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,-20.5 + pos: -5.5,48.5 parent: 2 - - uid: 12755 + - uid: 5405 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,-21.5 + pos: -4.5,50.5 parent: 2 - - uid: 12756 + - uid: 5409 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,-19.5 + pos: -4.5,49.5 parent: 2 - - uid: 12757 + - uid: 5447 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,-18.5 + pos: -4.5,48.5 parent: 2 - - uid: 12763 + - uid: 5450 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,-10.5 + pos: 48.5,33.5 parent: 2 - - uid: 12764 + - uid: 5451 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,-9.5 + pos: 47.5,33.5 parent: 2 - - uid: 12765 + - uid: 5452 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,-8.5 + pos: 47.5,34.5 parent: 2 - - uid: 12769 + - uid: 5453 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,-6.5 + pos: 48.5,34.5 parent: 2 - - uid: 12770 + - uid: 5454 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,-5.5 + pos: 44.5,29.5 parent: 2 - - uid: 12771 + - uid: 5455 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,-4.5 + pos: 43.5,29.5 parent: 2 - - uid: 12772 + - uid: 5456 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,-3.5 + pos: 43.5,30.5 parent: 2 - - uid: 12776 + - uid: 5457 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 78.5,-3.5 + pos: 44.5,30.5 parent: 2 - - uid: 12778 + - uid: 5458 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,1.5 + pos: 45.5,29.5 parent: 2 - - uid: 12779 + - uid: 5459 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,2.5 + pos: 45.5,30.5 parent: 2 - - uid: 12780 + - uid: 5460 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,3.5 + pos: 46.5,30.5 parent: 2 - - uid: 12781 + - uid: 5461 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,3.5 + pos: 46.5,29.5 parent: 2 - - uid: 12782 + - uid: 5462 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,4.5 + pos: 48.5,29.5 parent: 2 - - uid: 12783 + - uid: 5463 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,5.5 + pos: 48.5,30.5 parent: 2 - - uid: 12784 + - uid: 5464 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,6.5 + pos: 49.5,29.5 parent: 2 - - uid: 12785 + - uid: 5465 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,7.5 + pos: 49.5,30.5 parent: 2 - - uid: 12786 + - uid: 5466 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,8.5 + pos: 44.5,34.5 parent: 2 - - uid: 12787 + - uid: 5467 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,9.5 + pos: 43.5,34.5 parent: 2 - - uid: 12865 + - uid: 5468 components: - type: Transform - pos: 68.5,-28.5 + pos: 43.5,33.5 parent: 2 - - uid: 12866 + - uid: 5469 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,-28.5 + pos: 44.5,33.5 parent: 2 - - uid: 12871 + - uid: 5470 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,-27.5 + pos: 46.5,33.5 parent: 2 - - uid: 12872 + - uid: 5471 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,-29.5 + pos: 46.5,34.5 parent: 2 - - uid: 12873 + - uid: 5472 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,-28.5 + pos: 49.5,33.5 parent: 2 - - uid: 12875 + - uid: 5473 components: - type: Transform - pos: 66.5,-27.5 + pos: 49.5,34.5 parent: 2 - - uid: 12888 + - uid: 5478 components: - type: Transform - pos: 49.5,-29.5 + pos: -3.5,50.5 parent: 2 - - uid: 12890 + - uid: 7567 components: - type: Transform - pos: 47.5,-30.5 + pos: -1.5,74.5 parent: 2 - - uid: 12891 + - uid: 7881 components: - type: Transform - pos: 49.5,-30.5 + pos: 88.5,39.5 parent: 2 - - uid: 12942 + - uid: 8140 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,-30.5 + pos: -71.5,3.5 parent: 2 - - uid: 12998 + - uid: 8334 components: - type: Transform - pos: -66.5,35.5 + pos: -73.5,2.5 parent: 2 - - uid: 13232 + - uid: 8727 components: - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-16.5 + pos: -40.5,33.5 parent: 2 - - uid: 13235 + - uid: 11258 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,3.5 + pos: -71.5,2.5 parent: 2 - - uid: 13276 + - uid: 13827 components: - type: Transform - pos: 80.5,-12.5 + pos: 87.5,39.5 parent: 2 - - uid: 13313 + - uid: 15256 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-12.5 + pos: -4.5,72.5 parent: 2 - - uid: 13329 + - uid: 15258 components: - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,24.5 + pos: -3.5,73.5 parent: 2 - - uid: 13330 + - uid: 15860 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,24.5 + pos: 65.5,21.5 parent: 2 - - uid: 13359 + - uid: 15923 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-28.5 + pos: -3.5,72.5 parent: 2 - - uid: 13495 + - uid: 15924 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-58.5 + pos: -8.5,72.5 parent: 2 - - uid: 13496 + - uid: 15925 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-56.5 + pos: -4.5,73.5 parent: 2 - - uid: 13497 + - uid: 15960 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-45.5 + pos: -2.5,73.5 parent: 2 - - uid: 13498 + - uid: 16283 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-83.5 + pos: -10.5,49.5 parent: 2 - - uid: 13499 + - uid: 16417 components: - type: Transform rot: -1.5707963267948966 rad - pos: 62.5,-83.5 + pos: -40.5,36.5 parent: 2 - - uid: 13500 + - uid: 16589 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,-85.5 + pos: 66.5,21.5 parent: 2 - - uid: 13501 + - uid: 16593 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-65.5 + pos: 65.5,18.5 parent: 2 - - uid: 13502 + - uid: 16594 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-73.5 + pos: 66.5,20.5 parent: 2 - - uid: 13503 + - uid: 16614 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-74.5 + pos: 65.5,16.5 parent: 2 - - uid: 13520 + - uid: 16616 components: - type: Transform - pos: 55.5,-33.5 + pos: 65.5,13.5 parent: 2 - - uid: 13521 + - uid: 16618 components: - type: Transform - pos: 56.5,-33.5 + pos: 66.5,22.5 parent: 2 - - uid: 13522 + - uid: 16620 components: - type: Transform - pos: 57.5,-33.5 + pos: 65.5,17.5 parent: 2 - - uid: 13523 + - uid: 17005 components: - type: Transform - pos: 55.5,-35.5 + pos: -9.5,63.5 parent: 2 - - uid: 13524 + - uid: 17918 components: - type: Transform - pos: 56.5,-35.5 + pos: -9.5,50.5 parent: 2 - - uid: 13525 + - uid: 18027 components: - type: Transform - pos: 57.5,-35.5 + pos: 65.5,14.5 parent: 2 - - uid: 13526 + - uid: 18095 components: - type: Transform - pos: 56.5,-34.5 + pos: -9.5,62.5 parent: 2 - - uid: 13527 + - uid: 18104 components: - type: Transform - pos: 55.5,-36.5 + pos: -8.5,62.5 parent: 2 - - uid: 13528 + - uid: 18112 components: - type: Transform - pos: 55.5,-37.5 + pos: -7.5,63.5 parent: 2 - - uid: 13529 + - uid: 18127 components: - type: Transform - pos: 55.5,-38.5 + pos: -10.5,48.5 parent: 2 - - uid: 13530 + - uid: 18128 components: - type: Transform - pos: 56.5,-38.5 + pos: -9.5,49.5 parent: 2 - - uid: 13531 + - uid: 18130 components: - type: Transform - pos: 57.5,-37.5 + pos: -8.5,63.5 parent: 2 - - uid: 13532 + - uid: 18131 components: - type: Transform - pos: 57.5,-38.5 + pos: -9.5,48.5 parent: 2 - - uid: 13533 + - uid: 18159 components: - type: Transform - pos: 57.5,-36.5 + pos: -3.5,49.5 parent: 2 - - uid: 13534 + - uid: 18160 components: - type: Transform - pos: 56.5,-39.5 + pos: -3.5,48.5 parent: 2 - - uid: 13550 + - uid: 18196 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,-80.5 + pos: -8.5,49.5 parent: 2 - - uid: 13558 + - uid: 18207 components: - type: Transform - pos: 57.5,-31.5 + pos: -10.5,50.5 parent: 2 - - uid: 13559 + - uid: 18208 components: - type: Transform - pos: 55.5,-31.5 + pos: -8.5,48.5 parent: 2 - - uid: 13560 + - uid: 18220 components: - type: Transform - pos: 55.5,-32.5 + pos: 65.5,12.5 parent: 2 - - uid: 13561 + - uid: 18312 components: - type: Transform - pos: 57.5,-32.5 + pos: -9.5,75.5 parent: 2 - - uid: 13651 + - uid: 18323 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-55.5 + pos: -9.5,73.5 parent: 2 - - uid: 13652 + - uid: 19334 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-52.5 + pos: 65.5,15.5 parent: 2 - - uid: 13653 + - uid: 19464 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-50.5 + pos: -1.5,72.5 parent: 2 - - uid: 13654 + - uid: 19473 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-51.5 + pos: -2.5,74.5 parent: 2 - - uid: 13659 + - uid: 19485 components: - type: Transform rot: -1.5707963267948966 rad - pos: 56.5,-49.5 - parent: 2 - - uid: 13722 - components: - - type: Transform - pos: -46.5,63.5 + pos: -10.5,75.5 parent: 2 - - uid: 13724 + - uid: 19543 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,11.5 + pos: -2.5,72.5 parent: 2 - - uid: 13727 + - uid: 19625 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,9.5 + pos: -9.5,72.5 parent: 2 - - uid: 13729 + - uid: 19739 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,8.5 + pos: -1.5,73.5 parent: 2 - - uid: 13822 + - uid: 19789 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-29.5 + pos: -9.5,74.5 parent: 2 - - uid: 13861 + - uid: 19942 components: - type: Transform - pos: -42.5,69.5 + rot: -1.5707963267948966 rad + pos: -75.5,-5.5 parent: 2 - - uid: 13862 + - uid: 19951 components: - type: Transform - pos: -46.5,66.5 + rot: -1.5707963267948966 rad + pos: -75.5,-4.5 parent: 2 - - uid: 13958 + - uid: 20211 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,56.5 + pos: -9.5,64.5 parent: 2 - - uid: 13959 + - uid: 20546 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,56.5 + pos: -10.5,63.5 parent: 2 - - uid: 13976 + - uid: 20796 components: - type: Transform - pos: -65.5,34.5 + pos: -3.5,64.5 parent: 2 - - uid: 14078 + - uid: 20905 components: - type: Transform - pos: 4.5,44.5 + pos: -4.5,64.5 parent: 2 - - uid: 14091 + - uid: 20990 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,6.5 + pos: -2.5,64.5 parent: 2 - - uid: 14199 + - uid: 21255 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,54.5 + pos: -4.5,74.5 parent: 2 - - uid: 14245 + - uid: 21681 components: - type: Transform - pos: -46.5,67.5 + pos: -10.5,72.5 parent: 2 - - uid: 14386 + - uid: 21717 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,16.5 + pos: -8.5,73.5 parent: 2 - - uid: 14401 + - uid: 21738 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,16.5 + pos: -8.5,75.5 parent: 2 - - uid: 14423 + - uid: 21797 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,16.5 + pos: -7.5,64.5 parent: 2 - - uid: 14568 + - uid: 21827 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,33.5 + pos: -2.5,62.5 parent: 2 - - uid: 14569 + - uid: 21838 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,33.5 + pos: 66.5,19.5 parent: 2 - - uid: 14570 + - uid: 22226 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,33.5 + pos: 66.5,18.5 parent: 2 - - uid: 14571 + - uid: 22329 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,33.5 + rot: -1.5707963267948966 rad + pos: -38.5,36.5 parent: 2 - - uid: 14572 + - uid: 22767 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,33.5 + pos: -10.5,64.5 parent: 2 - - uid: 14573 + - uid: 22769 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,33.5 + pos: -10.5,62.5 parent: 2 - - uid: 14574 + - uid: 22818 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,33.5 + pos: -2.5,63.5 parent: 2 - - uid: 14575 + - uid: 22838 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,33.5 + pos: -5.5,64.5 parent: 2 - - uid: 14576 + - uid: 22913 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,33.5 + pos: -8.5,64.5 parent: 2 - - uid: 14577 + - uid: 23071 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,33.5 + rot: -1.5707963267948966 rad + pos: -74.5,-3.5 parent: 2 - - uid: 14578 + - uid: 23253 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,33.5 + pos: -72.5,3.5 parent: 2 - - uid: 14579 + - uid: 23469 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,33.5 + pos: 87.5,40.5 parent: 2 - - uid: 14580 + - uid: 23482 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,33.5 + pos: 87.5,41.5 parent: 2 - - uid: 14581 + - uid: 23510 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,33.5 + rot: -1.5707963267948966 rad + pos: -74.5,-4.5 parent: 2 - - uid: 14582 + - uid: 23511 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,33.5 + rot: -1.5707963267948966 rad + pos: -73.5,-4.5 parent: 2 - - uid: 14583 + - uid: 23513 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,33.5 + rot: -1.5707963267948966 rad + pos: -73.5,-3.5 parent: 2 - - uid: 14584 + - uid: 23514 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,33.5 + rot: -1.5707963267948966 rad + pos: -74.5,-5.5 parent: 2 - - uid: 14585 + - uid: 23515 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,33.5 + rot: -1.5707963267948966 rad + pos: -73.5,-5.5 parent: 2 - - uid: 14594 + - uid: 23627 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,33.5 + pos: -72.5,2.5 parent: 2 - - uid: 14595 + - uid: 25006 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,34.5 + pos: 56.5,12.5 parent: 2 - - uid: 14596 + - uid: 27948 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,35.5 + rot: -1.5707963267948966 rad + pos: -75.5,-3.5 parent: 2 - - uid: 14597 + - uid: 29852 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,36.5 + pos: 86.5,41.5 parent: 2 - - uid: 14613 + - uid: 29854 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,49.5 + pos: 88.5,40.5 parent: 2 - - uid: 14614 + - uid: 29855 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,50.5 + pos: 88.5,41.5 parent: 2 - - uid: 14615 + - uid: 29856 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,51.5 + pos: 86.5,39.5 parent: 2 - - uid: 14637 + - uid: 29858 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,49.5 + pos: 86.5,40.5 parent: 2 - - uid: 14763 + - uid: 30351 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,32.5 + pos: 48.5,15.5 parent: 2 - - uid: 14764 + - uid: 30352 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,31.5 + pos: 48.5,16.5 parent: 2 - - uid: 14765 + - uid: 30367 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,30.5 + pos: 65.5,20.5 parent: 2 - - uid: 14766 + - uid: 30369 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,29.5 + pos: 65.5,19.5 parent: 2 - - uid: 14767 + - uid: 30470 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,28.5 + pos: 48.5,17.5 parent: 2 - - uid: 14768 + - uid: 30471 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,27.5 + pos: 48.5,18.5 parent: 2 - - uid: 14769 + - uid: 30472 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,26.5 + pos: 48.5,19.5 parent: 2 - - uid: 14770 + - uid: 30473 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,25.5 + pos: 49.5,15.5 parent: 2 - - uid: 14771 + - uid: 30474 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,24.5 + pos: 49.5,16.5 parent: 2 - - uid: 14772 + - uid: 30475 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,23.5 + pos: 49.5,17.5 parent: 2 - - uid: 14773 + - uid: 30476 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,22.5 + pos: 49.5,18.5 parent: 2 - - uid: 14774 + - uid: 30477 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,27.5 + pos: 49.5,19.5 parent: 2 - - uid: 15089 + - uid: 30478 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,49.5 + pos: 50.5,15.5 parent: 2 - - uid: 15156 + - uid: 30479 components: - type: Transform - pos: -46.5,69.5 + pos: 50.5,16.5 parent: 2 - - uid: 15198 + - uid: 30481 components: - type: Transform - pos: -44.5,69.5 + pos: 50.5,18.5 parent: 2 - - uid: 15862 + - uid: 30482 components: - type: Transform - pos: 87.5,-11.5 + pos: 50.5,19.5 parent: 2 - - uid: 15930 + - uid: 33659 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,55.5 + pos: -38.5,66.5 parent: 2 - - uid: 15935 + - uid: 33660 components: - type: Transform - pos: -46.5,62.5 + pos: -38.5,65.5 parent: 2 - - uid: 15960 + - uid: 33661 components: - type: Transform - pos: -45.5,69.5 + pos: -38.5,64.5 parent: 2 - - uid: 16017 + - uid: 33662 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,26.5 + pos: -38.5,63.5 parent: 2 - - uid: 16018 + - uid: 33663 components: - type: Transform - pos: -2.5,36.5 + pos: -37.5,66.5 parent: 2 - - uid: 16019 + - uid: 33664 components: - type: Transform - pos: -2.5,35.5 + pos: -37.5,65.5 parent: 2 - - uid: 16020 + - uid: 33665 components: - type: Transform - pos: -2.5,34.5 + pos: -37.5,64.5 parent: 2 - - uid: 16021 + - uid: 33666 components: - type: Transform - pos: -2.5,33.5 + pos: -37.5,63.5 parent: 2 - - uid: 16022 + - uid: 33667 components: - type: Transform - pos: -2.5,32.5 + pos: -36.5,66.5 parent: 2 - - uid: 16023 + - uid: 33668 components: - type: Transform - pos: -2.5,31.5 + pos: -36.5,65.5 parent: 2 - - uid: 16024 + - uid: 33669 components: - type: Transform - pos: -2.5,30.5 + pos: -36.5,64.5 parent: 2 - - uid: 16025 + - uid: 33670 components: - type: Transform - pos: -2.5,29.5 + pos: -36.5,63.5 parent: 2 - - uid: 16158 + - uid: 33671 components: - type: Transform - pos: 93.5,-23.5 + pos: -38.5,62.5 parent: 2 - - uid: 16361 + - uid: 33672 components: - type: Transform - pos: -46.5,68.5 + pos: -37.5,62.5 parent: 2 - - uid: 16367 + - uid: 33673 components: - type: Transform - pos: -43.5,69.5 + pos: -36.5,62.5 parent: 2 - - uid: 16405 + - uid: 35703 components: - type: Transform - pos: -46.5,60.5 + rot: 1.5707963267948966 rad + pos: 56.5,85.5 parent: 2 - - uid: 16637 + - uid: 35704 components: - type: Transform rot: 1.5707963267948966 rad - pos: 80.5,-13.5 + pos: 57.5,85.5 parent: 2 - - uid: 16638 + - uid: 35705 components: - type: Transform rot: 1.5707963267948966 rad - pos: 80.5,-14.5 + pos: 58.5,84.5 parent: 2 - - uid: 16639 + - uid: 35706 components: - type: Transform rot: 1.5707963267948966 rad - pos: 87.5,-20.5 + pos: 57.5,83.5 parent: 2 - - uid: 16641 + - uid: 35707 components: - type: Transform rot: 1.5707963267948966 rad - pos: 85.5,-20.5 + pos: 56.5,83.5 parent: 2 - - uid: 16647 + - uid: 35708 components: - type: Transform rot: 1.5707963267948966 rad - pos: 80.5,-19.5 + pos: 57.5,84.5 parent: 2 - - uid: 16655 + - uid: 35710 components: - type: Transform - pos: 53.5,32.5 + rot: 1.5707963267948966 rad + pos: 58.5,83.5 parent: 2 - - uid: 16702 + - uid: 36468 components: - type: Transform - pos: 83.5,-20.5 + rot: 1.5707963267948966 rad + pos: 67.5,23.5 parent: 2 - - uid: 16850 + - uid: 37733 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-4.5 + pos: 66.5,15.5 parent: 2 - - uid: 16853 + - uid: 37734 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-31.5 + pos: 66.5,16.5 parent: 2 - - uid: 16854 + - uid: 37735 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-30.5 + pos: 66.5,17.5 parent: 2 - - uid: 16855 + - uid: 37736 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-29.5 + pos: 66.5,14.5 parent: 2 - - uid: 16920 + - uid: 37739 components: - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-17.5 + pos: 66.5,13.5 parent: 2 - - uid: 17383 + - uid: 37740 components: - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,-15.5 + pos: 66.5,12.5 parent: 2 - - uid: 17648 + - uid: 37741 components: - type: Transform - pos: 93.5,-19.5 + pos: 67.5,22.5 parent: 2 - - uid: 17811 + - uid: 37742 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-4.5 + pos: 67.5,21.5 parent: 2 - - uid: 17830 + - uid: 37745 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-4.5 + pos: 67.5,20.5 parent: 2 - - uid: 18092 + - uid: 37746 components: - type: Transform - pos: 93.5,-10.5 + pos: 67.5,19.5 parent: 2 - - uid: 18197 + - uid: 37747 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-4.5 + pos: 67.5,18.5 parent: 2 - - uid: 18199 + - uid: 37749 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-4.5 + pos: 67.5,17.5 parent: 2 - - uid: 18222 + - uid: 37750 components: - type: Transform - pos: -31.5,71.5 + pos: 67.5,16.5 parent: 2 - - uid: 18244 + - uid: 37751 components: - type: Transform - pos: -25.5,5.5 + pos: 67.5,15.5 parent: 2 - - uid: 18252 + - uid: 37752 components: - type: Transform - pos: -31.5,72.5 + pos: 67.5,14.5 parent: 2 - - uid: 18270 + - uid: 38131 components: - type: Transform - pos: -32.5,72.5 + pos: 67.5,13.5 parent: 2 - - uid: 18358 + - uid: 38132 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-4.5 + pos: 67.5,12.5 parent: 2 - - uid: 18360 + - uid: 39097 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-4.5 + pos: 68.5,22.5 parent: 2 - - uid: 18369 + - uid: 39098 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-28.5 + pos: 68.5,21.5 parent: 2 - - uid: 18512 + - uid: 39099 components: - type: Transform - pos: 81.5,-20.5 + pos: 68.5,20.5 parent: 2 - - uid: 18518 + - uid: 39100 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-4.5 + pos: 68.5,19.5 parent: 2 - - uid: 18572 + - uid: 39101 components: - type: Transform - pos: -36.5,-49.5 + pos: 68.5,18.5 parent: 2 - - uid: 18642 + - uid: 39102 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,12.5 + pos: 68.5,17.5 parent: 2 - - uid: 18643 + - uid: 39103 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,10.5 + pos: 68.5,16.5 parent: 2 - - uid: 18644 + - uid: 39104 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,7.5 + pos: 68.5,15.5 parent: 2 - - uid: 18645 + - uid: 39105 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,6.5 + pos: 68.5,14.5 parent: 2 - - uid: 18987 + - uid: 39106 components: - type: Transform - pos: 85.5,-11.5 + pos: 68.5,13.5 parent: 2 - - uid: 18993 + - uid: 39107 components: - type: Transform - pos: 79.5,-16.5 + pos: 68.5,12.5 parent: 2 - - uid: 18994 + - uid: 39108 components: - type: Transform - pos: 79.5,-19.5 + pos: 69.5,22.5 parent: 2 - - uid: 19045 + - uid: 39109 components: - type: Transform - pos: 83.5,-11.5 + pos: 69.5,21.5 parent: 2 - - uid: 19046 + - uid: 39110 components: - type: Transform - pos: 82.5,-11.5 + pos: 69.5,20.5 parent: 2 - - uid: 19047 + - uid: 39111 components: - type: Transform - pos: 81.5,-11.5 + pos: 69.5,19.5 parent: 2 - - uid: 19048 + - uid: 39112 components: - type: Transform - pos: 80.5,-11.5 + pos: 69.5,18.5 parent: 2 - - uid: 19049 + - uid: 39113 components: - type: Transform - pos: 79.5,-11.5 + pos: 69.5,17.5 parent: 2 - - uid: 19050 + - uid: 39114 components: - type: Transform - pos: 79.5,-12.5 + pos: 69.5,16.5 parent: 2 - - uid: 19051 + - uid: 39115 components: - type: Transform - pos: 85.5,-21.5 + pos: 69.5,15.5 parent: 2 - - uid: 19052 + - uid: 39116 components: - type: Transform - pos: 87.5,-21.5 + pos: 69.5,14.5 parent: 2 - - uid: 19056 + - uid: 39117 components: - type: Transform - pos: 79.5,-20.5 + pos: 69.5,13.5 parent: 2 - - uid: 19058 + - uid: 39118 components: - type: Transform - pos: 81.5,-12.5 + pos: 69.5,12.5 parent: 2 - - uid: 19059 + - uid: 39119 components: - type: Transform - pos: 88.5,-11.5 + pos: 69.5,11.5 parent: 2 - - uid: 19061 + - uid: 39120 components: - type: Transform - pos: 79.5,-13.5 + pos: 68.5,11.5 parent: 2 - - uid: 19062 + - uid: 39121 components: - type: Transform - pos: 79.5,-14.5 + pos: 67.5,11.5 parent: 2 - - uid: 19093 + - uid: 39122 components: - type: Transform - pos: 82.5,-21.5 + pos: 66.5,11.5 parent: 2 - - uid: 19094 + - uid: 39123 components: - type: Transform - pos: 83.5,-21.5 + pos: 66.5,10.5 parent: 2 - - uid: 19095 + - uid: 39124 components: - type: Transform - pos: 84.5,-21.5 + pos: 67.5,10.5 parent: 2 - - uid: 19096 + - uid: 39125 components: - type: Transform - pos: 79.5,-21.5 + pos: 68.5,10.5 parent: 2 - - uid: 19097 + - uid: 39126 components: - type: Transform - pos: 80.5,-21.5 + pos: 66.5,23.5 parent: 2 - - uid: 19098 + - uid: 39127 components: - type: Transform - pos: 81.5,-21.5 + pos: 66.5,24.5 parent: 2 - - uid: 19099 + - uid: 39129 components: - type: Transform - pos: 88.5,-21.5 + pos: 67.5,24.5 parent: 2 - - uid: 19103 + - uid: 39130 components: - type: Transform - pos: 86.5,-21.5 + pos: 68.5,23.5 parent: 2 - - uid: 19165 + - uid: 39131 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,6.5 + pos: 68.5,24.5 parent: 2 - - uid: 19227 + - uid: 39132 components: - type: Transform - pos: -36.5,-43.5 + pos: 69.5,23.5 parent: 2 - - uid: 19318 + - uid: 39133 components: - type: Transform rot: -1.5707963267948966 rad - pos: -36.5,-38.5 + pos: 52.5,18.5 parent: 2 - - uid: 19325 + - uid: 39134 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-29.5 + pos: 52.5,17.5 parent: 2 - - uid: 19326 + - uid: 39135 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,-30.5 + pos: 52.5,16.5 parent: 2 - - uid: 19395 + - uid: 39136 components: - type: Transform - pos: -36.5,-45.5 + pos: 55.5,22.5 parent: 2 - - uid: 19454 + - uid: 39137 components: - type: Transform - pos: -36.5,-51.5 + pos: 55.5,21.5 parent: 2 - - uid: 19481 + - uid: 39138 components: - type: Transform - pos: -5.5,79.5 + pos: 55.5,20.5 parent: 2 - - uid: 19604 + - uid: 39139 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-4.5 + rot: 1.5707963267948966 rad + pos: 56.5,21.5 parent: 2 - - uid: 19631 + - uid: 39140 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-4.5 + rot: 1.5707963267948966 rad + pos: 56.5,22.5 parent: 2 - - uid: 19646 + - uid: 39142 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-4.5 + pos: 54.5,14.5 parent: 2 - - uid: 19649 + - uid: 39143 components: - type: Transform - pos: -36.5,-46.5 + pos: 54.5,13.5 parent: 2 - - uid: 19689 + - uid: 39144 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-4.5 + pos: 54.5,12.5 parent: 2 - - uid: 19796 + - uid: 39145 components: - type: Transform - pos: -32.5,70.5 + pos: 55.5,14.5 parent: 2 - - uid: 19797 + - uid: 39146 components: - type: Transform - pos: -32.5,71.5 + pos: 55.5,13.5 parent: 2 - - uid: 19807 + - uid: 39147 components: - type: Transform - pos: -36.5,-47.5 + pos: 55.5,12.5 parent: 2 - - uid: 19814 + - uid: 39148 components: - type: Transform - pos: -45.5,56.5 + pos: 56.5,13.5 parent: 2 - - uid: 19828 + - uid: 39149 components: - type: Transform - pos: -46.5,65.5 + pos: 56.5,14.5 parent: 2 - - uid: 19848 + - uid: 39272 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,69.5 + rot: -1.5707963267948966 rad + pos: -44.5,-25.5 parent: 2 - - uid: 19898 + - uid: 39273 components: - type: Transform - pos: 93.5,-8.5 + rot: -1.5707963267948966 rad + pos: -44.5,-26.5 parent: 2 - - uid: 19936 + - uid: 39274 components: - type: Transform - pos: -36.5,-52.5 + rot: -1.5707963267948966 rad + pos: -44.5,-27.5 parent: 2 - - uid: 20006 + - uid: 39275 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 80.5,-20.5 + rot: -1.5707963267948966 rad + pos: -43.5,-25.5 parent: 2 - - uid: 20152 + - uid: 39276 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 80.5,-17.5 + rot: -1.5707963267948966 rad + pos: -43.5,-26.5 parent: 2 - - uid: 20153 + - uid: 39277 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 80.5,-16.5 + rot: -1.5707963267948966 rad + pos: -43.5,-27.5 parent: 2 - - uid: 20154 + - uid: 39278 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 80.5,-15.5 + rot: -1.5707963267948966 rad + pos: -42.5,-25.5 parent: 2 - - uid: 20185 + - uid: 39279 components: - type: Transform rot: -1.5707963267948966 rad - pos: -17.5,-4.5 + pos: -42.5,-26.5 parent: 2 - - uid: 20191 + - uid: 39280 components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.5,-4.5 + pos: -42.5,-27.5 parent: 2 - - uid: 20198 + - uid: 39281 components: - type: Transform rot: -1.5707963267948966 rad - pos: -15.5,-4.5 + pos: -41.5,-25.5 parent: 2 - - uid: 20214 + - uid: 39282 components: - type: Transform - pos: -44.5,56.5 + rot: -1.5707963267948966 rad + pos: -41.5,-26.5 parent: 2 - - uid: 20215 + - uid: 39283 components: - type: Transform - pos: 52.5,-31.5 + rot: -1.5707963267948966 rad + pos: -41.5,-27.5 parent: 2 - - uid: 20223 + - uid: 40007 components: - type: Transform - pos: 36.5,10.5 + pos: -40.5,32.5 parent: 2 - - uid: 20279 + - uid: 40008 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,16.5 + pos: -39.5,33.5 parent: 2 - - uid: 20289 + - uid: 40009 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,16.5 + pos: -39.5,32.5 parent: 2 - - uid: 20310 + - uid: 40010 components: - type: Transform - pos: -36.5,-42.5 + pos: -38.5,33.5 parent: 2 - - uid: 20476 + - uid: 40011 components: - type: Transform - pos: -68.5,34.5 + pos: -38.5,32.5 parent: 2 - - uid: 20477 + - uid: 40016 components: - type: Transform - pos: -29.5,2.5 + rot: -1.5707963267948966 rad + pos: -37.5,36.5 parent: 2 - - uid: 20480 + - uid: 40018 components: - type: Transform - pos: -68.5,35.5 + rot: -1.5707963267948966 rad + pos: -39.5,36.5 parent: 2 - - uid: 20481 + - uid: 40019 components: - type: Transform - pos: -66.5,34.5 + rot: -1.5707963267948966 rad + pos: -41.5,36.5 parent: 2 - - uid: 20483 +- proto: CarpetBlue + entities: + - uid: 850 components: - type: Transform - pos: 48.5,-30.5 + pos: -3.5,-31.5 parent: 2 - - uid: 20484 + - uid: 1071 components: - type: Transform - pos: 50.5,-29.5 + pos: 21.5,49.5 parent: 2 - - uid: 20485 + - uid: 1338 components: - type: Transform - pos: 48.5,-29.5 + rot: 1.5707963267948966 rad + pos: -35.5,-25.5 parent: 2 - - uid: 20486 + - uid: 1360 components: - type: Transform - pos: 47.5,-29.5 + pos: -2.5,-33.5 parent: 2 - - uid: 20489 + - uid: 1836 components: - type: Transform - pos: 43.5,13.5 + rot: 3.141592653589793 rad + pos: 7.5,-41.5 parent: 2 - - uid: 20507 + - uid: 1857 components: - type: Transform - pos: -67.5,34.5 + rot: 3.141592653589793 rad + pos: 7.5,-42.5 parent: 2 - - uid: 20508 + - uid: 1896 components: - type: Transform - pos: 47.5,-28.5 + pos: 6.5,29.5 parent: 2 - - uid: 20514 + - uid: 1897 components: - type: Transform - pos: 45.5,12.5 + pos: 6.5,28.5 parent: 2 - - uid: 20619 + - uid: 1953 components: - type: Transform - pos: 52.5,43.5 + pos: 12.5,28.5 parent: 2 - - uid: 20694 + - uid: 1954 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,55.5 + pos: 11.5,28.5 parent: 2 - - uid: 20778 + - uid: 1955 components: - type: Transform - pos: 93.5,-9.5 + pos: 11.5,29.5 parent: 2 - - uid: 20798 + - uid: 1957 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 86.5,-12.5 + pos: 12.5,29.5 parent: 2 - - uid: 20799 + - uid: 1959 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 85.5,-12.5 + pos: 13.5,29.5 parent: 2 - - uid: 20801 + - uid: 1960 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 87.5,-12.5 + pos: 13.5,28.5 parent: 2 - - uid: 20839 + - uid: 1968 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,16.5 + pos: 7.5,28.5 parent: 2 - - uid: 20840 + - uid: 1969 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,15.5 + pos: 7.5,29.5 parent: 2 - - uid: 20841 + - uid: 1970 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,14.5 + pos: 8.5,29.5 parent: 2 - - uid: 20842 + - uid: 1971 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,13.5 + pos: 8.5,28.5 parent: 2 - - uid: 20853 + - uid: 1972 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,6.5 + pos: 5.5,28.5 parent: 2 - - uid: 20861 + - uid: 1973 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-1.5 + pos: 5.5,29.5 parent: 2 - - uid: 20862 + - uid: 2028 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-2.5 + rot: -1.5707963267948966 rad + pos: -36.5,-29.5 parent: 2 - - uid: 20891 + - uid: 2030 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,17.5 + rot: -1.5707963267948966 rad + pos: -37.5,-29.5 parent: 2 - - uid: 20892 + - uid: 2063 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,16.5 + pos: -3.5,-33.5 parent: 2 - - uid: 20893 + - uid: 2269 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,15.5 + pos: -4.5,-33.5 parent: 2 - - uid: 20894 + - uid: 2274 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,14.5 + pos: -3.5,-32.5 parent: 2 - - uid: 20895 + - uid: 2283 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,13.5 + pos: -2.5,-32.5 parent: 2 - - uid: 20896 + - uid: 2974 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,12.5 + rot: -1.5707963267948966 rad + pos: -37.5,-25.5 parent: 2 - - uid: 20897 + - uid: 2975 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,11.5 + rot: -1.5707963267948966 rad + pos: -36.5,-25.5 parent: 2 - - uid: 20898 + - uid: 3335 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,11.5 + pos: 19.5,38.5 parent: 2 - - uid: 20903 + - uid: 5736 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,9.5 + pos: 22.5,48.5 parent: 2 - - uid: 20904 + - uid: 9141 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,8.5 + pos: -2.5,-31.5 parent: 2 - - uid: 20906 + - uid: 9217 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,6.5 + pos: -4.5,-32.5 parent: 2 - - uid: 20907 + - uid: 9482 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,5.5 + rot: 3.141592653589793 rad + pos: 28.5,50.5 parent: 2 - - uid: 20908 + - uid: 9536 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,4.5 + pos: -4.5,-31.5 parent: 2 - - uid: 20909 + - uid: 10221 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,3.5 + rot: 3.141592653589793 rad + pos: 27.5,49.5 parent: 2 - - uid: 20910 + - uid: 10984 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,2.5 + rot: 3.141592653589793 rad + pos: 26.5,50.5 parent: 2 - - uid: 20911 + - uid: 11402 components: - type: Transform rot: 1.5707963267948966 rad - pos: 38.5,1.5 + pos: -35.5,-29.5 parent: 2 - - uid: 20912 + - uid: 13102 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,0.5 + pos: 5.5,-32.5 parent: 2 - - uid: 20913 + - uid: 13103 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-0.5 + pos: 5.5,-33.5 parent: 2 - - uid: 20914 + - uid: 13104 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-1.5 + pos: 6.5,-32.5 parent: 2 - - uid: 20915 + - uid: 13105 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-2.5 + pos: 6.5,-33.5 parent: 2 - - uid: 20916 + - uid: 13106 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-3.5 + pos: 7.5,-33.5 parent: 2 - - uid: 20917 + - uid: 13107 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-4.5 + pos: 7.5,-32.5 parent: 2 - - uid: 20918 + - uid: 13108 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-5.5 + pos: 4.5,-32.5 parent: 2 - - uid: 20919 + - uid: 13109 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-6.5 + pos: 4.5,-33.5 parent: 2 - - uid: 20920 + - uid: 13987 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-7.5 + pos: 23.5,49.5 parent: 2 - - uid: 20921 + - uid: 14144 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-8.5 + pos: 10.5,49.5 parent: 2 - - uid: 20922 + - uid: 14145 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-9.5 + pos: 10.5,48.5 parent: 2 - - uid: 20923 + - uid: 14146 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-10.5 + pos: 10.5,47.5 parent: 2 - - uid: 20924 + - uid: 14147 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-11.5 + pos: 10.5,46.5 parent: 2 - - uid: 20925 + - uid: 14148 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-12.5 + pos: 11.5,49.5 parent: 2 - - uid: 20946 + - uid: 14149 components: - type: Transform - pos: -36.5,-50.5 + pos: 11.5,48.5 parent: 2 - - uid: 20958 + - uid: 14150 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,10.5 + pos: 11.5,47.5 parent: 2 - - uid: 21072 + - uid: 14151 components: - type: Transform - pos: -29.5,3.5 + pos: 11.5,46.5 parent: 2 - - uid: 21099 + - uid: 14152 components: - type: Transform - pos: 93.5,-18.5 + pos: 12.5,49.5 parent: 2 - - uid: 21183 + - uid: 14153 components: - type: Transform - pos: -62.5,-16.5 + pos: 12.5,48.5 parent: 2 - - uid: 21184 + - uid: 14154 components: - type: Transform - pos: -63.5,-16.5 + pos: 12.5,47.5 parent: 2 - - uid: 21185 + - uid: 14155 components: - type: Transform - pos: -64.5,-16.5 + pos: 12.5,46.5 parent: 2 - - uid: 21186 + - uid: 14156 components: - type: Transform - pos: -65.5,-16.5 + pos: 13.5,49.5 parent: 2 - - uid: 21194 + - uid: 14157 components: - type: Transform - pos: 39.5,13.5 + pos: 13.5,48.5 parent: 2 - - uid: 21196 + - uid: 14158 components: - type: Transform - pos: 48.5,-28.5 + pos: 13.5,47.5 parent: 2 - - uid: 21197 + - uid: 14159 components: - type: Transform - pos: 49.5,-28.5 + pos: 13.5,46.5 parent: 2 - - uid: 21205 + - uid: 14161 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,80.5 + pos: 14.5,48.5 parent: 2 - - uid: 21206 + - uid: 14162 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,79.5 + pos: 14.5,47.5 parent: 2 - - uid: 21229 + - uid: 14163 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,20.5 + pos: 14.5,46.5 parent: 2 - - uid: 21230 + - uid: 14227 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,19.5 + pos: 10.5,39.5 parent: 2 - - uid: 21231 + - uid: 14228 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,18.5 + pos: 10.5,38.5 parent: 2 - - uid: 21271 + - uid: 14229 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,24.5 + pos: 11.5,39.5 parent: 2 - - uid: 21272 + - uid: 14230 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,23.5 + pos: 11.5,38.5 parent: 2 - - uid: 21273 + - uid: 14231 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,29.5 + pos: 12.5,39.5 parent: 2 - - uid: 21274 + - uid: 14232 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,26.5 + pos: 12.5,38.5 parent: 2 - - uid: 21276 + - uid: 14233 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,25.5 + pos: 13.5,39.5 parent: 2 - - uid: 21839 + - uid: 14234 components: - type: Transform - pos: -55.5,-32.5 + pos: 13.5,38.5 parent: 2 - - uid: 21840 + - uid: 14235 components: - type: Transform - pos: -55.5,-35.5 + pos: 5.5,40.5 parent: 2 - - uid: 21841 + - uid: 14236 components: - type: Transform - pos: -55.5,-34.5 + pos: 5.5,39.5 parent: 2 - - uid: 21952 + - uid: 14237 components: - type: Transform - pos: -55.5,-33.5 + pos: 5.5,38.5 parent: 2 - - uid: 21968 + - uid: 14238 components: - type: Transform - pos: 5.5,33.5 + pos: 5.5,37.5 parent: 2 - - uid: 22170 + - uid: 14239 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,55.5 + pos: 6.5,40.5 parent: 2 - - uid: 22171 + - uid: 14240 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,55.5 + pos: 6.5,39.5 parent: 2 - - uid: 22173 + - uid: 14241 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,55.5 + pos: 6.5,38.5 parent: 2 - - uid: 22245 + - uid: 14242 components: - type: Transform - pos: -106.5,47.5 + pos: 6.5,37.5 parent: 2 - - uid: 22246 + - uid: 14243 components: - type: Transform - pos: -107.5,50.5 + pos: 17.5,38.5 parent: 2 - - uid: 22247 + - uid: 14244 components: - type: Transform - pos: -106.5,49.5 + pos: 17.5,37.5 parent: 2 - - uid: 22249 + - uid: 14249 components: - type: Transform - pos: -107.5,48.5 + pos: 18.5,38.5 parent: 2 - - uid: 22263 + - uid: 14250 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-7.5 + pos: 18.5,37.5 parent: 2 - - uid: 22306 + - uid: 14252 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-4.5 + pos: 19.5,37.5 parent: 2 - - uid: 22310 + - uid: 15114 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-4.5 + rot: 3.141592653589793 rad + pos: 28.5,49.5 parent: 2 - - uid: 22381 + - uid: 15121 components: - type: Transform - pos: -26.5,2.5 + rot: 3.141592653589793 rad + pos: 26.5,49.5 parent: 2 - - uid: 22458 + - uid: 17311 components: - type: Transform - pos: 94.5,-24.5 + rot: -1.5707963267948966 rad + pos: 14.5,49.5 parent: 2 - - uid: 22568 + - uid: 20806 components: - type: Transform - pos: 52.5,-29.5 + pos: 23.5,48.5 parent: 2 - - uid: 22682 + - uid: 23316 components: - type: Transform - pos: 93.5,-13.5 + rot: 3.141592653589793 rad + pos: 4.5,-41.5 parent: 2 - - uid: 22734 + - uid: 23318 components: - type: Transform - pos: -64.5,-21.5 + rot: 3.141592653589793 rad + pos: 5.5,-42.5 parent: 2 - - uid: 22744 + - uid: 23319 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,3.5 + pos: 6.5,-41.5 parent: 2 - - uid: 22749 + - uid: 23320 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,2.5 + pos: 6.5,-42.5 parent: 2 - - uid: 22797 + - uid: 23324 components: - type: Transform - pos: -30.5,2.5 + rot: 3.141592653589793 rad + pos: 4.5,-42.5 parent: 2 - - uid: 22917 + - uid: 23325 components: - type: Transform - pos: 93.5,-20.5 + rot: 3.141592653589793 rad + pos: 5.5,-41.5 parent: 2 - - uid: 22930 + - uid: 25797 components: - type: Transform - pos: 43.5,12.5 + rot: 3.141592653589793 rad + pos: 27.5,50.5 parent: 2 - - uid: 23094 + - uid: 25844 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,16.5 + pos: 22.5,49.5 parent: 2 - - uid: 23126 + - uid: 25845 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 88.5,-12.5 + pos: 21.5,48.5 parent: 2 - - uid: 23173 + - uid: 43918 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 80.5,-18.5 + pos: -16.5,-10.5 parent: 2 - - uid: 23340 + - uid: 43919 components: - type: Transform - pos: -36.5,-48.5 + pos: -15.5,-10.5 parent: 2 - - uid: 23361 + - uid: 43920 components: - type: Transform - pos: 42.5,12.5 + pos: -16.5,-9.5 parent: 2 - - uid: 23412 + - uid: 43921 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-4.5 + pos: -15.5,-9.5 parent: 2 - - uid: 23432 + - uid: 43922 components: - type: Transform - pos: -36.5,-44.5 + pos: -17.5,-8.5 parent: 2 - - uid: 23589 + - uid: 43923 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,55.5 + pos: -17.5,-10.5 parent: 2 - - uid: 24435 + - uid: 43924 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,30.5 + pos: -16.5,-8.5 parent: 2 - - uid: 24924 + - uid: 43925 components: - type: Transform - pos: -25.5,-1.5 + pos: -15.5,-8.5 parent: 2 - - uid: 25077 + - uid: 43926 components: - type: Transform - pos: -28.5,2.5 + pos: -17.5,-9.5 parent: 2 - - uid: 25280 +- proto: CarpetGreen + entities: + - uid: 568 components: - type: Transform - pos: -30.5,70.5 + rot: 1.5707963267948966 rad + pos: 89.5,17.5 parent: 2 - - uid: 25295 + - uid: 3605 components: - type: Transform - pos: -68.5,33.5 + rot: 1.5707963267948966 rad + pos: -22.5,-9.5 parent: 2 - - uid: 25439 + - uid: 12423 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 86.5,-20.5 + pos: 12.5,-14.5 parent: 2 - - uid: 25802 + - uid: 13818 components: - type: Transform rot: 1.5707963267948966 rad - pos: 32.5,48.5 + pos: 90.5,16.5 parent: 2 - - uid: 25803 + - uid: 13820 + components: + - type: Transform + pos: 11.5,-14.5 + parent: 2 + - uid: 14455 components: - type: Transform rot: 1.5707963267948966 rad - pos: 32.5,45.5 + pos: -22.5,-10.5 parent: 2 - - uid: 25980 + - uid: 17391 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,20.5 + pos: 11.5,-13.5 parent: 2 - - uid: 25995 + - uid: 19082 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,20.5 + rot: 1.5707963267948966 rad + pos: -21.5,-10.5 parent: 2 - - uid: 26066 + - uid: 19407 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,22.5 + pos: -61.5,-2.5 parent: 2 - - uid: 26072 + - uid: 21097 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,21.5 + pos: -60.5,-2.5 parent: 2 - - uid: 26235 + - uid: 21101 components: - type: Transform - pos: -26.5,-1.5 + pos: -61.5,-3.5 parent: 2 - - uid: 26237 + - uid: 22966 components: - type: Transform - pos: -25.5,1.5 + pos: -60.5,-3.5 parent: 2 - - uid: 26240 + - uid: 22967 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 88.5,-20.5 + pos: -59.5,-2.5 parent: 2 - - uid: 26242 + - uid: 22968 components: - type: Transform - pos: -25.5,-0.5 + pos: -59.5,-3.5 parent: 2 - - uid: 26243 + - uid: 22969 components: - type: Transform - pos: -25.5,0.5 + pos: -58.5,-2.5 parent: 2 - - uid: 26293 + - uid: 22970 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,6.5 + pos: -58.5,-3.5 parent: 2 - - uid: 26328 + - uid: 23488 components: - type: Transform - pos: -67.5,35.5 + rot: 1.5707963267948966 rad + pos: 90.5,18.5 parent: 2 - - uid: 26343 + - uid: 28808 components: - type: Transform - pos: 44.5,14.5 + rot: 1.5707963267948966 rad + pos: -21.5,-9.5 parent: 2 - - uid: 26345 + - uid: 29307 components: - type: Transform - pos: 41.5,13.5 + rot: 1.5707963267948966 rad + pos: 89.5,18.5 parent: 2 - - uid: 26407 + - uid: 29606 components: - type: Transform - pos: 4.5,33.5 + rot: 1.5707963267948966 rad + pos: -20.5,-10.5 parent: 2 - - uid: 26439 + - uid: 29997 components: - type: Transform - pos: -25.5,6.5 + rot: 1.5707963267948966 rad + pos: 89.5,16.5 parent: 2 - - uid: 26474 + - uid: 30008 components: - type: Transform - pos: -30.5,71.5 + rot: 1.5707963267948966 rad + pos: 90.5,17.5 parent: 2 - - uid: 26488 + - uid: 30445 components: - type: Transform - pos: -31.5,70.5 + rot: -1.5707963267948966 rad + pos: 12.5,-13.5 parent: 2 - - uid: 26542 + - uid: 30447 components: - type: Transform - pos: -25.5,4.5 + rot: -1.5707963267948966 rad + pos: 13.5,-13.5 parent: 2 - - uid: 26569 + - uid: 30453 components: - type: Transform - pos: -25.5,3.5 + pos: 13.5,-14.5 parent: 2 - - uid: 26574 + - uid: 30561 components: - type: Transform - pos: -25.5,2.5 + pos: -47.5,-4.5 parent: 2 - - uid: 26738 + - uid: 30563 components: - type: Transform - pos: 60.5,32.5 + pos: -46.5,-4.5 parent: 2 - - uid: 26761 + - uid: 30565 components: - type: Transform - pos: 42.5,14.5 + pos: -45.5,-4.5 parent: 2 - - uid: 27561 + - uid: 30567 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,54.5 + pos: -47.5,1.5 parent: 2 - - uid: 27573 + - uid: 30568 components: - type: Transform - pos: 50.5,-33.5 + pos: -47.5,-3.5 parent: 2 - - uid: 27630 + - uid: 30569 components: - type: Transform - pos: 93.5,-17.5 + pos: -47.5,0.5 parent: 2 - - uid: 27700 + - uid: 30570 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,55.5 + pos: -47.5,-2.5 parent: 2 - - uid: 27969 + - uid: 30571 components: - type: Transform - pos: -30.5,72.5 + pos: -47.5,-0.5 parent: 2 - - uid: 27972 + - uid: 30572 components: - type: Transform - pos: 7.5,46.5 + pos: -47.5,-1.5 parent: 2 - - uid: 28003 + - uid: 30578 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,29.5 + pos: -46.5,-3.5 parent: 2 - - uid: 28124 + - uid: 30579 components: - type: Transform - pos: -27.5,6.5 + pos: -46.5,-2.5 parent: 2 - - uid: 28243 + - uid: 30580 components: - type: Transform - pos: 52.5,34.5 + pos: -46.5,-1.5 parent: 2 - - uid: 28244 + - uid: 30581 components: - type: Transform - pos: 59.5,32.5 + pos: -46.5,-0.5 parent: 2 - - uid: 28369 + - uid: 30582 components: - type: Transform - pos: 58.5,32.5 + pos: -46.5,0.5 parent: 2 - - uid: 28372 + - uid: 30583 components: - type: Transform - pos: 52.5,35.5 + pos: -46.5,1.5 parent: 2 - - uid: 28417 + - uid: 30589 components: - type: Transform - pos: 62.5,32.5 + pos: -45.5,-3.5 parent: 2 - - uid: 28418 + - uid: 30590 components: - type: Transform - pos: 61.5,32.5 + pos: -45.5,-2.5 parent: 2 - - uid: 28431 + - uid: 30591 components: - type: Transform - pos: 93.5,-14.5 + pos: -45.5,-1.5 parent: 2 - - uid: 28475 + - uid: 30592 components: - type: Transform - pos: 57.5,32.5 + pos: -45.5,-0.5 parent: 2 - - uid: 28612 + - uid: 30593 components: - type: Transform - pos: 52.5,40.5 + pos: -45.5,0.5 parent: 2 - - uid: 28613 + - uid: 30594 components: - type: Transform - pos: 52.5,33.5 + pos: -45.5,1.5 parent: 2 - - uid: 28625 + - uid: 30623 components: - type: Transform rot: 1.5707963267948966 rad - pos: -35.5,-53.5 + pos: -20.5,-9.5 parent: 2 - - uid: 28629 + - uid: 30661 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,-30.5 + rot: 3.141592653589793 rad + pos: -54.5,-11.5 parent: 2 - - uid: 28689 + - uid: 30662 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,45.5 + rot: 3.141592653589793 rad + pos: -54.5,-12.5 parent: 2 - - uid: 28700 + - uid: 30663 components: - type: Transform - pos: 93.5,-21.5 + rot: 3.141592653589793 rad + pos: -53.5,-11.5 parent: 2 - - uid: 28734 + - uid: 30664 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,1.5 + pos: -53.5,-12.5 parent: 2 - - uid: 29092 + - uid: 30665 components: - type: Transform rot: 3.141592653589793 rad - pos: -36.5,1.5 + pos: -52.5,-11.5 parent: 2 - - uid: 29104 + - uid: 30666 components: - type: Transform rot: 3.141592653589793 rad - pos: -40.5,27.5 + pos: -52.5,-12.5 parent: 2 - - uid: 29265 +- proto: CarpetOrange + entities: + - uid: 421 components: - type: Transform - pos: 51.5,-33.5 + pos: -49.5,17.5 parent: 2 - - uid: 29279 + - uid: 3680 components: - type: Transform - pos: 86.5,-11.5 + pos: -50.5,25.5 parent: 2 - - uid: 29313 + - uid: 3755 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 87.5,-17.5 + pos: -49.5,23.5 parent: 2 - - uid: 29354 + - uid: 3758 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,6.5 + pos: -48.5,23.5 parent: 2 - - uid: 29693 + - uid: 3787 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,26.5 + pos: -48.5,24.5 parent: 2 - - uid: 29695 + - uid: 3788 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,28.5 + pos: -48.5,25.5 parent: 2 - - uid: 29718 + - uid: 6585 components: - type: Transform - pos: 34.5,37.5 + pos: -28.5,-24.5 parent: 2 - - uid: 29871 + - uid: 6586 components: - type: Transform - pos: 34.5,39.5 + pos: -27.5,-24.5 parent: 2 - - uid: 29894 + - uid: 6587 components: - type: Transform - pos: 34.5,41.5 + pos: -26.5,-24.5 parent: 2 - - uid: 29897 + - uid: 6588 components: - type: Transform - pos: 34.5,43.5 + pos: -27.5,-18.5 parent: 2 - - uid: 29949 + - uid: 6589 components: - type: Transform - pos: 6.5,33.5 + pos: -26.5,-25.5 parent: 2 - - uid: 29953 + - uid: 6590 components: - type: Transform - pos: 7.5,33.5 + pos: -27.5,-25.5 parent: 2 - - uid: 30222 + - uid: 6591 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,26.5 + pos: -28.5,-25.5 parent: 2 - - uid: 30267 + - uid: 6592 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,26.5 + pos: -27.5,-19.5 parent: 2 - - uid: 30387 + - uid: 6593 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-38.5 + pos: -27.5,-20.5 parent: 2 - - uid: 30518 + - uid: 6594 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,26.5 + pos: -27.5,-21.5 parent: 2 - - uid: 30716 + - uid: 6595 components: - type: Transform - pos: 34.5,38.5 + pos: -26.5,-18.5 parent: 2 - - uid: 30718 + - uid: 6596 components: - type: Transform - pos: 34.5,40.5 + pos: -26.5,-19.5 parent: 2 - - uid: 30729 + - uid: 6597 components: - type: Transform - pos: 34.5,42.5 + pos: -26.5,-20.5 parent: 2 - - uid: 30735 + - uid: 6598 components: - type: Transform - pos: 33.5,43.5 + pos: -26.5,-21.5 parent: 2 - - uid: 30760 + - uid: 6599 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,56.5 + pos: -25.5,-18.5 parent: 2 - - uid: 30761 + - uid: 6600 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,56.5 + pos: -25.5,-19.5 parent: 2 - - uid: 30762 + - uid: 6601 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,56.5 + pos: -25.5,-20.5 parent: 2 - - uid: 30763 + - uid: 6602 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,56.5 + pos: -25.5,-21.5 parent: 2 - - uid: 30764 + - uid: 6603 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,56.5 + pos: -24.5,-18.5 parent: 2 - - uid: 30765 + - uid: 6604 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,56.5 + pos: -24.5,-19.5 parent: 2 - - uid: 30766 + - uid: 6605 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,55.5 + pos: -24.5,-20.5 parent: 2 - - uid: 30787 + - uid: 6606 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,0.5 + pos: -24.5,-21.5 parent: 2 - - uid: 30816 + - uid: 6640 components: - type: Transform - pos: -68.5,-3.5 + pos: -10.5,-33.5 parent: 2 - - uid: 30830 + - uid: 6642 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,0.5 + pos: -12.5,-33.5 parent: 2 - - uid: 30831 + - uid: 6643 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,0.5 + pos: -12.5,-34.5 parent: 2 - - uid: 30837 + - uid: 6644 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,1.5 + pos: -11.5,-33.5 parent: 2 - - uid: 30838 + - uid: 6645 components: - type: Transform - pos: -42.5,6.5 + pos: -11.5,-34.5 parent: 2 - - uid: 30882 + - uid: 6647 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,47.5 + pos: -10.5,-34.5 parent: 2 - - uid: 31030 + - uid: 8748 components: - type: Transform - pos: -68.5,-2.5 + pos: -49.5,25.5 parent: 2 - - uid: 31069 + - uid: 8839 components: - type: Transform - pos: 26.5,33.5 + pos: -49.5,24.5 parent: 2 - - uid: 31078 + - uid: 8851 components: - type: Transform - pos: 27.5,33.5 + pos: -50.5,24.5 parent: 2 - - uid: 31080 + - uid: 8852 components: - type: Transform - pos: 28.5,33.5 + pos: -50.5,23.5 parent: 2 - - uid: 31081 + - uid: 8859 components: - type: Transform - pos: 29.5,33.5 + pos: -61.5,12.5 parent: 2 - - uid: 31082 + - uid: 8895 components: - type: Transform - pos: 30.5,33.5 + pos: -61.5,11.5 parent: 2 - - uid: 31084 + - uid: 8970 components: - type: Transform - pos: 31.5,33.5 + pos: -60.5,11.5 parent: 2 - - uid: 31087 + - uid: 9061 components: - type: Transform - pos: 32.5,33.5 + pos: -58.5,12.5 parent: 2 - - uid: 31088 + - uid: 9062 components: - type: Transform - pos: 33.5,33.5 + pos: -58.5,11.5 parent: 2 - - uid: 31531 + - uid: 9063 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,-25.5 + pos: -59.5,12.5 parent: 2 - - uid: 31536 + - uid: 9497 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 68.5,-30.5 + pos: -37.5,48.5 parent: 2 - - uid: 31537 + - uid: 9514 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,-30.5 + pos: -36.5,49.5 parent: 2 - - uid: 31538 + - uid: 9738 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,-30.5 + pos: -35.5,49.5 parent: 2 - - uid: 31539 + - uid: 9741 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,-30.5 + pos: -35.5,48.5 parent: 2 - - uid: 31748 + - uid: 9923 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,16.5 + pos: -37.5,49.5 parent: 2 - - uid: 32345 + - uid: 10196 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 88.5,-15.5 + pos: -59.5,11.5 parent: 2 - - uid: 32371 + - uid: 10197 components: - type: Transform - pos: -105.5,49.5 + pos: -60.5,12.5 parent: 2 - - uid: 32372 + - uid: 14883 components: - type: Transform - pos: -105.5,48.5 + pos: -36.5,48.5 parent: 2 - - uid: 32373 + - uid: 17032 components: - type: Transform - pos: -106.5,50.5 + pos: -50.5,17.5 parent: 2 - - uid: 33334 + - uid: 19196 components: - type: Transform rot: 1.5707963267948966 rad - pos: 63.5,32.5 + pos: -60.5,25.5 parent: 2 - - uid: 33335 + - uid: 23445 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,32.5 + pos: -50.5,16.5 parent: 2 - - uid: 33336 + - uid: 23608 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,32.5 + pos: -49.5,16.5 parent: 2 - - uid: 33337 + - uid: 25632 components: - type: Transform rot: 1.5707963267948966 rad - pos: 66.5,32.5 + pos: -59.5,25.5 parent: 2 - - uid: 33339 + - uid: 25944 components: - type: Transform rot: 1.5707963267948966 rad - pos: 68.5,32.5 + pos: -59.5,26.5 parent: 2 - - uid: 33340 + - uid: 27344 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,32.5 + rot: 3.141592653589793 rad + pos: 12.5,5.5 parent: 2 - - uid: 33341 + - uid: 27633 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,32.5 + pos: -48.5,16.5 parent: 2 - - uid: 33342 + - uid: 27667 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,32.5 + pos: -48.5,17.5 parent: 2 - - uid: 33343 + - uid: 27902 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,32.5 + pos: -47.5,16.5 parent: 2 - - uid: 33344 + - uid: 30234 components: - type: Transform rot: 1.5707963267948966 rad - pos: 73.5,32.5 + pos: -60.5,26.5 parent: 2 - - uid: 33345 + - uid: 30235 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,33.5 + pos: -47.5,17.5 parent: 2 - - uid: 33346 + - uid: 30431 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,35.5 + rot: -1.5707963267948966 rad + pos: 15.5,-13.5 parent: 2 - - uid: 33347 + - uid: 30432 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,37.5 + rot: -1.5707963267948966 rad + pos: 15.5,-14.5 parent: 2 - - uid: 33348 + - uid: 30433 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,38.5 + rot: -1.5707963267948966 rad + pos: 16.5,-13.5 parent: 2 - - uid: 33349 + - uid: 30434 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,39.5 + rot: -1.5707963267948966 rad + pos: 16.5,-14.5 parent: 2 - - uid: 33350 + - uid: 30435 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 74.5,39.5 + rot: -1.5707963267948966 rad + pos: 17.5,-13.5 parent: 2 - - uid: 33351 + - uid: 30436 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,41.5 + rot: -1.5707963267948966 rad + pos: 17.5,-14.5 parent: 2 - - uid: 33352 + - uid: 30439 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,41.5 + rot: -1.5707963267948966 rad + pos: 19.5,-13.5 parent: 2 - - uid: 33358 + - uid: 30440 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,40.5 + rot: -1.5707963267948966 rad + pos: 19.5,-14.5 parent: 2 - - uid: 33359 + - uid: 30441 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,40.5 + rot: -1.5707963267948966 rad + pos: 20.5,-13.5 parent: 2 - - uid: 33360 + - uid: 30442 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,39.5 + rot: -1.5707963267948966 rad + pos: 20.5,-14.5 parent: 2 - - uid: 33361 + - uid: 30443 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,39.5 + rot: -1.5707963267948966 rad + pos: 21.5,-13.5 parent: 2 - - uid: 33371 + - uid: 30444 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,40.5 + rot: -1.5707963267948966 rad + pos: 21.5,-14.5 parent: 2 - - uid: 33372 + - uid: 33930 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,39.5 + rot: 3.141592653589793 rad + pos: 13.5,5.5 parent: 2 - - uid: 33373 + - uid: 33938 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 74.5,40.5 + rot: 3.141592653589793 rad + pos: 14.5,5.5 parent: 2 - - uid: 33374 + - uid: 38103 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,40.5 + rot: 3.141592653589793 rad + pos: 15.5,5.5 parent: 2 - - uid: 33375 + - uid: 38104 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,39.5 + rot: 3.141592653589793 rad + pos: 16.5,5.5 parent: 2 - - uid: 33376 + - uid: 39291 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,35.5 + rot: 3.141592653589793 rad + pos: -7.5,-21.5 parent: 2 - - uid: 33377 + - uid: 39292 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,33.5 + rot: 3.141592653589793 rad + pos: -7.5,-20.5 parent: 2 - - uid: 33565 + - uid: 39293 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 77.5,58.5 + rot: 3.141592653589793 rad + pos: -8.5,-21.5 parent: 2 - - uid: 33566 + - uid: 39294 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 77.5,57.5 + rot: 3.141592653589793 rad + pos: -8.5,-20.5 parent: 2 - - uid: 33567 + - uid: 39295 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 78.5,58.5 + rot: 3.141592653589793 rad + pos: -10.5,-21.5 parent: 2 - - uid: 33568 + - uid: 39296 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 78.5,57.5 + rot: 3.141592653589793 rad + pos: -9.5,-20.5 parent: 2 - - uid: 33569 + - uid: 39297 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 79.5,58.5 + rot: 3.141592653589793 rad + pos: -10.5,-20.5 parent: 2 - - uid: 33570 + - uid: 39298 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 79.5,57.5 + rot: 3.141592653589793 rad + pos: -9.5,-21.5 parent: 2 - - uid: 34214 + - uid: 40643 components: - type: Transform - pos: 44.5,13.5 + pos: -4.5,69.5 parent: 2 - - uid: 34387 + - uid: 40644 components: - type: Transform - pos: 43.5,14.5 + pos: -4.5,68.5 parent: 2 - - uid: 34388 + - uid: 40645 components: - type: Transform - pos: 45.5,13.5 + pos: -3.5,69.5 parent: 2 - - uid: 34390 + - uid: 40646 components: - type: Transform - pos: 45.5,14.5 + pos: -3.5,68.5 parent: 2 - - uid: 34573 + - uid: 40647 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,1.5 + pos: -2.5,69.5 parent: 2 - - uid: 34657 + - uid: 40648 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,-6.5 + pos: -2.5,68.5 parent: 2 - - uid: 34837 + - uid: 40649 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,39.5 + pos: -10.5,69.5 parent: 2 - - uid: 34838 + - uid: 40650 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,40.5 + pos: -10.5,68.5 parent: 2 - - uid: 34991 + - uid: 40651 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 105.5,18.5 + pos: -9.5,69.5 parent: 2 - - uid: 34992 + - uid: 40652 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 105.5,17.5 + pos: -9.5,68.5 parent: 2 - - uid: 34993 + - uid: 40653 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 105.5,16.5 + pos: -8.5,69.5 parent: 2 - - uid: 35007 + - uid: 40654 components: - type: Transform - pos: 103.5,18.5 + pos: -8.5,68.5 parent: 2 - - uid: 35008 +- proto: CarpetPurple + entities: + - uid: 2936 components: - type: Transform - pos: 104.5,18.5 + rot: -1.5707963267948966 rad + pos: 53.5,26.5 parent: 2 - - uid: 35009 + - uid: 4528 components: - type: Transform - pos: 103.5,17.5 + rot: 3.141592653589793 rad + pos: 62.5,28.5 parent: 2 - - uid: 35010 + - uid: 5150 components: - type: Transform - pos: 103.5,17.5 + pos: 28.5,28.5 parent: 2 - - uid: 35011 + - uid: 5488 components: - type: Transform - pos: 103.5,16.5 - parent: 2 - - uid: 35012 - components: - - type: Transform - pos: 104.5,16.5 + pos: 46.5,26.5 parent: 2 - - uid: 35013 + - uid: 5489 components: - type: Transform - pos: 104.5,17.5 + pos: 46.5,25.5 parent: 2 - - uid: 35014 + - uid: 5490 components: - type: Transform - pos: 104.5,15.5 + pos: 47.5,25.5 parent: 2 - - uid: 35015 + - uid: 5491 components: - type: Transform - pos: 103.5,13.5 + pos: 47.5,26.5 parent: 2 - - uid: 35016 + - uid: 5492 components: - type: Transform - pos: 103.5,19.5 + pos: 48.5,26.5 parent: 2 - - uid: 35017 + - uid: 5493 components: - type: Transform - pos: 103.5,21.5 + pos: 48.5,25.5 parent: 2 - - uid: 35018 + - uid: 5494 components: - type: Transform - pos: 104.5,20.5 + pos: 48.5,24.5 parent: 2 - - uid: 35019 + - uid: 5495 components: - type: Transform - pos: 103.5,15.5 + pos: 47.5,24.5 parent: 2 - - uid: 35020 + - uid: 5496 components: - type: Transform - pos: 104.5,14.5 + pos: 46.5,24.5 parent: 2 - - uid: 35075 + - uid: 5497 components: - type: Transform - pos: 103.5,20.5 + pos: 45.5,24.5 parent: 2 - - uid: 35475 + - uid: 5498 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,1.5 + pos: 45.5,25.5 parent: 2 - - uid: 35524 + - uid: 5499 components: - type: Transform - pos: -68.5,-34.5 + pos: 45.5,26.5 parent: 2 - - uid: 35532 + - uid: 5500 components: - type: Transform - pos: -76.5,-34.5 + pos: 43.5,24.5 parent: 2 - - uid: 35533 + - uid: 5501 components: - type: Transform - pos: -77.5,-34.5 + pos: 42.5,24.5 parent: 2 - - uid: 35534 + - uid: 5502 components: - type: Transform - pos: -80.5,-34.5 + pos: 42.5,25.5 parent: 2 - - uid: 35535 + - uid: 5503 components: - type: Transform - pos: -81.5,-34.5 + pos: 43.5,25.5 parent: 2 - - uid: 35536 + - uid: 5504 components: - type: Transform - pos: -82.5,-34.5 + pos: 44.5,25.5 parent: 2 - - uid: 35537 + - uid: 5505 components: - type: Transform - pos: -86.5,-34.5 + pos: 44.5,24.5 parent: 2 - - uid: 35538 + - uid: 5583 components: - type: Transform - pos: -88.5,-34.5 + rot: 3.141592653589793 rad + pos: 63.5,29.5 parent: 2 - - uid: 35539 + - uid: 5584 components: - type: Transform - pos: -89.5,-34.5 + rot: 3.141592653589793 rad + pos: 62.5,29.5 parent: 2 - - uid: 35540 + - uid: 5588 components: - type: Transform - pos: -89.5,-35.5 + rot: 3.141592653589793 rad + pos: 63.5,28.5 parent: 2 - - uid: 35541 + - uid: 5593 components: - type: Transform - pos: -89.5,-36.5 + rot: 3.141592653589793 rad + pos: 62.5,27.5 parent: 2 - - uid: 35542 + - uid: 5594 components: - type: Transform - pos: -89.5,-37.5 + rot: 3.141592653589793 rad + pos: 63.5,27.5 parent: 2 - - uid: 35543 + - uid: 5598 components: - type: Transform - pos: -89.5,-39.5 + rot: 3.141592653589793 rad + pos: 51.5,29.5 parent: 2 - - uid: 35544 + - uid: 5599 components: - type: Transform - pos: -89.5,-40.5 + rot: 3.141592653589793 rad + pos: 51.5,28.5 parent: 2 - - uid: 35545 + - uid: 5600 components: - type: Transform - pos: -89.5,-41.5 + rot: 3.141592653589793 rad + pos: 51.5,27.5 parent: 2 - - uid: 35546 + - uid: 5601 components: - type: Transform - pos: -89.5,-42.5 + rot: 3.141592653589793 rad + pos: 51.5,26.5 parent: 2 - - uid: 35547 + - uid: 5602 components: - type: Transform - pos: -89.5,-45.5 + rot: 3.141592653589793 rad + pos: 52.5,29.5 parent: 2 - - uid: 35548 + - uid: 5603 components: - type: Transform - pos: -89.5,-50.5 + rot: 3.141592653589793 rad + pos: 52.5,28.5 parent: 2 - - uid: 35549 + - uid: 5604 components: - type: Transform - pos: -89.5,-52.5 + rot: 3.141592653589793 rad + pos: 52.5,27.5 parent: 2 - - uid: 35550 + - uid: 5605 components: - type: Transform - pos: -89.5,-53.5 + rot: 3.141592653589793 rad + pos: 52.5,26.5 parent: 2 - - uid: 35551 + - uid: 5606 components: - type: Transform - pos: -89.5,-54.5 + rot: 3.141592653589793 rad + pos: 53.5,29.5 parent: 2 - - uid: 35552 + - uid: 5607 components: - type: Transform - pos: -89.5,-59.5 + rot: 3.141592653589793 rad + pos: 53.5,28.5 parent: 2 - - uid: 35553 + - uid: 5608 components: - type: Transform - pos: -89.5,-63.5 + rot: 3.141592653589793 rad + pos: 53.5,27.5 parent: 2 - - uid: 35554 + - uid: 5610 components: - type: Transform - pos: -89.5,-62.5 + rot: 3.141592653589793 rad + pos: 54.5,29.5 parent: 2 - - uid: 35555 + - uid: 5611 components: - type: Transform - pos: -89.5,-65.5 + rot: 3.141592653589793 rad + pos: 54.5,28.5 parent: 2 - - uid: 36456 + - uid: 5612 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,44.5 + rot: 3.141592653589793 rad + pos: 54.5,27.5 parent: 2 - - uid: 36924 + - uid: 5613 components: - type: Transform rot: 3.141592653589793 rad - pos: -38.5,1.5 + pos: 54.5,26.5 parent: 2 - - uid: 36948 + - uid: 5614 components: - type: Transform - pos: 6.5,46.5 + rot: 3.141592653589793 rad + pos: 55.5,26.5 parent: 2 - - uid: 36950 + - uid: 5615 components: - type: Transform - pos: 5.5,46.5 + rot: 3.141592653589793 rad + pos: 55.5,27.5 parent: 2 - - uid: 37026 + - uid: 5616 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-28.5 + rot: 3.141592653589793 rad + pos: 55.5,28.5 parent: 2 - - uid: 37127 + - uid: 5617 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,43.5 + rot: 3.141592653589793 rad + pos: 55.5,29.5 parent: 2 - - uid: 37202 + - uid: 5618 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,46.5 + rot: 3.141592653589793 rad + pos: 54.5,30.5 parent: 2 - - uid: 37260 + - uid: 5619 components: - type: Transform - pos: -24.5,2.5 + rot: 3.141592653589793 rad + pos: 53.5,30.5 parent: 2 - - uid: 37311 + - uid: 5620 components: - type: Transform - pos: -33.5,71.5 + rot: 3.141592653589793 rad + pos: 52.5,30.5 parent: 2 - - uid: 37424 + - uid: 5664 components: - type: Transform - pos: 32.5,51.5 + pos: 29.5,23.5 parent: 2 - - uid: 37608 + - uid: 5665 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,1.5 + pos: 28.5,23.5 parent: 2 - - uid: 37625 + - uid: 5666 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,0.5 + pos: 27.5,23.5 parent: 2 - - uid: 37674 + - uid: 17858 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,0.5 + pos: 29.5,28.5 parent: 2 - - uid: 37675 + - uid: 17868 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,0.5 + pos: 28.5,27.5 parent: 2 - - uid: 37681 + - uid: 22422 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,6.5 + pos: 29.5,27.5 parent: 2 - - uid: 37895 + - uid: 22423 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 97.5,-13.5 + pos: 30.5,28.5 parent: 2 - - uid: 37896 + - uid: 22424 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 97.5,-14.5 + pos: 30.5,27.5 parent: 2 - - uid: 37897 + - uid: 22425 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 97.5,-15.5 + pos: 28.5,29.5 parent: 2 - - uid: 37898 + - uid: 22426 components: - type: Transform - pos: 94.5,-8.5 + pos: 29.5,29.5 parent: 2 - - uid: 37900 + - uid: 22427 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 97.5,-18.5 + pos: 30.5,29.5 parent: 2 - - uid: 37902 + - uid: 22428 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 98.5,-20.5 + pos: 36.5,25.5 parent: 2 - - uid: 37903 + - uid: 22429 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 99.5,-20.5 + pos: 36.5,25.5 parent: 2 - - uid: 37904 + - uid: 22430 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 100.5,-20.5 + pos: 36.5,24.5 parent: 2 - - uid: 37905 + - uid: 22431 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.5,-20.5 + pos: 37.5,25.5 parent: 2 - - uid: 37906 + - uid: 22432 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 102.5,-20.5 + pos: 37.5,24.5 parent: 2 - - uid: 37907 + - uid: 22433 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 103.5,-20.5 + pos: 38.5,25.5 parent: 2 - - uid: 37908 + - uid: 22434 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 104.5,-20.5 + pos: 38.5,24.5 parent: 2 - - uid: 37909 + - uid: 22435 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 105.5,-19.5 + pos: 39.5,25.5 parent: 2 - - uid: 37910 + - uid: 22436 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 105.5,-18.5 + pos: 39.5,24.5 parent: 2 - - uid: 37911 +- proto: CarpetSBlue + entities: + - uid: 3507 components: - type: Transform - pos: 95.5,-8.5 + pos: 13.5,10.5 parent: 2 - - uid: 37912 + - uid: 6351 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 105.5,-16.5 + pos: 4.5,-0.5 parent: 2 - - uid: 37913 + - uid: 6658 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 105.5,-15.5 + pos: 4.5,0.5 parent: 2 - - uid: 37914 + - uid: 6660 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 105.5,-14.5 + pos: -1.5,0.5 parent: 2 - - uid: 37915 + - uid: 6675 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 105.5,-13.5 + pos: -2.5,-2.5 parent: 2 - - uid: 37916 + - uid: 6678 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 104.5,-12.5 + pos: -2.5,0.5 parent: 2 - - uid: 37919 + - uid: 6683 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.5,-12.5 + pos: 4.5,-1.5 parent: 2 - - uid: 37920 + - uid: 6730 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 100.5,-12.5 + pos: 5.5,-1.5 parent: 2 - - uid: 37921 + - uid: 6788 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 99.5,-12.5 + pos: -2.5,-1.5 parent: 2 - - uid: 37922 + - uid: 6951 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 98.5,-12.5 + pos: 5.5,-2.5 parent: 2 - - uid: 37923 + - uid: 7081 components: - type: Transform - pos: 97.5,-23.5 + pos: 4.5,-2.5 parent: 2 - - uid: 37937 + - uid: 7109 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 88.5,-16.5 + pos: -1.5,-2.5 parent: 2 - - uid: 37938 + - uid: 7130 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 88.5,-17.5 + pos: -2.5,-0.5 parent: 2 - - uid: 38014 + - uid: 7359 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-28.5 + pos: -1.5,-1.5 parent: 2 - - uid: 38025 + - uid: 7922 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-28.5 + pos: -1.5,-0.5 parent: 2 - - uid: 38026 + - uid: 8145 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-28.5 + pos: 5.5,0.5 parent: 2 - - uid: 38027 + - uid: 8359 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-26.5 + pos: 5.5,-0.5 parent: 2 - - uid: 38028 + - uid: 14418 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-26.5 + rot: -1.5707963267948966 rad + pos: 30.5,-8.5 parent: 2 - - uid: 38029 + - uid: 15159 components: - type: Transform - pos: 13.5,-26.5 + pos: 15.5,10.5 parent: 2 - - uid: 38030 + - uid: 20288 components: - type: Transform - pos: 14.5,-26.5 + pos: 14.5,9.5 parent: 2 - - uid: 38031 + - uid: 20290 components: - type: Transform - pos: 16.5,-26.5 + rot: -1.5707963267948966 rad + pos: 27.5,-9.5 parent: 2 - - uid: 38032 + - uid: 23270 components: - type: Transform - pos: 17.5,-26.5 + rot: -1.5707963267948966 rad + pos: 27.5,-7.5 parent: 2 - - uid: 38033 + - uid: 23427 components: - type: Transform - pos: 18.5,-26.5 + rot: -1.5707963267948966 rad + pos: 30.5,-6.5 parent: 2 - - uid: 38034 + - uid: 23676 components: - type: Transform - pos: 19.5,-26.5 + rot: -1.5707963267948966 rad + pos: 27.5,-6.5 parent: 2 - - uid: 38035 + - uid: 23680 components: - type: Transform - pos: 20.5,-26.5 + pos: 14.5,10.5 parent: 2 - - uid: 38036 + - uid: 25087 components: - type: Transform - pos: 21.5,-26.5 + rot: -1.5707963267948966 rad + pos: 27.5,-8.5 parent: 2 - - uid: 38037 + - uid: 25090 components: - type: Transform - pos: 22.5,-26.5 + rot: -1.5707963267948966 rad + pos: 30.5,-7.5 parent: 2 - - uid: 38038 + - uid: 25102 components: - type: Transform - pos: 23.5,-26.5 + rot: -1.5707963267948966 rad + pos: 30.5,-9.5 parent: 2 - - uid: 38039 + - uid: 31774 components: - type: Transform - pos: 24.5,-26.5 + pos: 14.5,11.5 parent: 2 - - uid: 38046 + - uid: 36770 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,21.5 + pos: 21.5,6.5 parent: 2 - - uid: 38047 + - uid: 36771 components: - type: Transform - pos: -75.5,21.5 + pos: 22.5,6.5 parent: 2 - - uid: 38048 + - uid: 36772 components: - type: Transform - pos: -76.5,21.5 + pos: 23.5,6.5 parent: 2 - - uid: 38049 + - uid: 36773 components: - type: Transform - pos: -77.5,21.5 + pos: 24.5,6.5 parent: 2 - - uid: 38083 + - uid: 37982 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -76.5,18.5 + rot: 3.141592653589793 rad + pos: 8.5,3.5 parent: 2 - - uid: 38084 + - uid: 37992 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -76.5,17.5 + rot: 3.141592653589793 rad + pos: 8.5,2.5 parent: 2 - - uid: 38085 + - uid: 37994 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -77.5,17.5 + rot: 3.141592653589793 rad + pos: 8.5,1.5 parent: 2 - - uid: 38086 + - uid: 37995 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -78.5,17.5 + rot: 3.141592653589793 rad + pos: 10.5,3.5 parent: 2 - - uid: 38087 + - uid: 37996 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -78.5,18.5 + rot: 3.141592653589793 rad + pos: 10.5,2.5 parent: 2 - - uid: 38150 + - uid: 37997 components: - type: Transform - pos: 93.5,-22.5 + rot: 3.141592653589793 rad + pos: 10.5,1.5 parent: 2 - - uid: 38152 + - uid: 38081 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,-26.5 + rot: 3.141592653589793 rad + pos: 9.5,3.5 parent: 2 - - uid: 38898 + - uid: 38089 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-40.5 + rot: 3.141592653589793 rad + pos: 9.5,2.5 parent: 2 - - uid: 38899 + - uid: 38090 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-41.5 + rot: 3.141592653589793 rad + pos: 9.5,1.5 parent: 2 - - uid: 38901 +- proto: CartridgeRocket + entities: + - uid: 15714 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-42.5 + pos: -22.327036,51.442375 parent: 2 - - uid: 39288 +- proto: CarvedPumpkin + entities: + - uid: 37596 components: - type: Transform - pos: 93.5,-24.5 + pos: -42.425594,-21.113438 parent: 2 - - uid: 39649 +- proto: CarvedPumpkinLarge + entities: + - uid: 37599 components: - type: Transform - pos: 93.5,-12.5 + pos: -27.533237,-37.419685 parent: 2 - - uid: 39650 +- proto: CarvedPumpkinSmall + entities: + - uid: 37597 components: - type: Transform - pos: 93.5,-11.5 + pos: -43.01153,-21.816563 parent: 2 - - uid: 39769 + - uid: 37598 components: - type: Transform - pos: 65.5,-27.5 + pos: -41.48028,-21.410313 parent: 2 - - uid: 39782 +- proto: Catwalk + entities: + - uid: 251 components: - type: Transform - pos: -36.5,-53.5 + rot: 3.141592653589793 rad + pos: -35.5,0.5 parent: 2 - - uid: 39785 + - uid: 275 components: - type: Transform - pos: -35.5,-42.5 + rot: 3.141592653589793 rad + pos: -34.5,1.5 parent: 2 - - uid: 39786 + - uid: 280 components: - type: Transform - pos: -35.5,-43.5 + rot: 3.141592653589793 rad + pos: -36.5,0.5 parent: 2 - - uid: 39787 + - uid: 330 components: - type: Transform - pos: -35.5,-44.5 + rot: 3.141592653589793 rad + pos: -58.5,39.5 parent: 2 - - uid: 39788 + - uid: 386 components: - type: Transform - pos: -35.5,-45.5 + rot: 3.141592653589793 rad + pos: -57.5,39.5 parent: 2 - - uid: 39789 + - uid: 580 components: - type: Transform - pos: -35.5,-46.5 + rot: 3.141592653589793 rad + pos: -35.5,1.5 parent: 2 - - uid: 39790 + - uid: 585 components: - type: Transform - pos: -35.5,-47.5 + rot: 1.5707963267948966 rad + pos: 79.5,-15.5 parent: 2 - - uid: 39791 + - uid: 632 components: - type: Transform - pos: -35.5,-48.5 + rot: -1.5707963267948966 rad + pos: -31.5,-4.5 parent: 2 - - uid: 39792 + - uid: 641 components: - type: Transform - pos: -35.5,-49.5 + rot: -1.5707963267948966 rad + pos: -32.5,-4.5 parent: 2 - - uid: 39793 + - uid: 657 components: - type: Transform - pos: -35.5,-50.5 + pos: -30.5,3.5 parent: 2 - - uid: 39794 + - uid: 660 components: - type: Transform - pos: -35.5,-51.5 + pos: -32.5,17.5 parent: 2 - - uid: 39795 + - uid: 685 components: - type: Transform - pos: -35.5,-52.5 + rot: 1.5707963267948966 rad + pos: 79.5,-17.5 parent: 2 - - uid: 39799 + - uid: 687 components: - type: Transform - pos: -34.5,-42.5 + pos: 38.5,14.5 parent: 2 - - uid: 39800 + - uid: 688 components: - type: Transform - pos: -34.5,-43.5 + pos: 39.5,14.5 parent: 2 - - uid: 39801 + - uid: 730 components: - type: Transform - pos: -34.5,-44.5 + pos: 39.5,15.5 parent: 2 - - uid: 39802 + - uid: 742 components: - type: Transform - pos: -34.5,-45.5 + pos: -26.5,6.5 parent: 2 - - uid: 39803 + - uid: 827 components: - type: Transform - pos: -34.5,-46.5 + rot: 3.141592653589793 rad + pos: -33.5,-7.5 parent: 2 - - uid: 39804 + - uid: 1433 components: - type: Transform - pos: -34.5,-47.5 + pos: 56.5,-30.5 parent: 2 - - uid: 39805 + - uid: 1460 components: - type: Transform - pos: -34.5,-48.5 + pos: -77.5,19.5 parent: 2 - - uid: 39806 + - uid: 1461 components: - type: Transform - pos: -34.5,-49.5 + pos: -76.5,19.5 parent: 2 - - uid: 39807 + - uid: 1478 components: - type: Transform - pos: -34.5,-50.5 + pos: -78.5,19.5 parent: 2 - - uid: 39808 + - uid: 1545 components: - type: Transform - pos: -34.5,-51.5 + pos: -55.5,-31.5 parent: 2 - - uid: 39809 + - uid: 1612 components: - type: Transform - pos: -34.5,-52.5 + rot: 3.141592653589793 rad + pos: -72.5,24.5 parent: 2 - - uid: 39810 + - uid: 1711 components: - type: Transform - pos: -34.5,-53.5 + pos: -56.5,-31.5 parent: 2 - - uid: 39864 + - uid: 1712 components: - type: Transform - pos: 96.5,-8.5 + pos: -61.5,-31.5 parent: 2 - - uid: 39865 + - uid: 1717 components: - type: Transform - pos: 97.5,-8.5 + pos: -60.5,-31.5 parent: 2 - - uid: 39866 + - uid: 1718 components: - type: Transform - pos: 98.5,-8.5 + pos: -59.5,-31.5 parent: 2 - - uid: 39867 + - uid: 1719 components: - type: Transform - pos: 99.5,-8.5 + pos: -58.5,-31.5 parent: 2 - - uid: 39868 + - uid: 1735 components: - type: Transform - pos: 100.5,-8.5 + pos: -57.5,-31.5 parent: 2 - - uid: 39869 + - uid: 1876 components: - type: Transform - pos: 101.5,-8.5 + rot: 1.5707963267948966 rad + pos: 21.5,-29.5 parent: 2 - - uid: 39870 + - uid: 1877 components: - type: Transform - pos: 102.5,-8.5 + rot: 1.5707963267948966 rad + pos: 13.5,-31.5 parent: 2 - - uid: 39871 + - uid: 1882 components: - type: Transform - pos: 103.5,-8.5 + rot: 1.5707963267948966 rad + pos: 21.5,-30.5 parent: 2 - - uid: 39872 + - uid: 2036 components: - type: Transform - pos: 104.5,-8.5 + pos: 52.5,36.5 parent: 2 - - uid: 39873 + - uid: 2075 components: - type: Transform - pos: 105.5,-8.5 + rot: 1.5707963267948966 rad + pos: 16.5,-31.5 parent: 2 - - uid: 39874 + - uid: 2299 components: - type: Transform - pos: 106.5,-8.5 + rot: 3.141592653589793 rad + pos: -39.5,6.5 parent: 2 - - uid: 39875 + - uid: 2518 components: - type: Transform - pos: 107.5,-8.5 + rot: -1.5707963267948966 rad + pos: 86.5,-17.5 parent: 2 - - uid: 39876 + - uid: 2570 components: - type: Transform - pos: 108.5,-8.5 + rot: 1.5707963267948966 rad + pos: 7.5,-28.5 parent: 2 - - uid: 39877 + - uid: 2601 components: - type: Transform - pos: 109.5,-8.5 + rot: 1.5707963267948966 rad + pos: -2.5,26.5 parent: 2 - - uid: 39878 + - uid: 2671 components: - type: Transform - pos: 109.5,-9.5 + pos: 5.5,44.5 parent: 2 - - uid: 39879 + - uid: 2723 components: - type: Transform - pos: 109.5,-10.5 + rot: 1.5707963267948966 rad + pos: 5.5,-28.5 parent: 2 - - uid: 39880 + - uid: 2772 components: - type: Transform - pos: 109.5,-11.5 + pos: 52.5,-33.5 parent: 2 - - uid: 39881 + - uid: 2900 components: - type: Transform - pos: 109.5,-12.5 + pos: 78.5,-6.5 parent: 2 - - uid: 39882 + - uid: 2960 components: - type: Transform - pos: 109.5,-13.5 + pos: 44.5,12.5 parent: 2 - - uid: 39883 + - uid: 3155 components: - type: Transform - pos: 109.5,-14.5 + pos: -29.5,-1.5 parent: 2 - - uid: 39884 + - uid: 3161 components: - type: Transform - pos: 109.5,-15.5 + pos: -28.5,-1.5 parent: 2 - - uid: 39885 + - uid: 3166 components: - type: Transform - pos: 109.5,-16.5 + pos: -32.5,-1.5 parent: 2 - - uid: 39886 + - uid: 3168 components: - type: Transform - pos: 109.5,-17.5 + pos: -30.5,-1.5 parent: 2 - - uid: 39887 + - uid: 3169 components: - type: Transform - pos: 109.5,-18.5 + pos: -31.5,-1.5 parent: 2 - - uid: 39888 + - uid: 3172 components: - type: Transform - pos: 109.5,-19.5 + pos: -27.5,-1.5 parent: 2 - - uid: 39889 + - uid: 3186 components: - type: Transform - pos: 109.5,-20.5 + pos: 25.5,-19.5 parent: 2 - - uid: 39890 + - uid: 3194 components: - type: Transform - pos: 109.5,-21.5 + pos: 25.5,-21.5 parent: 2 - - uid: 39891 + - uid: 3213 components: - type: Transform - pos: 109.5,-22.5 + pos: 52.5,32.5 parent: 2 - - uid: 39892 + - uid: 3345 components: - type: Transform - pos: 109.5,-23.5 + rot: 3.141592653589793 rad + pos: -33.5,-6.5 parent: 2 - - uid: 39893 + - uid: 3385 components: - type: Transform - pos: 109.5,-24.5 + pos: 52.5,37.5 parent: 2 - - uid: 39894 + - uid: 3386 components: - type: Transform - pos: 108.5,-24.5 + pos: 52.5,38.5 parent: 2 - - uid: 39895 + - uid: 3396 components: - type: Transform - pos: 107.5,-24.5 + rot: -1.5707963267948966 rad + pos: 87.5,-16.5 parent: 2 - - uid: 39896 + - uid: 3399 components: - type: Transform - pos: 106.5,-24.5 + pos: 54.5,32.5 parent: 2 - - uid: 39897 + - uid: 3411 components: - type: Transform - pos: 105.5,-24.5 + pos: -31.5,6.5 parent: 2 - - uid: 39898 + - uid: 3426 components: - type: Transform - pos: 104.5,-24.5 + pos: 56.5,32.5 parent: 2 - - uid: 39899 + - uid: 3429 components: - type: Transform - pos: 103.5,-24.5 + rot: 1.5707963267948966 rad + pos: -32.5,-11.5 parent: 2 - - uid: 39900 + - uid: 3484 components: - type: Transform - pos: 102.5,-24.5 + pos: 51.5,32.5 parent: 2 - - uid: 39901 + - uid: 3633 components: - type: Transform - pos: 101.5,-24.5 + rot: 1.5707963267948966 rad + pos: -32.5,-8.5 parent: 2 - - uid: 39902 + - uid: 3647 components: - type: Transform - pos: 100.5,-24.5 + pos: 39.5,16.5 parent: 2 - - uid: 39903 + - uid: 3767 components: - type: Transform - pos: 99.5,-24.5 + rot: 3.141592653589793 rad + pos: -32.5,-7.5 parent: 2 - - uid: 39904 + - uid: 3775 components: - type: Transform - pos: 98.5,-24.5 + pos: -30.5,6.5 parent: 2 - - uid: 39905 + - uid: 3781 components: - type: Transform - pos: 105.5,-23.5 + rot: 1.5707963267948966 rad + pos: 32.5,55.5 parent: 2 - - uid: 39906 + - uid: 3786 components: - type: Transform - pos: 105.5,-9.5 + rot: 1.5707963267948966 rad + pos: 32.5,56.5 parent: 2 - - uid: 39907 + - uid: 3882 components: - type: Transform - pos: 97.5,-9.5 + rot: 1.5707963267948966 rad + pos: 66.5,-28.5 parent: 2 - - uid: 40050 + - uid: 3933 components: - type: Transform - pos: -41.5,2.5 + pos: -41.5,5.5 parent: 2 - - uid: 40051 + - uid: 3937 components: - type: Transform - pos: -40.5,2.5 + rot: 1.5707963267948966 rad + pos: 77.5,-11.5 parent: 2 - - uid: 40052 + - uid: 3973 components: - type: Transform - pos: -39.5,2.5 + pos: 84.5,-11.5 parent: 2 - - uid: 40053 + - uid: 4159 components: - type: Transform - pos: -38.5,2.5 + rot: 1.5707963267948966 rad + pos: 17.5,-29.5 parent: 2 - - uid: 40054 + - uid: 4251 components: - type: Transform - pos: -37.5,2.5 + rot: 1.5707963267948966 rad + pos: 17.5,-30.5 parent: 2 - - uid: 40055 + - uid: 4327 components: - type: Transform - pos: -36.5,2.5 + rot: -1.5707963267948966 rad + pos: -47.5,75.5 parent: 2 - - uid: 40056 + - uid: 4400 components: - type: Transform - pos: -35.5,2.5 + rot: 1.5707963267948966 rad + pos: 17.5,-31.5 parent: 2 - - uid: 40057 + - uid: 4530 components: - type: Transform - pos: -34.5,2.5 + rot: -1.5707963267948966 rad + pos: 25.5,-27.5 parent: 2 - - uid: 40442 + - uid: 4585 components: - type: Transform - pos: 64.5,-27.5 + rot: -1.5707963267948966 rad + pos: 25.5,-24.5 parent: 2 -- proto: Chair - entities: - - uid: 1105 + - uid: 4658 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-17.5 + rot: 3.141592653589793 rad + pos: -69.5,40.5 parent: 2 - - uid: 1107 + - uid: 4681 components: - type: Transform - pos: -46.5,-16.5 + pos: -67.5,33.5 parent: 2 - - uid: 1111 + - uid: 4719 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-18.5 + rot: -1.5707963267948966 rad + pos: 25.5,-25.5 parent: 2 - - uid: 1213 + - uid: 4781 components: - type: Transform - pos: 24.5,-4.5 + pos: 93.5,-16.5 parent: 2 - - uid: 1214 + - uid: 4868 components: - type: Transform - pos: 24.5,-7.5 + rot: 3.141592653589793 rad + pos: -71.5,40.5 parent: 2 - - uid: 1215 + - uid: 4916 components: - type: Transform - pos: 24.5,-10.5 + pos: 25.5,-20.5 parent: 2 - - uid: 1829 + - uid: 4954 components: - type: Transform - pos: 13.5,-19.5 + pos: 93.5,-15.5 parent: 2 - - uid: 2341 + - uid: 5037 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,21.5 + pos: 84.5,-20.5 parent: 2 - - uid: 2734 + - uid: 5105 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,32.5 + pos: 2.5,-55.5 parent: 2 - - uid: 2735 + - uid: 5107 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,32.5 + pos: 0.5,-54.5 parent: 2 - - uid: 2782 + - uid: 5288 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,-4.5 + pos: 2.5,-56.5 parent: 2 - - uid: 2984 + - uid: 5292 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,-10.5 + pos: -5.5,-56.5 parent: 2 - - uid: 2986 + - uid: 5293 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,-8.5 + pos: 0.5,-55.5 parent: 2 - - uid: 3053 + - uid: 5545 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,-7.5 + pos: -5.5,-53.5 parent: 2 - - uid: 3151 + - uid: 5662 components: - type: Transform - pos: 43.5,44.5 + pos: 95.5,-24.5 parent: 2 - - uid: 3614 + - uid: 5667 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,12.5 + pos: 96.5,-24.5 parent: 2 - - uid: 3677 + - uid: 5751 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,21.5 + pos: 79.5,-18.5 parent: 2 - - uid: 3796 + - uid: 5892 components: - type: Transform rot: -1.5707963267948966 rad - pos: -97.5,-4.5 + pos: 26.5,-31.5 parent: 2 - - uid: 4445 + - uid: 5893 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,58.5 + pos: 25.5,-18.5 parent: 2 - - uid: 4552 + - uid: 5898 components: - type: Transform - pos: 44.5,44.5 + rot: 1.5707963267948966 rad + pos: 10.5,-26.5 parent: 2 - - uid: 5475 + - uid: 5909 components: - type: Transform rot: 1.5707963267948966 rad - pos: 45.5,26.5 + pos: -32.5,-9.5 parent: 2 - - uid: 5476 + - uid: 5930 components: - type: Transform rot: 1.5707963267948966 rad - pos: 45.5,25.5 + pos: -32.5,-10.5 parent: 2 - - uid: 5477 + - uid: 5931 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,24.5 + rot: 3.141592653589793 rad + pos: -33.5,-4.5 parent: 2 - - uid: 5978 + - uid: 5952 components: - type: Transform - pos: 42.5,44.5 + pos: 8.5,-54.5 parent: 2 - - uid: 6810 + - uid: 5953 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-21.5 + pos: -7.5,-56.5 parent: 2 - - uid: 7143 + - uid: 5957 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-21.5 + pos: 43.5,-33.5 parent: 2 - - uid: 7146 + - uid: 5960 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-17.5 + pos: -7.5,-54.5 parent: 2 - - uid: 7148 + - uid: 5961 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-17.5 + pos: 0.5,-53.5 parent: 2 - - uid: 7149 + - uid: 5962 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-17.5 + pos: 8.5,-53.5 parent: 2 - - uid: 7152 + - uid: 5963 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,-21.5 + pos: 43.5,-31.5 parent: 2 - - uid: 7153 + - uid: 5968 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-21.5 + pos: -5.5,-54.5 parent: 2 - - uid: 7154 + - uid: 5969 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-22.5 + pos: 2.5,-54.5 parent: 2 - - uid: 7155 + - uid: 5972 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-18.5 + pos: 0.5,-56.5 parent: 2 - - uid: 7157 + - uid: 5981 components: - type: Transform - pos: -42.5,-16.5 + pos: 8.5,-55.5 parent: 2 - - uid: 7160 + - uid: 5986 components: - type: Transform - pos: -42.5,-20.5 + pos: 10.5,-54.5 parent: 2 - - uid: 7161 + - uid: 5987 components: - type: Transform - pos: -46.5,-20.5 + pos: 8.5,-56.5 parent: 2 - - uid: 7162 + - uid: 5990 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-22.5 + pos: -7.5,-55.5 parent: 2 - - uid: 8125 + - uid: 5991 components: - type: Transform - pos: -85.5,-5.5 + pos: 10.5,-56.5 parent: 2 - - uid: 8126 + - uid: 6002 components: - type: Transform - pos: -84.5,-5.5 + pos: 10.5,-53.5 parent: 2 - - uid: 8132 + - uid: 6004 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,11.5 + pos: 10.5,-55.5 parent: 2 - - uid: 8133 + - uid: 6005 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,10.5 + pos: -5.5,-55.5 parent: 2 - - uid: 8135 + - uid: 6006 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,8.5 + pos: 2.5,-53.5 parent: 2 - - uid: 8136 + - uid: 6139 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,7.5 + pos: -7.5,-53.5 parent: 2 - - uid: 8141 + - uid: 6312 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,22.5 + rot: -1.5707963267948966 rad + pos: 25.5,-23.5 parent: 2 - - uid: 8142 + - uid: 6418 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,22.5 + pos: 42.5,13.5 parent: 2 - - uid: 8143 + - uid: 6419 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,22.5 + rot: 1.5707963267948966 rad + pos: 79.5,0.5 parent: 2 - - uid: 8144 + - uid: 6420 components: - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,22.5 + rot: 1.5707963267948966 rad + pos: 79.5,1.5 parent: 2 - - uid: 9092 + - uid: 6422 components: - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,22.5 + rot: 1.5707963267948966 rad + pos: 80.5,3.5 parent: 2 - - uid: 11156 + - uid: 6425 components: - type: Transform - pos: 33.5,-10.5 + rot: 1.5707963267948966 rad + pos: 79.5,2.5 parent: 2 - - uid: 11202 + - uid: 7200 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,50.5 + rot: 1.5707963267948966 rad + pos: 18.5,-31.5 parent: 2 - - uid: 11222 + - uid: 7201 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,27.5 + pos: -29.5,6.5 parent: 2 - - uid: 11298 + - uid: 7328 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-7.5 + rot: 3.141592653589793 rad + pos: -72.5,39.5 parent: 2 - - uid: 11395 + - uid: 7441 components: - type: Transform - pos: 33.5,-7.5 + rot: 1.5707963267948966 rad + pos: 18.5,-29.5 parent: 2 - - uid: 11512 + - uid: 7442 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,-5.5 + pos: 25.5,-22.5 parent: 2 - - uid: 11548 + - uid: 7491 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-5.5 + pos: -75.5,40.5 parent: 2 - - uid: 12333 + - uid: 7544 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,12.5 + pos: 34.5,32.5 parent: 2 - - uid: 12336 + - uid: 7582 components: - type: Transform rot: 3.141592653589793 rad - pos: -60.5,12.5 + pos: -33.5,-5.5 parent: 2 - - uid: 12479 + - uid: 7622 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,12.5 + rot: 1.5707963267948966 rad + pos: 18.5,-30.5 parent: 2 - - uid: 13001 + - uid: 7628 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,29.5 + pos: 65.5,-29.5 parent: 2 - - uid: 13025 + - uid: 7656 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,12.5 + pos: -69.5,24.5 parent: 2 - - uid: 13071 + - uid: 7743 components: - type: Transform - pos: 10.5,-50.5 + rot: 1.5707963267948966 rad + pos: 17.5,-28.5 parent: 2 - - uid: 13072 + - uid: 7823 components: - type: Transform - pos: -7.5,-50.5 + pos: -72.5,22.5 parent: 2 - - uid: 13193 + - uid: 8294 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,21.5 + rot: 1.5707963267948966 rad + pos: 79.5,-2.5 parent: 2 - - uid: 13337 + - uid: 8295 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,26.5 + rot: 1.5707963267948966 rad + pos: 79.5,-0.5 parent: 2 - - uid: 13338 + - uid: 8299 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,23.5 + rot: 1.5707963267948966 rad + pos: 79.5,-1.5 parent: 2 - - uid: 13340 + - uid: 8315 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,21.5 + pos: -68.5,39.5 parent: 2 - - uid: 13342 + - uid: 8373 components: - type: Transform rot: -1.5707963267948966 rad - pos: -97.5,9.5 + pos: 38.5,10.5 parent: 2 - - uid: 13343 + - uid: 8446 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,6.5 + pos: 97.5,-24.5 parent: 2 - - uid: 13345 + - uid: 8452 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,-6.5 + rot: 1.5707963267948966 rad + pos: 25.5,-26.5 parent: 2 - - uid: 13346 + - uid: 8641 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,-8.5 + rot: 3.141592653589793 rad + pos: -72.5,23.5 parent: 2 - - uid: 13347 + - uid: 8879 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,-9.5 + rot: 3.141592653589793 rad + pos: -34.5,0.5 parent: 2 - - uid: 13789 + - uid: 8912 components: - type: Transform - pos: 84.5,41.5 + rot: 3.141592653589793 rad + pos: -35.5,6.5 parent: 2 - - uid: 13970 + - uid: 9180 components: - type: Transform - pos: 8.5,-50.5 + rot: 3.141592653589793 rad + pos: -74.5,39.5 parent: 2 - - uid: 13971 + - uid: 9311 components: - type: Transform - pos: -6.5,-50.5 + rot: 1.5707963267948966 rad + pos: 25.5,-28.5 parent: 2 - - uid: 13972 + - uid: 9477 components: - type: Transform - pos: -5.5,-50.5 + rot: 3.141592653589793 rad + pos: -67.5,39.5 parent: 2 - - uid: 13973 + - uid: 9649 components: - type: Transform - pos: 9.5,-50.5 + rot: 3.141592653589793 rad + pos: -71.5,-33.5 parent: 2 - - uid: 14286 + - uid: 9700 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,49.5 + pos: -41.5,3.5 parent: 2 - - uid: 15254 + - uid: 9733 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,70.5 + rot: -1.5707963267948966 rad + pos: 56.5,-53.5 parent: 2 - - uid: 15514 + - uid: 9734 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,59.5 + pos: 56.5,-42.5 parent: 2 - - uid: 15546 + - uid: 9735 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,32.5 + rot: -1.5707963267948966 rad + pos: 56.5,-63.5 parent: 2 - - uid: 15547 + - uid: 9737 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,32.5 + rot: -1.5707963267948966 rad + pos: 56.5,-64.5 parent: 2 - - uid: 15552 + - uid: 9742 components: - type: Transform - pos: -16.5,34.5 + rot: -1.5707963267948966 rad + pos: 57.5,-79.5 parent: 2 - - uid: 15553 + - uid: 9744 components: - type: Transform - pos: -20.5,34.5 + rot: -1.5707963267948966 rad + pos: 57.5,-78.5 parent: 2 - - uid: 15736 + - uid: 9745 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,24.5 + rot: -1.5707963267948966 rad + pos: 56.5,-78.5 parent: 2 - - uid: 15737 + - uid: 9746 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,24.5 + rot: -1.5707963267948966 rad + pos: 56.5,-77.5 parent: 2 - - uid: 15738 + - uid: 9747 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,24.5 + rot: -1.5707963267948966 rad + pos: 56.5,-67.5 parent: 2 - - uid: 15790 + - uid: 9775 components: - type: Transform rot: -1.5707963267948966 rad - pos: 14.5,69.5 + pos: -46.5,80.5 parent: 2 - - uid: 16169 + - uid: 9894 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,51.5 + pos: -76.5,40.5 parent: 2 - - uid: 17834 + - uid: 9899 components: - type: Transform - pos: 14.5,-19.5 + rot: 3.141592653589793 rad + pos: -72.5,40.5 parent: 2 - - uid: 18031 + - uid: 9900 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,68.5 + rot: 3.141592653589793 rad + pos: -73.5,40.5 parent: 2 - - uid: 18103 + - uid: 9920 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,70.5 + rot: 3.141592653589793 rad + pos: -68.5,40.5 parent: 2 - - uid: 18186 + - uid: 9963 components: - type: Transform - pos: -49.5,22.5 + rot: 3.141592653589793 rad + pos: -73.5,39.5 parent: 2 - - uid: 19653 + - uid: 10033 components: - type: Transform - pos: -86.5,-4.5 + pos: -68.5,28.5 parent: 2 - - uid: 19977 + - uid: 10034 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,48.5 + pos: -68.5,27.5 parent: 2 - - uid: 21200 + - uid: 10035 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,25.5 + pos: -68.5,26.5 parent: 2 - - uid: 21201 + - uid: 10036 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,24.5 + pos: -68.5,25.5 parent: 2 - - uid: 21202 + - uid: 10037 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,23.5 + pos: -68.5,24.5 parent: 2 - - uid: 21203 + - uid: 10038 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,26.5 + pos: -68.5,23.5 parent: 2 - - uid: 23895 + - uid: 10039 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-6.5 + pos: -68.5,22.5 parent: 2 - - uid: 25088 + - uid: 10040 components: - type: Transform - rot: 3.141592653589793 rad - pos: 90.5,12.5 + pos: -68.5,21.5 parent: 2 - - uid: 26017 + - uid: 10041 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,50.5 + pos: -68.5,20.5 parent: 2 - - uid: 26083 + - uid: 10042 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,25.5 + pos: -68.5,19.5 parent: 2 - - uid: 26319 + - uid: 10043 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,49.5 + pos: -67.5,19.5 parent: 2 - - uid: 26523 + - uid: 10044 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,51.5 + pos: -66.5,19.5 parent: 2 - - uid: 26705 + - uid: 10045 components: - type: Transform - pos: 33.5,-4.5 + pos: -65.5,19.5 parent: 2 - - uid: 28892 + - uid: 10046 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,28.5 + pos: -65.5,18.5 parent: 2 - - uid: 28959 + - uid: 10047 components: - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,29.5 + pos: -65.5,17.5 parent: 2 - - uid: 29142 + - uid: 10048 components: - type: Transform - pos: -48.5,22.5 + pos: -65.5,16.5 parent: 2 - - uid: 29338 + - uid: 10049 components: - type: Transform - pos: -83.5,-4.5 + pos: -65.5,15.5 parent: 2 - - uid: 29618 + - uid: 10050 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,30.5 + pos: -65.5,14.5 parent: 2 - - uid: 29719 + - uid: 10051 components: - type: Transform - pos: 9.5,71.5 + pos: -65.5,13.5 parent: 2 - - uid: 29895 + - uid: 10052 components: - type: Transform - pos: 8.5,71.5 + pos: -65.5,12.5 parent: 2 - - uid: 29896 + - uid: 10053 components: - type: Transform - pos: 12.5,71.5 + pos: -65.5,11.5 parent: 2 - - uid: 30064 + - uid: 10054 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,40.5 + pos: -64.5,11.5 parent: 2 - - uid: 30456 + - uid: 10055 components: - type: Transform - pos: 15.5,-19.5 + pos: -64.5,10.5 parent: 2 - - uid: 30457 + - uid: 10075 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,30.5 + rot: 1.5707963267948966 rad + pos: 33.5,54.5 parent: 2 - - uid: 30757 + - uid: 10122 components: - type: Transform - pos: 7.5,71.5 + rot: 1.5707963267948966 rad + pos: 33.5,53.5 parent: 2 - - uid: 30923 + - uid: 10214 components: - type: Transform - pos: 11.5,71.5 + pos: -41.5,4.5 parent: 2 - - uid: 32088 + - uid: 10280 components: - type: Transform rot: 3.141592653589793 rad - pos: -68.5,30.5 + pos: -42.5,4.5 parent: 2 - - uid: 33851 + - uid: 10514 components: - type: Transform - rot: 3.141592653589793 rad - pos: 102.5,60.5 + rot: -1.5707963267948966 rad + pos: 56.5,-47.5 parent: 2 - - uid: 36394 + - uid: 10515 components: - type: Transform - rot: 3.141592653589793 rad - pos: 103.5,60.5 + rot: -1.5707963267948966 rad + pos: 56.5,-57.5 parent: 2 - - uid: 36598 + - uid: 10516 components: - type: Transform - rot: 3.141592653589793 rad - pos: 100.5,60.5 + rot: -1.5707963267948966 rad + pos: 56.5,-46.5 parent: 2 - - uid: 36903 + - uid: 10618 components: - type: Transform - rot: 3.141592653589793 rad - pos: 89.5,11.5 + pos: -28.5,6.5 parent: 2 - - uid: 36964 + - uid: 11013 components: - type: Transform - pos: -11.5,30.5 + pos: -62.5,-21.5 parent: 2 - - uid: 36965 + - uid: 11225 components: - type: Transform - pos: -10.5,30.5 + rot: 3.141592653589793 rad + pos: -42.5,5.5 parent: 2 - - uid: 39343 + - uid: 11552 components: - type: Transform - pos: -87.5,-5.5 + rot: -1.5707963267948966 rad + pos: -72.5,21.5 parent: 2 - - uid: 39987 + - uid: 11553 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,73.5 + rot: -1.5707963267948966 rad + pos: -72.5,20.5 parent: 2 - - uid: 39988 + - uid: 11554 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,73.5 + rot: -1.5707963267948966 rad + pos: -72.5,19.5 parent: 2 - - uid: 39989 + - uid: 11555 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,73.5 + rot: -1.5707963267948966 rad + pos: -72.5,18.5 parent: 2 - - uid: 39990 + - uid: 11556 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,73.5 + rot: -1.5707963267948966 rad + pos: -67.5,-3.5 parent: 2 - - uid: 39991 + - uid: 11557 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,73.5 + rot: -1.5707963267948966 rad + pos: -66.5,-3.5 parent: 2 -- proto: ChairFolding - entities: - - uid: 1587 + - uid: 11558 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,12.5 + pos: -65.5,-3.5 parent: 2 - - uid: 1588 + - uid: 11559 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,12.5 + rot: -1.5707963267948966 rad + pos: -64.5,-3.5 parent: 2 - - uid: 1628 + - uid: 11560 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,11.5 + pos: -64.5,-2.5 parent: 2 - - uid: 1629 + - uid: 11561 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,11.5 + rot: -1.5707963267948966 rad + pos: -64.5,-1.5 parent: 2 - - uid: 1630 + - uid: 11562 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,11.5 + rot: -1.5707963267948966 rad + pos: -64.5,-0.5 parent: 2 - - uid: 1631 + - uid: 11563 components: - type: Transform - pos: -2.5,14.5 + rot: -1.5707963267948966 rad + pos: -64.5,0.5 parent: 2 - - uid: 2654 + - uid: 11564 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,55.5 + rot: -1.5707963267948966 rad + pos: -64.5,1.5 parent: 2 - - uid: 2702 + - uid: 11565 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,57.5 + rot: -1.5707963267948966 rad + pos: -64.5,2.5 parent: 2 - - uid: 2703 + - uid: 11566 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,56.5 + rot: -1.5707963267948966 rad + pos: -64.5,3.5 parent: 2 - - uid: 2919 + - uid: 11567 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 63.950745,-1.9872427 + rot: -1.5707963267948966 rad + pos: -64.5,4.5 parent: 2 - - uid: 3416 + - uid: 11568 components: - type: Transform - pos: 32.5,-24.5 + rot: -1.5707963267948966 rad + pos: -64.5,5.5 parent: 2 - - uid: 3418 + - uid: 11569 components: - type: Transform - pos: 31.5,-24.5 + rot: -1.5707963267948966 rad + pos: -64.5,6.5 parent: 2 - - uid: 3444 + - uid: 11570 components: - type: Transform - pos: 34.5,-24.5 + rot: -1.5707963267948966 rad + pos: -64.5,-4.5 parent: 2 - - uid: 3445 + - uid: 11571 components: - type: Transform - pos: 33.5,-24.5 + rot: -1.5707963267948966 rad + pos: -64.5,-5.5 parent: 2 - - uid: 3446 + - uid: 11572 components: - type: Transform - pos: 36.5,-25.5 + rot: -1.5707963267948966 rad + pos: -64.5,-6.5 parent: 2 - - uid: 3447 + - uid: 11573 components: - type: Transform - pos: 35.5,-24.5 + rot: -1.5707963267948966 rad + pos: -64.5,-7.5 parent: 2 - - uid: 3448 + - uid: 11574 components: - type: Transform - pos: 33.5,-25.5 + rot: -1.5707963267948966 rad + pos: -64.5,-8.5 parent: 2 - - uid: 3449 + - uid: 11575 components: - type: Transform - pos: 34.5,-25.5 + rot: -1.5707963267948966 rad + pos: -64.5,-9.5 parent: 2 - - uid: 3451 + - uid: 11576 components: - type: Transform - pos: 32.5,-25.5 + rot: -1.5707963267948966 rad + pos: -64.5,-10.5 parent: 2 - - uid: 3454 + - uid: 11577 components: - type: Transform - pos: 37.5,-24.5 + rot: -1.5707963267948966 rad + pos: -64.5,-11.5 parent: 2 - - uid: 3455 + - uid: 11578 components: - type: Transform - pos: 30.5,-25.5 + rot: -1.5707963267948966 rad + pos: -63.5,-11.5 parent: 2 - - uid: 6156 + - uid: 11579 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 80.5,-6.5 + rot: -1.5707963267948966 rad + pos: -62.5,-11.5 parent: 2 - - uid: 6423 + - uid: 11580 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,-5.5 + rot: -1.5707963267948966 rad + pos: -61.5,-11.5 parent: 2 - - uid: 6619 + - uid: 11581 components: - type: Transform rot: -1.5707963267948966 rad - pos: -35.5,59.5 + pos: -61.5,-12.5 parent: 2 - - uid: 6622 + - uid: 11582 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,58.5 + rot: -1.5707963267948966 rad + pos: -61.5,-13.5 parent: 2 - - uid: 6689 + - uid: 11583 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,59.5 + rot: -1.5707963267948966 rad + pos: -61.5,-14.5 parent: 2 - - uid: 6831 + - uid: 11584 components: - type: Transform - pos: -38.5,61.5 + rot: -1.5707963267948966 rad + pos: -61.5,-15.5 parent: 2 - - uid: 7033 + - uid: 11585 components: - type: Transform - pos: -28.5,-34.5 + rot: -1.5707963267948966 rad + pos: -61.5,-16.5 parent: 2 - - uid: 7034 + - uid: 11586 components: - type: Transform rot: -1.5707963267948966 rad - pos: -27.5,-35.5 + pos: -61.5,-17.5 parent: 2 - - uid: 7035 + - uid: 11587 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-36.5 + rot: -1.5707963267948966 rad + pos: -61.5,-18.5 parent: 2 - - uid: 7930 + - uid: 11588 components: - type: Transform - pos: 44.5,-34.5 + rot: -1.5707963267948966 rad + pos: -61.5,-19.5 parent: 2 - - uid: 7934 + - uid: 11589 components: - type: Transform - pos: -37.5,61.5 + rot: -1.5707963267948966 rad + pos: -61.5,-20.5 parent: 2 - - uid: 8297 + - uid: 11590 components: - type: Transform - pos: 43.5,-34.5 + rot: -1.5707963267948966 rad + pos: -61.5,-21.5 parent: 2 - - uid: 9632 + - uid: 11591 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,58.5 + rot: -1.5707963267948966 rad + pos: -61.5,-22.5 parent: 2 - - uid: 9678 + - uid: 11592 components: - type: Transform - pos: 65.62918,0.26289845 + rot: -1.5707963267948966 rad + pos: -61.5,-23.5 parent: 2 - - uid: 11301 + - uid: 11593 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 84.41611,-0.92704487 + rot: -1.5707963267948966 rad + pos: -61.5,-24.5 parent: 2 - - uid: 11893 + - uid: 11595 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 84.48642,3.2995176 + rot: -1.5707963267948966 rad + pos: -61.5,-26.5 parent: 2 - - uid: 12319 + - uid: 11597 components: - type: Transform - pos: 48.5,-34.5 + rot: -1.5707963267948966 rad + pos: -61.5,-28.5 parent: 2 - - uid: 15203 + - uid: 11599 components: - type: Transform rot: -1.5707963267948966 rad - pos: -21.5,53.5 + pos: -61.5,-30.5 parent: 2 - - uid: 16318 + - uid: 11600 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,53.5 + rot: -1.5707963267948966 rad + pos: -64.5,-33.5 parent: 2 - - uid: 16652 + - uid: 11601 components: - type: Transform rot: -1.5707963267948966 rad - pos: -39.5,11.5 + pos: -65.5,-33.5 parent: 2 - - uid: 17885 + - uid: 11602 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,63.5 + rot: -1.5707963267948966 rad + pos: -65.5,-34.5 parent: 2 - - uid: 18059 + - uid: 11603 components: - type: Transform - pos: -15.5,67.5 + rot: -1.5707963267948966 rad + pos: -65.5,-35.5 parent: 2 - - uid: 18062 + - uid: 11604 components: - type: Transform - pos: -19.5,67.5 + rot: -1.5707963267948966 rad + pos: -64.5,-35.5 parent: 2 - - uid: 18064 + - uid: 11607 components: - type: Transform - pos: -23.5,67.5 + rot: -1.5707963267948966 rad + pos: -67.5,-34.5 parent: 2 - - uid: 18066 + - uid: 11618 components: - type: Transform - pos: -27.5,67.5 + rot: -1.5707963267948966 rad + pos: -56.5,-34.5 parent: 2 - - uid: 18149 + - uid: 11619 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,61.5 + rot: -1.5707963267948966 rad + pos: -62.5,-33.5 parent: 2 - - uid: 18457 + - uid: 11620 components: - type: Transform - pos: -59.5,-3.5 + rot: -1.5707963267948966 rad + pos: -62.5,-35.5 parent: 2 - - uid: 18458 + - uid: 11621 components: - type: Transform - pos: -58.5,-3.5 + rot: -1.5707963267948966 rad + pos: -62.5,-34.5 parent: 2 - - uid: 18502 + - uid: 11622 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-3.5 + rot: -1.5707963267948966 rad + pos: -61.5,-34.5 parent: 2 - - uid: 18503 + - uid: 11623 components: - type: Transform rot: -1.5707963267948966 rad - pos: -51.5,-3.5 + pos: -60.5,-34.5 parent: 2 - - uid: 19772 + - uid: 11624 components: - type: Transform rot: -1.5707963267948966 rad - pos: -35.5,60.5 + pos: -59.5,-34.5 parent: 2 - - uid: 25069 + - uid: 11625 components: - type: Transform rot: -1.5707963267948966 rad - pos: 68.5,21.5 + pos: -58.5,-34.5 parent: 2 - - uid: 29272 + - uid: 11626 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 80.5,2.5 + rot: -1.5707963267948966 rad + pos: -58.5,-33.5 parent: 2 - - uid: 31934 + - uid: 11627 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 80.5,-1.5 + rot: -1.5707963267948966 rad + pos: -58.5,-35.5 parent: 2 - - uid: 33527 + - uid: 11628 components: - type: Transform rot: -1.5707963267948966 rad - pos: 99.5,18.5 + pos: -57.5,-35.5 parent: 2 - - uid: 33528 + - uid: 11629 components: - type: Transform rot: -1.5707963267948966 rad - pos: 99.5,17.5 + pos: -57.5,-33.5 parent: 2 - - uid: 33529 + - uid: 11630 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 95.5,18.5 + rot: -1.5707963267948966 rad + pos: -63.5,-33.5 parent: 2 - - uid: 33530 + - uid: 11631 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 94.5,16.5 + rot: -1.5707963267948966 rad + pos: -63.5,-35.5 parent: 2 - - uid: 33675 + - uid: 11632 components: - type: Transform rot: -1.5707963267948966 rad - pos: -35.5,67.5 + pos: -56.5,-33.5 parent: 2 - - uid: 33676 + - uid: 11634 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,67.5 + rot: -1.5707963267948966 rad + pos: -56.5,-35.5 parent: 2 - - uid: 36459 + - uid: 11669 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,83.5 + rot: -1.5707963267948966 rad + pos: -35.5,-36.5 parent: 2 - - uid: 36460 + - uid: 11671 components: - type: Transform rot: -1.5707963267948966 rad - pos: 59.5,84.5 + pos: -33.5,-17.5 parent: 2 - - uid: 39661 + - uid: 11672 components: - type: Transform - pos: 64.74637,-0.23710155 + rot: -1.5707963267948966 rad + pos: -33.5,-18.5 parent: 2 -- proto: ChairFoldingSpawnFolded - entities: - - uid: 3450 + - uid: 11673 components: - type: Transform - pos: 38.52028,-21.96194 + rot: -1.5707963267948966 rad + pos: -33.5,-19.5 parent: 2 - - uid: 3452 + - uid: 11674 components: - type: Transform - pos: 38.543716,-22.383816 + rot: -1.5707963267948966 rad + pos: -33.5,-20.5 parent: 2 - - uid: 3453 + - uid: 11675 components: - type: Transform - pos: 38.555435,-22.16116 + rot: -1.5707963267948966 rad + pos: -33.5,-21.5 parent: 2 - - uid: 6527 + - uid: 11676 components: - type: Transform - rot: 3.141592653589793 rad - pos: 70.3003,-11.422241 + rot: -1.5707963267948966 rad + pos: -33.5,-22.5 parent: 2 - - uid: 11831 + - uid: 11677 components: - type: Transform - rot: 3.141592653589793 rad - pos: 70.3003,-11.273804 + rot: -1.5707963267948966 rad + pos: -33.5,-23.5 parent: 2 - - uid: 11833 + - uid: 11678 components: - type: Transform - rot: 3.141592653589793 rad - pos: 69.5503,-11.265991 + rot: -1.5707963267948966 rad + pos: -33.5,-24.5 parent: 2 - - uid: 11834 + - uid: 11679 components: - type: Transform - rot: 3.141592653589793 rad - pos: 69.57374,-11.375366 + rot: -1.5707963267948966 rad + pos: -33.5,-25.5 parent: 2 - - uid: 11835 + - uid: 11680 components: - type: Transform - rot: 3.141592653589793 rad - pos: 70.29249,-11.164429 + rot: -1.5707963267948966 rad + pos: -33.5,-26.5 parent: 2 - - uid: 12760 + - uid: 11681 components: - type: Transform - rot: 3.141592653589793 rad - pos: 69.562065,-11.078491 + rot: -1.5707963267948966 rad + pos: -33.5,-27.5 parent: 2 - - uid: 12761 + - uid: 11682 components: - type: Transform - rot: 3.141592653589793 rad - pos: 69.530815,-11.234741 + rot: -1.5707963267948966 rad + pos: -32.5,-27.5 parent: 2 - - uid: 12848 + - uid: 11683 components: - type: Transform - rot: 3.141592653589793 rad - pos: 70.35894,-11.453491 + rot: -1.5707963267948966 rad + pos: -31.5,-27.5 parent: 2 - - uid: 27635 + - uid: 11684 components: - type: Transform - rot: 3.141592653589793 rad - pos: 70.35894,-11.101929 + rot: -1.5707963267948966 rad + pos: -30.5,-27.5 parent: 2 - - uid: 31573 + - uid: 11685 components: - type: Transform - rot: 3.141592653589793 rad - pos: 69.55425,-11.437866 + rot: -1.5707963267948966 rad + pos: -29.5,-27.5 parent: 2 - - uid: 34761 + - uid: 11686 components: - type: Transform - rot: 3.141592653589793 rad - pos: 69.565926,-11.133179 + rot: -1.5707963267948966 rad + pos: -28.5,-27.5 parent: 2 - - uid: 35712 + - uid: 11687 components: - type: Transform - rot: 3.141592653589793 rad - pos: 70.374565,-11.305054 + rot: -1.5707963267948966 rad + pos: -27.5,-27.5 parent: 2 - - uid: 36461 + - uid: 11688 components: - type: Transform rot: -1.5707963267948966 rad - pos: 58.83184,83.77377 + pos: -26.5,-27.5 parent: 2 - - uid: 36508 + - uid: 11689 components: - type: Transform rot: -1.5707963267948966 rad - pos: 56.83184,79.6644 + pos: -25.5,-27.5 parent: 2 -- proto: ChairGreyscale - entities: - - uid: 2126 + - uid: 11690 components: - type: Transform - pos: 26.5,5.5 + rot: -1.5707963267948966 rad + pos: -25.5,-28.5 parent: 2 - - uid: 2266 + - uid: 11691 components: - type: Transform - pos: 25.5,5.5 + rot: -1.5707963267948966 rad + pos: -26.5,-28.5 parent: 2 - - uid: 24065 + - uid: 11861 components: - type: Transform - pos: 27.5,5.5 + pos: -63.5,-21.5 parent: 2 -- proto: ChairOfficeDark - entities: - - uid: 464 + - uid: 11894 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,-2.5 + pos: -6.5,-33.5 parent: 2 - - uid: 465 + - uid: 11895 components: - type: Transform rot: 1.5707963267948966 rad - pos: -17.5,-2.5 + pos: -6.5,-32.5 parent: 2 - - uid: 931 + - uid: 11896 components: - type: Transform - pos: -28.5,-8.5 + rot: 1.5707963267948966 rad + pos: -6.5,-31.5 parent: 2 - - uid: 1122 + - uid: 11897 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-33.5 + rot: 1.5707963267948966 rad + pos: -6.5,-30.5 parent: 2 - - uid: 1316 + - uid: 11898 components: - type: Transform rot: 1.5707963267948966 rad - pos: 21.52995,3.6676638 + pos: -6.5,-29.5 parent: 2 - - uid: 1650 + - uid: 12032 components: - type: Transform - rot: -3.141592351598195 rad - pos: 19.453836,-2.5060267 + rot: -1.5707963267948966 rad + pos: 86.5,-15.5 parent: 2 - - uid: 1657 + - uid: 12068 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,3.5 + rot: 1.5707963267948966 rad + pos: 21.5,-28.5 parent: 2 - - uid: 1658 + - uid: 12074 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-0.5 + rot: 1.5707963267948966 rad + pos: 21.5,-31.5 parent: 2 - - uid: 1663 + - uid: 12083 components: - type: Transform - pos: 16.5,-5.5 + rot: 1.5707963267948966 rad + pos: 21.5,-32.5 parent: 2 - - uid: 1664 + - uid: 12103 components: - type: Transform - pos: 20.5,-5.5 + rot: 1.5707963267948966 rad + pos: 13.5,-32.5 parent: 2 - - uid: 1940 + - uid: 12231 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,27.5 - parent: 2 - - uid: 2040 + rot: 3.141592653589793 rad + pos: 10.5,-33.5 + parent: 2 + - uid: 12232 components: - type: Transform rot: 3.141592653589793 rad - pos: 4.5,6.5 + pos: 10.5,-32.5 parent: 2 - - uid: 4367 + - uid: 12249 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-10.5 + rot: 1.5707963267948966 rad + pos: -4.5,-18.5 parent: 2 - - uid: 4541 + - uid: 12250 components: - type: Transform - rot: 3.141592653589793 rad - pos: 70.5,79.5 + rot: 1.5707963267948966 rad + pos: -4.5,-19.5 parent: 2 - - uid: 4782 + - uid: 12251 components: - type: Transform - pos: 4.5,-24.5 + rot: 1.5707963267948966 rad + pos: -4.5,-17.5 parent: 2 - - uid: 5364 + - uid: 12252 components: - type: Transform - pos: 57.5,51.5 + rot: 1.5707963267948966 rad + pos: -3.5,-19.5 parent: 2 - - uid: 5365 + - uid: 12254 components: - type: Transform - pos: 58.5,51.5 + rot: 1.5707963267948966 rad + pos: -2.5,-20.5 parent: 2 - - uid: 5366 + - uid: 12255 components: - type: Transform - pos: 59.5,51.5 + rot: 1.5707963267948966 rad + pos: -1.5,-20.5 parent: 2 - - uid: 5956 + - uid: 12256 components: - type: Transform - pos: 17.5,-20.5 + rot: 1.5707963267948966 rad + pos: -1.5,-21.5 parent: 2 - - uid: 8265 + - uid: 12257 components: - type: Transform - rot: 3.141592653589793 rad - pos: 73.5,77.5 + rot: 1.5707963267948966 rad + pos: -1.5,-22.5 parent: 2 - - uid: 8378 + - uid: 12258 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-4.5 + rot: 1.5707963267948966 rad + pos: -1.5,-23.5 parent: 2 - - uid: 8857 + - uid: 12259 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.574654,18.667648 + rot: 1.5707963267948966 rad + pos: -1.5,-24.5 parent: 2 - - uid: 8897 + - uid: 12260 components: - type: Transform - pos: -48.992725,16.618279 + rot: 1.5707963267948966 rad + pos: -1.5,-25.5 parent: 2 - - uid: 8899 + - uid: 12261 components: - type: Transform - pos: -59.9513,14.567365 + rot: 1.5707963267948966 rad + pos: -1.5,-26.5 parent: 2 - - uid: 11297 + - uid: 12262 components: - type: Transform rot: 1.5707963267948966 rad - pos: 12.5,-7.5 + pos: -1.5,-27.5 parent: 2 - - uid: 11967 + - uid: 12263 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,11.5 + rot: 1.5707963267948966 rad + pos: -1.5,-28.5 parent: 2 - - uid: 14038 + - uid: 12264 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,58.5 + rot: 1.5707963267948966 rad + pos: -2.5,-28.5 parent: 2 - - uid: 14061 + - uid: 12265 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,58.5 + rot: 1.5707963267948966 rad + pos: -3.5,-28.5 parent: 2 - - uid: 14070 + - uid: 12266 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,58.5 + rot: 1.5707963267948966 rad + pos: -4.5,-28.5 parent: 2 - - uid: 14174 + - uid: 12267 components: - type: Transform - pos: 13.5,42.5 + rot: 1.5707963267948966 rad + pos: -5.5,-28.5 parent: 2 - - uid: 15670 + - uid: 12268 components: - type: Transform rot: 1.5707963267948966 rad - pos: -19.5,50.5 + pos: -6.5,-28.5 parent: 2 - - uid: 15901 + - uid: 12270 components: - type: Transform rot: 1.5707963267948966 rad - pos: 5.5,5.5 + pos: -6.5,-34.5 parent: 2 - - uid: 18909 + - uid: 12271 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -103.5,50.5 + rot: 1.5707963267948966 rad + pos: -6.5,-35.5 parent: 2 - - uid: 18936 + - uid: 12272 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -105.5,48.5 + rot: 1.5707963267948966 rad + pos: -6.5,-36.5 parent: 2 - - uid: 22235 + - uid: 12273 components: - type: Transform - rot: 3.141592653589793 rad - pos: -108.5,55.5 + rot: 1.5707963267948966 rad + pos: -6.5,-37.5 parent: 2 - - uid: 22242 + - uid: 12274 components: - type: Transform - pos: -109.5,50.5 + rot: 1.5707963267948966 rad + pos: -5.5,-37.5 parent: 2 - - uid: 25304 + - uid: 12275 components: - type: Transform - rot: 3.141592653589793 rad - pos: 71.5,79.5 + rot: 1.5707963267948966 rad + pos: -6.5,-38.5 parent: 2 - - uid: 26016 + - uid: 12276 components: - type: Transform - pos: -39.948635,35.56524 + rot: 1.5707963267948966 rad + pos: -7.5,-38.5 parent: 2 - - uid: 30853 + - uid: 12277 components: - type: Transform - rot: 3.141592653589793 rad - pos: 69.5,72.5 + rot: 1.5707963267948966 rad + pos: -7.5,-39.5 parent: 2 - - uid: 31733 + - uid: 12278 components: - type: Transform rot: 1.5707963267948966 rad - pos: 21.544285,0.55529165 + pos: 8.5,-37.5 parent: 2 - - uid: 32080 + - uid: 12279 components: - type: Transform - rot: 3.141592653589793 rad - pos: 94.5,78.5 + rot: 1.5707963267948966 rad + pos: 9.5,-37.5 parent: 2 - - uid: 32377 + - uid: 12280 components: - type: Transform - rot: 3.141592653589793 rad - pos: -104.5,55.5 + rot: 1.5707963267948966 rad + pos: 10.5,-37.5 parent: 2 - - uid: 33041 + - uid: 12281 components: - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,72.5 + rot: 1.5707963267948966 rad + pos: 10.5,-36.5 parent: 2 - - uid: 34813 + - uid: 12282 components: - type: Transform - rot: 3.141592653589793 rad - pos: -109.5,54.5 + rot: 1.5707963267948966 rad + pos: 10.5,-35.5 parent: 2 - - uid: 35914 + - uid: 12283 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 75.5,78.5 + rot: 1.5707963267948966 rad + pos: 10.5,-34.5 parent: 2 - - uid: 36693 + - uid: 12286 components: - type: Transform - rot: 3.141592653589793 rad - pos: 83.5,81.5 + rot: 1.5707963267948966 rad + pos: 10.5,-31.5 parent: 2 - - uid: 36812 + - uid: 12287 components: - type: Transform - rot: 3.141592653589793 rad - pos: 70.5,72.5 + rot: 1.5707963267948966 rad + pos: 10.5,-30.5 parent: 2 - - uid: 38865 + - uid: 12288 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,61.5 + rot: 1.5707963267948966 rad + pos: 10.5,-29.5 parent: 2 - - uid: 38866 + - uid: 12299 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,61.5 + rot: 1.5707963267948966 rad + pos: -0.5,-28.5 parent: 2 -- proto: ChairOfficeLight - entities: - - uid: 1095 + - uid: 12320 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-23.5 + rot: 1.5707963267948966 rad + pos: -3.5,-18.5 parent: 2 - - uid: 2511 + - uid: 12321 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,50.5 + rot: 1.5707963267948966 rad + pos: -4.5,-20.5 parent: 2 - - uid: 5212 + - uid: 12322 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-23.5 + rot: 1.5707963267948966 rad + pos: -3.5,-20.5 parent: 2 - - uid: 5257 + - uid: 12324 components: - type: Transform - pos: 27.5,26.5 + rot: 1.5707963267948966 rad + pos: 16.5,-30.5 parent: 2 - - uid: 5412 + - uid: 12326 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,50.5 + pos: 52.5,39.5 parent: 2 - - uid: 5416 + - uid: 12327 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,50.5 + pos: 55.5,32.5 parent: 2 - - uid: 5521 + - uid: 12329 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,47.5 + pos: 52.5,41.5 parent: 2 - - uid: 5531 + - uid: 12331 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,28.5 + pos: 52.5,42.5 parent: 2 - - uid: 5532 + - uid: 12334 + components: + - type: Transform + pos: 51.5,43.5 + parent: 2 + - uid: 12340 components: - type: Transform rot: 1.5707963267948966 rad - pos: 37.5,28.5 + pos: 10.5,-27.5 parent: 2 - - uid: 6523 + - uid: 12586 components: - type: Transform - pos: -9.5,-27.5 + rot: -1.5707963267948966 rad + pos: 86.5,-16.5 parent: 2 - - uid: 6524 + - uid: 12591 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-30.5 + pos: 82.5,-20.5 parent: 2 - - uid: 6525 + - uid: 12593 components: - type: Transform rot: 3.141592653589793 rad - pos: -13.5,-23.5 + pos: 84.5,-12.5 parent: 2 - - uid: 6526 + - uid: 12595 components: - type: Transform rot: 3.141592653589793 rad - pos: -8.5,-23.5 + pos: 83.5,-12.5 parent: 2 - - uid: 8405 + - uid: 12598 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,-15.5 + parent: 2 + - uid: 12610 + components: + - type: Transform + pos: 67.5,-27.5 + parent: 2 + - uid: 12613 components: - type: Transform rot: 1.5707963267948966 rad - pos: -68.5,13.5 + pos: 65.5,-30.5 parent: 2 - - uid: 9151 + - uid: 12614 components: - type: Transform rot: 1.5707963267948966 rad - pos: 49.5,47.5 + pos: 64.5,-28.5 parent: 2 - - uid: 9220 + - uid: 12616 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,50.5 + pos: 68.5,-29.5 parent: 2 - - uid: 15402 + - uid: 12618 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,28.5 + pos: 64.5,-29.5 parent: 2 - - uid: 18435 + - uid: 12620 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,2.5 + pos: 67.5,-29.5 parent: 2 - - uid: 25210 + - uid: 12681 components: - type: Transform rot: 1.5707963267948966 rad - pos: -1.5,42.5 + pos: 46.5,-19.5 parent: 2 -- proto: ChairRitual - entities: - - uid: 11104 + - uid: 12682 components: - type: Transform - rot: 3.141592653589793 rad - pos: -75.5,-6.5 + rot: 1.5707963267948966 rad + pos: 46.5,-20.5 parent: 2 - - uid: 14356 + - uid: 12683 components: - type: Transform - pos: -74.5,-3.5 + rot: 1.5707963267948966 rad + pos: 46.5,-21.5 parent: 2 - - uid: 14357 + - uid: 12684 components: - type: Transform rot: 1.5707963267948966 rad - pos: -76.5,-4.5 + pos: 46.5,-22.5 parent: 2 - - uid: 15399 + - uid: 12685 components: - type: Transform rot: 1.5707963267948966 rad - pos: -76.5,-5.5 + pos: 46.5,-23.5 parent: 2 - - uid: 17120 + - uid: 12686 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,-5.5 + rot: 1.5707963267948966 rad + pos: 46.5,-24.5 parent: 2 - - uid: 17121 + - uid: 12687 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,-6.5 + rot: 1.5707963267948966 rad + pos: 46.5,-25.5 parent: 2 - - uid: 17802 + - uid: 12688 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,-4.5 + rot: 1.5707963267948966 rad + pos: 46.5,-26.5 parent: 2 -- proto: ChairWood - entities: - - uid: 253 + - uid: 12689 components: - type: Transform rot: 1.5707963267948966 rad - pos: 15.5,-14.5 + pos: 45.5,-26.5 parent: 2 - - uid: 561 + - uid: 12690 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-8.5 + rot: 1.5707963267948966 rad + pos: 44.5,-26.5 parent: 2 - - uid: 563 + - uid: 12691 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-8.5 + rot: 1.5707963267948966 rad + pos: 43.5,-26.5 parent: 2 - - uid: 573 + - uid: 12692 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-8.5 + rot: 1.5707963267948966 rad + pos: 42.5,-26.5 parent: 2 - - uid: 724 + - uid: 12693 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,33.5 + rot: 1.5707963267948966 rad + pos: 41.5,-26.5 parent: 2 - - uid: 6083 + - uid: 12694 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,8.5 + rot: 1.5707963267948966 rad + pos: 40.5,-26.5 parent: 2 - - uid: 6084 + - uid: 12695 components: - type: Transform - rot: 3.141592653589793 rad - pos: 68.5,8.5 + rot: 1.5707963267948966 rad + pos: 44.5,-27.5 parent: 2 - - uid: 6607 + - uid: 12696 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-19.5 + rot: 1.5707963267948966 rad + pos: 44.5,-28.5 parent: 2 - - uid: 6608 + - uid: 12697 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-20.5 + rot: 1.5707963267948966 rad + pos: 44.5,-29.5 parent: 2 - - uid: 6609 + - uid: 12698 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-21.5 + rot: 1.5707963267948966 rad + pos: 44.5,-30.5 parent: 2 - - uid: 11037 + - uid: 12699 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.53896,38.516632 + rot: 1.5707963267948966 rad + pos: 44.5,-31.5 parent: 2 - - uid: 11170 + - uid: 12700 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,5.5 + rot: 1.5707963267948966 rad + pos: 44.5,-32.5 parent: 2 - - uid: 11336 + - uid: 12701 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.499897,39.305695 + rot: 1.5707963267948966 rad + pos: 44.5,-33.5 parent: 2 - - uid: 11838 + - uid: 12702 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 75.5,-7.5 + rot: 1.5707963267948966 rad + pos: 45.5,-33.5 parent: 2 - - uid: 12402 + - uid: 12703 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,0.5 + rot: 1.5707963267948966 rad + pos: 46.5,-33.5 parent: 2 - - uid: 13007 + - uid: 12704 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.585835,37.66507 + rot: 1.5707963267948966 rad + pos: 47.5,-33.5 parent: 2 - - uid: 13114 + - uid: 12705 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,22.5 + rot: 1.5707963267948966 rad + pos: 48.5,-33.5 parent: 2 - - uid: 13133 + - uid: 12706 components: - type: Transform rot: 1.5707963267948966 rad - pos: -71.5,22.5 + pos: 49.5,-33.5 parent: 2 - - uid: 14106 + - uid: 12711 components: - type: Transform - pos: -50.538918,-38.499725 + pos: -66.5,33.5 parent: 2 - - uid: 14108 + - uid: 12713 components: - type: Transform - pos: -51.398293,-38.460663 + pos: 46.5,-29.5 parent: 2 - - uid: 14282 + - uid: 12714 components: - type: Transform - pos: -49.562355,-38.398163 + rot: 1.5707963267948966 rad + pos: 52.5,-30.5 parent: 2 - - uid: 14505 + - uid: 12715 components: - type: Transform rot: 1.5707963267948966 rad - pos: -45.391567,-31.430027 + pos: 53.5,-30.5 parent: 2 - - uid: 14506 + - uid: 12716 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.55563,-31.398777 + rot: 1.5707963267948966 rad + pos: 54.5,-30.5 parent: 2 - - uid: 14507 + - uid: 12717 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.485317,-34.258152 + rot: 1.5707963267948966 rad + pos: 55.5,-30.5 parent: 2 - - uid: 14513 + - uid: 12719 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.329067,-35.390965 + rot: 1.5707963267948966 rad + pos: 57.5,-30.5 parent: 2 - - uid: 14514 + - uid: 12720 components: - type: Transform rot: 1.5707963267948966 rad - pos: -38.485317,-33.59409 + pos: 58.5,-30.5 parent: 2 - - uid: 14515 + - uid: 12721 components: - type: Transform rot: 1.5707963267948966 rad - pos: -48.485317,-33.56284 + pos: 59.5,-30.5 parent: 2 - - uid: 14516 + - uid: 12722 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.571255,-33.62534 + rot: 1.5707963267948966 rad + pos: 60.5,-30.5 parent: 2 - - uid: 14517 + - uid: 12723 components: - type: Transform - pos: -47.36813,-32.578465 + rot: 1.5707963267948966 rad + pos: 61.5,-30.5 parent: 2 - - uid: 14518 + - uid: 12724 components: - type: Transform - pos: -46.516567,-32.65659 + rot: 1.5707963267948966 rad + pos: 62.5,-30.5 parent: 2 - - uid: 14519 + - uid: 12725 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.571255,-34.273777 + rot: 1.5707963267948966 rad + pos: 60.5,-29.5 parent: 2 - - uid: 14609 + - uid: 12726 components: - type: Transform - pos: -37.383755,-32.492527 + rot: 1.5707963267948966 rad + pos: 60.5,-28.5 parent: 2 - - uid: 14610 + - uid: 12727 components: - type: Transform rot: 1.5707963267948966 rad - pos: -38.375942,-34.40659 + pos: 67.5,-28.5 parent: 2 - - uid: 14611 + - uid: 12728 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.52438,-33.398777 + rot: 1.5707963267948966 rad + pos: 66.5,-30.5 parent: 2 - - uid: 14612 + - uid: 12734 components: - type: Transform - pos: -36.579067,-32.65659 + pos: 68.5,-27.5 parent: 2 - - uid: 14664 + - uid: 12741 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.454067,-34.43784 + pos: 66.5,-29.5 parent: 2 - - uid: 14665 + - uid: 12743 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.508755,-35.367527 + rot: 1.5707963267948966 rad + pos: 70.5,-24.5 parent: 2 - - uid: 14666 + - uid: 12744 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.579067,-35.265965 + rot: 1.5707963267948966 rad + pos: 70.5,-23.5 parent: 2 - - uid: 14669 + - uid: 12745 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.391567,-35.273777 + rot: 1.5707963267948966 rad + pos: 70.5,-22.5 parent: 2 - - uid: 15840 + - uid: 12746 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,55.5 + rot: 1.5707963267948966 rad + pos: 70.5,-21.5 parent: 2 - - uid: 15841 + - uid: 12749 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,54.5 + rot: 1.5707963267948966 rad + pos: 71.5,-20.5 parent: 2 - - uid: 15913 + - uid: 12750 components: - type: Transform - pos: -14.5,54.5 + rot: 1.5707963267948966 rad + pos: 72.5,-20.5 parent: 2 - - uid: 15969 + - uid: 12751 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,58.5 + rot: 1.5707963267948966 rad + pos: 73.5,-20.5 parent: 2 - - uid: 15970 + - uid: 12752 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,58.5 + rot: 1.5707963267948966 rad + pos: 74.5,-20.5 parent: 2 - - uid: 16000 + - uid: 12753 components: - type: Transform - pos: -12.5,55.5 + rot: 1.5707963267948966 rad + pos: 75.5,-20.5 parent: 2 - - uid: 16314 + - uid: 12754 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,49.5 + rot: 1.5707963267948966 rad + pos: 76.5,-20.5 parent: 2 - - uid: 16316 + - uid: 12755 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,48.5 + rot: 1.5707963267948966 rad + pos: 71.5,-21.5 parent: 2 - - uid: 22124 + - uid: 12756 components: - type: Transform - pos: -13.5,55.5 + rot: 1.5707963267948966 rad + pos: 76.5,-19.5 parent: 2 - - uid: 22125 + - uid: 12757 components: - type: Transform - pos: -14.5,55.5 + rot: 1.5707963267948966 rad + pos: 76.5,-18.5 parent: 2 - - uid: 22126 + - uid: 12763 components: - type: Transform - pos: -12.5,54.5 + rot: 1.5707963267948966 rad + pos: 77.5,-10.5 parent: 2 - - uid: 22153 + - uid: 12764 components: - type: Transform - pos: -13.5,54.5 + rot: 1.5707963267948966 rad + pos: 77.5,-9.5 parent: 2 - - uid: 23839 + - uid: 12765 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.429977,-10.2539 + rot: 1.5707963267948966 rad + pos: 77.5,-8.5 parent: 2 - - uid: 23904 + - uid: 12769 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-2.5 + rot: 1.5707963267948966 rad + pos: 79.5,-6.5 parent: 2 - - uid: 23947 + - uid: 12770 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.392527,22.47042 + rot: 1.5707963267948966 rad + pos: 79.5,-5.5 parent: 2 - - uid: 23961 + - uid: 12771 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5644,22.611046 + rot: 1.5707963267948966 rad + pos: 79.5,-4.5 parent: 2 - - uid: 24117 + - uid: 12772 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.486275,22.548546 + rot: 1.5707963267948966 rad + pos: 79.5,-3.5 parent: 2 - - uid: 24138 + - uid: 12776 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.580025,22.579796 + rot: 1.5707963267948966 rad + pos: 78.5,-3.5 parent: 2 - - uid: 24913 + - uid: 12778 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5019,22.53292 + rot: 1.5707963267948966 rad + pos: 54.5,1.5 parent: 2 - - uid: 25058 + - uid: 12779 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.517527,22.548546 + rot: 1.5707963267948966 rad + pos: 54.5,2.5 parent: 2 - - uid: 25225 + - uid: 12780 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.314402,22.579796 + rot: 1.5707963267948966 rad + pos: 54.5,3.5 parent: 2 - - uid: 25782 + - uid: 12781 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.361277,22.50167 + rot: 1.5707963267948966 rad + pos: 53.5,3.5 parent: 2 - - uid: 25800 + - uid: 12782 components: - type: Transform - pos: -11.462952,69.573 + rot: 1.5707963267948966 rad + pos: 53.5,4.5 parent: 2 - - uid: 26064 + - uid: 12783 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.3535767,67.58862 + rot: 1.5707963267948966 rad + pos: 53.5,5.5 parent: 2 - - uid: 26173 + - uid: 12784 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.462952,67.58862 + rot: 1.5707963267948966 rad + pos: 53.5,6.5 parent: 2 - - uid: 26218 + - uid: 12785 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.431702,67.60425 + rot: 1.5707963267948966 rad + pos: 53.5,7.5 parent: 2 - - uid: 26459 + - uid: 12786 components: - type: Transform - pos: -9.462952,69.54175 + rot: 1.5707963267948966 rad + pos: 53.5,8.5 parent: 2 - - uid: 26527 + - uid: 12787 components: - type: Transform - pos: -7.4785767,69.55737 + rot: 1.5707963267948966 rad + pos: 53.5,9.5 parent: 2 - - uid: 26617 + - uid: 12865 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.320602,-10.238275 + pos: 68.5,-28.5 parent: 2 - - uid: 26618 + - uid: 12866 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.557833,11.583709 + rot: 1.5707963267948966 rad + pos: 65.5,-28.5 parent: 2 - - uid: 26681 + - uid: 12871 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.526583,15.646209 + rot: -1.5707963267948966 rad + pos: 70.5,-27.5 parent: 2 - - uid: 26715 + - uid: 12872 components: - type: Transform - rot: 3.141592653589793 rad - pos: 65.5,26.5 + rot: -1.5707963267948966 rad + pos: 70.5,-29.5 parent: 2 - - uid: 26814 + - uid: 12873 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.4640827,13.646209 + rot: -1.5707963267948966 rad + pos: 70.5,-28.5 parent: 2 - - uid: 27124 + - uid: 12875 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.4484577,11.677459 + pos: 66.5,-27.5 parent: 2 - - uid: 27125 + - uid: 12888 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.604708,9.443084 + pos: 49.5,-29.5 parent: 2 - - uid: 27239 + - uid: 12890 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,4.5 + pos: 47.5,-30.5 parent: 2 - - uid: 27318 + - uid: 12891 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.4640827,15.536834 + pos: 49.5,-30.5 parent: 2 - - uid: 27356 + - uid: 12942 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.4484577,9.458709 + rot: -1.5707963267948966 rad + pos: 69.5,-30.5 parent: 2 - - uid: 27819 + - uid: 12998 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,5.5 + pos: -66.5,35.5 parent: 2 - - uid: 27832 + - uid: 13140 components: - type: Transform rot: 3.141592653589793 rad - pos: 22.542208,13.630584 + pos: -43.5,80.5 parent: 2 - - uid: 29007 + - uid: 13232 components: - type: Transform rot: 3.141592653589793 rad - pos: -38.5,33.5 + pos: 81.5,-16.5 parent: 2 - - uid: 30334 + - uid: 13235 components: - type: Transform - pos: 29.5,21.5 + rot: 1.5707963267948966 rad + pos: 79.5,3.5 parent: 2 - - uid: 30336 + - uid: 13276 components: - type: Transform - pos: 27.5,21.5 + pos: 80.5,-12.5 parent: 2 - - uid: 30337 + - uid: 13313 components: - type: Transform - pos: 28.5,21.5 + rot: 3.141592653589793 rad + pos: 82.5,-12.5 parent: 2 - - uid: 30427 + - uid: 13329 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-13.5 + rot: 3.141592653589793 rad + pos: -70.5,24.5 parent: 2 - - uid: 30428 + - uid: 13330 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-14.5 + rot: 3.141592653589793 rad + pos: -71.5,24.5 parent: 2 - - uid: 30602 + - uid: 13359 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-0.5 + rot: 1.5707963267948966 rad + pos: 10.5,-28.5 parent: 2 - - uid: 30608 + - uid: 13496 components: - type: Transform rot: -1.5707963267948966 rad - pos: -45.5,-1.5 + pos: 56.5,-56.5 parent: 2 - - uid: 31745 + - uid: 13497 components: - type: Transform rot: -1.5707963267948966 rad - pos: 75.5,-9 + pos: 56.5,-45.5 parent: 2 - - uid: 32039 + - uid: 13498 components: - type: Transform rot: -1.5707963267948966 rad - pos: 75.5,-8 + pos: 60.5,-83.5 parent: 2 - - uid: 34068 + - uid: 13499 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,49.5 + rot: -1.5707963267948966 rad + pos: 62.5,-83.5 parent: 2 - - uid: 34659 + - uid: 13500 components: - type: Transform rot: -1.5707963267948966 rad - pos: 75.5,-8.5 + pos: 63.5,-85.5 parent: 2 - - uid: 34661 + - uid: 13501 components: - type: Transform rot: -1.5707963267948966 rad - pos: 75.5,-10.5 + pos: 56.5,-65.5 parent: 2 - - uid: 34662 + - uid: 13502 components: - type: Transform rot: -1.5707963267948966 rad - pos: 75.5,-10 + pos: 56.5,-73.5 parent: 2 - - uid: 34674 + - uid: 13503 components: - type: Transform rot: -1.5707963267948966 rad - pos: 75.5,-9.5 + pos: 56.5,-74.5 parent: 2 - - uid: 37198 + - uid: 13520 components: - type: Transform - pos: -11.5,54.5 + pos: 55.5,-33.5 parent: 2 - - uid: 37376 + - uid: 13521 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,48.5 + pos: 56.5,-33.5 parent: 2 - - uid: 40012 + - uid: 13522 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,33.5 + pos: 57.5,-33.5 parent: 2 - - uid: 40046 + - uid: 13523 components: - type: Transform - pos: -41.449932,0.58899045 + pos: 55.5,-35.5 parent: 2 - - uid: 40047 + - uid: 13524 components: - type: Transform - pos: -40.31712,0.63586545 + pos: 56.5,-35.5 parent: 2 - - uid: 40048 + - uid: 13525 components: - type: Transform - pos: -39.153057,0.59680295 + pos: 57.5,-35.5 parent: 2 - - uid: 40049 + - uid: 13526 components: - type: Transform - pos: -37.778057,0.56555295 + pos: 56.5,-34.5 parent: 2 - - uid: 40079 + - uid: 13527 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.38711,65.61899 + pos: 55.5,-36.5 parent: 2 -- proto: CheapRollerBed - entities: - - uid: 24849 + - uid: 13528 components: - type: Transform - pos: -3.0215487,-2.1961217 + pos: 55.5,-37.5 parent: 2 -- proto: CheckerBoard - entities: - - uid: 18504 + - uid: 13529 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.463306,-3.3159504 + pos: 55.5,-38.5 parent: 2 -- proto: chem_master - entities: - - uid: 1026 + - uid: 13530 components: - type: Transform - pos: 14.5,-2.5 + pos: 56.5,-38.5 parent: 2 - - uid: 1656 + - uid: 13531 components: - type: Transform - pos: 18.5,-1.5 + pos: 57.5,-37.5 parent: 2 -- proto: ChemDispenser - entities: - - uid: 6376 + - uid: 13532 components: - type: Transform - pos: 13.5,-2.5 + pos: 57.5,-38.5 parent: 2 - - uid: 12212 + - uid: 13533 components: - type: Transform - pos: 17.5,-1.5 + pos: 57.5,-36.5 parent: 2 -- proto: ChemistryEmptyBottle01 - entities: - - uid: 26714 + - uid: 13534 components: - type: Transform - pos: 65.3554,30.867294 + pos: 56.5,-39.5 parent: 2 - - uid: 36103 + - uid: 13550 components: - type: Transform - pos: 72.35279,84.812 + rot: -1.5707963267948966 rad + pos: 58.5,-80.5 parent: 2 - - uid: 36104 + - uid: 13558 components: - type: Transform - pos: 72.66529,84.59325 + pos: 57.5,-31.5 parent: 2 - - uid: 36117 + - uid: 13559 components: - type: Transform - pos: 74.337166,85.7495 + pos: 55.5,-31.5 parent: 2 -- proto: ChemistryHotplate - entities: - - uid: 23084 + - uid: 13560 components: - type: Transform - pos: 12.5,0.5 + pos: 55.5,-32.5 parent: 2 - - type: ItemPlacer - placedEntities: - - 2171 - - type: PlaceableSurface - isPlaceable: False - - uid: 27095 + - uid: 13561 components: - type: Transform - pos: 17.5,1.5 + pos: 57.5,-32.5 parent: 2 -- proto: ChessBoard - entities: - - uid: 15104 + - uid: 13651 components: - type: Transform - pos: 26.503761,48.66876 + rot: -1.5707963267948966 rad + pos: 56.5,-55.5 parent: 2 - - uid: 18125 + - uid: 13652 components: - type: Transform rot: -1.5707963267948966 rad - pos: -22.510897,53.567955 + pos: 56.5,-52.5 parent: 2 -- proto: ChurchOrganInstrument - entities: - - uid: 22120 + - uid: 13653 components: - type: Transform rot: -1.5707963267948966 rad - pos: 67.5,21.5 + pos: 56.5,-50.5 parent: 2 -- proto: Cigar - entities: - - uid: 1614 + - uid: 13654 components: - type: Transform - pos: -7.8759413,9.743548 + rot: -1.5707963267948966 rad + pos: 56.5,-51.5 parent: 2 - - uid: 10713 + - uid: 13659 components: - type: Transform - pos: -18.309834,7.6166625 + rot: -1.5707963267948966 rad + pos: 56.5,-49.5 parent: 2 - - uid: 40075 + - uid: 13724 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.291333,25.6262 + rot: -1.5707963267948966 rad + pos: -32.5,11.5 parent: 2 -- proto: Cigarette - entities: - - uid: 22121 + - uid: 13727 components: - type: Transform - pos: 65.775085,30.909584 + rot: -1.5707963267948966 rad + pos: -32.5,9.5 parent: 2 - - uid: 25623 + - uid: 13729 components: - type: Transform - pos: 47.137054,24.677122 + rot: -1.5707963267948966 rad + pos: -32.5,8.5 parent: 2 - - uid: 31415 + - uid: 13822 components: - type: Transform rot: 1.5707963267948966 rad - pos: -46.859715,-34.496925 + pos: 16.5,-29.5 parent: 2 -- proto: CigaretteSpent - entities: - - uid: 805 + - uid: 13958 components: - type: Transform - pos: -11.890192,-41.501385 + rot: 1.5707963267948966 rad + pos: 33.5,56.5 parent: 2 - - uid: 4323 + - uid: 13959 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.89948,30.141405 + rot: 1.5707963267948966 rad + pos: 34.5,56.5 parent: 2 - - uid: 4324 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 65.94636,29.871874 - parent: 2 - - uid: 4329 + - uid: 13976 components: - type: Transform - pos: 46.949554,24.829466 + pos: -65.5,34.5 parent: 2 - - uid: 4330 + - uid: 14078 components: - type: Transform - pos: 65.5362,30.84453 + pos: 4.5,44.5 parent: 2 - - uid: 6989 + - uid: 14091 components: - type: Transform rot: 3.141592653589793 rad - pos: -39.97819,34.291107 - parent: 2 - - uid: 7717 - components: - - type: Transform - pos: 28.735868,25.78203 + pos: -37.5,6.5 parent: 2 - - uid: 7722 + - uid: 14199 components: - type: Transform - rot: 3.141592653589793 rad - pos: 65.969795,30.012499 + rot: 1.5707963267948966 rad + pos: 34.5,54.5 parent: 2 - - uid: 9065 + - uid: 14386 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.010956,22.296993 + rot: -1.5707963267948966 rad + pos: 12.5,16.5 parent: 2 - - uid: 9066 + - uid: 14401 components: - type: Transform rot: -1.5707963267948966 rad - pos: -50.81335,12.339648 + pos: 17.5,16.5 parent: 2 - - uid: 9068 + - uid: 14423 components: - type: Transform - pos: -49.690643,22.312618 + rot: -1.5707963267948966 rad + pos: 16.5,16.5 parent: 2 - - uid: 9069 + - uid: 14568 components: - type: Transform rot: 3.141592653589793 rad - pos: -50.446163,11.980273 + pos: 8.5,33.5 parent: 2 - - uid: 9070 + - uid: 14569 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.922726,12.738086 + rot: 3.141592653589793 rad + pos: 9.5,33.5 parent: 2 - - uid: 9072 + - uid: 14570 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.977413,12.292773 + rot: 3.141592653589793 rad + pos: 10.5,33.5 parent: 2 - - uid: 9080 + - uid: 14571 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.39929,12.628711 + rot: 3.141592653589793 rad + pos: 11.5,33.5 parent: 2 - - uid: 9091 + - uid: 14572 components: - type: Transform rot: 3.141592653589793 rad - pos: -6.266629,-41.046394 + pos: 12.5,33.5 parent: 2 - - uid: 10179 - components: - - type: Transform - parent: 10177 - - type: Physics - canCollide: False - - uid: 10180 - components: - - type: Transform - parent: 10177 - - type: Physics - canCollide: False - - uid: 10187 + - uid: 14573 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.840324,22.310448 + rot: 3.141592653589793 rad + pos: 13.5,33.5 parent: 2 - - uid: 10651 + - uid: 14574 components: - type: Transform - pos: -12.300348,-42.263103 + rot: 3.141592653589793 rad + pos: 14.5,33.5 parent: 2 - - uid: 10652 + - uid: 14575 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.308161,-41.677166 + rot: 3.141592653589793 rad + pos: 15.5,33.5 parent: 2 - - uid: 10654 + - uid: 14576 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.218317,-40.868572 + rot: 3.141592653589793 rad + pos: 16.5,33.5 parent: 2 - - uid: 15177 - components: - - type: Transform - parent: 14456 - - type: Physics - canCollide: False - - uid: 15410 - components: - - type: Transform - parent: 14456 - - type: Physics - canCollide: False - - uid: 16415 + - uid: 14577 components: - type: Transform - pos: -40.29069,34.54892 + rot: 3.141592653589793 rad + pos: 17.5,33.5 parent: 2 - - uid: 16978 + - uid: 14578 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.52429,12.659961 + rot: 3.141592653589793 rad + pos: 18.5,33.5 parent: 2 - - uid: 19294 + - uid: 14579 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.508663,12.261523 + rot: 3.141592653589793 rad + pos: 19.5,33.5 parent: 2 - - uid: 20299 + - uid: 14580 components: - type: Transform - pos: -8.280817,-42.509197 + rot: 3.141592653589793 rad + pos: 20.5,33.5 parent: 2 - - uid: 20301 + - uid: 14581 components: - type: Transform - pos: -9.491023,-44.96478 + rot: 3.141592653589793 rad + pos: 21.5,33.5 parent: 2 - - uid: 20302 + - uid: 14582 components: - type: Transform - pos: -11.225398,-45.605404 + rot: 3.141592653589793 rad + pos: 22.5,33.5 parent: 2 - - uid: 20303 + - uid: 14583 components: - type: Transform - pos: -11.756648,-45.49603 + rot: 3.141592653589793 rad + pos: 23.5,33.5 parent: 2 - - uid: 20304 + - uid: 14584 components: - type: Transform rot: 3.141592653589793 rad - pos: -12.136286,-41.72404 + pos: 24.5,33.5 parent: 2 - - uid: 21976 + - uid: 14585 components: - type: Transform - pos: -12.124567,-41.337322 + rot: 3.141592653589793 rad + pos: 25.5,33.5 parent: 2 - - uid: 22063 + - uid: 14594 components: - type: Transform - pos: 29.134306,25.571093 + rot: 3.141592653589793 rad + pos: 34.5,33.5 parent: 2 - - uid: 22396 + - uid: 14595 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.516629,-41.202644 + rot: 3.141592653589793 rad + pos: 34.5,34.5 parent: 2 - - uid: 22718 + - uid: 14596 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.3994417,-41.108894 + rot: 3.141592653589793 rad + pos: 34.5,35.5 parent: 2 - - uid: 23337 + - uid: 14597 components: - type: Transform - pos: 33.164318,-4.454046 + rot: 3.141592653589793 rad + pos: 34.5,36.5 parent: 2 - - uid: 25399 + - uid: 14613 components: - type: Transform - pos: 46.844086,24.911497 + rot: 3.141592653589793 rad + pos: 31.5,49.5 parent: 2 - - uid: 26706 + - uid: 14614 components: - type: Transform - pos: 33.89088,-5.5087333 + rot: 3.141592653589793 rad + pos: 31.5,50.5 parent: 2 - - uid: 27251 + - uid: 14615 components: - type: Transform - pos: 33.773693,-5.7899833 + rot: 3.141592653589793 rad + pos: 31.5,51.5 parent: 2 - - uid: 27316 + - uid: 14637 components: - type: Transform rot: 3.141592653589793 rad - pos: 14.846089,11.573013 + pos: 33.5,49.5 parent: 2 - - uid: 27343 + - uid: 14763 components: - type: Transform - pos: 14.478902,12.479263 + rot: 3.141592653589793 rad + pos: 24.5,32.5 parent: 2 - - uid: 27382 + - uid: 14764 components: - type: Transform - pos: 14.838277,11.971451 + rot: 3.141592653589793 rad + pos: 24.5,31.5 parent: 2 - - uid: 29178 + - uid: 14765 components: - type: Transform - pos: 29.251493,25.629686 + rot: 3.141592653589793 rad + pos: 24.5,30.5 parent: 2 - - uid: 31241 + - uid: 14766 components: - type: Transform rot: 3.141592653589793 rad - pos: -47.12534,-34.090675 + pos: 24.5,29.5 parent: 2 - - uid: 31272 + - uid: 14767 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.789402,-34.535988 + rot: 3.141592653589793 rad + pos: 24.5,28.5 parent: 2 - - uid: 31273 + - uid: 14768 components: - type: Transform - pos: -46.578465,-34.4813 + rot: 3.141592653589793 rad + pos: 24.5,27.5 parent: 2 - - uid: 31282 + - uid: 14769 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.922215,-34.207863 + rot: 3.141592653589793 rad + pos: 24.5,26.5 parent: 2 - - uid: 31331 + - uid: 14770 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.351902,-34.207863 + rot: 3.141592653589793 rad + pos: 24.5,25.5 parent: 2 - - uid: 31332 + - uid: 14771 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.422215,-34.2938 + rot: 3.141592653589793 rad + pos: 24.5,24.5 parent: 2 - - uid: 31333 + - uid: 14772 components: - type: Transform - pos: -44.773777,-31.489113 + rot: 3.141592653589793 rad + pos: 24.5,23.5 parent: 2 - - uid: 31334 + - uid: 14773 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.015965,-28.332863 + rot: 3.141592653589793 rad + pos: 24.5,22.5 parent: 2 - - uid: 31335 + - uid: 14774 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.945652,-28.653175 + pos: 25.5,27.5 parent: 2 - - uid: 31336 + - uid: 15089 components: - type: Transform rot: 1.5707963267948966 rad - pos: -41.539402,-24.434425 + pos: 32.5,49.5 parent: 2 - - uid: 31337 + - uid: 15862 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.461277,-24.348488 + pos: 87.5,-11.5 parent: 2 - - uid: 31338 + - uid: 16017 components: - type: Transform rot: 1.5707963267948966 rad - pos: -35.320652,-35.739113 + pos: -1.5,26.5 parent: 2 - - uid: 31339 + - uid: 16018 components: - type: Transform - pos: -35.180027,-35.7313 + pos: -2.5,36.5 parent: 2 - - uid: 31340 + - uid: 16019 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.117527,-35.6063 + pos: -2.5,35.5 parent: 2 - - uid: 31341 + - uid: 16020 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.930027,-35.754738 + pos: -2.5,34.5 parent: 2 - - uid: 31342 + - uid: 16021 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.101902,-35.848488 + pos: -2.5,33.5 parent: 2 - - uid: 31400 + - uid: 16022 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.351902,-35.9188 + pos: -2.5,32.5 parent: 2 - - uid: 32051 + - uid: 16023 components: - type: Transform - pos: -36.83798,-34.338604 + pos: -2.5,31.5 parent: 2 - - uid: 34835 + - uid: 16024 components: - type: Transform - pos: 94.860054,65.51938 + pos: -2.5,30.5 parent: 2 - - uid: 34836 + - uid: 16025 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 94.97724,65.15219 + pos: -2.5,29.5 parent: 2 - - uid: 36627 + - uid: 16117 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.08202,60.90204 + pos: -17.5,92.5 parent: 2 - - uid: 36628 + - uid: 16158 components: - type: Transform - rot: 3.141592653589793 rad - pos: 101.16796,60.675476 + pos: 93.5,-23.5 parent: 2 - - uid: 36629 + - uid: 16637 components: - type: Transform - rot: 3.141592653589793 rad - pos: 100.01171,58.68329 + rot: 1.5707963267948966 rad + pos: 80.5,-13.5 parent: 2 - - uid: 36630 + - uid: 16638 components: - type: Transform rot: 1.5707963267948966 rad - pos: 99.95702,58.65204 + pos: 80.5,-14.5 parent: 2 - - uid: 36631 + - uid: 16639 components: - type: Transform rot: 1.5707963267948966 rad - pos: 99.839836,58.55829 + pos: 87.5,-20.5 parent: 2 - - uid: 36632 + - uid: 16641 components: - type: Transform - pos: 98.48827,57.18329 + rot: 1.5707963267948966 rad + pos: 85.5,-20.5 parent: 2 - - uid: 36633 + - uid: 16647 components: - type: Transform - pos: 98.871086,57.37079 + rot: 1.5707963267948966 rad + pos: 80.5,-19.5 parent: 2 - - uid: 36634 + - uid: 16655 components: - type: Transform - pos: 95.59765,58.78485 + pos: 53.5,32.5 parent: 2 - - uid: 36635 + - uid: 16702 components: - type: Transform - pos: 103.08202,58.30829 + pos: 83.5,-20.5 parent: 2 - - uid: 37586 + - uid: 16850 components: - type: Transform - pos: -44.72388,-24.33584 + rot: -1.5707963267948966 rad + pos: -19.5,-4.5 parent: 2 - - uid: 37587 + - uid: 16853 components: - type: Transform - pos: -44.34107,-24.820215 + rot: -1.5707963267948966 rad + pos: 25.5,-31.5 parent: 2 - - uid: 37588 + - uid: 16854 components: - type: Transform - pos: -44.41138,-25.015528 + rot: -1.5707963267948966 rad + pos: 25.5,-30.5 parent: 2 - - uid: 37589 + - uid: 16855 components: - type: Transform - pos: -40.114506,-25.632715 + rot: -1.5707963267948966 rad + pos: 25.5,-29.5 parent: 2 - - uid: 37700 + - uid: 16920 components: - type: Transform rot: 3.141592653589793 rad - pos: -40.79069,33.806732 + pos: 81.5,-17.5 parent: 2 - - uid: 38173 + - uid: 17383 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.9454837,5.7208405 + pos: 81.5,-15.5 parent: 2 - - uid: 38179 + - uid: 17648 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.8439212,5.947403 + pos: 93.5,-19.5 parent: 2 - - uid: 38181 + - uid: 17811 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.2892337,5.8458405 + rot: -1.5707963267948966 rad + pos: -21.5,-4.5 parent: 2 - - uid: 40402 + - uid: 17830 components: - type: Transform - pos: -21.652153,27.499138 + rot: -1.5707963267948966 rad + pos: -20.5,-4.5 parent: 2 - - uid: 40403 + - uid: 18078 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.76934,26.749138 + pos: -74.5,40.5 parent: 2 - - uid: 40404 + - uid: 18092 components: - type: Transform - pos: -21.95684,26.905388 + pos: 93.5,-10.5 parent: 2 - - uid: 40405 + - uid: 18197 components: - type: Transform rot: -1.5707963267948966 rad - pos: -22.01934,26.897575 + pos: -24.5,-4.5 parent: 2 - - uid: 40406 + - uid: 18199 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.86309,26.702263 + rot: -1.5707963267948966 rad + pos: -23.5,-4.5 parent: 2 -- proto: CigarGoldCase - entities: - - uid: 15264 + - uid: 18244 components: - type: Transform - pos: 12.139951,48.675068 + pos: -25.5,5.5 parent: 2 - - uid: 38796 + - uid: 18282 components: - type: Transform - pos: -58.59986,14.547134 + rot: 3.141592653589793 rad + pos: -71.5,39.5 parent: 2 -- proto: CigarSpent - entities: - - uid: 1246 + - uid: 18317 components: - type: Transform - pos: -21.355278,26.889763 + rot: 3.141592653589793 rad + pos: -69.5,39.5 parent: 2 - - uid: 10178 + - uid: 18358 components: - type: Transform - parent: 10177 - - type: Physics - canCollide: False - - uid: 16968 + rot: -1.5707963267948966 rad + pos: -22.5,-4.5 + parent: 2 + - uid: 18360 components: - type: Transform - pos: -48.909393,21.461813 + rot: -1.5707963267948966 rad + pos: -18.5,-4.5 parent: 2 - - uid: 16989 + - uid: 18369 components: - type: Transform - pos: -40.286415,34.6949 + rot: 1.5707963267948966 rad + pos: 13.5,-28.5 parent: 2 - - uid: 27385 + - uid: 18512 components: - type: Transform - pos: 34.329052,-4.3861756 + pos: 81.5,-20.5 parent: 2 - - uid: 31237 + - uid: 18518 components: - type: Transform - pos: -46.867527,-34.426613 + rot: -1.5707963267948966 rad + pos: -30.5,-4.5 parent: 2 - - uid: 31238 + - uid: 18572 components: - type: Transform - pos: -43.430027,-31.426613 + pos: -36.5,-49.5 parent: 2 - - uid: 31240 + - uid: 18642 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.226902,-34.004738 + rot: -1.5707963267948966 rad + pos: -32.5,12.5 parent: 2 - - uid: 34416 + - uid: 18643 components: - type: Transform - pos: 94.56318,65.7327 + rot: -1.5707963267948966 rad + pos: -32.5,10.5 parent: 2 - - uid: 34834 + - uid: 18644 components: - type: Transform - pos: 93.75068,77.860245 + rot: -1.5707963267948966 rad + pos: -32.5,7.5 parent: 2 - - uid: 36613 + - uid: 18645 components: - type: Transform - rot: 3.141592653589793 rad - pos: 103.06098,60.91201 + rot: -1.5707963267948966 rad + pos: -32.5,6.5 parent: 2 - - uid: 36614 + - uid: 18987 components: - type: Transform - rot: 3.141592653589793 rad - pos: 100.49848,61.50576 + pos: 85.5,-11.5 parent: 2 - - uid: 37585 + - uid: 18993 components: - type: Transform - pos: -41.762943,-24.515528 + pos: 79.5,-16.5 parent: 2 - - uid: 40077 + - uid: 18994 components: - type: Transform - pos: -18.607794,50.009377 + pos: 79.5,-19.5 parent: 2 -- proto: CircuitImprinter - entities: - - uid: 10233 + - uid: 19045 components: - type: Transform - pos: 29.5,30.5 + pos: 83.5,-11.5 parent: 2 -- proto: CleanerDispenser - entities: - - uid: 37706 + - uid: 19046 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,9.5 + pos: 82.5,-11.5 parent: 2 -- proto: ClosetBombFilled - entities: - - uid: 3816 + - uid: 19047 components: - type: Transform - pos: -8.5,37.5 + pos: 81.5,-11.5 parent: 2 - - uid: 15793 + - uid: 19048 components: - type: Transform - pos: -4.5,37.5 + pos: 80.5,-11.5 parent: 2 - - uid: 19734 + - uid: 19049 components: - type: Transform - pos: 4.5,66.5 + pos: 79.5,-11.5 parent: 2 - - uid: 27794 + - uid: 19050 components: - type: Transform - pos: 46.5,46.5 + pos: 79.5,-12.5 parent: 2 - - uid: 29716 + - uid: 19051 components: - type: Transform - pos: 5.5,66.5 + pos: 85.5,-21.5 parent: 2 - - uid: 39679 + - uid: 19052 components: - type: Transform - pos: 7.5,-25.5 + pos: 87.5,-21.5 parent: 2 -- proto: ClosetChefFilled - entities: - - uid: 12433 + - uid: 19056 components: - type: Transform - pos: -55.5,-18.5 + pos: 79.5,-20.5 parent: 2 - - uid: 30615 + - uid: 19058 components: - type: Transform - pos: -54.5,-18.5 + pos: 81.5,-12.5 parent: 2 -- proto: ClosetEmergencyN2FilledRandom - entities: - - uid: 26000 + - uid: 19059 components: - type: Transform - pos: -11.5,73.5 + pos: 88.5,-11.5 parent: 2 - - uid: 40560 + - uid: 19061 components: - type: Transform - pos: 13.5,73.5 + pos: 79.5,-13.5 parent: 2 - - uid: 40561 + - uid: 19062 components: - type: Transform - pos: 82.5,3.5 + pos: 79.5,-14.5 parent: 2 - - uid: 40562 + - uid: 19093 components: - type: Transform - pos: 52.5,-34.5 + pos: 82.5,-21.5 parent: 2 - - uid: 40564 + - uid: 19094 components: - type: Transform - pos: -64.5,-14.5 + pos: 83.5,-21.5 parent: 2 -- proto: ClosetJanitorFilled - entities: - - uid: 2313 + - uid: 19095 components: - type: Transform - pos: -35.5,12.5 + pos: 84.5,-21.5 parent: 2 - - uid: 22179 + - uid: 19096 components: - type: Transform - pos: -36.5,12.5 + pos: 79.5,-21.5 parent: 2 - - uid: 30330 + - uid: 19097 components: - type: Transform - pos: -34.5,12.5 + pos: 80.5,-21.5 parent: 2 -- proto: ClosetL3 - entities: - - uid: 8252 + - uid: 19098 components: - type: Transform - pos: 56.5,87.5 + pos: 81.5,-21.5 parent: 2 - - uid: 8253 + - uid: 19099 components: - type: Transform - pos: 57.5,87.5 + pos: 88.5,-21.5 parent: 2 -- proto: ClosetL3Filled - entities: - - uid: 8247 + - uid: 19103 components: - type: Transform - pos: 58.5,87.5 + pos: 86.5,-21.5 parent: 2 -- proto: ClosetL3JanitorFilled - entities: - - uid: 9303 + - uid: 19165 components: - type: Transform - pos: -34.5,8.5 + rot: 3.141592653589793 rad + pos: -41.5,6.5 parent: 2 - - uid: 37696 + - uid: 19227 components: - type: Transform - pos: -35.5,8.5 + pos: -36.5,-43.5 parent: 2 -- proto: ClosetL3ScienceFilled - entities: - - uid: 4423 + - uid: 19270 components: - type: Transform - pos: 40.5,26.5 + rot: 3.141592653589793 rad + pos: -58.5,40.5 parent: 2 -- proto: ClosetL3VirologyFilled - entities: - - uid: 7271 + - uid: 19275 components: - type: Transform - pos: -8.5,5.5 + rot: 3.141592653589793 rad + pos: -70.5,39.5 parent: 2 - - uid: 7273 + - uid: 19318 components: - type: Transform - pos: -5.5,5.5 + rot: -1.5707963267948966 rad + pos: -36.5,-38.5 parent: 2 -- proto: ClosetMaintenance - entities: - - uid: 35700 + - uid: 19325 components: - type: Transform - pos: 54.5,85.5 + rot: 1.5707963267948966 rad + pos: 13.5,-29.5 parent: 2 - - uid: 35702 + - uid: 19326 components: - type: Transform - pos: 54.5,83.5 + rot: 1.5707963267948966 rad + pos: 13.5,-30.5 parent: 2 -- proto: ClosetMaintenanceFilledRandom - entities: - - uid: 35701 + - uid: 19395 components: - type: Transform - pos: 54.5,84.5 + pos: -36.5,-45.5 parent: 2 -- proto: ClosetRadiationSuitFilled - entities: - - uid: 54 + - uid: 19454 components: - type: Transform - pos: 50.5,48.5 + pos: -36.5,-51.5 parent: 2 - - uid: 4031 + - uid: 19604 components: - type: Transform - pos: 40.5,23.5 + rot: -1.5707963267948966 rad + pos: -28.5,-4.5 parent: 2 - - uid: 25765 + - uid: 19631 components: - type: Transform - pos: 87.5,-10.5 + rot: -1.5707963267948966 rad + pos: -27.5,-4.5 parent: 2 - - uid: 29538 + - uid: 19646 components: - type: Transform - pos: 86.5,-10.5 + rot: -1.5707963267948966 rad + pos: -26.5,-4.5 parent: 2 -- proto: ClosetToolFilled - entities: - - uid: 26253 + - uid: 19649 components: - type: Transform - pos: -65.5,24.5 + pos: -36.5,-46.5 parent: 2 - - uid: 35939 + - uid: 19689 components: - type: Transform - pos: 80.5,-10.5 + rot: -1.5707963267948966 rad + pos: -25.5,-4.5 parent: 2 -- proto: ClosetWallEmergencyFilledRandom - entities: - - uid: 119 + - uid: 19807 components: - type: Transform - pos: -3.5,-49.5 + pos: -36.5,-47.5 parent: 2 - - uid: 1864 + - uid: 19898 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,72.5 + pos: 93.5,-8.5 parent: 2 - - uid: 3740 + - uid: 19936 + components: + - type: Transform + pos: -36.5,-52.5 + parent: 2 + - uid: 20006 components: - type: Transform rot: 1.5707963267948966 rad - pos: -3.5,30.5 + pos: 80.5,-20.5 parent: 2 - - uid: 4483 + - uid: 20152 components: - type: Transform - pos: 71.5,28.5 + rot: 1.5707963267948966 rad + pos: 80.5,-17.5 parent: 2 - - uid: 4633 + - uid: 20153 components: - type: Transform - pos: 51.5,45.5 + rot: 1.5707963267948966 rad + pos: 80.5,-16.5 parent: 2 - - uid: 4807 + - uid: 20154 components: - type: Transform - pos: 59.5,34.5 + rot: 1.5707963267948966 rad + pos: 80.5,-15.5 parent: 2 - - uid: 4938 + - uid: 20185 components: - type: Transform - pos: -2.5,-26.5 + rot: -1.5707963267948966 rad + pos: -17.5,-4.5 parent: 2 - - uid: 5749 + - uid: 20191 components: - type: Transform - pos: 5.5,34.5 + rot: -1.5707963267948966 rad + pos: -16.5,-4.5 parent: 2 - - uid: 5897 + - uid: 20198 components: - type: Transform - pos: -75.5,25.5 + rot: -1.5707963267948966 rad + pos: -15.5,-4.5 parent: 2 - - uid: 5899 + - uid: 20215 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,5.5 + pos: 52.5,-31.5 parent: 2 - - uid: 6133 + - uid: 20223 components: - type: Transform - pos: 42.5,-25.5 + pos: 36.5,10.5 parent: 2 - - uid: 6142 + - uid: 20279 components: - type: Transform rot: -1.5707963267948966 rad - pos: 48.5,-20.5 + pos: 11.5,16.5 parent: 2 - - uid: 6148 + - uid: 20289 components: - type: Transform rot: -1.5707963267948966 rad - pos: -66.5,22.5 + pos: 14.5,16.5 parent: 2 - - uid: 6152 + - uid: 20310 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,24.5 + pos: -36.5,-42.5 parent: 2 - - uid: 6914 + - uid: 20476 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-18.5 + pos: -68.5,34.5 parent: 2 - - uid: 7116 + - uid: 20477 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-33.5 + pos: -29.5,2.5 parent: 2 - - uid: 8298 + - uid: 20480 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-34.5 + pos: -68.5,35.5 parent: 2 - - uid: 12736 + - uid: 20481 components: - type: Transform - pos: 62.5,-28.5 + pos: -66.5,34.5 parent: 2 - - uid: 14977 + - uid: 20483 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,-18.5 + pos: 48.5,-30.5 parent: 2 - - uid: 14985 + - uid: 20484 components: - type: Transform - pos: 33.5,45.5 + pos: 50.5,-29.5 parent: 2 - - uid: 15263 + - uid: 20485 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,50.5 + pos: 48.5,-29.5 parent: 2 - - uid: 16034 + - uid: 20486 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,72.5 + pos: 47.5,-29.5 parent: 2 - - uid: 16039 + - uid: 20489 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,70.5 + pos: 43.5,13.5 parent: 2 - - uid: 16583 + - uid: 20507 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,40.5 + pos: -67.5,34.5 parent: 2 - - uid: 18327 + - uid: 20508 components: - type: Transform - pos: -1.5,-19.5 + pos: 47.5,-28.5 parent: 2 - - uid: 19903 + - uid: 20514 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,-0.5 + pos: 45.5,12.5 parent: 2 - - uid: 19928 + - uid: 20619 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-18.5 + pos: 52.5,43.5 parent: 2 - - uid: 19943 + - uid: 20778 components: - type: Transform - pos: -45.5,71.5 + pos: 93.5,-9.5 parent: 2 - - uid: 26458 + - uid: 20798 components: - type: Transform rot: 1.5707963267948966 rad - pos: -27.5,5.5 + pos: 86.5,-12.5 parent: 2 - - uid: 28371 + - uid: 20799 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,3.5 + rot: 1.5707963267948966 rad + pos: 85.5,-12.5 parent: 2 - - uid: 28419 + - uid: 20801 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-8.5 + rot: 1.5707963267948966 rad + pos: 87.5,-12.5 parent: 2 - - uid: 28506 + - uid: 20839 components: - type: Transform - pos: 38.5,12.5 + rot: 1.5707963267948966 rad + pos: -32.5,16.5 parent: 2 - - uid: 28509 + - uid: 20840 components: - type: Transform rot: 1.5707963267948966 rad - pos: -36.5,15.5 + pos: -32.5,15.5 parent: 2 - - uid: 29144 + - uid: 20841 components: - type: Transform rot: 1.5707963267948966 rad - pos: -45.5,20.5 + pos: -32.5,14.5 parent: 2 - - uid: 30230 + - uid: 20842 components: - type: Transform - pos: -2.5,-49.5 + rot: 1.5707963267948966 rad + pos: -32.5,13.5 parent: 2 - - uid: 33628 + - uid: 20853 components: - type: Transform - rot: 3.141592653589793 rad - pos: 104.5,52.5 + rot: 1.5707963267948966 rad + pos: -33.5,6.5 parent: 2 - - uid: 36484 + - uid: 20861 components: - type: Transform - pos: -50.5,30.5 + rot: 1.5707963267948966 rad + pos: -33.5,-1.5 parent: 2 - - uid: 38891 + - uid: 20862 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-37.5 + rot: 1.5707963267948966 rad + pos: -33.5,-2.5 parent: 2 - - uid: 39346 + - uid: 20891 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-34.5 + rot: 1.5707963267948966 rad + pos: 37.5,17.5 parent: 2 -- proto: ClosetWallFireFilledRandom - entities: - - uid: 1036 + - uid: 20892 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,41.5 + rot: 1.5707963267948966 rad + pos: 37.5,16.5 parent: 2 - - uid: 3818 + - uid: 20893 components: - type: Transform - pos: 61.5,-28.5 + rot: 1.5707963267948966 rad + pos: 37.5,15.5 parent: 2 - - uid: 4082 + - uid: 20894 components: - type: Transform rot: 1.5707963267948966 rad - pos: -3.5,31.5 + pos: 37.5,14.5 parent: 2 - - uid: 4501 + - uid: 20895 components: - type: Transform - pos: 70.5,28.5 + rot: 1.5707963267948966 rad + pos: 37.5,13.5 parent: 2 - - uid: 4505 + - uid: 20896 components: - type: Transform - pos: 60.5,34.5 + rot: 1.5707963267948966 rad + pos: 37.5,12.5 parent: 2 - - uid: 4942 + - uid: 20897 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,23.5 + rot: 1.5707963267948966 rad + pos: 37.5,11.5 parent: 2 - - uid: 5765 + - uid: 20898 components: - type: Transform rot: 1.5707963267948966 rad - pos: 22.5,23.5 + pos: 36.5,11.5 parent: 2 - - uid: 5901 + - uid: 20903 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-19.5 + rot: 1.5707963267948966 rad + pos: 38.5,9.5 parent: 2 - - uid: 5975 + - uid: 20904 components: - type: Transform rot: 1.5707963267948966 rad - pos: -8.5,-32.5 + pos: 38.5,8.5 parent: 2 - - uid: 6132 + - uid: 20906 components: - type: Transform - pos: 41.5,-25.5 + rot: 1.5707963267948966 rad + pos: 38.5,6.5 parent: 2 - - uid: 6143 + - uid: 20907 components: - type: Transform - pos: -3.5,-26.5 + rot: 1.5707963267948966 rad + pos: 38.5,5.5 parent: 2 - - uid: 6150 + - uid: 20908 components: - type: Transform - pos: 4.5,34.5 + rot: 1.5707963267948966 rad + pos: 38.5,4.5 parent: 2 - - uid: 6307 + - uid: 20909 components: - type: Transform - pos: 52.5,45.5 + rot: 1.5707963267948966 rad + pos: 38.5,3.5 parent: 2 - - uid: 6759 + - uid: 20910 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,0.5 + rot: 1.5707963267948966 rad + pos: 38.5,2.5 parent: 2 - - uid: 6887 + - uid: 20911 components: - type: Transform rot: 1.5707963267948966 rad - pos: -66.5,4.5 + pos: 38.5,1.5 parent: 2 - - uid: 7624 + - uid: 20912 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-21.5 + rot: 1.5707963267948966 rad + pos: 38.5,0.5 parent: 2 - - uid: 8301 + - uid: 20913 components: - type: Transform rot: 1.5707963267948966 rad - pos: 40.5,-33.5 + pos: 38.5,-0.5 parent: 2 - - uid: 14978 + - uid: 20914 components: - type: Transform rot: 1.5707963267948966 rad - pos: 24.5,-19.5 + pos: 38.5,-1.5 parent: 2 - - uid: 14984 + - uid: 20915 components: - type: Transform - pos: 34.5,45.5 + rot: 1.5707963267948966 rad + pos: 38.5,-2.5 parent: 2 - - uid: 15259 + - uid: 20916 components: - type: Transform rot: 1.5707963267948966 rad - pos: 16.5,50.5 + pos: 38.5,-3.5 parent: 2 - - uid: 16033 + - uid: 20917 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,71.5 + rot: 1.5707963267948966 rad + pos: 38.5,-4.5 parent: 2 - - uid: 16040 + - uid: 20918 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,72.5 + rot: 1.5707963267948966 rad + pos: 38.5,-5.5 parent: 2 - - uid: 16055 + - uid: 20919 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,72.5 + rot: 1.5707963267948966 rad + pos: 38.5,-6.5 parent: 2 - - uid: 19889 + - uid: 20920 components: - type: Transform rot: 1.5707963267948966 rad - pos: -36.5,14.5 + pos: 38.5,-7.5 parent: 2 - - uid: 19904 + - uid: 20921 components: - type: Transform rot: 1.5707963267948966 rad - pos: 77.5,0.5 + pos: 38.5,-8.5 parent: 2 - - uid: 19925 + - uid: 20922 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-17.5 + rot: 1.5707963267948966 rad + pos: 38.5,-9.5 parent: 2 - - uid: 19932 + - uid: 20923 components: - type: Transform - pos: -76.5,25.5 + rot: 1.5707963267948966 rad + pos: 38.5,-10.5 parent: 2 - - uid: 19941 + - uid: 20924 components: - type: Transform - pos: -46.5,71.5 + rot: 1.5707963267948966 rad + pos: 38.5,-11.5 parent: 2 - - uid: 20002 + - uid: 20925 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,39.5 + rot: 1.5707963267948966 rad + pos: 38.5,-12.5 parent: 2 - - uid: 21053 + - uid: 20946 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-9.5 + pos: -36.5,-50.5 parent: 2 - - uid: 23122 + - uid: 20958 components: - type: Transform - pos: 6.5,-49.5 + rot: -1.5707963267948966 rad + pos: 37.5,10.5 parent: 2 - - uid: 26847 + - uid: 21072 components: - type: Transform - pos: 39.5,12.5 + pos: -29.5,3.5 parent: 2 - - uid: 28502 + - uid: 21099 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,4.5 + pos: 93.5,-18.5 parent: 2 - - uid: 28505 + - uid: 21183 components: - type: Transform - pos: -2.5,-19.5 + pos: -62.5,-16.5 parent: 2 - - uid: 28510 + - uid: 21184 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,4.5 + pos: -63.5,-16.5 parent: 2 - - uid: 30229 + - uid: 21185 components: - type: Transform - pos: 5.5,-49.5 + pos: -64.5,-16.5 parent: 2 - - uid: 30755 + - uid: 21186 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,19.5 + pos: -65.5,-16.5 parent: 2 - - uid: 33629 + - uid: 21194 components: - type: Transform - rot: 3.141592653589793 rad - pos: 106.5,52.5 + pos: 39.5,13.5 parent: 2 - - uid: 36483 + - uid: 21196 components: - type: Transform - pos: -51.5,30.5 + pos: 48.5,-28.5 parent: 2 - - uid: 38892 + - uid: 21197 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-38.5 + pos: 49.5,-28.5 parent: 2 - - uid: 39345 + - uid: 21229 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-33.5 + rot: 1.5707963267948966 rad + pos: -44.5,20.5 parent: 2 -- proto: ClosetWallMaintenanceFilledRandom - entities: - - uid: 5103 + - uid: 21230 components: - type: Transform rot: 1.5707963267948966 rad - pos: -35.5,-7.5 + pos: -44.5,19.5 parent: 2 - - uid: 6147 + - uid: 21231 components: - type: Transform - pos: 6.5,34.5 + rot: 1.5707963267948966 rad + pos: -44.5,18.5 parent: 2 - - uid: 8769 + - uid: 21271 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,21.5 + rot: 3.141592653589793 rad + pos: -44.5,24.5 parent: 2 - - uid: 11982 + - uid: 21272 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-27.5 + rot: 3.141592653589793 rad + pos: -44.5,23.5 parent: 2 - - uid: 12951 + - uid: 21273 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,-1.5 + rot: 3.141592653589793 rad + pos: -40.5,29.5 parent: 2 - - uid: 14968 + - uid: 21274 components: - type: Transform - pos: -4.5,-26.5 + rot: 3.141592653589793 rad + pos: -40.5,26.5 parent: 2 - - uid: 14981 + - uid: 21276 components: - type: Transform - pos: 35.5,45.5 + rot: 3.141592653589793 rad + pos: -44.5,25.5 parent: 2 - - uid: 19883 + - uid: 21839 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-21.5 + pos: -55.5,-32.5 parent: 2 - - uid: 19929 + - uid: 21840 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-16.5 + pos: -55.5,-35.5 parent: 2 - - uid: 19934 + - uid: 21841 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,21.5 + pos: -55.5,-34.5 parent: 2 - - uid: 19976 + - uid: 21952 components: - type: Transform - pos: -44.5,71.5 + pos: -55.5,-33.5 parent: 2 - - uid: 27693 + - uid: 21968 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-26.5 + pos: 5.5,33.5 parent: 2 - - uid: 28398 + - uid: 22245 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,8.5 + pos: -106.5,47.5 parent: 2 - - uid: 28503 + - uid: 22246 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,0.5 + pos: -107.5,50.5 parent: 2 - - uid: 32093 + - uid: 22247 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-25.5 + pos: -106.5,49.5 parent: 2 - - uid: 33636 + - uid: 22249 + components: + - type: Transform + pos: -107.5,48.5 + parent: 2 + - uid: 22263 components: - type: Transform rot: 3.141592653589793 rad - pos: 105.5,52.5 + pos: 77.5,-7.5 parent: 2 - - uid: 36482 + - uid: 22306 components: - type: Transform - pos: -49.5,30.5 + rot: -1.5707963267948966 rad + pos: -13.5,-4.5 parent: 2 - - uid: 39334 + - uid: 22310 components: - type: Transform - pos: -52.5,-30.5 + rot: -1.5707963267948966 rad + pos: -14.5,-4.5 parent: 2 - - uid: 40494 + - uid: 22381 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-26.5 + pos: -26.5,2.5 parent: 2 -- proto: ClothingBackpackDuffelSurgeryFilled - entities: - - uid: 5327 + - uid: 22458 components: - type: Transform - pos: 57.44354,56.71585 + pos: 94.5,-24.5 parent: 2 - - uid: 23418 + - uid: 22568 components: - type: Transform - pos: -17.33978,-0.18008184 + pos: 52.5,-29.5 parent: 2 - - uid: 36896 + - uid: 22682 components: - type: Transform - pos: 31.541313,13.0964775 + pos: 93.5,-13.5 parent: 2 -- proto: ClothingBackpackSatchelLeather - entities: - - uid: 37630 + - uid: 22734 components: - type: Transform - pos: 106.75253,54.815357 + pos: -64.5,-21.5 parent: 2 -- proto: ClothingBeltMartialBlack - entities: - - uid: 6300 + - uid: 22744 components: - type: Transform - pos: 43.650806,-21.489529 + rot: 3.141592653589793 rad + pos: -42.5,3.5 parent: 2 - - uid: 6850 + - uid: 22749 components: - type: Transform - pos: 44.472347,-22.625256 + rot: 3.141592653589793 rad + pos: -42.5,2.5 parent: 2 - - uid: 13393 + - uid: 22797 components: - type: Transform - pos: 43.93987,-21.552029 + pos: -30.5,2.5 parent: 2 -- proto: ClothingBeltUtilityEngineering - entities: - - uid: 5313 + - uid: 22917 components: - type: Transform - pos: 49.696335,44.70858 + pos: 93.5,-20.5 parent: 2 -- proto: ClothingCostumeArcDress - entities: - - uid: 18045 + - uid: 22930 components: - type: Transform - pos: -36.03906,-20.560192 + pos: 43.5,12.5 parent: 2 -- proto: ClothingEyesGlasses - entities: - - uid: 1634 + - uid: 23094 components: - type: Transform - pos: -3.9242487,16.828148 + rot: -1.5707963267948966 rad + pos: 13.5,16.5 parent: 2 - - uid: 14265 + - uid: 23126 components: - type: Transform - pos: 12.774038,48.750267 + rot: 1.5707963267948966 rad + pos: 88.5,-12.5 parent: 2 -- proto: ClothingEyesGlassesCheapSunglasses - entities: - - uid: 37854 + - uid: 23173 components: - type: Transform - pos: -5.596606,21.436089 + rot: 1.5707963267948966 rad + pos: 80.5,-18.5 parent: 2 - - uid: 37855 + - uid: 23340 components: - type: Transform - pos: 3.4522948,-24.599058 + pos: -36.5,-48.5 parent: 2 - - uid: 37979 + - uid: 23361 components: - type: Transform - pos: -13.540376,-32.6514 + pos: 42.5,12.5 parent: 2 - - uid: 37980 + - uid: 23412 components: - type: Transform - pos: -9.497308,-28.619022 + rot: -1.5707963267948966 rad + pos: -29.5,-4.5 parent: 2 - - uid: 37981 + - uid: 23432 components: - type: Transform - pos: -9.44262,-28.79871 + pos: -36.5,-44.5 parent: 2 -- proto: ClothingEyesGlassesChemical - entities: - - uid: 3997 + - uid: 23589 components: - type: Transform - pos: 17.446487,1.9934592 + rot: 1.5707963267948966 rad + pos: 34.5,55.5 parent: 2 - - uid: 35800 + - uid: 23605 components: - type: Transform - pos: 20.596622,-1.0852364 + pos: -13.5,77.5 parent: 2 -- proto: ClothingEyesGlassesMeson - entities: - - uid: 5693 + - uid: 23632 components: - type: Transform - pos: 34.45585,46.661957 + pos: -13.5,74.5 parent: 2 - - uid: 25221 + - uid: 23704 components: - type: Transform - pos: -50.40068,19.501049 + pos: -13.5,75.5 parent: 2 -- proto: ClothingEyesHudBeer - entities: - - uid: 37576 + - uid: 23706 components: - type: Transform - pos: -35.49732,-28.093653 + pos: -15.5,73.5 parent: 2 -- proto: ClothingEyesHudMedical - entities: - - uid: 2056 + - uid: 23729 components: - type: Transform - pos: -11.442047,-10.684356 + pos: -18.5,71.5 parent: 2 -- proto: ClothingHandsGlovesBoxingBlue - entities: - - uid: 3466 + - uid: 24435 components: - type: Transform - pos: 44.399025,-21.583233 + rot: 3.141592653589793 rad + pos: -40.5,30.5 parent: 2 -- proto: ClothingHandsGlovesBoxingGreen - entities: - - uid: 3469 + - uid: 24924 components: - type: Transform - pos: 44.570133,-21.853838 + pos: -25.5,-1.5 parent: 2 -- proto: ClothingHandsGlovesBoxingRed - entities: - - uid: 3468 + - uid: 25077 components: - type: Transform - pos: 44.41766,-21.195568 + pos: -28.5,2.5 parent: 2 -- proto: ClothingHandsGlovesBoxingYellow - entities: - - uid: 3470 + - uid: 25295 components: - type: Transform - pos: 44.675602,-24.18587 + pos: -68.5,33.5 parent: 2 - - uid: 3471 + - uid: 25439 components: - type: Transform - pos: 44.675472,-21.312756 + rot: 1.5707963267948966 rad + pos: 86.5,-20.5 parent: 2 -- proto: ClothingHandsGlovesColorYellow - entities: - - uid: 6069 + - uid: 25802 components: - type: Transform - pos: 16.45286,28.010605 + rot: 1.5707963267948966 rad + pos: 32.5,48.5 parent: 2 - - uid: 6070 + - uid: 25803 components: - type: Transform - pos: 21.503641,28.045761 + rot: 1.5707963267948966 rad + pos: 32.5,45.5 parent: 2 -- proto: ClothingHandsGlovesCombat - entities: - - uid: 3791 + - uid: 25882 components: - type: Transform - parent: 3430 - - type: Physics - canCollide: False - - uid: 23187 + pos: -16.5,73.5 + parent: 2 + - uid: 25980 components: - type: Transform - parent: 23175 - - type: Physics - canCollide: False -- proto: ClothingHandsGlovesFingerlessInsulated - entities: - - uid: 15688 + rot: -1.5707963267948966 rad + pos: -42.5,20.5 + parent: 2 + - uid: 25995 components: - type: Transform - pos: 96.11498,77.36359 + rot: -1.5707963267948966 rad + pos: -41.5,20.5 parent: 2 -- proto: ClothingHandsGlovesLatex - entities: - - uid: 2125 + - uid: 26066 components: - type: Transform - pos: 30.806938,13.494915 + rot: 3.141592653589793 rad + pos: -44.5,22.5 parent: 2 - - uid: 2127 + - uid: 26072 components: - type: Transform - pos: 5.621349,4.536171 + rot: 3.141592653589793 rad + pos: -44.5,21.5 parent: 2 - - uid: 2128 + - uid: 26148 components: - type: Transform - pos: -8.493291,10.130974 + rot: -1.5707963267948966 rad + pos: -47.5,89.5 parent: 2 - - uid: 2130 + - uid: 26149 components: - type: Transform - pos: -17.535467,-0.5416125 + rot: -1.5707963267948966 rad + pos: -47.5,91.5 parent: 2 - - uid: 2131 + - uid: 26153 components: - type: Transform - pos: -22.459894,9.539465 + rot: -1.5707963267948966 rad + pos: -47.5,90.5 parent: 2 - - uid: 2132 + - uid: 26155 components: - type: Transform - pos: -6.516262,-11.391825 + rot: -1.5707963267948966 rad + pos: -47.5,82.5 parent: 2 - - uid: 13039 + - uid: 26162 components: - type: Transform - pos: 12.957554,-11.518689 + rot: -1.5707963267948966 rad + pos: -47.5,76.5 parent: 2 - - uid: 22258 + - uid: 26163 components: - type: Transform - pos: -5.4712806,7.1319513 + rot: -1.5707963267948966 rad + pos: -47.5,77.5 parent: 2 -- proto: ClothingHandsGlovesLeather - entities: - - uid: 18445 + - uid: 26165 components: - type: Transform - pos: -62.48618,2.599772 + rot: -1.5707963267948966 rad + pos: -47.5,81.5 parent: 2 - - uid: 18483 + - uid: 26180 components: - type: Transform - pos: -62.251804,2.349772 + rot: -1.5707963267948966 rad + pos: -47.5,78.5 parent: 2 -- proto: ClothingHandsGlovesNitrile - entities: - - uid: 2134 + - uid: 26181 components: - type: Transform - pos: -28.387495,9.555864 + rot: -1.5707963267948966 rad + pos: -47.5,83.5 parent: 2 -- proto: ClothingHeadBandBotany - entities: - - uid: 18484 + - uid: 26184 components: - type: Transform - pos: -62.51743,1.8810221 + pos: -18.5,65.5 parent: 2 -- proto: ClothingHeadCourier - entities: - - uid: 34975 + - uid: 26189 components: - type: Transform - pos: -7.880703,-25.330961 + rot: -1.5707963267948966 rad + pos: -47.5,79.5 parent: 2 -- proto: ClothingHeadHatBeret - entities: - - uid: 2143 + - uid: 26220 components: - type: Transform - pos: -28.462244,16.706312 + pos: -47.5,80.5 parent: 2 - - uid: 36956 + - uid: 26235 components: - type: Transform - pos: -11.978204,28.57977 + pos: -26.5,-1.5 parent: 2 - - uid: 36957 + - uid: 26237 components: - type: Transform - pos: -9.676958,28.772549 + pos: -25.5,1.5 parent: 2 - - uid: 39680 + - uid: 26240 components: - type: Transform - pos: -14.43656,38.04964 + rot: 1.5707963267948966 rad + pos: 88.5,-20.5 parent: 2 -- proto: ClothingHeadHatBeretBrigmedic - entities: - - uid: 2144 + - uid: 26242 components: - type: Transform - pos: -22.649956,9.844152 + pos: -25.5,-0.5 parent: 2 -- proto: ClothingHeadHatBeretEngineering - entities: - - uid: 9592 + - uid: 26243 components: - type: Transform - pos: -50.572556,19.688549 + pos: -25.5,0.5 parent: 2 - - uid: 21857 + - uid: 26293 components: - type: Transform - pos: -62.59986,17.758072 + rot: 3.141592653589793 rad + pos: -34.5,6.5 parent: 2 - - uid: 39494 + - uid: 26328 components: - type: Transform - pos: -47.613564,27.741829 + pos: -67.5,35.5 parent: 2 -- proto: ClothingHeadHatBeretRND - entities: - - uid: 20267 + - uid: 26343 components: - type: Transform - pos: 29.559177,30.66082 + pos: 44.5,14.5 parent: 2 - - uid: 30490 + - uid: 26345 components: - type: Transform - pos: 30.479282,26.829016 + pos: 41.5,13.5 parent: 2 - - uid: 30491 + - uid: 26407 components: - type: Transform - pos: 26.401157,28.860266 + pos: 4.5,33.5 parent: 2 - - uid: 30767 + - uid: 26439 components: - type: Transform - pos: 32.541782,27.993078 + pos: -25.5,6.5 parent: 2 - - uid: 30769 + - uid: 26542 components: - type: Transform - pos: 37.565693,30.91917 + pos: -25.5,4.5 parent: 2 - - uid: 30770 + - uid: 26569 components: - type: Transform - pos: 36.47723,28.989483 + pos: -25.5,3.5 parent: 2 - - uid: 30771 + - uid: 26574 components: - type: Transform - pos: 46.59096,30.801983 + pos: -25.5,2.5 parent: 2 -- proto: ClothingHeadHatBeretSecurity - entities: - - uid: 22660 + - uid: 26738 components: - type: Transform - pos: -12.134454,28.806332 + pos: 60.5,32.5 parent: 2 -- proto: ClothingHeadHatBowlerHat - entities: - - uid: 18110 + - uid: 26761 components: - type: Transform - pos: -37.774174,-20.383495 + pos: 42.5,14.5 parent: 2 -- proto: ClothingHeadHatCardborg - entities: - - uid: 6153 + - uid: 27561 components: - type: Transform - pos: 49.43753,44.646046 + rot: 1.5707963267948966 rad + pos: 32.5,54.5 parent: 2 -- proto: ClothingHeadHatCowboyBrown - entities: - - uid: 4656 + - uid: 27573 components: - type: Transform - pos: 21.492971,-36.278564 + pos: 50.5,-33.5 parent: 2 -- proto: ClothingHeadHatFedoraBlack - entities: - - uid: 38922 + - uid: 27630 components: - type: Transform - pos: 3.314615,54.66538 + pos: 93.5,-17.5 parent: 2 -- proto: ClothingHeadHatFedoraChoc - entities: - - uid: 38923 + - uid: 27700 components: - type: Transform - pos: 3.658365,54.493504 + rot: 1.5707963267948966 rad + pos: 33.5,55.5 parent: 2 -- proto: ClothingHeadHatFezMantis - entities: - - uid: 20026 + - uid: 27862 components: - type: Transform - pos: 49.367798,34.06218 + rot: 3.141592653589793 rad + pos: -61.5,39.5 parent: 2 -- proto: ClothingHeadHatHoodBioScientist - entities: - - uid: 36499 + - uid: 27965 components: - type: Transform - pos: 57.284966,84.9144 + rot: 3.141592653589793 rad + pos: -62.5,39.5 parent: 2 -- proto: ClothingHeadHatPumpkin - entities: - - uid: 30326 + - uid: 27969 components: - type: Transform - pos: -6.5801415,-7.241027 + rot: 3.141592653589793 rad + pos: -62.5,40.5 parent: 2 -- proto: ClothingHeadHatPwig - entities: - - uid: 23671 + - uid: 27970 components: - type: Transform - pos: -13.51554,53.61638 + rot: 3.141592653589793 rad + pos: -65.5,39.5 parent: 2 - - uid: 25047 + - uid: 27971 components: - type: Transform - pos: -13.39054,53.53044 + rot: 3.141592653589793 rad + pos: -63.5,40.5 parent: 2 -- proto: ClothingHeadHatSecsoft - entities: - - uid: 22661 + - uid: 27972 components: - type: Transform - pos: -11.512896,30.577236 + pos: 7.5,46.5 parent: 2 -- proto: ClothingHeadHatUshanka - entities: - - uid: 36606 + - uid: 27975 components: - type: Transform - pos: 93.615585,77.959274 + rot: 3.141592653589793 rad + pos: -64.5,39.5 parent: 2 - - uid: 37665 + - uid: 28002 components: - type: Transform - pos: 93.658264,78.732254 + rot: 3.141592653589793 rad + pos: -63.5,39.5 parent: 2 -- proto: ClothingHeadHatWelding - entities: - - uid: 7285 + - uid: 28003 components: - type: Transform - pos: -5.2692957,-0.6693927 + rot: -1.5707963267948966 rad + pos: -68.5,29.5 parent: 2 -- proto: ClothingHeadHelmetBone - entities: - - uid: 4790 + - uid: 28028 components: - type: Transform - pos: 87.56079,41.157158 + rot: 3.141592653589793 rad + pos: -60.5,39.5 parent: 2 -- proto: ClothingHeadHelmetRiot - entities: - - uid: 21799 + - uid: 28124 components: - type: Transform - pos: -23.395428,42.7274 + pos: -27.5,6.5 parent: 2 - - uid: 21800 + - uid: 28140 components: - type: Transform - pos: -23.411053,41.4149 + rot: 3.141592653589793 rad + pos: -65.5,40.5 parent: 2 - - uid: 21803 + - uid: 28242 components: - type: Transform - pos: -23.55949,41.578964 + pos: -41.5,79.5 parent: 2 -- proto: ClothingHeadNurseHat - entities: - - uid: 2138 + - uid: 28243 components: - type: Transform - pos: -16.368912,16.692177 + pos: 52.5,34.5 parent: 2 - - uid: 2139 + - uid: 28244 components: - type: Transform - pos: 5.0510364,4.6377335 + pos: 59.5,32.5 parent: 2 - - uid: 2141 + - uid: 28369 components: - type: Transform - pos: 19.38141,2.515604 + pos: 58.5,32.5 parent: 2 -- proto: ClothingHeadPrisonGuard - entities: - - uid: 27444 + - uid: 28372 components: - type: Transform - pos: -19.29329,60.96895 + pos: 52.5,35.5 parent: 2 - - uid: 28028 + - uid: 28417 components: - type: Transform - pos: -19.63704,61.03926 + pos: 62.5,32.5 parent: 2 - - uid: 36830 + - uid: 28418 components: - type: Transform - pos: 66.35034,72.10333 + pos: 61.5,32.5 parent: 2 -- proto: ClothingHeadsetPrison - entities: - - uid: 28384 + - uid: 28431 components: - type: Transform - pos: -19.169888,60.578342 + pos: 93.5,-14.5 parent: 2 - - uid: 37636 + - uid: 28475 components: - type: Transform - pos: -19.169888,60.453342 + pos: 57.5,32.5 parent: 2 -- proto: ClothingMaskClown - entities: - - uid: 19427 + - uid: 28535 components: - type: Transform - pos: -77.690346,1.3026085 + pos: -42.5,81.5 parent: 2 - - uid: 21094 + - uid: 28590 components: - type: Transform - pos: -78.28,-2.5353103 + pos: -43.5,81.5 parent: 2 -- proto: ClothingMaskGas - entities: - - uid: 6061 + - uid: 28592 components: - type: Transform - pos: 16.382547,26.569199 + pos: -42.5,79.5 parent: 2 - - uid: 6062 + - uid: 28612 components: - type: Transform - pos: 16.64036,26.358261 + pos: 52.5,40.5 parent: 2 - - uid: 6063 + - uid: 28613 components: - type: Transform - pos: 21.386454,26.733261 + pos: 52.5,33.5 parent: 2 - - uid: 6064 + - uid: 28625 components: - type: Transform - pos: 21.679422,26.510605 + rot: 1.5707963267948966 rad + pos: -35.5,-53.5 parent: 2 -- proto: ClothingMaskGasExplorer - entities: - - uid: 8130 + - uid: 28629 components: - type: Transform - pos: -47.761345,74.25665 + rot: -1.5707963267948966 rad + pos: 67.5,-30.5 parent: 2 -- proto: ClothingMaskGasSwat - entities: - - uid: 30890 + - uid: 28689 components: - type: Transform - pos: -23.813116,41.6649 + rot: -1.5707963267948966 rad + pos: 5.5,45.5 parent: 2 - - uid: 30891 + - uid: 28700 components: - type: Transform - pos: -23.680304,41.453964 + pos: 93.5,-21.5 parent: 2 - - uid: 30900 + - uid: 28734 components: - type: Transform - pos: -23.352179,42.50865 + rot: 3.141592653589793 rad + pos: -42.5,1.5 parent: 2 -- proto: ClothingMaskJackal - entities: - - uid: 14362 + - uid: 28821 components: - type: Transform - pos: 30.299225,13.682687 + rot: -1.5707963267948966 rad + pos: -46.5,92.5 parent: 2 -- proto: ClothingMaskPlague - entities: - - uid: 5707 + - uid: 29092 components: - type: Transform - pos: 71.31579,29.6757 + rot: 3.141592653589793 rad + pos: -36.5,1.5 parent: 2 -- proto: ClothingMaskSterile - entities: - - uid: 12114 + - uid: 29104 components: - type: Transform - pos: 13.463035,-13.464493 + rot: 3.141592653589793 rad + pos: -40.5,27.5 parent: 2 - - uid: 12115 + - uid: 29265 components: - type: Transform - pos: 13.463035,-13.620743 + pos: 51.5,-33.5 parent: 2 - - uid: 12975 + - uid: 29279 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.580032,-13.346049 + pos: 86.5,-11.5 parent: 2 - - uid: 15857 + - uid: 29313 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,-17.5 + parent: 2 + - uid: 29354 components: - type: Transform rot: 3.141592653589793 rad - pos: 11.57222,-13.221049 + pos: -38.5,6.5 parent: 2 - - uid: 19728 + - uid: 29693 components: - type: Transform rot: 3.141592653589793 rad - pos: 11.580032,-13.556987 + pos: -43.5,26.5 parent: 2 - - uid: 30455 + - uid: 29695 components: - type: Transform - pos: 13.44741,-13.26918 + rot: 3.141592653589793 rad + pos: -40.5,28.5 parent: 2 -- proto: ClothingNeckCargomedal - entities: - - uid: 34632 + - uid: 29718 components: - type: Transform - pos: -30.666866,-24.101736 + pos: 34.5,37.5 parent: 2 - - uid: 34633 + - uid: 29871 components: - type: Transform - pos: -30.502804,-24.312674 + pos: 34.5,39.5 parent: 2 - - uid: 34634 + - uid: 29894 components: - type: Transform - pos: -30.315304,-24.078299 + pos: 34.5,41.5 parent: 2 -- proto: ClothingNeckCloakGoliathCloak - entities: - - uid: 37628 + - uid: 29897 components: - type: Transform - pos: 96.782364,77.13681 + pos: 34.5,43.5 parent: 2 -- proto: ClothingNeckCloakHerald - entities: - - uid: 37629 + - uid: 29949 components: - type: Transform - pos: 96.45722,76.76842 + pos: 6.5,33.5 parent: 2 -- proto: ClothingNeckClownmedal - entities: - - uid: 19424 + - uid: 29953 components: - type: Transform - pos: -81.367096,-0.39013824 + pos: 7.5,33.5 parent: 2 -- proto: ClothingNeckEngineermedal - entities: - - uid: 8927 + - uid: 30222 components: - type: Transform - pos: -61.762154,17.683273 + rot: 3.141592653589793 rad + pos: -42.5,26.5 parent: 2 - - uid: 8928 + - uid: 30267 components: - type: Transform - pos: -61.56684,17.511398 + rot: 3.141592653589793 rad + pos: -44.5,26.5 parent: 2 - - uid: 8929 + - uid: 30387 components: - type: Transform - pos: -61.426216,17.652023 + rot: -1.5707963267948966 rad + pos: 10.5,-38.5 parent: 2 -- proto: ClothingNeckGoldmedal - entities: - - uid: 34639 + - uid: 30503 components: - type: Transform - pos: 4.342853,29.136616 + rot: -1.5707963267948966 rad + pos: -47.5,88.5 parent: 2 - - uid: 34640 + - uid: 30504 components: - type: Transform - pos: 4.5381656,29.02724 + rot: -1.5707963267948966 rad + pos: -47.5,84.5 parent: 2 - - uid: 34641 + - uid: 30505 components: - type: Transform - pos: 4.7256656,29.15224 + rot: -1.5707963267948966 rad + pos: -47.5,87.5 parent: 2 -- proto: ClothingNeckHeadphones - entities: - - uid: 1530 + - uid: 30506 components: - type: Transform - pos: -2.3107271,-34.414944 + rot: -1.5707963267948966 rad + pos: -47.5,86.5 parent: 2 - - uid: 15746 + - uid: 30507 components: - type: Transform - pos: -2.6961436,-34.571194 + rot: -1.5707963267948966 rad + pos: -47.5,85.5 parent: 2 - - uid: 19882 + - uid: 30518 components: - type: Transform - pos: -2.4669771,-34.477444 + rot: 3.141592653589793 rad + pos: -41.5,26.5 parent: 2 -- proto: ClothingNeckMedicalmedal - entities: - - uid: 34624 + - uid: 30716 components: - type: Transform - pos: -11.466457,-10.350972 + pos: 34.5,38.5 parent: 2 - - uid: 34625 + - uid: 30718 components: - type: Transform - pos: -11.759426,-10.37441 + pos: 34.5,40.5 parent: 2 - - uid: 34626 + - uid: 30728 components: - type: Transform - pos: -11.618801,-10.444722 + rot: 3.141592653589793 rad + pos: -66.5,39.5 parent: 2 -- proto: ClothingNeckScarfStripedOrange - entities: - - uid: 5166 + - uid: 30729 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.563965,-14.48941 + pos: 34.5,42.5 parent: 2 -- proto: ClothingNeckScarfStripedPurple - entities: - - uid: 5170 + - uid: 30731 components: - type: Transform rot: -1.5707963267948966 rad - pos: 69.595215,-14.92691 + pos: -44.5,92.5 parent: 2 -- proto: ClothingNeckScarfStripedZebra - entities: - - uid: 40445 + - uid: 30735 components: - type: Transform - pos: -79.5151,-0.17867303 + pos: 33.5,43.5 parent: 2 - - uid: 40446 + - uid: 30742 components: - type: Transform - pos: -79.30343,-0.25680208 + rot: 3.141592653589793 rad + pos: -64.5,40.5 parent: 2 -- proto: ClothingNeckSciencemedal - entities: - - uid: 34635 + - uid: 30744 components: - type: Transform - pos: 46.422413,30.067749 + pos: -41.5,81.5 parent: 2 - - uid: 34636 + - uid: 30763 components: - type: Transform - pos: 46.5396,29.731812 + pos: -41.5,80.5 parent: 2 - - uid: 34637 + - uid: 30787 components: - type: Transform - pos: 46.680225,29.973999 + rot: 3.141592653589793 rad + pos: -37.5,0.5 parent: 2 -- proto: ClothingNeckSecuritymedal - entities: - - uid: 34621 + - uid: 30800 components: - type: Transform - pos: -4.724091,35.60755 + rot: 1.5707963267948966 rad + pos: -41.5,92.5 parent: 2 - - uid: 34622 + - uid: 30801 components: - type: Transform - pos: -4.442841,35.490364 + rot: 1.5707963267948966 rad + pos: -40.5,92.5 parent: 2 - - uid: 34623 + - uid: 30816 components: - type: Transform - pos: -4.2162786,35.623177 + pos: -68.5,-3.5 parent: 2 -- proto: ClothingNeckStethoscope - entities: - - uid: 7812 + - uid: 30827 components: - type: Transform - pos: 7.6656265,-7.294763 + rot: 3.141592653589793 rad + pos: -75.5,39.5 parent: 2 -- proto: ClothingNeckTieDet - entities: - - uid: 30499 + - uid: 30830 components: - type: Transform - pos: 3.4630525,53.620914 + rot: 3.141592653589793 rad + pos: -38.5,0.5 parent: 2 -- proto: ClothingNeckTieSci - entities: - - uid: 36502 + - uid: 30831 components: - type: Transform - pos: 55.628716,84.02377 + rot: 3.141592653589793 rad + pos: -40.5,0.5 parent: 2 - - uid: 36589 + - uid: 30837 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.935844,81.81337 + rot: 3.141592653589793 rad + pos: -39.5,1.5 parent: 2 -- proto: ClothingOuterApronBotanist - entities: - - uid: 18486 + - uid: 30838 components: - type: Transform - pos: -49.564304,5.740397 + pos: -42.5,6.5 parent: 2 - - uid: 18487 + - uid: 30851 components: - type: Transform - pos: -49.32993,5.599772 + rot: 1.5707963267948966 rad + pos: -39.5,92.5 parent: 2 -- proto: ClothingOuterArmorRiot - entities: - - uid: 21798 + - uid: 30852 components: - type: Transform - pos: -23.414679,41.63365 + rot: 1.5707963267948966 rad + pos: -38.5,92.5 parent: 2 - - uid: 30892 + - uid: 30854 components: - type: Transform - pos: -23.813116,42.65709 + rot: 1.5707963267948966 rad + pos: -37.5,92.5 parent: 2 - - uid: 30893 + - uid: 30882 components: - type: Transform - pos: -23.672491,42.4774 + rot: 1.5707963267948966 rad + pos: 32.5,47.5 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]10%[/color]. - priority: 0 - component: ClothingSpeedModifier - - message: >- - It provides the following protection: - - - [color=yellow]Blunt[/color] damage reduced by [color=lightblue]60%[/color]. - - - [color=yellow]Slash[/color] damage reduced by [color=lightblue]60%[/color]. - - - [color=yellow]Piercing[/color] damage reduced by [color=lightblue]30%[/color]. - - - [color=yellow]Heat[/color] damage reduced by [color=lightblue]10%[/color]. - - - [color=yellow]Caustic[/color] damage reduced by [color=lightblue]10%[/color]. - - - [color=orange]Explosion[/color] damage reduced by [color=lightblue]10%[/color]. - priority: 0 - component: Armor - title: null -- proto: ClothingOuterClownPriest - entities: - - uid: 14112 + - uid: 30901 components: - type: Transform - pos: -78.605934,-2.3478103 + rot: 1.5707963267948966 rad + pos: -36.5,92.5 parent: 2 -- proto: ClothingOuterCoatBomber - entities: - - uid: 5188 + - uid: 30903 components: - type: Transform - rot: -3.141592653589793 rad - pos: 72.43163,-18.66698 + rot: 1.5707963267948966 rad + pos: -35.5,92.5 parent: 2 - - uid: 5189 + - uid: 30917 components: - type: Transform - rot: -3.141592653589793 rad - pos: 72.65178,-18.446829 + rot: 1.5707963267948966 rad + pos: -34.5,92.5 parent: 2 -- proto: ClothingOuterCoatLab - entities: - - uid: 20077 + - uid: 30924 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.387253,5.672612 + pos: -17.5,71.5 parent: 2 - - uid: 20186 + - uid: 30962 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.621628,5.5554247 + rot: 1.5707963267948966 rad + pos: -33.5,92.5 parent: 2 -- proto: ClothingOuterHospitalGown - entities: - - uid: 432 + - uid: 31030 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.328417,3.6350007 + pos: -68.5,-2.5 parent: 2 - - uid: 17737 + - uid: 31044 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.219042,3.5412507 + rot: 1.5707963267948966 rad + pos: -32.5,92.5 parent: 2 - - uid: 17750 + - uid: 31045 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.547134,0.54215765 + rot: 1.5707963267948966 rad + pos: -31.5,92.5 parent: 2 - - uid: 17791 + - uid: 31046 components: - type: Transform rot: 1.5707963267948966 rad - pos: 20.367447,0.30778265 + pos: -30.5,92.5 parent: 2 - - uid: 36059 + - uid: 31047 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.383104,3.3771882 + rot: 1.5707963267948966 rad + pos: -29.5,92.5 parent: 2 -- proto: ClothingOuterStraightjacket - entities: - - uid: 33640 + - uid: 31063 components: - type: Transform - pos: 59.959644,52.83496 + rot: 1.5707963267948966 rad + pos: -28.5,92.5 parent: 2 -- proto: ClothingOuterWinterCoat - entities: - - uid: 5190 + - uid: 31069 components: - type: Transform - rot: 3.141592653589793 rad - pos: 73.161026,-18.347553 + pos: 26.5,33.5 parent: 2 -- proto: ClothingShoesBootsCowboyBrown - entities: - - uid: 2091 + - uid: 31070 components: - type: Transform - pos: 19.594534,-36.270752 + rot: 1.5707963267948966 rad + pos: -27.5,92.5 parent: 2 -- proto: ClothingShoesBootsMag - entities: - - uid: 6049 + - uid: 31078 components: - type: Transform - pos: 16.35911,24.787949 + pos: 27.5,33.5 parent: 2 - - uid: 6050 + - uid: 31080 components: - type: Transform - pos: 16.54661,24.600449 + pos: 28.5,33.5 parent: 2 - - uid: 6051 + - uid: 31081 components: - type: Transform - pos: 16.288797,23.709824 + pos: 29.5,33.5 parent: 2 - - uid: 6052 + - uid: 31082 components: - type: Transform - pos: 16.534891,23.55748 + pos: 30.5,33.5 parent: 2 - - uid: 6053 + - uid: 31084 components: - type: Transform - pos: 21.374735,24.77623 + pos: 31.5,33.5 parent: 2 - - uid: 6054 + - uid: 31087 components: - type: Transform - pos: 21.597391,24.600449 + pos: 32.5,33.5 parent: 2 - - uid: 6055 + - uid: 31088 components: - type: Transform - pos: 21.398172,23.709824 + pos: 33.5,33.5 parent: 2 - - uid: 6056 + - uid: 31092 components: - type: Transform - pos: 21.679422,23.510605 + rot: 1.5707963267948966 rad + pos: -26.5,92.5 parent: 2 -- proto: ClothingUnderSocksCoder - entities: - - uid: 40447 + - uid: 31096 components: - type: Transform - pos: -4.661104,35.08742 + rot: 1.5707963267948966 rad + pos: -25.5,92.5 parent: 2 -- proto: ClothingUniformJumpskirtPrisoner - entities: - - uid: 19819 + - uid: 31097 components: - type: Transform - pos: 72.93937,63.251156 + rot: 1.5707963267948966 rad + pos: -24.5,92.5 parent: 2 -- proto: ClothingUniformJumpskirtScientist - entities: - - uid: 36503 + - uid: 31098 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.941216,85.6644 + rot: 1.5707963267948966 rad + pos: -23.5,92.5 parent: 2 -- proto: ClothingUniformJumpsuitHawaiBlack - entities: - - uid: 2660 + - uid: 31100 components: - type: Transform - pos: -37.856205,-20.172558 + rot: 1.5707963267948966 rad + pos: -22.5,92.5 parent: 2 -- proto: ClothingUniformJumpsuitHawaiBlue - entities: - - uid: 3111 + - uid: 31106 components: - type: Transform - pos: -35.898434,-20.314098 + rot: 1.5707963267948966 rad + pos: -21.5,92.5 parent: 2 -- proto: ClothingUniformJumpsuitMonasticRobeDark - entities: - - uid: 5708 + - uid: 31109 components: - type: Transform - pos: 71.66735,29.66398 + rot: 1.5707963267948966 rad + pos: -20.5,92.5 parent: 2 -- proto: ClothingUniformMartialGi - entities: - - uid: 689 + - uid: 31111 components: - type: Transform - pos: 44.299244,-24.325466 + rot: -1.5707963267948966 rad + pos: -19.5,92.5 parent: 2 - - uid: 690 + - uid: 31122 components: - type: Transform - pos: 42.59612,-21.489529 + rot: 1.5707963267948966 rad + pos: -16.5,92.5 parent: 2 - - uid: 13237 + - uid: 31140 components: - type: Transform - pos: 42.369556,-21.489529 + rot: 1.5707963267948966 rad + pos: -15.5,92.5 parent: 2 -- proto: ClothingUniformTShirtKhakiPants - entities: - - uid: 18085 + - uid: 31141 components: - type: Transform - pos: -36.063236,-18.36787 + rot: 1.5707963267948966 rad + pos: -14.5,92.5 parent: 2 -- proto: ClownRecorder - entities: - - uid: 19425 + - uid: 31142 components: - type: Transform - pos: -77.25276,-0.34442073 + rot: 1.5707963267948966 rad + pos: -13.5,92.5 parent: 2 -- proto: Cobweb1 - entities: - - uid: 6935 + - uid: 31531 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,26.5 + rot: -1.5707963267948966 rad + pos: 70.5,-25.5 parent: 2 - - uid: 6939 + - uid: 31536 components: - type: Transform - pos: 88.5,19.5 + rot: -1.5707963267948966 rad + pos: 68.5,-30.5 parent: 2 - - uid: 37600 + - uid: 31537 components: - type: Transform - pos: -33.5,-30.5 + rot: -1.5707963267948966 rad + pos: 63.5,-30.5 parent: 2 - - uid: 37601 + - uid: 31538 components: - type: Transform rot: -1.5707963267948966 rad - pos: -25.5,-30.5 + pos: 64.5,-30.5 parent: 2 - - uid: 37602 + - uid: 31539 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-28.5 + rot: -1.5707963267948966 rad + pos: 70.5,-30.5 parent: 2 -- proto: Cobweb2 - entities: - - uid: 6942 + - uid: 31552 components: - type: Transform - pos: 86.5,27.5 + rot: 3.141592653589793 rad + pos: -70.5,40.5 parent: 2 - - uid: 29766 + - uid: 31748 components: - type: Transform - pos: 35.5,44.5 + rot: -1.5707963267948966 rad + pos: 15.5,16.5 parent: 2 - - uid: 37603 + - uid: 32345 components: - type: Transform - pos: -30.5,-30.5 + rot: -1.5707963267948966 rad + pos: 88.5,-15.5 parent: 2 - - uid: 37604 + - uid: 32371 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-34.5 + pos: -105.5,49.5 parent: 2 - - uid: 37605 + - uid: 32372 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-38.5 + pos: -105.5,48.5 parent: 2 -- proto: CombatKnife - entities: - - uid: 40436 + - uid: 32373 components: - type: Transform - pos: -18.268293,38.411915 + pos: -106.5,50.5 parent: 2 - - uid: 40437 + - uid: 32660 components: - type: Transform - pos: -26.244118,36.388477 + rot: 3.141592653589793 rad + pos: -66.5,40.5 parent: 2 - - uid: 40438 + - uid: 32666 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.188458,37.615864 + rot: 3.141592653589793 rad + pos: -60.5,40.5 parent: 2 -- proto: ComfyChair - entities: - - uid: 111 + - uid: 32670 components: - type: Transform rot: 3.141592653589793 rad - pos: -24.5,-24.5 + pos: -67.5,40.5 parent: 2 - - uid: 378 + - uid: 32671 components: - type: Transform - pos: -4.5,-6.5 + rot: 3.141592653589793 rad + pos: -61.5,40.5 parent: 2 - - uid: 598 + - uid: 32686 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-10.5 + pos: -42.5,80.5 parent: 2 - - uid: 2656 + - uid: 33334 components: - type: Transform rot: 1.5707963267948966 rad - pos: -14.5,52.5 + pos: 63.5,32.5 parent: 2 - - uid: 2719 + - uid: 33335 components: - type: Transform rot: 1.5707963267948966 rad - pos: 10.5,48.5 + pos: 64.5,32.5 parent: 2 - - uid: 2731 + - uid: 33336 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,47.5 + rot: 1.5707963267948966 rad + pos: 65.5,32.5 parent: 2 - - uid: 2733 + - uid: 33337 components: - type: Transform rot: 1.5707963267948966 rad - pos: 10.5,47.5 + pos: 66.5,32.5 parent: 2 - - uid: 2865 + - uid: 33339 components: - type: Transform rot: 1.5707963267948966 rad - pos: 25.5,48.5 + pos: 68.5,32.5 parent: 2 - - uid: 4451 + - uid: 33340 components: - type: Transform rot: 1.5707963267948966 rad - pos: -6.5,58.5 + pos: 69.5,32.5 parent: 2 - - uid: 4492 + - uid: 33341 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,29.5 + rot: 1.5707963267948966 rad + pos: 70.5,32.5 parent: 2 - - uid: 5426 + - uid: 33342 components: - type: Transform rot: 1.5707963267948966 rad - pos: 48.5,33.5 + pos: 71.5,32.5 parent: 2 - - uid: 5436 + - uid: 33343 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,29.5 + rot: 1.5707963267948966 rad + pos: 72.5,32.5 parent: 2 - - uid: 5474 + - uid: 33344 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,25.5 + rot: 1.5707963267948966 rad + pos: 73.5,32.5 parent: 2 - - uid: 5582 + - uid: 33345 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,28.5 + rot: 1.5707963267948966 rad + pos: 73.5,33.5 parent: 2 - - uid: 5587 + - uid: 33346 components: - type: Transform rot: 1.5707963267948966 rad - pos: 51.5,27.5 + pos: 73.5,35.5 parent: 2 - - uid: 5589 + - uid: 33347 components: - type: Transform rot: 1.5707963267948966 rad - pos: 52.5,30.5 + pos: 73.5,37.5 parent: 2 - - uid: 5591 + - uid: 33348 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,30.5 + rot: 1.5707963267948966 rad + pos: 73.5,38.5 parent: 2 - - uid: 5621 + - uid: 33349 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,27.5 + rot: 1.5707963267948966 rad + pos: 75.5,39.5 parent: 2 - - uid: 6564 + - uid: 33350 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,-20.5 + pos: 74.5,39.5 parent: 2 - - uid: 6565 + - uid: 33351 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-24.5 + rot: 1.5707963267948966 rad + pos: 77.5,41.5 parent: 2 - - uid: 14031 + - uid: 33352 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,57.5 + rot: 1.5707963267948966 rad + pos: 76.5,41.5 parent: 2 - - uid: 14033 + - uid: 33358 components: - type: Transform - pos: 12.5,49.5 + rot: 1.5707963267948966 rad + pos: 76.5,40.5 parent: 2 - - uid: 14036 + - uid: 33359 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,53.5 + rot: 1.5707963267948966 rad + pos: 77.5,40.5 parent: 2 - - uid: 14037 + - uid: 33360 components: - type: Transform rot: 1.5707963267948966 rad - pos: 21.5,53.5 + pos: 77.5,39.5 parent: 2 - - uid: 14040 + - uid: 33361 components: - type: Transform - pos: 13.5,49.5 + rot: 1.5707963267948966 rad + pos: 76.5,39.5 parent: 2 - - uid: 14053 + - uid: 33371 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,57.5 + rot: 1.5707963267948966 rad + pos: 73.5,40.5 parent: 2 - - uid: 14062 + - uid: 33372 components: - type: Transform - pos: 11.5,49.5 + rot: 1.5707963267948966 rad + pos: 73.5,39.5 parent: 2 - - uid: 14074 + - uid: 33373 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,55.5 + rot: 1.5707963267948966 rad + pos: 74.5,40.5 parent: 2 - - uid: 14079 + - uid: 33374 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,46.5 + rot: 1.5707963267948966 rad + pos: 72.5,40.5 parent: 2 - - uid: 14080 + - uid: 33375 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,46.5 + rot: 1.5707963267948966 rad + pos: 72.5,39.5 parent: 2 - - uid: 14081 + - uid: 33376 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,46.5 + rot: 1.5707963267948966 rad + pos: 72.5,35.5 parent: 2 - - uid: 14085 + - uid: 33377 components: - type: Transform rot: 1.5707963267948966 rad - pos: 28.5,51.5 + pos: 72.5,33.5 parent: 2 - - uid: 14188 + - uid: 33565 components: - type: Transform rot: -1.5707963267948966 rad - pos: 27.5,48.5 + pos: 77.5,58.5 parent: 2 - - uid: 15373 + - uid: 33566 components: - type: Transform rot: -1.5707963267948966 rad - pos: 14.5,48.5 + pos: 77.5,57.5 parent: 2 - - uid: 15735 + - uid: 33567 components: - type: Transform - pos: -5.5,26.5 + rot: -1.5707963267948966 rad + pos: 78.5,58.5 parent: 2 - - uid: 15780 + - uid: 33568 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,33.5 + pos: 78.5,57.5 parent: 2 - - uid: 20671 + - uid: 33569 components: - type: Transform - pos: -14.5,-8.5 + rot: -1.5707963267948966 rad + pos: 79.5,58.5 parent: 2 - - uid: 29705 + - uid: 33570 components: - type: Transform - pos: 19.5,48.5 + rot: -1.5707963267948966 rad + pos: 79.5,57.5 parent: 2 - - uid: 29706 + - uid: 33696 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,46.5 + pos: -43.5,79.5 parent: 2 -- proto: ComputerAlert - entities: - - uid: 14035 + - uid: 34214 components: - type: Transform - pos: 19.5,59.5 + pos: 44.5,13.5 parent: 2 -- proto: ComputerAnalysisConsole - entities: - - uid: 9280 + - uid: 34387 components: - type: Transform - pos: 40.5,51.5 + pos: 43.5,14.5 parent: 2 - - uid: 12731 + - uid: 34388 components: - type: Transform - pos: 44.5,51.5 + pos: 45.5,13.5 parent: 2 -- proto: computerBodyScanner - entities: - - uid: 30335 + - uid: 34390 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,0.5 + pos: 45.5,14.5 parent: 2 -- proto: ComputerBroken - entities: - - uid: 1279 + - uid: 34573 components: - type: Transform rot: 3.141592653589793 rad - pos: -102.5,48.5 + pos: -37.5,1.5 parent: 2 - - uid: 1699 + - uid: 34657 components: - type: Transform - pos: 63.5,44.5 + rot: 3.141592653589793 rad + pos: 77.5,-6.5 parent: 2 - - uid: 2331 + - uid: 34837 components: - type: Transform rot: -1.5707963267948966 rad - pos: 65.5,42.5 + pos: 71.5,39.5 parent: 2 - - uid: 3145 + - uid: 34838 components: - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,40.5 + rot: -1.5707963267948966 rad + pos: 71.5,40.5 parent: 2 - - uid: 4749 + - uid: 34958 components: - type: Transform - pos: 94.5,79.5 + rot: -1.5707963267948966 rad + pos: -43.5,92.5 parent: 2 - - uid: 5356 + - uid: 34991 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,50.5 + rot: -1.5707963267948966 rad + pos: 105.5,18.5 parent: 2 - - uid: 5363 + - uid: 34992 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,50.5 + rot: -1.5707963267948966 rad + pos: 105.5,17.5 parent: 2 - - uid: 6802 + - uid: 34993 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,-46.5 + rot: -1.5707963267948966 rad + pos: 105.5,16.5 parent: 2 - - uid: 8157 + - uid: 35007 components: - type: Transform - pos: 70.5,80.5 + pos: 103.5,18.5 parent: 2 - - uid: 18672 + - uid: 35008 components: - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,-13.5 + pos: 104.5,18.5 parent: 2 - - uid: 22227 + - uid: 35009 components: - type: Transform - rot: 3.141592653589793 rad - pos: -104.5,48.5 + pos: 103.5,17.5 parent: 2 - - uid: 22228 + - uid: 35010 components: - type: Transform - pos: -109.5,56.5 + pos: 103.5,17.5 parent: 2 - - uid: 22233 + - uid: 35011 components: - type: Transform - pos: -104.5,56.5 + pos: 103.5,16.5 parent: 2 - - uid: 29787 + - uid: 35012 components: - type: Transform - pos: 71.5,80.5 + pos: 104.5,16.5 parent: 2 - - uid: 32376 + - uid: 35013 components: - type: Transform - pos: -108.5,56.5 + pos: 104.5,17.5 parent: 2 - - uid: 32823 + - uid: 35014 components: - type: Transform - pos: 69.5,73.5 + pos: 104.5,15.5 parent: 2 - - uid: 33083 + - uid: 35015 components: - type: Transform - pos: 70.5,73.5 + pos: 103.5,13.5 parent: 2 - - uid: 33084 + - uid: 35016 components: - type: Transform - pos: 68.5,73.5 + pos: 103.5,19.5 parent: 2 - - uid: 34988 + - uid: 35017 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 105.5,18.5 + pos: 103.5,21.5 parent: 2 - - uid: 36118 + - uid: 35018 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 76.5,78.5 + pos: 104.5,20.5 parent: 2 - - uid: 36119 + - uid: 35019 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 76.5,79.5 + pos: 103.5,15.5 parent: 2 - - uid: 36393 + - uid: 35020 components: - type: Transform - pos: 103.5,61.5 + pos: 104.5,14.5 parent: 2 - - uid: 36692 + - uid: 35075 components: - type: Transform - pos: 83.5,82.5 + pos: 103.5,20.5 parent: 2 -- proto: ComputerCargoBounty - entities: - - uid: 6572 + - uid: 35088 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-23.5 + pos: -76.5,39.5 parent: 2 -- proto: ComputerCargoOrders - entities: - - uid: 2965 + - uid: 35139 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-23.5 + rot: 3.141592653589793 rad + pos: -57.5,40.5 parent: 2 - - uid: 6570 + - uid: 35475 components: - type: Transform - pos: -24.5,-23.5 + rot: 3.141592653589793 rad + pos: -41.5,1.5 parent: 2 -- proto: ComputerCloningConsole - entities: - - uid: 27418 + - uid: 35483 components: - type: Transform - pos: 26.5,2.5 + rot: 3.141592653589793 rad + pos: -44.5,80.5 parent: 2 - - type: DeviceLinkSource - linkedPorts: - 27419: - - MedicalScannerSender: MedicalScannerReceiver - - CloningPodSender: MedicalScannerReceiver - 28435: - - MedicalScannerSender: CloningPodReceiver - - CloningPodSender: CloningPodReceiver -- proto: ComputerComms - entities: - - uid: 14050 + - uid: 35524 components: - type: Transform - pos: 18.5,59.5 + pos: -68.5,-34.5 parent: 2 - - uid: 14056 + - uid: 35532 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,50.5 + pos: -76.5,-34.5 parent: 2 -- proto: ComputerCrewMonitoring - entities: - - uid: 1397 + - uid: 35533 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,3.5 + pos: -77.5,-34.5 parent: 2 - - uid: 4006 + - uid: 35534 components: - type: Transform - pos: 48.5,34.5 + pos: -80.5,-34.5 parent: 2 - - uid: 5717 + - uid: 35535 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,27.5 + pos: -81.5,-34.5 parent: 2 - - uid: 5928 + - uid: 35536 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,5.5 + pos: -82.5,-34.5 parent: 2 - - uid: 14041 + - uid: 35537 components: - type: Transform - pos: 14.5,58.5 + pos: -86.5,-34.5 parent: 2 -- proto: ComputerCriminalRecords - entities: - - uid: 2463 + - uid: 35538 components: - type: Transform - pos: -1.5,43.5 + pos: -88.5,-34.5 parent: 2 - - uid: 14032 + - uid: 35539 components: - type: Transform - pos: 22.5,58.5 + pos: -89.5,-34.5 parent: 2 - - uid: 15393 + - uid: 35540 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,28.5 + pos: -89.5,-35.5 parent: 2 - - uid: 22532 + - uid: 35543 components: - type: Transform - pos: 4.5,-21.5 + pos: -89.5,-39.5 parent: 2 - - uid: 28878 + - uid: 35544 components: - type: Transform - pos: -20.5,51.5 + pos: -89.5,-40.5 parent: 2 - - uid: 40004 + - uid: 35545 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,35.5 + pos: -89.5,-41.5 parent: 2 -- proto: ComputerId - entities: - - uid: 610 + - uid: 35546 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-11.5 + pos: -89.5,-42.5 parent: 2 - - uid: 858 + - uid: 35547 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,55.5 + pos: -89.5,-45.5 parent: 2 - - uid: 1939 + - uid: 35548 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,27.5 + pos: -89.5,-50.5 parent: 2 - - uid: 5760 + - uid: 35549 components: - type: Transform - pos: 44.5,30.5 + pos: -89.5,-52.5 parent: 2 - - uid: 6563 + - uid: 35550 components: - type: Transform - pos: -25.5,-23.5 + pos: -89.5,-53.5 parent: 2 - - uid: 8898 + - uid: 35551 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,18.5 + pos: -89.5,-54.5 parent: 2 - - uid: 18233 + - uid: 35552 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,32.5 + pos: -89.5,-59.5 parent: 2 -- proto: ComputerMassMedia - entities: - - uid: 1552 + - uid: 35553 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-8.5 + pos: -89.5,-63.5 parent: 2 -- proto: ComputerMedicalRecords - entities: - - uid: 196 + - uid: 35554 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-7.5 + pos: -89.5,-62.5 parent: 2 - - uid: 466 + - uid: 35555 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-2.5 + pos: -89.5,-65.5 parent: 2 - - uid: 467 + - uid: 35903 components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.5,-2.5 + pos: -42.5,92.5 parent: 2 - - uid: 4365 + - uid: 36128 components: - type: Transform - pos: 5.5,-9.5 + pos: -18.5,92.5 parent: 2 - - uid: 8379 + - uid: 36144 components: - type: Transform rot: -1.5707963267948966 rad - pos: 13.5,-7.5 + pos: -45.5,92.5 parent: 2 - - uid: 14039 + - uid: 36145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,92.5 + parent: 2 + - uid: 36456 components: - type: Transform rot: 1.5707963267948966 rad - pos: 13.5,57.5 + pos: 32.5,44.5 parent: 2 - - uid: 18018 + - uid: 36924 components: - type: Transform - pos: 4.5,7.5 + rot: 3.141592653589793 rad + pos: -38.5,1.5 parent: 2 - - uid: 22074 + - uid: 36948 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-4.5 + pos: 6.5,46.5 parent: 2 -- proto: ComputerPowerMonitoring - entities: - - uid: 8920 + - uid: 36950 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,16.5 + pos: 5.5,46.5 parent: 2 - - uid: 12436 + - uid: 37026 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-21.5 + rot: 1.5707963267948966 rad + pos: 6.5,-28.5 parent: 2 - - uid: 12594 + - uid: 37127 components: - type: Transform - rot: 3.141592653589793 rad - pos: 87.5,-13.5 + rot: 1.5707963267948966 rad + pos: 32.5,43.5 parent: 2 - - uid: 13934 + - uid: 37202 components: - type: Transform rot: 1.5707963267948966 rad - pos: 14.5,53.5 + pos: 32.5,46.5 parent: 2 - - uid: 19201 + - uid: 37260 components: - type: Transform - pos: 87.5,-19.5 + pos: -24.5,2.5 parent: 2 - - uid: 38707 + - uid: 37322 components: - type: Transform - pos: -58.5,45.5 + pos: -14.5,73.5 parent: 2 -- proto: ComputerRadar - entities: - - uid: 6359 + - uid: 37326 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,-46.5 + pos: -13.5,73.5 parent: 2 - - uid: 6809 + - uid: 37327 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-46.5 + pos: -13.5,76.5 parent: 2 - - uid: 13951 + - uid: 37424 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,52.5 + pos: 32.5,51.5 parent: 2 - - uid: 17013 + - uid: 37608 components: - type: Transform rot: 3.141592653589793 rad - pos: -34.5,-56.5 + pos: -40.5,1.5 parent: 2 - - uid: 40521 + - uid: 37625 components: - type: Transform rot: 3.141592653589793 rad - pos: -36.5,-56.5 + pos: -39.5,0.5 parent: 2 -- proto: ComputerResearchAndDevelopment - entities: - - uid: 4157 + - uid: 37674 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,26.5 + rot: 3.141592653589793 rad + pos: -41.5,0.5 parent: 2 -- proto: ComputerShuttleCargo - entities: - - uid: 6849 + - uid: 37675 components: - type: Transform rot: 3.141592653589793 rad - pos: -16.5,-46.5 + pos: -42.5,0.5 parent: 2 -- proto: ComputerSolarControl - entities: - - uid: 9706 + - uid: 37681 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,40.5 + rot: 3.141592653589793 rad + pos: -40.5,6.5 parent: 2 - - uid: 10413 + - uid: 37895 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-34.5 + rot: 1.5707963267948966 rad + pos: 97.5,-13.5 parent: 2 - - uid: 13469 + - uid: 37896 components: - type: Transform - pos: 56.5,-37.5 + rot: 1.5707963267948966 rad + pos: 97.5,-14.5 parent: 2 -- proto: ComputerStationRecords - entities: - - uid: 857 + - uid: 37897 components: - type: Transform - pos: 51.5,28.5 + rot: 1.5707963267948966 rad + pos: 97.5,-15.5 parent: 2 - - uid: 1522 + - uid: 37898 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,55.5 + pos: 94.5,-8.5 parent: 2 -- proto: ComputerSurveillanceCameraMonitor - entities: - - uid: 5750 + - uid: 37900 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-25.5 + rot: 1.5707963267948966 rad + pos: 97.5,-18.5 parent: 2 - - uid: 5932 + - uid: 37902 components: - type: Transform rot: 1.5707963267948966 rad - pos: -21.5,28.5 + pos: 98.5,-20.5 parent: 2 - - uid: 6409 + - uid: 37903 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,41.5 + rot: 1.5707963267948966 rad + pos: 99.5,-20.5 parent: 2 - - uid: 8814 + - uid: 37904 components: - type: Transform - pos: 18.5,56.5 + rot: 1.5707963267948966 rad + pos: 100.5,-20.5 parent: 2 - - uid: 11224 + - uid: 37905 components: - type: Transform - pos: 6.5,62.5 + rot: 1.5707963267948966 rad + pos: 101.5,-20.5 parent: 2 - - uid: 14054 + - uid: 37906 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,57.5 + rot: 1.5707963267948966 rad + pos: 102.5,-20.5 parent: 2 - - uid: 15641 + - uid: 37907 components: - type: Transform - pos: -19.5,51.5 + rot: 1.5707963267948966 rad + pos: 103.5,-20.5 parent: 2 - - uid: 35724 + - uid: 37908 components: - type: Transform - pos: 5.5,62.5 + rot: 1.5707963267948966 rad + pos: 104.5,-20.5 parent: 2 -- proto: ComputerSurveillanceWirelessCameraMonitor - entities: - - uid: 17657 + - uid: 37909 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,58.5 + rot: 1.5707963267948966 rad + pos: 105.5,-19.5 parent: 2 - - uid: 18324 + - uid: 37910 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-9.5 + rot: 1.5707963267948966 rad + pos: 105.5,-18.5 parent: 2 - - uid: 38841 + - uid: 37911 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,58.5 + pos: 95.5,-8.5 parent: 2 -- proto: ComputerTechnologyDiskTerminal - entities: - - uid: 26245 + - uid: 37912 components: - type: Transform rot: 1.5707963267948966 rad - pos: 36.5,28.5 + pos: 105.5,-16.5 parent: 2 -- proto: ComputerTelevision - entities: - - uid: 612 + - uid: 37913 components: - type: Transform - pos: -6.5,-6.5 + rot: 1.5707963267948966 rad + pos: 105.5,-15.5 parent: 2 - - uid: 745 + - uid: 37914 components: - type: Transform - pos: -21.5,22.5 + rot: 1.5707963267948966 rad + pos: 105.5,-14.5 parent: 2 - - uid: 749 + - uid: 37915 components: - type: Transform - pos: -20.5,22.5 + rot: 1.5707963267948966 rad + pos: 105.5,-13.5 parent: 2 - - uid: 942 + - uid: 37916 components: - type: Transform - pos: 56.5,30.5 + rot: 1.5707963267948966 rad + pos: 104.5,-12.5 parent: 2 - - uid: 1534 + - uid: 37919 components: - type: Transform - pos: -60.5,-4.5 + rot: 1.5707963267948966 rad + pos: 101.5,-12.5 parent: 2 - - uid: 2551 + - uid: 37920 components: - type: Transform - pos: -67.5,11.5 + rot: 1.5707963267948966 rad + pos: 100.5,-12.5 parent: 2 - - uid: 3281 + - uid: 37921 components: - type: Transform - pos: -86.5,-2.5 + rot: 1.5707963267948966 rad + pos: 99.5,-12.5 parent: 2 - - uid: 5682 + - uid: 37922 components: - type: Transform - pos: -96.5,29.5 + rot: 1.5707963267948966 rad + pos: 98.5,-12.5 parent: 2 - - uid: 9138 + - uid: 37923 components: - type: Transform - pos: -14.5,-30.5 + pos: 97.5,-23.5 parent: 2 - - uid: 9142 + - uid: 37937 components: - type: Transform - pos: -44.5,-19.5 + rot: -1.5707963267948966 rad + pos: 88.5,-16.5 parent: 2 - - uid: 9143 + - uid: 37938 components: - type: Transform - pos: -9.5,-18.5 + rot: -1.5707963267948966 rad + pos: 88.5,-17.5 parent: 2 - - uid: 9150 + - uid: 38014 components: - type: Transform - pos: -0.5,-31.5 + rot: 1.5707963267948966 rad + pos: 4.5,-28.5 parent: 2 - - uid: 9315 + - uid: 38025 components: - type: Transform - pos: -25.5,-9.5 + rot: 1.5707963267948966 rad + pos: 8.5,-28.5 parent: 2 - - uid: 15769 + - uid: 38026 components: - type: Transform - pos: -8.5,26.5 + rot: 1.5707963267948966 rad + pos: 9.5,-28.5 parent: 2 - - uid: 19443 + - uid: 38027 components: - type: Transform - pos: 39.5,-25.5 + rot: 1.5707963267948966 rad + pos: 11.5,-26.5 parent: 2 - - uid: 19444 + - uid: 38028 components: - type: Transform - pos: 58.5,-38.5 + rot: 1.5707963267948966 rad + pos: 12.5,-26.5 parent: 2 - - uid: 19447 + - uid: 38029 components: - type: Transform - pos: 32.5,24.5 + pos: 13.5,-26.5 parent: 2 - - uid: 19448 + - uid: 38030 components: - type: Transform - pos: 10.5,50.5 + pos: 14.5,-26.5 parent: 2 - - uid: 19449 + - uid: 38031 components: - type: Transform - pos: 14.5,40.5 + pos: 16.5,-26.5 parent: 2 - - uid: 19450 + - uid: 38032 components: - type: Transform - pos: -5.5,61.5 + pos: 17.5,-26.5 parent: 2 - - uid: 19456 + - uid: 38033 components: - type: Transform - pos: -97.5,13.5 + pos: 18.5,-26.5 parent: 2 - - uid: 19458 + - uid: 38034 components: - type: Transform - pos: -79.5,22.5 + pos: 19.5,-26.5 parent: 2 - - uid: 21463 + - uid: 38035 components: - type: Transform - pos: -1.5,23.5 + pos: 20.5,-26.5 parent: 2 - - uid: 22623 + - uid: 38036 components: - type: Transform - pos: -96.5,-1.5 + pos: 21.5,-26.5 parent: 2 - - uid: 30542 + - uid: 38037 components: - type: Transform - pos: -19.5,22.5 + pos: 22.5,-26.5 parent: 2 - - uid: 40408 + - uid: 38038 components: - type: Transform - pos: -23.5,56.5 + pos: 23.5,-26.5 parent: 2 -- proto: ContainmentFieldGenerator - entities: - - uid: 8191 + - uid: 38039 components: - type: Transform - pos: 65.5,44.5 + pos: 24.5,-26.5 parent: 2 - - uid: 8192 + - uid: 38046 components: - type: Transform - pos: 64.5,43.5 + rot: -1.5707963267948966 rad + pos: -73.5,21.5 parent: 2 - - uid: 28048 + - uid: 38047 components: - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,44.5 + pos: -75.5,21.5 parent: 2 - - uid: 32177 + - uid: 38048 components: - type: Transform - anchored: False - pos: 108.94252,-22.656994 + pos: -76.5,21.5 parent: 2 - - type: Physics - bodyType: Dynamic - - uid: 32178 + - uid: 38049 components: - type: Transform - pos: 105.5,-20.5 + pos: -77.5,21.5 parent: 2 - - uid: 32240 + - uid: 38083 components: - type: Transform - anchored: False - rot: 0.6052636504173279 rad - pos: 107.91734,-10.484854 + rot: -1.5707963267948966 rad + pos: -76.5,18.5 parent: 2 - - type: Physics - bodyType: Dynamic - - uid: 32246 + - uid: 38084 components: - type: Transform - pos: 97.5,-12.5 + rot: -1.5707963267948966 rad + pos: -76.5,17.5 parent: 2 -- proto: ConveyorBelt - entities: - - uid: 812 + - uid: 38085 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-18.5 + rot: -1.5707963267948966 rad + pos: -77.5,17.5 parent: 2 - - uid: 1096 + - uid: 38086 components: - type: Transform - pos: -18.5,-35.5 + rot: -1.5707963267948966 rad + pos: -78.5,17.5 parent: 2 - - type: DeviceLinkSink - links: - - 20721 - - uid: 1113 + - uid: 38087 components: - type: Transform - pos: -18.5,-33.5 + rot: -1.5707963267948966 rad + pos: -78.5,18.5 parent: 2 - - type: DeviceLinkSink - links: - - 20721 - - uid: 1153 + - uid: 38150 components: - type: Transform - pos: -18.5,-38.5 + pos: 93.5,-22.5 parent: 2 - - type: DeviceLinkSink - links: - - 20721 - - uid: 1303 + - uid: 38152 components: - type: Transform - pos: -18.5,-34.5 + rot: -1.5707963267948966 rad + pos: 70.5,-26.5 parent: 2 - - type: DeviceLinkSink - links: - - 20721 - - uid: 1335 + - uid: 38898 components: - type: Transform - pos: -18.5,-36.5 + rot: -1.5707963267948966 rad + pos: 10.5,-40.5 parent: 2 - - type: DeviceLinkSink - links: - - 20721 - - uid: 1443 + - uid: 38899 components: - type: Transform - pos: -18.5,-39.5 + rot: -1.5707963267948966 rad + pos: 10.5,-41.5 parent: 2 - - type: DeviceLinkSink - links: - - 20721 - - uid: 2261 + - uid: 38901 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-40.5 + rot: -1.5707963267948966 rad + pos: 10.5,-42.5 parent: 2 - - type: DeviceLinkSink - links: - - 3283 - - uid: 2315 + - uid: 39288 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-40.5 + pos: 93.5,-24.5 parent: 2 - - type: DeviceLinkSink - links: - - 3283 - - uid: 2326 + - uid: 39649 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-40.5 + pos: 93.5,-12.5 parent: 2 - - type: DeviceLinkSink - links: - - 3283 - - uid: 2395 + - uid: 39650 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-40.5 + pos: 93.5,-11.5 parent: 2 - - type: DeviceLinkSink - links: - - 3283 - - uid: 2925 + - uid: 39769 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-18.5 + pos: 65.5,-27.5 parent: 2 - - uid: 2961 + - uid: 39782 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-40.5 + pos: -36.5,-53.5 parent: 2 - - type: DeviceLinkSink - links: - - 3283 - - uid: 3282 + - uid: 39785 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-40.5 + pos: -35.5,-42.5 parent: 2 - - type: DeviceLinkSink - links: - - 3283 - - uid: 3338 + - uid: 39786 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-40.5 + pos: -35.5,-43.5 parent: 2 - - type: DeviceLinkSink - links: - - 3283 - - uid: 3493 + - uid: 39787 components: - type: Transform - pos: -18.5,-46.5 + pos: -35.5,-44.5 parent: 2 - - type: DeviceLinkSink - links: - - 11872 - - uid: 6358 + - uid: 39788 components: - type: Transform - pos: -18.5,-41.5 + pos: -35.5,-45.5 parent: 2 - - type: DeviceLinkSink - links: - - 20721 - - uid: 6620 + - uid: 39789 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-18.5 + pos: -35.5,-46.5 parent: 2 - - uid: 6705 + - uid: 39790 components: - type: Transform - pos: -18.5,-47.5 + pos: -35.5,-47.5 parent: 2 - - type: DeviceLinkSink - links: - - 11872 - - uid: 6733 + - uid: 39791 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-41.5 + pos: -35.5,-48.5 parent: 2 - - type: DeviceLinkSink - links: - - 28204 - - uid: 6781 + - uid: 39792 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-18.5 + pos: -35.5,-49.5 parent: 2 - - uid: 6782 + - uid: 39793 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-33.5 + pos: -35.5,-50.5 parent: 2 - - type: DeviceLinkSink - links: - - 28204 - - uid: 6783 + - uid: 39794 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-32.5 + pos: -35.5,-51.5 parent: 2 - - type: DeviceLinkSink - links: - - 28204 - - uid: 6866 + - uid: 39795 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-38.5 + pos: -35.5,-52.5 parent: 2 - - type: DeviceLinkSink - links: - - 28204 - - uid: 6961 + - uid: 39799 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-22.5 + pos: -34.5,-42.5 parent: 2 - - type: DeviceLinkSink - links: - - 28204 - - uid: 6963 + - uid: 39800 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-26.5 + pos: -34.5,-43.5 parent: 2 - - type: DeviceLinkSink - links: - - 28204 - - uid: 8181 + - uid: 39801 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-23.5 + pos: -34.5,-44.5 parent: 2 - - type: DeviceLinkSink - links: - - 28204 - - uid: 8182 + - uid: 39802 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-37.5 + pos: -34.5,-45.5 parent: 2 - - type: DeviceLinkSink - links: - - 28204 - - uid: 9505 + - uid: 39803 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,52.5 + pos: -34.5,-46.5 parent: 2 - - type: DeviceLinkSink - links: - - 10478 - - uid: 9598 + - uid: 39804 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-46.5 + pos: -34.5,-47.5 parent: 2 - - type: DeviceLinkSink - links: - - 11344 - - uid: 10338 + - uid: 39805 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-48.5 + pos: -34.5,-48.5 parent: 2 - - type: DeviceLinkSink - links: - - 11344 - - uid: 10622 + - uid: 39806 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-24.5 + pos: -34.5,-49.5 parent: 2 - - type: DeviceLinkSink - links: - - 28204 - - uid: 10624 + - uid: 39807 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-25.5 + pos: -34.5,-50.5 parent: 2 - - type: DeviceLinkSink - links: - - 28204 - - uid: 10647 + - uid: 39808 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-35.5 + pos: -34.5,-51.5 parent: 2 - - type: DeviceLinkSink - links: - - 28204 - - uid: 11171 + - uid: 39809 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-39.5 + pos: -34.5,-52.5 parent: 2 - - type: DeviceLinkSink - links: - - 28204 - - uid: 11645 + - uid: 39810 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-49.5 + pos: -34.5,-53.5 parent: 2 - - type: DeviceLinkSink - links: - - 11344 - - uid: 11837 + - uid: 39864 components: - type: Transform - pos: -18.5,-48.5 + pos: 96.5,-8.5 parent: 2 - - type: DeviceLinkSink - links: - - 11872 - - uid: 11875 + - uid: 39865 components: - type: Transform - pos: -18.5,-49.5 + pos: 97.5,-8.5 parent: 2 - - type: DeviceLinkSink - links: - - 11872 - - uid: 13752 + - uid: 39866 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,2.5 + pos: 98.5,-8.5 parent: 2 - - type: DeviceLinkSink - links: - - 38734 - - uid: 13753 + - uid: 39867 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,2.5 + pos: 99.5,-8.5 parent: 2 - - type: DeviceLinkSink - links: - - 38734 - - uid: 13755 + - uid: 39868 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,2.5 + pos: 100.5,-8.5 parent: 2 - - type: DeviceLinkSink - links: - - 38734 - - uid: 13760 + - uid: 39869 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,2.5 + pos: 101.5,-8.5 parent: 2 - - type: DeviceLinkSink - links: - - 38734 - - uid: 16629 + - uid: 39870 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-47.5 + pos: 102.5,-8.5 parent: 2 - - type: DeviceLinkSink - links: - - 11344 - - uid: 16640 + - uid: 39871 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-36.5 + pos: 103.5,-8.5 parent: 2 - - type: DeviceLinkSink - links: - - 28204 - - uid: 19089 + - uid: 39872 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,2.5 + pos: 104.5,-8.5 parent: 2 - - type: DeviceLinkSink - links: - - 38734 - - uid: 19091 + - uid: 39873 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,2.5 + pos: 105.5,-8.5 parent: 2 - - type: DeviceLinkSink - links: - - 38734 - - uid: 19128 + - uid: 39874 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,2.5 + pos: 106.5,-8.5 parent: 2 - - type: DeviceLinkSink - links: - - 38734 - - uid: 21018 + - uid: 39875 components: - type: Transform - pos: -18.5,-37.5 + pos: 107.5,-8.5 parent: 2 - - type: DeviceLinkSink - links: - - 20721 - - uid: 21164 + - uid: 39876 components: - type: Transform - pos: -18.5,-26.5 + pos: 108.5,-8.5 parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 20721 - - uid: 22862 + - uid: 39877 components: - type: Transform - pos: -18.5,-32.5 + pos: 109.5,-8.5 parent: 2 - - type: DeviceLinkSink - links: - - 20721 - - uid: 23544 + - uid: 39878 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-40.5 + pos: 109.5,-9.5 parent: 2 - - type: DeviceLinkSink - links: - - 28204 - - uid: 23857 + - uid: 39879 components: - type: Transform - pos: -18.5,-30.5 + pos: 109.5,-10.5 parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 20721 - - uid: 26697 + - uid: 39880 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-40.5 + pos: 109.5,-11.5 parent: 2 - - type: DeviceLinkSink - links: - - 3283 - - uid: 27301 + - uid: 39881 components: - type: Transform - pos: -18.5,-40.5 + pos: 109.5,-12.5 parent: 2 - - type: DeviceLinkSink - links: - - 20721 - - uid: 28201 + - uid: 39882 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-40.5 + pos: 109.5,-13.5 parent: 2 - - type: DeviceLinkSink - links: - - 3283 - - uid: 28205 + - uid: 39883 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-18.5 + pos: 109.5,-14.5 parent: 2 - - uid: 28998 + - uid: 39884 components: - type: Transform - pos: -18.5,-27.5 + pos: 109.5,-15.5 parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 20721 - - uid: 29725 + - uid: 39885 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,2.5 + pos: 109.5,-16.5 parent: 2 - - type: DeviceLinkSink - links: - - 38734 - - uid: 29964 + - uid: 39886 components: - type: Transform - pos: -18.5,-28.5 + pos: 109.5,-17.5 parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 20721 - - uid: 29965 + - uid: 39887 components: - type: Transform - pos: -18.5,-29.5 + pos: 109.5,-18.5 parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 20721 - - uid: 29980 + - uid: 39888 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-34.5 + pos: 109.5,-19.5 parent: 2 - - type: DeviceLinkSink - links: - - 28204 - - uid: 31645 + - uid: 39889 components: - type: Transform - pos: -18.5,-31.5 + pos: 109.5,-20.5 parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 20721 - - uid: 31776 + - uid: 39890 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-31.5 + pos: 109.5,-21.5 parent: 2 - - type: DeviceLinkSink - links: - - 28204 - - uid: 31777 + - uid: 39891 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-30.5 + pos: 109.5,-22.5 parent: 2 - - type: DeviceLinkSink - links: - - 28204 - - uid: 31778 + - uid: 39892 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-29.5 + pos: 109.5,-23.5 parent: 2 - - type: DeviceLinkSink - links: - - 28204 - - uid: 31779 + - uid: 39893 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-28.5 + pos: 109.5,-24.5 parent: 2 - - type: DeviceLinkSink - links: - - 28204 - - uid: 31780 + - uid: 39894 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-27.5 + pos: 108.5,-24.5 parent: 2 - - type: DeviceLinkSink - links: - - 28204 - - uid: 36047 + - uid: 39895 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,52.5 + pos: 107.5,-24.5 parent: 2 - - type: DeviceLinkSink - links: - - 10478 - - uid: 36048 + - uid: 39896 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,51.5 + pos: 106.5,-24.5 parent: 2 - - type: DeviceLinkSink - links: - - 10478 - - uid: 36049 + - uid: 39897 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,51.5 + pos: 105.5,-24.5 parent: 2 - - type: DeviceLinkSink - links: - - 10478 - - uid: 39813 + - uid: 39898 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-43.5 + pos: 104.5,-24.5 parent: 2 - - type: DeviceLinkSink - links: - - 39827 - - uid: 39814 + - uid: 39899 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-44.5 + pos: 103.5,-24.5 parent: 2 - - type: DeviceLinkSink - links: - - 39827 - - uid: 39815 + - uid: 39900 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-45.5 + pos: 102.5,-24.5 parent: 2 - - type: DeviceLinkSink - links: - - 39827 - - uid: 39816 + - uid: 39901 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-46.5 + pos: 101.5,-24.5 parent: 2 - - type: DeviceLinkSink - links: - - 39827 - - uid: 39817 + - uid: 39902 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-47.5 + pos: 100.5,-24.5 parent: 2 - - type: DeviceLinkSink - links: - - 39827 - - uid: 39818 + - uid: 39903 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-48.5 + pos: 99.5,-24.5 parent: 2 - - type: DeviceLinkSink - links: - - 39827 - - uid: 39819 + - uid: 39904 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-49.5 + pos: 98.5,-24.5 parent: 2 - - type: DeviceLinkSink - links: - - 39827 - - uid: 39820 + - uid: 39905 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-50.5 + pos: 105.5,-23.5 parent: 2 - - type: DeviceLinkSink - links: - - 39827 - - uid: 39821 + - uid: 39906 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-51.5 + pos: 105.5,-9.5 parent: 2 - - type: DeviceLinkSink - links: - - 39827 - - uid: 39822 + - uid: 39907 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-52.5 + pos: 97.5,-9.5 parent: 2 - - type: DeviceLinkSink - links: - - 39827 - - uid: 40407 + - uid: 40050 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,51.5 + pos: -41.5,2.5 parent: 2 - - type: DeviceLinkSink - links: - - 10478 - - uid: 40499 + - uid: 40051 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,52.5 + pos: -40.5,2.5 parent: 2 - - type: DeviceLinkSink - links: - - 10478 - - uid: 40500 + - uid: 40052 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,51.5 + pos: -39.5,2.5 parent: 2 - - type: DeviceLinkSink - links: - - 10478 - - uid: 40501 + - uid: 40053 components: - type: Transform - pos: -29.5,52.5 + pos: -38.5,2.5 parent: 2 - - type: DeviceLinkSink - links: - - 10478 - - uid: 40511 + - uid: 40054 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,52.5 + pos: -37.5,2.5 parent: 2 - - type: DeviceLinkSink - links: - - 10478 - - uid: 40513 + - uid: 40055 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,51.5 + pos: -36.5,2.5 parent: 2 - - type: DeviceLinkSink - links: - - 10478 -- proto: CourierBag - entities: - - uid: 22394 + - uid: 40056 components: - type: Transform - pos: -7.2791405,-25.252836 + pos: -35.5,2.5 parent: 2 - - uid: 35849 + - uid: 40057 components: - type: Transform - pos: -7.1541405,-25.354399 + pos: -34.5,2.5 parent: 2 -- proto: CrateArtifactContainer - entities: - - uid: 9231 + - uid: 40442 components: - type: Transform - pos: 34.5,51.5 + pos: 64.5,-27.5 parent: 2 - - uid: 9540 + - uid: 40657 components: - type: Transform - pos: 35.5,51.5 + pos: -18.5,66.5 parent: 2 -- proto: CrateCoffin - entities: - - uid: 20954 + - uid: 40658 components: - type: Transform - pos: 88.5,37.5 + pos: -18.5,67.5 parent: 2 - - uid: 37606 + - uid: 40659 components: - type: Transform - pos: -30.5,-37.5 + pos: -18.5,68.5 parent: 2 -- proto: CrateCommandSecure - entities: - - uid: 22615 + - uid: 40660 components: - type: Transform - pos: 21.5,58.5 + pos: -18.5,69.5 parent: 2 -- proto: CrateContrabandStorageSecure - entities: - - uid: 21804 + - uid: 40661 components: - type: Transform - pos: -27.5,36.5 + pos: -18.5,70.5 parent: 2 - - uid: 39305 + - uid: 40668 components: - type: Transform - pos: -27.5,33.5 + pos: -18.5,72.5 parent: 2 -- proto: CrateEmptySpawner - entities: - - uid: 2239 + - uid: 40672 components: - type: Transform - pos: 43.5,-27.5 + pos: -18.5,73.5 parent: 2 - - uid: 6774 + - uid: 40675 components: - type: Transform - pos: -21.5,-43.5 + pos: -12.5,79.5 parent: 2 - - uid: 12444 + - uid: 40676 components: - type: Transform - pos: 11.5,-32.5 + pos: -11.5,79.5 parent: 2 - - uid: 21105 + - uid: 40677 components: - type: Transform - pos: -34.5,-2.5 + pos: -10.5,79.5 parent: 2 - - uid: 21106 + - uid: 40678 components: - type: Transform - pos: 36.5,13.5 + pos: -9.5,79.5 parent: 2 - - uid: 21112 + - uid: 40679 components: - type: Transform - pos: -32.5,-22.5 + pos: -8.5,79.5 parent: 2 - - uid: 21113 + - uid: 40680 components: - type: Transform - pos: -62.5,-27.5 + pos: -7.5,79.5 parent: 2 - - uid: 21114 + - uid: 40681 components: - type: Transform - pos: -65.5,1.5 + pos: -6.5,79.5 parent: 2 - - uid: 22774 + - uid: 40682 components: - type: Transform - pos: 65.5,-31.5 + pos: -5.5,79.5 parent: 2 - - uid: 33826 + - uid: 40683 components: - type: Transform - pos: -22.5,-5.5 + pos: -4.5,79.5 parent: 2 -- proto: CrateEngineeringCableBulk - entities: - - uid: 9660 + - uid: 40684 components: - type: Transform - pos: -63.5,22.5 + pos: -3.5,79.5 parent: 2 -- proto: CrateEngineeringCableHV - entities: - - uid: 9855 + - uid: 40685 components: - type: Transform - pos: -66.5,38.5 + pos: -2.5,79.5 parent: 2 - - uid: 13517 + - uid: 40686 components: - type: Transform - pos: -65.5,38.5 + pos: -1.5,79.5 parent: 2 -- proto: CrateEngineeringSolar - entities: - - uid: 8357 + - uid: 40689 components: - type: Transform - pos: -65.5,-28.5 + pos: -17.5,68.5 parent: 2 - - uid: 8363 + - uid: 40690 components: - type: Transform - pos: -67.5,-25.5 + pos: -13.5,79.5 parent: 2 - - uid: 9850 + - uid: 40707 components: - type: Transform - pos: -60.5,38.5 + pos: -13.5,78.5 parent: 2 - - uid: 9851 + - uid: 42723 components: - type: Transform - pos: -61.5,38.5 + pos: -17.5,73.5 parent: 2 - - uid: 9852 + - uid: 43508 components: - type: Transform - pos: -62.5,38.5 + rot: 3.141592653589793 rad + pos: -89.5,-70.5 parent: 2 - - uid: 9853 + - uid: 43509 components: - type: Transform - pos: -63.5,38.5 + rot: 3.141592653589793 rad + pos: -89.5,-77.5 parent: 2 - - uid: 11229 + - uid: 43510 components: - type: Transform - pos: -66.5,-24.5 + rot: 3.141592653589793 rad + pos: -89.5,-76.5 parent: 2 - - uid: 13691 + - uid: 43511 components: - type: Transform - pos: 55.5,-40.5 + rot: 3.141592653589793 rad + pos: -89.5,-84.5 parent: 2 - - uid: 20503 +- proto: Chair + entities: + - uid: 1105 components: - type: Transform - pos: 53.5,-36.5 + rot: 1.5707963267948966 rad + pos: -47.5,-17.5 parent: 2 - - uid: 35083 + - uid: 1107 components: - type: Transform - pos: 54.5,-39.5 + pos: -46.5,-16.5 parent: 2 - - uid: 35084 + - uid: 1111 components: - type: Transform - pos: 58.5,-39.5 + rot: 3.141592653589793 rad + pos: -46.5,-18.5 parent: 2 -- proto: CrateFilledSpawner - entities: - - uid: 383 + - uid: 1213 components: - type: Transform - pos: -42.5,27.5 + pos: 24.5,-4.5 parent: 2 - - uid: 4789 + - uid: 1214 components: - type: Transform - pos: 5.5,-27.5 + pos: 24.5,-7.5 parent: 2 - - uid: 6412 + - uid: 1215 components: - type: Transform - pos: 35.5,43.5 + pos: 24.5,-10.5 parent: 2 - - uid: 9334 + - uid: 1334 components: - type: Transform - pos: -13.5,-5.5 + rot: 3.141592653589793 rad + pos: -37.5,56.5 parent: 2 - - uid: 13234 + - uid: 1829 components: - type: Transform - pos: 78.5,3.5 + pos: 13.5,-19.5 parent: 2 - - uid: 16006 + - uid: 2341 components: - type: Transform - pos: -1.5,31.5 + rot: -1.5707963267948966 rad + pos: -96.5,21.5 parent: 2 - - uid: 20927 + - uid: 2734 components: - type: Transform - pos: -53.5,-36.5 + rot: 3.141592653589793 rad + pos: -17.5,32.5 parent: 2 - - uid: 21030 + - uid: 2735 components: - type: Transform - pos: 36.5,14.5 + rot: 3.141592653589793 rad + pos: -16.5,32.5 parent: 2 - - uid: 21079 + - uid: 2782 components: - type: Transform - pos: 10.5,32.5 + rot: -1.5707963267948966 rad + pos: -96.5,-4.5 parent: 2 - - uid: 21083 + - uid: 2984 components: - type: Transform - pos: -31.5,10.5 + rot: -1.5707963267948966 rad + pos: -96.5,-10.5 parent: 2 - - uid: 21085 + - uid: 2986 components: - type: Transform - pos: -65.5,2.5 + rot: -1.5707963267948966 rad + pos: -96.5,-8.5 parent: 2 - - uid: 21086 + - uid: 3053 components: - type: Transform - pos: -64.5,-18.5 + rot: -1.5707963267948966 rad + pos: -96.5,-7.5 parent: 2 - - uid: 21088 + - uid: 3151 components: - type: Transform - pos: -7.5,-35.5 + pos: 43.5,44.5 parent: 2 - - uid: 23621 + - uid: 3614 components: - type: Transform - pos: -67.5,3.5 + rot: -1.5707963267948966 rad + pos: -97.5,12.5 parent: 2 - - uid: 25260 + - uid: 3677 components: - type: Transform - pos: -21.5,-18.5 + rot: 1.5707963267948966 rad + pos: -50.5,21.5 parent: 2 - - uid: 27505 + - uid: 3748 components: - type: Transform - pos: -19.5,-44.5 + rot: 1.5707963267948966 rad + pos: -44.5,56.5 parent: 2 - - uid: 27694 + - uid: 3796 components: - type: Transform - pos: 61.5,-31.5 + rot: -1.5707963267948966 rad + pos: -97.5,-4.5 parent: 2 - - uid: 28647 + - uid: 4552 components: - type: Transform - pos: 39.5,0.5 + pos: 44.5,44.5 parent: 2 - - uid: 36746 + - uid: 5475 components: - type: Transform - pos: 61.5,74.5 + rot: 1.5707963267948966 rad + pos: 45.5,26.5 parent: 2 - - uid: 36750 + - uid: 5476 components: - type: Transform - pos: 102.5,74.5 + rot: 1.5707963267948966 rad + pos: 45.5,25.5 parent: 2 - - uid: 36751 + - uid: 5477 components: - type: Transform - pos: 103.5,59.5 + rot: 1.5707963267948966 rad + pos: 45.5,24.5 parent: 2 - - uid: 36752 + - uid: 5978 components: - type: Transform - pos: 83.5,41.5 + pos: 42.5,44.5 parent: 2 - - uid: 36753 + - uid: 6810 components: - type: Transform - pos: 71.5,43.5 + rot: 1.5707963267948966 rad + pos: -47.5,-21.5 parent: 2 - - uid: 36754 + - uid: 7143 components: - type: Transform - pos: 93.5,16.5 + rot: 1.5707963267948966 rad + pos: -43.5,-21.5 parent: 2 -- proto: CrateFoodBarSupply - entities: - - uid: 12398 + - uid: 7146 components: - type: Transform - pos: -37.5,-26.5 + rot: 1.5707963267948966 rad + pos: -43.5,-17.5 parent: 2 -- proto: CrateFoodDinnerware - entities: - - uid: 6309 + - uid: 7148 components: - type: Transform - pos: -49.5,-11.5 + rot: -1.5707963267948966 rad + pos: -45.5,-17.5 parent: 2 - - uid: 40507 + - uid: 7149 components: - type: Transform - pos: -22.5,58.5 + rot: -1.5707963267948966 rad + pos: -41.5,-17.5 parent: 2 -- proto: CrateFreezer - entities: - - uid: 23538 + - uid: 7152 components: - type: Transform - pos: -50.5,-11.5 + rot: -1.5707963267948966 rad + pos: -41.5,-21.5 parent: 2 -- proto: CrateFunInstrumentsVariety - entities: - - uid: 27386 + - uid: 7153 components: - type: Transform - pos: 74.5,-11.5 + rot: -1.5707963267948966 rad + pos: -45.5,-21.5 parent: 2 - - uid: 40510 + - uid: 7154 components: - type: Transform - pos: -35.5,58.5 + rot: 3.141592653589793 rad + pos: -46.5,-22.5 parent: 2 -- proto: CrateFunPlushie - entities: - - uid: 34039 + - uid: 7155 components: - type: Transform - pos: -67.5,14.5 + rot: 3.141592653589793 rad + pos: -42.5,-18.5 parent: 2 - - uid: 34040 + - uid: 7157 components: - type: Transform - pos: -67.5,15.5 + pos: -42.5,-16.5 parent: 2 -- proto: CrateHydroponicsSeeds - entities: - - uid: 4253 + - uid: 7160 components: - type: Transform - pos: -31.5,61.5 + pos: -42.5,-20.5 parent: 2 -- proto: CrateHydroSecure - entities: - - uid: 18444 + - uid: 7161 components: - type: Transform - pos: -54.5,1.5 + pos: -46.5,-20.5 parent: 2 -- proto: CrateLivestock - entities: - - uid: 3090 + - uid: 7162 components: - type: Transform - pos: -52.5,-5.5 + rot: 3.141592653589793 rad + pos: -42.5,-22.5 parent: 2 - - uid: 6304 + - uid: 8125 components: - type: Transform - pos: -55.5,-5.5 + pos: -85.5,-5.5 parent: 2 - - uid: 33078 + - uid: 8126 components: - type: Transform - pos: 61.5,80.5 + pos: -84.5,-5.5 parent: 2 - - uid: 36749 + - uid: 8132 components: - type: Transform - pos: 83.5,80.5 + rot: -1.5707963267948966 rad + pos: -98.5,11.5 parent: 2 -- proto: CrateNPCHamlet - entities: - - uid: 30921 + - uid: 8133 components: - type: Transform - pos: 13.5,50.5 + rot: -1.5707963267948966 rad + pos: -98.5,10.5 parent: 2 -- proto: CrateScienceSecure - entities: - - uid: 3992 + - uid: 8135 components: - type: Transform - pos: 34.5,25.5 + rot: -1.5707963267948966 rad + pos: -98.5,8.5 parent: 2 - - uid: 5312 + - uid: 8136 components: - type: Transform - pos: 34.5,24.5 + rot: -1.5707963267948966 rad + pos: -98.5,7.5 parent: 2 - - type: Lock - locked: False -- proto: CrateSecurityNonlethal - entities: - - uid: 15914 + - uid: 8141 components: - type: Transform - pos: -7.5,43.5 + rot: 3.141592653589793 rad + pos: -85.5,22.5 parent: 2 -- proto: CrateServiceJanitorialSupplies - entities: - - uid: 1013 + - uid: 8142 components: - type: Transform - pos: 33.5,-2.5 + rot: 3.141592653589793 rad + pos: -84.5,22.5 parent: 2 -- proto: CrateServicePersonnel - entities: - - uid: 5718 + - uid: 8143 components: - type: Transform - pos: 13.5,27.5 + rot: 3.141592653589793 rad + pos: -83.5,22.5 parent: 2 -- proto: CrateServiceTheatre - entities: - - uid: 27629 + - uid: 8144 components: - type: Transform - pos: 75.5,-11.5 + rot: 3.141592653589793 rad + pos: -82.5,22.5 parent: 2 -- proto: CrayonMime - entities: - - uid: 3707 + - uid: 9092 components: - type: Transform - pos: -81.752846,1.8026085 + rot: 3.141592653589793 rad + pos: -87.5,22.5 parent: 2 - - uid: 3926 + - uid: 9468 components: - type: Transform - pos: -81.29972,1.5213585 + rot: -1.5707963267948966 rad + pos: -42.5,56.5 parent: 2 - - uid: 3927 + - uid: 9564 components: - type: Transform - pos: -81.565346,1.6619835 + rot: 1.5707963267948966 rad + pos: -17.5,56.5 parent: 2 -- proto: Crematorium - entities: - - uid: 7783 + - uid: 9635 components: - type: Transform - pos: 69.5,30.5 + rot: -1.5707963267948966 rad + pos: -21.5,53.5 parent: 2 -- proto: CrewMonitoringServer - entities: - - uid: 6823 + - uid: 11156 components: - type: Transform - pos: -6.5,-2.5 + pos: 33.5,-10.5 parent: 2 - - type: SingletonDeviceNetServer - active: False - available: False -- proto: CrowbarRed - entities: - - uid: 650 + - uid: 11202 components: - type: Transform - pos: -32.526505,32.76739 + rot: -1.5707963267948966 rad + pos: -27.5,50.5 parent: 2 - - uid: 1503 + - uid: 11206 components: - type: Transform - pos: -8.562024,-11.246856 + rot: 1.5707963267948966 rad + pos: -23.5,53.5 parent: 2 - - uid: 1644 + - uid: 11222 components: - type: Transform - pos: 33.541424,5.472056 + rot: -1.5707963267948966 rad + pos: -97.5,27.5 parent: 2 - - uid: 1947 + - uid: 11298 components: - type: Transform - pos: 14.496862,30.623743 + rot: 1.5707963267948966 rad + pos: 5.5,-7.5 parent: 2 - - uid: 2061 + - uid: 11392 components: - type: Transform rot: 1.5707963267948966 rad - pos: -6.3369417,-40.460457 + pos: -17.5,55.5 parent: 2 - - uid: 5592 + - uid: 11395 components: - type: Transform - pos: 43.77388,30.490349 + pos: 33.5,-7.5 parent: 2 - - uid: 5595 + - uid: 11512 components: - type: Transform - pos: 46.555542,34.766357 + rot: 3.141592653589793 rad + pos: 12.5,-5.5 parent: 2 - - uid: 5622 + - uid: 11548 components: - type: Transform - pos: 36.065853,23.428886 + rot: 3.141592653589793 rad + pos: 11.5,-5.5 parent: 2 - - uid: 6065 + - uid: 11637 components: - type: Transform - pos: 16.464579,27.342636 + rot: 1.5707963267948966 rad + pos: -17.5,54.5 parent: 2 - - uid: 6066 + - uid: 12333 components: - type: Transform - pos: 16.628641,27.143417 + rot: 3.141592653589793 rad + pos: -59.5,12.5 parent: 2 - - uid: 6067 + - uid: 12336 components: - type: Transform - pos: 21.386454,27.436386 + rot: 3.141592653589793 rad + pos: -60.5,12.5 parent: 2 - - uid: 6068 + - uid: 12479 components: - type: Transform - pos: 21.585672,27.237167 + rot: 3.141592653589793 rad + pos: -61.5,12.5 parent: 2 - - uid: 6864 + - uid: 13001 components: - type: Transform - pos: -28.531511,-23.315823 + rot: 3.141592653589793 rad + pos: -67.5,29.5 parent: 2 - - uid: 8709 + - uid: 13025 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.840473,32.5603 + rot: 3.141592653589793 rad + pos: -58.5,12.5 parent: 2 - - uid: 9046 + - uid: 13071 + components: + - type: Transform + pos: 10.5,-50.5 + parent: 2 + - uid: 13072 + components: + - type: Transform + pos: -7.5,-50.5 + parent: 2 + - uid: 13193 components: - type: Transform rot: -1.5707963267948966 rad - pos: -57.493,26.153646 + pos: -47.5,21.5 parent: 2 - - uid: 14257 + - uid: 13337 components: - type: Transform - pos: 27.488392,55.664364 + rot: -1.5707963267948966 rad + pos: -97.5,26.5 parent: 2 - - uid: 30530 + - uid: 13338 components: - type: Transform - pos: -7.4310007,18.61997 + rot: -1.5707963267948966 rad + pos: -97.5,23.5 parent: 2 - - uid: 33684 + - uid: 13340 components: - type: Transform - pos: -11.020447,31.584354 + rot: 3.141592653589793 rad + pos: -83.5,21.5 parent: 2 - - uid: 34983 + - uid: 13342 components: - type: Transform - pos: 33.450867,5.6835036 + rot: -1.5707963267948966 rad + pos: -97.5,9.5 parent: 2 - - uid: 36626 + - uid: 13343 components: - type: Transform rot: -1.5707963267948966 rad - pos: 99.61327,60.97235 + pos: -97.5,6.5 parent: 2 - - uid: 37614 + - uid: 13345 components: - type: Transform - pos: -35.38185,-26.814552 + rot: -1.5707963267948966 rad + pos: -97.5,-6.5 parent: 2 -- proto: CryogenicSleepUnit - entities: - - uid: 920 + - uid: 13346 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-5.5 + rot: -1.5707963267948966 rad + pos: -97.5,-8.5 parent: 2 - - uid: 926 + - uid: 13347 components: - type: Transform rot: -1.5707963267948966 rad - pos: 34.5,-11.5 + pos: -97.5,-9.5 parent: 2 - - uid: 927 + - uid: 13789 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-11.5 + pos: 84.5,41.5 parent: 2 - - uid: 22030 + - uid: 13970 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,-8.5 + pos: 8.5,-50.5 parent: 2 - - uid: 22031 + - uid: 13971 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-8.5 + pos: -6.5,-50.5 parent: 2 - - uid: 22032 + - uid: 13972 + components: + - type: Transform + pos: -5.5,-50.5 + parent: 2 + - uid: 13973 + components: + - type: Transform + pos: 9.5,-50.5 + parent: 2 + - uid: 14286 components: - type: Transform rot: -1.5707963267948966 rad - pos: 34.5,-5.5 + pos: -27.5,49.5 parent: 2 -- proto: CryogenicSleepUnitSpawnerPrisoner - entities: - - uid: 94 + - uid: 15209 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,61.5 + rot: -1.5707963267948966 rad + pos: -20.5,55.5 parent: 2 - - uid: 425 + - uid: 15254 components: - type: Transform rot: 1.5707963267948966 rad - pos: -13.5,62.5 + pos: 4.5,70.5 parent: 2 -- proto: CryoPod - entities: - - uid: 1166 + - uid: 15546 components: - type: Transform - pos: 12.5,18.5 + rot: 3.141592653589793 rad + pos: -20.5,32.5 parent: 2 - - uid: 1274 + - uid: 15547 components: - type: Transform - pos: 14.5,18.5 + rot: 3.141592653589793 rad + pos: -21.5,32.5 parent: 2 - - uid: 1278 + - uid: 15552 components: - type: Transform - pos: 16.5,18.5 + pos: -16.5,34.5 parent: 2 - - uid: 38220 + - uid: 15553 components: - type: Transform - pos: -107.5,52.5 + pos: -20.5,34.5 parent: 2 -- proto: CryoxadoneBeakerSmall - entities: - - uid: 27321 + - uid: 15736 components: - type: Transform - pos: 13.665293,18.666935 + rot: 3.141592653589793 rad + pos: -6.5,24.5 parent: 2 - - uid: 31762 + - uid: 15737 components: - type: Transform - pos: 13.462168,18.846622 + rot: 3.141592653589793 rad + pos: -5.5,24.5 parent: 2 -- proto: CultAltarSpawner - entities: - - uid: 37649 + - uid: 15738 components: - type: Transform - pos: -102.5,-67.5 + rot: 3.141592653589793 rad + pos: -4.5,24.5 parent: 2 -- proto: CurtainsBlack - entities: - - uid: 6550 + - uid: 15790 components: - type: Transform rot: -1.5707963267948966 rad - pos: 68.5,9.5 + pos: 14.5,69.5 parent: 2 -- proto: CurtainsBlackOpen - entities: - - uid: 6577 + - uid: 16169 components: - type: Transform rot: -1.5707963267948966 rad - pos: 66.5,28.5 + pos: -17.5,51.5 parent: 2 - - uid: 7650 + - uid: 17834 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,9.5 + pos: 14.5,-19.5 parent: 2 - - uid: 8444 + - uid: 18031 components: - type: Transform rot: -1.5707963267948966 rad - pos: 68.5,28.5 + pos: 14.5,68.5 parent: 2 -- proto: CurtainsBlueOpen - entities: - - uid: 11874 + - uid: 18103 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,-12.5 + pos: 14.5,70.5 parent: 2 - - uid: 13116 + - uid: 18186 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-12.5 + pos: -49.5,22.5 parent: 2 -- proto: CurtainsCyanOpen - entities: - - uid: 7726 + - uid: 19511 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-3.5 + rot: 1.5707963267948966 rad + pos: -17.5,57.5 parent: 2 - - uid: 8268 + - uid: 19653 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-3.5 + pos: -86.5,-4.5 parent: 2 - - uid: 9656 + - uid: 19766 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-6.5 + pos: 10.5,71.5 parent: 2 - - uid: 9659 + - uid: 19977 components: - type: Transform rot: -1.5707963267948966 rad - pos: -1.5,-5.5 + pos: -27.5,48.5 parent: 2 - - uid: 10716 + - uid: 21200 components: - type: Transform rot: -1.5707963267948966 rad - pos: -3.5,-12.5 + pos: -97.5,25.5 parent: 2 - - uid: 10719 + - uid: 21201 components: - type: Transform rot: -1.5707963267948966 rad - pos: -6.5,-12.5 + pos: -97.5,24.5 parent: 2 - - uid: 14185 + - uid: 21202 components: - type: Transform rot: -1.5707963267948966 rad - pos: -1.5,-7.5 + pos: -96.5,23.5 parent: 2 -- proto: CurtainsGreenOpen - entities: - - uid: 7646 + - uid: 21203 components: - type: Transform rot: -1.5707963267948966 rad - pos: -26.5,-12.5 + pos: -96.5,26.5 parent: 2 - - uid: 7648 + - uid: 23895 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-12.5 + rot: 1.5707963267948966 rad + pos: 5.5,-6.5 parent: 2 -- proto: CurtainsOrangeOpen - entities: - - uid: 2754 + - uid: 25088 components: - type: Transform - pos: -32.5,31.5 + rot: 3.141592653589793 rad + pos: 90.5,12.5 parent: 2 - - uid: 2802 + - uid: 26017 components: - type: Transform - pos: -33.5,31.5 + rot: -1.5707963267948966 rad + pos: -17.5,50.5 parent: 2 - - uid: 2805 + - uid: 26083 components: - type: Transform - pos: -37.5,31.5 + rot: 3.141592653589793 rad + pos: -58.5,25.5 parent: 2 - - uid: 4439 + - uid: 26319 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-17.5 + rot: -1.5707963267948966 rad + pos: -17.5,49.5 parent: 2 - - uid: 6717 + - uid: 26523 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,-34.5 + pos: -27.5,51.5 parent: 2 - - uid: 6816 + - uid: 26705 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-33.5 + pos: 33.5,-4.5 parent: 2 - - uid: 7507 + - uid: 28347 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-17.5 + pos: 6.5,71.5 parent: 2 - - uid: 7509 + - uid: 28411 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,-23.5 + pos: 4.5,71.5 parent: 2 - - uid: 7516 + - uid: 28463 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,-24.5 + pos: 4.5,69.5 parent: 2 - - uid: 8339 + - uid: 28892 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,-18.5 + pos: -38.5,28.5 parent: 2 - - uid: 8342 + - uid: 28959 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-19.5 + rot: 3.141592653589793 rad + pos: -69.5,29.5 parent: 2 - - uid: 8643 + - uid: 29142 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-22.5 + pos: -48.5,22.5 parent: 2 - - uid: 8747 + - uid: 29338 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-22.5 + pos: -83.5,-4.5 parent: 2 - - uid: 8775 + - uid: 29618 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,27.5 + rot: 3.141592653589793 rad + pos: -66.5,30.5 parent: 2 - - uid: 8908 + - uid: 29719 components: - type: Transform - pos: -61.5,10.5 + pos: 9.5,71.5 parent: 2 - - uid: 8911 + - uid: 29895 components: - type: Transform - pos: -62.5,10.5 + pos: 8.5,71.5 parent: 2 - - uid: 9611 + - uid: 29896 components: - type: Transform - pos: -60.5,10.5 + pos: 12.5,71.5 parent: 2 - - uid: 12105 + - uid: 30064 components: - type: Transform rot: 1.5707963267948966 rad - pos: -56.5,13.5 + pos: 83.5,40.5 parent: 2 - - uid: 21854 + - uid: 30456 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,13.5 + pos: 15.5,-19.5 parent: 2 - - uid: 21859 + - uid: 30457 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,12.5 + rot: 3.141592653589793 rad + pos: -67.5,30.5 parent: 2 - - uid: 21876 + - uid: 30512 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,17.5 + rot: 3.141592653589793 rad + pos: -36.5,56.5 parent: 2 - - uid: 26302 + - uid: 30672 components: - type: Transform rot: 1.5707963267948966 rad - pos: -56.5,14.5 + pos: -22.5,55.5 parent: 2 - - uid: 37732 + - uid: 30757 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-17.5 + pos: 7.5,71.5 parent: 2 - - uid: 40289 + - uid: 30923 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,34.5 + pos: 11.5,71.5 parent: 2 - - uid: 40290 + - uid: 32088 components: - type: Transform rot: 3.141592653589793 rad - pos: -9.5,33.5 + pos: -68.5,30.5 parent: 2 -- proto: CurtainsPurpleOpen - entities: - - uid: 6817 + - uid: 33851 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,22.5 + rot: 3.141592653589793 rad + pos: 102.5,60.5 parent: 2 - - uid: 6941 + - uid: 34574 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,27.5 + rot: 3.141592653589793 rad + pos: -38.5,56.5 parent: 2 - - uid: 8757 + - uid: 36394 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,22.5 + rot: 3.141592653589793 rad + pos: 103.5,60.5 parent: 2 - - uid: 8760 + - uid: 36598 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,22.5 + rot: 3.141592653589793 rad + pos: 100.5,60.5 parent: 2 - - uid: 8826 + - uid: 36903 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,22.5 + rot: 3.141592653589793 rad + pos: 89.5,11.5 parent: 2 - - uid: 8827 + - uid: 36964 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,22.5 + pos: -11.5,30.5 parent: 2 - - uid: 13864 + - uid: 36965 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,22.5 + pos: -10.5,30.5 parent: 2 - - uid: 13872 + - uid: 39343 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,22.5 + pos: -87.5,-5.5 parent: 2 - - uid: 14011 + - uid: 39988 components: - type: Transform rot: -1.5707963267948966 rad - pos: 46.5,22.5 + pos: -31.5,87.5 parent: 2 - - uid: 14012 + - uid: 39993 components: - type: Transform rot: -1.5707963267948966 rad - pos: 45.5,22.5 + pos: -31.5,83.5 parent: 2 - - uid: 14013 + - uid: 39994 components: - type: Transform rot: -1.5707963267948966 rad - pos: 46.5,27.5 + pos: -31.5,79.5 parent: 2 - - uid: 14014 + - uid: 39995 components: - type: Transform rot: -1.5707963267948966 rad - pos: 47.5,27.5 + pos: -31.5,75.5 parent: 2 - - uid: 14017 + - uid: 42064 components: - type: Transform - pos: 41.5,33.5 + rot: 1.5707963267948966 rad + pos: -17.5,58.5 parent: 2 - - uid: 14052 + - uid: 43108 components: - type: Transform - pos: 41.5,30.5 + rot: 3.141592653589793 rad + pos: 46.5,67.5 parent: 2 - - uid: 21815 + - uid: 43109 components: - type: Transform - pos: 41.5,34.5 + rot: 3.141592653589793 rad + pos: 47.5,67.5 parent: 2 -- proto: CurtainsRed - entities: - - uid: 5022 + - uid: 43110 components: - type: Transform - pos: 68.5,-8.5 + rot: 3.141592653589793 rad + pos: 48.5,67.5 parent: 2 - - uid: 5024 + - uid: 43111 components: - type: Transform - pos: 68.5,-10.5 + rot: 3.141592653589793 rad + pos: 49.5,67.5 parent: 2 - - uid: 6714 +- proto: ChairBrass + entities: + - uid: 35295 components: - type: Transform - pos: 68.5,-7.5 + rot: 3.141592653589793 rad + pos: 19.5,82.5 parent: 2 - - uid: 14068 + - uid: 35309 components: - type: Transform - pos: 68.5,-9.5 + pos: 19.5,87.5 parent: 2 -- proto: CurtainsRedOpen +- proto: ChairFolding entities: - - uid: 4580 + - uid: 1587 components: - type: Transform - pos: -7.5,22.5 + rot: -1.5707963267948966 rad + pos: -4.5,12.5 parent: 2 - - uid: 5419 + - uid: 1588 components: - type: Transform - pos: -5.5,22.5 + rot: 1.5707963267948966 rad + pos: -6.5,12.5 parent: 2 - - uid: 23267 + - uid: 1628 components: - type: Transform - pos: -6.5,22.5 + rot: -1.5707963267948966 rad + pos: -4.5,11.5 parent: 2 - - uid: 23582 + - uid: 1629 components: - type: Transform - pos: -4.5,22.5 + rot: 1.5707963267948966 rad + pos: -6.5,11.5 parent: 2 -- proto: d12Dice - entities: - - uid: 23034 + - uid: 1630 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.820965,60.53547 + rot: 3.141592653589793 rad + pos: -2.5,11.5 parent: 2 -- proto: d6Dice - entities: - - uid: 19662 + - uid: 1631 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.883465,59.894844 + pos: -2.5,14.5 parent: 2 - - uid: 19663 + - uid: 2919 components: - type: Transform rot: 1.5707963267948966 rad - pos: -38.11784,60.12922 + pos: 63.950745,-1.9872427 parent: 2 - - uid: 31230 + - uid: 3416 components: - type: Transform - pos: -46.758152,-33.965675 + pos: 32.5,-24.5 parent: 2 - - uid: 31231 + - uid: 3418 components: - type: Transform - pos: -47.59409,-33.51255 + pos: 31.5,-24.5 parent: 2 -- proto: Dart - entities: - - uid: 34343 + - uid: 3444 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.753265,-35.049603 + pos: 34.5,-24.5 parent: 2 - - uid: 34346 + - uid: 3445 components: - type: Transform - pos: -49.97476,-32.018353 + pos: 33.5,-24.5 parent: 2 -- proto: DartBlue - entities: - - uid: 34342 + - uid: 3446 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.060696,-31.79179 + pos: 36.5,-25.5 parent: 2 - - uid: 37616 + - uid: 3447 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.81828,-31.08799 + pos: 35.5,-24.5 parent: 2 -- proto: DartPurple - entities: - - uid: 37612 + - uid: 3448 components: - type: Transform - pos: -48.31828,-30.283302 + pos: 33.5,-25.5 parent: 2 - - uid: 37615 + - uid: 3449 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.76359,-31.002052 + pos: 34.5,-25.5 parent: 2 -- proto: DartYellow - entities: - - uid: 34344 + - uid: 3451 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.146633,-34.362103 + pos: 32.5,-25.5 parent: 2 - - uid: 37620 + - uid: 3454 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.052654,-31.291115 + pos: 37.5,-24.5 parent: 2 - - uid: 37623 + - uid: 3455 components: - type: Transform - pos: -47.207165,-33.35701 + pos: 30.5,-25.5 parent: 2 -- proto: DefaultStationBeaconAICore - entities: - - uid: 6276 + - uid: 6156 components: - type: Transform - pos: 61.5,42.5 + rot: 1.5707963267948966 rad + pos: 80.5,-6.5 parent: 2 -- proto: DefaultStationBeaconAnomalyGenerator - entities: - - uid: 6291 + - uid: 6423 components: - type: Transform - pos: 46.5,37.5 + rot: 1.5707963267948966 rad + pos: 79.5,-5.5 parent: 2 -- proto: DefaultStationBeaconArmory - entities: - - uid: 7350 + - uid: 6619 components: - type: Transform - pos: -22.5,41.5 + rot: -1.5707963267948966 rad + pos: -35.5,59.5 parent: 2 -- proto: DefaultStationBeaconArrivals - entities: - - uid: 8461 + - uid: 6622 components: - type: Transform - pos: 1.5,-44.5 + rot: 3.141592653589793 rad + pos: -37.5,58.5 parent: 2 -- proto: DefaultStationBeaconArtifactLab - entities: - - uid: 8743 + - uid: 6689 components: - type: Transform - pos: 42.5,50.5 + rot: 1.5707963267948966 rad + pos: -39.5,59.5 parent: 2 -- proto: DefaultStationBeaconAtmospherics - entities: - - uid: 8817 + - uid: 6831 components: - type: Transform - pos: -45.5,34.5 + pos: -38.5,61.5 parent: 2 -- proto: DefaultStationBeaconBar - entities: - - uid: 10234 + - uid: 7033 components: - type: Transform - pos: -46.5,-31.5 + pos: -28.5,-34.5 parent: 2 -- proto: DefaultStationBeaconBotany - entities: - - uid: 10265 + - uid: 7034 components: - type: Transform - pos: -60.5,1.5 + rot: -1.5707963267948966 rad + pos: -27.5,-35.5 parent: 2 -- proto: DefaultStationBeaconBoxing - entities: - - uid: 10270 + - uid: 7035 components: - type: Transform - pos: 34.5,-29.5 + rot: 3.141592653589793 rad + pos: -28.5,-36.5 parent: 2 -- proto: DefaultStationBeaconBridge - entities: - - uid: 12718 + - uid: 7930 components: - type: Transform - pos: 18.5,54.5 + pos: 44.5,-34.5 parent: 2 -- proto: DefaultStationBeaconBrig - entities: - - uid: 15310 + - uid: 7934 components: - type: Transform - pos: -31.5,28.5 + pos: -37.5,61.5 parent: 2 -- proto: DefaultStationBeaconCameraServerRoom - entities: - - uid: 37568 + - uid: 8297 components: - type: Transform - pos: 7.5,61.5 + pos: 43.5,-34.5 parent: 2 -- proto: DefaultStationBeaconCargoBay - entities: - - uid: 19179 + - uid: 9632 components: - type: Transform - pos: -20.5,-45.5 + rot: 3.141592653589793 rad + pos: -36.5,58.5 parent: 2 -- proto: DefaultStationBeaconCargoReception - entities: - - uid: 37557 + - uid: 9678 components: - type: Transform - pos: -11.5,-18.5 + pos: 65.62918,0.26289845 parent: 2 -- proto: DefaultStationBeaconCERoom - entities: - - uid: 15815 + - uid: 11301 components: - type: Transform - pos: -60.5,18.5 + rot: 1.5707963267948966 rad + pos: 84.41611,-0.92704487 parent: 2 -- proto: DefaultStationBeaconChapel - entities: - - uid: 19233 + - uid: 11893 components: - type: Transform - pos: 61.5,15.5 + rot: 1.5707963267948966 rad + pos: 84.48642,3.2995176 parent: 2 -- proto: DefaultStationBeaconChemistry - entities: - - uid: 20633 + - uid: 12319 components: - type: Transform - pos: 17.5,-5.5 + pos: 48.5,-34.5 parent: 2 -- proto: DefaultStationBeaconCMORoom - entities: - - uid: 16605 + - uid: 16652 components: - type: Transform - pos: -8.5,-8.5 + rot: -1.5707963267948966 rad + pos: -39.5,11.5 parent: 2 -- proto: DefaultStationBeaconCommand - entities: - - uid: 24396 + - uid: 18457 components: - type: Transform - pos: 13.5,37.5 + pos: -59.5,-3.5 parent: 2 -- proto: DefaultStationBeaconConferenceRoom - entities: - - uid: 24541 + - uid: 18458 components: - type: Transform - pos: 9.5,49.5 + pos: -58.5,-3.5 parent: 2 -- proto: DefaultStationBeaconCorpsman - entities: - - uid: 20669 + - uid: 18502 components: - type: Transform - pos: -33.5,32.5 + rot: 1.5707963267948966 rad + pos: -53.5,-3.5 parent: 2 -- proto: DefaultStationBeaconCourtroom - entities: - - uid: 26875 + - uid: 18503 components: - type: Transform - pos: -9.5,52.5 + rot: -1.5707963267948966 rad + pos: -51.5,-3.5 parent: 2 -- proto: DefaultStationBeaconCryosleep - entities: - - uid: 28956 + - uid: 19772 components: - type: Transform - pos: 29.5,-10.5 + rot: -1.5707963267948966 rad + pos: -35.5,60.5 parent: 2 -- proto: DefaultStationBeaconDetectiveRoom - entities: - - uid: 108 + - uid: 25069 components: - type: Transform - pos: -40.5,35.5 + rot: -1.5707963267948966 rad + pos: 68.5,21.5 parent: 2 -- proto: DefaultStationBeaconDisposals - entities: - - uid: 28974 + - uid: 29272 components: - type: Transform - pos: -39.5,1.5 + rot: 1.5707963267948966 rad + pos: 80.5,2.5 parent: 2 -- proto: DefaultStationBeaconEngineering - entities: - - uid: 29723 + - uid: 31934 components: - type: Transform - pos: -49.5,13.5 + rot: 1.5707963267948966 rad + pos: 80.5,-1.5 parent: 2 -- proto: DefaultStationBeaconEngiOutpost - entities: - - uid: 29339 + - uid: 33527 components: - type: Transform - pos: 20.5,-20.5 + rot: -1.5707963267948966 rad + pos: 99.5,18.5 parent: 2 -- proto: DefaultStationBeaconEscapePod - entities: - - uid: 31574 + - uid: 33528 components: - type: Transform - pos: -65.5,-17.5 + rot: -1.5707963267948966 rad + pos: 99.5,17.5 parent: 2 - - uid: 31754 + - uid: 33529 components: - type: Transform - pos: 46.5,-34.5 + rot: 1.5707963267948966 rad + pos: 95.5,18.5 parent: 2 - - uid: 31784 + - uid: 33530 components: - type: Transform - pos: 84.5,0.5 + rot: 1.5707963267948966 rad + pos: 94.5,16.5 parent: 2 -- proto: DefaultStationBeaconEvac - entities: - - uid: 31790 + - uid: 33675 components: - type: Transform - pos: 1.5,78.5 + rot: -1.5707963267948966 rad + pos: -35.5,67.5 parent: 2 -- proto: DefaultStationBeaconEVAStorage - entities: - - uid: 28973 + - uid: 33676 components: - type: Transform - pos: 19.5,23.5 + rot: 1.5707963267948966 rad + pos: -37.5,67.5 parent: 2 -- proto: DefaultStationBeaconExam - entities: - - uid: 36473 + - uid: 36459 components: - type: Transform - pos: 6.5,-9.5 + rot: 3.141592653589793 rad + pos: 57.5,83.5 parent: 2 -- proto: DefaultStationBeaconGravGen - entities: - - uid: 36492 + - uid: 36460 components: - type: Transform - pos: -60.5,33.5 + rot: -1.5707963267948966 rad + pos: 59.5,84.5 parent: 2 -- proto: DefaultStationBeaconHOPOffice - entities: - - uid: 36489 + - uid: 39661 components: - type: Transform - pos: 8.5,25.5 + pos: 64.74637,-0.23710155 parent: 2 -- proto: DefaultStationBeaconHOSRoom - entities: - - uid: 36474 + - uid: 41136 components: - type: Transform - pos: -5.5,30.5 + rot: -1.5707963267948966 rad + pos: -13.434705,62.61851 parent: 2 -- proto: DefaultStationBeaconJanitorsCloset - entities: - - uid: 36496 + - uid: 41139 components: - type: Transform - pos: 36.5,-1.5 + rot: -1.5707963267948966 rad + pos: -13.426892,63.407574 parent: 2 -- proto: DefaultStationBeaconJanitorsOffice - entities: - - uid: 36493 + - uid: 41163 components: - type: Transform - pos: -37.5,10.5 + rot: -1.5707963267948966 rad + pos: -13.375742,64.17073 parent: 2 -- proto: DefaultStationBeaconKitchen - entities: - - uid: 37555 + - uid: 41166 components: - type: Transform - pos: -58.5,-20.5 + rot: -1.5707963267948966 rad + pos: -8.483418,67.63052 parent: 2 -- proto: DefaultStationBeaconLawOffice - entities: - - uid: 37560 + - uid: 41170 components: - type: Transform - pos: -3.5,59.5 + rot: 1.5707963267948966 rad + pos: -10.420918,67.64615 parent: 2 -- proto: DefaultStationBeaconLibrary +- proto: ChairFoldingSpawnFolded entities: - - uid: 37559 + - uid: 3450 components: - type: Transform - pos: 56.5,28.5 + pos: 38.52028,-21.96194 parent: 2 -- proto: DefaultStationBeaconMailroom - entities: - - uid: 37562 + - uid: 3452 components: - type: Transform - pos: -6.5,-23.5 + pos: 38.543716,-22.383816 parent: 2 -- proto: DefaultStationBeaconMantis - entities: - - uid: 36472 + - uid: 3453 components: - type: Transform - pos: 42.5,33.5 + pos: 38.555435,-22.16116 parent: 2 -- proto: DefaultStationBeaconMedbay - entities: - - uid: 37563 + - uid: 6527 components: - type: Transform - pos: 14.5,13.5 + rot: 3.141592653589793 rad + pos: 70.3003,-11.422241 parent: 2 -- proto: DefaultStationBeaconMedical - entities: - - uid: 6058 + - uid: 11831 components: - type: Transform - pos: 1.5,2.5 + rot: 3.141592653589793 rad + pos: 70.3003,-11.273804 parent: 2 -- proto: DefaultStationBeaconMetempsychosis - entities: - - uid: 19852 + - uid: 11833 components: - type: Transform - pos: 26.5,2.5 + rot: 3.141592653589793 rad + pos: 69.5503,-11.265991 parent: 2 -- proto: DefaultStationBeaconMorgue - entities: - - uid: 28940 + - uid: 11834 components: - type: Transform - pos: 30.5,12.5 + rot: 3.141592653589793 rad + pos: 69.57374,-11.375366 parent: 2 -- proto: DefaultStationBeaconPark - entities: - - uid: 37565 + - uid: 11835 components: - type: Transform - pos: 56.5,-3.5 + rot: 3.141592653589793 rad + pos: 70.29249,-11.164429 parent: 2 -- proto: DefaultStationBeaconPermaBrig - entities: - - uid: 37567 + - uid: 12760 components: - type: Transform - pos: -22.5,61.5 + rot: 3.141592653589793 rad + pos: 69.562065,-11.078491 parent: 2 -- proto: DefaultStationBeaconPsychologist - entities: - - uid: 37569 + - uid: 12761 components: - type: Transform - pos: -15.5,-11.5 + rot: 3.141592653589793 rad + pos: 69.530815,-11.234741 parent: 2 -- proto: DefaultStationBeaconQMRoom - entities: - - uid: 36495 + - uid: 12848 components: - type: Transform - pos: -29.5,-23.5 + rot: 3.141592653589793 rad + pos: 70.35894,-11.453491 parent: 2 -- proto: DefaultStationBeaconRDRoom - entities: - - uid: 37561 + - uid: 27635 components: - type: Transform - pos: 44.5,23.5 + rot: 3.141592653589793 rad + pos: 70.35894,-11.101929 parent: 2 -- proto: DefaultStationBeaconReporter - entities: - - uid: 37570 + - uid: 31573 components: - type: Transform - pos: -27.5,-11.5 + rot: 3.141592653589793 rad + pos: 69.55425,-11.437866 parent: 2 -- proto: DefaultStationBeaconRobotics - entities: - - uid: 37571 + - uid: 34761 components: - type: Transform - pos: 46.5,43.5 + rot: 3.141592653589793 rad + pos: 69.565926,-11.133179 parent: 2 -- proto: DefaultStationBeaconSalvage - entities: - - uid: 37641 + - uid: 35712 components: - type: Transform - pos: -9.5,-42.5 + rot: 3.141592653589793 rad + pos: 70.374565,-11.305054 parent: 2 -- proto: DefaultStationBeaconScience - entities: - - uid: 36471 + - uid: 36461 components: - type: Transform - pos: 29.5,26.5 + rot: -1.5707963267948966 rad + pos: 58.83184,83.77377 parent: 2 -- proto: DefaultStationBeaconSecurity - entities: - - uid: 37572 + - uid: 36508 components: - type: Transform - pos: -20.5,26.5 + rot: -1.5707963267948966 rad + pos: 56.83184,79.6644 parent: 2 -- proto: DefaultStationBeaconSecurityCheckpoint +- proto: ChairGreyscale entities: - - uid: 37573 + - uid: 2126 components: - type: Transform - pos: 1.5,43.5 + pos: 26.5,5.5 parent: 2 - - uid: 37692 + - uid: 2266 components: - type: Transform - pos: 1.5,-23.5 + pos: 25.5,5.5 parent: 2 -- proto: DefaultStationBeaconSingularity - entities: - - uid: 37564 + - uid: 24065 components: - type: Transform - pos: 82.5,-16.5 + pos: 27.5,5.5 parent: 2 -- proto: DefaultStationBeaconSolars +- proto: ChairOfficeDark entities: - - uid: 37640 + - uid: 464 components: - type: Transform - pos: 56.5,-33.5 + rot: 1.5707963267948966 rad + pos: -23.5,-2.5 parent: 2 - - uid: 38712 + - uid: 465 components: - type: Transform - pos: -65.5,-34.5 + rot: 1.5707963267948966 rad + pos: -17.5,-2.5 parent: 2 - - uid: 38714 + - uid: 931 components: - type: Transform - pos: -64.5,40.5 + pos: -28.5,-8.5 parent: 2 -- proto: DefaultStationBeaconSupply - entities: - - uid: 37558 + - uid: 1122 components: - type: Transform - pos: -13.5,-30.5 + rot: -1.5707963267948966 rad + pos: -3.5,-33.5 parent: 2 -- proto: DefaultStationBeaconSurgery - entities: - - uid: 39416 + - uid: 1316 components: - type: Transform - pos: -19.5,-1.5 + rot: 1.5707963267948966 rad + pos: 21.52995,3.6676638 parent: 2 -- proto: DefaultStationBeaconTEG - entities: - - uid: 38715 + - uid: 1650 components: - type: Transform - pos: -58.5,47.5 + rot: -3.141592351598195 rad + pos: 19.453836,-2.5060267 parent: 2 -- proto: DefaultStationBeaconTelecoms - entities: - - uid: 38713 + - uid: 1657 components: - type: Transform - pos: -77.5,14.5 + rot: 3.141592653589793 rad + pos: 13.5,3.5 parent: 2 -- proto: DefaultStationBeaconTheater - entities: - - uid: 9688 + - uid: 1658 components: - type: Transform - pos: 72.5,-9.5 + rot: -1.5707963267948966 rad + pos: 13.5,-0.5 parent: 2 -- proto: DefaultStationBeaconVault - entities: - - uid: 39419 + - uid: 1663 components: - type: Transform - pos: 26.5,41.5 + pos: 16.5,-5.5 parent: 2 -- proto: DefaultStationBeaconVirology - entities: - - uid: 39417 + - uid: 1664 components: - type: Transform - pos: -20.5,6.5 + pos: 20.5,-5.5 parent: 2 -- proto: DefaultStationBeaconWardensOffice - entities: - - uid: 39418 + - uid: 1940 components: - type: Transform - pos: -20.5,49.5 + rot: -1.5707963267948966 rad + pos: 7.5,27.5 parent: 2 -- proto: DefibrillatorCabinetFilled - entities: - - uid: 3849 + - uid: 2040 components: - type: Transform - pos: 40.5,-21.5 + rot: 3.141592653589793 rad + pos: 4.5,6.5 parent: 2 - - uid: 6953 + - uid: 4367 components: - type: Transform - pos: -14.5,-32.5 + rot: 3.141592653589793 rad + pos: 5.5,-10.5 parent: 2 - - uid: 14201 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,49.5 - parent: 2 - - uid: 33935 - components: - - type: Transform - pos: 7.5,17.5 - parent: 2 - - uid: 35950 + - uid: 4541 components: - type: Transform rot: 3.141592653589793 rad - pos: -43.5,57.5 - parent: 2 - - uid: 36763 - components: - - type: Transform - pos: 29.5,8.5 + pos: 70.5,79.5 parent: 2 -- proto: DeployableBarrier - entities: - - uid: 14165 + - uid: 4782 components: - type: Transform - pos: -5.5,37.5 + pos: 4.5,-24.5 parent: 2 - - uid: 14166 + - uid: 5364 components: - type: Transform - pos: -7.5,37.5 + pos: 57.5,51.5 parent: 2 - - uid: 14171 + - uid: 5365 components: - type: Transform - pos: -6.5,37.5 + pos: 58.5,51.5 parent: 2 - - uid: 25216 + - uid: 5366 components: - type: Transform - pos: 22.5,46.5 + pos: 59.5,51.5 parent: 2 - - uid: 31945 + - uid: 5956 components: - type: Transform - pos: -16.5,46.5 + pos: 17.5,-20.5 parent: 2 - - uid: 39743 + - uid: 8265 components: - type: Transform - pos: 73.5,-24.5 + rot: 3.141592653589793 rad + pos: 73.5,77.5 parent: 2 - - uid: 39744 + - uid: 8378 components: - type: Transform - pos: 73.5,-25.5 + rot: -1.5707963267948966 rad + pos: 7.5,-4.5 parent: 2 - - uid: 39745 + - uid: 8857 components: - type: Transform - pos: 74.5,-25.5 + rot: -1.5707963267948966 rad + pos: -61.574654,18.667648 parent: 2 - - uid: 39746 + - uid: 8897 components: - type: Transform - pos: 76.5,-25.5 + pos: -48.992725,16.618279 parent: 2 - - uid: 39747 + - uid: 8899 components: - type: Transform - pos: 77.5,-25.5 + pos: -59.9513,14.567365 parent: 2 - - uid: 39748 + - uid: 11297 components: - type: Transform - pos: 77.5,-24.5 + rot: 1.5707963267948966 rad + pos: 12.5,-7.5 parent: 2 -- proto: DeskBell - entities: - - uid: 61 + - uid: 11967 components: - type: Transform - pos: -1.3602465,-32.409664 + rot: 3.141592653589793 rad + pos: 14.5,11.5 parent: 2 - - uid: 102 + - uid: 13147 components: - type: Transform - pos: 3.4338489,5.520546 + rot: -1.5707963267948966 rad + pos: -51.553734,75.69096 parent: 2 - - uid: 1138 + - uid: 14038 components: - type: Transform - pos: 19.834106,-6.375514 + rot: 3.141592653589793 rad + pos: 17.5,58.5 parent: 2 - - uid: 1143 + - uid: 14061 components: - type: Transform - pos: 17.177856,-6.375514 + rot: 3.141592653589793 rad + pos: 19.5,58.5 parent: 2 - - uid: 1430 + - uid: 14070 components: - type: Transform - pos: 13.689143,4.6450024 + rot: 3.141592653589793 rad + pos: 18.5,58.5 parent: 2 - - uid: 1527 + - uid: 14174 components: - type: Transform - pos: 27.060135,-3.4577832 + pos: 13.5,42.5 parent: 2 - - uid: 1927 + - uid: 15670 components: - type: Transform - pos: 7.647935,26.652452 + rot: 1.5707963267948966 rad + pos: -19.5,50.5 parent: 2 - - uid: 2231 + - uid: 15901 components: - type: Transform - pos: -3.3289967,-34.296383 + rot: 1.5707963267948966 rad + pos: 5.5,5.5 parent: 2 - - uid: 2690 + - uid: 16137 components: - type: Transform - pos: 13.110749,41.62234 + pos: -4.526365,64.55954 parent: 2 - - uid: 2957 + - uid: 18285 components: - type: Transform - pos: -14.030302,-22.251932 + rot: -1.5707963267948966 rad + pos: -3.5073938,49.724445 parent: 2 - - uid: 2958 + - uid: 18909 components: - type: Transform - pos: -8.999052,-22.283182 + rot: -1.5707963267948966 rad + pos: -103.5,50.5 parent: 2 - - uid: 3683 + - uid: 18936 components: - type: Transform - pos: -48.534878,2.972764 + rot: -1.5707963267948966 rad + pos: -105.5,48.5 parent: 2 - - uid: 5258 + - uid: 19538 components: - type: Transform - pos: 28.44021,25.612677 + rot: -1.5707963267948966 rad + pos: -1.5520563,73.68924 parent: 2 - - uid: 6734 + - uid: 19706 components: - type: Transform - pos: 57.515186,-9.737263 + pos: -8.538644,64.5542 parent: 2 - - uid: 7545 + - uid: 19777 components: - type: Transform - pos: -51.532696,-17.42208 + pos: -9.333306,75.486115 parent: 2 - - uid: 7546 + - uid: 22235 components: - type: Transform - pos: -51.474102,-20.269735 + rot: 3.141592653589793 rad + pos: -108.5,55.5 parent: 2 - - uid: 8403 + - uid: 22242 components: - type: Transform - pos: -69.25393,12.611276 + pos: -109.5,50.5 parent: 2 - - uid: 12095 + - uid: 25304 components: - type: Transform - pos: 3.5756717,-24.22921 + rot: 3.141592653589793 rad + pos: 71.5,79.5 parent: 2 - - uid: 15395 + - uid: 26016 components: - type: Transform - pos: -20.215748,27.700657 + pos: -39.948635,35.56524 parent: 2 - - uid: 23667 + - uid: 30853 components: - type: Transform - pos: -49.496456,15.688549 + rot: 3.141592653589793 rad + pos: 69.5,72.5 parent: 2 - - uid: 37661 + - uid: 31733 components: - type: Transform - pos: -0.4217875,42.462593 + rot: 1.5707963267948966 rad + pos: 21.544285,0.55529165 parent: 2 -- proto: DiseaseDiagnoser - entities: - - uid: 7274 + - uid: 32080 components: - type: Transform - pos: -7.5,7.5 + rot: 3.141592653589793 rad + pos: 94.5,78.5 parent: 2 -- proto: DiseaseSwab - entities: - - uid: 18080 + - uid: 32377 components: - type: Transform - pos: -14.427854,7.5229125 + rot: 3.141592653589793 rad + pos: -104.5,55.5 parent: 2 - - uid: 21911 + - uid: 33041 components: - type: Transform - pos: -14.224729,7.4916625 + rot: 3.141592653589793 rad + pos: 68.5,72.5 parent: 2 -- proto: DisposalBend - entities: - - uid: 656 + - uid: 34813 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-16.5 + rot: 3.141592653589793 rad + pos: -109.5,54.5 parent: 2 - - uid: 717 + - uid: 35490 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-17.5 + rot: 3.141592653589793 rad + pos: -46.45535,72.75691 parent: 2 - - uid: 733 + - uid: 35914 components: - type: Transform rot: -1.5707963267948966 rad - pos: 48.5,-15.5 + pos: 75.5,78.5 parent: 2 - - uid: 735 + - uid: 36693 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-14.5 + rot: 3.141592653589793 rad + pos: 83.5,81.5 parent: 2 - - uid: 982 + - uid: 36812 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-16.5 + rot: 3.141592653589793 rad + pos: 70.5,72.5 parent: 2 - - uid: 1059 + - uid: 39713 components: - type: Transform rot: -1.5707963267948966 rad - pos: 50.5,-13.5 - parent: 2 - - uid: 1088 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-15.5 - parent: 2 - - uid: 1344 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,12.5 - parent: 2 - - uid: 1349 - components: - - type: Transform - pos: 17.5,12.5 + pos: -23.439943,63.079674 parent: 2 - - uid: 2037 + - uid: 39720 components: - type: Transform - pos: 49.5,20.5 + pos: -22.973677,67.592865 parent: 2 - - uid: 2038 + - uid: 40711 components: - type: Transform rot: 3.141592653589793 rad - pos: 49.5,3.5 - parent: 2 - - uid: 2136 - components: - - type: Transform - pos: 50.5,3.5 + pos: -16.613342,76.715744 parent: 2 - - uid: 2149 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-14.5 - parent: 2 - - uid: 2152 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-13.5 - parent: 2 - - uid: 2291 + - uid: 43080 components: - type: Transform - pos: 39.5,-16.5 + rot: 3.141592653589793 rad + pos: 30.511784,63.78938 parent: 2 - - uid: 2293 +- proto: ChairOfficeLight + entities: + - uid: 1095 components: - type: Transform - pos: 38.5,-15.5 + rot: 3.141592653589793 rad + pos: -15.5,-23.5 parent: 2 - - uid: 2296 + - uid: 2511 components: - type: Transform rot: 3.141592653589793 rad - pos: 39.5,-17.5 + pos: 45.5,50.5 parent: 2 - - uid: 2301 + - uid: 5212 components: - type: Transform rot: 3.141592653589793 rad - pos: 38.5,-16.5 + pos: -9.5,-23.5 parent: 2 - - uid: 2909 + - uid: 5257 components: - type: Transform - pos: 15.5,49.5 + pos: 27.5,26.5 parent: 2 - - uid: 3704 + - uid: 5412 components: - type: Transform rot: 3.141592653589793 rad - pos: -33.5,-7.5 + pos: 43.5,50.5 parent: 2 - - uid: 5226 + - uid: 5416 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-35.5 + rot: 3.141592653589793 rad + pos: 41.5,50.5 parent: 2 - - uid: 6199 + - uid: 5521 components: - type: Transform rot: -1.5707963267948966 rad - pos: -38.5,-21.5 + pos: 35.5,47.5 parent: 2 - - uid: 6247 + - uid: 5531 components: - type: Transform rot: -1.5707963267948966 rad - pos: -44.5,-23.5 - parent: 2 - - uid: 8795 - components: - - type: Transform - pos: -47.5,34.5 + pos: 39.5,28.5 parent: 2 - - uid: 8990 + - uid: 5532 components: - type: Transform rot: 1.5707963267948966 rad - pos: -45.5,8.5 + pos: 37.5,28.5 parent: 2 - - uid: 9145 + - uid: 6523 components: - type: Transform - pos: -29.5,-10.5 + pos: -9.5,-27.5 parent: 2 - - uid: 11856 + - uid: 6524 components: - type: Transform rot: 3.141592653589793 rad - pos: -41.5,2.5 + pos: -9.5,-30.5 parent: 2 - - uid: 11876 + - uid: 6525 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,6.5 + rot: 3.141592653589793 rad + pos: -13.5,-23.5 parent: 2 - - uid: 11976 + - uid: 6526 components: - type: Transform rot: 3.141592653589793 rad - pos: 15.5,-15.5 + pos: -8.5,-23.5 parent: 2 - - uid: 13246 + - uid: 8405 components: - type: Transform rot: 1.5707963267948966 rad - pos: -35.5,32.5 + pos: -68.5,13.5 parent: 2 - - uid: 16698 + - uid: 9151 components: - type: Transform - pos: -32.5,-7.5 + rot: 1.5707963267948966 rad + pos: 49.5,47.5 parent: 2 - - uid: 16732 + - uid: 9220 components: - type: Transform - pos: -10.5,24.5 + rot: 3.141592653589793 rad + pos: 40.5,50.5 parent: 2 - - uid: 16911 + - uid: 15402 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-9.5 + rot: 1.5707963267948966 rad + pos: -20.5,28.5 parent: 2 - - uid: 16926 + - uid: 18435 components: - type: Transform rot: 1.5707963267948966 rad - pos: -33.5,20.5 + pos: -49.5,2.5 parent: 2 - - uid: 16927 + - uid: 25210 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,19.5 + rot: 1.5707963267948966 rad + pos: -1.5,42.5 parent: 2 - - uid: 16928 + - uid: 30683 components: - type: Transform rot: 1.5707963267948966 rad - pos: -36.5,19.5 + pos: -33.437607,32.63955 parent: 2 - - uid: 16929 +- proto: ChairPilotSeat + entities: + - uid: 19572 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,18.5 + rot: 3.141592653589793 rad + pos: 33.5,57.5 parent: 2 - - uid: 16930 +- proto: ChairRitual + entities: + - uid: 11104 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,18.5 + rot: 3.141592653589793 rad + pos: -75.5,-6.5 parent: 2 - - uid: 16931 + - uid: 14356 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,17.5 + pos: -74.5,-3.5 parent: 2 - - uid: 16932 + - uid: 14357 components: - type: Transform rot: 1.5707963267948966 rad - pos: -39.5,17.5 + pos: -76.5,-4.5 parent: 2 - - uid: 16933 + - uid: 15399 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,16.5 + rot: 1.5707963267948966 rad + pos: -76.5,-5.5 parent: 2 - - uid: 16934 + - uid: 17120 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,16.5 + rot: -1.5707963267948966 rad + pos: -72.5,-5.5 parent: 2 - - uid: 16935 + - uid: 17121 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,8.5 + rot: 3.141592653589793 rad + pos: -73.5,-6.5 parent: 2 - - uid: 16936 + - uid: 17802 components: - type: Transform rot: -1.5707963267948966 rad - pos: -45.5,4.5 + pos: -72.5,-4.5 parent: 2 - - uid: 16937 +- proto: ChairWood + entities: + - uid: 253 components: - type: Transform rot: 1.5707963267948966 rad - pos: -46.5,4.5 + pos: 15.5,-14.5 parent: 2 - - uid: 16938 + - uid: 561 components: - type: Transform - pos: -45.5,-9.5 + rot: 3.141592653589793 rad + pos: -4.5,-8.5 parent: 2 - - uid: 16939 + - uid: 563 components: - type: Transform - pos: -44.5,-10.5 + rot: 3.141592653589793 rad + pos: -5.5,-8.5 parent: 2 - - uid: 16940 + - uid: 573 components: - type: Transform - pos: -43.5,-11.5 + rot: 3.141592653589793 rad + pos: -3.5,-8.5 parent: 2 - - uid: 16941 + - uid: 724 components: - type: Transform - pos: -42.5,-12.5 + rot: 3.141592653589793 rad + pos: -40.5,33.5 parent: 2 - - uid: 16942 + - uid: 1240 components: - type: Transform - pos: -41.5,-13.5 + rot: 1.5707963267948966 rad + pos: -3.5,72.5 parent: 2 - - uid: 16943 + - uid: 2787 components: - type: Transform - pos: -39.5,-14.5 + rot: -1.5707963267948966 rad + pos: -9.677303,54.055866 parent: 2 - - uid: 16944 + - uid: 2791 components: - type: Transform rot: 3.141592653589793 rad - pos: -39.5,-15.5 + pos: -9.5,73.5 parent: 2 - - uid: 16946 + - uid: 4443 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-13.5 + pos: -13.5,59.5 parent: 2 - - uid: 16947 + - uid: 6083 components: - type: Transform rot: 3.141592653589793 rad - pos: -43.5,-12.5 + pos: 66.5,8.5 parent: 2 - - uid: 16948 + - uid: 6084 components: - type: Transform rot: 3.141592653589793 rad - pos: -44.5,-11.5 + pos: 68.5,8.5 parent: 2 - - uid: 16949 + - uid: 6607 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-10.5 + rot: -1.5707963267948966 rad + pos: -27.5,-19.5 parent: 2 - - uid: 16950 + - uid: 6608 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,-2.5 + rot: -1.5707963267948966 rad + pos: -27.5,-20.5 parent: 2 - - uid: 16958 + - uid: 6609 components: - type: Transform rot: -1.5707963267948966 rad - pos: 16.5,2.5 + pos: -27.5,-21.5 parent: 2 - - uid: 17034 + - uid: 11037 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,7.5 + rot: -1.5707963267948966 rad + pos: 32.53896,38.516632 parent: 2 - - uid: 17035 + - uid: 11170 components: - type: Transform - pos: -46.5,8.5 + rot: -1.5707963267948966 rad + pos: -71.5,5.5 parent: 2 - - uid: 17083 + - uid: 11336 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -85.5,9.5 + rot: -1.5707963267948966 rad + pos: 32.499897,39.305695 parent: 2 - - uid: 17084 + - uid: 11838 components: - type: Transform rot: -1.5707963267948966 rad - pos: -85.5,8.5 + pos: 75.5,-7.5 parent: 2 - - uid: 17085 + - uid: 12402 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -95.5,8.5 + rot: -1.5707963267948966 rad + pos: -45.5,0.5 parent: 2 - - uid: 17086 + - uid: 13007 components: - type: Transform - pos: -84.5,19.5 + rot: -1.5707963267948966 rad + pos: 32.585835,37.66507 parent: 2 - - uid: 17112 + - uid: 13114 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,9.5 + rot: -1.5707963267948966 rad + pos: -69.5,22.5 parent: 2 - - uid: 17123 + - uid: 13133 components: - type: Transform - pos: -72.5,11.5 + rot: 1.5707963267948966 rad + pos: -71.5,22.5 parent: 2 - - uid: 17127 + - uid: 14106 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,9.5 + pos: -50.538918,-38.499725 parent: 2 - - uid: 17133 + - uid: 14108 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,52.5 + pos: -51.398293,-38.460663 parent: 2 - - uid: 17194 + - uid: 14282 components: - type: Transform - pos: -2.5,-9.5 + pos: -49.562355,-38.398163 parent: 2 - - uid: 17196 + - uid: 14505 components: - type: Transform rot: 1.5707963267948966 rad - pos: 1.5,19.5 + pos: -45.391567,-31.430027 parent: 2 - - uid: 17197 + - uid: 14506 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,19.5 + pos: -42.55563,-31.398777 parent: 2 - - uid: 17244 + - uid: 14507 components: - type: Transform - pos: -8.5,29.5 + rot: -1.5707963267948966 rad + pos: -35.485317,-34.258152 parent: 2 - - uid: 17245 + - uid: 14513 components: - type: Transform - pos: -10.5,40.5 + rot: 3.141592653589793 rad + pos: -47.329067,-35.390965 parent: 2 - - uid: 17246 + - uid: 14514 components: - type: Transform rot: 1.5707963267948966 rad - pos: -12.5,40.5 + pos: -38.485317,-33.59409 parent: 2 - - uid: 17247 + - uid: 14515 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,35.5 + rot: 1.5707963267948966 rad + pos: -48.485317,-33.56284 parent: 2 - - uid: 17248 + - uid: 14516 components: - type: Transform - pos: -11.5,35.5 + rot: -1.5707963267948966 rad + pos: -45.571255,-33.62534 parent: 2 - - uid: 17305 + - uid: 14517 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,52.5 + pos: -47.36813,-32.578465 parent: 2 - - uid: 17306 + - uid: 14518 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,49.5 + pos: -46.516567,-32.65659 parent: 2 - - uid: 17307 + - uid: 14519 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,48.5 + rot: -1.5707963267948966 rad + pos: -45.571255,-34.273777 parent: 2 - - uid: 17308 + - uid: 14609 + components: + - type: Transform + pos: -37.383755,-32.492527 + parent: 2 + - uid: 14610 components: - type: Transform rot: 1.5707963267948966 rad - pos: 19.5,52.5 + pos: -38.375942,-34.40659 parent: 2 - - uid: 17310 + - uid: 14611 components: - type: Transform rot: -1.5707963267948966 rad - pos: 19.5,39.5 + pos: -35.52438,-33.398777 parent: 2 - - uid: 17313 + - uid: 14612 components: - type: Transform - pos: 39.5,46.5 + pos: -36.579067,-32.65659 parent: 2 - - uid: 17315 + - uid: 14664 components: - type: Transform rot: 1.5707963267948966 rad - pos: 31.5,29.5 + pos: -48.454067,-34.43784 parent: 2 - - uid: 17355 + - uid: 14665 components: - type: Transform - pos: 42.5,37.5 + rot: 3.141592653589793 rad + pos: -46.508755,-35.367527 parent: 2 - - uid: 17357 + - uid: 14666 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,26.5 + rot: 3.141592653589793 rad + pos: -36.579067,-35.265965 parent: 2 - - uid: 17372 + - uid: 14669 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,15.5 + rot: 3.141592653589793 rad + pos: -37.391567,-35.273777 parent: 2 - - uid: 17398 + - uid: 15175 components: - type: Transform - pos: 41.5,-23.5 + rot: 1.5707963267948966 rad + pos: -14.382098,53.625164 parent: 2 - - uid: 17399 + - uid: 15248 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-23.5 + rot: 1.5707963267948966 rad + pos: -3.5,73.5 parent: 2 - - uid: 17455 + - uid: 15595 components: - type: Transform rot: -1.5707963267948966 rad - pos: 72.5,-4.5 + pos: -9.669491,53.18868 parent: 2 - - uid: 17491 + - uid: 15816 components: - type: Transform - pos: -3.5,13.5 + pos: -12.5,59.5 parent: 2 - - uid: 17492 + - uid: 15817 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,13.5 + pos: -11.5,59.5 parent: 2 - - uid: 17493 + - uid: 17025 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,3.5 + pos: -3.5,62.5 parent: 2 - - uid: 17494 + - uid: 18013 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-9.5 + rot: 3.141592653589793 rad + pos: -9.5,62.5 parent: 2 - - uid: 17503 + - uid: 18145 components: - type: Transform - pos: 1.5,-15.5 + rot: 3.141592653589793 rad + pos: -8.5,62.5 parent: 2 - - uid: 17522 + - uid: 18172 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,-35.5 + pos: -5.5,62.5 parent: 2 - - uid: 17538 + - uid: 18332 components: - type: Transform rot: 1.5707963267948966 rad - pos: 29.5,-11.5 + pos: -3.5,74.5 parent: 2 - - uid: 17586 + - uid: 18336 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,13.5 + rot: 1.5707963267948966 rad + pos: -5.363085,50.487465 parent: 2 - - uid: 17620 + - uid: 18342 components: - type: Transform rot: 1.5707963267948966 rad - pos: 9.5,6.5 + pos: -5.3552723,49.885902 parent: 2 - - uid: 17621 + - uid: 19501 components: - type: Transform rot: -1.5707963267948966 rad - pos: 9.5,3.5 + pos: -8.5,45.5 parent: 2 - - uid: 17632 + - uid: 19540 components: - type: Transform - pos: 31.5,6.5 + rot: 3.141592653589793 rad + pos: -8.5,73.5 parent: 2 - - uid: 17633 + - uid: 19567 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,-0.5 + rot: -1.5707963267948966 rad + pos: -9.661678,59.18868 parent: 2 - - uid: 17652 + - uid: 19615 components: - type: Transform rot: 1.5707963267948966 rad - pos: -22.5,-20.5 + pos: -10.5,47.5 parent: 2 - - uid: 17653 + - uid: 19688 components: - type: Transform rot: 3.141592653589793 rad - pos: -22.5,-24.5 + pos: -10.5,73.5 parent: 2 - - uid: 17654 + - uid: 19748 components: - type: Transform - pos: -20.5,-24.5 + rot: 1.5707963267948966 rad + pos: -10.5,45.5 parent: 2 - - uid: 17699 + - uid: 19753 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,-20.5 - parent: 2 - - uid: 17752 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-23.5 + pos: -8.5,46.5 parent: 2 - - uid: 17785 + - uid: 19788 components: - type: Transform rot: 3.141592653589793 rad - pos: -33.5,-27.5 + pos: -4.5,62.5 parent: 2 - - uid: 17786 + - uid: 21698 components: - type: Transform - pos: -29.5,-27.5 + rot: -1.5707963267948966 rad + pos: -8.5,47.5 parent: 2 - - uid: 18237 + - uid: 21715 components: - type: Transform - pos: -20.5,55.5 + rot: 3.141592653589793 rad + pos: -7.5,62.5 parent: 2 - - uid: 18713 + - uid: 21796 components: - type: Transform rot: -1.5707963267948966 rad - pos: -32.5,6.5 + pos: -9.708553,58.40743 parent: 2 - - uid: 19083 + - uid: 22153 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,29.5 + rot: 1.5707963267948966 rad + pos: -10.5,46.5 parent: 2 - - uid: 19874 + - uid: 23839 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,73.5 + rot: 3.141592653589793 rad + pos: -28.429977,-10.2539 parent: 2 - - uid: 25348 + - uid: 23904 components: - type: Transform rot: -1.5707963267948966 rad - pos: -35.5,62.5 + pos: -45.5,-2.5 parent: 2 - - uid: 27862 + - uid: 23947 components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,62.5 + pos: -28.392527,22.47042 parent: 2 - - uid: 28600 + - uid: 23961 components: - type: Transform - pos: -26.5,64.5 + rot: 3.141592653589793 rad + pos: -32.5644,22.611046 parent: 2 - - uid: 29198 + - uid: 24117 components: - type: Transform rot: 3.141592653589793 rad - pos: -20.5,53.5 + pos: -36.486275,22.548546 parent: 2 - - uid: 30162 + - uid: 24138 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,42.5 + rot: 3.141592653589793 rad + pos: -33.580025,22.579796 parent: 2 - - uid: 34570 + - uid: 24913 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,41.5 + rot: 3.141592653589793 rad + pos: -37.5019,22.53292 parent: 2 - - uid: 35527 + - uid: 25058 components: - type: Transform - pos: 103.5,17.5 + rot: 3.141592653589793 rad + pos: -29.517527,22.548546 parent: 2 - - uid: 35530 + - uid: 25225 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 103.5,12.5 + rot: 3.141592653589793 rad + pos: -24.314402,22.579796 parent: 2 - - uid: 35560 + - uid: 25782 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 96.5,11.5 + rot: 3.141592653589793 rad + pos: -25.361277,22.50167 parent: 2 - - uid: 35781 + - uid: 26617 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,68.5 + rot: 3.141592653589793 rad + pos: -29.320602,-10.238275 parent: 2 - - uid: 35782 + - uid: 26618 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 77.5,67.5 + rot: 3.141592653589793 rad + pos: 22.557833,11.583709 parent: 2 - - uid: 35864 + - uid: 26681 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,15.5 + rot: 3.141592653589793 rad + pos: 22.526583,15.646209 parent: 2 - - uid: 35917 + - uid: 26715 components: - type: Transform rot: 3.141592653589793 rad - pos: 40.5,28.5 + pos: 65.5,26.5 parent: 2 - - uid: 35925 + - uid: 26814 components: - type: Transform - pos: 40.5,29.5 + rot: 3.141592653589793 rad + pos: 6.4640827,13.646209 parent: 2 - - uid: 35992 + - uid: 27124 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-25.5 + rot: 3.141592653589793 rad + pos: 6.4484577,11.677459 parent: 2 - - uid: 35998 + - uid: 27125 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,-1.5 + pos: 22.604708,9.443084 parent: 2 - - uid: 35999 + - uid: 27239 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,3.5 + rot: -1.5707963267948966 rad + pos: -75.5,4.5 parent: 2 - - uid: 36511 + - uid: 27318 components: - type: Transform - pos: 57.5,78.5 + rot: 3.141592653589793 rad + pos: 6.4640827,15.536834 parent: 2 - - uid: 36527 + - uid: 27356 components: - type: Transform rot: 3.141592653589793 rad - pos: 57.5,60.5 + pos: 6.4484577,9.458709 parent: 2 - - uid: 40541 + - uid: 27819 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,44.5 + pos: -73.5,5.5 parent: 2 - - uid: 40542 + - uid: 27832 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,44.5 + rot: 3.141592653589793 rad + pos: 22.542208,13.630584 parent: 2 -- proto: DisposalJunction - entities: - - uid: 2908 + - uid: 29007 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,20.5 + rot: 3.141592653589793 rad + pos: -38.5,33.5 parent: 2 - - uid: 3380 + - uid: 30334 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,20.5 + pos: 29.5,21.5 parent: 2 - - uid: 3676 + - uid: 30336 components: - type: Transform - pos: -54.5,22.5 + pos: 27.5,21.5 parent: 2 - - uid: 6203 + - uid: 30337 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-23.5 + pos: 28.5,21.5 parent: 2 - - uid: 7121 + - uid: 30427 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-21.5 + rot: -1.5707963267948966 rad + pos: 21.5,-13.5 parent: 2 - - uid: 9146 + - uid: 30428 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-10.5 + rot: -1.5707963267948966 rad + pos: 21.5,-14.5 parent: 2 - - uid: 9612 + - uid: 30602 components: - type: Transform - pos: -54.5,11.5 + rot: -1.5707963267948966 rad + pos: -45.5,-0.5 parent: 2 - - uid: 11646 + - uid: 30608 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,3.5 + rot: -1.5707963267948966 rad + pos: -45.5,-1.5 parent: 2 - - uid: 15678 + - uid: 31745 components: - type: Transform - pos: 1.5,23.5 + rot: -1.5707963267948966 rad + pos: 75.5,-9 parent: 2 - - uid: 16265 + - uid: 32039 components: - type: Transform rot: -1.5707963267948966 rad - pos: -23.5,20.5 + pos: 75.5,-8 parent: 2 - - uid: 16582 + - uid: 34659 components: - type: Transform rot: -1.5707963267948966 rad - pos: -29.5,64.5 + pos: 75.5,-8.5 parent: 2 - - uid: 16744 + - uid: 34661 components: - type: Transform rot: -1.5707963267948966 rad - pos: 1.5,20.5 + pos: 75.5,-10.5 parent: 2 - - uid: 16751 + - uid: 34662 components: - type: Transform rot: -1.5707963267948966 rad - pos: 39.5,29.5 + pos: 75.5,-10 parent: 2 - - uid: 16809 + - uid: 34674 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-4.5 + rot: -1.5707963267948966 rad + pos: 75.5,-9.5 parent: 2 - - uid: 16862 + - uid: 40012 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,-15.5 + rot: 3.141592653589793 rad + pos: -39.5,33.5 parent: 2 - - uid: 16889 + - uid: 40046 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-15.5 + pos: -41.449932,0.58899045 parent: 2 - - uid: 16910 + - uid: 40047 components: - type: Transform - pos: -45.5,7.5 + pos: -40.31712,0.63586545 parent: 2 - - uid: 17058 + - uid: 40048 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-15.5 + pos: -39.153057,0.59680295 parent: 2 - - uid: 17072 + - uid: 40049 components: - type: Transform - pos: -84.5,9.5 + pos: -37.778057,0.56555295 parent: 2 - - uid: 17147 + - uid: 40079 components: - type: Transform - pos: -46.5,3.5 + rot: 1.5707963267948966 rad + pos: -38.38711,65.61899 parent: 2 - - uid: 17201 + - uid: 41159 components: - type: Transform - pos: -15.5,24.5 + rot: 3.141592653589793 rad + pos: -11.5,52.5 parent: 2 - - uid: 17235 + - uid: 41160 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,20.5 + pos: -11.5,58.5 parent: 2 - - uid: 17240 + - uid: 41161 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,29.5 + pos: -12.5,58.5 parent: 2 - - uid: 17260 + - uid: 41162 components: - type: Transform - pos: 1.5,52.5 + pos: -13.5,58.5 parent: 2 - - uid: 17309 + - uid: 42163 components: - type: Transform - pos: 19.5,48.5 + rot: 3.141592653589793 rad + pos: 5.515803,73.57831 parent: 2 - - uid: 17314 + - uid: 42164 components: - type: Transform - pos: 1.5,61.5 + pos: 5.515803,76.48456 parent: 2 - - uid: 17333 +- proto: CheapRollerBed + entities: + - uid: 42997 components: - type: Transform - pos: 1.5,32.5 + pos: -3.3324425,-2.1419544 parent: 2 - - uid: 17353 +- proto: CheckerBoard + entities: + - uid: 18504 components: - type: Transform rot: -1.5707963267948966 rad - pos: 31.5,20.5 + pos: -52.463306,-3.3159504 parent: 2 - - uid: 17375 + - uid: 37486 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,17.5 + rot: 1.5707963267948966 rad + pos: -21.491974,55.78306 parent: 2 - - uid: 17400 +- proto: ChemDispenser + entities: + - uid: 6376 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-15.5 + pos: 13.5,-2.5 parent: 2 - - uid: 17479 + - uid: 12212 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-13.5 + pos: 17.5,-1.5 parent: 2 - - uid: 17481 +- proto: ChemistryEmptyBottle01 + entities: + - uid: 26714 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,20.5 + pos: 65.3554,30.867294 parent: 2 - - uid: 17634 + - uid: 36103 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,6.5 + pos: 72.35279,84.812 parent: 2 - - uid: 17636 + - uid: 36104 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,6.5 + pos: 72.66529,84.59325 parent: 2 - - uid: 17637 + - uid: 36117 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,6.5 + pos: 74.337166,85.7495 parent: 2 - - uid: 17650 +- proto: ChemistryHotplate + entities: + - uid: 23084 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-25.5 + pos: 12.5,0.5 parent: 2 - - uid: 17684 + - type: ItemPlacer + placedEntities: + - 2171 + - type: PlaceableSurface + isPlaceable: False + - uid: 27095 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-27.5 + pos: 17.5,1.5 parent: 2 - - uid: 17706 +- proto: ChemMaster + entities: + - uid: 1026 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-14.5 - parent: 2 - - uid: 17963 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,64.5 - parent: 2 - - uid: 18221 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,64.5 - parent: 2 - - uid: 25990 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,55.5 + pos: 14.5,-2.5 parent: 2 - - uid: 36000 + - uid: 1656 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,3.5 + pos: 18.5,-1.5 parent: 2 -- proto: DisposalJunctionFlipped +- proto: ChessBoard entities: - - uid: 5519 - components: - - type: Transform - pos: -54.5,24.5 - parent: 2 - - uid: 7087 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-18.5 - parent: 2 - - uid: 9096 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,8.5 - parent: 2 - - uid: 10207 - components: - - type: Transform - pos: -54.5,34.5 - parent: 2 - - uid: 10278 + - uid: 15104 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,29.5 + pos: 26.503761,48.66876 parent: 2 - - uid: 16945 + - uid: 18125 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-14.5 + rot: -1.5707963267948966 rad + pos: -22.510897,53.567955 parent: 2 - - uid: 17126 +- proto: ChurchBell + entities: + - uid: 18059 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,8.5 + pos: 52.5,19.5 parent: 2 - - uid: 17195 +- proto: ChurchOrganInstrument + entities: + - uid: 22120 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,20.5 + pos: 67.5,21.5 parent: 2 - - uid: 17254 +- proto: Cigar + entities: + - uid: 1614 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,8.5 + pos: -7.8759413,9.743548 parent: 2 - - uid: 17261 + - uid: 10713 components: - type: Transform - pos: 1.5,39.5 + pos: -18.309834,7.6166625 parent: 2 - - uid: 17262 + - uid: 40075 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,39.5 + rot: 1.5707963267948966 rad + pos: -5.291333,25.6262 parent: 2 - - uid: 17352 +- proto: Cigarette + entities: + - uid: 22121 components: - type: Transform - pos: 31.5,26.5 + pos: 65.775085,30.909584 parent: 2 - - uid: 17354 + - uid: 25623 components: - type: Transform - pos: 39.5,37.5 + pos: 47.137054,24.677122 parent: 2 - - uid: 17401 + - uid: 31415 components: - type: Transform rot: 1.5707963267948966 rad - pos: 29.5,-15.5 - parent: 2 - - uid: 17478 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-4.5 + pos: -46.859715,-34.496925 parent: 2 - - uid: 17585 +- proto: CigaretteSpent + entities: + - uid: 805 components: - type: Transform - pos: 39.5,34.5 + pos: -11.890192,-41.501385 parent: 2 - - uid: 17635 + - uid: 4323 components: - type: Transform rot: -1.5707963267948966 rad - pos: 16.5,6.5 + pos: 65.89948,30.141405 parent: 2 - - uid: 17649 + - uid: 4324 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-15.5 + rot: 3.141592653589793 rad + pos: 65.94636,29.871874 parent: 2 - - uid: 18990 + - uid: 4329 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,6.5 + pos: 46.949554,24.829466 parent: 2 - - uid: 20211 + - uid: 4330 components: - type: Transform - pos: -35.5,64.5 + pos: 65.5362,30.84453 parent: 2 -- proto: DisposalMachineFrame - entities: - - uid: 7042 + - uid: 6989 components: - type: Transform - pos: -33.5,-38.5 + rot: 3.141592653589793 rad + pos: -39.97819,34.291107 parent: 2 -- proto: DisposalPipe - entities: - - uid: 17 + - uid: 7717 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-21.5 + pos: 28.735868,25.78203 parent: 2 - - uid: 96 + - uid: 7722 components: - type: Transform rot: 3.141592653589793 rad - pos: -37.5,31.5 + pos: 65.969795,30.012499 parent: 2 - - uid: 128 + - uid: 9065 components: - type: Transform rot: 1.5707963267948966 rad - pos: 11.5,12.5 - parent: 2 - - uid: 441 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,6.5 + pos: -50.010956,22.296993 parent: 2 - - uid: 1289 + - uid: 9066 components: - type: Transform rot: -1.5707963267948966 rad - pos: 22.5,6.5 - parent: 2 - - uid: 1570 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,10.5 - parent: 2 - - uid: 1613 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,10.5 + pos: -50.81335,12.339648 parent: 2 - - uid: 1769 + - uid: 9068 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,11.5 + pos: -49.690643,22.312618 parent: 2 - - uid: 1779 + - uid: 9069 components: - type: Transform rot: 3.141592653589793 rad - pos: 10.5,9.5 + pos: -50.446163,11.980273 parent: 2 - - uid: 2142 + - uid: 9070 components: - type: Transform rot: -1.5707963267948966 rad - pos: 23.5,6.5 + pos: -50.922726,12.738086 parent: 2 - - uid: 2260 + - uid: 9072 components: - type: Transform rot: -1.5707963267948966 rad - pos: 45.5,-17.5 + pos: -50.977413,12.292773 parent: 2 - - uid: 2262 + - uid: 9080 components: - type: Transform - pos: 50.5,-12.5 + rot: -1.5707963267948966 rad + pos: -50.39929,12.628711 parent: 2 - - uid: 2393 + - uid: 9091 components: - type: Transform rot: 3.141592653589793 rad - pos: -54.5,39.5 + pos: -6.266629,-41.046394 parent: 2 - - uid: 3374 + - uid: 10179 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,20.5 - parent: 2 - - uid: 3671 + parent: 10177 + - type: Physics + canCollide: False + - uid: 10180 components: - type: Transform - pos: -54.5,29.5 - parent: 2 - - uid: 3672 + parent: 10177 + - type: Physics + canCollide: False + - uid: 10187 components: - type: Transform - pos: -54.5,30.5 + rot: -1.5707963267948966 rad + pos: -49.840324,22.310448 parent: 2 - - uid: 3673 + - uid: 10651 components: - type: Transform - pos: -54.5,21.5 + pos: -12.300348,-42.263103 parent: 2 - - uid: 3698 + - uid: 10652 components: - type: Transform rot: -1.5707963267948966 rad - pos: -50.5,34.5 - parent: 2 - - uid: 4084 - components: - - type: Transform - pos: -54.5,26.5 + pos: -7.308161,-41.677166 parent: 2 - - uid: 4122 + - uid: 10654 components: - type: Transform - pos: -54.5,27.5 + rot: -1.5707963267948966 rad + pos: -12.218317,-40.868572 parent: 2 - - uid: 4131 + - uid: 15177 components: - type: Transform - pos: -35.5,31.5 - parent: 2 - - uid: 4190 + parent: 14456 + - type: Physics + canCollide: False + - uid: 15410 components: - type: Transform - pos: -54.5,31.5 - parent: 2 - - uid: 4336 + parent: 14456 + - type: Physics + canCollide: False + - uid: 16415 components: - type: Transform - pos: -54.5,28.5 + pos: -40.29069,34.54892 parent: 2 - - uid: 4462 + - uid: 16978 components: - type: Transform rot: -1.5707963267948966 rad - pos: -45.5,-18.5 + pos: -50.52429,12.659961 parent: 2 - - uid: 4500 + - uid: 19294 components: - type: Transform rot: -1.5707963267948966 rad - pos: -46.5,-18.5 + pos: -50.508663,12.261523 parent: 2 - - uid: 4791 + - uid: 20299 components: - type: Transform - pos: -50.5,-25.5 + pos: -8.280817,-42.509197 parent: 2 - - uid: 4793 + - uid: 20301 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-24.5 + pos: -9.491023,-44.96478 parent: 2 - - uid: 4966 + - uid: 20302 components: - type: Transform - pos: -1.5,1.5 + pos: -11.225398,-45.605404 parent: 2 - - uid: 5117 + - uid: 20303 components: - type: Transform - pos: -1.5,2.5 + pos: -11.756648,-45.49603 parent: 2 - - uid: 5399 + - uid: 20304 components: - type: Transform rot: 3.141592653589793 rad - pos: 58.5,53.5 - parent: 2 - - uid: 5547 - components: - - type: Transform - pos: -54.5,25.5 + pos: -12.136286,-41.72404 parent: 2 - - uid: 5548 + - uid: 21976 components: - type: Transform - pos: -54.5,23.5 + pos: -12.124567,-41.337322 parent: 2 - - uid: 5929 + - uid: 22063 components: - type: Transform - pos: -33.5,-5.5 + pos: 29.134306,25.571093 parent: 2 - - uid: 6120 + - uid: 22396 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,20.5 + rot: 1.5707963267948966 rad + pos: -6.516629,-41.202644 parent: 2 - - uid: 6617 + - uid: 22718 components: - type: Transform - pos: -33.5,-6.5 + rot: 1.5707963267948966 rad + pos: -6.3994417,-41.108894 parent: 2 - - uid: 6784 + - uid: 23337 components: - type: Transform - pos: -20.5,-29.5 + pos: 33.164318,-4.454046 parent: 2 - - uid: 6786 + - uid: 25399 components: - type: Transform - pos: -20.5,-31.5 + pos: 46.844086,24.911497 parent: 2 - - uid: 6787 + - uid: 26706 components: - type: Transform - pos: -20.5,-30.5 + pos: 33.89088,-5.5087333 parent: 2 - - uid: 6791 + - uid: 27251 components: - type: Transform - pos: -20.5,-32.5 + pos: 33.773693,-5.7899833 parent: 2 - - uid: 6792 + - uid: 27316 components: - type: Transform - pos: -20.5,-33.5 + rot: 3.141592653589793 rad + pos: 14.846089,11.573013 parent: 2 - - uid: 6793 + - uid: 27343 components: - type: Transform - pos: -20.5,-35.5 + pos: 14.478902,12.479263 parent: 2 - - uid: 6794 + - uid: 27382 components: - type: Transform - pos: -20.5,-34.5 + pos: 14.838277,11.971451 parent: 2 - - uid: 6915 + - uid: 29178 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-25.5 + pos: 29.251493,25.629686 parent: 2 - - uid: 7043 + - uid: 31241 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-36.5 + rot: 3.141592653589793 rad + pos: -47.12534,-34.090675 parent: 2 - - uid: 7044 + - uid: 31272 components: - type: Transform rot: 1.5707963267948966 rad - pos: -31.5,-36.5 - parent: 2 - - uid: 7045 - components: - - type: Transform - pos: -29.5,-33.5 + pos: -46.789402,-34.535988 parent: 2 - - uid: 7046 + - uid: 31273 components: - type: Transform - pos: -29.5,-31.5 + pos: -46.578465,-34.4813 parent: 2 - - uid: 7199 + - uid: 31282 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-17.5 + rot: -1.5707963267948966 rad + pos: -44.922215,-34.207863 parent: 2 - - uid: 7288 + - uid: 31331 components: - type: Transform rot: 1.5707963267948966 rad - pos: -41.5,-21.5 + pos: -48.351902,-34.207863 parent: 2 - - uid: 8742 + - uid: 31332 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,16.5 - parent: 2 - - uid: 8780 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,34.5 + pos: -48.422215,-34.2938 parent: 2 - - uid: 8782 + - uid: 31333 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,22.5 + pos: -44.773777,-31.489113 parent: 2 - - uid: 8836 + - uid: 31334 components: - type: Transform rot: -1.5707963267948966 rad - pos: -48.5,34.5 + pos: -43.015965,-28.332863 parent: 2 - - uid: 8940 + - uid: 31335 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,11.5 + rot: 3.141592653589793 rad + pos: -42.945652,-28.653175 parent: 2 - - uid: 8982 + - uid: 31336 components: - type: Transform - pos: -54.5,32.5 + rot: 1.5707963267948966 rad + pos: -41.539402,-24.434425 parent: 2 - - uid: 9001 + - uid: 31337 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,8.5 + rot: 1.5707963267948966 rad + pos: -41.461277,-24.348488 parent: 2 - - uid: 9015 + - uid: 31338 components: - type: Transform rot: 1.5707963267948966 rad - pos: -56.5,22.5 + pos: -35.320652,-35.739113 parent: 2 - - uid: 9030 + - uid: 31339 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,11.5 + pos: -35.180027,-35.7313 parent: 2 - - uid: 9300 + - uid: 31340 components: - type: Transform rot: -1.5707963267948966 rad - pos: -31.5,-10.5 + pos: -48.117527,-35.6063 parent: 2 - - uid: 9301 + - uid: 31341 components: - type: Transform rot: -1.5707963267948966 rad - pos: -30.5,-10.5 + pos: -47.930027,-35.754738 parent: 2 - - uid: 9597 + - uid: 31342 components: - type: Transform - pos: -54.5,12.5 + rot: 3.141592653589793 rad + pos: -48.101902,-35.848488 parent: 2 - - uid: 9615 + - uid: 31400 components: - type: Transform - pos: -54.5,13.5 + rot: 1.5707963267948966 rad + pos: -48.351902,-35.9188 parent: 2 - - uid: 9622 + - uid: 32051 components: - type: Transform - pos: -54.5,20.5 + pos: -36.83798,-34.338604 parent: 2 - - uid: 9696 + - uid: 34835 components: - type: Transform - pos: -54.5,37.5 + pos: 94.860054,65.51938 parent: 2 - - uid: 9901 + - uid: 34836 components: - type: Transform rot: -1.5707963267948966 rad - pos: -52.5,34.5 + pos: 94.97724,65.15219 parent: 2 - - uid: 10176 + - uid: 36627 components: - type: Transform rot: -1.5707963267948966 rad - pos: -51.5,34.5 + pos: 101.08202,60.90204 parent: 2 - - uid: 10184 + - uid: 36628 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,34.5 + rot: 3.141592653589793 rad + pos: 101.16796,60.675476 parent: 2 - - uid: 10271 + - uid: 36629 components: - type: Transform - pos: -12.5,36.5 + rot: 3.141592653589793 rad + pos: 100.01171,58.68329 parent: 2 - - uid: 10279 + - uid: 36630 components: - type: Transform - pos: -35.5,30.5 + rot: 1.5707963267948966 rad + pos: 99.95702,58.65204 parent: 2 - - uid: 10281 + - uid: 36631 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,4.5 + rot: 1.5707963267948966 rad + pos: 99.839836,58.55829 parent: 2 - - uid: 10567 + - uid: 36632 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,29.5 + pos: 98.48827,57.18329 parent: 2 - - uid: 10706 + - uid: 36633 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,5.5 + pos: 98.871086,57.37079 parent: 2 - - uid: 10714 + - uid: 36634 components: - type: Transform - pos: -50.5,-27.5 + pos: 95.59765,58.78485 parent: 2 - - uid: 11254 + - uid: 36635 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -72.5,8.5 + pos: 103.08202,58.30829 parent: 2 - - uid: 11391 + - uid: 37586 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-21.5 + pos: -44.72388,-24.33584 parent: 2 - - uid: 11484 + - uid: 37587 components: - type: Transform - pos: -50.5,-32.5 + pos: -44.34107,-24.820215 parent: 2 - - uid: 12054 + - uid: 37588 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-14.5 + pos: -44.41138,-25.015528 parent: 2 - - uid: 12935 + - uid: 37589 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,4.5 + pos: -40.114506,-25.632715 parent: 2 - - uid: 12973 + - uid: 37700 components: - type: Transform rot: 3.141592653589793 rad - pos: 31.5,28.5 + pos: -40.79069,33.806732 parent: 2 - - uid: 13012 + - uid: 38173 components: - type: Transform - pos: -52.5,-24.5 + rot: 3.141592653589793 rad + pos: 2.9454837,5.7208405 parent: 2 - - uid: 13737 + - uid: 38179 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,15.5 + pos: 2.8439212,5.947403 parent: 2 - - uid: 13741 + - uid: 38181 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,14.5 + pos: 3.2892337,5.8458405 parent: 2 - - uid: 13744 + - uid: 40402 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,11.5 + pos: -21.652153,27.499138 parent: 2 - - uid: 13745 + - uid: 40403 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,8.5 + pos: -21.76934,26.749138 parent: 2 - - uid: 15193 + - uid: 40404 components: - type: Transform - pos: 1.5,63.5 + pos: -21.95684,26.905388 parent: 2 - - uid: 15238 + - uid: 40405 components: - type: Transform rot: -1.5707963267948966 rad - pos: 0.5,23.5 + pos: -22.01934,26.897575 parent: 2 - - uid: 15560 + - uid: 40406 components: - type: Transform - pos: -54.5,33.5 + rot: 1.5707963267948966 rad + pos: -19.86309,26.702263 parent: 2 - - uid: 15604 +- proto: CigarGold + entities: + - uid: 6070 components: - type: Transform - pos: -54.5,35.5 + rot: 3.141592653589793 rad + pos: 34.045437,57.256462 parent: 2 - - uid: 15708 +- proto: CigarGoldCase + entities: + - uid: 15264 components: - type: Transform - pos: -54.5,36.5 + pos: 12.139951,48.675068 parent: 2 - - uid: 15906 + - uid: 38796 components: - type: Transform - pos: -11.5,10.5 + pos: -58.59986,14.547134 parent: 2 - - uid: 16263 +- proto: CigarGoldSpent + entities: + - uid: 21747 components: - type: Transform rot: 1.5707963267948966 rad - pos: -34.5,29.5 + pos: 34.397,57.209587 parent: 2 - - uid: 16264 +- proto: CigarSpent + entities: + - uid: 1246 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,19.5 + pos: -21.355278,26.889763 parent: 2 - - uid: 16280 + - uid: 10178 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,23.5 - parent: 2 - - uid: 16394 + parent: 10177 + - type: Physics + canCollide: False + - uid: 16968 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,1.5 + pos: -48.909393,21.461813 parent: 2 - - uid: 16601 + - uid: 16989 components: - type: Transform - pos: 14.5,21.5 + pos: -40.077534,33.82705 parent: 2 - - uid: 16606 + - uid: 27385 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-0.5 + pos: 34.329052,-4.3861756 parent: 2 - - uid: 16672 + - uid: 31237 components: - type: Transform - pos: 50.5,-6.5 + pos: -46.867527,-34.426613 parent: 2 - - uid: 16675 + - uid: 31238 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,5.5 + pos: -43.430027,-31.426613 parent: 2 - - uid: 16676 + - uid: 31240 components: - type: Transform rot: 3.141592653589793 rad - pos: -33.5,4.5 + pos: -45.226902,-34.004738 parent: 2 - - uid: 16677 + - uid: 34416 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,3.5 + pos: 94.56318,65.7327 parent: 2 - - uid: 16682 + - uid: 34834 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-1.5 + pos: 93.75068,77.860245 parent: 2 - - uid: 16683 + - uid: 36613 components: - type: Transform rot: 3.141592653589793 rad - pos: -33.5,-2.5 + pos: 103.06098,60.91201 parent: 2 - - uid: 16684 + - uid: 36614 components: - type: Transform rot: 3.141592653589793 rad - pos: -33.5,-3.5 + pos: 100.49848,61.50576 parent: 2 - - uid: 16685 + - uid: 37585 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-4.5 + pos: -41.762943,-24.515528 parent: 2 - - uid: 16688 + - uid: 40077 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-8.5 + pos: -18.607794,50.009377 parent: 2 - - uid: 16689 +- proto: CircuitImprinter + entities: + - uid: 10233 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-9.5 + pos: 29.5,30.5 parent: 2 - - uid: 16691 +- proto: CleanerDispenser + entities: + - uid: 37706 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-11.5 + rot: -1.5707963267948966 rad + pos: -33.5,9.5 parent: 2 - - uid: 16692 +- proto: ClockworkGirder + entities: + - uid: 35314 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,-12.5 + pos: 21.5,81.5 parent: 2 - - uid: 16693 + - uid: 35315 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,-13.5 + pos: 17.5,88.5 parent: 2 - - uid: 16694 + - uid: 35319 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,-14.5 + pos: 21.5,88.5 parent: 2 - - uid: 16708 + - uid: 35320 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,17.5 + pos: 17.5,81.5 parent: 2 - - uid: 16709 +- proto: ClockworkGrille + entities: + - uid: 13146 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,18.5 + pos: 21.5,83.5 parent: 2 - - uid: 16710 + - uid: 35277 components: - type: Transform rot: 3.141592653589793 rad - pos: -32.5,19.5 + pos: 21.5,84.5 parent: 2 - - uid: 16711 + - uid: 35280 components: - type: Transform rot: 1.5707963267948966 rad - pos: -31.5,20.5 + pos: 21.5,85.5 parent: 2 - - uid: 16712 + - uid: 35294 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,20.5 + rot: 3.141592653589793 rad + pos: 21.5,82.5 parent: 2 - - uid: 16713 + - uid: 35304 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,20.5 + pos: 21.5,86.5 parent: 2 - - uid: 16714 + - uid: 35305 components: - type: Transform rot: 1.5707963267948966 rad - pos: -28.5,20.5 + pos: 21.5,87.5 parent: 2 - - uid: 16715 + - uid: 35310 components: - type: Transform rot: 1.5707963267948966 rad - pos: -27.5,20.5 + pos: 20.5,89.5 parent: 2 - - uid: 16716 + - uid: 35311 components: - type: Transform rot: 1.5707963267948966 rad - pos: -26.5,20.5 + pos: 19.5,89.5 parent: 2 - - uid: 16717 + - uid: 35312 components: - type: Transform rot: 1.5707963267948966 rad - pos: -25.5,20.5 + pos: 18.5,89.5 parent: 2 - - uid: 16718 +- proto: ClockworkWindow + entities: + - uid: 13145 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,20.5 + rot: 3.141592653589793 rad + pos: 21.5,84.5 parent: 2 - - uid: 16720 + - uid: 35275 components: - type: Transform rot: 1.5707963267948966 rad - pos: -22.5,20.5 + pos: 21.5,87.5 parent: 2 - - uid: 16721 + - uid: 35279 components: - type: Transform rot: 1.5707963267948966 rad - pos: -21.5,20.5 + pos: 18.5,89.5 parent: 2 - - uid: 16722 + - uid: 35283 components: - type: Transform rot: 1.5707963267948966 rad - pos: -20.5,20.5 + pos: 20.5,89.5 parent: 2 - - uid: 16723 + - uid: 35284 components: - type: Transform rot: 1.5707963267948966 rad - pos: -19.5,20.5 + pos: 19.5,89.5 parent: 2 - - uid: 16724 + - uid: 35290 components: - type: Transform rot: 1.5707963267948966 rad - pos: -18.5,20.5 + pos: 21.5,86.5 parent: 2 - - uid: 16725 + - uid: 35291 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,20.5 + rot: 3.141592653589793 rad + pos: 21.5,82.5 parent: 2 - - uid: 16726 + - uid: 35293 components: - type: Transform rot: 1.5707963267948966 rad - pos: -16.5,20.5 + pos: 21.5,85.5 parent: 2 - - uid: 16727 + - uid: 35302 components: - type: Transform rot: 3.141592653589793 rad - pos: -15.5,21.5 + pos: 21.5,83.5 parent: 2 - - uid: 16728 +- proto: ClosetBombFilled + entities: + - uid: 3816 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,20.5 + pos: -8.5,37.5 parent: 2 - - uid: 16729 + - uid: 15793 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,20.5 + pos: -4.5,37.5 parent: 2 - - uid: 16730 + - uid: 19734 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,20.5 + pos: 4.5,66.5 parent: 2 - - uid: 16731 + - uid: 27794 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,20.5 + pos: 46.5,46.5 parent: 2 - - uid: 16733 + - uid: 29716 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,20.5 + pos: 5.5,66.5 parent: 2 - - uid: 16734 + - uid: 39679 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,20.5 + pos: 7.5,-25.5 parent: 2 - - uid: 16735 +- proto: ClosetChefFilled + entities: + - uid: 12433 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,20.5 + pos: -55.5,-18.5 parent: 2 - - uid: 16736 + - uid: 30615 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,20.5 + pos: -54.5,-18.5 parent: 2 - - uid: 16737 +- proto: ClosetEmergencyN2FilledRandom + entities: + - uid: 40561 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,20.5 + pos: 82.5,3.5 parent: 2 - - uid: 16738 + - uid: 40562 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,20.5 + pos: 52.5,-34.5 parent: 2 - - uid: 16739 + - uid: 40564 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,20.5 + pos: -64.5,-14.5 parent: 2 - - uid: 16740 +- proto: ClosetJanitorFilled + entities: + - uid: 2313 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,20.5 + pos: -35.5,12.5 parent: 2 - - uid: 16741 + - uid: 22179 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,20.5 + pos: -36.5,12.5 parent: 2 - - uid: 16742 + - uid: 30330 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,20.5 + pos: -34.5,12.5 parent: 2 - - uid: 16743 +- proto: ClosetL3 + entities: + - uid: 8252 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,20.5 + pos: 56.5,87.5 parent: 2 - - uid: 16745 + - uid: 8253 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,20.5 + pos: 57.5,87.5 parent: 2 - - uid: 16746 +- proto: ClosetL3Filled + entities: + - uid: 8247 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,20.5 + pos: 58.5,87.5 parent: 2 - - uid: 16747 +- proto: ClosetL3JanitorFilled + entities: + - uid: 9303 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,20.5 + pos: -34.5,8.5 parent: 2 - - uid: 16748 + - uid: 37696 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,20.5 + pos: -35.5,8.5 parent: 2 - - uid: 16749 +- proto: ClosetL3ScienceFilled + entities: + - uid: 4423 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,20.5 + pos: 40.5,26.5 parent: 2 - - uid: 16750 +- proto: ClosetL3VirologyFilled + entities: + - uid: 7271 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,20.5 + pos: -8.5,5.5 parent: 2 - - uid: 16752 + - uid: 7273 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,20.5 + pos: -5.5,5.5 parent: 2 - - uid: 16753 +- proto: ClosetLegalFilled + entities: + - uid: 15195 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,20.5 + pos: -2.5,76.5 parent: 2 - - uid: 16754 + - uid: 19612 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,20.5 + pos: -1.5,76.5 parent: 2 - - uid: 16756 + - uid: 19637 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,20.5 + pos: -3.5,76.5 parent: 2 - - uid: 16757 +- proto: ClosetMaintenance + entities: + - uid: 35700 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,20.5 + pos: 54.5,85.5 parent: 2 - - uid: 16758 + - uid: 35702 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,20.5 + pos: 54.5,83.5 parent: 2 - - uid: 16759 +- proto: ClosetMaintenanceFilledRandom + entities: + - uid: 35701 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,20.5 + pos: 54.5,84.5 parent: 2 - - uid: 16760 +- proto: ClosetRadiationSuitFilled + entities: + - uid: 54 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,20.5 + pos: 50.5,48.5 parent: 2 - - uid: 16761 + - uid: 4031 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,20.5 + pos: 40.5,23.5 parent: 2 - - uid: 16762 + - uid: 25765 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,20.5 + pos: 87.5,-10.5 parent: 2 - - uid: 16763 + - uid: 29538 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,20.5 + pos: 86.5,-10.5 parent: 2 - - uid: 16764 +- proto: ClosetToolFilled + entities: + - uid: 26253 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,20.5 + pos: -65.5,24.5 parent: 2 - - uid: 16765 + - uid: 35939 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,20.5 + pos: 80.5,-10.5 parent: 2 - - uid: 16766 +- proto: ClosetWallEmergencyFilledRandom + entities: + - uid: 119 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,20.5 + pos: -3.5,-49.5 parent: 2 - - uid: 16767 + - uid: 3740 components: - type: Transform rot: 1.5707963267948966 rad - pos: 28.5,20.5 + pos: -3.5,30.5 parent: 2 - - uid: 16768 + - uid: 4483 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,20.5 + pos: 71.5,28.5 parent: 2 - - uid: 16769 + - uid: 4633 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,20.5 + pos: 51.5,45.5 parent: 2 - - uid: 16770 + - uid: 4807 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,20.5 + pos: 59.5,34.5 parent: 2 - - uid: 16771 + - uid: 4938 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,20.5 + pos: -2.5,-26.5 parent: 2 - - uid: 16772 + - uid: 5749 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,20.5 + pos: 5.5,34.5 parent: 2 - - uid: 16773 + - uid: 5897 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,20.5 + pos: -75.5,25.5 parent: 2 - - uid: 16774 + - uid: 5899 components: - type: Transform rot: 1.5707963267948966 rad - pos: 36.5,20.5 + pos: -66.5,5.5 parent: 2 - - uid: 16775 + - uid: 6133 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,20.5 + pos: 42.5,-25.5 parent: 2 - - uid: 16776 + - uid: 6142 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,20.5 + rot: -1.5707963267948966 rad + pos: 48.5,-20.5 parent: 2 - - uid: 16777 + - uid: 6148 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,20.5 + rot: -1.5707963267948966 rad + pos: -66.5,22.5 parent: 2 - - uid: 16778 + - uid: 6152 components: - type: Transform rot: 1.5707963267948966 rad - pos: 40.5,20.5 + pos: 22.5,24.5 parent: 2 - - uid: 16779 + - uid: 6914 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,20.5 + rot: -1.5707963267948966 rad + pos: -31.5,-18.5 parent: 2 - - uid: 16780 + - uid: 7116 components: - type: Transform rot: 1.5707963267948966 rad - pos: 42.5,20.5 + pos: -8.5,-33.5 parent: 2 - - uid: 16781 + - uid: 8298 components: - type: Transform rot: 1.5707963267948966 rad - pos: 43.5,20.5 + pos: 40.5,-34.5 parent: 2 - - uid: 16782 + - uid: 12736 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,20.5 + pos: 62.5,-28.5 parent: 2 - - uid: 16783 + - uid: 14977 components: - type: Transform rot: 1.5707963267948966 rad - pos: 45.5,20.5 + pos: 24.5,-18.5 parent: 2 - - uid: 16784 + - uid: 14985 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,20.5 + pos: 33.5,45.5 parent: 2 - - uid: 16785 + - uid: 15263 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,20.5 + rot: -1.5707963267948966 rad + pos: 20.5,50.5 parent: 2 - - uid: 16786 + - uid: 16039 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,20.5 + rot: -1.5707963267948966 rad + pos: 3.5,70.5 parent: 2 - - uid: 16787 + - uid: 16583 components: - type: Transform - pos: 49.5,19.5 + rot: -1.5707963267948966 rad + pos: -35.5,40.5 parent: 2 - - uid: 16788 + - uid: 18327 components: - type: Transform - pos: 49.5,18.5 + pos: -1.5,-19.5 parent: 2 - - uid: 16789 + - uid: 19903 components: - type: Transform - pos: 49.5,16.5 + rot: 1.5707963267948966 rad + pos: 77.5,-0.5 parent: 2 - - uid: 16790 + - uid: 19928 components: - type: Transform - pos: 49.5,15.5 + rot: -1.5707963267948966 rad + pos: -60.5,-18.5 parent: 2 - - uid: 16791 + - uid: 26458 components: - type: Transform - pos: 49.5,14.5 + rot: 1.5707963267948966 rad + pos: -27.5,5.5 parent: 2 - - uid: 16792 + - uid: 28371 components: - type: Transform - pos: 49.5,13.5 + rot: -1.5707963267948966 rad + pos: 55.5,3.5 parent: 2 - - uid: 16793 + - uid: 28419 components: - type: Transform - pos: 49.5,12.5 + rot: -1.5707963267948966 rad + pos: 40.5,-8.5 parent: 2 - - uid: 16794 + - uid: 28506 components: - type: Transform - pos: 49.5,11.5 + pos: 38.5,12.5 parent: 2 - - uid: 16795 + - uid: 28509 components: - type: Transform - pos: 49.5,10.5 + rot: 1.5707963267948966 rad + pos: -36.5,15.5 parent: 2 - - uid: 16796 + - uid: 29144 components: - type: Transform - pos: 49.5,9.5 + rot: 1.5707963267948966 rad + pos: -45.5,20.5 parent: 2 - - uid: 16797 + - uid: 30230 components: - type: Transform - pos: 49.5,8.5 + pos: -2.5,-49.5 parent: 2 - - uid: 16798 + - uid: 33628 components: - type: Transform - pos: 49.5,7.5 + rot: 3.141592653589793 rad + pos: 104.5,52.5 parent: 2 - - uid: 16799 + - uid: 35274 components: - type: Transform - pos: 49.5,6.5 + pos: 15.5,88.5 parent: 2 - - uid: 16800 + - uid: 35504 components: - type: Transform - pos: 49.5,5.5 + pos: -14.5,94.5 parent: 2 - - uid: 16801 + - uid: 36484 components: - type: Transform - pos: 49.5,4.5 + pos: -50.5,30.5 parent: 2 - - uid: 16802 + - uid: 38891 components: - type: Transform - pos: 50.5,2.5 + rot: -1.5707963267948966 rad + pos: 11.5,-37.5 parent: 2 - - uid: 16803 + - uid: 39346 components: - type: Transform - pos: 50.5,1.5 + rot: -1.5707963267948966 rad + pos: -51.5,-34.5 parent: 2 - - uid: 16804 + - uid: 40593 components: - type: Transform - pos: 50.5,0.5 + pos: 14.5,63.5 parent: 2 - - uid: 16805 + - uid: 41610 components: - type: Transform - pos: 50.5,-0.5 + rot: -1.5707963267948966 rad + pos: -45.5,76.5 parent: 2 - - uid: 16806 +- proto: ClosetWallFireFilledRandom + entities: + - uid: 1036 components: - type: Transform - pos: 50.5,-1.5 + rot: -1.5707963267948966 rad + pos: -35.5,41.5 parent: 2 - - uid: 16807 + - uid: 3818 components: - type: Transform - pos: 50.5,-2.5 + pos: 61.5,-28.5 parent: 2 - - uid: 16808 + - uid: 4082 components: - type: Transform - pos: 50.5,-3.5 + rot: 1.5707963267948966 rad + pos: -3.5,31.5 parent: 2 - - uid: 16810 + - uid: 4501 components: - type: Transform - pos: 50.5,-7.5 + pos: 70.5,28.5 parent: 2 - - uid: 16811 + - uid: 4505 components: - type: Transform - pos: 50.5,-8.5 + pos: 60.5,34.5 parent: 2 - - uid: 16812 + - uid: 4942 components: - type: Transform - pos: 50.5,-9.5 + rot: -1.5707963267948966 rad + pos: -66.5,23.5 parent: 2 - - uid: 16813 + - uid: 5765 components: - type: Transform - pos: 50.5,-10.5 + rot: 1.5707963267948966 rad + pos: 22.5,23.5 parent: 2 - - uid: 16814 + - uid: 5901 components: - type: Transform - pos: 50.5,-11.5 + rot: -1.5707963267948966 rad + pos: -31.5,-19.5 parent: 2 - - uid: 16815 + - uid: 5975 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-8.5 + rot: 1.5707963267948966 rad + pos: -8.5,-32.5 parent: 2 - - uid: 16816 + - uid: 6132 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-17.5 + pos: 41.5,-25.5 parent: 2 - - uid: 16817 + - uid: 6143 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-17.5 + pos: -3.5,-26.5 parent: 2 - - uid: 16818 + - uid: 6150 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,-17.5 + pos: 4.5,34.5 parent: 2 - - uid: 16819 + - uid: 6307 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-17.5 + pos: 52.5,45.5 parent: 2 - - uid: 16820 + - uid: 6887 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-17.5 + rot: 1.5707963267948966 rad + pos: -66.5,4.5 parent: 2 - - uid: 16821 + - uid: 7624 components: - type: Transform rot: -1.5707963267948966 rad - pos: 37.5,-15.5 + pos: 48.5,-21.5 parent: 2 - - uid: 16822 + - uid: 8301 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-15.5 + rot: 1.5707963267948966 rad + pos: 40.5,-33.5 parent: 2 - - uid: 16823 + - uid: 14978 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,9.5 + rot: 1.5707963267948966 rad + pos: 24.5,-19.5 parent: 2 - - uid: 16824 + - uid: 14984 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-15.5 + pos: 34.5,45.5 parent: 2 - - uid: 16825 + - uid: 15259 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-15.5 + rot: 1.5707963267948966 rad + pos: 16.5,50.5 parent: 2 - - uid: 16826 + - uid: 16033 components: - type: Transform rot: -1.5707963267948966 rad - pos: 32.5,-15.5 + pos: 3.5,71.5 parent: 2 - - uid: 16827 + - uid: 19889 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-15.5 + rot: 1.5707963267948966 rad + pos: -36.5,14.5 parent: 2 - - uid: 16828 + - uid: 19904 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-15.5 + rot: 1.5707963267948966 rad + pos: 77.5,0.5 parent: 2 - - uid: 16830 + - uid: 19925 components: - type: Transform rot: -1.5707963267948966 rad - pos: 28.5,-15.5 + pos: -60.5,-17.5 parent: 2 - - uid: 16831 + - uid: 19932 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-15.5 + pos: -76.5,25.5 parent: 2 - - uid: 16832 + - uid: 20002 components: - type: Transform rot: -1.5707963267948966 rad - pos: 26.5,-15.5 + pos: -35.5,39.5 parent: 2 - - uid: 16833 + - uid: 21053 components: - type: Transform rot: -1.5707963267948966 rad - pos: 25.5,-15.5 + pos: 40.5,-9.5 parent: 2 - - uid: 16834 + - uid: 23122 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-15.5 + pos: 6.5,-49.5 parent: 2 - - uid: 16835 + - uid: 26847 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-15.5 + pos: 39.5,12.5 parent: 2 - - uid: 16836 + - uid: 28502 components: - type: Transform rot: -1.5707963267948966 rad - pos: 22.5,-15.5 + pos: 55.5,4.5 parent: 2 - - uid: 16837 + - uid: 28505 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-15.5 + pos: -2.5,-19.5 parent: 2 - - uid: 16838 + - uid: 28510 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-15.5 + rot: 1.5707963267948966 rad + pos: -27.5,4.5 parent: 2 - - uid: 16839 + - uid: 30229 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-15.5 + pos: 5.5,-49.5 parent: 2 - - uid: 16840 + - uid: 30755 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-15.5 + rot: 1.5707963267948966 rad + pos: -45.5,19.5 parent: 2 - - uid: 16841 + - uid: 33629 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,-15.5 + rot: 3.141592653589793 rad + pos: 106.5,52.5 parent: 2 - - uid: 16842 + - uid: 35276 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-15.5 + pos: 16.5,88.5 parent: 2 - - uid: 16857 + - uid: 35505 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-15.5 + pos: -13.5,94.5 parent: 2 - - uid: 16858 + - uid: 36483 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-15.5 + pos: -51.5,30.5 parent: 2 - - uid: 16859 + - uid: 38892 components: - type: Transform rot: -1.5707963267948966 rad - pos: -1.5,-15.5 + pos: 11.5,-38.5 parent: 2 - - uid: 16860 + - uid: 39345 components: - type: Transform rot: -1.5707963267948966 rad - pos: -2.5,-15.5 + pos: -51.5,-33.5 parent: 2 - - uid: 16861 + - uid: 41164 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-15.5 + pos: 13.5,63.5 parent: 2 - - uid: 16863 + - uid: 41609 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,-15.5 + pos: -45.5,75.5 parent: 2 - - uid: 16864 +- proto: ClosetWallMaintenanceFilledRandom + entities: + - uid: 5103 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,-15.5 + rot: 1.5707963267948966 rad + pos: -35.5,-7.5 parent: 2 - - uid: 16865 + - uid: 6147 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-15.5 + pos: 6.5,34.5 parent: 2 - - uid: 16866 + - uid: 8769 components: - type: Transform rot: -1.5707963267948966 rad - pos: -8.5,-15.5 + pos: -43.5,21.5 parent: 2 - - uid: 16867 + - uid: 11982 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,3.5 + rot: 1.5707963267948966 rad + pos: 23.5,-27.5 parent: 2 - - uid: 16868 + - uid: 12951 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-15.5 + rot: 1.5707963267948966 rad + pos: 77.5,-1.5 parent: 2 - - uid: 16869 + - uid: 13144 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-15.5 + rot: 1.5707963267948966 rad + pos: 13.5,85.5 parent: 2 - - uid: 16870 + - uid: 14968 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-15.5 + pos: -4.5,-26.5 parent: 2 - - uid: 16871 + - uid: 14981 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-15.5 + pos: 35.5,45.5 parent: 2 - - uid: 16872 + - uid: 19883 components: - type: Transform rot: -1.5707963267948966 rad - pos: -15.5,-15.5 + pos: -31.5,-21.5 parent: 2 - - uid: 16873 + - uid: 19929 components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.5,-15.5 + pos: -60.5,-16.5 parent: 2 - - uid: 16874 + - uid: 19934 components: - type: Transform rot: -1.5707963267948966 rad - pos: -17.5,-15.5 + pos: -66.5,21.5 parent: 2 - - uid: 16875 + - uid: 27693 components: - type: Transform rot: -1.5707963267948966 rad - pos: -18.5,-15.5 + pos: 48.5,-26.5 parent: 2 - - uid: 16876 + - uid: 28398 components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,-15.5 + pos: 40.5,8.5 parent: 2 - - uid: 16877 + - uid: 28503 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-15.5 + rot: 1.5707963267948966 rad + pos: -27.5,0.5 parent: 2 - - uid: 16878 + - uid: 32093 components: - type: Transform rot: -1.5707963267948966 rad - pos: -21.5,-15.5 + pos: 48.5,-25.5 parent: 2 - - uid: 16879 + - uid: 33636 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-15.5 + rot: 3.141592653589793 rad + pos: 105.5,52.5 parent: 2 - - uid: 16880 + - uid: 35506 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-15.5 + pos: -15.5,94.5 parent: 2 - - uid: 16881 + - uid: 36482 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-15.5 + pos: -49.5,30.5 parent: 2 - - uid: 16882 + - uid: 39334 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-15.5 + pos: -52.5,-30.5 parent: 2 - - uid: 16883 + - uid: 40494 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-15.5 + rot: 1.5707963267948966 rad + pos: 69.5,-26.5 parent: 2 - - uid: 16884 + - uid: 41611 components: - type: Transform rot: -1.5707963267948966 rad - pos: -27.5,-15.5 + pos: -45.5,77.5 parent: 2 - - uid: 16885 + - uid: 41658 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-15.5 + pos: 12.5,63.5 parent: 2 - - uid: 16886 +- proto: ClothingBackpackDuffelSurgeryFilled + entities: + - uid: 5327 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-15.5 + pos: 57.44354,56.71585 parent: 2 - - uid: 16887 + - uid: 23418 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-15.5 + pos: -17.33978,-0.18008184 parent: 2 - - uid: 16888 + - uid: 36896 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-15.5 + pos: 32.301758,9.334082 parent: 2 - - uid: 16890 + - 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: ClothingBackpackSatchelLeather + entities: + - uid: 37630 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-15.5 + pos: 106.75253,54.815357 parent: 2 - - uid: 16891 +- proto: ClothingBeltMartialBlack + entities: + - uid: 6300 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-15.5 + pos: 43.650806,-21.489529 parent: 2 - - uid: 16892 + - uid: 6850 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-15.5 + pos: 44.472347,-22.625256 parent: 2 - - uid: 16893 + - uid: 13393 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-15.5 + pos: 43.93987,-21.552029 parent: 2 - - uid: 16894 +- proto: ClothingBeltUtilityEngineering + entities: + - uid: 5313 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-15.5 + pos: 49.696335,44.70858 parent: 2 - - uid: 16895 +- proto: ClothingCostumeArcDress + entities: + - uid: 18045 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-14.5 + pos: -36.03906,-20.560192 parent: 2 - - uid: 16896 +- proto: ClothingEyesGlasses + entities: + - uid: 1634 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-7.5 + pos: -3.9242487,16.828148 parent: 2 - - uid: 16897 + - uid: 14265 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-6.5 + pos: 12.774038,48.750267 parent: 2 - - uid: 16898 +- proto: ClothingEyesGlassesCheapSunglasses + entities: + - uid: 37854 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-5.5 + pos: -5.596606,21.436089 parent: 2 - - uid: 16899 + - uid: 37855 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-4.5 + pos: 3.4522948,-24.599058 parent: 2 - - uid: 16900 + - uid: 37979 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-3.5 + pos: -13.540376,-32.6514 parent: 2 - - uid: 16901 + - uid: 37980 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-2.5 + pos: -9.497308,-28.619022 parent: 2 - - uid: 16902 + - uid: 37981 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-1.5 + pos: -9.44262,-28.79871 parent: 2 - - uid: 16903 +- proto: ClothingEyesGlassesChemical + entities: + - uid: 3997 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-0.5 + pos: 17.446487,1.9934592 parent: 2 - - uid: 16904 + - uid: 35800 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,0.5 + pos: 20.596622,-1.0852364 parent: 2 - - uid: 16905 +- proto: ClothingEyesGlassesMeson + entities: + - uid: 5693 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,1.5 + pos: 34.45585,46.661957 parent: 2 - - uid: 16906 + - uid: 25221 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,2.5 + pos: -50.40068,19.501049 parent: 2 - - uid: 16908 +- proto: ClothingEyesHudBeer + entities: + - uid: 37576 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,5.5 + pos: -35.49732,-28.093653 parent: 2 - - uid: 16909 +- proto: ClothingEyesHudMedical + entities: + - uid: 2056 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,6.5 + pos: -11.442047,-10.684356 parent: 2 - - uid: 16912 +- proto: ClothingHandsGlovesBoxingBlue + entities: + - uid: 3466 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,9.5 + pos: 44.399025,-21.583233 parent: 2 - - uid: 16913 +- proto: ClothingHandsGlovesBoxingGreen + entities: + - uid: 3469 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,10.5 + pos: 44.570133,-21.853838 parent: 2 - - uid: 16914 +- proto: ClothingHandsGlovesBoxingRed + entities: + - uid: 3468 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,11.5 + pos: 44.41766,-21.195568 parent: 2 - - uid: 16915 +- proto: ClothingHandsGlovesBoxingYellow + entities: + - uid: 3470 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,12.5 + pos: 44.675602,-24.18587 parent: 2 - - uid: 16916 + - uid: 3471 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,13.5 + pos: 44.675472,-21.312756 parent: 2 - - uid: 16917 +- proto: ClothingHandsGlovesColorYellow + entities: + - uid: 33812 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,14.5 - parent: 2 - - uid: 16918 + parent: 33808 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 33820 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,15.5 - parent: 2 - - uid: 16919 + parent: 33819 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHandsGlovesCombat + entities: + - uid: 19827 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,16.5 - parent: 2 - - uid: 16921 + parent: 28451 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 21730 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,16.5 - parent: 2 - - uid: 16922 + parent: 3737 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 21736 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,16.5 - parent: 2 - - uid: 16923 + parent: 3745 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 21744 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,17.5 - parent: 2 - - uid: 16925 + parent: 3746 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 21792 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,19.5 - parent: 2 - - uid: 16988 + parent: 15568 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 22587 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,24.5 - parent: 2 - - uid: 16999 + parent: 15569 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 22720 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,38.5 - parent: 2 - - uid: 17036 + parent: 15570 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingHandsGlovesFingerlessInsulated + entities: + - uid: 15688 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,8.5 + pos: 96.11498,77.36359 parent: 2 - - uid: 17037 +- proto: ClothingHandsGlovesLatex + entities: + - uid: 2127 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,8.5 + pos: 5.621349,4.536171 parent: 2 - - uid: 17038 + - uid: 2128 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,8.5 + pos: -8.493291,10.130974 parent: 2 - - uid: 17039 + - uid: 2130 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,8.5 + pos: -17.535467,-0.5416125 parent: 2 - - uid: 17040 + - uid: 2131 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,8.5 + pos: -22.459894,9.539465 parent: 2 - - uid: 17041 + - uid: 2132 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,8.5 + pos: -6.516262,-11.391825 parent: 2 - - uid: 17042 + - uid: 13039 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,8.5 + pos: 12.957554,-11.518689 parent: 2 - - uid: 17044 + - uid: 22258 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,8.5 + pos: -5.4712806,7.1319513 parent: 2 - - uid: 17045 +- proto: ClothingHandsGlovesLeather + entities: + - uid: 18445 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,8.5 + pos: -62.48618,2.599772 parent: 2 - - uid: 17046 + - uid: 18483 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,8.5 + pos: -62.251804,2.349772 parent: 2 - - uid: 17048 +- proto: ClothingHandsGlovesNitrile + entities: + - uid: 2134 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,8.5 + pos: -28.387495,9.555864 parent: 2 - - uid: 17049 +- proto: ClothingHeadBandBotany + entities: + - uid: 18484 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,8.5 + pos: -62.51743,1.8810221 parent: 2 - - uid: 17050 +- proto: ClothingHeadCourier + entities: + - uid: 34975 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,8.5 + pos: -7.880703,-25.330961 parent: 2 - - uid: 17051 +- proto: ClothingHeadHatBeret + entities: + - uid: 2143 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,8.5 + pos: -28.462244,16.706312 parent: 2 - - uid: 17052 + - uid: 36956 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,8.5 + pos: -11.978204,28.57977 parent: 2 - - uid: 17053 + - uid: 36957 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,8.5 + pos: -9.676958,28.772549 parent: 2 - - uid: 17054 + - uid: 39680 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,8.5 + pos: -14.43656,38.04964 parent: 2 - - uid: 17055 +- proto: ClothingHeadHatBeretBrigmedic + entities: + - uid: 2144 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,8.5 + pos: -22.649956,9.844152 parent: 2 - - uid: 17056 +- proto: ClothingHeadHatBeretEngineering + entities: + - uid: 9592 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,8.5 + pos: -50.572556,19.688549 parent: 2 - - uid: 17057 + - uid: 21857 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -68.5,8.5 + pos: -62.59986,17.758072 parent: 2 - - uid: 17059 + - uid: 39494 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,8.5 + pos: -47.613564,27.741829 parent: 2 - - uid: 17060 +- proto: ClothingHeadHatBeretRND + entities: + - uid: 20267 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,8.5 + pos: 29.559177,30.66082 parent: 2 - - uid: 17061 + - uid: 30490 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,-2.5 + pos: 30.479282,26.829016 parent: 2 - - uid: 17062 + - uid: 30491 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,8.5 + pos: 26.401157,28.860266 parent: 2 - - uid: 17063 + - uid: 30767 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,8.5 + pos: 32.541782,27.993078 parent: 2 - - uid: 17064 + - uid: 30769 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -76.5,8.5 + pos: 37.565693,30.91917 parent: 2 - - uid: 17065 + - uid: 30770 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -77.5,8.5 + pos: 36.47723,28.989483 parent: 2 - - uid: 17066 + - uid: 30771 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -78.5,8.5 + pos: 46.59096,30.801983 parent: 2 - - uid: 17067 +- proto: ClothingHeadHatBeretSecurity + entities: + - uid: 22660 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,8.5 + pos: -12.134454,28.806332 parent: 2 - - uid: 17068 +- proto: ClothingHeadHatBowlerHat + entities: + - uid: 18110 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -80.5,8.5 + pos: -37.774174,-20.383495 parent: 2 - - uid: 17069 +- proto: ClothingHeadHatCardborg + entities: + - uid: 6153 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,8.5 + pos: 49.43753,44.646046 parent: 2 - - uid: 17070 +- proto: ClothingHeadHatChef + entities: + - uid: 25773 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,8.5 + pos: -30.486975,70.78386 parent: 2 - - uid: 17071 + - uid: 25800 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,8.5 + pos: -30.307287,70.62761 parent: 2 - - uid: 17074 +- proto: ClothingHeadHatCowboyBrown + entities: + - uid: 4656 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,8.5 + pos: 21.492971,-36.278564 parent: 2 - - uid: 17075 +- proto: ClothingHeadHatFedoraBlack + entities: + - uid: 38922 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,8.5 + pos: 3.314615,54.66538 parent: 2 - - uid: 17076 +- proto: ClothingHeadHatFedoraChoc + entities: + - uid: 38923 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,8.5 + pos: 3.658365,54.493504 parent: 2 - - uid: 17077 +- proto: ClothingHeadHatFezMantis + entities: + - uid: 20026 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -89.5,8.5 + pos: 49.367798,34.06218 parent: 2 - - uid: 17078 +- proto: ClothingHeadHatHoodBioScientist + entities: + - uid: 36499 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,8.5 + pos: 57.284966,84.9144 parent: 2 - - uid: 17079 +- proto: ClothingHeadHatPumpkin + entities: + - uid: 30326 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -91.5,8.5 + pos: -6.5801415,-7.241027 parent: 2 - - uid: 17080 +- proto: ClothingHeadHatPwig + entities: + - uid: 15170 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -92.5,8.5 + pos: -13.611457,57.659412 parent: 2 - - uid: 17081 + - uid: 15818 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,8.5 + pos: -13.5,57.5 parent: 2 - - uid: 17082 +- proto: ClothingHeadHatSecsoft + entities: + - uid: 9467 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,8.5 + pos: -35.59642,52.429234 parent: 2 - - uid: 17090 + - uid: 22661 components: - type: Transform - pos: -84.5,-1.5 + pos: -11.512896,30.577236 parent: 2 - - uid: 17091 +- proto: ClothingHeadHatUshanka + entities: + - uid: 36606 components: - type: Transform - pos: -84.5,-0.5 + pos: 93.615585,77.959274 parent: 2 - - uid: 17092 + - uid: 37665 components: - type: Transform - pos: -84.5,0.5 + pos: 93.658264,78.732254 parent: 2 - - uid: 17093 +- proto: ClothingHeadHatWelding + entities: + - uid: 7285 components: - type: Transform - pos: -84.5,1.5 + pos: -5.2692957,-0.6693927 parent: 2 - - uid: 17094 +- proto: ClothingHeadHelmetBone + entities: + - uid: 4790 components: - type: Transform - pos: -84.5,2.5 + pos: 87.56079,41.157158 parent: 2 - - uid: 17095 +- proto: ClothingHeadHelmetRiot + entities: + - uid: 21799 components: - type: Transform - pos: -84.5,3.5 + pos: -23.395428,42.7274 parent: 2 - - uid: 17096 + - uid: 21800 components: - type: Transform - pos: -84.5,4.5 + pos: -23.411053,41.4149 parent: 2 - - uid: 17097 + - uid: 21803 components: - type: Transform - pos: -84.5,5.5 + pos: -23.55949,41.578964 parent: 2 - - uid: 17098 +- proto: ClothingHeadNurseHat + entities: + - uid: 2138 components: - type: Transform - pos: -84.5,6.5 + pos: -16.368912,16.692177 parent: 2 - - uid: 17099 + - uid: 2139 components: - type: Transform - pos: -84.5,7.5 + pos: 5.0510364,4.6377335 parent: 2 - - uid: 17100 + - uid: 2141 components: - type: Transform - pos: -84.5,10.5 + pos: 19.38141,2.515604 parent: 2 - - uid: 17101 +- proto: ClothingHeadPrisonGuard + entities: + - uid: 36830 components: - type: Transform - pos: -84.5,11.5 + pos: 66.35034,72.10333 parent: 2 - - uid: 17102 +- proto: ClothingMaskClown + entities: + - uid: 19427 components: - type: Transform - pos: -84.5,12.5 + pos: -77.690346,1.3026085 parent: 2 - - uid: 17103 + - uid: 21094 components: - type: Transform - pos: -84.5,13.5 + pos: -78.28,-2.5353103 parent: 2 - - uid: 17104 +- proto: ClothingMaskGas + entities: + - uid: 6061 components: - type: Transform - pos: -84.5,14.5 + pos: 16.382547,26.569199 parent: 2 - - uid: 17105 + - uid: 6062 components: - type: Transform - pos: -84.5,15.5 + pos: 16.64036,26.358261 parent: 2 - - uid: 17106 + - uid: 6063 components: - type: Transform - pos: -84.5,16.5 + pos: 16.567137,25.900688 parent: 2 - - uid: 17107 + - uid: 6064 components: - type: Transform - pos: -84.5,17.5 + pos: 16.364012,26.056938 parent: 2 - - uid: 17108 +- proto: ClothingMaskGasSwat + entities: + - uid: 30890 components: - type: Transform - pos: -84.5,18.5 + pos: -23.813116,41.6649 parent: 2 - - uid: 17109 + - uid: 30891 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,19.5 + pos: -23.680304,41.453964 parent: 2 - - uid: 17110 + - uid: 30900 components: - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,7.5 + pos: -23.352179,42.50865 parent: 2 - - uid: 17111 +- proto: ClothingMaskPlague + entities: + - uid: 5707 components: - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,10.5 + pos: 71.31579,29.6757 parent: 2 - - uid: 17134 +- proto: ClothingMaskSterile + entities: + - uid: 12114 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,54.5 + pos: 13.463035,-13.464493 parent: 2 - - uid: 17135 + - uid: 12115 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,53.5 + pos: 13.463035,-13.620743 parent: 2 - - uid: 17136 + - uid: 12975 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,52.5 + rot: 3.141592653589793 rad + pos: 11.580032,-13.346049 parent: 2 - - uid: 17137 + - uid: 15857 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,52.5 + rot: 3.141592653589793 rad + pos: 11.57222,-13.221049 parent: 2 - - uid: 17138 + - uid: 19728 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,52.5 + rot: 3.141592653589793 rad + pos: 11.580032,-13.556987 parent: 2 - - uid: 17139 + - uid: 30455 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,53.5 + pos: 13.44741,-13.26918 parent: 2 - - uid: 17140 +- proto: ClothingNeckCargomedal + entities: + - uid: 34632 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,54.5 + pos: -30.666866,-24.101736 parent: 2 - - uid: 17141 + - uid: 34633 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,55.5 + pos: -30.502804,-24.312674 parent: 2 - - uid: 17142 + - uid: 34634 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,56.5 + pos: -30.315304,-24.078299 parent: 2 - - uid: 17143 +- proto: ClothingNeckCloakGoliathCloak + entities: + - uid: 37628 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,57.5 + pos: 96.782364,77.13681 parent: 2 - - uid: 17144 +- proto: ClothingNeckCloakHerald + entities: + - uid: 37629 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,58.5 + pos: 96.45722,76.76842 parent: 2 - - uid: 17145 +- proto: ClothingNeckClownmedal + entities: + - uid: 19424 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,59.5 + pos: -81.367096,-0.39013824 parent: 2 - - uid: 17146 +- proto: ClothingNeckEngineermedal + entities: + - uid: 8927 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,60.5 + pos: -61.762154,17.683273 parent: 2 - - uid: 17148 + - uid: 8928 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,62.5 + pos: -61.56684,17.511398 parent: 2 - - uid: 17149 + - uid: 8929 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,51.5 + pos: -61.426216,17.652023 parent: 2 - - uid: 17150 +- proto: ClothingNeckGoldmedal + entities: + - uid: 34639 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,50.5 + pos: 4.342853,29.136616 parent: 2 - - uid: 17151 + - uid: 34640 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,49.5 + pos: 4.5381656,29.02724 parent: 2 - - uid: 17152 + - uid: 34641 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,48.5 + pos: 4.7256656,29.15224 parent: 2 - - uid: 17153 +- proto: ClothingNeckHeadphones + entities: + - uid: 1530 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,47.5 + pos: -2.3107271,-34.414944 parent: 2 - - uid: 17154 + - uid: 15746 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,46.5 + pos: -2.6961436,-34.571194 parent: 2 - - uid: 17155 + - uid: 19882 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,45.5 + pos: -2.4669771,-34.477444 parent: 2 - - uid: 17156 +- proto: ClothingNeckMedicalmedal + entities: + - uid: 34624 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,44.5 + pos: -11.466457,-10.350972 parent: 2 - - uid: 17157 + - uid: 34625 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,43.5 + pos: -11.759426,-10.37441 parent: 2 - - uid: 17158 + - uid: 34626 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,42.5 + pos: -11.618801,-10.444722 parent: 2 - - uid: 17159 +- proto: ClothingNeckScarfStripedOrange + entities: + - uid: 5166 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,41.5 + rot: 1.5707963267948966 rad + pos: 69.563965,-14.48941 parent: 2 - - uid: 17160 +- proto: ClothingNeckScarfStripedPurple + entities: + - uid: 5170 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,40.5 + rot: -1.5707963267948966 rad + pos: 69.595215,-14.92691 parent: 2 - - uid: 17161 +- proto: ClothingNeckScarfStripedZebra + entities: + - uid: 40445 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,38.5 + pos: -79.5151,-0.17867303 parent: 2 - - uid: 17162 + - uid: 40446 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,37.5 + pos: -79.30343,-0.25680208 parent: 2 - - uid: 17163 +- proto: ClothingNeckSciencemedal + entities: + - uid: 34635 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,36.5 + pos: 46.422413,30.067749 parent: 2 - - uid: 17164 + - uid: 34636 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,35.5 + pos: 46.5396,29.731812 parent: 2 - - uid: 17165 + - uid: 34637 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,34.5 + pos: 46.680225,29.973999 parent: 2 - - uid: 17166 +- proto: ClothingNeckSecuritymedal + entities: + - uid: 34621 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,33.5 + pos: -4.724091,35.60755 parent: 2 - - uid: 17168 + - uid: 34622 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,31.5 + pos: -4.442841,35.490364 parent: 2 - - uid: 17169 + - uid: 34623 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,30.5 + pos: -4.2162786,35.623177 parent: 2 - - uid: 17170 +- proto: ClothingNeckStethoscope + entities: + - uid: 7812 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,29.5 + pos: 7.6656265,-7.294763 parent: 2 - - uid: 17171 +- proto: ClothingNeckTieDet + entities: + - uid: 30499 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,28.5 + pos: 3.4630525,53.620914 parent: 2 - - uid: 17172 +- proto: ClothingNeckTieSci + entities: + - uid: 36502 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,27.5 + pos: 55.628716,84.02377 parent: 2 - - uid: 17173 + - uid: 36589 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,26.5 + rot: -1.5707963267948966 rad + pos: 56.935844,81.81337 parent: 2 - - uid: 17174 +- proto: ClothingOuterApronBotanist + entities: + - uid: 18486 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,25.5 + pos: -49.564304,5.740397 parent: 2 - - uid: 17175 + - uid: 18487 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,24.5 + pos: -49.32993,5.599772 parent: 2 - - uid: 17177 +- proto: ClothingOuterApronChef + entities: + - uid: 25322 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,22.5 + pos: -32.018227,73.643234 parent: 2 - - uid: 17178 + - uid: 25633 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,21.5 + pos: -32.0651,73.674484 parent: 2 - - uid: 17179 +- proto: ClothingOuterArmorRiot + entities: + - uid: 21798 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,18.5 + pos: -23.414679,41.63365 parent: 2 - - uid: 17180 + - uid: 30892 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,17.5 + pos: -23.813116,42.65709 parent: 2 - - uid: 17181 + - uid: 30893 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,16.5 + pos: -23.672491,42.4774 parent: 2 - - uid: 17182 + - 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]10%[/color]. + priority: 0 + component: ClothingSpeedModifier + - message: >- + It provides the following protection: + + - [color=yellow]Blunt[/color] damage reduced by [color=lightblue]60%[/color]. + + - [color=yellow]Slash[/color] damage reduced by [color=lightblue]60%[/color]. + + - [color=yellow]Piercing[/color] damage reduced by [color=lightblue]30%[/color]. + + - [color=yellow]Heat[/color] damage reduced by [color=lightblue]10%[/color]. + + - [color=yellow]Caustic[/color] damage reduced by [color=lightblue]10%[/color]. + + - [color=orange]Explosion[/color] damage reduced by [color=lightblue]10%[/color]. + priority: 0 + component: Armor + title: null +- proto: ClothingOuterClownPriest + entities: + - uid: 14112 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,15.5 + pos: -78.605934,-2.3478103 parent: 2 - - uid: 17183 +- proto: ClothingOuterCoatBomber + entities: + - uid: 5188 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,14.5 + rot: -3.141592653589793 rad + pos: 72.43163,-18.66698 parent: 2 - - uid: 17184 + - uid: 5189 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,13.5 + rot: -3.141592653589793 rad + pos: 72.65178,-18.446829 parent: 2 - - uid: 17185 +- proto: ClothingOuterCoatLab + entities: + - uid: 20077 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,12.5 + pos: 36.387253,5.672612 parent: 2 - - uid: 17186 + - uid: 20186 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,11.5 + pos: 36.621628,5.5554247 parent: 2 - - uid: 17187 +- proto: ClothingOuterHospitalGown + entities: + - uid: 432 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,10.5 + rot: -1.5707963267948966 rad + pos: 19.328417,3.6350007 parent: 2 - - uid: 17188 + - uid: 17737 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,9.5 + rot: -1.5707963267948966 rad + pos: 19.219042,3.5412507 parent: 2 - - uid: 17189 + - uid: 17750 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,8.5 + rot: -1.5707963267948966 rad + pos: 20.547134,0.54215765 parent: 2 - - uid: 17190 + - uid: 17791 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,7.5 + rot: 1.5707963267948966 rad + pos: 20.367447,0.30778265 parent: 2 - - uid: 17191 + - uid: 36059 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,6.5 + rot: -1.5707963267948966 rad + pos: 19.383104,3.3771882 parent: 2 - - uid: 17192 +- proto: ClothingOuterStraightjacket + entities: + - uid: 33640 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,5.5 + pos: 59.959644,52.83496 parent: 2 - - uid: 17193 +- proto: ClothingOuterWinterCoat + entities: + - uid: 5190 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.5,4.5 + pos: 73.161026,-18.347553 parent: 2 - - uid: 17202 +- proto: ClothingShoesBootsCowboyBrown + entities: + - uid: 2091 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,22.5 + pos: 19.594534,-36.270752 parent: 2 - - uid: 17203 +- proto: ClothingShoesBootsMag + entities: + - uid: 6049 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,23.5 - parent: 2 - - uid: 17204 + parent: 33819 + - type: Magboots + toggleActionEntity: 33823 + - type: Physics + canCollide: False + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 33823 + - type: InsideEntityStorage + - uid: 6050 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,25.5 - parent: 2 - - uid: 17205 + parent: 33819 + - type: Magboots + toggleActionEntity: 33824 + - type: Physics + canCollide: False + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 33824 + - type: InsideEntityStorage + - uid: 6051 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,26.5 - parent: 2 - - uid: 17206 + parent: 33819 + - type: Magboots + toggleActionEntity: 43873 + - type: Physics + canCollide: False + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 43873 + - type: InsideEntityStorage + - uid: 6052 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,27.5 - parent: 2 - - uid: 17207 + parent: 33819 + - type: Magboots + toggleActionEntity: 37235 + - type: Physics + canCollide: False + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 37235 + - type: InsideEntityStorage + - uid: 6054 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,28.5 - parent: 2 - - uid: 17208 + parent: 33808 + - type: Magboots + toggleActionEntity: 33818 + - type: Physics + canCollide: False + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 33818 + - type: InsideEntityStorage + - uid: 33815 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,29.5 + parent: 33808 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 33816 + components: + - type: Transform + parent: 33808 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 33817 + components: + - type: Transform + parent: 33808 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: ClothingUnderSocksCoder + entities: + - uid: 40447 + components: + - type: Transform + pos: -4.661104,35.08742 parent: 2 - - uid: 17209 +- proto: ClothingUniformJumpskirtPrisoner + entities: + - uid: 19819 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,29.5 + pos: 72.93937,63.251156 parent: 2 - - uid: 17210 +- proto: ClothingUniformJumpskirtScientist + entities: + - uid: 36503 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,29.5 + rot: -1.5707963267948966 rad + pos: 54.941216,85.6644 parent: 2 - - uid: 17211 +- proto: ClothingUniformJumpsuitHawaiBlack + entities: + - uid: 2660 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,29.5 + pos: -37.856205,-20.172558 parent: 2 - - uid: 17212 +- proto: ClothingUniformJumpsuitHawaiBlue + entities: + - uid: 3111 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,29.5 + pos: -35.898434,-20.314098 parent: 2 - - uid: 17213 +- proto: ClothingUniformJumpsuitMonasticRobeDark + entities: + - uid: 5708 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,29.5 + pos: 71.66735,29.66398 parent: 2 - - uid: 17214 +- proto: ClothingUniformMartialGi + entities: + - uid: 689 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,29.5 + pos: 44.299244,-24.325466 parent: 2 - - uid: 17215 + - uid: 690 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,29.5 + pos: 42.59612,-21.489529 parent: 2 - - uid: 17216 + - uid: 13237 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,29.5 + pos: 42.369556,-21.489529 parent: 2 - - uid: 17217 +- proto: ClothingUniformTShirtKhakiPants + entities: + - uid: 18085 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,29.5 + pos: -36.063236,-18.36787 parent: 2 - - uid: 17218 +- proto: ClownRecorder + entities: + - uid: 19425 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,29.5 + pos: -77.25276,-0.34442073 parent: 2 - - uid: 17219 +- proto: Cobweb1 + entities: + - uid: 6935 components: - type: Transform rot: 1.5707963267948966 rad - pos: -27.5,29.5 + pos: 70.5,26.5 parent: 2 - - uid: 17220 + - uid: 6939 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,29.5 + pos: 88.5,19.5 parent: 2 - - uid: 17221 + - uid: 37600 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,29.5 + pos: -33.5,-30.5 parent: 2 - - uid: 17222 + - uid: 37601 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,29.5 + rot: -1.5707963267948966 rad + pos: -25.5,-30.5 parent: 2 - - uid: 17223 + - uid: 37602 components: - type: Transform rot: 1.5707963267948966 rad - pos: -31.5,29.5 + pos: -33.5,-28.5 parent: 2 - - uid: 17224 +- proto: Cobweb2 + entities: + - uid: 6942 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,29.5 + pos: 86.5,27.5 parent: 2 - - uid: 17225 + - uid: 29766 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,29.5 + pos: 35.5,44.5 parent: 2 - - uid: 17230 + - uid: 37603 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,24.5 + pos: -30.5,-30.5 parent: 2 - - uid: 17231 + - uid: 37604 components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.5,24.5 + pos: -25.5,-34.5 parent: 2 - - uid: 17232 + - uid: 37605 components: - type: Transform rot: 3.141592653589793 rad - pos: -10.5,23.5 + pos: -33.5,-38.5 parent: 2 - - uid: 17233 +- proto: CombatKnife + entities: + - uid: 40436 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,22.5 + pos: -18.268293,38.411915 parent: 2 - - uid: 17234 + - uid: 40437 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,21.5 + pos: -26.244118,36.388477 parent: 2 - - uid: 17237 + - uid: 40438 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,29.5 + pos: -10.4855995,34.581047 parent: 2 - - uid: 17238 +- proto: ComfyChair + entities: + - uid: 111 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,29.5 + rot: 3.141592653589793 rad + pos: -24.5,-24.5 parent: 2 - - uid: 17239 + - uid: 378 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,29.5 + pos: -4.5,-6.5 parent: 2 - - uid: 17241 + - uid: 598 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,29.5 + pos: -10.5,-10.5 parent: 2 - - uid: 17242 + - uid: 2719 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,29.5 + rot: 1.5707963267948966 rad + pos: 10.5,48.5 parent: 2 - - uid: 17249 + - uid: 2731 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,30.5 + rot: -1.5707963267948966 rad + pos: 14.5,47.5 parent: 2 - - uid: 17250 + - uid: 2733 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,34.5 + rot: 1.5707963267948966 rad + pos: 10.5,47.5 parent: 2 - - uid: 17251 + - uid: 2865 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,33.5 + rot: 1.5707963267948966 rad + pos: 25.5,48.5 parent: 2 - - uid: 17252 + - uid: 4492 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,32.5 + rot: -1.5707963267948966 rad + pos: 63.5,29.5 parent: 2 - - uid: 17255 + - uid: 5426 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,37.5 + rot: 1.5707963267948966 rad + pos: 48.5,33.5 parent: 2 - - uid: 17256 + - uid: 5436 components: - type: Transform rot: 3.141592653589793 rad - pos: -12.5,38.5 + pos: 44.5,29.5 parent: 2 - - uid: 17257 + - uid: 5474 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,39.5 + rot: -1.5707963267948966 rad + pos: 47.5,25.5 parent: 2 - - uid: 17258 + - uid: 5582 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,40.5 + rot: -1.5707963267948966 rad + pos: 63.5,28.5 parent: 2 - - uid: 17263 + - uid: 5587 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,39.5 + rot: 1.5707963267948966 rad + pos: 51.5,27.5 parent: 2 - - uid: 17264 + - uid: 5589 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,39.5 + rot: 1.5707963267948966 rad + pos: 52.5,30.5 parent: 2 - - uid: 17265 + - uid: 5591 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,38.5 + rot: -1.5707963267948966 rad + pos: 54.5,30.5 parent: 2 - - uid: 17266 + - uid: 5621 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,37.5 + rot: -1.5707963267948966 rad + pos: 63.5,27.5 parent: 2 - - uid: 17267 + - uid: 6564 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,36.5 + rot: 1.5707963267948966 rad + pos: -29.5,-20.5 parent: 2 - - uid: 17272 + - uid: 6565 components: - type: Transform rot: 3.141592653589793 rad - pos: 11.5,51.5 + pos: -25.5,-24.5 parent: 2 - - uid: 17273 + - uid: 14031 components: - type: Transform rot: 3.141592653589793 rad - pos: 11.5,50.5 + pos: 22.5,57.5 parent: 2 - - uid: 17274 + - uid: 14033 components: - type: Transform - rot: 1.5707963267948966 rad pos: 12.5,49.5 parent: 2 - - uid: 17275 + - uid: 14036 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,49.5 + rot: -1.5707963267948966 rad + pos: 15.5,53.5 parent: 2 - - uid: 17276 + - uid: 14037 components: - type: Transform rot: 1.5707963267948966 rad - pos: 14.5,49.5 + pos: 21.5,53.5 parent: 2 - - uid: 17277 + - uid: 14040 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,48.5 + pos: 13.5,49.5 parent: 2 - - uid: 17278 + - uid: 14053 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,48.5 + rot: 3.141592653589793 rad + pos: 14.5,57.5 parent: 2 - - uid: 17279 + - uid: 14062 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,48.5 + pos: 11.5,49.5 parent: 2 - - uid: 17280 + - uid: 14074 components: - type: Transform - pos: 19.5,49.5 + rot: 3.141592653589793 rad + pos: 18.5,55.5 parent: 2 - - uid: 17281 + - uid: 14079 components: - type: Transform - pos: 19.5,50.5 + rot: 3.141592653589793 rad + pos: 12.5,46.5 parent: 2 - - uid: 17282 + - uid: 14080 components: - type: Transform - pos: 19.5,51.5 + rot: 3.141592653589793 rad + pos: 11.5,46.5 parent: 2 - - uid: 17283 + - uid: 14081 components: - type: Transform - pos: 19.5,47.5 + rot: 3.141592653589793 rad + pos: 13.5,46.5 parent: 2 - - uid: 17284 + - uid: 14085 components: - type: Transform - pos: 19.5,46.5 + rot: 1.5707963267948966 rad + pos: 28.5,51.5 parent: 2 - - uid: 17285 + - uid: 14188 components: - type: Transform - pos: 19.5,45.5 + rot: -1.5707963267948966 rad + pos: 27.5,48.5 parent: 2 - - uid: 17286 + - uid: 15373 components: - type: Transform - pos: 19.5,44.5 + rot: -1.5707963267948966 rad + pos: 14.5,48.5 parent: 2 - - uid: 17287 + - uid: 15735 components: - type: Transform - pos: 19.5,43.5 + pos: -5.5,26.5 parent: 2 - - uid: 17288 + - uid: 15759 components: - type: Transform - pos: 19.5,42.5 + rot: 1.5707963267948966 rad + pos: -14.5,56.5 parent: 2 - - uid: 17289 + - uid: 15780 components: - type: Transform - pos: 19.5,41.5 + rot: -1.5707963267948966 rad + pos: -7.5,33.5 parent: 2 - - uid: 17290 + - uid: 29705 components: - type: Transform - pos: 19.5,40.5 + pos: 19.5,48.5 parent: 2 - - uid: 17291 + - uid: 29706 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,39.5 + rot: 3.141592653589793 rad + pos: 19.5,46.5 parent: 2 - - uid: 17292 +- proto: ComputerAlert + entities: + - uid: 14035 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,39.5 + pos: 19.5,59.5 parent: 2 - - uid: 17293 +- proto: ComputerAnalysisConsole + entities: + - uid: 9280 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,39.5 + pos: 40.5,51.5 parent: 2 - - uid: 17294 + - uid: 12731 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,39.5 + pos: 44.5,51.5 parent: 2 - - uid: 17295 +- proto: computerBodyScanner + entities: + - uid: 30335 components: - type: Transform rot: -1.5707963267948966 rad - pos: 14.5,39.5 + pos: 22.5,0.5 parent: 2 - - uid: 17296 +- proto: ComputerBroken + entities: + - uid: 1279 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,39.5 + rot: 3.141592653589793 rad + pos: -102.5,48.5 parent: 2 - - uid: 17297 + - uid: 1699 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,39.5 + pos: 63.5,44.5 parent: 2 - - uid: 17298 + - uid: 2331 components: - type: Transform rot: -1.5707963267948966 rad - pos: 11.5,39.5 + pos: 65.5,42.5 parent: 2 - - uid: 17299 + - uid: 3145 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,39.5 + rot: 3.141592653589793 rad + pos: 63.5,40.5 parent: 2 - - uid: 17300 + - uid: 4749 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,39.5 + pos: 94.5,79.5 parent: 2 - - uid: 17301 + - uid: 5356 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,39.5 + rot: 3.141592653589793 rad + pos: 57.5,50.5 parent: 2 - - uid: 17302 + - uid: 5363 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,39.5 + rot: 3.141592653589793 rad + pos: 59.5,50.5 parent: 2 - - uid: 17303 + - uid: 6802 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,39.5 + rot: 3.141592653589793 rad + pos: -24.5,-46.5 parent: 2 - - uid: 17304 + - uid: 8157 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,39.5 + pos: 70.5,80.5 parent: 2 - - uid: 17316 + - uid: 18672 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,20.5 + rot: 3.141592653589793 rad + pos: 86.5,-13.5 parent: 2 - - uid: 17320 + - uid: 22227 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,46.5 + rot: 3.141592653589793 rad + pos: -104.5,48.5 parent: 2 - - uid: 17321 + - uid: 22228 components: - type: Transform - pos: 39.5,45.5 + pos: -109.5,56.5 parent: 2 - - uid: 17322 + - uid: 22233 components: - type: Transform - pos: 39.5,44.5 + pos: -104.5,56.5 parent: 2 - - uid: 17323 + - uid: 29787 components: - type: Transform - pos: 39.5,43.5 + pos: 71.5,80.5 parent: 2 - - uid: 17324 + - uid: 32376 components: - type: Transform - pos: 39.5,42.5 + pos: -108.5,56.5 parent: 2 - - uid: 17325 + - uid: 32823 components: - type: Transform - pos: 39.5,41.5 + pos: 69.5,73.5 parent: 2 - - uid: 17326 + - uid: 33083 components: - type: Transform - pos: 39.5,40.5 + pos: 70.5,73.5 parent: 2 - - uid: 17327 + - uid: 33084 components: - type: Transform - pos: 39.5,39.5 + pos: 68.5,73.5 parent: 2 - - uid: 17328 + - uid: 34988 components: - type: Transform - pos: 39.5,38.5 + rot: -1.5707963267948966 rad + pos: 105.5,18.5 parent: 2 - - uid: 17329 + - uid: 36118 components: - type: Transform rot: -1.5707963267948966 rad - pos: 41.5,37.5 + pos: 76.5,78.5 parent: 2 - - uid: 17330 + - uid: 36119 components: - type: Transform rot: -1.5707963267948966 rad - pos: 40.5,37.5 + pos: 76.5,79.5 parent: 2 - - uid: 17331 + - uid: 36393 components: - type: Transform - pos: 39.5,36.5 + pos: 103.5,61.5 parent: 2 - - uid: 17332 + - uid: 36692 components: - type: Transform - pos: 39.5,35.5 + pos: 83.5,82.5 parent: 2 - - uid: 17334 +- proto: ComputerCargoBounty + entities: + - uid: 6572 components: - type: Transform - pos: 39.5,33.5 + rot: 1.5707963267948966 rad + pos: -16.5,-23.5 parent: 2 - - uid: 17335 +- proto: ComputerCargoOrders + entities: + - uid: 2965 components: - type: Transform - pos: 39.5,32.5 + rot: -1.5707963267948966 rad + pos: -12.5,-23.5 parent: 2 - - uid: 17336 + - uid: 6570 components: - type: Transform - pos: 39.5,31.5 + pos: -24.5,-23.5 parent: 2 - - uid: 17337 +- proto: ComputerCloningConsole + entities: + - uid: 27418 components: - type: Transform - pos: 39.5,30.5 + pos: 26.5,2.5 parent: 2 - - uid: 17338 + - type: DeviceLinkSource + linkedPorts: + 27419: + - MedicalScannerSender: MedicalScannerReceiver + - CloningPodSender: MedicalScannerReceiver + 28435: + - MedicalScannerSender: CloningPodReceiver + - CloningPodSender: CloningPodReceiver +- proto: ComputerComms + entities: + - uid: 14050 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,29.5 + pos: 18.5,59.5 parent: 2 - - uid: 17339 + - uid: 14056 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,29.5 + rot: -1.5707963267948966 rad + pos: 29.5,50.5 parent: 2 - - uid: 17340 +- proto: ComputerCrewMonitoring + entities: + - uid: 1397 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,29.5 + rot: -1.5707963267948966 rad + pos: 22.5,3.5 parent: 2 - - uid: 17341 + - uid: 4006 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,29.5 + pos: 48.5,34.5 parent: 2 - - uid: 17342 + - uid: 5717 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,29.5 + rot: -1.5707963267948966 rad + pos: 8.5,27.5 parent: 2 - - uid: 17343 + - uid: 5928 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,29.5 + rot: -1.5707963267948966 rad + pos: 6.5,5.5 parent: 2 - - uid: 17344 + - uid: 14041 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,29.5 + pos: 14.5,58.5 parent: 2 - - uid: 17346 + - uid: 18097 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,27.5 + rot: -1.5707963267948966 rad + pos: -32.5,32.5 parent: 2 - - uid: 17347 + - uid: 18202 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,25.5 + pos: -39.5,36.5 parent: 2 - - uid: 17348 + - uid: 31132 components: - type: Transform rot: 3.141592653589793 rad - pos: 31.5,24.5 + pos: -19.5,49.5 parent: 2 - - uid: 17349 + - uid: 41394 components: - type: Transform rot: 3.141592653589793 rad - pos: 31.5,23.5 + pos: -6.5,32.5 parent: 2 - - uid: 17350 +- proto: ComputerCriminalRecords + entities: + - uid: 2463 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,22.5 - parent: 2 - - uid: 17351 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,21.5 + pos: -1.5,43.5 parent: 2 - - uid: 17358 + - uid: 9642 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,26.5 + pos: -19.5,51.5 parent: 2 - - uid: 17359 + - uid: 14032 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,26.5 + pos: 22.5,58.5 parent: 2 - - uid: 17360 + - uid: 15393 components: - type: Transform - pos: 53.5,25.5 + rot: -1.5707963267948966 rad + pos: -19.5,28.5 parent: 2 - - uid: 17361 + - uid: 21757 components: - type: Transform - pos: 53.5,24.5 + rot: 3.141592653589793 rad + pos: -23.5,66.5 parent: 2 - - uid: 17363 + - uid: 22532 components: - type: Transform - pos: 53.5,22.5 + pos: 4.5,-21.5 parent: 2 - - uid: 17364 + - uid: 40004 components: - type: Transform - pos: 53.5,21.5 + rot: 1.5707963267948966 rad + pos: -41.5,35.5 parent: 2 - - uid: 17365 +- proto: ComputerId + entities: + - uid: 610 components: - type: Transform - pos: 53.5,20.5 + rot: 3.141592653589793 rad + pos: -10.5,-11.5 parent: 2 - - uid: 17366 + - uid: 858 components: - type: Transform - pos: 53.5,19.5 + rot: 1.5707963267948966 rad + pos: 17.5,55.5 parent: 2 - - uid: 17367 + - uid: 1939 components: - type: Transform - pos: 53.5,18.5 + rot: 1.5707963267948966 rad + pos: 6.5,27.5 parent: 2 - - uid: 17368 + - uid: 5760 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,17.5 + pos: 44.5,30.5 parent: 2 - - uid: 17369 + - uid: 6563 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,17.5 + pos: -25.5,-23.5 parent: 2 - - uid: 17370 + - uid: 8898 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,17.5 + rot: 1.5707963267948966 rad + pos: -62.5,18.5 parent: 2 - - uid: 17373 + - uid: 18233 components: - type: Transform rot: 3.141592653589793 rad - pos: 53.5,16.5 - parent: 2 - - uid: 17402 - components: - - type: Transform - pos: 35.5,-16.5 - parent: 2 - - uid: 17403 - components: - - type: Transform - pos: 35.5,-17.5 - parent: 2 - - uid: 17404 - components: - - type: Transform - pos: 35.5,-18.5 - parent: 2 - - uid: 17405 - components: - - type: Transform - pos: 35.5,-19.5 + pos: -7.5,32.5 parent: 2 - - uid: 17406 +- proto: ComputerMassMedia + entities: + - uid: 1552 components: - type: Transform - pos: 35.5,-20.5 + rot: 1.5707963267948966 rad + pos: -29.5,-8.5 parent: 2 - - uid: 17407 +- proto: ComputerMedicalRecords + entities: + - uid: 196 components: - type: Transform - pos: 35.5,-21.5 + rot: 3.141592653589793 rad + pos: -4.5,-7.5 parent: 2 - - uid: 17408 + - uid: 466 components: - type: Transform - pos: 35.5,-22.5 + rot: -1.5707963267948966 rad + pos: -22.5,-2.5 parent: 2 - - uid: 17409 + - uid: 467 components: - type: Transform rot: -1.5707963267948966 rad - pos: 36.5,-23.5 + pos: -16.5,-2.5 parent: 2 - - uid: 17410 + - uid: 4365 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-23.5 + pos: 5.5,-9.5 parent: 2 - - uid: 17411 + - uid: 8379 components: - type: Transform rot: -1.5707963267948966 rad - pos: 38.5,-23.5 + pos: 13.5,-7.5 parent: 2 - - uid: 17412 + - uid: 14039 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-23.5 + rot: 1.5707963267948966 rad + pos: 13.5,57.5 parent: 2 - - uid: 17413 + - uid: 18018 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-23.5 + pos: 4.5,7.5 parent: 2 - - uid: 17415 + - uid: 22074 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-26.5 + rot: 1.5707963267948966 rad + pos: 6.5,-4.5 parent: 2 - - uid: 17416 +- proto: ComputerPowerMonitoring + entities: + - uid: 8920 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-25.5 + rot: -1.5707963267948966 rad + pos: -47.5,16.5 parent: 2 - - uid: 17417 + - uid: 12436 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,-24.5 + pos: 17.5,-21.5 parent: 2 - - uid: 17418 + - uid: 12594 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,-23.5 + pos: 87.5,-13.5 parent: 2 - - uid: 17419 + - uid: 13934 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-22.5 + rot: 1.5707963267948966 rad + pos: 14.5,53.5 parent: 2 - - uid: 17420 + - uid: 19201 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-21.5 + pos: 87.5,-19.5 parent: 2 - - uid: 17421 + - uid: 38707 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-20.5 + pos: -58.5,45.5 parent: 2 - - uid: 17422 +- proto: ComputerRadar + entities: + - uid: 6359 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,-19.5 + pos: -25.5,-46.5 parent: 2 - - uid: 17423 + - uid: 6809 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,-18.5 + pos: -15.5,-46.5 parent: 2 - - uid: 17424 + - uid: 13951 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,-17.5 + pos: 15.5,52.5 parent: 2 - - uid: 17425 + - uid: 17013 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,-16.5 + pos: -34.5,-56.5 parent: 2 - - uid: 17426 + - uid: 35273 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-15.5 + rot: 1.5707963267948966 rad + pos: -52.5,75.5 parent: 2 - - uid: 17427 + - uid: 40521 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,-14.5 + pos: -36.5,-56.5 parent: 2 - - uid: 17428 +- proto: ComputerResearchAndDevelopment + entities: + - uid: 4157 components: - type: Transform rot: 1.5707963267948966 rad - pos: 68.5,-13.5 - parent: 2 - - uid: 17429 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-12.5 + pos: 26.5,26.5 parent: 2 - - uid: 17430 + - uid: 4463 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,-11.5 + pos: 21.5,52.5 parent: 2 - - uid: 17431 +- proto: ComputerShipyard + entities: + - uid: 35487 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-10.5 + pos: -46.5,73.5 parent: 2 - - uid: 17432 + - uid: 43072 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-9.5 + pos: 30.5,64.5 parent: 2 - - uid: 17433 +- proto: ComputerShuttleCargo + entities: + - uid: 6849 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,-8.5 + pos: -16.5,-46.5 parent: 2 - - uid: 17434 +- proto: ComputerSolarControl + entities: + - uid: 10413 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-7.5 + rot: -1.5707963267948966 rad + pos: -64.5,-34.5 parent: 2 - - uid: 17435 + - uid: 13469 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-6.5 + pos: 56.5,-37.5 parent: 2 - - uid: 17436 +- proto: ComputerStationRecords + entities: + - uid: 857 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,-13.5 + pos: 51.5,28.5 parent: 2 - - uid: 17437 + - uid: 1522 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-13.5 + rot: -1.5707963267948966 rad + pos: 19.5,55.5 parent: 2 - - uid: 17438 + - uid: 15057 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,-13.5 + rot: 3.141592653589793 rad + pos: -1.5,72.5 parent: 2 - - uid: 17439 + - uid: 16055 components: - type: Transform rot: 1.5707963267948966 rad - pos: 64.5,-13.5 + pos: -5.5,64.5 parent: 2 - - uid: 17440 + - uid: 16257 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,-13.5 + rot: -1.5707963267948966 rad + pos: -7.5,64.5 parent: 2 - - uid: 17441 + - uid: 18219 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-13.5 + rot: -1.5707963267948966 rad + pos: -2.5,49.5 parent: 2 - - uid: 17442 + - uid: 30644 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,-13.5 + pos: -40.5,36.5 parent: 2 - - uid: 17443 + - uid: 38786 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-13.5 + rot: 3.141592653589793 rad + pos: -10.5,74.5 parent: 2 - - uid: 17444 + - uid: 40606 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-13.5 + rot: 3.141592653589793 rad + pos: -22.5,66.5 parent: 2 - - uid: 17445 +- proto: ComputerSurveillanceCameraMonitor + entities: + - uid: 5750 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-13.5 + rot: 3.141592653589793 rad + pos: 4.5,-25.5 parent: 2 - - uid: 17446 + - uid: 5932 components: - type: Transform rot: 1.5707963267948966 rad - pos: 57.5,-13.5 + pos: -21.5,28.5 parent: 2 - - uid: 17447 + - uid: 6409 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-13.5 + rot: 3.141592653589793 rad + pos: -1.5,41.5 parent: 2 - - uid: 17448 + - uid: 8814 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-13.5 + pos: 18.5,56.5 parent: 2 - - uid: 17451 + - uid: 11224 components: - type: Transform - pos: 72.5,-0.5 + pos: 6.5,62.5 parent: 2 - - uid: 17452 + - uid: 14054 components: - type: Transform - pos: 72.5,-1.5 + rot: -1.5707963267948966 rad + pos: 23.5,57.5 parent: 2 - - uid: 17453 + - uid: 14435 components: - type: Transform - pos: 72.5,-2.5 + pos: -23.5,64.5 parent: 2 - - uid: 17454 + - uid: 35724 components: - type: Transform - pos: 72.5,-3.5 + pos: 5.5,62.5 parent: 2 - - uid: 17456 +- proto: ComputerSurveillanceWirelessCameraMonitor + entities: + - uid: 17657 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-4.5 + rot: 3.141592653589793 rad + pos: 6.5,58.5 parent: 2 - - uid: 17457 + - uid: 18324 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,-4.5 + rot: 3.141592653589793 rad + pos: -27.5,-9.5 parent: 2 - - uid: 17458 + - uid: 38841 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,-4.5 + rot: 3.141592653589793 rad + pos: 5.5,58.5 parent: 2 - - uid: 17459 +- proto: ComputerTechnologyDiskTerminal + entities: + - uid: 26245 components: - type: Transform rot: 1.5707963267948966 rad - pos: 69.5,-4.5 + pos: 36.5,28.5 parent: 2 - - uid: 17460 +- proto: ComputerTelevision + entities: + - uid: 612 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,-4.5 + pos: -6.5,-6.5 parent: 2 - - uid: 17461 + - uid: 745 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,-4.5 + pos: -21.5,22.5 parent: 2 - - uid: 17462 + - uid: 749 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-4.5 + pos: -20.5,22.5 parent: 2 - - uid: 17463 + - uid: 942 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,-4.5 + pos: 56.5,30.5 parent: 2 - - uid: 17464 + - uid: 1534 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-4.5 + pos: -60.5,-4.5 parent: 2 - - uid: 17465 + - uid: 2551 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,-4.5 + pos: -67.5,11.5 parent: 2 - - uid: 17466 + - uid: 3281 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-4.5 + pos: -86.5,-2.5 parent: 2 - - uid: 17467 + - uid: 5682 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-4.5 + pos: -96.5,29.5 parent: 2 - - uid: 17468 + - uid: 9138 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-4.5 + pos: -14.5,-30.5 parent: 2 - - uid: 17469 + - uid: 9142 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,-4.5 + pos: -44.5,-19.5 parent: 2 - - uid: 17470 + - uid: 9143 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,-4.5 + pos: -9.5,-18.5 parent: 2 - - uid: 17471 + - uid: 9150 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-4.5 + pos: -0.5,-31.5 parent: 2 - - uid: 17472 + - uid: 9315 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-4.5 + pos: -25.5,-9.5 parent: 2 - - uid: 17473 + - uid: 15769 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-4.5 + pos: -8.5,26.5 parent: 2 - - uid: 17474 + - uid: 19443 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-4.5 + pos: 39.5,-25.5 parent: 2 - - uid: 17475 + - uid: 19444 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-4.5 + pos: 58.5,-38.5 parent: 2 - - uid: 17476 + - uid: 19447 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-5.5 + pos: 32.5,24.5 parent: 2 - - uid: 17477 + - uid: 19448 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-5.5 + pos: 10.5,50.5 parent: 2 - - uid: 17483 + - uid: 19449 components: - type: Transform - pos: 11.5,21.5 + pos: 14.5,40.5 parent: 2 - - uid: 17484 + - uid: 19456 components: - type: Transform - pos: 11.5,22.5 + pos: -97.5,13.5 parent: 2 - - uid: 17485 + - uid: 19458 components: - type: Transform - pos: 11.5,23.5 + pos: -79.5,22.5 parent: 2 - - uid: 17486 + - uid: 21463 components: - type: Transform - pos: 11.5,24.5 + pos: -1.5,23.5 parent: 2 - - uid: 17487 + - uid: 22623 components: - type: Transform - pos: 11.5,25.5 + pos: -96.5,-1.5 parent: 2 - - uid: 17488 + - uid: 23057 components: - type: Transform - pos: 11.5,26.5 + pos: -21.5,59.5 parent: 2 - - uid: 17495 + - uid: 30542 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-9.5 + pos: -19.5,22.5 parent: 2 - - uid: 17497 +- proto: ContainmentFieldGenerator + entities: + - uid: 8191 components: - type: Transform - pos: -4.5,-10.5 + pos: 65.5,44.5 parent: 2 - - uid: 17498 + - uid: 8192 components: - type: Transform - pos: -4.5,-11.5 + pos: 64.5,43.5 parent: 2 - - uid: 17499 + - uid: 28048 components: - type: Transform - pos: -4.5,-12.5 + rot: 3.141592653589793 rad + pos: 61.5,44.5 parent: 2 - - uid: 17500 + - uid: 32177 components: - type: Transform - pos: -4.5,-13.5 + anchored: False + pos: 108.94252,-22.656994 parent: 2 - - uid: 17501 + - type: Physics + bodyType: Dynamic + - uid: 32178 components: - type: Transform - pos: -4.5,-14.5 + pos: 105.5,-20.5 parent: 2 - - uid: 17504 + - uid: 32240 components: - type: Transform - pos: 1.5,-16.5 + anchored: False + rot: 0.6052636504173279 rad + pos: 107.91734,-10.484854 parent: 2 - - uid: 17505 + - type: Physics + bodyType: Dynamic + - uid: 32246 components: - type: Transform - pos: 1.5,-17.5 + pos: 97.5,-12.5 parent: 2 - - uid: 17506 +- proto: ConveyorBelt + entities: + - uid: 812 components: - type: Transform - pos: 1.5,-18.5 + rot: 1.5707963267948966 rad + pos: -19.5,-18.5 parent: 2 - - uid: 17507 + - uid: 1096 components: - type: Transform - pos: 1.5,-19.5 + pos: -18.5,-35.5 parent: 2 - - uid: 17508 + - type: DeviceLinkSink + links: + - 20721 + - uid: 1113 components: - type: Transform - pos: 1.5,-20.5 + pos: -18.5,-33.5 parent: 2 - - uid: 17509 + - type: DeviceLinkSink + links: + - 20721 + - uid: 1153 components: - type: Transform - pos: 1.5,-21.5 + pos: -18.5,-38.5 parent: 2 - - uid: 17510 + - type: DeviceLinkSink + links: + - 20721 + - uid: 1303 components: - type: Transform - pos: 1.5,-22.5 + pos: -18.5,-34.5 parent: 2 - - uid: 17511 + - type: DeviceLinkSink + links: + - 20721 + - uid: 1335 components: - type: Transform - pos: 1.5,-23.5 + pos: -18.5,-36.5 parent: 2 - - uid: 17512 + - type: DeviceLinkSink + links: + - 20721 + - uid: 1443 components: - type: Transform - pos: 1.5,-24.5 + pos: -18.5,-39.5 parent: 2 - - uid: 17513 + - type: DeviceLinkSink + links: + - 20721 + - uid: 2261 components: - type: Transform - pos: 1.5,-25.5 + rot: 1.5707963267948966 rad + pos: -31.5,-40.5 parent: 2 - - uid: 17514 + - type: DeviceLinkSink + links: + - 3283 + - uid: 2315 components: - type: Transform - pos: 1.5,-26.5 + rot: 1.5707963267948966 rad + pos: -29.5,-40.5 parent: 2 - - uid: 17515 + - type: DeviceLinkSink + links: + - 3283 + - uid: 2326 components: - type: Transform - pos: 1.5,-27.5 + rot: 1.5707963267948966 rad + pos: -32.5,-40.5 parent: 2 - - uid: 17516 + - type: DeviceLinkSink + links: + - 3283 + - uid: 2395 components: - type: Transform - pos: 1.5,-28.5 + rot: 1.5707963267948966 rad + pos: -30.5,-40.5 parent: 2 - - uid: 17517 + - type: DeviceLinkSink + links: + - 3283 + - uid: 2925 components: - type: Transform - pos: 1.5,-29.5 + rot: 1.5707963267948966 rad + pos: -18.5,-18.5 parent: 2 - - uid: 17518 + - uid: 2961 components: - type: Transform - pos: 1.5,-30.5 + rot: 1.5707963267948966 rad + pos: -26.5,-40.5 parent: 2 - - uid: 17519 + - type: DeviceLinkSink + links: + - 3283 + - uid: 3282 components: - type: Transform - pos: 1.5,-31.5 + rot: 1.5707963267948966 rad + pos: -27.5,-40.5 parent: 2 - - uid: 17520 + - type: DeviceLinkSink + links: + - 3283 + - uid: 3338 components: - type: Transform - pos: 1.5,-32.5 + rot: 1.5707963267948966 rad + pos: -28.5,-40.5 parent: 2 - - uid: 17521 + - type: DeviceLinkSink + links: + - 3283 + - uid: 3493 components: - type: Transform - pos: 1.5,-33.5 + pos: -18.5,-46.5 parent: 2 - - uid: 17524 + - type: DeviceLinkSink + links: + - 11872 + - uid: 6358 components: - type: Transform - pos: 1.5,-34.5 + pos: -18.5,-41.5 parent: 2 - - uid: 17525 + - type: DeviceLinkSink + links: + - 20721 + - uid: 6620 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-35.5 + rot: 1.5707963267948966 rad + pos: -17.5,-18.5 parent: 2 - - uid: 17526 + - uid: 6705 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-35.5 + pos: -18.5,-47.5 parent: 2 - - uid: 17527 + - type: DeviceLinkSink + links: + - 11872 + - uid: 6733 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-35.5 + rot: 3.141592653589793 rad + pos: -22.5,-41.5 parent: 2 - - uid: 17528 + - type: DeviceLinkSink + links: + - 28204 + - uid: 6781 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-35.5 + rot: 1.5707963267948966 rad + pos: -16.5,-18.5 parent: 2 - - uid: 17529 + - uid: 6782 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-35.5 + rot: 3.141592653589793 rad + pos: -22.5,-33.5 parent: 2 - - uid: 17539 + - type: DeviceLinkSink + links: + - 28204 + - uid: 6783 components: - type: Transform - pos: 29.5,-12.5 + rot: 3.141592653589793 rad + pos: -22.5,-32.5 parent: 2 - - uid: 17540 + - type: DeviceLinkSink + links: + - 28204 + - uid: 6866 components: - type: Transform - pos: 29.5,-13.5 + rot: 3.141592653589793 rad + pos: -22.5,-38.5 parent: 2 - - uid: 17541 + - type: DeviceLinkSink + links: + - 28204 + - uid: 6961 components: - type: Transform - pos: 29.5,-14.5 + rot: 3.141592653589793 rad + pos: -22.5,-22.5 parent: 2 - - uid: 17542 + - type: DeviceLinkSink + links: + - 28204 + - uid: 6963 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-0.5 + rot: 3.141592653589793 rad + pos: -22.5,-26.5 parent: 2 - - uid: 17543 + - type: DeviceLinkSink + links: + - 28204 + - uid: 8181 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-0.5 + rot: 3.141592653589793 rad + pos: -22.5,-23.5 parent: 2 - - uid: 17544 + - type: DeviceLinkSink + links: + - 28204 + - uid: 8182 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-0.5 + rot: 3.141592653589793 rad + pos: -22.5,-37.5 parent: 2 - - uid: 17545 + - type: DeviceLinkSink + links: + - 28204 + - uid: 9505 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-0.5 + rot: 1.5707963267948966 rad + pos: -33.5,52.5 parent: 2 - - uid: 17546 + - type: DeviceLinkSink + links: + - 10478 + - uid: 9598 components: - type: Transform rot: 3.141592653589793 rad - pos: 31.5,0.5 + pos: -22.5,-46.5 parent: 2 - - uid: 17547 + - type: DeviceLinkSink + links: + - 11344 + - uid: 10338 components: - type: Transform rot: 3.141592653589793 rad - pos: 31.5,1.5 + pos: -22.5,-48.5 parent: 2 - - uid: 17548 + - type: DeviceLinkSink + links: + - 11344 + - uid: 10622 components: - type: Transform rot: 3.141592653589793 rad - pos: 31.5,2.5 + pos: -22.5,-24.5 parent: 2 - - uid: 17549 + - type: DeviceLinkSink + links: + - 28204 + - uid: 10624 components: - type: Transform rot: 3.141592653589793 rad - pos: 31.5,3.5 + pos: -22.5,-25.5 parent: 2 - - uid: 17550 + - type: DeviceLinkSink + links: + - 28204 + - uid: 10647 components: - type: Transform rot: 3.141592653589793 rad - pos: 31.5,4.5 + pos: -22.5,-35.5 parent: 2 - - uid: 17551 + - type: DeviceLinkSink + links: + - 28204 + - uid: 11171 components: - type: Transform rot: 3.141592653589793 rad - pos: 31.5,5.5 + pos: -22.5,-39.5 parent: 2 - - uid: 17552 + - type: DeviceLinkSink + links: + - 28204 + - uid: 11645 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,6.5 + rot: 3.141592653589793 rad + pos: -22.5,-49.5 parent: 2 - - uid: 17553 + - type: DeviceLinkSink + links: + - 11344 + - uid: 11837 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,6.5 + pos: -18.5,-48.5 parent: 2 - - uid: 17554 + - type: DeviceLinkSink + links: + - 11872 + - uid: 11875 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,6.5 + pos: -18.5,-49.5 parent: 2 - - uid: 17555 + - type: DeviceLinkSink + links: + - 11872 + - uid: 12056 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,6.5 + rot: 3.141592653589793 rad + pos: -52.5,63.5 parent: 2 - - uid: 17556 + - type: DeviceLinkSink + links: + - 16443 + - uid: 12109 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,6.5 + rot: 3.141592653589793 rad + pos: -52.5,64.5 parent: 2 - - uid: 17557 + - type: DeviceLinkSink + links: + - 16443 + - uid: 13177 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,6.5 + rot: 3.141592653589793 rad + pos: -52.5,65.5 parent: 2 - - uid: 17558 + - type: DeviceLinkSink + links: + - 16443 + - uid: 13493 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,6.5 + rot: 3.141592653589793 rad + pos: -52.5,66.5 parent: 2 - - uid: 17559 + - type: DeviceLinkSink + links: + - 16443 + - uid: 13517 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,6.5 + rot: 1.5707963267948966 rad + pos: -52.5,67.5 parent: 2 - - uid: 17562 + - type: DeviceLinkSink + links: + - 16443 + - uid: 13518 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,6.5 + rot: 1.5707963267948966 rad + pos: -51.5,67.5 parent: 2 - - uid: 17563 + - type: DeviceLinkSink + links: + - 16443 + - uid: 13592 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,6.5 + rot: 1.5707963267948966 rad + pos: -50.5,67.5 parent: 2 - - uid: 17565 + - type: DeviceLinkSink + links: + - 16443 + - uid: 13752 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,6.5 + rot: 1.5707963267948966 rad + pos: -39.5,2.5 parent: 2 - - uid: 17566 + - type: DeviceLinkSink + links: + - 38734 + - uid: 13753 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,6.5 + rot: 1.5707963267948966 rad + pos: -36.5,2.5 parent: 2 - - uid: 17567 + - type: DeviceLinkSink + links: + - 38734 + - uid: 13755 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,6.5 + rot: 1.5707963267948966 rad + pos: -40.5,2.5 parent: 2 - - uid: 17568 + - type: DeviceLinkSink + links: + - 38734 + - uid: 13760 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,6.5 + rot: 1.5707963267948966 rad + pos: -35.5,2.5 parent: 2 - - uid: 17569 + - type: DeviceLinkSink + links: + - 38734 + - uid: 16629 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,6.5 + rot: 3.141592653589793 rad + pos: -22.5,-47.5 parent: 2 - - uid: 17570 + - type: DeviceLinkSink + links: + - 11344 + - uid: 16640 components: - type: Transform rot: 3.141592653589793 rad - pos: 9.5,5.5 + pos: -22.5,-36.5 parent: 2 - - uid: 17571 + - type: DeviceLinkSink + links: + - 28204 + - uid: 19089 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,4.5 + rot: 1.5707963267948966 rad + pos: -38.5,2.5 parent: 2 - - uid: 17572 + - type: DeviceLinkSink + links: + - 38734 + - uid: 19091 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,3.5 + rot: 1.5707963267948966 rad + pos: -37.5,2.5 parent: 2 - - uid: 17573 + - type: DeviceLinkSink + links: + - 38734 + - uid: 19128 components: - type: Transform rot: -1.5707963267948966 rad - pos: 7.5,3.5 + pos: -34.5,2.5 parent: 2 - - uid: 17574 + - type: DeviceLinkSink + links: + - 38734 + - uid: 21018 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,3.5 + pos: -18.5,-37.5 parent: 2 - - uid: 17575 + - type: DeviceLinkSink + links: + - 20721 + - uid: 21164 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,3.5 + pos: -18.5,-26.5 parent: 2 - - uid: 17576 + - type: DeviceLinkSink + links: + - 20721 + - uid: 22862 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,3.5 + pos: -18.5,-32.5 parent: 2 - - uid: 17577 + - type: DeviceLinkSink + links: + - 20721 + - uid: 23544 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,3.5 + rot: 3.141592653589793 rad + pos: -22.5,-40.5 parent: 2 - - uid: 17578 + - type: DeviceLinkSink + links: + - 28204 + - uid: 23857 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,3.5 + pos: -18.5,-30.5 parent: 2 - - uid: 17580 + - type: DeviceLinkSink + links: + - 20721 + - uid: 26697 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,3.5 + rot: 1.5707963267948966 rad + pos: -33.5,-40.5 parent: 2 - - uid: 17582 + - type: DeviceLinkSink + links: + - 3283 + - uid: 27301 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,3.5 + pos: -18.5,-40.5 parent: 2 - - uid: 17583 + - type: DeviceLinkSink + links: + - 20721 + - uid: 28201 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,3.5 + rot: 1.5707963267948966 rad + pos: -25.5,-40.5 parent: 2 - - uid: 17584 + - type: DeviceLinkSink + links: + - 3283 + - uid: 28205 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,3.5 + rot: 1.5707963267948966 rad + pos: -15.5,-18.5 parent: 2 - - uid: 17587 + - uid: 28998 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,3.5 + pos: -18.5,-27.5 parent: 2 - - uid: 17588 + - type: DeviceLinkSink + links: + - 20721 + - uid: 29725 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,3.5 + rot: 1.5707963267948966 rad + pos: -41.5,2.5 parent: 2 - - uid: 17589 + - type: DeviceLinkSink + links: + - 38734 + - uid: 29964 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,3.5 + pos: -18.5,-28.5 parent: 2 - - uid: 17590 + - type: DeviceLinkSink + links: + - 20721 + - uid: 29965 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,3.5 + pos: -18.5,-29.5 parent: 2 - - uid: 17591 + - type: DeviceLinkSink + links: + - 20721 + - uid: 29980 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,4.5 + pos: -22.5,-34.5 parent: 2 - - uid: 17592 + - type: DeviceLinkSink + links: + - 28204 + - uid: 31645 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,5.5 + pos: -18.5,-31.5 parent: 2 - - uid: 17593 + - type: DeviceLinkSink + links: + - 20721 + - uid: 31776 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,6.5 + pos: -22.5,-31.5 parent: 2 - - uid: 17594 + - type: DeviceLinkSink + links: + - 28204 + - uid: 31777 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,7.5 + pos: -22.5,-30.5 parent: 2 - - uid: 17595 + - type: DeviceLinkSink + links: + - 28204 + - uid: 31778 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,8.5 + pos: -22.5,-29.5 parent: 2 - - uid: 17596 + - type: DeviceLinkSink + links: + - 28204 + - uid: 31779 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,9.5 + pos: -22.5,-28.5 parent: 2 - - uid: 17598 + - type: DeviceLinkSink + links: + - 28204 + - uid: 31780 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,11.5 + pos: -22.5,-27.5 parent: 2 - - uid: 17599 + - type: DeviceLinkSink + links: + - 28204 + - uid: 35122 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,12.5 - parent: 2 - - uid: 17600 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,13.5 + pos: -52.5,62.5 parent: 2 - - uid: 17601 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,13.5 - parent: 2 - - uid: 17602 + - type: DeviceLinkSink + links: + - 16443 + - uid: 36047 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,13.5 + rot: 1.5707963267948966 rad + pos: -32.5,52.5 parent: 2 - - uid: 17603 + - type: DeviceLinkSink + links: + - 10478 + - uid: 36048 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,13.5 + pos: -32.5,51.5 parent: 2 - - uid: 17604 + - type: DeviceLinkSink + links: + - 10478 + - uid: 36049 components: - type: Transform rot: -1.5707963267948966 rad - pos: -6.5,13.5 + pos: -31.5,51.5 parent: 2 - - uid: 17605 + - type: DeviceLinkSink + links: + - 10478 + - uid: 39813 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,13.5 + rot: 3.141592653589793 rad + pos: -35.5,-43.5 parent: 2 - - uid: 17606 + - type: DeviceLinkSink + links: + - 39827 + - uid: 39814 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,13.5 + rot: 3.141592653589793 rad + pos: -35.5,-44.5 parent: 2 - - uid: 17607 + - type: DeviceLinkSink + links: + - 39827 + - uid: 39815 components: - type: Transform rot: 3.141592653589793 rad - pos: -3.5,12.5 + pos: -35.5,-45.5 parent: 2 - - uid: 17608 + - type: DeviceLinkSink + links: + - 39827 + - uid: 39816 components: - type: Transform rot: 3.141592653589793 rad - pos: -3.5,11.5 + pos: -35.5,-46.5 parent: 2 - - uid: 17609 + - type: DeviceLinkSink + links: + - 39827 + - uid: 39817 components: - type: Transform rot: 3.141592653589793 rad - pos: -3.5,10.5 + pos: -35.5,-47.5 parent: 2 - - uid: 17616 + - type: DeviceLinkSink + links: + - 39827 + - uid: 39818 components: - type: Transform rot: 3.141592653589793 rad - pos: 10.5,8.5 + pos: -35.5,-48.5 parent: 2 - - uid: 17617 + - type: DeviceLinkSink + links: + - 39827 + - uid: 39819 components: - type: Transform rot: 3.141592653589793 rad - pos: 10.5,7.5 + pos: -35.5,-49.5 parent: 2 - - uid: 17626 + - type: DeviceLinkSink + links: + - 39827 + - uid: 39820 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,3.5 + rot: 3.141592653589793 rad + pos: -35.5,-50.5 parent: 2 - - uid: 17630 + - type: DeviceLinkSink + links: + - 39827 + - uid: 39821 components: - type: Transform rot: 3.141592653589793 rad - pos: 25.5,8.5 + pos: -35.5,-51.5 parent: 2 - - uid: 17631 + - type: DeviceLinkSink + links: + - 39827 + - uid: 39822 components: - type: Transform rot: 3.141592653589793 rad - pos: 25.5,7.5 + pos: -35.5,-52.5 parent: 2 - - uid: 17639 + - type: DeviceLinkSink + links: + - 39827 + - uid: 40407 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,7.5 + rot: -1.5707963267948966 rad + pos: -30.5,51.5 parent: 2 - - uid: 17640 + - type: DeviceLinkSink + links: + - 10478 + - uid: 40499 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,8.5 + rot: 1.5707963267948966 rad + pos: -30.5,52.5 parent: 2 - - uid: 17641 + - type: DeviceLinkSink + links: + - 10478 + - uid: 40500 components: - type: Transform rot: 3.141592653589793 rad - pos: 16.5,5.5 + pos: -33.5,51.5 parent: 2 - - uid: 17642 + - type: DeviceLinkSink + links: + - 10478 + - uid: 40501 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,4.5 + pos: -29.5,52.5 parent: 2 - - uid: 17643 + - type: DeviceLinkSink + links: + - 10478 + - uid: 40511 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,3.5 + rot: 1.5707963267948966 rad + pos: -31.5,52.5 parent: 2 - - uid: 17644 + - type: DeviceLinkSink + links: + - 10478 + - uid: 40513 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,2.5 + rot: -1.5707963267948966 rad + pos: -29.5,51.5 parent: 2 - - uid: 17645 + - type: DeviceLinkSink + links: + - 10478 +- proto: CourierBag + entities: + - uid: 22394 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,2.5 + pos: -7.2791405,-25.252836 parent: 2 - - uid: 17646 + - uid: 35849 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,2.5 + pos: -7.1541405,-25.354399 parent: 2 - - uid: 17660 +- proto: CrateArtifactContainer + entities: + - uid: 9231 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-16.5 + pos: 34.5,51.5 parent: 2 - - uid: 17661 + - uid: 9540 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-17.5 + pos: 35.5,51.5 parent: 2 - - uid: 17662 + - uid: 29832 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-18.5 + pos: 50.5,51.5 parent: 2 - - uid: 17663 + - uid: 29838 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-19.5 + pos: 49.5,51.5 parent: 2 - - uid: 17664 +- proto: CrateCoffin + entities: + - uid: 20954 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-20.5 + pos: 88.5,37.5 parent: 2 - - uid: 17665 + - uid: 37606 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-20.5 + pos: -30.5,-37.5 parent: 2 - - uid: 17666 +- proto: CrateCommandSecure + entities: + - uid: 22628 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-20.5 + pos: 21.5,59.5 parent: 2 - - uid: 17667 + - uid: 33808 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-20.5 + pos: 20.5,30.5 parent: 2 - - uid: 17668 + - 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: + - 6072 + - 33814 + - 33813 + - 33812 + - 33815 + - 33816 + - 33817 + - 6054 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + - uid: 33819 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-20.5 + pos: 17.5,30.5 parent: 2 - - uid: 17669 + - 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: + - 6071 + - 22389 + - 33822 + - 33821 + - 33820 + - 6049 + - 6050 + - 6052 + - 6051 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: CrateContrabandStorageSecure + entities: + - uid: 21804 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-20.5 + pos: -27.5,36.5 parent: 2 - - uid: 17670 + - uid: 39305 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-20.5 + pos: -27.5,33.5 parent: 2 - - uid: 17671 +- proto: CrateEmptySpawner + entities: + - uid: 2239 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-20.5 + pos: 43.5,-27.5 parent: 2 - - uid: 17672 + - uid: 6774 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-20.5 + pos: -21.5,-43.5 parent: 2 - - uid: 17673 + - uid: 12444 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-20.5 + pos: 11.5,-32.5 parent: 2 - - uid: 17674 + - uid: 21105 components: - type: Transform - pos: -22.5,-21.5 + pos: -34.5,-2.5 parent: 2 - - uid: 17675 + - uid: 21106 components: - type: Transform - pos: -22.5,-22.5 + pos: 36.5,13.5 parent: 2 - - uid: 17676 + - uid: 21112 components: - type: Transform - pos: -22.5,-23.5 + pos: -32.5,-22.5 parent: 2 - - uid: 17677 + - uid: 21113 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-24.5 + pos: -62.5,-27.5 parent: 2 - - uid: 17678 + - uid: 21114 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-25.5 + pos: -65.5,1.5 parent: 2 - - uid: 17679 + - uid: 22774 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-25.5 + pos: 65.5,-31.5 parent: 2 - - uid: 17680 + - uid: 33826 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-25.5 + pos: -22.5,-5.5 parent: 2 - - uid: 17681 +- proto: CrateEngineeringCableBulk + entities: + - uid: 9660 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-25.5 + pos: -63.5,22.5 parent: 2 - - uid: 17682 +- proto: CrateEngineeringSolar + entities: + - uid: 8357 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-25.5 + pos: -65.5,-28.5 parent: 2 - - uid: 17683 + - uid: 8363 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-25.5 + pos: -67.5,-25.5 parent: 2 - - uid: 17685 + - uid: 11229 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-26.5 + pos: -66.5,-24.5 parent: 2 - - uid: 17686 + - uid: 13691 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-27.5 + pos: 55.5,-40.5 parent: 2 - - uid: 17687 + - uid: 20503 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-28.5 + pos: 53.5,-36.5 parent: 2 - - uid: 17725 + - uid: 35083 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-23.5 + pos: 54.5,-39.5 parent: 2 - - uid: 17727 + - uid: 35084 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-23.5 + pos: 58.5,-39.5 parent: 2 - - uid: 17728 +- proto: CrateFilledSpawner + entities: + - uid: 383 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-23.5 + pos: -42.5,27.5 parent: 2 - - uid: 17729 + - uid: 4789 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-23.5 + pos: 5.5,-27.5 parent: 2 - - uid: 17730 + - uid: 6412 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,-23.5 + pos: 35.5,43.5 parent: 2 - - uid: 17731 + - uid: 9334 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,-23.5 + pos: -13.5,-5.5 parent: 2 - - uid: 17743 + - uid: 13234 components: - type: Transform - pos: -50.5,-26.5 + pos: 78.5,3.5 parent: 2 - - uid: 17753 + - uid: 16006 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-14.5 + pos: -1.5,31.5 parent: 2 - - uid: 17754 + - uid: 20927 components: - type: Transform - pos: -44.5,-15.5 + pos: -53.5,-36.5 parent: 2 - - uid: 17755 + - uid: 21030 components: - type: Transform - pos: -44.5,-16.5 + pos: 36.5,14.5 parent: 2 - - uid: 17756 + - uid: 21079 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-14.5 + pos: 10.5,32.5 parent: 2 - - uid: 17757 + - uid: 21083 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,-14.5 + pos: -31.5,10.5 parent: 2 - - uid: 17759 + - uid: 21085 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-19.5 + pos: -65.5,2.5 parent: 2 - - uid: 17760 + - uid: 21086 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-20.5 + pos: -64.5,-18.5 parent: 2 - - uid: 17762 + - uid: 21088 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-22.5 + pos: -7.5,-35.5 parent: 2 - - uid: 17771 + - uid: 23621 components: - type: Transform - pos: -33.5,-16.5 + pos: -67.5,3.5 parent: 2 - - uid: 17772 + - uid: 25260 components: - type: Transform - pos: -33.5,-17.5 + pos: -21.5,-18.5 parent: 2 - - uid: 17773 + - uid: 27505 components: - type: Transform - pos: -33.5,-18.5 + pos: -19.5,-44.5 parent: 2 - - uid: 17774 + - uid: 27694 components: - type: Transform - pos: -33.5,-19.5 + pos: 61.5,-31.5 parent: 2 - - uid: 17775 + - uid: 28647 components: - type: Transform - pos: -33.5,-20.5 + pos: 39.5,0.5 parent: 2 - - uid: 17776 + - uid: 36746 components: - type: Transform - pos: -33.5,-21.5 + pos: 61.5,74.5 parent: 2 - - uid: 17777 + - uid: 36750 components: - type: Transform - pos: -33.5,-22.5 + pos: 102.5,74.5 parent: 2 - - uid: 17778 + - uid: 36751 components: - type: Transform - pos: -33.5,-23.5 + pos: 103.5,59.5 parent: 2 - - uid: 17779 + - uid: 36752 components: - type: Transform - pos: -33.5,-24.5 + pos: 83.5,41.5 parent: 2 - - uid: 17780 + - uid: 36753 components: - type: Transform - pos: -33.5,-25.5 + pos: 71.5,43.5 parent: 2 - - uid: 17781 + - uid: 36754 components: - type: Transform - pos: -33.5,-26.5 + pos: 93.5,16.5 parent: 2 - - uid: 17782 +- proto: CrateFoodBarSupply + entities: + - uid: 12398 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-27.5 + pos: -37.5,-26.5 parent: 2 - - uid: 17783 +- proto: CrateFoodDinnerware + entities: + - uid: 6309 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-27.5 + pos: -49.5,-11.5 parent: 2 - - uid: 18238 +- proto: CrateFreezer + entities: + - uid: 23538 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,54.5 + pos: -50.5,-11.5 parent: 2 - - uid: 18243 +- proto: CrateFunInstrumentsVariety + entities: + - uid: 27386 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,64.5 + pos: 74.5,-11.5 parent: 2 - - uid: 18245 + - uid: 40510 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,57.5 + pos: -35.5,58.5 parent: 2 - - uid: 18247 +- proto: CrateFunPlushie + entities: + - uid: 34039 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,55.5 + pos: -67.5,14.5 parent: 2 - - uid: 18248 + - uid: 34040 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,55.5 + pos: -67.5,15.5 parent: 2 - - uid: 18249 +- proto: CrateHydroponicsSeeds + entities: + - uid: 4253 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,55.5 + pos: -31.5,61.5 parent: 2 - - uid: 18250 +- proto: CrateHydroSecure + entities: + - uid: 18444 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,55.5 + pos: -54.5,1.5 parent: 2 - - uid: 18251 +- proto: CrateLivestock + entities: + - uid: 3090 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,55.5 + pos: -52.5,-5.5 parent: 2 - - uid: 18253 + - uid: 6304 components: - type: Transform - pos: -26.5,56.5 + pos: -55.5,-5.5 parent: 2 - - uid: 18318 + - uid: 33078 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,62.5 + pos: 61.5,80.5 parent: 2 - - uid: 18319 + - uid: 36749 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,62.5 + pos: 83.5,80.5 parent: 2 - - uid: 18320 +- proto: CrateNPCHamlet + entities: + - uid: 30921 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,62.5 + pos: 13.5,50.5 parent: 2 - - uid: 18321 +- proto: CrateScienceSecure + entities: + - uid: 3992 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,62.5 + pos: 34.5,25.5 parent: 2 - - uid: 18325 + - uid: 5312 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,62.5 + pos: 34.5,24.5 parent: 2 - - uid: 18377 + - type: Lock + locked: False +- proto: CrateSecurityNonlethal + entities: + - uid: 15914 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,62.5 + pos: -7.5,43.5 parent: 2 - - uid: 18378 +- proto: CrateServiceJanitorialSupplies + entities: + - uid: 1013 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,62.5 + pos: 33.5,-2.5 parent: 2 - - uid: 18390 +- proto: CrateServicePersonnel + entities: + - uid: 5718 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,62.5 + pos: 13.5,27.5 parent: 2 - - uid: 18393 +- proto: CrateServiceTheatre + entities: + - uid: 27629 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,62.5 + pos: 75.5,-11.5 parent: 2 - - uid: 18394 +- proto: CrateTrashCart + entities: + - uid: 9476 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,62.5 + pos: -42.5,58.5 parent: 2 - - uid: 18396 +- proto: CrayonMime + entities: + - uid: 3707 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,53.5 + pos: -81.752846,1.8026085 parent: 2 - - uid: 18397 + - uid: 3926 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,62.5 + pos: -81.29972,1.5213585 parent: 2 - - uid: 18548 + - uid: 3927 components: - type: Transform - pos: -20.5,54.5 + pos: -81.565346,1.6619835 parent: 2 - - uid: 18646 +- proto: Crematorium + entities: + - uid: 14193 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,13.5 + pos: 31.5,13.5 parent: 2 - - uid: 18647 +- proto: CrewMonitoringServer + entities: + - uid: 6823 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,9.5 + pos: -6.5,-2.5 parent: 2 - - uid: 18648 + - type: SingletonDeviceNetServer + active: False + available: False +- proto: CrowbarRed + entities: + - uid: 650 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,7.5 + pos: -32.621693,33.67861 parent: 2 - - uid: 18718 + - uid: 1503 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,12.5 + pos: -8.562024,-11.246856 parent: 2 - - uid: 18723 + - uid: 1644 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,10.5 + pos: 33.541424,5.472056 parent: 2 - - uid: 18758 + - uid: 1947 components: - type: Transform - rot: 3.141592653589793 rad - pos: 103.5,15.5 + pos: 14.496862,30.623743 parent: 2 - - uid: 18827 + - uid: 2061 components: - type: Transform - rot: 3.141592653589793 rad - pos: 103.5,16.5 + rot: 1.5707963267948966 rad + pos: -6.3369417,-40.460457 parent: 2 - - uid: 19133 + - uid: 5592 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,16.5 + pos: 43.77388,30.490349 parent: 2 - - uid: 19135 + - uid: 5595 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,6.5 + pos: 46.555542,34.766357 parent: 2 - - uid: 19141 + - uid: 5622 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,6.5 + pos: 36.065853,23.428886 parent: 2 - - uid: 19153 + - uid: 6065 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,6.5 + pos: 16.464579,27.342636 parent: 2 - - uid: 19154 + - uid: 6066 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,6.5 + pos: 16.628641,27.143417 parent: 2 - - uid: 19155 + - uid: 6864 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,6.5 + pos: -28.531511,-23.315823 parent: 2 - - uid: 19337 + - uid: 8709 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,0.5 + rot: -1.5707963267948966 rad + pos: -45.840473,32.5603 parent: 2 - - uid: 19777 + - uid: 9046 components: - type: Transform rot: -1.5707963267948966 rad - pos: -32.5,64.5 + pos: -57.493,26.153646 parent: 2 - - uid: 19861 + - uid: 14257 components: - type: Transform - pos: -11.5,31.5 + pos: 27.488392,55.664364 parent: 2 - - uid: 19862 + - uid: 30530 components: - type: Transform - pos: 1.5,64.5 + pos: -7.4310007,18.61997 parent: 2 - - uid: 19863 + - uid: 33684 components: - type: Transform - pos: 1.5,65.5 + pos: -11.020447,31.584354 parent: 2 - - uid: 19864 + - uid: 34983 components: - type: Transform - pos: 1.5,66.5 + pos: 33.450867,5.6835036 parent: 2 - - uid: 19865 + - uid: 36626 components: - type: Transform - pos: 1.5,67.5 + rot: -1.5707963267948966 rad + pos: 99.61327,60.97235 parent: 2 - - uid: 19866 + - uid: 37614 components: - type: Transform - pos: 1.5,68.5 + pos: -35.38185,-26.814552 parent: 2 - - uid: 19867 + - uid: 38882 components: - type: Transform - pos: 1.5,69.5 + pos: -17.483814,85.511 parent: 2 - - uid: 19868 + - uid: 38883 components: - type: Transform - pos: 1.5,70.5 + pos: -17.327564,85.40163 parent: 2 - - uid: 19869 + - uid: 40602 components: - type: Transform - pos: 1.5,71.5 + pos: -21.516233,63.865444 parent: 2 - - uid: 19870 + - uid: 40603 components: - type: Transform - pos: 1.5,72.5 + pos: -21.438108,63.615444 parent: 2 - - uid: 19871 +- proto: CryogenicSleepUnit + entities: + - uid: 920 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,73.5 + rot: 1.5707963267948966 rad + pos: 23.5,-5.5 parent: 2 - - uid: 19872 + - uid: 926 components: - type: Transform rot: -1.5707963267948966 rad - pos: 3.5,73.5 + pos: 34.5,-11.5 parent: 2 - - uid: 20572 + - uid: 927 components: - type: Transform rot: 1.5707963267948966 rad - pos: 0.5,3.5 + pos: 23.5,-11.5 parent: 2 - - uid: 20603 + - uid: 22030 components: - type: Transform - pos: -50.5,-31.5 + rot: 1.5707963267948966 rad + pos: 23.5,-8.5 parent: 2 - - uid: 20805 + - uid: 22031 components: - type: Transform - pos: -54.5,16.5 + rot: -1.5707963267948966 rad + pos: 34.5,-8.5 parent: 2 - - uid: 20808 + - uid: 22032 components: - type: Transform - pos: -54.5,14.5 + rot: -1.5707963267948966 rad + pos: 34.5,-5.5 parent: 2 - - uid: 21080 +- proto: CryogenicSleepUnitSpawnerPrisoner + entities: + - uid: 39474 components: - type: Transform - rot: 3.141592653589793 rad - pos: 103.5,14.5 + rot: -1.5707963267948966 rad + pos: -21.5,88.5 parent: 2 - - uid: 21176 + - uid: 39698 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-21.5 + rot: -1.5707963267948966 rad + pos: -20.5,88.5 parent: 2 - - uid: 21516 +- proto: CryoPod + entities: + - uid: 1166 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,21.5 + pos: 12.5,18.5 parent: 2 - - uid: 21861 + - uid: 1274 components: - type: Transform - pos: -54.5,17.5 + pos: 14.5,18.5 parent: 2 - - uid: 21920 + - uid: 1278 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-21.5 + pos: 16.5,18.5 parent: 2 - - uid: 22355 + - uid: 38220 components: - type: Transform - pos: -26.5,59.5 + pos: -107.5,52.5 parent: 2 - - uid: 22363 +- proto: CryoxadoneBeakerSmall + entities: + - uid: 27321 components: - type: Transform - pos: -26.5,57.5 + pos: 13.665293,18.666935 parent: 2 - - uid: 22364 + - uid: 31762 components: - type: Transform - pos: -26.5,60.5 + pos: 13.462168,18.846622 parent: 2 - - uid: 22393 +- proto: CultAltarSpawner + entities: + - uid: 37649 components: - type: Transform - pos: -54.5,18.5 + pos: -102.5,-67.5 parent: 2 - - uid: 22474 +- proto: CurtainsBlack + entities: + - uid: 6550 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,62.5 + rot: -1.5707963267948966 rad + pos: 68.5,9.5 parent: 2 - - uid: 22570 +- proto: CurtainsBlackOpen + entities: + - uid: 6577 components: - type: Transform rot: -1.5707963267948966 rad - pos: -28.5,64.5 + pos: 66.5,28.5 parent: 2 - - uid: 22766 + - uid: 7650 components: - type: Transform rot: -1.5707963267948966 rad - pos: -27.5,64.5 + pos: 66.5,9.5 parent: 2 - - uid: 22767 + - uid: 15065 components: - type: Transform - pos: -26.5,63.5 + rot: 3.141592653589793 rad + pos: 68.5,28.5 parent: 2 - - uid: 22826 +- proto: CurtainsCyanOpen + entities: + - uid: 7726 components: - type: Transform - pos: -50.5,-28.5 + rot: -1.5707963267948966 rad + pos: -8.5,-3.5 parent: 2 - - uid: 22827 + - uid: 8268 components: - type: Transform - pos: -50.5,-30.5 + rot: -1.5707963267948966 rad + pos: -7.5,-3.5 parent: 2 - - uid: 22844 + - uid: 9656 components: - type: Transform - pos: -26.5,62.5 + rot: -1.5707963267948966 rad + pos: -1.5,-6.5 parent: 2 - - uid: 23037 + - uid: 9659 components: - type: Transform - pos: -26.5,61.5 + rot: -1.5707963267948966 rad + pos: -1.5,-5.5 parent: 2 - - uid: 23041 + - uid: 10716 components: - type: Transform - pos: -26.5,58.5 + rot: -1.5707963267948966 rad + pos: -3.5,-12.5 parent: 2 - - uid: 23174 + - uid: 10719 components: - type: Transform - pos: -33.5,2.5 + rot: -1.5707963267948966 rad + pos: -6.5,-12.5 parent: 2 - - uid: 23420 + - uid: 14185 components: - type: Transform rot: -1.5707963267948966 rad - pos: -52.5,24.5 + pos: -1.5,-7.5 parent: 2 - - uid: 23751 + - uid: 43913 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,6.5 + pos: -14.5,-12.5 parent: 2 - - uid: 23853 + - uid: 43931 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,24.5 + pos: -16.5,-12.5 parent: 2 - - uid: 23968 +- proto: CurtainsGreenOpen + entities: + - uid: 7646 components: - type: Transform rot: -1.5707963267948966 rad - pos: -50.5,24.5 + pos: -26.5,-12.5 parent: 2 - - uid: 23969 + - uid: 7648 components: - type: Transform rot: -1.5707963267948966 rad - pos: -53.5,24.5 + pos: -28.5,-12.5 parent: 2 - - uid: 23970 +- proto: CurtainsOrangeOpen + entities: + - uid: 2754 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,24.5 + pos: -32.5,31.5 parent: 2 - - uid: 23972 + - uid: 2802 components: - type: Transform - pos: -54.5,15.5 + pos: -33.5,31.5 parent: 2 - - uid: 26070 + - uid: 2805 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,3.5 + pos: -37.5,31.5 parent: 2 - - uid: 26263 + - uid: 4439 components: - type: Transform - pos: -54.5,9.5 + rot: 1.5707963267948966 rad + pos: -28.5,-17.5 parent: 2 - - uid: 26271 + - uid: 6717 components: - type: Transform - pos: -54.5,10.5 + rot: -1.5707963267948966 rad + pos: -14.5,-34.5 parent: 2 - - uid: 26628 + - uid: 6816 components: - type: Transform - pos: -20.5,-37.5 + rot: -1.5707963267948966 rad + pos: -14.5,-33.5 parent: 2 - - uid: 26700 + - uid: 7507 components: - type: Transform - pos: -20.5,-36.5 + rot: 1.5707963267948966 rad + pos: -27.5,-17.5 parent: 2 - - uid: 27833 + - uid: 7509 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,63.5 + rot: 1.5707963267948966 rad + pos: -23.5,-23.5 parent: 2 - - uid: 28195 + - uid: 7516 components: - type: Transform - pos: -20.5,-38.5 + rot: 1.5707963267948966 rad + pos: -23.5,-24.5 parent: 2 - - uid: 29141 + - uid: 8339 components: - type: Transform - pos: -54.5,19.5 + rot: 1.5707963267948966 rad + pos: -23.5,-18.5 parent: 2 - - uid: 29979 + - uid: 8342 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-18.5 + rot: 1.5707963267948966 rad + pos: -23.5,-19.5 parent: 2 - - uid: 29982 + - uid: 8643 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-18.5 + rot: 1.5707963267948966 rad + pos: -26.5,-22.5 parent: 2 - - uid: 30051 + - uid: 8747 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-18.5 + rot: 1.5707963267948966 rad + pos: -25.5,-22.5 parent: 2 - - uid: 30087 + - uid: 8775 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-18.5 + rot: 1.5707963267948966 rad + pos: -60.5,27.5 parent: 2 - - uid: 30130 + - uid: 8908 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,9.5 + pos: -61.5,10.5 parent: 2 - - uid: 30156 + - uid: 8911 components: - type: Transform - pos: 72.5,37.5 + pos: -62.5,10.5 parent: 2 - - uid: 30157 + - uid: 9611 components: - type: Transform - pos: 72.5,36.5 + pos: -60.5,10.5 parent: 2 - - uid: 30161 + - uid: 12105 components: - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,41.5 + rot: 1.5707963267948966 rad + pos: -56.5,13.5 parent: 2 - - uid: 30176 + - uid: 21854 components: - type: Transform rot: -1.5707963267948966 rad - pos: -47.5,-18.5 + pos: -52.5,13.5 parent: 2 - - uid: 30917 + - uid: 21859 components: - type: Transform rot: -1.5707963267948966 rad - pos: -34.5,64.5 + pos: -52.5,12.5 parent: 2 - - uid: 30918 + - uid: 21876 components: - type: Transform rot: -1.5707963267948966 rad - pos: 42.5,28.5 - parent: 2 - - uid: 31085 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,63.5 - parent: 2 - - uid: 31105 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,64.5 - parent: 2 - - uid: 32061 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-29.5 - parent: 2 - - uid: 34044 - components: - - type: Transform - pos: -1.5,0.5 + pos: -52.5,17.5 parent: 2 - - uid: 34045 + - uid: 26302 components: - type: Transform - pos: -1.5,-0.5 + rot: 1.5707963267948966 rad + pos: -56.5,14.5 parent: 2 - - uid: 34046 + - uid: 37732 components: - type: Transform - pos: -1.5,-1.5 + rot: 1.5707963267948966 rad + pos: -29.5,-17.5 parent: 2 - - uid: 34060 + - uid: 40289 components: - type: Transform rot: 3.141592653589793 rad - pos: 10.5,11.5 + pos: -9.5,34.5 parent: 2 - - uid: 34568 + - uid: 40290 components: - type: Transform rot: 3.141592653589793 rad - pos: -54.5,40.5 + pos: -9.5,33.5 parent: 2 - - uid: 34569 +- proto: CurtainsPurpleOpen + entities: + - uid: 6817 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,40.5 + rot: -1.5707963267948966 rad + pos: 47.5,22.5 parent: 2 - - uid: 35529 + - uid: 6941 components: - type: Transform - pos: 103.5,13.5 + rot: -1.5707963267948966 rad + pos: 45.5,27.5 parent: 2 - - uid: 35531 + - uid: 8757 components: - type: Transform rot: -1.5707963267948966 rad - pos: 102.5,12.5 + pos: 37.5,22.5 parent: 2 - - uid: 35557 + - uid: 8760 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 99.5,11.5 + rot: -1.5707963267948966 rad + pos: 36.5,22.5 parent: 2 - - uid: 35738 + - uid: 8826 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 86.5,49.5 + rot: -1.5707963267948966 rad + pos: 38.5,22.5 parent: 2 - - uid: 35773 + - uid: 8827 components: - type: Transform rot: -1.5707963267948966 rad - pos: 85.5,68.5 + pos: 39.5,22.5 parent: 2 - - uid: 35774 + - uid: 13864 components: - type: Transform rot: -1.5707963267948966 rad - pos: 84.5,68.5 + pos: 35.5,22.5 parent: 2 - - uid: 35775 + - uid: 13872 components: - type: Transform rot: -1.5707963267948966 rad - pos: 83.5,68.5 + pos: 48.5,22.5 parent: 2 - - uid: 35776 + - uid: 14011 components: - type: Transform rot: -1.5707963267948966 rad - pos: 82.5,68.5 + pos: 46.5,22.5 parent: 2 - - uid: 35777 + - uid: 14012 components: - type: Transform rot: -1.5707963267948966 rad - pos: 81.5,68.5 + pos: 45.5,22.5 parent: 2 - - uid: 35778 + - uid: 14013 components: - type: Transform rot: -1.5707963267948966 rad - pos: 80.5,68.5 + pos: 46.5,27.5 parent: 2 - - uid: 35779 + - uid: 14014 components: - type: Transform rot: -1.5707963267948966 rad - pos: 79.5,68.5 + pos: 47.5,27.5 parent: 2 - - uid: 35780 + - uid: 14017 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 78.5,68.5 + pos: 41.5,33.5 parent: 2 - - uid: 35786 + - uid: 14052 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 72.5,65.5 + pos: 41.5,30.5 parent: 2 - - uid: 35787 + - uid: 21815 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 71.5,65.5 + pos: 41.5,34.5 parent: 2 - - uid: 35788 +- proto: CurtainsRed + entities: + - uid: 5022 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,65.5 + pos: 68.5,-8.5 parent: 2 - - uid: 35865 + - uid: 5024 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,15.5 + pos: 68.5,-10.5 parent: 2 - - uid: 35866 + - uid: 6714 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,13.5 + pos: 68.5,-7.5 parent: 2 - - uid: 35867 + - uid: 14068 components: - type: Transform - pos: 32.5,14.5 + pos: 68.5,-9.5 parent: 2 - - uid: 35882 +- proto: CurtainsRedOpen + entities: + - uid: 2970 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,32.5 + pos: -0.5,75.5 parent: 2 - - uid: 35883 + - uid: 4580 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,32.5 + pos: -7.5,22.5 parent: 2 - - uid: 35884 + - uid: 5104 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,32.5 + rot: 1.5707963267948966 rad + pos: -1.5,50.5 parent: 2 - - uid: 35885 + - uid: 5419 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,32.5 + pos: -5.5,22.5 parent: 2 - - uid: 35886 + - uid: 5988 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,32.5 + pos: -1.5,61.5 parent: 2 - - uid: 35900 + - uid: 6266 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,61.5 + pos: -11.5,47.5 parent: 2 - - uid: 35901 + - uid: 6273 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,61.5 + pos: -11.5,46.5 parent: 2 - - uid: 35902 + - uid: 7211 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,61.5 + rot: 3.141592653589793 rad + pos: -4.5,51.5 parent: 2 - - uid: 35903 + - uid: 7614 components: - type: Transform rot: -1.5707963267948966 rad - pos: 0.5,61.5 + pos: -11.5,70.5 parent: 2 - - uid: 35916 + - uid: 7687 components: - type: Transform rot: -1.5707963267948966 rad - pos: 41.5,28.5 + pos: -8.5,70.5 parent: 2 - - uid: 35918 + - uid: 7689 components: - type: Transform rot: -1.5707963267948966 rad - pos: 46.5,34.5 + pos: -7.5,70.5 parent: 2 - - uid: 35919 + - uid: 7690 components: - type: Transform rot: -1.5707963267948966 rad - pos: 45.5,34.5 + pos: -5.5,70.5 parent: 2 - - uid: 35920 + - uid: 7698 components: - type: Transform rot: -1.5707963267948966 rad - pos: 44.5,34.5 + pos: -2.5,70.5 parent: 2 - - uid: 35921 + - uid: 7699 components: - type: Transform rot: -1.5707963267948966 rad - pos: 43.5,34.5 + pos: -1.5,70.5 parent: 2 - - uid: 35922 + - uid: 9329 components: - type: Transform rot: -1.5707963267948966 rad - pos: 42.5,34.5 + pos: -10.5,70.5 parent: 2 - - uid: 35923 + - uid: 9797 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,34.5 + rot: 3.141592653589793 rad + pos: -3.5,51.5 parent: 2 - - uid: 35924 + - uid: 13966 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,34.5 + rot: 3.141592653589793 rad + pos: -5.5,51.5 parent: 2 - - uid: 35993 + - uid: 16142 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-25.5 + pos: -11.5,45.5 parent: 2 - - uid: 35994 + - uid: 18213 components: - type: Transform rot: 1.5707963267948966 rad - pos: -28.5,-25.5 + pos: -1.5,49.5 parent: 2 - - uid: 35995 + - uid: 18306 components: - type: Transform - pos: -30.5,-26.5 + pos: -0.5,74.5 parent: 2 - - uid: 36002 + - uid: 19798 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-0.5 + pos: -1.5,62.5 parent: 2 - - uid: 36003 + - uid: 22127 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,0.5 + rot: 1.5707963267948966 rad + pos: -1.5,48.5 parent: 2 - - uid: 36004 + - uid: 23267 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,1.5 + pos: -6.5,22.5 parent: 2 - - uid: 36005 + - uid: 23582 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,2.5 + pos: -4.5,22.5 parent: 2 - - uid: 36006 + - uid: 26470 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,3.5 + pos: -4.5,70.5 parent: 2 - - uid: 36007 +- proto: d12Dice + entities: + - uid: 23034 components: - type: Transform rot: 1.5707963267948966 rad - pos: -56.5,3.5 + pos: -36.820965,60.53547 parent: 2 - - uid: 36008 +- proto: d6Dice + entities: + - uid: 19662 components: - type: Transform rot: 1.5707963267948966 rad - pos: -55.5,3.5 + pos: -37.883465,59.894844 parent: 2 - - uid: 36009 + - uid: 19663 components: - type: Transform rot: 1.5707963267948966 rad - pos: -53.5,3.5 + pos: -38.11784,60.12922 parent: 2 - - uid: 36010 + - uid: 31230 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,3.5 + pos: -46.758152,-33.965675 parent: 2 - - uid: 36011 + - uid: 31231 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,3.5 + pos: -47.59409,-33.51255 parent: 2 - - uid: 36012 +- proto: Dart + entities: + - uid: 30754 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,3.5 + rot: -1.5707963267948966 rad + pos: -21.773224,55.837746 parent: 2 - - uid: 36013 + - uid: 34343 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,3.5 + rot: 3.141592653589793 rad + pos: -45.753265,-35.049603 parent: 2 - - uid: 36014 + - uid: 34346 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,3.5 + pos: -49.97476,-32.018353 parent: 2 - - uid: 36015 +- proto: DartBlue + entities: + - uid: 34342 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,3.5 + rot: 3.141592653589793 rad + pos: -50.060696,-31.79179 parent: 2 - - uid: 36018 + - uid: 37616 components: - type: Transform - pos: -69.5,14.5 + rot: 1.5707963267948966 rad + pos: -47.81828,-31.08799 parent: 2 - - uid: 36019 + - uid: 40580 components: - type: Transform - pos: -69.5,13.5 + pos: -19.352915,54.137093 parent: 2 - - uid: 36020 + - uid: 40586 components: - type: Transform - pos: -69.5,12.5 + rot: 3.141592653589793 rad + pos: -20.673227,59.44178 parent: 2 - - uid: 36021 +- proto: DartPurple + entities: + - uid: 37612 components: - type: Transform - pos: -69.5,11.5 + pos: -48.31828,-30.283302 parent: 2 - - uid: 36022 + - uid: 37615 components: - type: Transform - pos: -69.5,10.5 + rot: 1.5707963267948966 rad + pos: -49.76359,-31.002052 parent: 2 - - uid: 36023 +- proto: DartYellow + entities: + - uid: 31129 components: - type: Transform - pos: -69.5,9.5 + rot: 3.141592653589793 rad + pos: -21.624786,55.642433 parent: 2 - - uid: 36028 + - uid: 34344 components: - type: Transform rot: 3.141592653589793 rad - pos: -9.5,-14.5 + pos: -38.146633,-34.362103 parent: 2 - - uid: 36029 + - uid: 37620 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-13.5 + rot: -1.5707963267948966 rad + pos: -50.052654,-31.291115 parent: 2 - - uid: 36030 + - uid: 37623 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-12.5 + pos: -47.207165,-33.35701 parent: 2 - - uid: 36332 + - uid: 40583 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,30.5 + rot: -1.5707963267948966 rad + pos: -19.110727,54.355843 parent: 2 - - uid: 36512 +- proto: DefaultStationBeaconAICore + entities: + - uid: 6276 components: - type: Transform - pos: 57.5,77.5 + pos: 61.5,42.5 parent: 2 - - uid: 36513 +- proto: DefaultStationBeaconAnomalyGenerator + entities: + - uid: 6291 components: - type: Transform - pos: 57.5,76.5 + pos: 46.5,37.5 parent: 2 - - uid: 36514 +- proto: DefaultStationBeaconArmory + entities: + - uid: 7350 components: - type: Transform - pos: 57.5,75.5 + pos: -22.5,41.5 parent: 2 - - uid: 36515 +- proto: DefaultStationBeaconArrivals + entities: + - uid: 8461 components: - type: Transform - pos: 57.5,74.5 + pos: 1.5,-44.5 parent: 2 - - uid: 36516 +- proto: DefaultStationBeaconArtifactLab + entities: + - uid: 8743 components: - type: Transform - pos: 57.5,73.5 + pos: 42.5,50.5 parent: 2 - - uid: 36517 +- proto: DefaultStationBeaconAtmospherics + entities: + - uid: 8817 components: - type: Transform - pos: 57.5,72.5 + pos: -45.5,34.5 parent: 2 - - uid: 36518 +- proto: DefaultStationBeaconBar + entities: + - uid: 10234 components: - type: Transform - pos: 57.5,71.5 + pos: -46.5,-31.5 parent: 2 - - uid: 36519 +- proto: DefaultStationBeaconBotany + entities: + - uid: 10265 components: - type: Transform - pos: 57.5,70.5 + pos: -60.5,1.5 parent: 2 - - uid: 36520 +- proto: DefaultStationBeaconBoxing + entities: + - uid: 10270 components: - type: Transform - pos: 57.5,69.5 + pos: 34.5,-29.5 parent: 2 - - uid: 36521 +- proto: DefaultStationBeaconBridge + entities: + - uid: 12718 components: - type: Transform - pos: 57.5,68.5 + pos: 18.5,54.5 parent: 2 - - uid: 36522 +- proto: DefaultStationBeaconBrig + entities: + - uid: 15310 components: - type: Transform - pos: 57.5,67.5 + pos: -31.5,28.5 parent: 2 - - uid: 36523 +- proto: DefaultStationBeaconCameraServerRoom + entities: + - uid: 37568 components: - type: Transform - pos: 57.5,66.5 + pos: 7.5,61.5 parent: 2 - - uid: 36524 +- proto: DefaultStationBeaconCargoBay + entities: + - uid: 19179 components: - type: Transform - pos: 57.5,65.5 + pos: -20.5,-45.5 parent: 2 - - uid: 36525 +- proto: DefaultStationBeaconCargoReception + entities: + - uid: 37557 components: - type: Transform - pos: 57.5,64.5 + pos: -11.5,-18.5 parent: 2 - - uid: 36529 +- proto: DefaultStationBeaconCERoom + entities: + - uid: 15815 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,60.5 + pos: -60.5,18.5 parent: 2 - - uid: 36725 +- proto: DefaultStationBeaconChapel + entities: + - uid: 19233 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,83.5 + pos: 61.5,15.5 parent: 2 - - uid: 36726 +- proto: DefaultStationBeaconChemistry + entities: + - uid: 20633 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,84.5 + pos: 17.5,-5.5 parent: 2 - - uid: 36847 +- proto: DefaultStationBeaconCMORoom + entities: + - uid: 16605 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,71.5 + pos: -8.5,-8.5 parent: 2 - - uid: 36848 +- proto: DefaultStationBeaconCommand + entities: + - uid: 24396 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 74.5,71.5 + pos: 13.5,37.5 parent: 2 - - uid: 36849 +- proto: DefaultStationBeaconConferenceRoom + entities: + - uid: 24541 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,71.5 + pos: 9.5,49.5 parent: 2 - - uid: 36850 +- proto: DefaultStationBeaconCorpsman + entities: + - uid: 20669 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,71.5 + pos: -33.5,32.5 parent: 2 - - uid: 40080 +- proto: DefaultStationBeaconCryosleep + entities: + - uid: 28956 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,65.5 + pos: 29.5,-10.5 parent: 2 - - uid: 40081 +- proto: DefaultStationBeaconDetectiveRoom + entities: + - uid: 108 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,66.5 + pos: -40.5,35.5 parent: 2 - - uid: 40082 +- proto: DefaultStationBeaconDisposals + entities: + - uid: 28974 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,65.5 + pos: -39.5,1.5 parent: 2 - - uid: 40083 +- proto: DefaultStationBeaconEngineering + entities: + - uid: 29723 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,66.5 + pos: -49.5,13.5 parent: 2 - - uid: 40084 +- proto: DefaultStationBeaconEngiOutpost + entities: + - uid: 29339 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,65.5 + pos: 20.5,-20.5 parent: 2 - - uid: 40085 +- proto: DefaultStationBeaconEscapePod + entities: + - uid: 31574 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,66.5 + pos: -65.5,-17.5 parent: 2 - - uid: 40529 + - uid: 31754 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,53.5 + pos: 46.5,-34.5 parent: 2 - - uid: 40531 + - uid: 31784 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,52.5 + pos: 84.5,0.5 parent: 2 - - uid: 40532 +- proto: DefaultStationBeaconEVAStorage + entities: + - uid: 28973 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,51.5 + pos: 19.5,23.5 parent: 2 - - uid: 40533 +- proto: DefaultStationBeaconExam + entities: + - uid: 36473 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,50.5 + pos: 6.5,-9.5 parent: 2 - - uid: 40534 +- proto: DefaultStationBeaconGravGen + entities: + - uid: 36492 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,49.5 + pos: -60.5,33.5 parent: 2 - - uid: 40535 +- proto: DefaultStationBeaconHOPOffice + entities: + - uid: 36489 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,48.5 + pos: 8.5,25.5 parent: 2 - - uid: 40536 +- proto: DefaultStationBeaconHOSRoom + entities: + - uid: 36474 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,47.5 + pos: -5.5,30.5 parent: 2 - - uid: 40537 +- proto: DefaultStationBeaconJanitorsCloset + entities: + - uid: 36496 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,46.5 + pos: 36.5,-1.5 parent: 2 - - uid: 40538 +- proto: DefaultStationBeaconJanitorsOffice + entities: + - uid: 36493 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,45.5 + pos: -37.5,10.5 parent: 2 - - uid: 40539 +- proto: DefaultStationBeaconKitchen + entities: + - uid: 37555 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,44.5 + pos: -58.5,-20.5 parent: 2 - - uid: 40540 +- proto: DefaultStationBeaconLawOffice + entities: + - uid: 22126 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,44.5 + pos: -5.5,49.5 parent: 2 -- proto: DisposalPipeBroken +- proto: DefaultStationBeaconLibrary entities: - - uid: 2523 + - uid: 37559 components: - type: Transform - pos: 72.5,38.5 + pos: 56.5,28.5 parent: 2 - - uid: 5387 +- proto: DefaultStationBeaconMailroom + entities: + - uid: 37562 components: - type: Transform - pos: 58.5,54.5 + pos: -6.5,-23.5 parent: 2 - - uid: 7047 +- proto: DefaultStationBeaconMantis + entities: + - uid: 36472 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-32.5 + pos: 42.5,33.5 parent: 2 - - uid: 7048 +- proto: DefaultStationBeaconMedbay + entities: + - uid: 37563 components: - type: Transform - pos: -29.5,-32.5 + pos: 14.5,13.5 parent: 2 - - uid: 7049 +- proto: DefaultStationBeaconMedical + entities: + - uid: 6058 components: - type: Transform - pos: -29.5,-30.5 + pos: 1.5,2.5 parent: 2 - - uid: 7050 +- proto: DefaultStationBeaconMetempsychosis + entities: + - uid: 19852 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-34.5 + pos: 26.5,2.5 parent: 2 - - uid: 7051 +- proto: DefaultStationBeaconMorgue + entities: + - uid: 28940 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-36.5 + pos: 30.5,12.5 parent: 2 - - uid: 7052 +- proto: DefaultStationBeaconPark + entities: + - uid: 37565 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-36.5 + pos: 56.5,-3.5 parent: 2 - - uid: 7054 +- proto: DefaultStationBeaconPsychologist + entities: + - uid: 5631 components: - type: Transform - pos: -33.5,-37.5 + pos: -17.5,78.5 parent: 2 - - uid: 30158 + - uid: 37569 components: - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,35.5 + pos: -15.5,-11.5 parent: 2 - - uid: 30160 +- proto: DefaultStationBeaconQMRoom + entities: + - uid: 36495 components: - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,40.5 + pos: -29.5,-23.5 parent: 2 - - uid: 30163 +- proto: DefaultStationBeaconRDRoom + entities: + - uid: 37561 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 73.5,42.5 + pos: 44.5,23.5 parent: 2 - - uid: 35528 +- proto: DefaultStationBeaconReporter + entities: + - uid: 37570 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 102.5,17.5 + pos: -27.5,-11.5 parent: 2 - - uid: 35556 +- proto: DefaultStationBeaconRobotics + entities: + - uid: 37571 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.5,12.5 + pos: 46.5,43.5 parent: 2 - - uid: 35558 +- proto: DefaultStationBeaconSalvage + entities: + - uid: 37641 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 100.5,11.5 + pos: -9.5,-42.5 parent: 2 - - uid: 35559 +- proto: DefaultStationBeaconScience + entities: + - uid: 36471 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 98.5,11.5 + pos: 29.5,26.5 parent: 2 - - uid: 35561 +- proto: DefaultStationBeaconSecurity + entities: + - uid: 37572 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 97.5,11.5 + pos: -20.5,26.5 parent: 2 - - uid: 35562 +- proto: DefaultStationBeaconSecurityCheckpoint + entities: + - uid: 37573 components: - type: Transform - rot: 3.141592653589793 rad - pos: 96.5,10.5 + pos: 1.5,43.5 parent: 2 - - uid: 35739 + - uid: 37692 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 87.5,49.5 + pos: 1.5,-23.5 parent: 2 - - uid: 35783 +- proto: DefaultStationBeaconSingularity + entities: + - uid: 37564 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,67.5 + pos: 82.5,-16.5 parent: 2 - - uid: 35784 +- proto: DefaultStationBeaconSolars + entities: + - uid: 37640 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,65.5 + pos: 56.5,-33.5 parent: 2 - - uid: 35785 + - uid: 38712 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 73.5,65.5 + pos: -65.5,-34.5 parent: 2 - - uid: 36526 +- proto: DefaultStationBeaconSupply + entities: + - uid: 37558 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,63.5 + pos: -13.5,-30.5 parent: 2 - - uid: 36528 +- proto: DefaultStationBeaconSurgery + entities: + - uid: 39416 components: - type: Transform - pos: 57.5,61.5 + pos: -19.5,-1.5 parent: 2 - - uid: 36530 +- proto: DefaultStationBeaconTEG + entities: + - uid: 38715 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,60.5 + pos: -58.5,47.5 parent: 2 - - uid: 36851 +- proto: DefaultStationBeaconTelecoms + entities: + - uid: 38713 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 77.5,71.5 + pos: -77.5,14.5 parent: 2 -- proto: DisposalTrunk +- proto: DefaultStationBeaconTheater entities: - - uid: 334 + - uid: 9688 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-39.5 + pos: 72.5,-9.5 parent: 2 - - uid: 1437 +- proto: DefaultStationBeaconVault + entities: + - uid: 39419 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,12.5 + pos: 26.5,41.5 parent: 2 - - uid: 2390 +- proto: DefaultStationBeaconVirology + entities: + - uid: 39417 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-1.5 + pos: -20.5,6.5 parent: 2 - - uid: 2553 +- proto: DefaultStationBeaconWardensOffice + entities: + - uid: 39418 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,-10.5 + pos: -20.5,49.5 parent: 2 - - uid: 3379 +- proto: DefibrillatorCabinetFilled + entities: + - uid: 3849 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-11.5 + pos: 40.5,-21.5 parent: 2 - - uid: 3417 + - uid: 6953 components: - type: Transform - pos: -48.5,65.5 + pos: -14.5,-32.5 parent: 2 - - uid: 3508 + - uid: 14201 components: - type: Transform rot: 1.5707963267948966 rad - pos: 16.5,12.5 + pos: 16.5,49.5 parent: 2 - - uid: 3547 + - uid: 33935 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-18.5 + pos: 7.5,17.5 parent: 2 - - uid: 3556 + - uid: 36763 components: - type: Transform - pos: 14.5,22.5 + pos: 29.5,8.5 parent: 2 - - uid: 6206 + - uid: 41105 components: - type: Transform - pos: -38.5,-20.5 + pos: -20.5,80.5 parent: 2 - - uid: 7053 +- proto: DeployableBarrier + entities: + - uid: 873 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,-38.5 + pos: -19.5,62.5 parent: 2 - - uid: 7637 + - uid: 14165 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,22.5 + pos: -5.5,37.5 parent: 2 - - uid: 8796 + - uid: 14166 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,33.5 + pos: -7.5,37.5 parent: 2 - - uid: 12059 + - uid: 14171 components: - type: Transform - pos: 15.5,-13.5 + pos: -6.5,37.5 parent: 2 - - uid: 15127 + - uid: 18305 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,23.5 + pos: -18.5,61.5 parent: 2 - - uid: 15962 + - uid: 19271 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,11.5 + pos: -48.5,82.5 parent: 2 - - uid: 17087 + - uid: 25216 components: - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,6.5 + pos: 22.5,46.5 parent: 2 - - uid: 17088 + - uid: 29893 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -86.5,19.5 + pos: -48.5,84.5 parent: 2 - - uid: 17089 + - uid: 31945 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,-2.5 + pos: -16.5,46.5 parent: 2 - - uid: 17124 + - uid: 34555 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -73.5,11.5 + pos: -48.5,83.5 parent: 2 - - uid: 17129 + - uid: 39743 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,24.5 + pos: 73.5,-24.5 parent: 2 - - uid: 17130 + - uid: 39744 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,24.5 + pos: 73.5,-25.5 parent: 2 - - uid: 17131 + - uid: 39745 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,39.5 + pos: 74.5,-25.5 parent: 2 - - uid: 17132 + - uid: 39746 components: - type: Transform - pos: -2.5,55.5 + pos: 76.5,-25.5 parent: 2 - - uid: 17243 + - uid: 39747 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,28.5 + pos: 77.5,-25.5 parent: 2 - - uid: 17259 + - uid: 39748 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,39.5 + pos: 77.5,-24.5 parent: 2 - - uid: 17268 + - uid: 41116 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,35.5 + pos: 7.5,-24.5 parent: 2 - - uid: 17269 + - uid: 41117 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,52.5 + pos: 7.5,-21.5 parent: 2 - - uid: 17271 + - uid: 41118 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,52.5 + pos: -78.5,14.5 parent: 2 - - uid: 17312 + - uid: 41119 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,46.5 + pos: -78.5,13.5 parent: 2 - - uid: 17318 + - uid: 41120 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,26.5 + pos: -76.5,13.5 parent: 2 - - uid: 17319 + - uid: 41123 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,36.5 + pos: -76.5,14.5 parent: 2 - - uid: 17345 + - uid: 41125 components: - type: Transform - pos: 25.5,10.5 + pos: 17.5,35.5 parent: 2 - - uid: 17356 + - uid: 41126 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,26.5 + pos: 18.5,35.5 parent: 2 - - uid: 17374 + - uid: 41127 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,15.5 + pos: 19.5,35.5 parent: 2 - - uid: 17397 + - uid: 41128 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-24.5 + pos: 14.5,56.5 parent: 2 - - uid: 17414 + - uid: 41129 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,-27.5 + pos: 14.5,55.5 parent: 2 - - uid: 17449 + - uid: 41130 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,-13.5 + pos: 14.5,54.5 parent: 2 - - uid: 17450 + - uid: 41134 components: - type: Transform - pos: 72.5,0.5 + pos: 21.5,46.5 parent: 2 - - uid: 17490 + - uid: 41135 components: - type: Transform - pos: 11.5,27.5 + pos: 24.5,46.5 parent: 2 - - uid: 17523 + - uid: 41630 components: - type: Transform - pos: 7.5,-34.5 + pos: -18.5,62.5 parent: 2 - - uid: 17530 + - uid: 41632 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,9.5 + pos: -19.5,61.5 parent: 2 - - uid: 17531 + - uid: 41864 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-2.5 + pos: -17.5,61.5 parent: 2 - - uid: 17535 + - uid: 42063 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-0.5 + pos: -17.5,62.5 parent: 2 - - uid: 17536 + - uid: 43285 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-11.5 + pos: 25.5,66.5 parent: 2 - - uid: 17537 + - uid: 43286 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,2.5 + pos: 25.5,67.5 parent: 2 - - uid: 17647 + - uid: 43287 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-25.5 + pos: 25.5,68.5 parent: 2 - - uid: 17707 + - uid: 43288 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-14.5 + pos: 26.5,54.5 parent: 2 - - uid: 17710 + - uid: 43289 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-25.5 + pos: 27.5,54.5 parent: 2 - - uid: 19088 + - uid: 43290 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,2.5 + pos: 28.5,54.5 parent: 2 - - uid: 19305 + - uid: 43467 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,53.5 + pos: 29.5,68.5 parent: 2 - - uid: 19762 + - uid: 43468 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,13.5 + pos: 29.5,67.5 parent: 2 - - uid: 19763 + - uid: 43469 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,15.5 + pos: 29.5,66.5 parent: 2 - - uid: 19873 +- proto: DeskBell + entities: + - uid: 61 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,73.5 + pos: -1.3602465,-32.409664 parent: 2 - - uid: 21245 + - uid: 102 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,32.5 + pos: 3.4338489,5.520546 parent: 2 - - uid: 23368 + - uid: 1138 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-33.5 + pos: 19.834106,-6.375514 parent: 2 - - uid: 23610 + - uid: 1143 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,24.5 + pos: 17.177856,-6.375514 parent: 2 - - uid: 26807 + - uid: 1430 components: - type: Transform - pos: -23.5,22.5 + pos: 13.689143,4.6450024 parent: 2 - - uid: 28736 + - uid: 1527 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,28.5 + pos: 27.060135,-3.4577832 parent: 2 - - uid: 29275 + - uid: 1927 components: - type: Transform - pos: -37.5,32.5 + pos: 7.647935,26.652452 parent: 2 - - uid: 34567 + - uid: 2231 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,41.5 + pos: -3.3289967,-34.296383 parent: 2 - - uid: 35737 + - uid: 2690 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 85.5,49.5 + pos: 13.110749,41.62234 parent: 2 - - uid: 35772 + - uid: 2957 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 86.5,68.5 + pos: -14.030302,-22.251932 parent: 2 - - uid: 35887 + - uid: 2958 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,32.5 + pos: -8.999052,-22.283182 parent: 2 - - uid: 35904 + - uid: 3683 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,61.5 + pos: -48.534878,2.972764 parent: 2 - - uid: 35907 + - uid: 5258 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,34.5 + pos: 28.44021,25.612677 parent: 2 - - uid: 35996 + - uid: 6734 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-25.5 + pos: 57.515186,-9.737263 parent: 2 - - uid: 36001 + - uid: 7545 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,2.5 + pos: -51.532696,-17.42208 parent: 2 - - uid: 36017 + - uid: 7546 components: - type: Transform - pos: -69.5,15.5 + pos: -51.474102,-20.269735 parent: 2 - - uid: 36027 + - uid: 8403 components: - type: Transform - pos: -9.5,-11.5 + pos: -69.25393,12.611276 parent: 2 - - uid: 36510 + - uid: 12095 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,78.5 + pos: 3.5756717,-24.22921 parent: 2 - - uid: 36724 + - uid: 15395 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,82.5 + pos: -20.215748,27.700657 parent: 2 - - uid: 36846 + - uid: 15813 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,71.5 + pos: -14.470832,57.760975 parent: 2 - - uid: 37378 + - uid: 23667 components: - type: Transform - pos: -35.5,65.5 + pos: -49.496456,15.688549 parent: 2 - - uid: 40086 + - uid: 37661 components: - type: Transform - pos: -33.5,67.5 + pos: -0.4217875,42.462593 parent: 2 - - uid: 40087 +- proto: DiseaseDiagnoser + entities: + - uid: 7274 components: - type: Transform - pos: -31.5,67.5 + pos: -7.5,7.5 parent: 2 - - uid: 40088 +- proto: DiseaseSwab + entities: + - uid: 18080 components: - type: Transform - pos: -29.5,67.5 + pos: -14.427854,7.5229125 parent: 2 - - uid: 40518 + - uid: 21911 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,43.5 + pos: -14.224729,7.4916625 parent: 2 -- proto: DisposalUnit +- proto: DisposalBend entities: - - uid: 712 + - uid: 656 components: - type: Transform - pos: -20.5,-39.5 + rot: -1.5707963267948966 rad + pos: 47.5,-16.5 parent: 2 - - uid: 1068 + - uid: 717 components: - type: Transform - pos: -0.5,23.5 + rot: -1.5707963267948966 rad + pos: 46.5,-17.5 parent: 2 - - uid: 1361 + - uid: 733 components: - type: Transform - pos: 36.5,-0.5 + rot: -1.5707963267948966 rad + pos: 48.5,-15.5 parent: 2 - - uid: 1368 + - uid: 735 components: - type: Transform - pos: 12.5,12.5 + rot: -1.5707963267948966 rad + pos: 49.5,-14.5 parent: 2 - - uid: 1487 + - uid: 982 components: - type: Transform - pos: 12.5,2.5 + rot: 1.5707963267948966 rad + pos: 46.5,-16.5 parent: 2 - - uid: 1591 + - uid: 1059 components: - type: Transform - pos: -3.5,9.5 + rot: -1.5707963267948966 rad + pos: 50.5,-13.5 parent: 2 - - uid: 1710 + - uid: 1088 components: - type: Transform - pos: -1.5,-2.5 + rot: 1.5707963267948966 rad + pos: 47.5,-15.5 parent: 2 - - uid: 1827 + - uid: 1344 components: - type: Transform - pos: 30.5,-11.5 + rot: 1.5707963267948966 rad + pos: 10.5,12.5 parent: 2 - - uid: 1977 + - uid: 1349 components: - type: Transform - pos: 11.5,27.5 + pos: 17.5,12.5 parent: 2 - - uid: 2556 + - uid: 2037 components: - type: Transform - pos: -2.5,-10.5 + pos: 49.5,20.5 parent: 2 - - uid: 2652 + - uid: 2038 components: - type: Transform - pos: -57.5,-1.5 + rot: 3.141592653589793 rad + pos: 49.5,3.5 parent: 2 - - uid: 3773 + - uid: 2136 components: - type: Transform - pos: 41.5,-24.5 + pos: 50.5,3.5 parent: 2 - - uid: 4493 + - uid: 2149 components: - type: Transform - pos: 52.5,15.5 + rot: 1.5707963267948966 rad + pos: 48.5,-14.5 parent: 2 - - uid: 5138 + - uid: 2152 components: - type: Transform - pos: 69.5,-13.5 + rot: 1.5707963267948966 rad + pos: 49.5,-13.5 parent: 2 - - uid: 5139 + - uid: 2291 components: - type: Transform - pos: 54.5,-27.5 + pos: 39.5,-16.5 parent: 2 - - uid: 5140 + - uid: 2293 components: - type: Transform - pos: 72.5,0.5 + pos: 38.5,-15.5 parent: 2 - - uid: 5149 + - uid: 2296 components: - type: Transform - pos: 37.5,46.5 + rot: 3.141592653589793 rad + pos: 39.5,-17.5 parent: 2 - - uid: 5219 + - uid: 2301 components: - type: Transform - pos: 42.5,36.5 + rot: 3.141592653589793 rad + pos: 38.5,-16.5 parent: 2 - - uid: 5248 + - uid: 2909 components: - type: Transform - pos: 32.5,26.5 + pos: 15.5,49.5 parent: 2 - - uid: 5699 + - uid: 3704 components: - type: Transform - pos: 56.5,26.5 + rot: 3.141592653589793 rad + pos: -33.5,-7.5 parent: 2 - - uid: 6567 + - uid: 5139 components: - type: Transform - pos: -12.5,-25.5 + rot: -1.5707963267948966 rad + pos: 54.5,-27.5 parent: 2 - - uid: 6661 + - uid: 5226 components: - type: Transform - pos: -38.5,-20.5 + rot: -1.5707963267948966 rad + pos: 7.5,-35.5 parent: 2 - - uid: 7164 + - uid: 6199 components: - type: Transform - pos: -46.5,-14.5 + rot: -1.5707963267948966 rad + pos: -38.5,-21.5 parent: 2 - - uid: 7560 + - uid: 6247 components: - type: Transform - pos: -52.5,-25.5 + rot: -1.5707963267948966 rad + pos: -44.5,-23.5 parent: 2 - - uid: 8408 + - uid: 8795 components: - type: Transform - pos: -73.5,11.5 + pos: -47.5,34.5 parent: 2 - - uid: 8409 + - uid: 8990 components: - type: Transform - pos: -86.5,19.5 + rot: 1.5707963267948966 rad + pos: -45.5,8.5 parent: 2 - - uid: 8410 + - uid: 9145 components: - type: Transform - pos: -95.5,6.5 + pos: -29.5,-10.5 parent: 2 - - uid: 8411 + - uid: 11856 components: - type: Transform - pos: -82.5,-2.5 + rot: 3.141592653589793 rad + pos: -41.5,2.5 parent: 2 - - uid: 8797 + - uid: 11876 components: - type: Transform - pos: -47.5,33.5 + rot: 1.5707963267948966 rad + pos: -41.5,6.5 parent: 2 - - uid: 9332 + - uid: 11976 components: - type: Transform - pos: 14.5,22.5 + rot: 3.141592653589793 rad + pos: 15.5,-15.5 parent: 2 - - uid: 10091 + - uid: 13246 components: - type: Transform - pos: -57.5,11.5 + rot: 1.5707963267948966 rad + pos: -35.5,32.5 parent: 2 - - uid: 10183 + - uid: 13711 components: - type: Transform - pos: -47.5,24.5 + rot: 3.141592653589793 rad + pos: -52.5,62.5 parent: 2 - - uid: 12058 + - uid: 16288 components: - type: Transform - pos: 15.5,-13.5 + rot: 1.5707963267948966 rad + pos: -5.5,45.5 parent: 2 - - uid: 13083 + - uid: 16698 components: - type: Transform - pos: 7.5,-34.5 + pos: -32.5,-7.5 parent: 2 - - uid: 13977 + - uid: 16732 components: - type: Transform - pos: 12.5,52.5 + pos: -10.5,24.5 parent: 2 - - uid: 14179 + - uid: 16911 components: - type: Transform - pos: 4.5,35.5 + rot: 3.141592653589793 rad + pos: -46.5,-9.5 parent: 2 - - uid: 15528 + - uid: 16926 components: - type: Transform - pos: -18.5,24.5 + rot: 1.5707963267948966 rad + pos: -33.5,20.5 parent: 2 - - uid: 15594 + - uid: 16927 components: - type: Transform - pos: -8.5,28.5 + rot: -1.5707963267948966 rad + pos: -33.5,19.5 parent: 2 - - uid: 15770 + - uid: 16928 components: - type: Transform - pos: -11.5,24.5 + rot: 1.5707963267948966 rad + pos: -36.5,19.5 parent: 2 - - uid: 15929 + - uid: 16929 components: - type: Transform - pos: -2.5,55.5 + rot: -1.5707963267948966 rad + pos: -36.5,18.5 parent: 2 - - uid: 16079 + - uid: 16930 components: - type: Transform - pos: -10.5,39.5 + rot: 1.5707963267948966 rad + pos: -37.5,18.5 parent: 2 - - uid: 16313 + - uid: 16931 components: - type: Transform - pos: -18.5,53.5 + rot: -1.5707963267948966 rad + pos: -37.5,17.5 parent: 2 - - uid: 17270 + - uid: 16932 components: - type: Transform - pos: 20.5,52.5 + rot: 1.5707963267948966 rad + pos: -39.5,17.5 parent: 2 - - uid: 17489 + - uid: 16933 components: - type: Transform - pos: -29.5,-11.5 + rot: -1.5707963267948966 rad + pos: -39.5,16.5 parent: 2 - - uid: 17533 + - uid: 16934 components: - type: Transform - pos: 25.5,10.5 + rot: 1.5707963267948966 rad + pos: -44.5,16.5 parent: 2 - - uid: 19858 + - uid: 16935 components: - type: Transform - pos: 4.5,73.5 + rot: -1.5707963267948966 rad + pos: -44.5,8.5 parent: 2 - - uid: 22876 + - uid: 16936 components: - type: Transform - pos: -34.5,32.5 + rot: -1.5707963267948966 rad + pos: -45.5,4.5 parent: 2 - - uid: 23346 + - uid: 16937 components: - type: Transform - pos: -50.5,-33.5 + rot: 1.5707963267948966 rad + pos: -46.5,4.5 parent: 2 - - uid: 26887 + - uid: 16938 components: - type: Transform - pos: -23.5,22.5 + pos: -45.5,-9.5 parent: 2 - - uid: 29342 + - uid: 16939 components: - type: Transform - pos: -37.5,32.5 + pos: -44.5,-10.5 parent: 2 - - uid: 29974 + - uid: 16940 components: - type: Transform - pos: -52.5,-18.5 + pos: -43.5,-11.5 parent: 2 - - uid: 30232 + - uid: 16941 components: - type: Transform - pos: -57.5,22.5 + pos: -42.5,-12.5 parent: 2 - - uid: 30331 + - uid: 16942 components: - type: Transform - pos: 16.5,12.5 + pos: -41.5,-13.5 parent: 2 - - uid: 30653 + - uid: 16943 components: - type: Transform - pos: -4.5,32.5 + pos: -39.5,-14.5 parent: 2 - - uid: 30667 + - uid: 16944 components: - type: Transform - pos: 43.5,28.5 + rot: 3.141592653589793 rad + pos: -39.5,-15.5 parent: 2 - - uid: 30668 + - uid: 16946 components: - type: Transform - pos: -9.5,-11.5 + rot: 3.141592653589793 rad + pos: -42.5,-13.5 parent: 2 - - uid: 30717 + - uid: 16947 components: - type: Transform - pos: -3.5,61.5 + rot: 3.141592653589793 rad + pos: -43.5,-12.5 parent: 2 - - uid: 30747 + - uid: 16948 components: - type: Transform - pos: 47.5,34.5 + rot: 3.141592653589793 rad + pos: -44.5,-11.5 parent: 2 - - uid: 30793 + - uid: 16949 components: - type: Transform - pos: -27.5,-25.5 + rot: 3.141592653589793 rad + pos: -45.5,-10.5 parent: 2 - - uid: 30796 + - uid: 16950 components: - type: Transform - pos: -54.5,2.5 + rot: 3.141592653589793 rad + pos: -84.5,-2.5 parent: 2 - - uid: 30803 + - uid: 16958 components: - type: Transform - pos: -69.5,15.5 + rot: -1.5707963267948966 rad + pos: 16.5,2.5 parent: 2 - - uid: 34571 + - uid: 17034 components: - type: Transform - pos: -53.5,41.5 + rot: 3.141592653589793 rad + pos: -46.5,7.5 parent: 2 - - uid: 35736 + - uid: 17035 components: - type: Transform - pos: 85.5,49.5 + pos: -46.5,8.5 parent: 2 - - uid: 35769 + - uid: 17083 components: - type: Transform - pos: 86.5,68.5 + rot: 1.5707963267948966 rad + pos: -85.5,9.5 parent: 2 - - uid: 36509 + - uid: 17084 components: - type: Transform - pos: 56.5,78.5 + rot: -1.5707963267948966 rad + pos: -85.5,8.5 parent: 2 - - uid: 36723 + - uid: 17085 components: - type: Transform - pos: 82.5,82.5 + rot: 1.5707963267948966 rad + pos: -95.5,8.5 parent: 2 - - uid: 36838 + - uid: 17086 components: - type: Transform - pos: 72.5,71.5 + pos: -84.5,19.5 parent: 2 - - uid: 37379 + - uid: 17112 components: - type: Transform - pos: -35.5,65.5 + rot: 1.5707963267948966 rad + pos: -73.5,9.5 parent: 2 - - uid: 40509 + - uid: 17123 components: - type: Transform - pos: -29.5,43.5 + pos: -72.5,11.5 parent: 2 -- proto: DisposalYJunction - entities: - - uid: 16695 + - uid: 17127 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-15.5 + rot: -1.5707963267948966 rad + pos: -72.5,9.5 parent: 2 - - uid: 16696 + - uid: 17194 components: - type: Transform - pos: -32.5,20.5 + pos: -2.5,-9.5 parent: 2 - - uid: 17073 + - uid: 17196 components: - type: Transform rot: 1.5707963267948966 rad - pos: -84.5,8.5 + pos: 1.5,19.5 parent: 2 - - uid: 17200 + - uid: 17197 components: - type: Transform - pos: -15.5,29.5 + rot: -1.5707963267948966 rad + pos: 2.5,19.5 parent: 2 - - uid: 17371 + - uid: 17244 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,17.5 + pos: -8.5,29.5 parent: 2 - - uid: 17638 + - uid: 17246 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,3.5 + rot: 1.5707963267948966 rad + pos: -12.5,40.5 parent: 2 -- proto: DogBed - entities: - - uid: 619 + - uid: 17247 components: - type: Transform - pos: -4.5,-10.5 + rot: 3.141592653589793 rad + pos: -12.5,35.5 parent: 2 - - uid: 1963 + - uid: 17248 components: - type: Transform - pos: 12.5,29.5 + pos: -11.5,35.5 parent: 2 - - uid: 4454 + - uid: 17305 components: - type: Transform - pos: -16.5,50.5 + rot: 1.5707963267948966 rad + pos: 11.5,52.5 parent: 2 - - uid: 5715 + - uid: 17306 components: - type: Transform - pos: 43.5,25.5 + rot: 3.141592653589793 rad + pos: 11.5,49.5 parent: 2 - - uid: 6111 + - uid: 17307 components: - type: Transform - pos: 54.5,28.5 + rot: 3.141592653589793 rad + pos: 15.5,48.5 parent: 2 - - uid: 6421 + - uid: 17310 components: - type: Transform - pos: 80.5,-7.5 + rot: -1.5707963267948966 rad + pos: 19.5,39.5 parent: 2 - - uid: 15697 + - uid: 17315 components: - type: Transform - pos: -9.5,25.5 + rot: 1.5707963267948966 rad + pos: 31.5,29.5 parent: 2 - - uid: 17716 + - uid: 17355 components: - type: Transform - pos: 20.5,-35.5 + pos: 42.5,37.5 parent: 2 - - uid: 17717 + - uid: 17357 components: - type: Transform - pos: 15.5,-35.5 + rot: 1.5707963267948966 rad + pos: 53.5,26.5 parent: 2 - - uid: 19373 + - uid: 17372 components: - type: Transform - pos: -25.5,-20.5 + rot: -1.5707963267948966 rad + pos: 53.5,15.5 parent: 2 - - uid: 22277 + - uid: 17398 components: - type: Transform - pos: 29.5,28.5 + pos: 41.5,-23.5 parent: 2 - - uid: 23331 + - uid: 17399 components: - type: Transform - pos: -68.5,-8.5 + rot: 3.141592653589793 rad + pos: 35.5,-23.5 parent: 2 - - uid: 23333 + - uid: 17455 components: - type: Transform - pos: -68.5,-10.5 + rot: -1.5707963267948966 rad + pos: 72.5,-4.5 parent: 2 - - uid: 25848 + - uid: 17491 components: - type: Transform - pos: 43.5,29.5 + pos: -3.5,13.5 parent: 2 - - uid: 26209 + - uid: 17492 components: - type: Transform - pos: 22.5,48.5 + rot: 1.5707963267948966 rad + pos: -11.5,13.5 parent: 2 - - uid: 28142 + - uid: 17493 components: - type: Transform - pos: -50.5,-5.5 + rot: 3.141592653589793 rad + pos: -11.5,3.5 parent: 2 - - uid: 28149 + - uid: 17494 components: - type: Transform - pos: -49.5,-5.5 + rot: 1.5707963267948966 rad + pos: -4.5,-9.5 parent: 2 - - uid: 31604 + - uid: 17503 components: - type: Transform - pos: -59.5,26.5 + pos: 1.5,-15.5 parent: 2 - - uid: 32340 + - uid: 17522 components: - type: Transform - pos: -39.5,32.5 + rot: 3.141592653589793 rad + pos: 1.5,-35.5 parent: 2 -- proto: DonkpocketBoxSpawner - entities: - - uid: 5114 + - uid: 17538 components: - type: Transform - rot: 3.141592653589793 rad - pos: 94.5,55.5 + rot: 1.5707963267948966 rad + pos: 29.5,-11.5 parent: 2 - - uid: 7428 + - uid: 17586 components: - type: Transform - pos: -51.5,27.5 + rot: 3.141592653589793 rad + pos: 32.5,13.5 parent: 2 - - uid: 9086 + - uid: 17620 components: - type: Transform - pos: -16.5,-28.5 + rot: 1.5707963267948966 rad + pos: 9.5,6.5 parent: 2 - - uid: 15605 + - uid: 17621 components: - type: Transform - pos: -11.5,28.5 + rot: -1.5707963267948966 rad + pos: 9.5,3.5 parent: 2 - - uid: 18089 + - uid: 17632 components: - type: Transform - pos: -18.5,57.5 + pos: 31.5,6.5 parent: 2 - - uid: 18454 + - uid: 17633 components: - type: Transform - pos: -61.5,-1.5 + rot: 3.141592653589793 rad + pos: 31.5,-0.5 parent: 2 -- proto: DoubleEmergencyNitrogenTankFilled - entities: - - uid: 578 + - uid: 17652 components: - type: Transform - pos: 21.385355,25.859453 + rot: 1.5707963267948966 rad + pos: -22.5,-20.5 parent: 2 - - uid: 2985 + - uid: 17653 components: - type: Transform - pos: 21.542994,25.51156 + rot: 3.141592653589793 rad + pos: -22.5,-24.5 parent: 2 -- proto: DoubleEmergencyOxygenTank - entities: - - uid: 39768 + - uid: 17654 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.64576,-51.03821 + pos: -20.5,-24.5 parent: 2 - - uid: 39772 + - uid: 17699 components: - type: Transform rot: -1.5707963267948966 rad - pos: -58.351288,-37.387856 + pos: -11.5,-20.5 parent: 2 -- proto: DoubleEmergencyOxygenTankFilled - entities: - - uid: 2991 + - uid: 17752 components: - type: Transform - pos: 16.386623,25.897505 + rot: 1.5707963267948966 rad + pos: -52.5,-23.5 parent: 2 - - uid: 5520 + - uid: 17785 components: - type: Transform - pos: 16.544262,25.620277 + rot: 3.141592653589793 rad + pos: -33.5,-27.5 parent: 2 - - uid: 39767 + - uid: 17786 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.91409,-37.724327 + pos: -29.5,-27.5 parent: 2 - - uid: 39774 + - uid: 18237 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.37366,-30.502665 + pos: -20.5,55.5 parent: 2 -- proto: DresserCaptainFilled - entities: - - uid: 10231 + - uid: 18243 components: - type: Transform - pos: 21.5,48.5 + rot: -1.5707963267948966 rad + pos: -5.5,40.5 parent: 2 -- proto: DresserChiefEngineerFilled - entities: - - uid: 15103 + - uid: 18713 components: - type: Transform - pos: -60.5,20.5 + rot: -1.5707963267948966 rad + pos: -32.5,6.5 parent: 2 -- proto: DresserChiefMedicalOfficerFilled - entities: - - uid: 7857 + - uid: 19083 components: - type: Transform - pos: -8.5,-11.5 + rot: 3.141592653589793 rad + pos: -37.5,29.5 parent: 2 -- proto: DresserFilled - entities: - - uid: 4763 + - uid: 25348 components: - type: Transform - pos: -75.5,0.5 + rot: -1.5707963267948966 rad + pos: -35.5,62.5 parent: 2 - - uid: 5434 + - uid: 29198 components: - type: Transform - pos: 46.5,34.5 + rot: 3.141592653589793 rad + pos: -20.5,53.5 parent: 2 - - uid: 10014 + - uid: 30162 components: - type: Transform - pos: -79.5,-0.5 + rot: 1.5707963267948966 rad + pos: 72.5,42.5 parent: 2 - - uid: 11256 + - uid: 34570 components: - type: Transform - pos: -71.5,0.5 + rot: 1.5707963267948966 rad + pos: -54.5,41.5 parent: 2 - - uid: 17742 + - uid: 35527 components: - type: Transform - pos: -35.5,-28.5 + pos: 103.5,17.5 parent: 2 - - uid: 22088 + - uid: 35530 components: - type: Transform - pos: 65.5,30.5 + rot: -1.5707963267948966 rad + pos: 103.5,12.5 parent: 2 - - uid: 25983 + - uid: 35560 components: - type: Transform - pos: -32.5,32.5 + rot: 1.5707963267948966 rad + pos: 96.5,11.5 parent: 2 -- proto: DresserHeadOfPersonnelFilled - entities: - - uid: 7327 + - uid: 35781 components: - type: Transform - pos: 14.5,28.5 + rot: 1.5707963267948966 rad + pos: 77.5,68.5 parent: 2 -- proto: DresserHeadOfSecurityFilled - entities: - - uid: 22292 + - uid: 35782 components: - type: Transform - pos: -4.5,35.5 + rot: -1.5707963267948966 rad + pos: 77.5,67.5 parent: 2 -- proto: DresserQuarterMasterFilled - entities: - - uid: 15112 + - uid: 35864 components: - type: Transform - pos: -25.5,-25.5 + rot: 1.5707963267948966 rad + pos: 32.5,15.5 parent: 2 -- proto: DresserResearchDirectorFilled - entities: - - uid: 18806 + - uid: 35917 components: - type: Transform - pos: 45.5,30.5 + rot: 3.141592653589793 rad + pos: 40.5,28.5 parent: 2 -- proto: DresserWardenFilled - entities: - - uid: 438 + - uid: 35925 components: - type: Transform - pos: -23.5,51.5 + pos: 40.5,29.5 parent: 2 -- proto: Drill - entities: - - uid: 36025 + - uid: 35992 components: - type: Transform - pos: 64.54629,80.91518 + rot: 1.5707963267948966 rad + pos: -30.5,-25.5 parent: 2 -- proto: DrinkAleGlass - entities: - - uid: 31416 + - uid: 35998 components: - type: Transform - pos: -46.536232,-33.377792 + rot: 3.141592653589793 rad + pos: -58.5,-1.5 parent: 2 - - uid: 31421 + - uid: 35999 components: - type: Transform - pos: -45.53415,-25.675467 + rot: 1.5707963267948966 rad + pos: -58.5,3.5 parent: 2 - - uid: 37580 + - uid: 36511 components: - type: Transform - pos: -44.294193,-24.27334 + pos: 57.5,78.5 parent: 2 - - uid: 37581 + - uid: 36527 components: - type: Transform - pos: -44.09888,-24.453028 + rot: 3.141592653589793 rad + pos: 57.5,60.5 parent: 2 - - uid: 37582 + - uid: 37529 components: - type: Transform - pos: -43.02857,-24.171778 + rot: 1.5707963267948966 rad + pos: -25.5,86.5 parent: 2 -- proto: DrinkBeerBottleFull - entities: - - uid: 211 + - uid: 37532 components: - type: Transform - pos: -49.41746,21.835405 + rot: 1.5707963267948966 rad + pos: -25.5,89.5 parent: 2 -- proto: DrinkBeerglass - entities: - - uid: 5408 + - uid: 37560 components: - type: Transform - pos: -8.064243,-45.50384 + rot: 1.5707963267948966 rad + pos: -28.5,88.5 parent: 2 - - uid: 6880 + - uid: 40541 components: - type: Transform - pos: -7.931431,-45.199154 + rot: 1.5707963267948966 rad + pos: -29.5,44.5 parent: 2 - - uid: 19606 + - uid: 40542 components: - type: Transform - pos: -37.258465,60.332344 + rot: -1.5707963267948966 rad + pos: -26.5,44.5 parent: 2 - - uid: 30694 + - uid: 41517 components: - type: Transform - pos: -40.333614,67.27086 + rot: 1.5707963267948966 rad + pos: -29.5,72.5 parent: 2 -- proto: DrinkBloodyMaryGlass - entities: - - uid: 424 + - uid: 41527 components: - type: Transform - pos: -42.298717,64.82614 + rot: 3.141592653589793 rad + pos: -28.5,82.5 parent: 2 -- proto: DrinkBottleBeer - entities: - - uid: 8355 + - uid: 41549 components: - type: Transform - pos: -73.29047,3.1253412 + rot: -1.5707963267948966 rad + pos: -5.5,82.5 parent: 2 - - uid: 10095 + - uid: 41563 components: - type: Transform - pos: -48.840324,22.104233 + rot: 1.5707963267948966 rad + pos: -35.5,64.5 parent: 2 - - uid: 10186 + - uid: 42911 components: - type: Transform - pos: -47.07371,21.999468 + pos: 8.5,80.5 parent: 2 - - uid: 10188 + - uid: 42957 components: - type: Transform - pos: -47.26121,22.366655 + rot: 1.5707963267948966 rad + pos: -89.5,12.5 parent: 2 - - uid: 11272 + - uid: 42958 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.10297,2.6331537 + rot: 3.141592653589793 rad + pos: -88.5,4.5 parent: 2 - - uid: 11273 + - uid: 43397 components: - type: Transform - pos: -73.14984,3.0315912 + rot: -1.5707963267948966 rad + pos: 35.5,62.5 parent: 2 - - uid: 18367 + - uid: 43398 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.41746,22.272905 + rot: 3.141592653589793 rad + pos: 37.5,62.5 parent: 2 - - uid: 31423 + - uid: 43399 components: - type: Transform - pos: -41.35446,-28.183279 + rot: 1.5707963267948966 rad + pos: 28.5,62.5 parent: 2 - - uid: 31429 + - uid: 43400 components: - type: Transform rot: -1.5707963267948966 rad - pos: -35.65915,-35.792652 + pos: 28.5,55.5 parent: 2 - - uid: 31431 + - uid: 43427 components: - type: Transform - pos: -50.8154,-33.542652 + pos: 52.5,62.5 parent: 2 - - uid: 31443 + - uid: 43454 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.447353,-32.14329 + rot: 1.5707963267948966 rad + pos: 39.5,49.5 parent: 2 - - uid: 31576 + - uid: 43455 components: - type: Transform rot: -1.5707963267948966 rad - pos: -36.406116,-32.59924 + pos: 52.5,49.5 parent: 2 - - uid: 37584 + - uid: 43464 components: - type: Transform - pos: -43.762943,-24.038965 + rot: 1.5707963267948966 rad + pos: 19.5,55.5 parent: 2 -- proto: DrinkBottleRum +- proto: DisposalJunction entities: - - uid: 4725 + - uid: 2908 components: - type: Transform - pos: -4.431958,26.423075 + rot: -1.5707963267948966 rad + pos: -15.5,20.5 parent: 2 -- proto: DrinkBottleWine - entities: - - uid: 4381 + - uid: 3380 components: - type: Transform - pos: 61.698837,24.84039 + rot: -1.5707963267948966 rad + pos: 14.5,20.5 parent: 2 - - uid: 4382 + - uid: 3642 components: - type: Transform - pos: 61.948837,24.887264 + rot: 1.5707963267948966 rad + pos: -88.5,8.5 parent: 2 - - uid: 9325 + - uid: 3676 components: - type: Transform - pos: 55.7811,10.768181 + pos: -54.5,22.5 parent: 2 - - uid: 30032 + - uid: 6203 components: - type: Transform - pos: 91.68901,18.844994 + rot: 1.5707963267948966 rad + pos: -50.5,-23.5 parent: 2 - - uid: 36077 + - uid: 7121 components: - type: Transform - pos: 24.341463,39.130955 + rot: 3.141592653589793 rad + pos: -44.5,-21.5 parent: 2 -- proto: DrinkBubbleTeaGlass - entities: - - uid: 7585 + - uid: 7703 components: - type: Transform - pos: -42.676247,-17.17277 + pos: 39.5,46.5 parent: 2 - - uid: 11984 + - uid: 9146 components: - type: Transform - pos: 15.938284,-36.098877 + rot: 3.141592653589793 rad + pos: -32.5,-10.5 parent: 2 - - uid: 18123 + - uid: 9612 components: - type: Transform - pos: 15.610159,-36.317627 + pos: -54.5,11.5 parent: 2 - - uid: 31996 + - uid: 11646 components: - type: Transform - pos: -41.39815,-35.199207 + rot: 1.5707963267948966 rad + pos: -1.5,3.5 parent: 2 - - uid: 37595 + - uid: 15678 components: - type: Transform - pos: -45.044415,-28.162928 + pos: 1.5,23.5 parent: 2 -- proto: DrinkCartonMilk - entities: - - uid: 26725 + - uid: 16265 components: - type: Transform - pos: -55.448647,-7.5990534 + rot: -1.5707963267948966 rad + pos: -23.5,20.5 parent: 2 -- proto: DrinkChampagneBottleFull - entities: - - uid: 27408 + - uid: 16744 components: - type: Transform - pos: 34.67687,-10.322123 + rot: -1.5707963267948966 rad + pos: 1.5,20.5 parent: 2 -- proto: DrinkChocolateGlass - entities: - - uid: 341 + - uid: 16751 components: - type: Transform - pos: -18.481709,7.7416625 + rot: -1.5707963267948966 rad + pos: 39.5,29.5 parent: 2 -- proto: DrinkCoffee - entities: - - uid: 1589 + - uid: 16809 components: - type: Transform - pos: -8.423184,11.754102 + rot: 3.141592653589793 rad + pos: 50.5,-4.5 parent: 2 - - uid: 1590 + - uid: 16862 components: - type: Transform - pos: -8.688809,11.863477 + rot: -1.5707963267948966 rad + pos: -4.5,-15.5 parent: 2 - - uid: 5733 + - uid: 16889 components: - type: Transform - pos: 59.395546,10.7205715 + rot: 1.5707963267948966 rad + pos: -33.5,-15.5 parent: 2 - - uid: 6876 + - uid: 16910 components: - type: Transform - pos: -9.496035,-25.091621 + pos: -45.5,7.5 parent: 2 - - uid: 6877 + - uid: 17058 components: - type: Transform - pos: -28.145683,-20.579903 + rot: -1.5707963267948966 rad + pos: -9.5,-15.5 parent: 2 - - uid: 14134 + - uid: 17072 components: - type: Transform - pos: 13.325816,48.755283 + pos: -84.5,9.5 parent: 2 - - uid: 14135 + - uid: 17147 components: - type: Transform - pos: 11.747691,47.70841 + pos: -46.5,3.5 parent: 2 - - uid: 14283 + - uid: 17201 components: - type: Transform - pos: 13.624886,47.71295 + pos: -15.5,24.5 parent: 2 - - uid: 15745 + - uid: 17235 components: - type: Transform - pos: -5.8907747,25.645412 + rot: -1.5707963267948966 rad + pos: -10.5,20.5 parent: 2 - - uid: 27290 + - uid: 17240 components: - type: Transform - pos: -16.873158,-9.270704 + rot: -1.5707963267948966 rad + pos: -11.5,29.5 parent: 2 - - uid: 27962 + - uid: 17260 components: - type: Transform - pos: 19.7411,47.67416 + pos: 1.5,52.5 parent: 2 -- proto: DrinkCoffeeLiqueurBottleFull - entities: - - uid: 14025 + - uid: 17309 components: - type: Transform - pos: 8.778941,54.849033 + pos: 19.5,48.5 parent: 2 -- proto: DrinkCoffeeLiqueurGlass - entities: - - uid: 14132 + - uid: 17333 components: - type: Transform - pos: 8.075816,54.911533 + pos: 1.5,32.5 parent: 2 - - uid: 30514 + - uid: 17353 components: - type: Transform - pos: 0.65781116,66.89836 + rot: -1.5707963267948966 rad + pos: 31.5,20.5 parent: 2 -- proto: DrinkColaCanEmpty - entities: - - uid: 8158 + - uid: 17375 components: - type: Transform - pos: 90.58504,72.47444 + rot: 3.141592653589793 rad + pos: 49.5,17.5 parent: 2 - - uid: 8174 + - uid: 17400 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.827225,72.201004 + rot: 1.5707963267948966 rad + pos: 35.5,-15.5 parent: 2 - - uid: 31448 + - uid: 17479 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.69821,-32.089527 + rot: 3.141592653589793 rad + pos: 54.5,-13.5 parent: 2 - - uid: 31461 + - uid: 17481 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.416103,-35.713604 + rot: -1.5707963267948966 rad + pos: 11.5,20.5 parent: 2 - - uid: 31475 + - uid: 17634 components: - type: Transform rot: -1.5707963267948966 rad - pos: -32.098648,-33.245777 + pos: 17.5,6.5 parent: 2 - - uid: 32052 + - uid: 17636 components: - type: Transform rot: -1.5707963267948966 rad - pos: -36.423916,-33.54954 + pos: 25.5,6.5 parent: 2 - - uid: 32053 + - uid: 17637 components: - type: Transform rot: -1.5707963267948966 rad - pos: -35.18173,-35.596416 + pos: 10.5,6.5 parent: 2 -- proto: DrinkEmeraldGlass - entities: - - uid: 14026 + - uid: 17650 components: - type: Transform - pos: 6.560191,55.08341 + rot: 3.141592653589793 rad + pos: -20.5,-25.5 parent: 2 -- proto: DrinkFlask - entities: - - uid: 14195 + - uid: 17684 components: - type: Transform - pos: 13.633378,48.80755 + rot: -1.5707963267948966 rad + pos: -30.5,-27.5 parent: 2 -- proto: DrinkFlaskBar - entities: - - uid: 863 + - uid: 17706 components: - type: Transform - pos: 14.628693,30.63074 + rot: 1.5707963267948966 rad + pos: -44.5,-14.5 parent: 2 -- proto: DrinkGinGlass - entities: - - uid: 15106 + - uid: 18077 components: - type: Transform - pos: 26.706886,48.66876 + pos: 1.5,64.5 parent: 2 -- proto: DrinkGlass - entities: - - uid: 422 + - uid: 25990 components: - type: Transform - pos: -41.491917,64.68161 + rot: 3.141592653589793 rad + pos: -26.5,55.5 parent: 2 - - uid: 19640 + - uid: 36000 components: - type: Transform - pos: -44.37473,64.58786 + rot: 1.5707963267948966 rad + pos: -54.5,3.5 parent: 2 - - uid: 30906 + - uid: 40589 components: - type: Transform - pos: -40.429417,66.259735 + rot: -1.5707963267948966 rad + pos: -25.5,85.5 parent: 2 - - uid: 31936 + - uid: 40590 components: - type: Transform - pos: -41.71848,64.80661 + rot: -1.5707963267948966 rad + pos: -25.5,88.5 parent: 2 - - uid: 36449 + - uid: 41516 components: - type: Transform - pos: 34.385204,-10.30129 + pos: -26.5,72.5 parent: 2 -- proto: DrinkGlassCoupeShaped +- proto: DisposalJunctionFlipped entities: - - uid: 1175 + - uid: 3608 components: - type: Transform - pos: -45.507618,-27.4783 + rot: 1.5707963267948966 rad + pos: -89.5,8.5 parent: 2 - - uid: 31210 + - uid: 5519 components: - type: Transform - pos: -45.35918,-25.986113 + pos: -54.5,24.5 parent: 2 - - uid: 31211 + - uid: 7087 components: - type: Transform - pos: -43.818047,-31.041252 + rot: 3.141592653589793 rad + pos: -44.5,-18.5 parent: 2 - - uid: 31239 + - uid: 7702 components: - type: Transform - pos: -45.413868,-27.82205 + pos: 19.5,52.5 parent: 2 - - uid: 31424 + - uid: 9096 components: - type: Transform - pos: -37.533817,-34.270958 + rot: 1.5707963267948966 rad + pos: -54.5,8.5 parent: 2 - - uid: 31844 + - uid: 10207 components: - type: Transform - pos: -39.326733,-25.598675 + pos: -54.5,34.5 parent: 2 - - uid: 37590 + - uid: 10278 components: - type: Transform - pos: -43.30982,-24.328028 + rot: 1.5707963267948966 rad + pos: -35.5,29.5 parent: 2 -- proto: DrinkGlassWhite - entities: - - uid: 23731 + - uid: 16945 components: - type: Transform - pos: -55.62052,-8.309062 + rot: 1.5707963267948966 rad + pos: -41.5,-14.5 parent: 2 -- proto: DrinkGoldenCup - entities: - - uid: 37626 + - uid: 17126 components: - type: Transform - pos: 14.480022,29.187635 + rot: 1.5707963267948966 rad + pos: -73.5,8.5 parent: 2 -- proto: DrinkGrapeCan - entities: - - uid: 4163 + - uid: 17195 components: - type: Transform rot: -1.5707963267948966 rad - pos: 70.5454,-2.6209111 + pos: 2.5,20.5 parent: 2 - - uid: 36954 + - uid: 17254 components: - type: Transform - pos: -7.55315,53.720497 + rot: 1.5707963267948966 rad + pos: -69.5,8.5 parent: 2 -- proto: DrinkGreenTeaGlass - entities: - - uid: 934 + - uid: 17261 components: - type: Transform - pos: -72.31412,5.791229 + pos: 1.5,39.5 parent: 2 -- proto: DrinkHosFlask - entities: - - uid: 14196 + - uid: 17262 components: - type: Transform - pos: 6.2207565,48.757072 + rot: -1.5707963267948966 rad + pos: 4.5,39.5 parent: 2 -- proto: DrinkHotCoco - entities: - - uid: 5148 + - uid: 17352 components: - type: Transform - pos: 71.64327,-18.151184 + pos: 31.5,26.5 parent: 2 - - uid: 5154 + - uid: 17354 components: - type: Transform - pos: 71.56515,-18.44806 + pos: 39.5,37.5 parent: 2 - - uid: 5174 + - uid: 17401 components: - type: Transform - pos: 69.51709,-15.36441 + rot: 1.5707963267948966 rad + pos: 29.5,-15.5 parent: 2 - - uid: 5175 + - uid: 17478 components: - type: Transform - pos: 71.9089,-18.35431 + rot: -1.5707963267948966 rad + pos: 54.5,-4.5 parent: 2 - - uid: 6875 + - uid: 17585 components: - type: Transform - pos: -16.307503,-29.685396 + pos: 39.5,34.5 parent: 2 -- proto: DrinkIceCreamGlass - entities: - - uid: 14271 + - uid: 17635 components: - type: Transform - pos: 6.9146633,54.812767 + rot: -1.5707963267948966 rad + pos: 16.5,6.5 parent: 2 -- proto: DrinkIrishCarBomb - entities: - - uid: 36050 + - uid: 17649 components: - type: Transform - pos: 31.363403,16.931152 + rot: -1.5707963267948966 rad + pos: -11.5,-15.5 parent: 2 -- proto: DrinkMartiniGlass - entities: - - uid: 305 + - uid: 18245 components: - type: Transform - pos: -41.47658,-28.071823 + rot: -1.5707963267948966 rad + pos: -10.5,40.5 parent: 2 - - uid: 6874 + - uid: 18990 components: - type: Transform - pos: -16.682503,-29.451021 + rot: -1.5707963267948966 rad + pos: -33.5,6.5 parent: 2 -- proto: DrinkMelonLiquorBottleFull - entities: - - uid: 14024 + - uid: 37643 components: - type: Transform - pos: 8.513316,54.77091 + pos: -28.5,85.5 parent: 2 -- proto: DrinkMug - entities: - - uid: 30255 + - uid: 41838 components: - type: Transform - pos: -69.75948,-8.812053 + pos: -26.5,71.5 parent: 2 - - uid: 30256 + - uid: 42910 components: - type: Transform - pos: -68.954796,-8.374553 + pos: 1.5,80.5 parent: 2 - - uid: 30258 +- proto: DisposalMachineFrame + entities: + - uid: 7042 components: - type: Transform - pos: -67.298546,-10.890178 + pos: -33.5,-38.5 parent: 2 - - uid: 30259 +- proto: DisposalPipe + entities: + - uid: 17 components: - type: Transform - pos: -67.08761,-8.351115 + rot: 1.5707963267948966 rad + pos: -42.5,-21.5 parent: 2 -- proto: DrinkMugBlack - entities: - - uid: 6574 + - uid: 95 components: - type: Transform - pos: -9.616484,-29.210121 + rot: -1.5707963267948966 rad + pos: -4.5,89.5 parent: 2 - - uid: 23334 + - uid: 96 components: - type: Transform - pos: -68.34542,-9.30424 + rot: 3.141592653589793 rad + pos: -37.5,31.5 parent: 2 -- proto: DrinkMugBlue - entities: - - uid: 23503 + - uid: 128 components: - type: Transform - pos: -68.223656,-9.484647 + rot: 1.5707963267948966 rad + pos: 11.5,12.5 parent: 2 -- proto: DrinkMugDog - entities: - - uid: 9095 + - uid: 441 components: - type: Transform - pos: -21.257107,-9.8862705 + rot: -1.5707963267948966 rad + pos: -39.5,6.5 parent: 2 - - uid: 23534 + - uid: 1289 components: - type: Transform - pos: -67.99386,-10.038615 + rot: -1.5707963267948966 rad + pos: 22.5,6.5 parent: 2 -- proto: DrinkMugGreen - entities: - - uid: 23833 + - uid: 1570 components: - type: Transform - pos: -68.61886,-9.952678 + rot: 3.141592653589793 rad + pos: 17.5,10.5 parent: 2 -- proto: DrinkMugHeart - entities: - - uid: 2394 + - uid: 1613 components: - type: Transform - pos: -9.301994,-28.342934 + rot: 3.141592653589793 rad + pos: 10.5,10.5 parent: 2 - - uid: 24931 + - uid: 1769 components: - type: Transform - pos: -67.861046,-9.14799 + rot: 3.141592653589793 rad + pos: 17.5,11.5 parent: 2 -- proto: DrinkMugMetal - entities: - - uid: 23951 + - uid: 1779 components: - type: Transform - pos: -68.60323,-9.413615 + rot: 3.141592653589793 rad + pos: 10.5,9.5 parent: 2 -- proto: DrinkMugMoebius - entities: - - uid: 27574 + - uid: 2142 components: - type: Transform - pos: -69.017296,-9.39799 + rot: -1.5707963267948966 rad + pos: 23.5,6.5 parent: 2 -- proto: DrinkMugOne - entities: - - uid: 1372 + - uid: 2260 components: - type: Transform - pos: -28.767122,-9.249852 + rot: -1.5707963267948966 rad + pos: 45.5,-17.5 parent: 2 - - uid: 22533 + - uid: 2262 components: - type: Transform - pos: -68.63448,-9.163615 + pos: 50.5,-12.5 parent: 2 -- proto: DrinkMugRainbow - entities: - - uid: 29188 + - uid: 2393 components: - type: Transform - pos: -67.56417,-10.421428 + rot: 3.141592653589793 rad + pos: -54.5,39.5 parent: 2 -- proto: DrinkMugRed - entities: - - uid: 29977 + - uid: 3374 components: - type: Transform - pos: -69.298546,-10.546428 + rot: -1.5707963267948966 rad + pos: 15.5,20.5 parent: 2 -- proto: DrinkRootBeerCan - entities: - - uid: 6902 + - uid: 3649 components: - type: Transform - pos: 49.539467,-21.352646 + rot: 1.5707963267948966 rad + pos: -51.5,62.5 parent: 2 -- proto: DrinkRumBottleFull - entities: - - uid: 19403 + - uid: 3671 components: - type: Transform - pos: 24.45865,39.64658 + pos: -54.5,29.5 parent: 2 - - uid: 34172 + - uid: 3672 components: - type: Transform - pos: 24.6774,39.27158 + pos: -54.5,30.5 parent: 2 -- proto: DrinkScrewdriverCocktailGlass - entities: - - uid: 10153 + - uid: 3673 components: - type: Transform - pos: -49.61252,21.717377 + pos: -54.5,21.5 parent: 2 -- proto: DrinkShaker - entities: - - uid: 1328 + - uid: 3698 components: - type: Transform - pos: -35.480297,-26.510668 + rot: -1.5707963267948966 rad + pos: -50.5,34.5 parent: 2 - - uid: 2021 + - uid: 3984 components: - type: Transform - pos: -35.324047,-26.260668 + rot: -1.5707963267948966 rad + pos: -50.5,62.5 parent: 2 - - uid: 2557 + - uid: 4084 components: - type: Transform - pos: -35.636547,-26.182543 + pos: -54.5,26.5 parent: 2 - - uid: 17764 + - uid: 4122 components: - type: Transform - pos: -44.514233,-28.215862 + pos: -54.5,27.5 parent: 2 -- proto: DrinkShinyFlask - entities: - - uid: 14183 + - uid: 4131 components: - type: Transform - pos: 6.4358735,55.832787 + pos: -35.5,31.5 parent: 2 -- proto: DrinkShotGlass - entities: - - uid: 3996 + - uid: 4190 components: - type: Transform - pos: 52.481697,21.912735 + pos: -54.5,31.5 parent: 2 - - uid: 4391 + - uid: 4336 components: - type: Transform - pos: 59.659588,24.648193 + pos: -54.5,28.5 parent: 2 - - uid: 4392 + - uid: 4462 components: - type: Transform - pos: 55.722088,24.710693 + rot: -1.5707963267948966 rad + pos: -45.5,-18.5 parent: 2 - - uid: 4393 + - uid: 4500 components: - type: Transform - pos: 55.293804,24.667433 + rot: -1.5707963267948966 rad + pos: -46.5,-18.5 parent: 2 - - uid: 4394 + - uid: 4791 components: - type: Transform - pos: 56.261337,10.434139 + pos: -50.5,-25.5 parent: 2 - - uid: 4395 + - uid: 4793 components: - type: Transform - pos: 56.136337,10.684139 + rot: 3.141592653589793 rad + pos: -50.5,-24.5 parent: 2 - - uid: 4396 + - uid: 4966 components: - type: Transform - pos: 62.230087,24.68414 + pos: -1.5,1.5 parent: 2 - - uid: 4397 + - uid: 5117 components: - type: Transform - pos: 64.54259,24.74664 + pos: -1.5,2.5 parent: 2 - - uid: 4398 + - uid: 5180 components: - type: Transform - pos: 64.12071,24.856014 + rot: -1.5707963267948966 rad + pos: 53.5,-27.5 parent: 2 - - uid: 4399 + - uid: 5399 components: - type: Transform - pos: 64.30821,24.512264 + rot: 3.141592653589793 rad + pos: 58.5,53.5 parent: 2 - - uid: 14184 + - uid: 5547 components: - type: Transform - pos: 7.865423,54.562023 + pos: -54.5,25.5 parent: 2 - - uid: 14221 + - uid: 5548 components: - type: Transform - pos: 7.662298,54.7339 + pos: -54.5,23.5 parent: 2 - - uid: 14222 + - uid: 5929 components: - type: Transform - pos: 7.521673,54.4839 + pos: -33.5,-5.5 parent: 2 - - uid: 14223 + - uid: 6120 components: - type: Transform - pos: 11.740423,54.718273 + rot: -1.5707963267948966 rad + pos: 9.5,20.5 parent: 2 - - uid: 14224 + - uid: 6617 components: - type: Transform - pos: 13.268022,56.144814 + pos: -33.5,-6.5 parent: 2 - - uid: 14225 + - uid: 6784 components: - type: Transform - pos: 6.4082565,48.569572 + pos: -20.5,-29.5 parent: 2 - - uid: 14226 + - uid: 6786 components: - type: Transform - pos: 6.427923,55.39015 + pos: -20.5,-31.5 parent: 2 - - uid: 19368 + - uid: 6787 components: - type: Transform - pos: 64.0311,10.580681 + pos: -20.5,-30.5 parent: 2 - - uid: 19672 + - uid: 6791 components: - type: Transform - pos: -4.6741457,25.899637 + pos: -20.5,-32.5 parent: 2 - - uid: 22419 + - uid: 6792 components: - type: Transform - pos: 52.482483,14.687466 + pos: -20.5,-33.5 parent: 2 - - uid: 30908 + - uid: 6793 components: - type: Transform - pos: -40.47424,67.01305 + pos: -20.5,-35.5 parent: 2 - - uid: 30909 + - uid: 6794 components: - type: Transform - pos: -40.41174,64.99742 + pos: -20.5,-34.5 parent: 2 - - uid: 31048 + - uid: 6915 components: - type: Transform - pos: -41.841427,64.38805 + rot: -1.5707963267948966 rad + pos: -13.5,-25.5 parent: 2 - - uid: 31414 + - uid: 7043 components: - type: Transform - pos: -44.654858,-28.403362 + rot: 1.5707963267948966 rad + pos: -32.5,-36.5 parent: 2 - - uid: 31422 + - uid: 7044 components: - type: Transform - pos: -39.72517,-25.7393 + rot: 1.5707963267948966 rad + pos: -31.5,-36.5 parent: 2 - - uid: 31425 + - uid: 7045 components: - type: Transform - pos: -47.50642,-34.15377 + pos: -29.5,-33.5 parent: 2 - - uid: 31426 + - uid: 7046 components: - type: Transform - pos: -47.647045,-33.989708 + pos: -29.5,-31.5 parent: 2 - - uid: 31427 + - uid: 7199 components: - type: Transform - pos: -36.60143,-33.23205 + rot: 3.141592653589793 rad + pos: -44.5,-17.5 parent: 2 - - uid: 31428 + - uid: 7288 components: - type: Transform rot: 1.5707963267948966 rad - pos: -36.82018,-33.38049 + pos: -41.5,-21.5 parent: 2 - - uid: 31578 + - uid: 8742 components: - type: Transform - pos: -37.287735,-34.380333 + rot: 1.5707963267948966 rad + pos: -42.5,16.5 parent: 2 - - uid: 31579 + - uid: 8780 components: - type: Transform - pos: -46.25642,-33.614708 + rot: -1.5707963267948966 rad + pos: -53.5,34.5 parent: 2 - - uid: 31596 + - uid: 8782 components: - type: Transform - pos: -47.420483,-33.161583 + rot: 1.5707963267948966 rad + pos: -55.5,22.5 parent: 2 - - uid: 31607 + - uid: 8836 components: - type: Transform - pos: -45.623608,-27.911175 + rot: -1.5707963267948966 rad + pos: -48.5,34.5 parent: 2 - - uid: 31608 + - uid: 8940 components: - type: Transform - pos: -41.811108,-28.286175 + rot: 1.5707963267948966 rad + pos: -56.5,11.5 parent: 2 - - uid: 31610 + - uid: 8982 components: - type: Transform - pos: -41.654858,-28.4893 + pos: -54.5,32.5 parent: 2 - - uid: 31761 + - uid: 9001 components: - type: Transform - pos: -39.53767,-25.848675 + rot: -1.5707963267948966 rad + pos: -58.5,8.5 parent: 2 - - uid: 31793 + - uid: 9015 components: - type: Transform - pos: -44.6383,64.78648 + rot: 1.5707963267948966 rad + pos: -56.5,22.5 parent: 2 - - uid: 37583 + - uid: 9030 components: - type: Transform - pos: -42.09107,-24.406153 + rot: 1.5707963267948966 rad + pos: -55.5,11.5 parent: 2 - - uid: 37703 + - uid: 9300 components: - type: Transform - pos: -41.284573,34.59649 + rot: -1.5707963267948966 rad + pos: -31.5,-10.5 parent: 2 - - uid: 40072 + - uid: 9301 components: - type: Transform - pos: -4.4241457,25.7512 + rot: -1.5707963267948966 rad + pos: -30.5,-10.5 parent: 2 -- proto: DrinkTeacup - entities: - - uid: 11983 + - uid: 9597 components: - type: Transform - pos: 14.508596,-36.35669 + pos: -54.5,12.5 parent: 2 - - uid: 12107 + - uid: 9615 components: - type: Transform - pos: 16.438284,-36.395752 + pos: -54.5,13.5 parent: 2 - - uid: 12108 + - uid: 9622 components: - type: Transform - pos: 14.703909,-36.54419 + pos: -54.5,20.5 parent: 2 -- proto: DrinkTeapot - entities: - - uid: 19338 + - uid: 9696 components: - type: Transform - pos: 14.907034,-36.184814 + pos: -54.5,37.5 parent: 2 -- proto: DrinkVacuumFlask - entities: - - uid: 6505 + - uid: 9901 components: - type: Transform - pos: -10.405086,-45.31634 + rot: -1.5707963267948966 rad + pos: -52.5,34.5 parent: 2 - - uid: 6871 + - uid: 10176 components: - type: Transform - pos: -10.155086,-45.21478 + rot: -1.5707963267948966 rad + pos: -51.5,34.5 parent: 2 - - uid: 6872 + - uid: 10184 components: - type: Transform - pos: -10.155086,-45.47259 + rot: -1.5707963267948966 rad + pos: -49.5,34.5 parent: 2 - - uid: 14182 + - uid: 10271 components: - type: Transform - pos: 6.681694,48.803947 + pos: -12.5,36.5 parent: 2 - - uid: 14186 + - uid: 10279 components: - type: Transform - pos: 13.372372,55.322933 + pos: -35.5,30.5 parent: 2 - - uid: 14187 + - uid: 10281 components: - type: Transform - pos: 20.809872,59.729183 + rot: 3.141592653589793 rad + pos: -41.5,4.5 parent: 2 - - uid: 38788 + - uid: 10427 components: - type: Transform - pos: -58.701424,13.672134 + rot: -1.5707963267948966 rad + pos: -47.5,62.5 parent: 2 -- proto: DrinkVodkaGlass - entities: - - uid: 6879 + - uid: 10567 components: - type: Transform - pos: -8.998836,-45.28509 + rot: 1.5707963267948966 rad + pos: -36.5,29.5 parent: 2 -- proto: DrinkVodkaMartiniGlass - entities: - - uid: 19446 + - uid: 10706 components: - type: Transform - pos: -36.364998,67.9886 + rot: 3.141592653589793 rad + pos: -41.5,5.5 parent: 2 - - uid: 30907 + - uid: 10714 components: - type: Transform - pos: -40.62473,66.15817 + pos: -50.5,-27.5 parent: 2 -- proto: DrinkWaterBottleFull - entities: - - uid: 1509 + - uid: 11254 components: - type: Transform - pos: 23.859219,9.6096325 + rot: 1.5707963267948966 rad + pos: -72.5,8.5 parent: 2 - - uid: 2157 + - uid: 11391 components: - type: Transform - pos: -2.2029438,13.313014 + rot: 1.5707963267948966 rad + pos: -40.5,-21.5 parent: 2 - - uid: 2158 + - uid: 11484 components: - type: Transform - pos: -2.097475,13.078639 + pos: -50.5,-32.5 parent: 2 - - uid: 2159 + - uid: 11649 components: - type: Transform - pos: -5.7420063,12.234889 + pos: 1.5,87.5 parent: 2 - - uid: 2160 + - uid: 11652 components: - type: Transform - pos: -16.607666,16.851425 + rot: -1.5707963267948966 rad + pos: -2.5,89.5 parent: 2 - - uid: 2161 + - uid: 11843 components: - type: Transform - pos: -22.659609,-0.2937311 + rot: -1.5707963267948966 rad + pos: 0.5,89.5 parent: 2 - - uid: 2163 + - uid: 12054 components: - type: Transform - pos: -6.0312343,-7.1332846 + rot: 3.141592653589793 rad + pos: 15.5,-14.5 parent: 2 - - uid: 2164 + - uid: 12935 components: - type: Transform - pos: 23.681442,-7.3176365 + rot: 3.141592653589793 rad + pos: -41.5,4.5 parent: 2 - - uid: 2166 + - uid: 12973 components: - type: Transform - pos: 19.27308,-1.0794085 + rot: 3.141592653589793 rad + pos: 31.5,28.5 parent: 2 - - uid: 6882 + - uid: 13012 components: - type: Transform - pos: -16.211864,-27.754347 + pos: -52.5,-24.5 parent: 2 - - uid: 6883 + - uid: 13737 components: - type: Transform - pos: -16.422802,-27.63716 + rot: 3.141592653589793 rad + pos: -32.5,15.5 parent: 2 - - uid: 6884 + - uid: 13741 components: - type: Transform - pos: -30.24727,-23.149424 + rot: 3.141592653589793 rad + pos: -32.5,14.5 parent: 2 - - uid: 6886 + - uid: 13744 components: - type: Transform - pos: -8.402737,11.953521 + rot: 3.141592653589793 rad + pos: -32.5,11.5 parent: 2 - - uid: 6888 + - uid: 13745 components: - type: Transform - pos: 12.157425,-0.0065407753 + rot: 3.141592653589793 rad + pos: -32.5,8.5 parent: 2 - - uid: 6889 + - uid: 14378 components: - type: Transform - pos: 35.883076,23.934422 + rot: -1.5707963267948966 rad + pos: -3.5,89.5 parent: 2 - - uid: 6890 + - uid: 14380 components: - type: Transform - pos: 36.058857,23.910984 + pos: 1.5,88.5 parent: 2 - - uid: 6891 + - uid: 14503 components: - type: Transform - pos: 42.369057,40.080235 + rot: -1.5707963267948966 rad + pos: -0.5,89.5 parent: 2 - - uid: 6894 + - uid: 15066 components: - type: Transform - pos: 66.69813,18.38042 + rot: 3.141592653589793 rad + pos: 8.5,79.5 parent: 2 - - uid: 6903 + - uid: 15193 components: - type: Transform - pos: 42.32843,-21.096277 + pos: 1.5,63.5 parent: 2 - - uid: 6904 + - uid: 15203 components: - type: Transform - pos: 42.492493,-21.049402 + rot: -1.5707963267948966 rad + pos: -18.5,53.5 parent: 2 - - uid: 6905 + - uid: 15238 components: - type: Transform - pos: 43.312805,-21.143152 + rot: -1.5707963267948966 rad + pos: 0.5,23.5 parent: 2 - - uid: 8778 + - uid: 15509 components: - type: Transform - pos: -51.371788,26.617767 + pos: 1.5,86.5 parent: 2 - - uid: 8794 + - uid: 15514 components: - type: Transform - pos: -51.53585,26.805267 + pos: 1.5,85.5 parent: 2 - - uid: 8903 + - uid: 15560 components: - type: Transform - pos: -51.282017,27.068794 + pos: -54.5,33.5 parent: 2 - - uid: 9529 + - uid: 15604 components: - type: Transform - pos: 50.701126,47.789406 + pos: -54.5,35.5 parent: 2 - - uid: 9530 + - uid: 15708 components: - type: Transform - pos: 35.149734,46.89878 + pos: -54.5,36.5 parent: 2 - - uid: 9531 + - uid: 15906 components: - type: Transform - pos: 50.513626,47.94175 + pos: -11.5,10.5 parent: 2 - - uid: 15576 + - uid: 16263 components: - type: Transform - pos: 5.2306337,7.556245 + rot: 1.5707963267948966 rad + pos: -34.5,29.5 parent: 2 - - uid: 15602 + - uid: 16264 components: - type: Transform - pos: -11.415034,28.934925 + rot: 1.5707963267948966 rad + pos: -35.5,19.5 parent: 2 - - uid: 15603 + - uid: 16280 components: - type: Transform - pos: -11.243159,28.747425 + rot: 3.141592653589793 rad + pos: 53.5,23.5 parent: 2 - - uid: 16548 + - uid: 16311 components: - type: Transform - pos: -14.646604,7.7885375 + rot: 3.141592653589793 rad + pos: 1.5,61.5 parent: 2 - - uid: 16628 + - uid: 16394 components: - type: Transform - pos: -5.199568,59.644547 + rot: 3.141592653589793 rad + pos: -33.5,1.5 parent: 2 - - uid: 16996 + - uid: 16452 components: - type: Transform - pos: -58.924885,13.838816 + rot: -1.5707963267948966 rad + pos: -48.5,62.5 parent: 2 - - uid: 19191 + - uid: 16457 components: - type: Transform - pos: -21.016472,33.727036 + rot: -1.5707963267948966 rad + pos: -5.5,89.5 parent: 2 - - uid: 19350 + - uid: 16601 components: - type: Transform - pos: -17.032097,33.74266 + pos: 14.5,21.5 parent: 2 - - uid: 20021 + - uid: 16606 components: - type: Transform - pos: -58.629147,-4.080635 + rot: 3.141592653589793 rad + pos: -33.5,-0.5 parent: 2 - - uid: 20022 + - uid: 16626 components: - type: Transform - pos: -58.42602,-4.268135 + rot: -1.5707963267948966 rad + pos: -9.5,89.5 parent: 2 - - uid: 20023 + - uid: 16627 components: - type: Transform - pos: -73.270096,15.050253 + rot: -1.5707963267948966 rad + pos: 4.5,89.5 parent: 2 - - uid: 20024 + - uid: 16657 components: - type: Transform - pos: -78.01136,3.844942 + rot: -1.5707963267948966 rad + pos: 9.5,89.5 parent: 2 - - uid: 20025 + - uid: 16672 components: - type: Transform - pos: -78.23011,3.798067 + pos: 50.5,-6.5 parent: 2 - - uid: 22887 + - uid: 16675 components: - type: Transform - pos: -20.309834,7.8354125 + rot: 3.141592653589793 rad + pos: -33.5,5.5 parent: 2 - - uid: 27314 + - uid: 16676 components: - type: Transform - pos: 5.8279686,15.867445 + rot: 3.141592653589793 rad + pos: -33.5,4.5 parent: 2 - - uid: 36462 + - uid: 16677 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 57.691216,84.55502 + rot: 3.141592653589793 rad + pos: -33.5,3.5 parent: 2 - - uid: 36988 + - uid: 16682 components: - type: Transform - pos: -10.505725,55.116646 + rot: 3.141592653589793 rad + pos: -33.5,-1.5 parent: 2 - - uid: 36989 + - uid: 16683 components: - type: Transform - pos: -10.201037,49.804146 + rot: 3.141592653589793 rad + pos: -33.5,-2.5 parent: 2 - - uid: 36992 + - uid: 16684 components: - type: Transform - pos: -14.404162,50.66352 + rot: 3.141592653589793 rad + pos: -33.5,-3.5 parent: 2 - - uid: 39609 + - uid: 16685 components: - type: Transform - pos: 59.46791,-2.5037236 + rot: 3.141592653589793 rad + pos: -33.5,-4.5 parent: 2 -- proto: DrinkWaterCup - entities: - - uid: 1620 + - uid: 16688 components: - type: Transform - pos: -7.3726897,9.759173 + rot: 3.141592653589793 rad + pos: -32.5,-8.5 parent: 2 - - uid: 1637 + - uid: 16689 components: - type: Transform - pos: -7.5680027,9.610736 + rot: 3.141592653589793 rad + pos: -32.5,-9.5 parent: 2 - - uid: 3252 + - uid: 16691 components: - type: Transform - pos: -24.320616,25.523916 + rot: 3.141592653589793 rad + pos: -32.5,-11.5 parent: 2 - - uid: 3372 + - uid: 16692 components: - type: Transform - pos: -28.406553,25.695791 + rot: 3.141592653589793 rad + pos: -32.5,-12.5 parent: 2 - - uid: 3886 + - uid: 16693 components: - type: Transform - pos: -24.406553,25.711416 + rot: 3.141592653589793 rad + pos: -32.5,-13.5 parent: 2 - - uid: 4061 + - uid: 16694 components: - type: Transform - pos: -28.30499,25.602041 + rot: 3.141592653589793 rad + pos: -32.5,-14.5 parent: 2 - - uid: 5440 + - uid: 16708 components: - type: Transform - pos: 35.471233,30.825348 + rot: 3.141592653589793 rad + pos: -32.5,17.5 parent: 2 - - uid: 5441 + - uid: 16709 components: - type: Transform - pos: 35.729046,30.673004 + rot: 3.141592653589793 rad + pos: -32.5,18.5 parent: 2 - - uid: 5442 + - uid: 16710 components: - type: Transform - pos: 35.49467,30.544098 + rot: 3.141592653589793 rad + pos: -32.5,19.5 parent: 2 - - uid: 6637 + - uid: 16711 components: - type: Transform - pos: -12.421077,-27.249714 + rot: 1.5707963267948966 rad + pos: -31.5,20.5 parent: 2 - - uid: 6638 + - uid: 16712 components: - type: Transform - pos: -12.655452,-27.273151 + rot: 1.5707963267948966 rad + pos: -30.5,20.5 parent: 2 - - uid: 6639 + - uid: 16713 components: - type: Transform - pos: -12.549983,-27.437214 + rot: 1.5707963267948966 rad + pos: -29.5,20.5 parent: 2 - - uid: 8717 + - uid: 16714 components: - type: Transform - pos: -36.376575,25.684874 + rot: 1.5707963267948966 rad + pos: -28.5,20.5 parent: 2 - - uid: 8720 + - uid: 16715 components: - type: Transform - pos: -36.251575,25.559874 + rot: 1.5707963267948966 rad + pos: -27.5,20.5 parent: 2 - - uid: 9103 + - uid: 16716 components: - type: Transform - pos: -32.251575,25.802061 + rot: 1.5707963267948966 rad + pos: -26.5,20.5 parent: 2 - - uid: 13350 + - uid: 16717 components: - type: Transform - pos: -73.455475,14.607613 + rot: 1.5707963267948966 rad + pos: -25.5,20.5 parent: 2 - - uid: 14107 + - uid: 16718 components: - type: Transform - pos: -73.62735,14.732613 + rot: 1.5707963267948966 rad + pos: -24.5,20.5 parent: 2 - - uid: 15339 + - uid: 16720 components: - type: Transform - pos: -32.150013,25.637999 + rot: 1.5707963267948966 rad + pos: -22.5,20.5 parent: 2 - - uid: 15924 + - uid: 16721 components: - type: Transform - pos: -2.5945816,48.763306 + rot: 1.5707963267948966 rad + pos: -21.5,20.5 parent: 2 - - uid: 15925 + - uid: 16722 components: - type: Transform - pos: -2.3445816,48.73987 + rot: 1.5707963267948966 rad + pos: -20.5,20.5 parent: 2 - - uid: 15926 + - uid: 16723 components: - type: Transform - pos: -2.4852066,48.56018 + rot: 1.5707963267948966 rad + pos: -19.5,20.5 parent: 2 - - uid: 16364 + - uid: 16724 components: - type: Transform - pos: -18.673878,57.73209 + rot: 1.5707963267948966 rad + pos: -18.5,20.5 parent: 2 - - uid: 16365 + - uid: 16725 components: - type: Transform - pos: -18.528044,57.898758 + rot: 1.5707963267948966 rad + pos: -17.5,20.5 parent: 2 - - uid: 16366 + - uid: 16726 components: - type: Transform - pos: -18.605991,57.426407 + rot: 1.5707963267948966 rad + pos: -16.5,20.5 parent: 2 - - uid: 18450 + - uid: 16727 components: - type: Transform - pos: -62.57993,-2.9988308 + rot: 3.141592653589793 rad + pos: -15.5,21.5 parent: 2 - - uid: 18451 + - uid: 16728 components: - type: Transform - pos: -62.36118,-3.2019558 + rot: 1.5707963267948966 rad + pos: -14.5,20.5 parent: 2 - - uid: 18452 + - uid: 16729 components: - type: Transform - pos: -62.470554,-1.4050808 + rot: 1.5707963267948966 rad + pos: -13.5,20.5 parent: 2 - - uid: 26731 + - uid: 16730 components: - type: Transform - pos: -53.557423,-12.297792 + rot: 1.5707963267948966 rad + pos: -12.5,20.5 parent: 2 - - uid: 27390 + - uid: 16731 components: - type: Transform - pos: -53.432423,-12.461855 + rot: 1.5707963267948966 rad + pos: -11.5,20.5 parent: 2 - - uid: 36463 + - uid: 16733 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.534966,86.43002 + rot: 1.5707963267948966 rad + pos: -9.5,20.5 parent: 2 - - uid: 36601 + - uid: 16734 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 100.70225,61.678776 + rot: 1.5707963267948966 rad + pos: -8.5,20.5 parent: 2 - - uid: 36602 + - uid: 16735 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 100.89756,61.420963 + rot: 1.5707963267948966 rad + pos: -7.5,20.5 parent: 2 -- proto: DrinkWhiskeyBottleFull - entities: - - uid: 14216 + - uid: 16736 components: - type: Transform - pos: 11.267387,54.929844 + rot: 1.5707963267948966 rad + pos: -6.5,20.5 parent: 2 - - uid: 14217 + - uid: 16737 components: - type: Transform - pos: 13.580522,56.44169 + rot: 1.5707963267948966 rad + pos: -5.5,20.5 parent: 2 - - uid: 21262 + - uid: 16738 components: - type: Transform - pos: -41.550198,34.94805 + rot: 1.5707963267948966 rad + pos: -4.5,20.5 parent: 2 -- proto: DrinkWhiskeyGlass - entities: - - uid: 5430 + - uid: 16739 components: - type: Transform - pos: 49.604153,34.24876 + rot: 1.5707963267948966 rad + pos: -3.5,20.5 parent: 2 - - uid: 14218 + - uid: 16740 components: - type: Transform - pos: 13.611772,56.00419 + rot: 1.5707963267948966 rad + pos: -2.5,20.5 parent: 2 -- proto: DrinkWineGlass - entities: - - uid: 343 + - uid: 16741 components: - type: Transform - pos: 64.3436,10.877556 + rot: 1.5707963267948966 rad + pos: -1.5,20.5 parent: 2 - - uid: 1091 + - uid: 16742 components: - type: Transform - pos: 64.542046,10.599171 + rot: 1.5707963267948966 rad + pos: -0.5,20.5 parent: 2 - - uid: 4386 + - uid: 16743 components: - type: Transform - pos: 63.386337,24.731014 + rot: 1.5707963267948966 rad + pos: 0.5,20.5 parent: 2 - - uid: 30031 + - uid: 16745 components: - type: Transform - pos: 91.360886,18.469994 + rot: 1.5707963267948966 rad + pos: 3.5,20.5 parent: 2 - - uid: 30035 + - uid: 16746 components: - type: Transform - pos: 91.767136,16.985619 + rot: 1.5707963267948966 rad + pos: 4.5,20.5 parent: 2 -- proto: Dropper - entities: - - uid: 2102 + - uid: 16747 components: - type: Transform - pos: 20.080997,-1.4524239 + rot: 1.5707963267948966 rad + pos: 5.5,20.5 parent: 2 - - uid: 2103 + - uid: 16748 components: - type: Transform - pos: 20.161423,-1.3571143 + rot: 1.5707963267948966 rad + pos: 6.5,20.5 parent: 2 - - uid: 2194 + - uid: 16749 components: - type: Transform - pos: 15.63699,-10.653372 + rot: 1.5707963267948966 rad + pos: 7.5,20.5 parent: 2 - - uid: 2195 + - uid: 16750 components: - type: Transform - pos: 15.519802,-10.536184 + rot: 1.5707963267948966 rad + pos: 8.5,20.5 parent: 2 - - uid: 5281 + - uid: 16752 components: - type: Transform - pos: 26.24058,29.633816 + rot: 1.5707963267948966 rad + pos: 10.5,20.5 parent: 2 - - uid: 5282 + - uid: 16753 components: - type: Transform - pos: 42.38003,40.259502 + rot: 1.5707963267948966 rad + pos: 12.5,20.5 parent: 2 - - uid: 8881 + - uid: 16754 components: - type: Transform - pos: 12.421215,-0.5865078 + rot: 1.5707963267948966 rad + pos: 13.5,20.5 parent: 2 - - uid: 27351 + - uid: 16756 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.703722,2.094451 + rot: 1.5707963267948966 rad + pos: 16.5,20.5 parent: 2 - - uid: 32953 + - uid: 16757 components: - type: Transform - pos: 66.57227,81.797455 + rot: 1.5707963267948966 rad + pos: 17.5,20.5 parent: 2 - - uid: 36122 + - uid: 16758 components: - type: Transform - pos: 66.74415,81.50058 + rot: 1.5707963267948966 rad + pos: 18.5,20.5 parent: 2 - - uid: 36124 + - uid: 16759 components: - type: Transform - rot: 3.141592653589793 rad - pos: 73.24415,82.53183 + rot: 1.5707963267948966 rad + pos: 19.5,20.5 parent: 2 - - uid: 36139 + - uid: 16760 components: - type: Transform rot: 1.5707963267948966 rad - pos: 73.94727,85.31308 + pos: 20.5,20.5 parent: 2 - - uid: 36827 + - uid: 16761 components: - type: Transform - pos: 66.4365,72.72484 + rot: 1.5707963267948966 rad + pos: 21.5,20.5 parent: 2 - - uid: 36865 + - uid: 16762 components: - type: Transform - pos: 71.553635,72.590164 + rot: 1.5707963267948966 rad + pos: 22.5,20.5 parent: 2 -- proto: ElectricGuitarInstrument - entities: - - uid: 37618 + - uid: 16763 components: - type: Transform rot: 1.5707963267948966 rad - pos: -40.091717,-31.142677 + pos: 23.5,20.5 parent: 2 -- proto: EmergencyLight - entities: - - uid: 216 + - uid: 16764 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,-18.5 + rot: 1.5707963267948966 rad + pos: 25.5,20.5 parent: 2 - - uid: 750 + - uid: 16765 components: - type: Transform rot: 1.5707963267948966 rad - pos: -37.5,-27.5 + pos: 26.5,20.5 parent: 2 - - uid: 1210 + - uid: 16766 components: - type: Transform - pos: 35.5,-13.5 + rot: 1.5707963267948966 rad + pos: 27.5,20.5 parent: 2 - - uid: 1766 + - uid: 16767 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-18.5 + rot: 1.5707963267948966 rad + pos: 28.5,20.5 parent: 2 - - uid: 2848 + - uid: 16768 components: - type: Transform - pos: -68.5,-5.5 + rot: 1.5707963267948966 rad + pos: 29.5,20.5 parent: 2 - - uid: 2959 + - uid: 16769 components: - type: Transform - pos: -76.5,5.5 + rot: 1.5707963267948966 rad + pos: 30.5,20.5 parent: 2 - - uid: 3033 + - uid: 16770 components: - type: Transform - pos: -96.5,12.5 + rot: 1.5707963267948966 rad + pos: 32.5,20.5 parent: 2 - - uid: 3061 + - uid: 16771 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-18.5 + rot: 1.5707963267948966 rad + pos: 33.5,20.5 parent: 2 - - uid: 3138 + - uid: 16772 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-26.5 + rot: 1.5707963267948966 rad + pos: 34.5,20.5 parent: 2 - - uid: 3146 + - uid: 16773 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,-25.5 + rot: 1.5707963267948966 rad + pos: 35.5,20.5 parent: 2 - - uid: 3529 + - uid: 16774 components: - type: Transform - rot: 3.141592653589793 rad - pos: -76.5,7.5 + rot: 1.5707963267948966 rad + pos: 36.5,20.5 parent: 2 - - uid: 4130 + - uid: 16775 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -82.5,-14.5 + rot: 1.5707963267948966 rad + pos: 37.5,20.5 parent: 2 - - uid: 4378 + - uid: 16776 components: - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,21.5 + rot: 1.5707963267948966 rad + pos: 38.5,20.5 parent: 2 - - uid: 4575 + - uid: 16777 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-23.5 + rot: 1.5707963267948966 rad + pos: 39.5,20.5 parent: 2 - - uid: 4892 + - uid: 16778 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-20.5 + rot: 1.5707963267948966 rad + pos: 40.5,20.5 parent: 2 - - uid: 5703 + - uid: 16779 components: - type: Transform - rot: 3.141592653589793 rad - pos: -106.5,-9.5 + rot: 1.5707963267948966 rad + pos: 41.5,20.5 parent: 2 - - uid: 6285 + - uid: 16780 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,23.5 + rot: 1.5707963267948966 rad + pos: 42.5,20.5 parent: 2 - - uid: 6948 + - uid: 16781 components: - type: Transform - pos: -64.5,24.5 + rot: 1.5707963267948966 rad + pos: 43.5,20.5 parent: 2 - - uid: 7268 + - uid: 16782 components: - type: Transform - pos: -106.5,26.5 + rot: 1.5707963267948966 rad + pos: 44.5,20.5 parent: 2 - - uid: 7886 + - uid: 16783 components: - type: Transform - rot: 3.141592653589793 rad - pos: -96.5,4.5 + rot: 1.5707963267948966 rad + pos: 45.5,20.5 parent: 2 - - uid: 7928 + - uid: 16784 components: - type: Transform rot: 1.5707963267948966 rad - pos: -73.5,1.5 + pos: 46.5,20.5 parent: 2 - - uid: 9152 + - uid: 16785 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,1.5 + rot: 1.5707963267948966 rad + pos: 47.5,20.5 parent: 2 - - uid: 10022 + - uid: 16786 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,1.5 + rot: 1.5707963267948966 rad + pos: 48.5,20.5 parent: 2 - - uid: 10215 + - uid: 16787 components: - type: Transform - pos: -39.5,36.5 + pos: 49.5,19.5 parent: 2 - - uid: 10324 + - uid: 16788 components: - type: Transform - pos: -3.5,55.5 + pos: 49.5,18.5 parent: 2 - - uid: 11400 + - uid: 16789 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-15.5 + pos: 49.5,16.5 parent: 2 - - uid: 11407 + - uid: 16790 components: - type: Transform - rot: 3.141592653589793 rad - pos: -107.5,6.5 + pos: 49.5,15.5 parent: 2 - - uid: 11471 + - uid: 16791 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,13.5 + pos: 49.5,14.5 parent: 2 - - uid: 11472 + - uid: 16792 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 69.5,21.5 + pos: 49.5,13.5 parent: 2 - - uid: 12325 + - uid: 16793 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,-29.5 + pos: 49.5,12.5 parent: 2 - - uid: 13772 + - uid: 16794 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-9.5 + pos: 49.5,11.5 parent: 2 - - uid: 14055 + - uid: 16795 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,46.5 + pos: 49.5,10.5 parent: 2 - - uid: 14092 + - uid: 16796 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,36.5 + pos: 49.5,9.5 parent: 2 - - uid: 14278 + - uid: 16797 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,26.5 + pos: 49.5,8.5 parent: 2 - - uid: 15143 + - uid: 16798 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,-18.5 + pos: 49.5,7.5 parent: 2 - - uid: 15147 + - uid: 16799 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-16.5 + pos: 49.5,6.5 parent: 2 - - uid: 15149 + - uid: 16800 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,13.5 + pos: 49.5,5.5 parent: 2 - - uid: 15151 + - uid: 16801 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,18.5 + pos: 49.5,4.5 parent: 2 - - uid: 15171 + - uid: 16802 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,7.5 + pos: 50.5,2.5 parent: 2 - - uid: 15174 + - uid: 16803 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-0.5 + pos: 50.5,1.5 parent: 2 - - uid: 15184 + - uid: 16804 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,-11.5 + pos: 50.5,0.5 parent: 2 - - uid: 15186 + - uid: 16805 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,-11.5 + pos: 50.5,-0.5 parent: 2 - - uid: 15187 + - uid: 16806 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,0.5 + pos: 50.5,-1.5 parent: 2 - - uid: 15189 + - uid: 16807 components: - type: Transform - pos: -14.5,-33.5 + pos: 50.5,-2.5 parent: 2 - - uid: 15199 + - uid: 16808 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-44.5 + pos: 50.5,-3.5 parent: 2 - - uid: 15216 + - uid: 16810 components: - type: Transform - pos: -8.5,-40.5 + pos: 50.5,-7.5 parent: 2 - - uid: 15218 + - uid: 16811 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,15.5 + pos: 50.5,-8.5 parent: 2 - - uid: 15220 + - uid: 16812 components: - type: Transform - pos: -77.5,1.5 + pos: 50.5,-9.5 parent: 2 - - uid: 15221 + - uid: 16813 components: - type: Transform - pos: -81.5,1.5 + pos: 50.5,-10.5 parent: 2 - - uid: 15639 + - uid: 16814 + components: + - type: Transform + pos: 50.5,-11.5 + parent: 2 + - uid: 16815 components: - type: Transform rot: 3.141592653589793 rad - pos: -49.5,0.5 + pos: -46.5,-8.5 parent: 2 - - uid: 15718 + - uid: 16816 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,4.5 + rot: -1.5707963267948966 rad + pos: 44.5,-17.5 parent: 2 - - uid: 15719 + - uid: 16817 components: - type: Transform - pos: -61.5,-1.5 + rot: -1.5707963267948966 rad + pos: 43.5,-17.5 parent: 2 - - uid: 15954 + - uid: 16818 components: - type: Transform - pos: 64.5,24.5 + rot: -1.5707963267948966 rad + pos: 42.5,-17.5 parent: 2 - - uid: 15955 + - uid: 16819 components: - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,10.5 + rot: -1.5707963267948966 rad + pos: 41.5,-17.5 parent: 2 - - uid: 15956 + - uid: 16820 components: - type: Transform - pos: 49.5,26.5 + rot: -1.5707963267948966 rad + pos: 40.5,-17.5 parent: 2 - - uid: 15957 + - uid: 16821 components: - type: Transform rot: -1.5707963267948966 rad - pos: 63.5,29.5 + pos: 37.5,-15.5 parent: 2 - - uid: 15998 + - uid: 16822 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-15.5 + parent: 2 + - uid: 16823 components: - type: Transform rot: 3.141592653589793 rad - pos: -0.5,-2.5 + pos: 25.5,9.5 parent: 2 - - uid: 17803 + - uid: 16824 components: - type: Transform - pos: -32.5,52.5 + rot: -1.5707963267948966 rad + pos: 34.5,-15.5 parent: 2 - - uid: 17841 + - uid: 16825 components: - type: Transform rot: -1.5707963267948966 rad - pos: -18.5,-31.5 + pos: 33.5,-15.5 parent: 2 - - uid: 17842 + - uid: 16826 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-16.5 + rot: -1.5707963267948966 rad + pos: 32.5,-15.5 parent: 2 - - uid: 17844 + - uid: 16827 components: - type: Transform - pos: -23.5,46.5 + rot: -1.5707963267948966 rad + pos: 31.5,-15.5 parent: 2 - - uid: 18187 + - uid: 16828 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,32.5 + rot: -1.5707963267948966 rad + pos: 30.5,-15.5 parent: 2 - - uid: 18527 + - uid: 16830 components: - type: Transform rot: -1.5707963267948966 rad - pos: 29.5,14.5 + pos: 28.5,-15.5 parent: 2 - - uid: 20034 + - uid: 16831 components: - type: Transform rot: -1.5707963267948966 rad - pos: -31.5,-9.5 + pos: 27.5,-15.5 parent: 2 - - uid: 21254 + - uid: 16832 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,28.5 + rot: -1.5707963267948966 rad + pos: 26.5,-15.5 parent: 2 - - uid: 21933 + - uid: 16833 components: - type: Transform - pos: -51.5,-6.5 + rot: -1.5707963267948966 rad + pos: 25.5,-15.5 parent: 2 - - uid: 22059 + - uid: 16834 components: - type: Transform rot: -1.5707963267948966 rad - pos: -94.5,-8.5 + pos: 24.5,-15.5 parent: 2 - - uid: 22083 + - uid: 16835 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,1.5 + rot: -1.5707963267948966 rad + pos: 23.5,-15.5 parent: 2 - - uid: 22534 + - uid: 16836 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,21.5 + rot: -1.5707963267948966 rad + pos: 22.5,-15.5 parent: 2 - - uid: 23012 + - uid: 16837 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,62.5 + rot: -1.5707963267948966 rad + pos: 21.5,-15.5 parent: 2 - - uid: 23013 + - uid: 16838 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,56.5 + rot: -1.5707963267948966 rad + pos: 20.5,-15.5 parent: 2 - - uid: 23069 + - uid: 16839 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,9.5 + rot: -1.5707963267948966 rad + pos: 19.5,-15.5 parent: 2 - - uid: 23099 + - uid: 16840 components: - type: Transform rot: -1.5707963267948966 rad - pos: 34.5,10.5 + pos: 18.5,-15.5 parent: 2 - - uid: 23118 + - uid: 16841 components: - type: Transform - pos: -16.5,-0.5 + rot: -1.5707963267948966 rad + pos: 17.5,-15.5 parent: 2 - - uid: 23125 + - uid: 16842 components: - type: Transform - pos: -22.5,-0.5 + rot: -1.5707963267948966 rad + pos: 16.5,-15.5 parent: 2 - - uid: 23131 + - uid: 16857 components: - type: Transform - pos: -18.5,22.5 + rot: -1.5707963267948966 rad + pos: 0.5,-15.5 parent: 2 - - uid: 25947 + - uid: 16858 components: - type: Transform - pos: -24.5,39.5 + rot: -1.5707963267948966 rad + pos: -0.5,-15.5 parent: 2 - - uid: 28796 + - uid: 16859 components: - type: Transform - pos: -9.5,14.5 + rot: -1.5707963267948966 rad + pos: -1.5,-15.5 parent: 2 - - uid: 28798 + - uid: 16860 components: - type: Transform - pos: -18.5,13.5 + rot: -1.5707963267948966 rad + pos: -2.5,-15.5 parent: 2 - - uid: 28799 + - uid: 16861 components: - type: Transform - pos: -28.5,13.5 + rot: -1.5707963267948966 rad + pos: -3.5,-15.5 parent: 2 - - uid: 28800 + - uid: 16863 components: - type: Transform - pos: -33.5,16.5 + rot: -1.5707963267948966 rad + pos: -5.5,-15.5 parent: 2 - - uid: 28804 + - uid: 16864 components: - type: Transform - pos: -28.5,-4.5 + rot: -1.5707963267948966 rad + pos: -6.5,-15.5 parent: 2 - - uid: 28809 + - uid: 16865 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,-8.5 + pos: -7.5,-15.5 parent: 2 - - uid: 28810 + - uid: 16866 components: - type: Transform rot: -1.5707963267948966 rad - pos: -8.5,-10.5 + pos: -8.5,-15.5 parent: 2 - - uid: 28812 + - uid: 16867 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-4.5 + rot: -1.5707963267948966 rad + pos: -6.5,3.5 parent: 2 - - uid: 28814 + - uid: 16868 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,25.5 + pos: -10.5,-15.5 parent: 2 - - uid: 28815 + - uid: 16869 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,34.5 + pos: -12.5,-15.5 parent: 2 - - uid: 28819 + - uid: 16870 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,71.5 + pos: -13.5,-15.5 parent: 2 - - uid: 28820 + - uid: 16871 components: - type: Transform - pos: 5.5,78.5 + rot: -1.5707963267948966 rad + pos: -14.5,-15.5 parent: 2 - - uid: 28821 + - uid: 16872 components: - type: Transform - pos: -2.5,78.5 + rot: -1.5707963267948966 rad + pos: -15.5,-15.5 parent: 2 - - uid: 28830 + - uid: 16873 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,62.5 + pos: -16.5,-15.5 parent: 2 - - uid: 28831 + - uid: 16874 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,67.5 + pos: -17.5,-15.5 parent: 2 - - uid: 28832 + - uid: 16875 components: - type: Transform rot: -1.5707963267948966 rad - pos: -17.5,67.5 + pos: -18.5,-15.5 parent: 2 - - uid: 28833 + - uid: 16876 components: - type: Transform rot: -1.5707963267948966 rad - pos: -21.5,67.5 + pos: -19.5,-15.5 parent: 2 - - uid: 28834 + - uid: 16877 components: - type: Transform rot: -1.5707963267948966 rad - pos: -25.5,67.5 + pos: -20.5,-15.5 parent: 2 - - uid: 28836 + - uid: 16878 components: - type: Transform - pos: -29.5,62.5 + rot: -1.5707963267948966 rad + pos: -21.5,-15.5 parent: 2 - - uid: 28839 + - uid: 16879 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,63.5 + rot: -1.5707963267948966 rad + pos: -22.5,-15.5 parent: 2 - - uid: 28841 + - uid: 16880 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,66.5 + rot: -1.5707963267948966 rad + pos: -23.5,-15.5 parent: 2 - - uid: 28842 + - uid: 16881 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,66.5 + rot: -1.5707963267948966 rad + pos: -24.5,-15.5 parent: 2 - - uid: 28843 + - uid: 16882 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,56.5 + rot: -1.5707963267948966 rad + pos: -25.5,-15.5 parent: 2 - - uid: 28844 + - uid: 16883 components: - type: Transform - pos: -12.5,59.5 + rot: -1.5707963267948966 rad + pos: -26.5,-15.5 parent: 2 - - uid: 28848 + - uid: 16884 components: - type: Transform - pos: -5.5,61.5 + rot: -1.5707963267948966 rad + pos: -27.5,-15.5 parent: 2 - - uid: 28849 + - uid: 16885 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-19.5 + rot: -1.5707963267948966 rad + pos: -28.5,-15.5 parent: 2 - - uid: 28850 + - uid: 16886 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,52.5 + rot: -1.5707963267948966 rad + pos: -29.5,-15.5 parent: 2 - - uid: 28851 + - uid: 16887 components: - type: Transform - pos: 16.5,59.5 + rot: -1.5707963267948966 rad + pos: -30.5,-15.5 parent: 2 - - uid: 28852 + - uid: 16888 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,53.5 + rot: -1.5707963267948966 rad + pos: -31.5,-15.5 parent: 2 - - uid: 28861 + - uid: 16890 components: - type: Transform - pos: 13.5,50.5 + rot: -1.5707963267948966 rad + pos: -34.5,-15.5 parent: 2 - - uid: 28862 + - uid: 16891 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,45.5 + rot: -1.5707963267948966 rad + pos: -35.5,-15.5 parent: 2 - - uid: 28863 + - uid: 16892 components: - type: Transform - pos: 15.5,43.5 + rot: -1.5707963267948966 rad + pos: -36.5,-15.5 parent: 2 - - uid: 28864 + - uid: 16893 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,40.5 + rot: -1.5707963267948966 rad + pos: -37.5,-15.5 parent: 2 - - uid: 28865 + - uid: 16894 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,40.5 + rot: -1.5707963267948966 rad + pos: -38.5,-15.5 parent: 2 - - uid: 28866 + - uid: 16895 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,35.5 + rot: -1.5707963267948966 rad + pos: -40.5,-14.5 parent: 2 - - uid: 28867 + - uid: 16896 components: - type: Transform rot: 3.141592653589793 rad - pos: 19.5,32.5 + pos: -46.5,-7.5 parent: 2 - - uid: 28868 + - uid: 16897 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,27.5 + rot: 3.141592653589793 rad + pos: -46.5,-6.5 parent: 2 - - uid: 28869 + - uid: 16898 components: - type: Transform - pos: 23.5,21.5 + rot: 3.141592653589793 rad + pos: -46.5,-5.5 parent: 2 - - uid: 28870 + - uid: 16899 components: - type: Transform - pos: 30.5,33.5 + rot: 3.141592653589793 rad + pos: -46.5,-4.5 parent: 2 - - uid: 28872 + - uid: 16900 components: - type: Transform - pos: 33.5,44.5 + rot: 3.141592653589793 rad + pos: -46.5,-3.5 parent: 2 - - uid: 28874 + - uid: 16901 components: - type: Transform - pos: 32.5,51.5 + rot: 3.141592653589793 rad + pos: -46.5,-2.5 parent: 2 - - uid: 28875 + - uid: 16902 components: - type: Transform - pos: 38.5,49.5 + rot: 3.141592653589793 rad + pos: -46.5,-1.5 parent: 2 - - uid: 28876 + - uid: 16903 components: - type: Transform - pos: 46.5,49.5 + rot: 3.141592653589793 rad + pos: -46.5,-0.5 parent: 2 - - uid: 28879 + - uid: 16904 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,56.5 + rot: 3.141592653589793 rad + pos: -46.5,0.5 parent: 2 - - uid: 28880 + - uid: 16905 components: - type: Transform rot: 3.141592653589793 rad - pos: 56.5,50.5 + pos: -46.5,1.5 parent: 2 - - uid: 28881 + - uid: 16906 components: - type: Transform rot: 3.141592653589793 rad - pos: 53.5,46.5 + pos: -46.5,2.5 parent: 2 - - uid: 28882 + - uid: 16908 components: - type: Transform rot: 3.141592653589793 rad - pos: 50.5,46.5 + pos: -45.5,5.5 parent: 2 - - uid: 28883 + - uid: 16909 components: - type: Transform rot: 3.141592653589793 rad - pos: 34.5,46.5 + pos: -45.5,6.5 parent: 2 - - uid: 28888 + - uid: 16912 components: - type: Transform rot: 3.141592653589793 rad - pos: 49.5,32.5 + pos: -44.5,9.5 parent: 2 - - uid: 28889 + - uid: 16913 components: - type: Transform rot: 3.141592653589793 rad - pos: 42.5,32.5 + pos: -44.5,10.5 parent: 2 - - uid: 28890 + - uid: 16914 components: - type: Transform rot: 3.141592653589793 rad - pos: 49.5,28.5 + pos: -44.5,11.5 parent: 2 - - uid: 28893 + - uid: 16915 components: - type: Transform rot: 3.141592653589793 rad - pos: 42.5,23.5 + pos: -44.5,12.5 parent: 2 - - uid: 28896 + - uid: 16916 components: - type: Transform - pos: 36.5,30.5 + rot: 3.141592653589793 rad + pos: -44.5,13.5 parent: 2 - - uid: 28897 + - uid: 16917 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,34.5 + rot: 3.141592653589793 rad + pos: -44.5,14.5 parent: 2 - - uid: 28898 + - uid: 16918 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,42.5 + rot: 3.141592653589793 rad + pos: -44.5,15.5 parent: 2 - - uid: 28899 + - uid: 16919 components: - type: Transform - pos: 29.5,30.5 + rot: 1.5707963267948966 rad + pos: -43.5,16.5 parent: 2 - - uid: 28905 + - uid: 16921 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,9.5 + rot: 1.5707963267948966 rad + pos: -41.5,16.5 parent: 2 - - uid: 28906 + - uid: 16922 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,2.5 + rot: 1.5707963267948966 rad + pos: -40.5,16.5 parent: 2 - - uid: 28922 + - uid: 16923 components: - type: Transform - pos: -35.5,-13.5 + rot: 1.5707963267948966 rad + pos: -38.5,17.5 parent: 2 - - uid: 28923 + - uid: 16925 components: - type: Transform - pos: -43.5,-9.5 + rot: 1.5707963267948966 rad + pos: -34.5,19.5 parent: 2 - - uid: 28924 + - uid: 16988 components: - type: Transform rot: -1.5707963267948966 rad - pos: -45.5,-1.5 + pos: -48.5,24.5 parent: 2 - - uid: 28933 + - uid: 16999 components: - type: Transform - pos: -22.5,22.5 + rot: 3.141592653589793 rad + pos: -54.5,38.5 parent: 2 - - uid: 28935 + - uid: 17036 components: - type: Transform - pos: -3.5,21.5 + rot: -1.5707963267948966 rad + pos: -47.5,8.5 parent: 2 - - uid: 28936 + - uid: 17037 components: - type: Transform - pos: 10.5,25.5 + rot: -1.5707963267948966 rad + pos: -48.5,8.5 parent: 2 - - uid: 28937 + - uid: 17038 components: - type: Transform - pos: 6.5,30.5 + rot: -1.5707963267948966 rad + pos: -49.5,8.5 parent: 2 - - uid: 28938 + - uid: 17039 components: - type: Transform - pos: 13.5,30.5 + rot: -1.5707963267948966 rad + pos: -50.5,8.5 parent: 2 - - uid: 28939 + - uid: 17040 components: - type: Transform - pos: 19.5,30.5 + rot: -1.5707963267948966 rad + pos: -51.5,8.5 parent: 2 - - uid: 28948 + - uid: 17041 components: - type: Transform - pos: 20.5,7.5 + rot: -1.5707963267948966 rad + pos: -52.5,8.5 parent: 2 - - uid: 28954 + - uid: 17042 components: - type: Transform - pos: 31.5,16.5 + rot: -1.5707963267948966 rad + pos: -53.5,8.5 parent: 2 - - uid: 28962 + - uid: 17044 components: - type: Transform rot: -1.5707963267948966 rad - pos: 39.5,-10.5 + pos: -55.5,8.5 parent: 2 - - uid: 28976 + - uid: 17045 components: - type: Transform - pos: 27.5,-1.5 + rot: -1.5707963267948966 rad + pos: -56.5,8.5 parent: 2 - - uid: 28983 + - uid: 17046 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-5.5 + rot: -1.5707963267948966 rad + pos: -57.5,8.5 parent: 2 - - uid: 28989 + - uid: 17048 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-4.5 + rot: -1.5707963267948966 rad + pos: -59.5,8.5 parent: 2 - - uid: 28990 + - uid: 17049 components: - type: Transform - pos: -9.5,-18.5 + rot: -1.5707963267948966 rad + pos: -60.5,8.5 parent: 2 - - uid: 28991 + - uid: 17050 components: - type: Transform - pos: -18.5,-18.5 + rot: -1.5707963267948966 rad + pos: -61.5,8.5 parent: 2 - - uid: 28992 + - uid: 17051 components: - type: Transform - pos: -28.5,-18.5 + rot: -1.5707963267948966 rad + pos: -62.5,8.5 parent: 2 - - uid: 28993 + - uid: 17052 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-24.5 + rot: -1.5707963267948966 rad + pos: -63.5,8.5 parent: 2 - - uid: 29000 + - uid: 17053 components: - type: Transform rot: -1.5707963267948966 rad - pos: -8.5,-28.5 + pos: -64.5,8.5 parent: 2 - - uid: 29002 + - uid: 17054 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-24.5 + rot: -1.5707963267948966 rad + pos: -65.5,8.5 parent: 2 - - uid: 29003 + - uid: 17055 components: - type: Transform - pos: -16.5,-23.5 + rot: -1.5707963267948966 rad + pos: -66.5,8.5 parent: 2 - - uid: 29005 + - uid: 17056 components: - type: Transform - pos: -2.5,-27.5 + rot: -1.5707963267948966 rad + pos: -67.5,8.5 parent: 2 - - uid: 29008 + - uid: 17057 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-38.5 + rot: -1.5707963267948966 rad + pos: -68.5,8.5 parent: 2 - - uid: 29009 + - uid: 17059 components: - type: Transform rot: -1.5707963267948966 rad - pos: 7.5,-38.5 + pos: -70.5,8.5 parent: 2 - - uid: 29014 + - uid: 17060 components: - type: Transform - pos: 8.5,-50.5 + rot: -1.5707963267948966 rad + pos: -71.5,8.5 parent: 2 - - uid: 29015 + - uid: 17061 components: - type: Transform - pos: -5.5,-50.5 + rot: -1.5707963267948966 rad + pos: -83.5,-2.5 parent: 2 - - uid: 29020 + - uid: 17062 components: - type: Transform rot: -1.5707963267948966 rad - pos: -6.5,-44.5 + pos: -74.5,8.5 parent: 2 - - uid: 29035 + - uid: 17063 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,-29.5 + rot: -1.5707963267948966 rad + pos: -75.5,8.5 parent: 2 - - uid: 29047 + - uid: 17064 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-35.5 + rot: -1.5707963267948966 rad + pos: -76.5,8.5 parent: 2 - - uid: 29050 + - uid: 17065 components: - type: Transform rot: -1.5707963267948966 rad - pos: -61.5,-19.5 + pos: -77.5,8.5 parent: 2 - - uid: 29051 + - uid: 17066 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,-17.5 + rot: -1.5707963267948966 rad + pos: -78.5,8.5 parent: 2 - - uid: 29055 + - uid: 17067 components: - type: Transform rot: -1.5707963267948966 rad - pos: -64.5,-1.5 + pos: -79.5,8.5 parent: 2 - - uid: 29059 + - uid: 17068 components: - type: Transform - pos: -68.5,-2.5 + rot: -1.5707963267948966 rad + pos: -80.5,8.5 parent: 2 - - uid: 29063 + - uid: 17069 components: - type: Transform - pos: -81.5,4.5 + rot: -1.5707963267948966 rad + pos: -81.5,8.5 parent: 2 - - uid: 29066 + - uid: 17070 components: - type: Transform - pos: -70.5,11.5 + rot: -1.5707963267948966 rad + pos: -82.5,8.5 parent: 2 - - uid: 29067 + - uid: 17071 components: - type: Transform - pos: -71.5,17.5 + rot: -1.5707963267948966 rad + pos: -83.5,8.5 parent: 2 - - uid: 29078 + - uid: 17074 components: - type: Transform rot: -1.5707963267948966 rad - pos: -53.5,40.5 + pos: -86.5,8.5 parent: 2 - - uid: 29099 + - uid: 17075 components: - type: Transform rot: -1.5707963267948966 rad - pos: -32.5,33.5 + pos: -87.5,8.5 parent: 2 - - uid: 29102 + - uid: 17078 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,25.5 + rot: -1.5707963267948966 rad + pos: -90.5,8.5 parent: 2 - - uid: 29103 + - uid: 17079 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,25.5 + rot: -1.5707963267948966 rad + pos: -91.5,8.5 parent: 2 - - uid: 29106 + - uid: 17080 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,28.5 + rot: -1.5707963267948966 rad + pos: -92.5,8.5 parent: 2 - - uid: 29107 + - uid: 17081 components: - type: Transform rot: -1.5707963267948966 rad - pos: -20.5,33.5 + pos: -93.5,8.5 parent: 2 - - uid: 29108 + - uid: 17082 components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.5,33.5 + pos: -94.5,8.5 parent: 2 - - uid: 29109 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,29.5 - parent: 2 - - uid: 29110 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,24.5 - parent: 2 - - uid: 29111 + - uid: 17090 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,26.5 + pos: -84.5,-1.5 parent: 2 - - uid: 29114 + - uid: 17091 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,34.5 + pos: -84.5,-0.5 parent: 2 - - uid: 29115 + - uid: 17092 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,36.5 + pos: -84.5,0.5 parent: 2 - - uid: 29116 + - uid: 17093 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,38.5 + pos: -84.5,1.5 parent: 2 - - uid: 29124 + - uid: 17094 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,40.5 + pos: -84.5,2.5 parent: 2 - - uid: 29133 + - uid: 17095 components: - type: Transform - pos: -9.5,30.5 + pos: -84.5,3.5 parent: 2 - - uid: 29149 + - uid: 17096 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,7.5 + pos: -84.5,4.5 parent: 2 - - uid: 29150 + - uid: 17097 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,6.5 + pos: -84.5,5.5 parent: 2 - - uid: 29151 + - uid: 17098 components: - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,7.5 + pos: -84.5,6.5 parent: 2 - - uid: 29160 + - uid: 17099 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,12.5 + pos: -84.5,7.5 parent: 2 - - uid: 29161 + - uid: 17100 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,2.5 + pos: -84.5,10.5 parent: 2 - - uid: 29195 + - uid: 17101 components: - type: Transform - pos: 54.5,4.5 + pos: -84.5,11.5 parent: 2 - - uid: 29197 + - uid: 17102 components: - type: Transform - pos: -59.5,-6.5 + pos: -84.5,12.5 parent: 2 - - uid: 29203 + - uid: 17103 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-1.5 + pos: -84.5,13.5 parent: 2 - - uid: 29207 + - uid: 17104 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-12.5 + pos: -84.5,14.5 parent: 2 - - uid: 29209 + - uid: 17105 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,-31.5 + pos: -84.5,15.5 parent: 2 - - uid: 29215 + - uid: 17106 components: - type: Transform - pos: 30.5,-23.5 + pos: -84.5,16.5 parent: 2 - - uid: 29216 + - uid: 17107 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-32.5 + pos: -84.5,17.5 parent: 2 - - uid: 29218 + - uid: 17108 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-27.5 + pos: -84.5,18.5 parent: 2 - - uid: 29219 + - uid: 17109 components: - type: Transform rot: -1.5707963267948966 rad - pos: 44.5,-28.5 - parent: 2 - - uid: 29222 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-34.5 - parent: 2 - - uid: 29227 - components: - - type: Transform - pos: 73.5,-20.5 + pos: -85.5,19.5 parent: 2 - - uid: 29228 + - uid: 17110 components: - type: Transform rot: 3.141592653589793 rad - pos: 77.5,-17.5 + pos: -95.5,7.5 parent: 2 - - uid: 29232 + - uid: 17111 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 78.5,1.5 + rot: 3.141592653589793 rad + pos: -72.5,10.5 parent: 2 - - uid: 29233 + - uid: 17132 components: - type: Transform rot: -1.5707963267948966 rad - pos: 76.5,-2.5 + pos: 10.5,89.5 parent: 2 - - uid: 29236 + - uid: 17136 components: - type: Transform - pos: 74.5,-13.5 + rot: -1.5707963267948966 rad + pos: -1.5,52.5 parent: 2 - - uid: 29239 + - uid: 17137 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-27.5 + rot: -1.5707963267948966 rad + pos: -0.5,52.5 parent: 2 - - uid: 29242 + - uid: 17138 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-9.5 + rot: -1.5707963267948966 rad + pos: 0.5,52.5 parent: 2 - - uid: 29243 + - uid: 17139 components: - type: Transform - pos: 55.5,0.5 + rot: 3.141592653589793 rad + pos: 1.5,53.5 parent: 2 - - uid: 29244 + - uid: 17140 components: - type: Transform - pos: 65.5,0.5 + rot: 3.141592653589793 rad + pos: 1.5,54.5 parent: 2 - - uid: 29246 + - uid: 17141 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,10.5 + pos: 1.5,55.5 parent: 2 - - uid: 29251 + - uid: 17142 components: - type: Transform - pos: 54.5,24.5 + rot: 3.141592653589793 rad + pos: 1.5,56.5 parent: 2 - - uid: 29254 + - uid: 17143 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,29.5 + rot: 3.141592653589793 rad + pos: 1.5,57.5 parent: 2 - - uid: 29258 + - uid: 17144 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,44.5 + rot: 3.141592653589793 rad + pos: 1.5,58.5 parent: 2 - - uid: 29424 + - uid: 17145 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -88.5,-3.5 + rot: 3.141592653589793 rad + pos: 1.5,59.5 parent: 2 - - uid: 32448 + - uid: 17146 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,62.5 + rot: 3.141592653589793 rad + pos: 1.5,60.5 parent: 2 - - uid: 36747 + - uid: 17148 components: - type: Transform rot: 3.141592653589793 rad - pos: 44.5,42.5 + pos: 1.5,62.5 parent: 2 - - uid: 38115 + - uid: 17149 components: - type: Transform - pos: 7.5,16.5 + rot: 3.141592653589793 rad + pos: 1.5,51.5 parent: 2 - - uid: 38116 + - uid: 17150 components: - type: Transform - pos: 21.5,16.5 + rot: 3.141592653589793 rad + pos: 1.5,50.5 parent: 2 - - uid: 38119 + - uid: 17151 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,0.5 + rot: 3.141592653589793 rad + pos: 1.5,49.5 parent: 2 - - uid: 39495 + - uid: 17152 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,24.5 + rot: 3.141592653589793 rad + pos: 1.5,48.5 parent: 2 - - uid: 39496 + - uid: 17153 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,14.5 + rot: 3.141592653589793 rad + pos: 1.5,47.5 parent: 2 - - uid: 39497 + - uid: 17154 components: - type: Transform - pos: -47.5,35.5 + rot: 3.141592653589793 rad + pos: 1.5,46.5 parent: 2 - - uid: 39498 + - uid: 17155 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,27.5 + rot: 3.141592653589793 rad + pos: 1.5,45.5 parent: 2 - - uid: 39499 + - uid: 17156 components: - type: Transform - pos: -59.5,36.5 + rot: 3.141592653589793 rad + pos: 1.5,44.5 parent: 2 - - uid: 39500 + - uid: 17157 components: - type: Transform - pos: -58.5,26.5 + rot: 3.141592653589793 rad + pos: 1.5,43.5 parent: 2 - - uid: 39501 + - uid: 17158 components: - type: Transform - pos: -59.5,20.5 + rot: 3.141592653589793 rad + pos: 1.5,42.5 parent: 2 - - uid: 39502 + - uid: 17159 components: - type: Transform - pos: -58.5,15.5 + rot: 3.141592653589793 rad + pos: 1.5,41.5 parent: 2 - - uid: 39503 + - uid: 17160 components: - type: Transform - pos: -31.5,30.5 + rot: 3.141592653589793 rad + pos: 1.5,40.5 parent: 2 - - uid: 39504 + - uid: 17161 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,34.5 + rot: 3.141592653589793 rad + pos: 1.5,38.5 parent: 2 - - uid: 39505 + - uid: 17162 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,32.5 + rot: 3.141592653589793 rad + pos: 1.5,37.5 parent: 2 -- proto: EmergencyMedipen - entities: - - uid: 1340 + - uid: 17163 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.507729,11.644828 + rot: 3.141592653589793 rad + pos: 1.5,36.5 parent: 2 - - uid: 2118 + - uid: 17164 components: - type: Transform - pos: -3.3698382,-11.567606 + rot: 3.141592653589793 rad + pos: 1.5,35.5 parent: 2 - - uid: 2119 + - uid: 17165 components: - type: Transform - pos: -3.5456195,-11.298075 + rot: 3.141592653589793 rad + pos: 1.5,34.5 parent: 2 - - uid: 5728 + - uid: 17166 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.304604,11.668265 + rot: 3.141592653589793 rad + pos: 1.5,33.5 parent: 2 -- proto: EmergencyRollerBedSpawnFolded - entities: - - uid: 1150 + - uid: 17168 components: - type: Transform - pos: 11.307585,12.587807 + rot: 3.141592653589793 rad + pos: 1.5,31.5 parent: 2 - - uid: 1434 + - uid: 17169 components: - type: Transform - pos: 11.682585,12.517494 + rot: 3.141592653589793 rad + pos: 1.5,30.5 parent: 2 - - uid: 2282 + - uid: 17170 components: - type: Transform - pos: -2.9590409,-32.09426 + rot: 3.141592653589793 rad + pos: 1.5,29.5 parent: 2 - - uid: 7094 + - uid: 17171 components: - type: Transform - pos: -2.386812,-32.11878 + rot: 3.141592653589793 rad + pos: 1.5,28.5 parent: 2 - - uid: 18043 + - uid: 17172 components: - type: Transform - pos: -44.66943,59.861732 + rot: 3.141592653589793 rad + pos: 1.5,27.5 parent: 2 - - uid: 18044 + - uid: 17173 components: - type: Transform - pos: -35.616936,35.639206 + rot: 3.141592653589793 rad + pos: 1.5,26.5 parent: 2 - - uid: 22380 + - uid: 17174 components: - type: Transform - pos: -44.26318,59.869545 + rot: 3.141592653589793 rad + pos: 1.5,25.5 parent: 2 -- proto: Emitter - entities: - - uid: 30216 + - uid: 17175 components: - type: Transform - anchored: False - rot: 2.748893571891069 rad - pos: 95.860405,-23.17348 + rot: 3.141592653589793 rad + pos: 1.5,24.5 parent: 2 - - type: Physics - bodyType: Dynamic - - type: PowerConsumer - drawRate: 1 - - uid: 32166 + - uid: 17177 components: - type: Transform - anchored: False - rot: 1.5708026448872427 rad - pos: 105.10977,-23.423922 + rot: 3.141592653589793 rad + pos: 1.5,22.5 parent: 2 - - type: Physics - bodyType: Dynamic - - type: PowerConsumer - drawRate: 1 - - uid: 32179 + - uid: 17178 components: - type: Transform - anchored: False - rot: -2.899516823888813 rad - pos: 108.5661,-12.623965 + rot: 3.141592653589793 rad + pos: 1.5,21.5 parent: 2 - - type: Physics - bodyType: Dynamic - - type: PowerConsumer - drawRate: 1 - - uid: 32209 + - uid: 17179 components: - type: Transform - pos: 97.5,-10.5 + rot: 3.141592653589793 rad + pos: 1.5,18.5 parent: 2 -- proto: EncryptionKeyBinary - entities: - - uid: 20837 - components: - - type: Transform - parent: 20835 - - type: Physics - canCollide: False -- proto: EncryptionKeyCargo - entities: - - uid: 22343 - components: - - type: Transform - parent: 22341 - - type: Physics - canCollide: False -- proto: EncryptionKeyCommand - entities: - - uid: 34354 - components: - - type: Transform - parent: 30978 - - type: Physics - canCollide: False -- proto: EncryptionKeyCommon - entities: - - uid: 21067 - components: - - type: Transform - parent: 20951 - - type: Physics - canCollide: False -- proto: EncryptionKeyEngineering - entities: - - uid: 19802 - components: - - type: Transform - parent: 19801 - - type: Physics - canCollide: False -- proto: EncryptionKeyMedical - entities: - - uid: 19626 - components: - - type: Transform - parent: 19516 - - type: Physics - canCollide: False -- proto: EncryptionKeyScience - entities: - - uid: 20836 - components: - - type: Transform - parent: 20835 - - type: Physics - canCollide: False -- proto: EncryptionKeySecurity - entities: - - uid: 20833 - components: - - type: Transform - parent: 20200 - - type: Physics - canCollide: False -- proto: EncryptionKeyService - entities: - - uid: 19917 - components: - - type: Transform - parent: 19881 - - type: Physics - canCollide: False -- proto: ExosuitFabricator - entities: - - uid: 30577 + - uid: 17180 components: - type: Transform - pos: 46.5,41.5 + rot: 3.141592653589793 rad + pos: 1.5,17.5 parent: 2 -- proto: ExtendedEmergencyOxygenTank - entities: - - uid: 39729 + - uid: 17181 components: - type: Transform - pos: 51.445435,-36.42421 + rot: 3.141592653589793 rad + pos: 1.5,16.5 parent: 2 - - uid: 39766 + - uid: 17182 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 60.10159,-45.343533 + rot: 3.141592653589793 rad + pos: 1.5,15.5 parent: 2 - - uid: 39771 + - uid: 17183 components: - type: Transform - pos: -66.21643,-32.458168 + rot: 3.141592653589793 rad + pos: 1.5,14.5 parent: 2 -- proto: ExtendedEmergencyOxygenTankFilled - entities: - - uid: 27721 + - uid: 17184 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -68.23987,-28.489418 + rot: 3.141592653589793 rad + pos: 1.5,13.5 parent: 2 - - uid: 28712 + - uid: 17185 components: - type: Transform - pos: 33.44304,2.7124748 + rot: 3.141592653589793 rad + pos: 1.5,12.5 parent: 2 - - uid: 31530 + - uid: 17186 components: - type: Transform - pos: 62.672287,-33.375114 + rot: 3.141592653589793 rad + pos: 1.5,11.5 parent: 2 - - uid: 34677 + - uid: 17187 components: - type: Transform - pos: -18.627098,38.842228 + rot: 3.141592653589793 rad + pos: 1.5,10.5 parent: 2 - - uid: 39690 + - uid: 17188 components: - type: Transform - pos: -18.517723,38.810978 + rot: 3.141592653589793 rad + pos: 1.5,9.5 parent: 2 - - uid: 39691 + - uid: 17189 components: - type: Transform - pos: -18.32241,38.81879 + rot: 3.141592653589793 rad + pos: 1.5,8.5 parent: 2 - - type: GasTank - toggleActionEntity: 39692 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 39692 - - uid: 39765 + - uid: 17190 components: - type: Transform rot: 3.141592653589793 rad - pos: 50.964844,-36.44968 + pos: 1.5,7.5 parent: 2 - - uid: 39770 + - uid: 17191 components: - type: Transform - pos: 88.67545,-3.5784526 + rot: 3.141592653589793 rad + pos: 1.5,6.5 parent: 2 - - uid: 39773 + - uid: 17192 components: - type: Transform rot: 3.141592653589793 rad - pos: -76.42122,-37.597427 + pos: 1.5,5.5 parent: 2 - - uid: 39998 + - uid: 17193 components: - type: Transform - pos: 33.341476,2.7280998 + rot: 3.141592653589793 rad + pos: 1.5,4.5 parent: 2 - - uid: 39999 + - uid: 17202 components: - type: Transform - pos: 33.6071,2.6499748 + rot: 3.141592653589793 rad + pos: -15.5,22.5 parent: 2 -- proto: ExtinguisherCabinetFilled - entities: - - uid: 324 + - uid: 17203 components: - type: Transform - pos: -17.5,0.5 + rot: 3.141592653589793 rad + pos: -15.5,23.5 parent: 2 - - uid: 1119 + - uid: 17204 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,40.5 + rot: 3.141592653589793 rad + pos: -15.5,25.5 parent: 2 - - uid: 2106 + - uid: 17205 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,10.5 + rot: 3.141592653589793 rad + pos: -15.5,26.5 parent: 2 - - uid: 2108 + - uid: 17206 components: - type: Transform rot: 3.141592653589793 rad - pos: -23.5,-6.5 + pos: -15.5,27.5 parent: 2 - - uid: 2111 + - uid: 17207 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,0.5 + rot: 3.141592653589793 rad + pos: -15.5,28.5 parent: 2 - - uid: 2113 + - uid: 17208 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-8.5 + rot: 1.5707963267948966 rad + pos: -16.5,29.5 parent: 2 - - uid: 2115 + - uid: 17209 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-5.5 + rot: 1.5707963267948966 rad + pos: -17.5,29.5 parent: 2 - - uid: 2835 + - uid: 17210 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,50.5 + rot: 1.5707963267948966 rad + pos: -18.5,29.5 parent: 2 - - uid: 5564 + - uid: 17211 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,30.5 + rot: 1.5707963267948966 rad + pos: -19.5,29.5 parent: 2 - - uid: 5687 + - uid: 17212 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,35.5 + rot: 1.5707963267948966 rad + pos: -20.5,29.5 parent: 2 - - uid: 5688 + - uid: 17213 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,31.5 + rot: 1.5707963267948966 rad + pos: -21.5,29.5 parent: 2 - - uid: 5689 + - uid: 17214 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,27.5 + rot: 1.5707963267948966 rad + pos: -22.5,29.5 parent: 2 - - uid: 5690 + - uid: 17215 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,22.5 + rot: 1.5707963267948966 rad + pos: -23.5,29.5 parent: 2 - - uid: 5691 + - uid: 17216 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,24.5 + rot: 1.5707963267948966 rad + pos: -24.5,29.5 parent: 2 - - uid: 5692 + - uid: 17217 components: - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,51.5 + rot: 1.5707963267948966 rad + pos: -25.5,29.5 parent: 2 - - uid: 5723 + - uid: 17218 components: - type: Transform rot: 1.5707963267948966 rad - pos: -56.5,17.5 + pos: -26.5,29.5 parent: 2 - - uid: 5738 + - uid: 17219 components: - type: Transform rot: 1.5707963267948966 rad - pos: -47.5,37.5 + pos: -27.5,29.5 parent: 2 - - uid: 6136 + - uid: 17220 components: - type: Transform - pos: 37.5,-20.5 + rot: 1.5707963267948966 rad + pos: -28.5,29.5 parent: 2 - - uid: 6956 + - uid: 17221 components: - type: Transform - pos: -11.5,-24.5 + rot: 1.5707963267948966 rad + pos: -29.5,29.5 parent: 2 - - uid: 6957 + - uid: 17222 components: - type: Transform - pos: -23.5,-21.5 + rot: 1.5707963267948966 rad + pos: -30.5,29.5 parent: 2 - - uid: 13233 + - uid: 17223 components: - type: Transform rot: 1.5707963267948966 rad - pos: 42.5,-32.5 + pos: -31.5,29.5 parent: 2 - - uid: 15744 + - uid: 17224 components: - type: Transform rot: 1.5707963267948966 rad - pos: -52.5,11.5 + pos: -32.5,29.5 parent: 2 - - uid: 15782 + - uid: 17225 components: - type: Transform rot: 1.5707963267948966 rad - pos: -64.5,36.5 + pos: -33.5,29.5 parent: 2 - - uid: 16029 + - uid: 17230 components: - type: Transform - pos: -16.5,47.5 + rot: -1.5707963267948966 rad + pos: -17.5,24.5 parent: 2 - - uid: 16481 + - uid: 17231 components: - type: Transform - pos: -3.5,56.5 + rot: -1.5707963267948966 rad + pos: -16.5,24.5 parent: 2 - - uid: 16977 + - uid: 17232 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,23.5 + rot: 3.141592653589793 rad + pos: -10.5,23.5 parent: 2 - - uid: 18084 + - uid: 17233 components: - type: Transform - pos: -12.5,67.5 + rot: 3.141592653589793 rad + pos: -10.5,22.5 parent: 2 - - uid: 18094 + - uid: 17234 components: - type: Transform - pos: -3.5,24.5 + rot: 3.141592653589793 rad + pos: -10.5,21.5 parent: 2 - - uid: 19931 + - uid: 17237 components: - type: Transform rot: -1.5707963267948966 rad - pos: 20.5,47.5 + pos: -14.5,29.5 parent: 2 - - uid: 26238 + - uid: 17238 components: - type: Transform rot: -1.5707963267948966 rad - pos: -24.5,58.5 + pos: -13.5,29.5 parent: 2 - - uid: 28593 + - uid: 17239 components: - type: Transform rot: -1.5707963267948966 rad - pos: -36.5,34.5 + pos: -12.5,29.5 parent: 2 - - uid: 28787 + - uid: 17241 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-30.5 + rot: -1.5707963267948966 rad + pos: -10.5,29.5 parent: 2 - - uid: 30963 + - uid: 17242 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-3.5 + rot: -1.5707963267948966 rad + pos: -9.5,29.5 parent: 2 - - uid: 36902 + - uid: 17249 components: - type: Transform - pos: -23.5,26.5 + rot: 3.141592653589793 rad + pos: -11.5,30.5 parent: 2 - - uid: 37225 + - uid: 17250 components: - type: Transform - pos: 16.5,60.5 + rot: 3.141592653589793 rad + pos: -11.5,34.5 parent: 2 - - uid: 37472 + - uid: 17251 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,49.5 + rot: 3.141592653589793 rad + pos: -11.5,33.5 parent: 2 -- proto: FaxMachineBase - entities: - - uid: 1019 + - uid: 17252 components: - type: Transform - pos: 18.5,-5.5 + rot: 3.141592653589793 rad + pos: -11.5,32.5 parent: 2 - - type: FaxMachine - name: Chemistry - - uid: 2339 + - uid: 17255 components: - type: Transform - pos: -46.5,32.5 + rot: 3.141592653589793 rad + pos: -12.5,37.5 parent: 2 - - uid: 3279 + - uid: 17256 components: - type: Transform - pos: 4.5,29.5 + rot: 3.141592653589793 rad + pos: -12.5,38.5 parent: 2 - - type: FaxMachine - name: HoP - - uid: 3314 + - uid: 17257 components: - type: Transform - pos: -59.5,-4.5 + rot: 3.141592653589793 rad + pos: -12.5,39.5 parent: 2 - - type: FaxMachine - name: Botany - - uid: 5484 + - uid: 17258 components: - type: Transform - pos: 36.5,23.5 + rot: 1.5707963267948966 rad + pos: -11.5,40.5 parent: 2 - - type: FaxMachine - name: Epistemics - - uid: 5597 + - uid: 17263 components: - type: Transform - pos: 52.5,28.5 + rot: -1.5707963267948966 rad + pos: 2.5,39.5 parent: 2 - - type: FaxMachine - name: Library - - uid: 6535 + - uid: 17264 components: - type: Transform - pos: -6.5,-25.5 + rot: -1.5707963267948966 rad + pos: 3.5,39.5 parent: 2 - - type: FaxMachine - name: Mailroom - - uid: 7118 + - uid: 17265 components: - type: Transform - pos: -14.5,-25.5 + rot: 3.141592653589793 rad + pos: 4.5,38.5 parent: 2 - - type: FaxMachine - name: Logistics - - uid: 7370 + - uid: 17266 components: - type: Transform - pos: -38.5,35.5 + rot: 3.141592653589793 rad + pos: 4.5,37.5 parent: 2 - - type: FaxMachine - name: Detective - - uid: 8856 + - uid: 17267 components: - type: Transform - pos: -62.5,17.5 + rot: 3.141592653589793 rad + pos: 4.5,36.5 parent: 2 - - type: FaxMachine - name: Chief Engineer - - uid: 8905 + - uid: 17272 components: - type: Transform - pos: -47.5,27.5 + rot: 3.141592653589793 rad + pos: 11.5,51.5 parent: 2 - - type: FaxMachine - name: Engineering - - uid: 11666 + - uid: 17273 components: - type: Transform - pos: -50.5,-26.5 + rot: 3.141592653589793 rad + pos: 11.5,50.5 parent: 2 - - type: FaxMachine - name: Bar - - uid: 12415 + - uid: 17274 components: - type: Transform - pos: -52.5,-12.5 + rot: 1.5707963267948966 rad + pos: 12.5,49.5 parent: 2 - - type: FaxMachine - name: Food Court - - uid: 13321 + - uid: 17275 components: - type: Transform - pos: -73.5,16.5 + rot: 1.5707963267948966 rad + pos: 13.5,49.5 parent: 2 - - type: FaxMachine - name: Zoo - - uid: 15601 + - uid: 17276 components: - type: Transform - pos: -9.5,28.5 + rot: 1.5707963267948966 rad + pos: 14.5,49.5 parent: 2 - - type: FaxMachine - name: Security - - uid: 15916 + - uid: 17277 components: - type: Transform - pos: -13.5,59.5 + rot: 1.5707963267948966 rad + pos: 16.5,48.5 parent: 2 - - type: FaxMachine - name: Courtroom - - uid: 16625 + - uid: 17278 components: - type: Transform - pos: -6.5,59.5 + rot: 1.5707963267948966 rad + pos: 17.5,48.5 parent: 2 - - type: FaxMachine - name: Lawyer - - uid: 21807 + - uid: 17279 components: - type: Transform - pos: -18.5,51.5 + rot: 1.5707963267948966 rad + pos: 18.5,48.5 parent: 2 - - type: FaxMachine - name: Warden's Office - - uid: 22253 + - uid: 17280 components: - type: Transform - pos: -40.5,12.5 + pos: 19.5,49.5 parent: 2 - - type: FaxMachine - name: Janitorial Closet - - uid: 22265 + - uid: 17281 components: - type: Transform - pos: -6.5,-42.5 + pos: 19.5,50.5 parent: 2 - - type: FaxMachine - name: Salvage - - uid: 22665 + - uid: 17282 components: - type: Transform - pos: -29.5,-9.5 + pos: 19.5,51.5 parent: 2 - - type: FaxMachine - name: Reporter - - uid: 23284 + - uid: 17283 components: - type: Transform - pos: -27.5,-23.5 + pos: 19.5,47.5 parent: 2 - - type: FaxMachine - name: Head of Logistics - - uid: 23440 + - uid: 17284 components: - type: Transform - pos: -3.5,-31.5 + pos: 19.5,46.5 parent: 2 - - type: FaxMachine - name: Arrivals - - uid: 23705 + - uid: 17285 components: - type: Transform - pos: 5.5,7.5 + pos: 19.5,45.5 parent: 2 - - type: FaxMachine - name: Hospital - - uid: 29698 + - uid: 17286 components: - type: Transform - pos: -77.5,3.5 + pos: 19.5,44.5 parent: 2 - - type: FaxMachine - name: Honkroom - - uid: 29703 + - uid: 17287 components: - type: Transform - pos: -8.5,33.5 + pos: 19.5,43.5 parent: 2 - - type: FaxMachine - name: Head of Security - - uid: 29720 + - uid: 17288 components: - type: Transform - pos: 46.5,33.5 + pos: 19.5,42.5 parent: 2 - - type: FaxMachine - name: Forensic Mantis - - uid: 30756 + - uid: 17289 components: - type: Transform - pos: 46.5,30.5 + pos: 19.5,41.5 parent: 2 - - type: FaxMachine - name: Mystagogue - - uid: 38845 + - uid: 17290 components: - type: Transform - pos: -11.5,-11.5 + pos: 19.5,40.5 parent: 2 - - type: FaxMachine - name: Chief Medical Officer - - uid: 38876 + - uid: 17291 components: - type: Transform - pos: -16.5,61.5 + rot: -1.5707963267948966 rad + pos: 18.5,39.5 parent: 2 - - type: FaxMachine - name: Psych Ward - - uid: 39594 + - uid: 17292 components: - type: Transform - pos: 19.5,56.5 + rot: -1.5707963267948966 rad + pos: 17.5,39.5 parent: 2 - - type: FaxMachine - name: Bridge -- proto: FaxMachineCaptain - entities: - - uid: 15124 + - uid: 17293 components: - type: Transform - pos: 29.5,52.5 + rot: -1.5707963267948966 rad + pos: 16.5,39.5 parent: 2 - - type: FaxMachine - name: Captain -- proto: FenceMetalBroken - entities: - - uid: 4521 + - uid: 17294 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 92.5,67.5 + rot: -1.5707963267948966 rad + pos: 15.5,39.5 parent: 2 - - uid: 5386 + - uid: 17295 components: - type: Transform rot: -1.5707963267948966 rad - pos: 54.5,48.5 + pos: 14.5,39.5 parent: 2 - - uid: 29935 + - uid: 17296 components: - type: Transform rot: -1.5707963267948966 rad - pos: 78.5,36.5 + pos: 13.5,39.5 parent: 2 - - uid: 34816 + - uid: 17297 components: - type: Transform rot: -1.5707963267948966 rad - pos: 76.5,36.5 + pos: 12.5,39.5 parent: 2 -- proto: FenceMetalStraight - entities: - - uid: 26724 + - uid: 17298 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 91.5,67.5 + rot: -1.5707963267948966 rad + pos: 11.5,39.5 parent: 2 - - uid: 29350 + - uid: 17299 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 94.5,67.5 + rot: -1.5707963267948966 rad + pos: 10.5,39.5 parent: 2 - - uid: 29398 + - uid: 17300 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 93.5,67.5 + rot: -1.5707963267948966 rad + pos: 9.5,39.5 parent: 2 - - uid: 29936 + - uid: 17301 components: - type: Transform rot: -1.5707963267948966 rad - pos: 75.5,36.5 + pos: 8.5,39.5 parent: 2 - - uid: 32982 + - uid: 17302 components: - type: Transform - pos: 78.5,74.5 + rot: -1.5707963267948966 rad + pos: 7.5,39.5 parent: 2 - - uid: 34827 + - uid: 17303 components: - type: Transform rot: -1.5707963267948966 rad - pos: 77.5,36.5 + pos: 6.5,39.5 parent: 2 -- proto: filingCabinetDrawer - entities: - - uid: 14178 + - uid: 17304 components: - type: Transform - pos: 10.5,43.5 + rot: -1.5707963267948966 rad + pos: 5.5,39.5 parent: 2 -- proto: filingCabinetDrawerRandom - entities: - - uid: 623 + - uid: 17314 components: - type: Transform - pos: -6.5,-10.5 + rot: -1.5707963267948966 rad + pos: 11.5,89.5 parent: 2 - - uid: 670 + - uid: 17316 components: - type: Transform - pos: -17.5,-11.5 + rot: 1.5707963267948966 rad + pos: 24.5,20.5 parent: 2 - - uid: 5485 + - uid: 17320 components: - type: Transform - pos: 30.5,26.5 + rot: 1.5707963267948966 rad + pos: 38.5,46.5 parent: 2 - - uid: 6612 + - uid: 17321 components: - type: Transform - pos: -30.5,-21.5 + pos: 39.5,45.5 parent: 2 - - uid: 6613 + - uid: 17322 components: - type: Transform - pos: -24.5,-21.5 + pos: 39.5,44.5 parent: 2 - - uid: 9149 + - uid: 17323 components: - type: Transform - pos: 50.5,24.5 + pos: 39.5,43.5 parent: 2 - - uid: 12954 + - uid: 17324 components: - type: Transform - pos: 50.5,23.5 + pos: 39.5,42.5 parent: 2 - - uid: 15715 + - uid: 17325 components: - type: Transform - pos: -16.5,51.5 + pos: 39.5,41.5 parent: 2 - - uid: 15751 + - uid: 17326 components: - type: Transform - pos: -6.5,23.5 + pos: 39.5,40.5 parent: 2 - - uid: 15752 + - uid: 17327 components: - type: Transform - pos: -5.5,23.5 + pos: 39.5,39.5 parent: 2 - - uid: 17906 + - uid: 17328 components: - type: Transform - pos: -40.5,32.5 + pos: 39.5,38.5 parent: 2 - - uid: 21856 + - uid: 17329 components: - type: Transform - pos: -57.5,17.5 + rot: -1.5707963267948966 rad + pos: 41.5,37.5 parent: 2 - - uid: 36288 + - uid: 17330 components: - type: Transform - pos: 102.5,58.5 + rot: -1.5707963267948966 rad + pos: 40.5,37.5 parent: 2 - - uid: 38790 + - uid: 17331 components: - type: Transform - pos: -58.5,17.5 + pos: 39.5,36.5 parent: 2 -- proto: filingCabinetRandom - entities: - - uid: 16279 + - uid: 17332 components: - type: Transform - pos: 9.5,43.5 + pos: 39.5,35.5 parent: 2 - - uid: 26432 + - uid: 17334 components: - type: Transform - pos: 103.5,58.5 + pos: 39.5,33.5 parent: 2 -- proto: FireAlarm - entities: - - uid: 11 + - uid: 17335 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,63.5 + pos: 39.5,32.5 parent: 2 - - type: DeviceList - devices: - - 4642 - - 4212 - - 5244 - - 7752 - - 18373 - - 18374 - - 18375 - - uid: 175 + - uid: 17336 + components: + - type: Transform + pos: 39.5,31.5 + parent: 2 + - uid: 17337 + components: + - type: Transform + pos: 39.5,30.5 + parent: 2 + - uid: 17338 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,29.5 + parent: 2 + - uid: 17339 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,29.5 + parent: 2 + - uid: 17340 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,29.5 + parent: 2 + - uid: 17341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,29.5 + parent: 2 + - uid: 17342 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,29.5 + parent: 2 + - uid: 17343 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,29.5 + parent: 2 + - uid: 17344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,29.5 + parent: 2 + - uid: 17346 components: - type: Transform rot: 3.141592653589793 rad - pos: -51.5,-8.5 + pos: 31.5,27.5 parent: 2 - - type: DeviceList - devices: - - 28395 - - 27006 - - 27007 - - 3086 - - 3092 - - 1691 - - 28394 - - uid: 1061 + - uid: 17347 components: - type: Transform rot: 3.141592653589793 rad - pos: -1.5,-3.5 + pos: 31.5,25.5 parent: 2 - - type: DeviceList - devices: - - 214 - - 221 - - 218 - - 384 - - 390 - - 68 - - 65 - - 66 - - uid: 2655 + - uid: 17348 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,24.5 + parent: 2 + - uid: 17349 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,23.5 + parent: 2 + - uid: 17350 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,22.5 + parent: 2 + - uid: 17351 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,21.5 + parent: 2 + - uid: 17358 components: - type: Transform rot: 1.5707963267948966 rad - pos: -38.5,-27.5 + pos: 55.5,26.5 parent: 2 - - type: DeviceList - devices: - - 28402 - - 4456 - - 20795 - - 1729 - - 16553 - - uid: 2712 + - uid: 17359 components: - type: Transform rot: 1.5707963267948966 rad - pos: 8.5,46.5 + pos: 54.5,26.5 parent: 2 - - type: DeviceList - devices: - - 2606 - - 2208 - - 14015 - - uid: 4292 + - uid: 17360 + components: + - type: Transform + pos: 53.5,25.5 + parent: 2 + - uid: 17361 + components: + - type: Transform + pos: 53.5,24.5 + parent: 2 + - uid: 17363 + components: + - type: Transform + pos: 53.5,22.5 + parent: 2 + - uid: 17364 + components: + - type: Transform + pos: 53.5,21.5 + parent: 2 + - uid: 17365 + components: + - type: Transform + pos: 53.5,20.5 + parent: 2 + - uid: 17366 + components: + - type: Transform + pos: 53.5,19.5 + parent: 2 + - uid: 17367 + components: + - type: Transform + pos: 53.5,18.5 + parent: 2 + - uid: 17368 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 52.5,17.5 + parent: 2 + - uid: 17369 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,17.5 + parent: 2 + - uid: 17370 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,17.5 + parent: 2 + - uid: 17373 components: - type: Transform rot: 3.141592653589793 rad - pos: -54.5,-30.5 + pos: 53.5,16.5 parent: 2 - - uid: 4723 + - uid: 17402 + components: + - type: Transform + pos: 35.5,-16.5 + parent: 2 + - uid: 17403 + components: + - type: Transform + pos: 35.5,-17.5 + parent: 2 + - uid: 17404 + components: + - type: Transform + pos: 35.5,-18.5 + parent: 2 + - uid: 17405 + components: + - type: Transform + pos: 35.5,-19.5 + parent: 2 + - uid: 17406 + components: + - type: Transform + pos: 35.5,-20.5 + parent: 2 + - uid: 17407 + components: + - type: Transform + pos: 35.5,-21.5 + parent: 2 + - uid: 17408 + components: + - type: Transform + pos: 35.5,-22.5 + parent: 2 + - uid: 17409 components: - type: Transform rot: -1.5707963267948966 rad - pos: 50.5,42.5 + pos: 36.5,-23.5 parent: 2 - - type: DeviceList - devices: - - 3359 - - uid: 7606 + - uid: 17410 components: - type: Transform - pos: -50.5,-9.5 + rot: -1.5707963267948966 rad + pos: 37.5,-23.5 parent: 2 - - type: DeviceList - devices: - - 1691 - - 27252 - - 28110 - - 7190 - - 7192 - - 5194 - - 3092 - - 3086 - - 28395 - - 28396 - - 3321 - - uid: 7608 + - uid: 17411 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,-20.5 + rot: -1.5707963267948966 rad + pos: 38.5,-23.5 parent: 2 - - type: DeviceList - devices: - - 15994 - - 17907 - - 18241 - - 17836 - - 12414 - - 7529 - - 7530 - - 6945 - - 28367 - - 3321 - - 28396 - - uid: 11474 + - uid: 17412 components: - type: Transform rot: -1.5707963267948966 rad - pos: -34.5,-21.5 + pos: 39.5,-23.5 parent: 2 - - type: DeviceList - devices: - - 7477 - - 17766 - - 3409 - - 4019 - - 28397 - - 28396 - - 28402 - - uid: 12403 + - uid: 17413 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-23.5 + parent: 2 + - uid: 17415 components: - type: Transform rot: 3.141592653589793 rad - pos: -51.5,-4.5 + pos: 54.5,-26.5 parent: 2 - - type: DeviceList - devices: - - 21918 - - 777 - - 28395 - - 28394 - - 26946 - - 26945 - - 7189 - - 28374 - - uid: 12440 + - uid: 17416 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-18.5 + rot: 3.141592653589793 rad + pos: 54.5,-25.5 parent: 2 - - type: DeviceList - devices: - - 19948 - - 28434 - - 4778 - - 4814 - - 5959 - - uid: 15932 + - uid: 17417 components: - type: Transform - pos: 7.5,43.5 + rot: 3.141592653589793 rad + pos: 54.5,-24.5 parent: 2 - - type: DeviceList - devices: - - 13914 - - 13915 - - 13917 - - 13918 - - uid: 15934 + - uid: 17418 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,39.5 + rot: 3.141592653589793 rad + pos: 54.5,-23.5 parent: 2 - - type: DeviceList - devices: - - 16331 - - 16289 - - 15539 - - 15538 - - 15415 - - 15297 - - 15296 - - 15295 - - 27457 - - 27456 - - 27455 - - 15596 - - uid: 22791 + - uid: 17419 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,-6.5 + rot: 3.141592653589793 rad + pos: 54.5,-22.5 parent: 2 - - type: DeviceList - devices: - - 2018 - - 2019 - - 148 - - 144 - - uid: 23619 + - uid: 17420 components: - type: Transform rot: 3.141592653589793 rad - pos: -95.5,17.5 + pos: 54.5,-21.5 parent: 2 - - uid: 23670 + - uid: 17421 components: - type: Transform - pos: -79.5,6.5 + rot: 3.141592653589793 rad + pos: 54.5,-20.5 parent: 2 - - type: DeviceList - devices: - - 4218 - - 4242 - - 3709 - - 9197 - - uid: 23672 + - uid: 17422 components: - type: Transform rot: 3.141592653589793 rad - pos: -97.5,2.5 + pos: 54.5,-19.5 parent: 2 - - type: DeviceList - devices: - - 7751 - - 2603 - - 7753 - - uid: 23673 + - uid: 17423 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,20.5 + rot: 3.141592653589793 rad + pos: 54.5,-18.5 parent: 2 - - type: DeviceList - devices: - - 7748 - - 7749 - - 7750 - - uid: 23674 + - uid: 17424 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,11.5 + rot: 3.141592653589793 rad + pos: 54.5,-17.5 parent: 2 - - type: DeviceList - devices: - - 7671 - - 7673 - - 3834 - - 7675 - - 8183 - - 7674 - - 7682 - - 1505 - - 27441 - - uid: 23675 + - uid: 17425 components: - type: Transform - pos: -58.5,6.5 + rot: 3.141592653589793 rad + pos: 54.5,-16.5 parent: 2 - - type: DeviceList - devices: - - 18464 - - 18463 - - 28750 - - 28751 - - 7416 - - uid: 23679 + - uid: 17426 components: - type: Transform - pos: -12.5,65.5 + rot: 3.141592653589793 rad + pos: 54.5,-15.5 parent: 2 - - uid: 23681 + - uid: 17427 components: - type: Transform rot: 3.141592653589793 rad - pos: 6.5,72.5 + pos: 54.5,-14.5 parent: 2 - - type: DeviceList - devices: - - 18373 - - 18374 - - 18375 - - uid: 23684 + - uid: 17428 components: - type: Transform - pos: 20.5,41.5 + rot: 1.5707963267948966 rad + pos: 68.5,-13.5 parent: 2 - - type: DeviceList - devices: - - 2634 - - 2636 - - 2869 - - 2606 - - 2208 - - 14170 - - 14173 - - 2681 - - uid: 23687 + - uid: 17429 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,9.5 + pos: 54.5,-12.5 parent: 2 - - type: DeviceList - devices: - - 4377 - - 4376 - - 4375 - - 5704 - - 9340 - - uid: 23690 + - uid: 17430 components: - type: Transform - pos: 37.5,-22.5 + rot: 3.141592653589793 rad + pos: 54.5,-11.5 parent: 2 - - type: DeviceList - devices: - - 3892 - - uid: 23692 + - uid: 17431 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,-22.5 + pos: 54.5,-10.5 parent: 2 - - type: DeviceList - devices: - - 6955 - - 28782 - - 28783 - - 763 - - 766 - - 765 - - 5250 - - uid: 24823 + - uid: 17432 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-9.5 + parent: 2 + - uid: 17433 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-8.5 + parent: 2 + - uid: 17434 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-7.5 + parent: 2 + - uid: 17435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-6.5 + parent: 2 + - uid: 17436 components: - type: Transform rot: 1.5707963267948966 rad - pos: 14.5,-7.5 + pos: 67.5,-13.5 parent: 2 - - type: DeviceList - devices: - - 152 - - 153 - - 155 - - 154 - - 1661 - - 2014 - - 2015 - - 2016 - - 2017 - - uid: 25202 + - uid: 17437 components: - type: Transform - pos: -22.5,27.5 + rot: 1.5707963267948966 rad + pos: 66.5,-13.5 parent: 2 - - type: DeviceList - devices: - - 9552 - - 9216 - - 9255 - - 15295 - - 15296 - - 15297 - - 27457 - - 27456 - - 27455 - - uid: 25228 + - uid: 17438 components: - type: Transform - pos: -8.5,22.5 + rot: 1.5707963267948966 rad + pos: 65.5,-13.5 parent: 2 - - type: DeviceList - devices: - - 9548 - - 9255 - - 9216 - - 9552 - - 1866 - - 1867 - - uid: 25235 + - uid: 17439 components: - type: Transform - pos: -87.5,-2.5 + rot: 1.5707963267948966 rad + pos: 64.5,-13.5 parent: 2 - - type: DeviceList - devices: - - 7745 - - 7747 - - 7746 - - uid: 25237 + - uid: 17440 components: - type: Transform - pos: -8.5,27.5 + rot: 1.5707963267948966 rad + pos: 63.5,-13.5 parent: 2 - - type: DeviceList - devices: - - 15596 - - 15597 - - 9548 - - uid: 27414 + - uid: 17441 components: - type: Transform rot: 1.5707963267948966 rad - pos: -60.5,-14.5 + pos: 62.5,-13.5 parent: 2 - - type: DeviceList - devices: - - 18241 - - 3321 - - 27253 - - 1429 - - 17836 - - 12414 - - 28367 - - 31 - - 5062 - - 7889 - - 1691 - - 28396 - - uid: 28628 + - uid: 17442 components: - type: Transform - pos: 45.5,-25.5 + rot: 1.5707963267948966 rad + pos: 61.5,-13.5 parent: 2 - - type: DeviceList - devices: - - 37411 - - 37412 - - 37407 - - 37408 - - 28421 - - 28433 - - 28434 - - uid: 28632 + - uid: 17443 components: - type: Transform - pos: 52.5,31.5 + rot: 1.5707963267948966 rad + pos: 60.5,-13.5 parent: 2 - - type: DeviceList - devices: - - 2251 - - 5704 - - 26 - - uid: 28634 + - uid: 17444 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,-13.5 + parent: 2 + - uid: 17445 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-13.5 + parent: 2 + - uid: 17446 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-13.5 + parent: 2 + - uid: 17447 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,-13.5 + parent: 2 + - uid: 17448 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-13.5 + parent: 2 + - uid: 17451 + components: + - type: Transform + pos: 72.5,-0.5 + parent: 2 + - uid: 17452 + components: + - type: Transform + pos: 72.5,-1.5 + parent: 2 + - uid: 17453 + components: + - type: Transform + pos: 72.5,-2.5 + parent: 2 + - uid: 17454 + components: + - type: Transform + pos: 72.5,-3.5 + parent: 2 + - uid: 17456 components: - type: Transform rot: -1.5707963267948966 rad - pos: 70.5,-18.5 + pos: 61.5,-4.5 parent: 2 - - type: DeviceList - devices: - - 3889 - - 3881 - - 3899 - - 3898 - - 3879 - - 3877 - - uid: 28635 + - uid: 17457 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-9.5 + rot: 1.5707963267948966 rad + pos: 71.5,-4.5 parent: 2 - - type: DeviceList - devices: - - 3889 - - 3881 - - 3899 - - 3898 - - 3879 - - 3877 - - uid: 28636 + - uid: 17458 components: - type: Transform - pos: 76.5,1.5 + rot: 1.5707963267948966 rad + pos: 70.5,-4.5 parent: 2 - - type: DeviceList - devices: - - 3889 - - 3881 - - 3899 - - 3898 - - 3879 - - 3877 - - uid: 28638 + - uid: 17459 components: - type: Transform rot: 1.5707963267948966 rad - pos: 48.5,2.5 + pos: 69.5,-4.5 parent: 2 - - type: DeviceList - devices: - - 25217 - - 25218 - - 25219 - - 3877 - - 3879 - - 3898 - - 3899 - - 3881 - - 3889 - - 25213 - - 25212 - - 25211 - - uid: 28639 + - uid: 17460 components: - type: Transform rot: 1.5707963267948966 rad - pos: 37.5,-17.5 + pos: 68.5,-4.5 parent: 2 - - type: DeviceList - devices: - - 1874 - - 1875 - - 25217 - - 25218 - - 25219 - - 3892 - - 152 - - 153 - - 155 - - 154 - - 148 - - 144 - - uid: 28643 + - uid: 17461 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,16.5 + rot: 1.5707963267948966 rad + pos: 67.5,-4.5 parent: 2 - - type: DeviceList - devices: - - 4377 - - 4376 - - 4375 - - 2237 - - 25209 - - 25208 - - 25207 - - 25211 - - 25212 - - 25213 - - uid: 28648 + - uid: 17462 components: - type: Transform - pos: 27.5,31.5 + rot: 1.5707963267948966 rad + pos: 66.5,-4.5 parent: 2 - - type: DeviceList - devices: - - 27460 - - 27459 - - 27458 - - 3438 - - uid: 28649 + - uid: 17463 components: - type: Transform rot: 1.5707963267948966 rad - pos: 25.5,23.5 + pos: 65.5,-4.5 parent: 2 - - type: DeviceList - devices: - - 3976 - - 2205 - - 27460 - - 27459 - - 27458 - - uid: 28650 + - uid: 17464 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,35.5 + rot: 1.5707963267948966 rad + pos: 64.5,-4.5 parent: 2 - - type: DeviceList - devices: - - 4107 - - 3359 - - 2259 - - 3853 - - 2203 - - uid: 28651 + - uid: 17465 components: - type: Transform rot: 1.5707963267948966 rad - pos: 38.5,51.5 + pos: 63.5,-4.5 parent: 2 - - type: DeviceList - devices: - - 2259 - - 2510 - - 9224 - - uid: 28652 + - uid: 17466 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-4.5 + parent: 2 + - uid: 17467 components: - type: Transform rot: -1.5707963267948966 rad - pos: 51.5,36.5 + pos: 60.5,-4.5 parent: 2 - - type: DeviceList - devices: - - 4107 - - uid: 28653 + - uid: 17468 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,23.5 + rot: -1.5707963267948966 rad + pos: 59.5,-4.5 parent: 2 - - type: DeviceList - devices: - - 3906 - - uid: 28657 + - uid: 17469 components: - type: Transform rot: -1.5707963267948966 rad - pos: 8.5,51.5 + pos: 58.5,-4.5 parent: 2 - - type: DeviceList - devices: - - 14015 - - uid: 28702 + - uid: 17470 components: - type: Transform - pos: 11.5,-3.5 + rot: -1.5707963267948966 rad + pos: 57.5,-4.5 parent: 2 - - type: DeviceList - devices: - - 39183 - - 39186 - - 39177 - - 39196 - - 39185 - - 12303 - - 39184 - - 39178 - - 39190 - - 39197 - - 39198 - - 39199 - - uid: 28756 + - uid: 17471 components: - type: Transform - pos: -44.5,-7.5 + rot: -1.5707963267948966 rad + pos: 56.5,-4.5 parent: 2 - - type: DeviceList - devices: - - 6945 - - 7529 - - 7530 - - 7889 - - 5062 - - 7110 - - 2353 - - 7180 - - 5194 - - 3568 - - 7107 - - uid: 28780 + - uid: 17472 components: - type: Transform - pos: -24.5,-12.5 + rot: -1.5707963267948966 rad + pos: 55.5,-4.5 parent: 2 - - type: DeviceList - devices: - - 3080 - - 7107 - - 3568 - - 84 - - 2147 - - 766 - - 765 - - 763 - - uid: 28781 + - uid: 17473 components: - type: Transform rot: -1.5707963267948966 rad - pos: -17.5,-22.5 + pos: 53.5,-4.5 parent: 2 - - type: DeviceList - devices: - - 6553 - - 6955 - - 28782 - - 28783 - - 6628 - - 6498 - - uid: 28793 + - uid: 17474 components: - type: Transform rot: -1.5707963267948966 rad - pos: -9.5,11.5 + pos: 52.5,-4.5 parent: 2 - - type: DeviceList - devices: - - 542 - - 541 - - 548 - - 547 - - 549 - - 550 - - 546 - - 545 - - 544 - - 543 - - 1685 - - uid: 29427 + - uid: 17475 components: - type: Transform rot: -1.5707963267948966 rad - pos: -93.5,-7.5 + pos: 51.5,-4.5 parent: 2 -- proto: FireAxeCabinetFilled - entities: - - uid: 9523 + - uid: 17476 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,39.5 + rot: 3.141592653589793 rad + pos: 50.5,-5.5 parent: 2 - - uid: 11841 + - uid: 17477 components: - type: Transform rot: 3.141592653589793 rad - pos: 23.5,53.5 + pos: 54.5,-5.5 parent: 2 -- proto: Firelock - entities: - - uid: 19643 + - uid: 17483 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-12.5 + pos: 11.5,21.5 parent: 2 - - uid: 19652 + - uid: 17484 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,59.5 + pos: 11.5,22.5 parent: 2 - - type: DeviceNetwork - deviceLists: - - 22291 - - uid: 20876 + - uid: 17485 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-12.5 + pos: 11.5,23.5 parent: 2 - - uid: 22929 + - uid: 17486 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-12.5 + pos: 11.5,24.5 parent: 2 - - uid: 27176 + - uid: 17487 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-12.5 + pos: 11.5,25.5 parent: 2 -- proto: FirelockEdge - entities: - - uid: 601 + - uid: 17488 components: - type: Transform - pos: -11.5,5.5 + pos: 11.5,26.5 parent: 2 - - uid: 606 + - uid: 17495 components: - type: Transform - pos: -10.5,5.5 + rot: -1.5707963267948966 rad + pos: -3.5,-9.5 parent: 2 - - uid: 4715 + - uid: 17497 components: - type: Transform - pos: 1.5,-20.5 + pos: -4.5,-10.5 parent: 2 - - uid: 12410 + - uid: 17498 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-26.5 + pos: -4.5,-11.5 parent: 2 - - uid: 14352 + - uid: 17499 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 2 + - uid: 17500 + components: + - type: Transform + pos: -4.5,-13.5 + parent: 2 + - uid: 17501 + components: + - type: Transform + pos: -4.5,-14.5 + parent: 2 + - uid: 17504 + components: + - type: Transform + pos: 1.5,-16.5 + parent: 2 + - uid: 17505 + components: + - type: Transform + pos: 1.5,-17.5 + parent: 2 + - uid: 17506 + components: + - type: Transform + pos: 1.5,-18.5 + parent: 2 + - uid: 17507 + components: + - type: Transform + pos: 1.5,-19.5 + parent: 2 + - uid: 17508 + components: + - type: Transform + pos: 1.5,-20.5 + parent: 2 + - uid: 17509 + components: + - type: Transform + pos: 1.5,-21.5 + parent: 2 + - uid: 17510 + components: + - type: Transform + pos: 1.5,-22.5 + parent: 2 + - uid: 17511 + components: + - type: Transform + pos: 1.5,-23.5 + parent: 2 + - uid: 17512 + components: + - type: Transform + pos: 1.5,-24.5 + parent: 2 + - uid: 17513 + components: + - type: Transform + pos: 1.5,-25.5 + parent: 2 + - uid: 17514 + components: + - type: Transform + pos: 1.5,-26.5 + parent: 2 + - uid: 17515 + components: + - type: Transform + pos: 1.5,-27.5 + parent: 2 + - uid: 17516 + components: + - type: Transform + pos: 1.5,-28.5 + parent: 2 + - uid: 17517 + components: + - type: Transform + pos: 1.5,-29.5 + parent: 2 + - uid: 17518 + components: + - type: Transform + pos: 1.5,-30.5 + parent: 2 + - uid: 17519 + components: + - type: Transform + pos: 1.5,-31.5 + parent: 2 + - uid: 17520 + components: + - type: Transform + pos: 1.5,-32.5 + parent: 2 + - uid: 17521 + components: + - type: Transform + pos: 1.5,-33.5 + parent: 2 + - uid: 17524 + components: + - type: Transform + pos: 1.5,-34.5 + parent: 2 + - uid: 17525 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,-35.5 + parent: 2 + - uid: 17526 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-35.5 + parent: 2 + - uid: 17527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-35.5 + parent: 2 + - uid: 17528 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-35.5 + parent: 2 + - uid: 17529 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-35.5 + parent: 2 + - uid: 17539 + components: + - type: Transform + pos: 29.5,-12.5 + parent: 2 + - uid: 17540 + components: + - type: Transform + pos: 29.5,-13.5 + parent: 2 + - uid: 17541 + components: + - type: Transform + pos: 29.5,-14.5 + parent: 2 + - uid: 17542 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-0.5 + parent: 2 + - uid: 17543 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-0.5 + parent: 2 + - uid: 17544 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-0.5 + parent: 2 + - uid: 17545 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-0.5 + parent: 2 + - uid: 17546 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,0.5 + parent: 2 + - uid: 17547 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,1.5 + parent: 2 + - uid: 17548 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,2.5 + parent: 2 + - uid: 17549 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,3.5 + parent: 2 + - uid: 17550 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,4.5 + parent: 2 + - uid: 17551 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,5.5 + parent: 2 + - uid: 17552 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,6.5 + parent: 2 + - uid: 17553 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,6.5 + parent: 2 + - uid: 17554 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,6.5 + parent: 2 + - uid: 17555 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,6.5 + parent: 2 + - uid: 17556 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,6.5 + parent: 2 + - uid: 17557 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,6.5 + parent: 2 + - uid: 17558 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,6.5 + parent: 2 + - uid: 17559 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,6.5 + parent: 2 + - uid: 17562 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,6.5 + parent: 2 + - uid: 17563 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,6.5 + parent: 2 + - uid: 17565 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,6.5 + parent: 2 + - uid: 17566 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,6.5 + parent: 2 + - uid: 17567 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,6.5 + parent: 2 + - uid: 17568 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,6.5 + parent: 2 + - uid: 17569 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,6.5 + parent: 2 + - uid: 17570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,5.5 + parent: 2 + - uid: 17571 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,4.5 + parent: 2 + - uid: 17572 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,3.5 + parent: 2 + - uid: 17573 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,3.5 + parent: 2 + - uid: 17574 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,3.5 + parent: 2 + - uid: 17575 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,3.5 + parent: 2 + - uid: 17576 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,3.5 + parent: 2 + - uid: 17577 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,3.5 + parent: 2 + - uid: 17578 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,3.5 + parent: 2 + - uid: 17580 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,3.5 + parent: 2 + - uid: 17582 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,3.5 + parent: 2 + - uid: 17583 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,3.5 + parent: 2 + - uid: 17584 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,3.5 + parent: 2 + - uid: 17587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,3.5 + parent: 2 + - uid: 17588 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,3.5 + parent: 2 + - uid: 17589 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,3.5 + parent: 2 + - uid: 17590 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,3.5 + parent: 2 + - uid: 17591 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,4.5 + parent: 2 + - uid: 17592 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,5.5 + parent: 2 + - uid: 17593 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,6.5 + parent: 2 + - uid: 17594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,7.5 + parent: 2 + - uid: 17595 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,8.5 + parent: 2 + - uid: 17596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,9.5 + parent: 2 + - uid: 17598 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,11.5 + parent: 2 + - uid: 17599 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,12.5 + parent: 2 + - uid: 17600 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,13.5 + parent: 2 + - uid: 17601 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,13.5 + parent: 2 + - uid: 17602 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,13.5 + parent: 2 + - uid: 17603 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,13.5 + parent: 2 + - uid: 17604 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,13.5 + parent: 2 + - uid: 17605 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,13.5 + parent: 2 + - uid: 17606 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,13.5 + parent: 2 + - uid: 17607 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,12.5 + parent: 2 + - uid: 17608 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,11.5 + parent: 2 + - uid: 17609 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,10.5 + parent: 2 + - uid: 17616 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,8.5 + parent: 2 + - uid: 17617 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,7.5 + parent: 2 + - uid: 17626 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,3.5 + parent: 2 + - uid: 17630 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,8.5 + parent: 2 + - uid: 17631 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,7.5 + parent: 2 + - uid: 17639 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,7.5 + parent: 2 + - uid: 17640 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,8.5 + parent: 2 + - uid: 17641 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,5.5 + parent: 2 + - uid: 17642 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,4.5 + parent: 2 + - uid: 17643 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,3.5 + parent: 2 + - uid: 17644 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,2.5 + parent: 2 + - uid: 17645 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,2.5 + parent: 2 + - uid: 17646 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,2.5 + parent: 2 + - uid: 17659 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,89.5 + parent: 2 + - uid: 17660 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-16.5 + parent: 2 + - uid: 17661 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-17.5 + parent: 2 + - uid: 17662 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-18.5 + parent: 2 + - uid: 17663 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-19.5 + parent: 2 + - uid: 17664 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,-20.5 + parent: 2 + - uid: 17665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-20.5 + parent: 2 + - uid: 17666 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,-20.5 + parent: 2 + - uid: 17667 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-20.5 + parent: 2 + - uid: 17668 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-20.5 + parent: 2 + - uid: 17669 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-20.5 + parent: 2 + - uid: 17670 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,-20.5 + parent: 2 + - uid: 17671 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,-20.5 + parent: 2 + - uid: 17672 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-20.5 + parent: 2 + - uid: 17673 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-20.5 + parent: 2 + - uid: 17674 + components: + - type: Transform + pos: -22.5,-21.5 + parent: 2 + - uid: 17675 + components: + - type: Transform + pos: -22.5,-22.5 + parent: 2 + - uid: 17676 + components: + - type: Transform + pos: -22.5,-23.5 + parent: 2 + - uid: 17677 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,-24.5 + parent: 2 + - uid: 17678 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,-25.5 + parent: 2 + - uid: 17679 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-25.5 + parent: 2 + - uid: 17680 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-25.5 + parent: 2 + - uid: 17681 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-25.5 + parent: 2 + - uid: 17682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-25.5 + parent: 2 + - uid: 17683 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-25.5 + parent: 2 + - uid: 17685 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-26.5 + parent: 2 + - uid: 17686 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-27.5 + parent: 2 + - uid: 17687 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-28.5 + parent: 2 + - uid: 17725 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,-23.5 + parent: 2 + - uid: 17727 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-23.5 + parent: 2 + - uid: 17728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-23.5 + parent: 2 + - uid: 17729 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-23.5 + parent: 2 + - uid: 17730 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,-23.5 + parent: 2 + - uid: 17731 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-23.5 + parent: 2 + - uid: 17743 + components: + - type: Transform + pos: -50.5,-26.5 + parent: 2 + - uid: 17753 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,-14.5 + parent: 2 + - uid: 17754 + components: + - type: Transform + pos: -44.5,-15.5 + parent: 2 + - uid: 17755 + components: + - type: Transform + pos: -44.5,-16.5 + parent: 2 + - uid: 17756 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,-14.5 + parent: 2 + - uid: 17757 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,-14.5 + parent: 2 + - uid: 17759 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-19.5 + parent: 2 + - uid: 17760 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-20.5 + parent: 2 + - uid: 17762 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,-22.5 + parent: 2 + - uid: 17771 + components: + - type: Transform + pos: -33.5,-16.5 + parent: 2 + - uid: 17772 + components: + - type: Transform + pos: -33.5,-17.5 + parent: 2 + - uid: 17773 + components: + - type: Transform + pos: -33.5,-18.5 + parent: 2 + - uid: 17774 + components: + - type: Transform + pos: -33.5,-19.5 + parent: 2 + - uid: 17775 + components: + - type: Transform + pos: -33.5,-20.5 + parent: 2 + - uid: 17776 + components: + - type: Transform + pos: -33.5,-21.5 + parent: 2 + - uid: 17777 + components: + - type: Transform + pos: -33.5,-22.5 + parent: 2 + - uid: 17778 + components: + - type: Transform + pos: -33.5,-23.5 + parent: 2 + - uid: 17779 + components: + - type: Transform + pos: -33.5,-24.5 + parent: 2 + - uid: 17780 + components: + - type: Transform + pos: -33.5,-25.5 + parent: 2 + - uid: 17781 + components: + - type: Transform + pos: -33.5,-26.5 + parent: 2 + - uid: 17782 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-27.5 + parent: 2 + - uid: 17783 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-27.5 + parent: 2 + - uid: 18039 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,89.5 + parent: 2 + - uid: 18048 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,89.5 + parent: 2 + - uid: 18135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,89.5 + parent: 2 + - uid: 18146 + components: + - type: Transform + pos: 1.5,84.5 + parent: 2 + - uid: 18149 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,89.5 + parent: 2 + - uid: 18178 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,89.5 + parent: 2 + - uid: 18205 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,89.5 + parent: 2 + - uid: 18222 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,42.5 + parent: 2 + - uid: 18223 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,40.5 + parent: 2 + - uid: 18224 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,43.5 + parent: 2 + - uid: 18227 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,40.5 + parent: 2 + - uid: 18230 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,40.5 + parent: 2 + - uid: 18234 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,41.5 + parent: 2 + - uid: 18238 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,54.5 + parent: 2 + - uid: 18247 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,55.5 + parent: 2 + - uid: 18248 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,55.5 + parent: 2 + - uid: 18249 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,55.5 + parent: 2 + - uid: 18250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,55.5 + parent: 2 + - uid: 18251 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,55.5 + parent: 2 + - uid: 18252 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,40.5 + parent: 2 + - uid: 18253 + components: + - type: Transform + pos: -26.5,56.5 + parent: 2 + - uid: 18293 + components: + - type: Transform + pos: 1.5,78.5 + parent: 2 + - uid: 18318 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,62.5 + parent: 2 + - uid: 18319 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,62.5 + parent: 2 + - uid: 18321 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,62.5 + parent: 2 + - uid: 18325 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,62.5 + parent: 2 + - uid: 18377 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,62.5 + parent: 2 + - uid: 18378 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,62.5 + parent: 2 + - uid: 18390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,62.5 + parent: 2 + - uid: 18393 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,62.5 + parent: 2 + - uid: 18394 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,62.5 + parent: 2 + - uid: 18396 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,53.5 + parent: 2 + - uid: 18548 + components: + - type: Transform + pos: -20.5,54.5 + parent: 2 + - uid: 18646 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,13.5 + parent: 2 + - uid: 18647 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,9.5 + parent: 2 + - uid: 18648 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,7.5 + parent: 2 + - uid: 18718 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,12.5 + parent: 2 + - uid: 18723 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,10.5 + parent: 2 + - uid: 18758 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 103.5,15.5 + parent: 2 + - uid: 18827 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 103.5,16.5 + parent: 2 + - uid: 19133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,16.5 + parent: 2 + - uid: 19135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,6.5 + parent: 2 + - uid: 19141 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,6.5 + parent: 2 + - uid: 19153 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,6.5 + parent: 2 + - uid: 19154 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,6.5 + parent: 2 + - uid: 19155 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,6.5 + parent: 2 + - uid: 19337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,0.5 + parent: 2 + - uid: 19375 + components: + - type: Transform + pos: 1.5,82.5 + parent: 2 + - uid: 19385 + components: + - type: Transform + pos: 1.5,83.5 + parent: 2 + - uid: 19463 + components: + - type: Transform + pos: 1.5,81.5 + parent: 2 + - uid: 19472 + components: + - type: Transform + pos: 1.5,79.5 + parent: 2 + - uid: 19474 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,44.5 + parent: 2 + - uid: 19480 + components: + - type: Transform + pos: 1.5,76.5 + parent: 2 + - uid: 19481 + components: + - type: Transform + pos: 1.5,77.5 + parent: 2 + - uid: 19569 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,89.5 + parent: 2 + - uid: 19596 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,89.5 + parent: 2 + - uid: 19611 + components: + - type: Transform + pos: 1.5,75.5 + parent: 2 + - uid: 19617 + components: + - type: Transform + pos: 1.5,73.5 + parent: 2 + - uid: 19618 + components: + - type: Transform + pos: 1.5,74.5 + parent: 2 + - uid: 19839 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,89.5 + parent: 2 + - uid: 19845 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,89.5 + parent: 2 + - uid: 19861 + components: + - type: Transform + pos: -11.5,31.5 + parent: 2 + - uid: 19863 + components: + - type: Transform + pos: 1.5,65.5 + parent: 2 + - uid: 19864 + components: + - type: Transform + pos: 1.5,66.5 + parent: 2 + - uid: 19865 + components: + - type: Transform + pos: 1.5,67.5 + parent: 2 + - uid: 19866 + components: + - type: Transform + pos: 1.5,68.5 + parent: 2 + - uid: 19867 + components: + - type: Transform + pos: 1.5,69.5 + parent: 2 + - uid: 19868 + components: + - type: Transform + pos: 1.5,70.5 + parent: 2 + - uid: 19869 + components: + - type: Transform + pos: 1.5,71.5 + parent: 2 + - uid: 19870 + components: + - type: Transform + pos: 1.5,72.5 + parent: 2 + - uid: 20572 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,3.5 + parent: 2 + - uid: 20603 + components: + - type: Transform + pos: -50.5,-31.5 + parent: 2 + - uid: 20805 + components: + - type: Transform + pos: -54.5,16.5 + parent: 2 + - uid: 20808 + components: + - type: Transform + pos: -54.5,14.5 + parent: 2 + - uid: 21080 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 103.5,14.5 + parent: 2 + - uid: 21176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-21.5 + parent: 2 + - uid: 21516 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,21.5 + parent: 2 + - uid: 21861 + components: + - type: Transform + pos: -54.5,17.5 + parent: 2 + - uid: 21920 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-21.5 + parent: 2 + - uid: 22355 + components: + - type: Transform + pos: -26.5,59.5 + parent: 2 + - uid: 22363 + components: + - type: Transform + pos: -26.5,57.5 + parent: 2 + - uid: 22364 + components: + - type: Transform + pos: -26.5,60.5 + parent: 2 + - uid: 22393 + components: + - type: Transform + pos: -54.5,18.5 + parent: 2 + - uid: 22474 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,62.5 + parent: 2 + - uid: 22826 + components: + - type: Transform + pos: -50.5,-28.5 + parent: 2 + - uid: 22827 + components: + - type: Transform + pos: -50.5,-30.5 + parent: 2 + - uid: 22844 + components: + - type: Transform + pos: -26.5,62.5 + parent: 2 + - uid: 23037 + components: + - type: Transform + pos: -26.5,61.5 + parent: 2 + - uid: 23041 + components: + - type: Transform + pos: -26.5,58.5 + parent: 2 + - uid: 23174 + components: + - type: Transform + pos: -33.5,2.5 + parent: 2 + - uid: 23420 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,24.5 + parent: 2 + - uid: 23751 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,6.5 + parent: 2 + - uid: 23853 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,24.5 + parent: 2 + - uid: 23968 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,24.5 + parent: 2 + - uid: 23969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,24.5 + parent: 2 + - uid: 23970 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,24.5 + parent: 2 + - uid: 23972 + components: + - type: Transform + pos: -54.5,15.5 + parent: 2 + - uid: 26070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,3.5 + parent: 2 + - uid: 26263 + components: + - type: Transform + pos: -54.5,9.5 + parent: 2 + - uid: 26271 + components: + - type: Transform + pos: -54.5,10.5 + parent: 2 + - uid: 26628 + components: + - type: Transform + pos: -20.5,-37.5 + parent: 2 + - uid: 26700 + components: + - type: Transform + pos: -20.5,-36.5 + parent: 2 + - uid: 27833 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,63.5 + parent: 2 + - uid: 28195 + components: + - type: Transform + pos: -20.5,-38.5 + parent: 2 + - uid: 29141 + components: + - type: Transform + pos: -54.5,19.5 + parent: 2 + - uid: 29979 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,-18.5 + parent: 2 + - uid: 29982 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,-18.5 + parent: 2 + - uid: 30051 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-18.5 + parent: 2 + - uid: 30087 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,-18.5 + parent: 2 + - uid: 30130 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,9.5 + parent: 2 + - uid: 30156 + components: + - type: Transform + pos: 72.5,37.5 + parent: 2 + - uid: 30157 + components: + - type: Transform + pos: 72.5,36.5 + parent: 2 + - uid: 30161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 72.5,41.5 + parent: 2 + - uid: 30176 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,-18.5 + parent: 2 + - uid: 30918 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,28.5 + parent: 2 + - uid: 31907 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,62.5 + parent: 2 + - uid: 32061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-29.5 + parent: 2 + - uid: 34044 + components: + - type: Transform + pos: -1.5,0.5 + parent: 2 + - uid: 34045 + components: + - type: Transform + pos: -1.5,-0.5 + parent: 2 + - uid: 34046 + components: + - type: Transform + pos: -1.5,-1.5 + parent: 2 + - uid: 34060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,11.5 + parent: 2 + - uid: 34568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,40.5 + parent: 2 + - uid: 34569 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,40.5 + parent: 2 + - uid: 35179 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,62.5 + parent: 2 + - uid: 35529 + components: + - type: Transform + pos: 103.5,13.5 + parent: 2 + - uid: 35531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 102.5,12.5 + parent: 2 + - uid: 35557 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 99.5,11.5 + parent: 2 + - uid: 35738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 86.5,49.5 + parent: 2 + - uid: 35773 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 85.5,68.5 + parent: 2 + - uid: 35774 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 84.5,68.5 + parent: 2 + - uid: 35775 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 83.5,68.5 + parent: 2 + - uid: 35776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 82.5,68.5 + parent: 2 + - uid: 35777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 81.5,68.5 + parent: 2 + - uid: 35778 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 80.5,68.5 + parent: 2 + - uid: 35779 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 79.5,68.5 + parent: 2 + - uid: 35780 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,68.5 + parent: 2 + - uid: 35786 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,65.5 + parent: 2 + - uid: 35787 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,65.5 + parent: 2 + - uid: 35788 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,65.5 + parent: 2 + - uid: 35865 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,15.5 + parent: 2 + - uid: 35866 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,13.5 + parent: 2 + - uid: 35867 + components: + - type: Transform + pos: 32.5,14.5 + parent: 2 + - uid: 35882 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,32.5 + parent: 2 + - uid: 35883 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,32.5 + parent: 2 + - uid: 35884 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,32.5 + parent: 2 + - uid: 35885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,32.5 + parent: 2 + - uid: 35886 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,32.5 + parent: 2 + - uid: 35916 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,28.5 + parent: 2 + - uid: 35918 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,34.5 + parent: 2 + - uid: 35919 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,34.5 + parent: 2 + - uid: 35920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,34.5 + parent: 2 + - uid: 35921 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,34.5 + parent: 2 + - uid: 35922 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,34.5 + parent: 2 + - uid: 35923 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,34.5 + parent: 2 + - uid: 35924 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,34.5 + parent: 2 + - uid: 35993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-25.5 + parent: 2 + - uid: 35994 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-25.5 + parent: 2 + - uid: 35995 + components: + - type: Transform + pos: -30.5,-26.5 + parent: 2 + - uid: 36002 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-0.5 + parent: 2 + - uid: 36003 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,0.5 + parent: 2 + - uid: 36004 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,1.5 + parent: 2 + - uid: 36005 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,2.5 + parent: 2 + - uid: 36006 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,3.5 + parent: 2 + - uid: 36007 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,3.5 + parent: 2 + - uid: 36008 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,3.5 + parent: 2 + - uid: 36009 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,3.5 + parent: 2 + - uid: 36010 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,3.5 + parent: 2 + - uid: 36011 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,3.5 + parent: 2 + - uid: 36012 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,3.5 + parent: 2 + - uid: 36013 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,3.5 + parent: 2 + - uid: 36014 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,3.5 + parent: 2 + - uid: 36015 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,3.5 + parent: 2 + - uid: 36018 + components: + - type: Transform + pos: -69.5,14.5 + parent: 2 + - uid: 36019 + components: + - type: Transform + pos: -69.5,13.5 + parent: 2 + - uid: 36020 + components: + - type: Transform + pos: -69.5,12.5 + parent: 2 + - uid: 36021 + components: + - type: Transform + pos: -69.5,11.5 + parent: 2 + - uid: 36022 + components: + - type: Transform + pos: -69.5,10.5 + parent: 2 + - uid: 36023 + components: + - type: Transform + pos: -69.5,9.5 + parent: 2 + - uid: 36028 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-14.5 + parent: 2 + - uid: 36029 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-13.5 + parent: 2 + - uid: 36030 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,-12.5 + parent: 2 + - uid: 36332 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,30.5 + parent: 2 + - uid: 36512 + components: + - type: Transform + pos: 57.5,77.5 + parent: 2 + - uid: 36513 + components: + - type: Transform + pos: 57.5,76.5 + parent: 2 + - uid: 36514 + components: + - type: Transform + pos: 57.5,75.5 + parent: 2 + - uid: 36515 + components: + - type: Transform + pos: 57.5,74.5 + parent: 2 + - uid: 36516 + components: + - type: Transform + pos: 57.5,73.5 + parent: 2 + - uid: 36517 + components: + - type: Transform + pos: 57.5,72.5 + parent: 2 + - uid: 36518 + components: + - type: Transform + pos: 57.5,71.5 + parent: 2 + - uid: 36519 + components: + - type: Transform + pos: 57.5,70.5 + parent: 2 + - uid: 36520 + components: + - type: Transform + pos: 57.5,69.5 + parent: 2 + - uid: 36521 + components: + - type: Transform + pos: 57.5,68.5 + parent: 2 + - uid: 36522 + components: + - type: Transform + pos: 57.5,67.5 + parent: 2 + - uid: 36523 + components: + - type: Transform + pos: 57.5,66.5 + parent: 2 + - uid: 36524 + components: + - type: Transform + pos: 57.5,65.5 + parent: 2 + - uid: 36525 + components: + - type: Transform + pos: 57.5,64.5 + parent: 2 + - uid: 36529 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,60.5 + parent: 2 + - uid: 36725 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,83.5 + parent: 2 + - uid: 36726 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,84.5 + parent: 2 + - uid: 36847 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,71.5 + parent: 2 + - uid: 36848 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 74.5,71.5 + parent: 2 + - uid: 36849 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.5,71.5 + parent: 2 + - uid: 36850 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,71.5 + parent: 2 + - uid: 37530 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,88.5 + parent: 2 + - uid: 37531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,88.5 + parent: 2 + - uid: 37534 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,85.5 + parent: 2 + - uid: 37536 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,85.5 + parent: 2 + - uid: 37567 + components: + - type: Transform + pos: -28.5,87.5 + parent: 2 + - uid: 37636 + components: + - type: Transform + pos: -28.5,86.5 + parent: 2 + - uid: 40529 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,53.5 + parent: 2 + - uid: 40531 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,52.5 + parent: 2 + - uid: 40532 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,51.5 + parent: 2 + - uid: 40533 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,50.5 + parent: 2 + - uid: 40534 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,49.5 + parent: 2 + - uid: 40535 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,48.5 + parent: 2 + - uid: 40536 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,47.5 + parent: 2 + - uid: 40537 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,46.5 + parent: 2 + - uid: 40538 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,45.5 + parent: 2 + - uid: 40539 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,44.5 + parent: 2 + - uid: 40540 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,44.5 + parent: 2 + - uid: 41508 + components: + - type: Transform + pos: -26.5,63.5 + parent: 2 + - uid: 41510 + components: + - type: Transform + pos: -26.5,65.5 + parent: 2 + - uid: 41511 + components: + - type: Transform + pos: -26.5,66.5 + parent: 2 + - uid: 41512 + components: + - type: Transform + pos: -26.5,67.5 + parent: 2 + - uid: 41513 + components: + - type: Transform + pos: -26.5,68.5 + parent: 2 + - uid: 41514 + components: + - type: Transform + pos: -26.5,69.5 + parent: 2 + - uid: 41515 + components: + - type: Transform + pos: -26.5,70.5 + parent: 2 + - uid: 41518 + components: + - type: Transform + pos: -26.5,73.5 + parent: 2 + - uid: 41519 + components: + - type: Transform + pos: -26.5,74.5 + parent: 2 + - uid: 41520 + components: + - type: Transform + pos: -26.5,75.5 + parent: 2 + - uid: 41521 + components: + - type: Transform + pos: -26.5,76.5 + parent: 2 + - uid: 41522 + components: + - type: Transform + pos: -26.5,77.5 + parent: 2 + - uid: 41523 + components: + - type: Transform + pos: -26.5,78.5 + parent: 2 + - uid: 41524 + components: + - type: Transform + pos: -26.5,79.5 + parent: 2 + - uid: 41525 + components: + - type: Transform + pos: -26.5,80.5 + parent: 2 + - uid: 41526 + components: + - type: Transform + pos: -26.5,81.5 + parent: 2 + - uid: 41528 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,84.5 + parent: 2 + - uid: 41529 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,83.5 + parent: 2 + - uid: 41531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,82.5 + parent: 2 + - uid: 41532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,82.5 + parent: 2 + - uid: 41533 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,82.5 + parent: 2 + - uid: 41534 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,82.5 + parent: 2 + - uid: 41535 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,82.5 + parent: 2 + - uid: 41536 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,82.5 + parent: 2 + - uid: 41537 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,82.5 + parent: 2 + - uid: 41538 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,82.5 + parent: 2 + - uid: 41539 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,82.5 + parent: 2 + - uid: 41540 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,82.5 + parent: 2 + - uid: 41541 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,82.5 + parent: 2 + - uid: 41542 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,82.5 + parent: 2 + - uid: 41543 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,82.5 + parent: 2 + - uid: 41544 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,82.5 + parent: 2 + - uid: 41545 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,82.5 + parent: 2 + - uid: 41546 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,82.5 + parent: 2 + - uid: 41547 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,82.5 + parent: 2 + - uid: 41548 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,82.5 + parent: 2 + - uid: 41550 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,82.5 + parent: 2 + - uid: 41551 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,82.5 + parent: 2 + - uid: 41552 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,82.5 + parent: 2 + - uid: 41555 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,64.5 + parent: 2 + - uid: 41556 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,64.5 + parent: 2 + - uid: 41557 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,64.5 + parent: 2 + - uid: 41558 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,64.5 + parent: 2 + - uid: 41559 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,64.5 + parent: 2 + - uid: 41560 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,64.5 + parent: 2 + - uid: 41561 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,64.5 + parent: 2 + - uid: 41562 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,64.5 + parent: 2 + - uid: 41839 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,72.5 + parent: 2 + - uid: 41840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,72.5 + parent: 2 + - uid: 41841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,71.5 + parent: 2 + - uid: 41842 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,71.5 + parent: 2 + - uid: 42180 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,64.5 + parent: 2 + - uid: 42181 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,64.5 + parent: 2 + - uid: 42904 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,80.5 + parent: 2 + - uid: 42905 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,80.5 + parent: 2 + - uid: 42906 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,80.5 + parent: 2 + - uid: 42907 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,80.5 + parent: 2 + - uid: 42908 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,80.5 + parent: 2 + - uid: 42909 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,80.5 + parent: 2 + - uid: 42950 + components: + - type: Transform + pos: -89.5,9.5 + parent: 2 + - uid: 42951 + components: + - type: Transform + pos: -89.5,10.5 + parent: 2 + - uid: 42952 + components: + - type: Transform + pos: -89.5,11.5 + parent: 2 + - uid: 42953 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -88.5,12.5 + parent: 2 + - uid: 42954 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,7.5 + parent: 2 + - uid: 42955 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,6.5 + parent: 2 + - uid: 42956 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,5.5 + parent: 2 + - uid: 43401 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,56.5 + parent: 2 + - uid: 43402 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,57.5 + parent: 2 + - uid: 43403 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,58.5 + parent: 2 + - uid: 43404 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,59.5 + parent: 2 + - uid: 43405 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,60.5 + parent: 2 + - uid: 43406 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 28.5,61.5 + parent: 2 + - uid: 43407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,62.5 + parent: 2 + - uid: 43408 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,62.5 + parent: 2 + - uid: 43409 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,62.5 + parent: 2 + - uid: 43410 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,62.5 + parent: 2 + - uid: 43411 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,62.5 + parent: 2 + - uid: 43412 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,62.5 + parent: 2 + - uid: 43413 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,62.5 + parent: 2 + - uid: 43414 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,62.5 + parent: 2 + - uid: 43415 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,62.5 + parent: 2 + - uid: 43416 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,62.5 + parent: 2 + - uid: 43417 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,62.5 + parent: 2 + - uid: 43418 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,62.5 + parent: 2 + - uid: 43419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,62.5 + parent: 2 + - uid: 43420 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,62.5 + parent: 2 + - uid: 43421 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,62.5 + parent: 2 + - uid: 43422 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,62.5 + parent: 2 + - uid: 43423 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,62.5 + parent: 2 + - uid: 43424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,62.5 + parent: 2 + - uid: 43425 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,62.5 + parent: 2 + - uid: 43426 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,62.5 + parent: 2 + - uid: 43428 + components: + - type: Transform + pos: 52.5,61.5 + parent: 2 + - uid: 43429 + components: + - type: Transform + pos: 52.5,60.5 + parent: 2 + - uid: 43430 + components: + - type: Transform + pos: 52.5,59.5 + parent: 2 + - uid: 43431 + components: + - type: Transform + pos: 52.5,58.5 + parent: 2 + - uid: 43432 + components: + - type: Transform + pos: 52.5,57.5 + parent: 2 + - uid: 43433 + components: + - type: Transform + pos: 52.5,56.5 + parent: 2 + - uid: 43434 + components: + - type: Transform + pos: 52.5,55.5 + parent: 2 + - uid: 43435 + components: + - type: Transform + pos: 52.5,54.5 + parent: 2 + - uid: 43436 + components: + - type: Transform + pos: 52.5,53.5 + parent: 2 + - uid: 43437 + components: + - type: Transform + pos: 52.5,52.5 + parent: 2 + - uid: 43438 + components: + - type: Transform + pos: 52.5,51.5 + parent: 2 + - uid: 43439 + components: + - type: Transform + pos: 52.5,50.5 + parent: 2 + - uid: 43440 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,49.5 + parent: 2 + - uid: 43441 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,49.5 + parent: 2 + - uid: 43442 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,49.5 + parent: 2 + - uid: 43443 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,49.5 + parent: 2 + - uid: 43444 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,49.5 + parent: 2 + - uid: 43445 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 46.5,49.5 + parent: 2 + - uid: 43446 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,49.5 + parent: 2 + - uid: 43447 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,49.5 + parent: 2 + - uid: 43448 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,49.5 + parent: 2 + - uid: 43449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,49.5 + parent: 2 + - uid: 43450 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,49.5 + parent: 2 + - uid: 43451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,49.5 + parent: 2 + - uid: 43452 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,48.5 + parent: 2 + - uid: 43453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,47.5 + parent: 2 + - uid: 43456 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,55.5 + parent: 2 + - uid: 43457 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,55.5 + parent: 2 + - uid: 43458 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 25.5,55.5 + parent: 2 + - uid: 43459 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 24.5,55.5 + parent: 2 + - uid: 43460 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,55.5 + parent: 2 + - uid: 43461 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,55.5 + parent: 2 + - uid: 43462 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,55.5 + parent: 2 + - uid: 43463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,55.5 + parent: 2 + - uid: 43465 + components: + - type: Transform + pos: 19.5,54.5 + parent: 2 + - uid: 43466 + components: + - type: Transform + pos: 19.5,53.5 + parent: 2 +- proto: DisposalPipeBroken + entities: + - uid: 2523 + components: + - type: Transform + pos: 72.5,38.5 + parent: 2 + - uid: 5387 + components: + - type: Transform + pos: 58.5,54.5 + parent: 2 + - uid: 7047 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-32.5 + parent: 2 + - uid: 7048 + components: + - type: Transform + pos: -29.5,-32.5 + parent: 2 + - uid: 7049 + components: + - type: Transform + pos: -29.5,-30.5 + parent: 2 + - uid: 7050 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-34.5 + parent: 2 + - uid: 7051 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,-36.5 + parent: 2 + - uid: 7052 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-36.5 + parent: 2 + - uid: 7054 + components: + - type: Transform + pos: -33.5,-37.5 + parent: 2 + - uid: 30158 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 72.5,35.5 + parent: 2 + - uid: 30160 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 72.5,40.5 + parent: 2 + - uid: 30163 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,42.5 + parent: 2 + - uid: 35528 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 102.5,17.5 + parent: 2 + - uid: 35556 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 101.5,12.5 + parent: 2 + - uid: 35558 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 100.5,11.5 + parent: 2 + - uid: 35559 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 98.5,11.5 + parent: 2 + - uid: 35561 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 97.5,11.5 + parent: 2 + - uid: 35562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 96.5,10.5 + parent: 2 + - uid: 35739 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 87.5,49.5 + parent: 2 + - uid: 35783 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 76.5,67.5 + parent: 2 + - uid: 35784 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.5,65.5 + parent: 2 + - uid: 35785 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,65.5 + parent: 2 + - uid: 36526 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,63.5 + parent: 2 + - uid: 36528 + components: + - type: Transform + pos: 57.5,61.5 + parent: 2 + - uid: 36530 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,60.5 + parent: 2 + - uid: 36851 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,71.5 + parent: 2 +- proto: DisposalTrunk + entities: + - uid: 334 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,-39.5 + parent: 2 + - uid: 1437 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,12.5 + parent: 2 + - uid: 2390 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,-1.5 + parent: 2 + - uid: 2553 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-10.5 + parent: 2 + - uid: 3379 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,-11.5 + parent: 2 + - uid: 3508 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,12.5 + parent: 2 + - uid: 3547 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,-18.5 + parent: 2 + - uid: 3556 + components: + - type: Transform + pos: 14.5,22.5 + parent: 2 + - uid: 5179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,-27.5 + parent: 2 + - uid: 6206 + components: + - type: Transform + pos: -38.5,-20.5 + parent: 2 + - uid: 7053 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,-38.5 + parent: 2 + - uid: 7637 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,22.5 + parent: 2 + - uid: 8796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,33.5 + parent: 2 + - uid: 12059 + components: + - type: Transform + pos: 15.5,-13.5 + parent: 2 + - uid: 15127 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,23.5 + parent: 2 + - uid: 15214 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,53.5 + parent: 2 + - uid: 15962 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,11.5 + parent: 2 + - uid: 16341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,52.5 + parent: 2 + - uid: 17087 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,6.5 + parent: 2 + - uid: 17088 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -86.5,19.5 + parent: 2 + - uid: 17089 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -82.5,-2.5 + parent: 2 + - uid: 17124 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -73.5,11.5 + parent: 2 + - uid: 17129 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,24.5 + parent: 2 + - uid: 17130 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,24.5 + parent: 2 + - uid: 17131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,39.5 + parent: 2 + - uid: 17243 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,28.5 + parent: 2 + - uid: 17259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,39.5 + parent: 2 + - uid: 17268 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,35.5 + parent: 2 + - uid: 17269 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,52.5 + parent: 2 + - uid: 17271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,52.5 + parent: 2 + - uid: 17312 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,46.5 + parent: 2 + - uid: 17318 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,26.5 + parent: 2 + - uid: 17319 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,36.5 + parent: 2 + - uid: 17345 + components: + - type: Transform + pos: 25.5,10.5 + parent: 2 + - uid: 17356 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,26.5 + parent: 2 + - uid: 17374 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,15.5 + parent: 2 + - uid: 17397 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,-24.5 + parent: 2 + - uid: 17449 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-13.5 + parent: 2 + - uid: 17450 + components: + - type: Transform + pos: 72.5,0.5 + parent: 2 + - uid: 17490 + components: + - type: Transform + pos: 11.5,27.5 + parent: 2 + - uid: 17523 + components: + - type: Transform + pos: 7.5,-34.5 + parent: 2 + - uid: 17530 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,9.5 + parent: 2 + - uid: 17531 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-2.5 + parent: 2 + - uid: 17535 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-0.5 + parent: 2 + - uid: 17536 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,-11.5 + parent: 2 + - uid: 17537 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,2.5 + parent: 2 + - uid: 17647 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,-25.5 + parent: 2 + - uid: 17707 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,-14.5 + parent: 2 + - uid: 17710 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,-25.5 + parent: 2 + - uid: 18001 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,89.5 + parent: 2 + - uid: 18003 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,89.5 + parent: 2 + - uid: 19088 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,2.5 + parent: 2 + - uid: 19762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,13.5 + parent: 2 + - uid: 19763 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,15.5 + parent: 2 + - uid: 21245 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,32.5 + parent: 2 + - uid: 22656 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,45.5 + parent: 2 + - uid: 23368 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,-33.5 + parent: 2 + - uid: 23610 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,24.5 + parent: 2 + - uid: 26807 + components: + - type: Transform + pos: -23.5,22.5 + parent: 2 + - uid: 28736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,28.5 + parent: 2 + - uid: 29275 + components: + - type: Transform + pos: -37.5,32.5 + parent: 2 + - uid: 31150 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,64.5 + parent: 2 + - uid: 34567 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,41.5 + parent: 2 + - uid: 35737 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 85.5,49.5 + parent: 2 + - uid: 35772 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 86.5,68.5 + parent: 2 + - uid: 35887 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,32.5 + parent: 2 + - uid: 35907 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,34.5 + parent: 2 + - uid: 35996 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,-25.5 + parent: 2 + - uid: 36001 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,2.5 + parent: 2 + - uid: 36017 + components: + - type: Transform + pos: -69.5,15.5 + parent: 2 + - uid: 36027 + components: + - type: Transform + pos: -9.5,-11.5 + parent: 2 + - uid: 36510 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,78.5 + parent: 2 + - uid: 36724 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,82.5 + parent: 2 + - uid: 36846 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,71.5 + parent: 2 + - uid: 37512 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,85.5 + parent: 2 + - uid: 37524 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,88.5 + parent: 2 + - uid: 40518 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,43.5 + parent: 2 + - uid: 40587 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,86.5 + parent: 2 + - uid: 40588 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,89.5 + parent: 2 + - uid: 41554 + components: + - type: Transform + pos: -5.5,83.5 + parent: 2 + - uid: 41843 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,71.5 + parent: 2 + - uid: 41844 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,71.5 + parent: 2 + - uid: 42902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,78.5 + parent: 2 + - uid: 42959 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -87.5,12.5 + parent: 2 + - uid: 42960 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -87.5,4.5 + parent: 2 + - uid: 43395 + components: + - type: Transform + pos: 35.5,63.5 + parent: 2 + - uid: 43396 + components: + - type: Transform + pos: 37.5,63.5 + parent: 2 +- proto: DisposalUnit + entities: + - uid: 712 + components: + - type: Transform + pos: -20.5,-39.5 + parent: 2 + - uid: 1068 + components: + - type: Transform + pos: -0.5,23.5 + parent: 2 + - uid: 1361 + components: + - type: Transform + pos: 36.5,-0.5 + parent: 2 + - uid: 1368 + components: + - type: Transform + pos: 12.5,12.5 + parent: 2 + - uid: 1487 + components: + - type: Transform + pos: 12.5,2.5 + parent: 2 + - uid: 1591 + components: + - type: Transform + pos: -3.5,9.5 + parent: 2 + - uid: 1710 + components: + - type: Transform + pos: -1.5,-2.5 + parent: 2 + - uid: 1827 + components: + - type: Transform + pos: 30.5,-11.5 + parent: 2 + - uid: 1977 + components: + - type: Transform + pos: 11.5,27.5 + parent: 2 + - uid: 2556 + components: + - type: Transform + pos: -2.5,-10.5 + parent: 2 + - uid: 2652 + components: + - type: Transform + pos: -57.5,-1.5 + parent: 2 + - uid: 3773 + components: + - type: Transform + pos: 41.5,-24.5 + parent: 2 + - uid: 4493 + components: + - type: Transform + pos: 52.5,15.5 + parent: 2 + - uid: 4972 + components: + - type: Transform + pos: 52.5,-27.5 + parent: 2 + - uid: 5138 + components: + - type: Transform + pos: 69.5,-13.5 + parent: 2 + - uid: 5140 + components: + - type: Transform + pos: 72.5,0.5 + parent: 2 + - uid: 5149 + components: + - type: Transform + pos: 37.5,46.5 + parent: 2 + - uid: 5219 + components: + - type: Transform + pos: 42.5,36.5 + parent: 2 + - uid: 5248 + components: + - type: Transform + pos: 32.5,26.5 + parent: 2 + - uid: 5699 + components: + - type: Transform + pos: 56.5,26.5 + parent: 2 + - uid: 6310 + components: + - type: Transform + pos: -2.5,52.5 + parent: 2 + - uid: 6567 + components: + - type: Transform + pos: -12.5,-25.5 + parent: 2 + - uid: 6661 + components: + - type: Transform + pos: -38.5,-20.5 + parent: 2 + - uid: 7164 + components: + - type: Transform + pos: -46.5,-14.5 + parent: 2 + - uid: 7560 + components: + - type: Transform + pos: -52.5,-25.5 + parent: 2 + - uid: 8408 + components: + - type: Transform + pos: -73.5,11.5 + parent: 2 + - uid: 8409 + components: + - type: Transform + pos: -86.5,19.5 + parent: 2 + - uid: 8410 + components: + - type: Transform + pos: -95.5,6.5 + parent: 2 + - uid: 8411 + components: + - type: Transform + pos: -82.5,-2.5 + parent: 2 + - uid: 8797 + components: + - type: Transform + pos: -47.5,33.5 + parent: 2 + - uid: 9332 + components: + - type: Transform + pos: 14.5,22.5 + parent: 2 + - uid: 9460 + components: + - type: Transform + pos: -17.5,53.5 + parent: 2 + - uid: 10091 + components: + - type: Transform + pos: -57.5,11.5 + parent: 2 + - uid: 10183 + components: + - type: Transform + pos: -47.5,24.5 + parent: 2 + - uid: 11208 + components: + - type: Transform + pos: -28.5,66.5 + parent: 2 + - uid: 12058 + components: + - type: Transform + pos: 15.5,-13.5 + parent: 2 + - uid: 13083 + components: + - type: Transform + pos: 7.5,-34.5 + parent: 2 + - uid: 13977 + components: + - type: Transform + pos: 12.5,52.5 + parent: 2 + - uid: 14179 + components: + - type: Transform + pos: 4.5,35.5 + parent: 2 + - uid: 15528 + components: + - type: Transform + pos: -18.5,24.5 + parent: 2 + - uid: 15594 + components: + - type: Transform + pos: -8.5,28.5 + parent: 2 + - uid: 15770 + components: + - type: Transform + pos: -11.5,24.5 + parent: 2 + - uid: 16079 + components: + - type: Transform + pos: -10.5,39.5 + parent: 2 + - uid: 16554 + components: + - type: Transform + pos: -4.5,45.5 + parent: 2 + - uid: 17245 + components: + - type: Transform + pos: 13.5,89.5 + parent: 2 + - uid: 17270 + components: + - type: Transform + pos: 20.5,52.5 + parent: 2 + - uid: 17489 + components: + - type: Transform + pos: -29.5,-11.5 + parent: 2 + - uid: 17533 + components: + - type: Transform + pos: 25.5,10.5 + parent: 2 + - uid: 18162 + components: + - type: Transform + pos: -10.5,89.5 + parent: 2 + - uid: 22876 + components: + - type: Transform + pos: -34.5,32.5 + parent: 2 + - uid: 23198 + components: + - type: Transform + pos: -15.5,61.5 + parent: 2 + - uid: 23346 + components: + - type: Transform + pos: -50.5,-33.5 + parent: 2 + - uid: 25865 + components: + - type: Transform + pos: -29.5,71.5 + parent: 2 + - uid: 25866 + components: + - type: Transform + pos: -35.5,63.5 + parent: 2 + - uid: 26887 + components: + - type: Transform + pos: -23.5,22.5 + parent: 2 + - uid: 29342 + components: + - type: Transform + pos: -37.5,32.5 + parent: 2 + - uid: 29974 + components: + - type: Transform + pos: -52.5,-18.5 + parent: 2 + - uid: 30232 + components: + - type: Transform + pos: -57.5,22.5 + parent: 2 + - uid: 30331 + components: + - type: Transform + pos: 16.5,12.5 + parent: 2 + - uid: 30653 + components: + - type: Transform + pos: -4.5,32.5 + parent: 2 + - uid: 30667 + components: + - type: Transform + pos: 43.5,28.5 + parent: 2 + - uid: 30668 + components: + - type: Transform + pos: -9.5,-11.5 + parent: 2 + - uid: 30747 + components: + - type: Transform + pos: 47.5,34.5 + parent: 2 + - uid: 30793 + components: + - type: Transform + pos: -27.5,-25.5 + parent: 2 + - uid: 30796 + components: + - type: Transform + pos: -54.5,2.5 + parent: 2 + - uid: 30803 + components: + - type: Transform + pos: -69.5,15.5 + parent: 2 + - uid: 34571 + components: + - type: Transform + pos: -53.5,41.5 + parent: 2 + - uid: 35736 + components: + - type: Transform + pos: 85.5,49.5 + parent: 2 + - uid: 35769 + components: + - type: Transform + pos: 86.5,68.5 + parent: 2 + - uid: 36509 + components: + - type: Transform + pos: 56.5,78.5 + parent: 2 + - uid: 36723 + components: + - type: Transform + pos: 82.5,82.5 + parent: 2 + - uid: 36838 + components: + - type: Transform + pos: 72.5,71.5 + parent: 2 + - uid: 37505 + components: + - type: Transform + pos: -24.5,85.5 + parent: 2 + - uid: 37511 + components: + - type: Transform + pos: -24.5,88.5 + parent: 2 + - uid: 40509 + components: + - type: Transform + pos: -29.5,43.5 + parent: 2 + - uid: 40688 + components: + - type: Transform + pos: -23.5,71.5 + parent: 2 + - uid: 40902 + components: + - type: Transform + pos: -1.5,64.5 + parent: 2 + - uid: 41553 + components: + - type: Transform + pos: -5.5,83.5 + parent: 2 + - uid: 42903 + components: + - type: Transform + pos: 8.5,78.5 + parent: 2 + - uid: 42948 + components: + - type: Transform + pos: -87.5,12.5 + parent: 2 + - uid: 42949 + components: + - type: Transform + pos: -87.5,4.5 + parent: 2 + - uid: 43301 + components: + - type: Transform + pos: 35.5,63.5 + parent: 2 + - uid: 43302 + components: + - type: Transform + pos: 37.5,63.5 + parent: 2 + - uid: 43392 + components: + - type: Transform + pos: 50.5,64.5 + parent: 2 +- proto: DisposalYJunction + entities: + - uid: 16695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,-15.5 + parent: 2 + - uid: 16696 + components: + - type: Transform + pos: -32.5,20.5 + parent: 2 + - uid: 17073 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -84.5,8.5 + parent: 2 + - uid: 17200 + components: + - type: Transform + pos: -15.5,29.5 + parent: 2 + - uid: 17371 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,17.5 + parent: 2 + - uid: 17638 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,3.5 + parent: 2 + - uid: 19840 + components: + - type: Transform + pos: 1.5,89.5 + parent: 2 + - uid: 41509 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,64.5 + parent: 2 + - uid: 41530 + components: + - type: Transform + pos: -26.5,82.5 + parent: 2 +- proto: DogBed + entities: + - uid: 619 + components: + - type: Transform + pos: -4.5,-10.5 + parent: 2 + - uid: 1963 + components: + - type: Transform + pos: 12.5,29.5 + parent: 2 + - uid: 4454 + components: + - type: Transform + pos: -16.5,50.5 + parent: 2 + - uid: 5715 + components: + - type: Transform + pos: 43.5,25.5 + parent: 2 + - uid: 6111 + components: + - type: Transform + pos: 54.5,28.5 + parent: 2 + - uid: 6421 + components: + - type: Transform + pos: 80.5,-7.5 + parent: 2 + - uid: 15697 + components: + - type: Transform + pos: -9.5,25.5 + parent: 2 + - uid: 17716 + components: + - type: Transform + pos: 20.5,-35.5 + parent: 2 + - uid: 17717 + components: + - type: Transform + pos: 15.5,-35.5 + parent: 2 + - uid: 19373 + components: + - type: Transform + pos: -25.5,-20.5 + parent: 2 + - uid: 22277 + components: + - type: Transform + pos: 29.5,28.5 + parent: 2 + - uid: 23331 + components: + - type: Transform + pos: -68.5,-8.5 + parent: 2 + - uid: 23333 + components: + - type: Transform + pos: -68.5,-10.5 + parent: 2 + - uid: 25848 + components: + - type: Transform + pos: 43.5,29.5 + parent: 2 + - uid: 26209 + components: + - type: Transform + pos: 22.5,48.5 + parent: 2 + - uid: 28142 + components: + - type: Transform + pos: -50.5,-5.5 + parent: 2 + - uid: 28149 + components: + - type: Transform + pos: -49.5,-5.5 + parent: 2 + - uid: 31604 + components: + - type: Transform + pos: -59.5,26.5 + parent: 2 + - uid: 32340 + components: + - type: Transform + pos: -39.5,32.5 + parent: 2 +- proto: DonkpocketBoxSpawner + entities: + - uid: 5114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 94.5,55.5 + parent: 2 + - uid: 7428 + components: + - type: Transform + pos: -51.5,27.5 + parent: 2 + - uid: 9086 + components: + - type: Transform + pos: -16.5,-28.5 + parent: 2 + - uid: 15605 + components: + - type: Transform + pos: -11.5,28.5 + parent: 2 + - uid: 18454 + components: + - type: Transform + pos: -61.5,-1.5 + parent: 2 + - uid: 41138 + components: + - type: Transform + pos: -15.5,65.5 + parent: 2 +- proto: DoubleEmergencyNitrogenTankFilled + entities: + - uid: 702 + components: + - type: Transform + pos: 21.53933,24.612324 + parent: 2 + - type: GasTank + toggleActionEntity: 704 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 704 + - uid: 2985 + components: + - type: Transform + pos: 21.57058,24.651386 + parent: 2 + - type: GasTank + toggleActionEntity: 2991 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 2991 +- proto: DoubleEmergencyOxygenTank + entities: + - uid: 39768 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.64576,-51.03821 + parent: 2 + - uid: 39772 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.351288,-37.387856 + parent: 2 +- proto: DoubleEmergencyOxygenTankFilled + entities: + - uid: 706 + components: + - type: Transform + pos: 16.57058,24.643574 + parent: 2 + - type: GasTank + toggleActionEntity: 2072 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 2072 + - uid: 19351 + components: + - type: Transform + pos: 16.594017,24.557636 + parent: 2 + - type: GasTank + toggleActionEntity: 19362 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 19362 + - uid: 39767 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.91409,-37.724327 + parent: 2 + - uid: 39774 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.37366,-30.502665 + parent: 2 +- proto: DresserCaptainFilled + entities: + - uid: 10231 + components: + - type: Transform + pos: 21.5,48.5 + parent: 2 +- proto: DresserChiefEngineerFilled + entities: + - uid: 15103 + components: + - type: Transform + pos: -60.5,20.5 + parent: 2 +- proto: DresserChiefMedicalOfficerFilled + entities: + - uid: 7857 + components: + - type: Transform + pos: -8.5,-11.5 + parent: 2 +- proto: DresserFilled + entities: + - uid: 3403 + components: + - type: Transform + pos: -32.5,33.5 + parent: 2 + - uid: 4763 + components: + - type: Transform + pos: -75.5,0.5 + parent: 2 + - uid: 5434 + components: + - type: Transform + pos: 46.5,34.5 + parent: 2 + - uid: 10014 + components: + - type: Transform + pos: -79.5,-0.5 + parent: 2 + - uid: 11256 + components: + - type: Transform + pos: -71.5,0.5 + parent: 2 + - uid: 17742 + components: + - type: Transform + pos: -35.5,-28.5 + parent: 2 + - uid: 22088 + components: + - type: Transform + pos: 65.5,30.5 + parent: 2 + - uid: 26464 + components: + - type: Transform + pos: -31.5,89.5 + parent: 2 + - uid: 39980 + components: + - type: Transform + pos: -31.5,85.5 + parent: 2 + - uid: 39981 + components: + - type: Transform + pos: -31.5,81.5 + parent: 2 + - uid: 39987 + components: + - type: Transform + pos: -31.5,77.5 + parent: 2 +- proto: DresserHeadOfPersonnelFilled + entities: + - uid: 7327 + components: + - type: Transform + pos: 14.5,28.5 + parent: 2 +- proto: DresserHeadOfSecurityFilled + entities: + - uid: 22292 + components: + - type: Transform + pos: -4.5,35.5 + parent: 2 +- proto: DresserQuarterMasterFilled + entities: + - uid: 15112 + components: + - type: Transform + pos: -25.5,-25.5 + parent: 2 +- proto: DresserResearchDirectorFilled + entities: + - uid: 18806 + components: + - type: Transform + pos: 45.5,30.5 + parent: 2 +- proto: DresserWardenFilled + entities: + - uid: 438 + components: + - type: Transform + pos: -23.5,51.5 + parent: 2 +- proto: Drill + entities: + - uid: 36025 + components: + - type: Transform + pos: 64.54629,80.91518 + parent: 2 +- proto: DrinkAleGlass + entities: + - uid: 31416 + components: + - type: Transform + pos: -46.536232,-33.377792 + parent: 2 + - uid: 31421 + components: + - type: Transform + pos: -45.53415,-25.675467 + parent: 2 + - uid: 37580 + components: + - type: Transform + pos: -44.294193,-24.27334 + parent: 2 + - uid: 37581 + components: + - type: Transform + pos: -44.09888,-24.453028 + parent: 2 + - uid: 37582 + components: + - type: Transform + pos: -43.02857,-24.171778 + parent: 2 +- proto: DrinkBeerBottleFull + entities: + - uid: 211 + components: + - type: Transform + pos: -49.41746,21.835405 + parent: 2 +- proto: DrinkBeerglass + entities: + - uid: 5408 + components: + - type: Transform + pos: -8.064243,-45.50384 + parent: 2 + - uid: 6880 + components: + - type: Transform + pos: -7.931431,-45.199154 + parent: 2 + - uid: 19606 + components: + - type: Transform + pos: -37.258465,60.332344 + parent: 2 + - uid: 30694 + components: + - type: Transform + pos: -40.333614,67.27086 + parent: 2 +- proto: DrinkBloodGlass + entities: + - uid: 35345 + components: + - type: Transform + pos: 19.797998,85.03061 + parent: 2 + - uid: 35346 + components: + - type: Transform + pos: 19.172998,86.44467 + parent: 2 +- proto: DrinkBloodyMaryGlass + entities: + - uid: 424 + components: + - type: Transform + pos: -42.298717,64.82614 + parent: 2 +- proto: DrinkBottleBeer + entities: + - uid: 8355 + components: + - type: Transform + pos: -73.29047,3.1253412 + parent: 2 + - uid: 10095 + components: + - type: Transform + pos: -48.840324,22.104233 + parent: 2 + - uid: 10186 + components: + - type: Transform + pos: -47.07371,21.999468 + parent: 2 + - uid: 10188 + components: + - type: Transform + pos: -47.26121,22.366655 + parent: 2 + - uid: 11272 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -73.10297,2.6331537 + parent: 2 + - uid: 11273 + components: + - type: Transform + pos: -73.14984,3.0315912 + parent: 2 + - uid: 18367 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.41746,22.272905 + parent: 2 + - uid: 31423 + components: + - type: Transform + pos: -41.35446,-28.183279 + parent: 2 + - uid: 31429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.65915,-35.792652 + parent: 2 + - uid: 31431 + components: + - type: Transform + pos: -50.8154,-33.542652 + parent: 2 + - uid: 31443 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.447353,-32.14329 + parent: 2 + - uid: 31576 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.406116,-32.59924 + parent: 2 + - uid: 37584 + components: + - type: Transform + pos: -43.762943,-24.038965 + parent: 2 +- proto: DrinkBottleRum + entities: + - uid: 4725 + components: + - type: Transform + pos: -4.431958,26.423075 + parent: 2 +- proto: DrinkBottleWine + entities: + - uid: 4381 + components: + - type: Transform + pos: 61.698837,24.84039 + parent: 2 + - uid: 4382 + components: + - type: Transform + pos: 61.948837,24.887264 + parent: 2 + - uid: 9325 + components: + - type: Transform + pos: 55.7811,10.768181 + parent: 2 + - uid: 30032 + components: + - type: Transform + pos: 91.68901,18.844994 + parent: 2 + - uid: 36077 + components: + - type: Transform + pos: 24.341463,39.130955 + parent: 2 +- proto: DrinkBubbleTeaGlass + entities: + - uid: 7585 + components: + - type: Transform + pos: -42.676247,-17.17277 + parent: 2 + - uid: 11984 + components: + - type: Transform + pos: 15.938284,-36.098877 + parent: 2 + - uid: 18123 + components: + - type: Transform + pos: 15.610159,-36.317627 + parent: 2 + - uid: 31996 + components: + - type: Transform + pos: -41.39815,-35.199207 + parent: 2 + - uid: 37595 + components: + - type: Transform + pos: -45.044415,-28.162928 + parent: 2 +- proto: DrinkCartonMilk + entities: + - uid: 26725 + components: + - type: Transform + pos: -55.448647,-7.5990534 + parent: 2 +- proto: DrinkChampagneBottleFull + entities: + - uid: 27408 + components: + - type: Transform + pos: 34.67687,-10.322123 + parent: 2 +- proto: DrinkChocolateGlass + entities: + - uid: 341 + components: + - type: Transform + pos: -18.481709,7.7416625 + parent: 2 +- proto: DrinkCoffee + entities: + - uid: 1589 + components: + - type: Transform + pos: -8.423184,11.754102 + parent: 2 + - uid: 1590 + components: + - type: Transform + pos: -8.688809,11.863477 + parent: 2 + - uid: 5733 + components: + - type: Transform + pos: 59.395546,10.7205715 + parent: 2 + - uid: 6876 + components: + - type: Transform + pos: -9.496035,-25.091621 + parent: 2 + - uid: 6877 + components: + - type: Transform + pos: -28.145683,-20.579903 + parent: 2 + - uid: 14134 + components: + - type: Transform + pos: 13.325816,48.755283 + parent: 2 + - uid: 14135 + components: + - type: Transform + pos: 11.747691,47.70841 + parent: 2 + - uid: 14283 + components: + - type: Transform + pos: 13.624886,47.71295 + parent: 2 + - uid: 15745 + components: + - type: Transform + pos: -5.8907747,25.645412 + parent: 2 + - uid: 27962 + components: + - type: Transform + pos: 19.7411,47.67416 + parent: 2 +- proto: DrinkCoffeeLiqueurBottleFull + entities: + - uid: 14025 + components: + - type: Transform + pos: 8.778941,54.849033 + parent: 2 +- proto: DrinkCoffeeLiqueurGlass + entities: + - uid: 14132 + components: + - type: Transform + pos: 8.075816,54.911533 + parent: 2 +- proto: DrinkColaCanEmpty + entities: + - uid: 8158 + components: + - type: Transform + pos: 90.58504,72.47444 + parent: 2 + - uid: 8174 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 90.827225,72.201004 + parent: 2 + - uid: 31448 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.69821,-32.089527 + parent: 2 + - uid: 31461 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.416103,-35.713604 + parent: 2 + - uid: 31475 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.098648,-33.245777 + parent: 2 + - uid: 32052 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.423916,-33.54954 + parent: 2 + - uid: 32053 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.18173,-35.596416 + parent: 2 +- proto: DrinkEmeraldGlass + entities: + - uid: 14026 + components: + - type: Transform + pos: 6.560191,55.08341 + parent: 2 +- proto: DrinkFlask + entities: + - uid: 14195 + components: + - type: Transform + pos: 13.633378,48.80755 + parent: 2 +- proto: DrinkFlaskBar + entities: + - uid: 863 + components: + - type: Transform + pos: 14.628693,30.63074 + parent: 2 +- proto: DrinkGinGlass + entities: + - uid: 15106 + components: + - type: Transform + pos: 26.706886,48.66876 + parent: 2 +- proto: DrinkGlass + entities: + - uid: 422 + components: + - type: Transform + pos: -41.491917,64.68161 + parent: 2 + - uid: 19640 + components: + - type: Transform + pos: -44.37473,64.58786 + parent: 2 + - uid: 30906 + components: + - type: Transform + pos: -40.429417,66.259735 + parent: 2 + - uid: 31936 + components: + - type: Transform + pos: -41.71848,64.80661 + parent: 2 + - uid: 36449 + components: + - type: Transform + pos: 34.385204,-10.30129 + parent: 2 + - uid: 41852 + components: + - type: Transform + pos: -29.642546,69.25772 + parent: 2 + - uid: 41853 + components: + - type: Transform + pos: -29.462858,69.17178 + parent: 2 + - uid: 41854 + components: + - type: Transform + pos: -29.275358,69.28116 + parent: 2 +- proto: DrinkGlassCoupeShaped + entities: + - uid: 1175 + components: + - type: Transform + pos: -45.507618,-27.4783 + parent: 2 + - uid: 31210 + components: + - type: Transform + pos: -45.35918,-25.986113 + parent: 2 + - uid: 31211 + components: + - type: Transform + pos: -43.818047,-31.041252 + parent: 2 + - uid: 31239 + components: + - type: Transform + pos: -45.413868,-27.82205 + parent: 2 + - uid: 31424 + components: + - type: Transform + pos: -37.533817,-34.270958 + parent: 2 + - uid: 31844 + components: + - type: Transform + pos: -39.326733,-25.598675 + parent: 2 + - uid: 37590 + components: + - type: Transform + pos: -43.30982,-24.328028 + parent: 2 +- proto: DrinkGlassWhite + entities: + - uid: 23731 + components: + - type: Transform + pos: -55.62052,-8.309062 + parent: 2 +- proto: DrinkGoldenCup + entities: + - uid: 37626 + components: + - type: Transform + pos: 14.480022,29.187635 + parent: 2 +- proto: DrinkGrapeCan + entities: + - uid: 4163 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5454,-2.6209111 + parent: 2 +- proto: DrinkGreenTeaGlass + entities: + - uid: 934 + components: + - type: Transform + pos: -72.31412,5.791229 + parent: 2 +- proto: DrinkHosFlask + entities: + - uid: 14196 + components: + - type: Transform + pos: 6.2207565,48.757072 + parent: 2 +- proto: DrinkHotCoco + entities: + - uid: 5148 + components: + - type: Transform + pos: 71.64327,-18.151184 + parent: 2 + - uid: 5154 + components: + - type: Transform + pos: 71.56515,-18.44806 + parent: 2 + - uid: 5174 + components: + - type: Transform + pos: 69.51709,-15.36441 + parent: 2 + - uid: 5175 + components: + - type: Transform + pos: 71.9089,-18.35431 + parent: 2 + - uid: 6875 + components: + - type: Transform + pos: -16.307503,-29.685396 + parent: 2 +- proto: DrinkIceCreamGlass + entities: + - uid: 14271 + components: + - type: Transform + pos: 6.9146633,54.812767 + parent: 2 +- proto: DrinkIrishCarBomb + entities: + - uid: 36050 + components: + - type: Transform + pos: 31.363403,16.931152 + parent: 2 +- proto: DrinkMartiniGlass + entities: + - uid: 305 + components: + - type: Transform + pos: -41.47658,-28.071823 + parent: 2 + - uid: 6874 + components: + - type: Transform + pos: -16.682503,-29.451021 + parent: 2 +- proto: DrinkMelonLiquorBottleFull + entities: + - uid: 14024 + components: + - type: Transform + pos: 8.513316,54.77091 + parent: 2 +- proto: DrinkMug + entities: + - uid: 30255 + components: + - type: Transform + pos: -69.75948,-8.812053 + parent: 2 + - uid: 30256 + components: + - type: Transform + pos: -68.954796,-8.374553 + parent: 2 + - uid: 30258 + components: + - type: Transform + pos: -67.298546,-10.890178 + parent: 2 + - uid: 30259 + components: + - type: Transform + pos: -67.08761,-8.351115 + parent: 2 +- proto: DrinkMugBlack + entities: + - uid: 6574 + components: + - type: Transform + pos: -9.616484,-29.210121 + parent: 2 + - uid: 23334 + components: + - type: Transform + pos: -68.34542,-9.30424 + parent: 2 +- proto: DrinkMugBlue + entities: + - uid: 23503 + components: + - type: Transform + pos: -68.223656,-9.484647 + parent: 2 +- proto: DrinkMugDog + entities: + - uid: 9095 + components: + - type: Transform + pos: -21.257107,-9.8862705 + parent: 2 + - uid: 23534 + components: + - type: Transform + pos: -67.99386,-10.038615 + parent: 2 +- proto: DrinkMugGreen + entities: + - uid: 23833 + components: + - type: Transform + pos: -68.61886,-9.952678 + parent: 2 +- proto: DrinkMugHeart + entities: + - uid: 2394 + components: + - type: Transform + pos: -9.301994,-28.342934 + parent: 2 + - uid: 24931 + components: + - type: Transform + pos: -67.861046,-9.14799 + parent: 2 +- proto: DrinkMugMetal + entities: + - uid: 23951 + components: + - type: Transform + pos: -68.60323,-9.413615 + parent: 2 +- proto: DrinkMugMoebius + entities: + - uid: 27574 + components: + - type: Transform + pos: -69.017296,-9.39799 + parent: 2 +- proto: DrinkMugOne + entities: + - uid: 1372 + components: + - type: Transform + pos: -28.767122,-9.249852 + parent: 2 + - uid: 22533 + components: + - type: Transform + pos: -68.63448,-9.163615 + parent: 2 +- proto: DrinkMugRainbow + entities: + - uid: 29188 + components: + - type: Transform + pos: -67.56417,-10.421428 + parent: 2 +- proto: DrinkMugRed + entities: + - uid: 29977 + components: + - type: Transform + pos: -69.298546,-10.546428 + parent: 2 +- proto: DrinkPinaColadaGlass + entities: + - uid: 42173 + components: + - type: Transform + pos: 5.801569,75.25018 + parent: 2 +- proto: DrinkRootBeerCan + entities: + - uid: 6902 + components: + - type: Transform + pos: 49.539467,-21.352646 + parent: 2 +- proto: DrinkRumBottleFull + entities: + - uid: 19403 + components: + - type: Transform + pos: 24.45865,39.64658 + parent: 2 + - uid: 34172 + components: + - type: Transform + pos: 24.6774,39.27158 + parent: 2 +- proto: DrinkScrewdriverCocktailGlass + entities: + - uid: 10153 + components: + - type: Transform + pos: -49.61252,21.717377 + parent: 2 +- proto: DrinkShaker + entities: + - uid: 1328 + components: + - type: Transform + pos: -35.480297,-26.510668 + parent: 2 + - uid: 2021 + components: + - type: Transform + pos: -35.324047,-26.260668 + parent: 2 + - uid: 2557 + components: + - type: Transform + pos: -35.636547,-26.182543 + parent: 2 + - uid: 17764 + components: + - type: Transform + pos: -44.514233,-28.215862 + parent: 2 +- proto: DrinkShinyFlask + entities: + - uid: 14183 + components: + - type: Transform + pos: 6.4358735,55.832787 + parent: 2 +- proto: DrinkShotGlass + entities: + - uid: 3996 + components: + - type: Transform + pos: 52.481697,21.912735 + parent: 2 + - uid: 4391 + components: + - type: Transform + pos: 59.659588,24.648193 + parent: 2 + - uid: 4392 + components: + - type: Transform + pos: 55.722088,24.710693 + parent: 2 + - uid: 4393 + components: + - type: Transform + pos: 55.293804,24.667433 + parent: 2 + - uid: 4394 + components: + - type: Transform + pos: 56.261337,10.434139 + parent: 2 + - uid: 4395 + components: + - type: Transform + pos: 56.136337,10.684139 + parent: 2 + - uid: 4396 + components: + - type: Transform + pos: 62.230087,24.68414 + parent: 2 + - uid: 4397 + components: + - type: Transform + pos: 64.54259,24.74664 + parent: 2 + - uid: 4398 + components: + - type: Transform + pos: 64.12071,24.856014 + parent: 2 + - uid: 4399 + components: + - type: Transform + pos: 64.30821,24.512264 + parent: 2 + - uid: 14184 + components: + - type: Transform + pos: 7.865423,54.562023 + parent: 2 + - uid: 14221 + components: + - type: Transform + pos: 7.662298,54.7339 + parent: 2 + - uid: 14222 + components: + - type: Transform + pos: 7.521673,54.4839 + parent: 2 + - uid: 14223 + components: + - type: Transform + pos: 11.740423,54.718273 + parent: 2 + - uid: 14224 + components: + - type: Transform + pos: 13.268022,56.144814 + parent: 2 + - uid: 14225 + components: + - type: Transform + pos: 6.4082565,48.569572 + parent: 2 + - uid: 14226 + components: + - type: Transform + pos: 6.427923,55.39015 + parent: 2 + - uid: 19368 + components: + - type: Transform + pos: 64.0311,10.580681 + parent: 2 + - uid: 19672 + components: + - type: Transform + pos: -4.6741457,25.899637 + parent: 2 + - uid: 22419 + components: + - type: Transform + pos: 52.482483,14.687466 + parent: 2 + - uid: 30908 + components: + - type: Transform + pos: -40.47424,67.01305 + parent: 2 + - uid: 30909 + components: + - type: Transform + pos: -40.41174,64.99742 + parent: 2 + - uid: 31048 + components: + - type: Transform + pos: -41.841427,64.38805 + parent: 2 + - uid: 31414 + components: + - type: Transform + pos: -44.654858,-28.403362 + parent: 2 + - uid: 31422 + components: + - type: Transform + pos: -39.72517,-25.7393 + parent: 2 + - uid: 31425 + components: + - type: Transform + pos: -47.50642,-34.15377 + parent: 2 + - uid: 31426 + components: + - type: Transform + pos: -47.647045,-33.989708 + parent: 2 + - uid: 31427 + components: + - type: Transform + pos: -36.60143,-33.23205 + parent: 2 + - uid: 31428 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.82018,-33.38049 + parent: 2 + - uid: 31578 + components: + - type: Transform + pos: -37.287735,-34.380333 + parent: 2 + - uid: 31579 + components: + - type: Transform + pos: -46.25642,-33.614708 + parent: 2 + - uid: 31596 + components: + - type: Transform + pos: -47.420483,-33.161583 + parent: 2 + - uid: 31607 + components: + - type: Transform + pos: -45.623608,-27.911175 + parent: 2 + - uid: 31608 + components: + - type: Transform + pos: -41.811108,-28.286175 + parent: 2 + - uid: 31610 + components: + - type: Transform + pos: -41.654858,-28.4893 + parent: 2 + - uid: 31761 + components: + - type: Transform + pos: -39.53767,-25.848675 + parent: 2 + - uid: 31793 + components: + - type: Transform + pos: -44.6383,64.78648 + parent: 2 + - uid: 37583 + components: + - type: Transform + pos: -42.09107,-24.406153 + parent: 2 + - uid: 37703 + components: + - type: Transform + pos: -40.76019,34.644913 + parent: 2 + - uid: 40072 + components: + - type: Transform + pos: -4.4241457,25.7512 + parent: 2 +- proto: DrinkTeacup + entities: + - uid: 11983 + components: + - type: Transform + pos: 14.508596,-36.35669 + parent: 2 + - uid: 12107 + components: + - type: Transform + pos: 16.438284,-36.395752 + parent: 2 + - uid: 12108 + components: + - type: Transform + pos: 14.703909,-36.54419 + parent: 2 +- proto: DrinkTeapot + entities: + - uid: 19338 + components: + - type: Transform + pos: 14.907034,-36.184814 + parent: 2 +- proto: DrinkVacuumFlask + entities: + - uid: 6505 + components: + - type: Transform + pos: -10.405086,-45.31634 + parent: 2 + - uid: 6871 + components: + - type: Transform + pos: -10.155086,-45.21478 + parent: 2 + - uid: 6872 + components: + - type: Transform + pos: -10.155086,-45.47259 + parent: 2 + - uid: 14182 + components: + - type: Transform + pos: 6.681694,48.803947 + parent: 2 + - uid: 14186 + components: + - type: Transform + pos: 13.372372,55.322933 + parent: 2 + - uid: 14187 + components: + - type: Transform + pos: 20.809872,59.729183 + parent: 2 + - uid: 38788 + components: + - type: Transform + pos: -58.701424,13.672134 + parent: 2 +- proto: DrinkVodkaGlass + entities: + - uid: 6879 + components: + - type: Transform + pos: -8.998836,-45.28509 + parent: 2 +- proto: DrinkVodkaMartiniGlass + entities: + - uid: 19446 + components: + - type: Transform + pos: -36.364998,67.9886 + parent: 2 + - uid: 30907 + components: + - type: Transform + pos: -40.62473,66.15817 + parent: 2 +- proto: DrinkWaterBottleFull + entities: + - uid: 1066 + components: + - type: Transform + pos: -3.5185523,63.739227 + parent: 2 + - uid: 1509 + components: + - type: Transform + pos: 23.859219,9.6096325 + parent: 2 + - uid: 2157 + components: + - type: Transform + pos: -2.2029438,13.313014 + parent: 2 + - uid: 2158 + components: + - type: Transform + pos: -2.097475,13.078639 + parent: 2 + - uid: 2159 + components: + - type: Transform + pos: -5.7420063,12.234889 + parent: 2 + - uid: 2160 + components: + - type: Transform + pos: -16.607666,16.851425 + parent: 2 + - uid: 2161 + components: + - type: Transform + pos: -22.659609,-0.2937311 + parent: 2 + - uid: 2163 + components: + - type: Transform + pos: -6.0312343,-7.1332846 + parent: 2 + - uid: 2164 + components: + - type: Transform + pos: 23.681442,-7.3176365 + parent: 2 + - uid: 2166 + components: + - type: Transform + pos: 19.27308,-1.0794085 + parent: 2 + - uid: 3156 + components: + - type: Transform + pos: -10.491733,59.5895 + parent: 2 + - uid: 6882 + components: + - type: Transform + pos: -16.211864,-27.754347 + parent: 2 + - uid: 6883 + components: + - type: Transform + pos: -16.422802,-27.63716 + parent: 2 + - uid: 6884 + components: + - type: Transform + pos: -30.24727,-23.149424 + parent: 2 + - uid: 6886 + components: + - type: Transform + pos: -8.402737,11.953521 + parent: 2 + - uid: 6888 + components: + - type: Transform + pos: 12.157425,-0.0065407753 + parent: 2 + - uid: 6889 + components: + - type: Transform + pos: 35.883076,23.934422 + parent: 2 + - uid: 6890 + components: + - type: Transform + pos: 36.058857,23.910984 + parent: 2 + - uid: 6891 + components: + - type: Transform + pos: 42.369057,40.080235 + parent: 2 + - uid: 6894 + components: + - type: Transform + pos: 66.69813,18.38042 + parent: 2 + - uid: 6903 + components: + - type: Transform + pos: 42.32843,-21.096277 + parent: 2 + - uid: 6904 + components: + - type: Transform + pos: 42.492493,-21.049402 + parent: 2 + - uid: 6905 + components: + - type: Transform + pos: 43.312805,-21.143152 + parent: 2 + - uid: 8778 + components: + - type: Transform + pos: -51.371788,26.617767 + parent: 2 + - uid: 8794 + components: + - type: Transform + pos: -51.53585,26.805267 + parent: 2 + - uid: 8903 + components: + - type: Transform + pos: -51.282017,27.068794 + parent: 2 + - uid: 9529 + components: + - type: Transform + pos: 50.701126,47.789406 + parent: 2 + - uid: 9530 + components: + - type: Transform + pos: 35.149734,46.89878 + parent: 2 + - uid: 9531 + components: + - type: Transform + pos: 50.513626,47.94175 + parent: 2 + - uid: 15576 + components: + - type: Transform + pos: 5.2306337,7.556245 + parent: 2 + - uid: 15602 + components: + - type: Transform + pos: -11.415034,28.934925 + parent: 2 + - uid: 15603 + components: + - type: Transform + pos: -11.243159,28.747425 + parent: 2 + - uid: 16532 + components: + - type: Transform + pos: -9.258633,46.43786 + parent: 2 + - uid: 16548 + components: + - type: Transform + pos: -14.646604,7.7885375 + parent: 2 + - uid: 16996 + components: + - type: Transform + pos: -58.924885,13.838816 + parent: 2 + - uid: 17134 + components: + - type: Transform + pos: -9.444924,63.729103 + parent: 2 + - uid: 18012 + components: + - type: Transform + pos: -10.601108,58.456688 + parent: 2 + - uid: 19191 + components: + - type: Transform + pos: -21.016472,33.727036 + parent: 2 + - uid: 19350 + components: + - type: Transform + pos: -17.032097,33.74266 + parent: 2 + - uid: 20021 + components: + - type: Transform + pos: -58.629147,-4.080635 + parent: 2 + - uid: 20022 + components: + - type: Transform + pos: -58.42602,-4.268135 + parent: 2 + - uid: 20023 + components: + - type: Transform + pos: -73.270096,15.050253 + parent: 2 + - uid: 20024 + components: + - type: Transform + pos: -78.01136,3.844942 + parent: 2 + - uid: 20025 + components: + - type: Transform + pos: -78.23011,3.798067 + parent: 2 + - uid: 21749 + components: + - type: Transform + pos: -10.461758,54.37536 + parent: 2 + - uid: 22887 + components: + - type: Transform + pos: -20.309834,7.8354125 + parent: 2 + - uid: 23175 + components: + - type: Transform + pos: -32.643684,75.93962 + parent: 2 + - uid: 27314 + components: + - type: Transform + pos: 5.8279686,15.867445 + parent: 2 + - uid: 36462 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.691216,84.55502 + parent: 2 + - uid: 39609 + components: + - type: Transform + pos: 59.46791,-2.5037236 + parent: 2 + - uid: 40600 + components: + - type: Transform + pos: -21.47717,61.892967 + parent: 2 + - uid: 40601 + components: + - type: Transform + pos: -23.672483,69.076385 + parent: 2 + - uid: 41141 + components: + - type: Transform + pos: -15.553871,65.19061 + parent: 2 + - uid: 41142 + components: + - type: Transform + pos: -15.350746,65.03436 + parent: 2 + - uid: 42990 + components: + - type: Transform + pos: -90.647705,-1.1146753 + parent: 2 + - uid: 42991 + components: + - type: Transform + pos: -90.41333,-1.3959253 + parent: 2 + - uid: 42992 + components: + - type: Transform + pos: -91.46802,18.911171 + parent: 2 + - uid: 42993 + components: + - type: Transform + pos: -91.303955,18.723671 + parent: 2 + - uid: 43912 + components: + - type: Transform + pos: -13.325514,-9.309575 + parent: 2 +- proto: DrinkWaterCup + entities: + - uid: 1620 + components: + - type: Transform + pos: -7.3726897,9.759173 + parent: 2 + - uid: 1637 + components: + - type: Transform + pos: -7.5680027,9.610736 + parent: 2 + - uid: 3252 + components: + - type: Transform + pos: -24.320616,25.523916 + parent: 2 + - uid: 3372 + components: + - type: Transform + pos: -28.406553,25.695791 + parent: 2 + - uid: 3886 + components: + - type: Transform + pos: -24.406553,25.711416 + parent: 2 + - uid: 4061 + components: + - type: Transform + pos: -28.30499,25.602041 + parent: 2 + - uid: 5440 + components: + - type: Transform + pos: 35.471233,30.825348 + parent: 2 + - uid: 5441 + components: + - type: Transform + pos: 35.729046,30.673004 + parent: 2 + - uid: 5442 + components: + - type: Transform + pos: 35.49467,30.544098 + parent: 2 + - uid: 6637 + components: + - type: Transform + pos: -12.421077,-27.249714 + parent: 2 + - uid: 6638 + components: + - type: Transform + pos: -12.655452,-27.273151 + parent: 2 + - uid: 6639 + components: + - type: Transform + pos: -12.549983,-27.437214 + parent: 2 + - uid: 8717 + components: + - type: Transform + pos: -36.376575,25.684874 + parent: 2 + - uid: 8720 + components: + - type: Transform + pos: -36.251575,25.559874 + parent: 2 + - uid: 9103 + components: + - type: Transform + pos: -32.251575,25.802061 + parent: 2 + - uid: 13350 + components: + - type: Transform + pos: -73.455475,14.607613 + parent: 2 + - uid: 14107 + components: + - type: Transform + pos: -73.62735,14.732613 + parent: 2 + - uid: 15339 + components: + - type: Transform + pos: -32.150013,25.637999 + parent: 2 + - uid: 18450 + components: + - type: Transform + pos: -62.57993,-2.9988308 + parent: 2 + - uid: 18451 + components: + - type: Transform + pos: -62.36118,-3.2019558 + parent: 2 + - uid: 18452 + components: + - type: Transform + pos: -62.470554,-1.4050808 + parent: 2 + - uid: 26731 + components: + - type: Transform + pos: -53.557423,-12.297792 + parent: 2 + - uid: 27390 + components: + - type: Transform + pos: -53.432423,-12.461855 + parent: 2 + - uid: 36463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.534966,86.43002 + parent: 2 + - uid: 36601 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 100.70225,61.678776 + parent: 2 + - uid: 36602 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 100.89756,61.420963 + parent: 2 + - uid: 41152 + components: + - type: Transform + pos: -11.690194,62.72144 + parent: 2 + - uid: 41153 + components: + - type: Transform + pos: -11.518319,62.612064 + parent: 2 +- proto: DrinkWhiskeyBottleFull + entities: + - uid: 14216 + components: + - type: Transform + pos: 11.267387,54.929844 + parent: 2 + - uid: 14217 + components: + - type: Transform + pos: 13.580522,56.44169 + parent: 2 + - uid: 21262 + components: + - type: Transform + pos: -40.994564,34.85585 + parent: 2 + - uid: 43939 + components: + - type: MetaData + desc: For the captain who needs a little cry now and then. + name: ramona's sorrowful brew + - type: Transform + pos: 32.913235,57.7799 + parent: 2 +- proto: DrinkWhiskeyGlass + entities: + - uid: 5430 + components: + - type: Transform + pos: 49.604153,34.24876 + parent: 2 + - uid: 14218 + components: + - type: Transform + pos: 13.611772,56.00419 + parent: 2 + - uid: 43900 + components: + - type: Transform + pos: 32.780422,57.303337 + parent: 2 +- proto: DrinkWineGlass + entities: + - uid: 343 + components: + - type: Transform + pos: 64.3436,10.877556 + parent: 2 + - uid: 1091 + components: + - type: Transform + pos: 64.542046,10.599171 + parent: 2 + - uid: 4386 + components: + - type: Transform + pos: 63.386337,24.731014 + parent: 2 + - uid: 30031 + components: + - type: Transform + pos: 91.360886,18.469994 + parent: 2 + - uid: 30035 + components: + - type: Transform + pos: 91.767136,16.985619 + parent: 2 +- proto: Dropper + entities: + - uid: 2102 + components: + - type: Transform + pos: 20.080997,-1.4524239 + parent: 2 + - uid: 2103 + components: + - type: Transform + pos: 20.161423,-1.3571143 + parent: 2 + - uid: 2194 + components: + - type: Transform + pos: 15.63699,-10.653372 + parent: 2 + - uid: 2195 + components: + - type: Transform + pos: 15.519802,-10.536184 + parent: 2 + - uid: 5281 + components: + - type: Transform + pos: 26.24058,29.633816 + parent: 2 + - uid: 5282 + components: + - type: Transform + pos: 42.38003,40.259502 + parent: 2 + - uid: 8881 + components: + - type: Transform + pos: 12.421215,-0.5865078 + parent: 2 + - uid: 27351 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.703722,2.094451 + parent: 2 + - uid: 32953 + components: + - type: Transform + pos: 66.57227,81.797455 + parent: 2 + - uid: 36122 + components: + - type: Transform + pos: 66.74415,81.50058 + parent: 2 + - uid: 36124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 73.24415,82.53183 + parent: 2 + - uid: 36139 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.94727,85.31308 + parent: 2 + - uid: 36827 + components: + - type: Transform + pos: 66.4365,72.72484 + parent: 2 + - uid: 36865 + components: + - type: Transform + pos: 71.553635,72.590164 + parent: 2 +- proto: ElectricGuitarInstrument + entities: + - uid: 37618 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.091717,-31.142677 + parent: 2 +- proto: EmergencyLight + entities: + - uid: 216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,-18.5 + parent: 2 + - uid: 750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-27.5 + parent: 2 + - uid: 1210 + components: + - type: Transform + pos: 35.5,-13.5 + parent: 2 + - uid: 1766 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-18.5 + parent: 2 + - uid: 2848 + components: + - type: Transform + pos: -68.5,-5.5 + parent: 2 + - uid: 2959 + components: + - type: Transform + pos: -76.5,5.5 + parent: 2 + - uid: 3033 + components: + - type: Transform + pos: -96.5,12.5 + parent: 2 + - uid: 3061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,-18.5 + parent: 2 + - uid: 3138 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-26.5 + parent: 2 + - uid: 3146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,-25.5 + parent: 2 + - uid: 3529 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -76.5,7.5 + parent: 2 + - uid: 4130 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -82.5,-14.5 + parent: 2 + - uid: 4378 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,21.5 + parent: 2 + - uid: 4575 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,-23.5 + parent: 2 + - uid: 4892 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 23.5,-20.5 + parent: 2 + - uid: 5703 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -106.5,-9.5 + parent: 2 + - uid: 6285 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -94.5,23.5 + parent: 2 + - uid: 6948 + components: + - type: Transform + pos: -64.5,24.5 + parent: 2 + - uid: 7268 + components: + - type: Transform + pos: -106.5,26.5 + parent: 2 + - uid: 7886 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,4.5 + parent: 2 + - uid: 7928 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -73.5,1.5 + parent: 2 + - uid: 9152 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,1.5 + parent: 2 + - uid: 10022 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,1.5 + parent: 2 + - uid: 10215 + components: + - type: Transform + pos: -39.5,36.5 + parent: 2 + - uid: 11400 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-15.5 + parent: 2 + - uid: 11407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -107.5,6.5 + parent: 2 + - uid: 11471 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,13.5 + parent: 2 + - uid: 11472 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,21.5 + parent: 2 + - uid: 12325 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,-29.5 + parent: 2 + - uid: 13772 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-9.5 + parent: 2 + - uid: 14055 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,46.5 + parent: 2 + - uid: 14092 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,36.5 + parent: 2 + - uid: 14278 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,26.5 + parent: 2 + - uid: 14362 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,73.5 + parent: 2 + - uid: 15143 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-18.5 + parent: 2 + - uid: 15147 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,-16.5 + parent: 2 + - uid: 15149 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,13.5 + parent: 2 + - uid: 15151 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,18.5 + parent: 2 + - uid: 15171 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,7.5 + parent: 2 + - uid: 15174 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-0.5 + parent: 2 + - uid: 15184 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,-11.5 + parent: 2 + - uid: 15186 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,-11.5 + parent: 2 + - uid: 15187 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,0.5 + parent: 2 + - uid: 15189 + components: + - type: Transform + pos: -14.5,-33.5 + parent: 2 + - uid: 15199 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-44.5 + parent: 2 + - uid: 15216 + components: + - type: Transform + pos: -8.5,-40.5 + parent: 2 + - uid: 15218 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,15.5 + parent: 2 + - uid: 15220 + components: + - type: Transform + pos: -77.5,1.5 + parent: 2 + - uid: 15221 + components: + - type: Transform + pos: -81.5,1.5 + parent: 2 + - uid: 15639 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,0.5 + parent: 2 + - uid: 15718 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,4.5 + parent: 2 + - uid: 15719 + components: + - type: Transform + pos: -61.5,-1.5 + parent: 2 + - uid: 15954 + components: + - type: Transform + pos: 64.5,24.5 + parent: 2 + - uid: 15955 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,10.5 + parent: 2 + - uid: 15956 + components: + - type: Transform + pos: 49.5,26.5 + parent: 2 + - uid: 15957 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,29.5 + parent: 2 + - uid: 15998 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-2.5 + parent: 2 + - uid: 17803 + components: + - type: Transform + pos: -32.5,52.5 + parent: 2 + - uid: 17841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-31.5 + parent: 2 + - uid: 17842 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-16.5 + parent: 2 + - uid: 17844 + components: + - type: Transform + pos: -23.5,46.5 + parent: 2 + - uid: 18187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,32.5 + parent: 2 + - uid: 18527 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,14.5 + parent: 2 + - uid: 19884 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,50.5 + parent: 2 + - uid: 20034 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,-9.5 + parent: 2 + - uid: 21254 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,28.5 + parent: 2 + - uid: 21933 + components: + - type: Transform + pos: -51.5,-6.5 + parent: 2 + - uid: 22059 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -94.5,-8.5 + parent: 2 + - uid: 22083 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -69.5,1.5 + parent: 2 + - uid: 22534 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.5,21.5 + parent: 2 + - uid: 23069 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,9.5 + parent: 2 + - uid: 23099 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,10.5 + parent: 2 + - uid: 23118 + components: + - type: Transform + pos: -16.5,-0.5 + parent: 2 + - uid: 23125 + components: + - type: Transform + pos: -22.5,-0.5 + parent: 2 + - uid: 23131 + components: + - type: Transform + pos: -18.5,22.5 + parent: 2 + - uid: 23362 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,74.5 + parent: 2 + - uid: 25693 + components: + - type: Transform + pos: 42.5,64.5 + parent: 2 + - uid: 25947 + components: + - type: Transform + pos: -24.5,39.5 + parent: 2 + - uid: 28796 + components: + - type: Transform + pos: -9.5,14.5 + parent: 2 + - uid: 28798 + components: + - type: Transform + pos: -18.5,13.5 + parent: 2 + - uid: 28799 + components: + - type: Transform + pos: -28.5,13.5 + parent: 2 + - uid: 28800 + components: + - type: Transform + pos: -33.5,16.5 + parent: 2 + - uid: 28804 + components: + - type: Transform + pos: -28.5,-4.5 + parent: 2 + - uid: 28809 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-8.5 + parent: 2 + - uid: 28810 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-10.5 + parent: 2 + - uid: 28812 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-4.5 + parent: 2 + - uid: 28814 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,25.5 + parent: 2 + - uid: 28815 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,34.5 + parent: 2 + - uid: 28819 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,71.5 + parent: 2 + - uid: 28836 + components: + - type: Transform + pos: -29.5,62.5 + parent: 2 + - uid: 28843 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,56.5 + parent: 2 + - uid: 28849 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-19.5 + parent: 2 + - uid: 28850 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,52.5 + parent: 2 + - uid: 28851 + components: + - type: Transform + pos: 16.5,59.5 + parent: 2 + - uid: 28852 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,53.5 + parent: 2 + - uid: 28861 + components: + - type: Transform + pos: 13.5,50.5 + parent: 2 + - uid: 28862 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,45.5 + parent: 2 + - uid: 28863 + components: + - type: Transform + pos: 15.5,43.5 + parent: 2 + - uid: 28864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,40.5 + parent: 2 + - uid: 28865 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,40.5 + parent: 2 + - uid: 28866 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,35.5 + parent: 2 + - uid: 28867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,32.5 + parent: 2 + - uid: 28868 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 23.5,27.5 + parent: 2 + - uid: 28869 + components: + - type: Transform + pos: 23.5,21.5 + parent: 2 + - uid: 28870 + components: + - type: Transform + pos: 30.5,33.5 + parent: 2 + - uid: 28872 + components: + - type: Transform + pos: 33.5,44.5 + parent: 2 + - uid: 28875 + components: + - type: Transform + pos: 38.5,49.5 + parent: 2 + - uid: 28876 + components: + - type: Transform + pos: 46.5,49.5 + parent: 2 + - uid: 28879 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,56.5 + parent: 2 + - uid: 28880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 56.5,50.5 + parent: 2 + - uid: 28881 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,46.5 + parent: 2 + - uid: 28882 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,46.5 + parent: 2 + - uid: 28883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,46.5 + parent: 2 + - uid: 28888 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,32.5 + parent: 2 + - uid: 28889 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,32.5 + parent: 2 + - uid: 28890 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,28.5 + parent: 2 + - uid: 28893 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,23.5 + parent: 2 + - uid: 28896 + components: + - type: Transform + pos: 36.5,30.5 + parent: 2 + - uid: 28897 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,34.5 + parent: 2 + - uid: 28898 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,42.5 + parent: 2 + - uid: 28899 + components: + - type: Transform + pos: 29.5,30.5 + parent: 2 + - uid: 28905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,9.5 + parent: 2 + - uid: 28906 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,2.5 + parent: 2 + - uid: 28922 + components: + - type: Transform + pos: -35.5,-13.5 + parent: 2 + - uid: 28923 + components: + - type: Transform + pos: -43.5,-9.5 + parent: 2 + - uid: 28924 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,-1.5 + parent: 2 + - uid: 28935 + components: + - type: Transform + pos: -3.5,21.5 + parent: 2 + - uid: 28936 + components: + - type: Transform + pos: 10.5,25.5 + parent: 2 + - uid: 28937 + components: + - type: Transform + pos: 6.5,30.5 + parent: 2 + - uid: 28938 + components: + - type: Transform + pos: 13.5,30.5 + parent: 2 + - uid: 28939 + components: + - type: Transform + pos: 19.5,30.5 + parent: 2 + - uid: 28948 + components: + - type: Transform + pos: 20.5,7.5 + parent: 2 + - uid: 28954 + components: + - type: Transform + pos: 31.5,16.5 + parent: 2 + - uid: 28962 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-10.5 + parent: 2 + - uid: 28976 + components: + - type: Transform + pos: 27.5,-1.5 + parent: 2 + - uid: 28983 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-5.5 + parent: 2 + - uid: 28989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,-4.5 + parent: 2 + - uid: 28990 + components: + - type: Transform + pos: -9.5,-18.5 + parent: 2 + - uid: 28991 + components: + - type: Transform + pos: -18.5,-18.5 + parent: 2 + - uid: 28992 + components: + - type: Transform + pos: -28.5,-18.5 + parent: 2 + - uid: 28993 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-24.5 + parent: 2 + - uid: 29000 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-28.5 + parent: 2 + - uid: 29002 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-24.5 + parent: 2 + - uid: 29003 + components: + - type: Transform + pos: -16.5,-23.5 + parent: 2 + - uid: 29005 + components: + - type: Transform + pos: -2.5,-27.5 + parent: 2 + - uid: 29008 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-38.5 + parent: 2 + - uid: 29009 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-38.5 + parent: 2 + - uid: 29014 + components: + - type: Transform + pos: 8.5,-50.5 + parent: 2 + - uid: 29015 + components: + - type: Transform + pos: -5.5,-50.5 + parent: 2 + - uid: 29020 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,-44.5 + parent: 2 + - uid: 29035 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-29.5 + parent: 2 + - uid: 29047 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,-35.5 + parent: 2 + - uid: 29050 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-19.5 + parent: 2 + - uid: 29051 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -65.5,-17.5 + parent: 2 + - uid: 29055 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,-1.5 + parent: 2 + - uid: 29059 + components: + - type: Transform + pos: -68.5,-2.5 + parent: 2 + - uid: 29063 + components: + - type: Transform + pos: -81.5,4.5 + parent: 2 + - uid: 29066 + components: + - type: Transform + pos: -70.5,11.5 + parent: 2 + - uid: 29067 + components: + - type: Transform + pos: -71.5,17.5 + parent: 2 + - uid: 29078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,40.5 + parent: 2 + - uid: 29102 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,25.5 + parent: 2 + - uid: 29103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,25.5 + parent: 2 + - uid: 29106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,28.5 + parent: 2 + - uid: 29107 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,33.5 + parent: 2 + - uid: 29108 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,33.5 + parent: 2 + - uid: 29109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,29.5 + parent: 2 + - uid: 29110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,24.5 + parent: 2 + - uid: 29111 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,26.5 + parent: 2 + - uid: 29114 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,34.5 + parent: 2 + - uid: 29115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,36.5 + parent: 2 + - uid: 29116 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,38.5 + parent: 2 + - uid: 29124 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,40.5 + parent: 2 + - uid: 29133 + components: + - type: Transform + pos: -9.5,30.5 + parent: 2 + - uid: 29149 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,7.5 + parent: 2 + - uid: 29150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,6.5 + parent: 2 + - uid: 29151 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,7.5 + parent: 2 + - uid: 29160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,12.5 + parent: 2 + - uid: 29161 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,2.5 + parent: 2 + - uid: 29195 + components: + - type: Transform + pos: 54.5,4.5 + parent: 2 + - uid: 29197 + components: + - type: Transform + pos: -59.5,-6.5 + parent: 2 + - uid: 29203 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,-1.5 + parent: 2 + - uid: 29207 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,-12.5 + parent: 2 + - uid: 29209 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,-31.5 + parent: 2 + - uid: 29215 + components: + - type: Transform + pos: 30.5,-23.5 + parent: 2 + - uid: 29216 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-32.5 + parent: 2 + - uid: 29218 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-27.5 + parent: 2 + - uid: 29219 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-28.5 + parent: 2 + - uid: 29222 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-34.5 + parent: 2 + - uid: 29227 + components: + - type: Transform + pos: 73.5,-20.5 + parent: 2 + - uid: 29228 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,-17.5 + parent: 2 + - uid: 29232 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 78.5,1.5 + parent: 2 + - uid: 29233 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,-2.5 + parent: 2 + - uid: 29236 + components: + - type: Transform + pos: 74.5,-13.5 + parent: 2 + - uid: 29239 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,-27.5 + parent: 2 + - uid: 29242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-9.5 + parent: 2 + - uid: 29243 + components: + - type: Transform + pos: 55.5,0.5 + parent: 2 + - uid: 29244 + components: + - type: Transform + pos: 65.5,0.5 + parent: 2 + - uid: 29246 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,10.5 + parent: 2 + - uid: 29251 + components: + - type: Transform + pos: 54.5,24.5 + parent: 2 + - uid: 29254 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,29.5 + parent: 2 + - uid: 29258 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,44.5 + parent: 2 + - uid: 29424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -88.5,-3.5 + parent: 2 + - uid: 36747 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,42.5 + parent: 2 + - uid: 38115 + components: + - type: Transform + pos: 7.5,16.5 + parent: 2 + - uid: 38116 + components: + - type: Transform + pos: 21.5,16.5 + parent: 2 + - uid: 38119 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 28.5,0.5 + parent: 2 + - uid: 39495 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,24.5 + parent: 2 + - uid: 39496 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,14.5 + parent: 2 + - uid: 39497 + components: + - type: Transform + pos: -47.5,35.5 + parent: 2 + - uid: 39498 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,27.5 + parent: 2 + - uid: 39499 + components: + - type: Transform + pos: -59.5,36.5 + parent: 2 + - uid: 39500 + components: + - type: Transform + pos: -58.5,26.5 + parent: 2 + - uid: 39501 + components: + - type: Transform + pos: -59.5,20.5 + parent: 2 + - uid: 39502 + components: + - type: Transform + pos: -58.5,15.5 + parent: 2 + - uid: 39503 + components: + - type: Transform + pos: -31.5,30.5 + parent: 2 + - uid: 39504 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,34.5 + parent: 2 + - uid: 39505 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,32.5 + parent: 2 + - uid: 42279 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,78.5 + parent: 2 + - uid: 42310 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,72.5 + parent: 2 + - uid: 42311 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,72.5 + parent: 2 + - uid: 42313 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,91.5 + parent: 2 + - uid: 42314 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,91.5 + parent: 2 + - uid: 42315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,87.5 + parent: 2 + - uid: 42316 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,87.5 + parent: 2 + - uid: 42317 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,89.5 + parent: 2 + - uid: 42318 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,78.5 + parent: 2 + - uid: 42319 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,83.5 + parent: 2 + - uid: 42320 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,84.5 + parent: 2 + - uid: 42321 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,84.5 + parent: 2 + - uid: 42322 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,78.5 + parent: 2 + - uid: 42323 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,84.5 + parent: 2 + - uid: 42324 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,78.5 + parent: 2 + - uid: 42325 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,74.5 + parent: 2 + - uid: 42326 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,64.5 + parent: 2 + - uid: 42327 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,58.5 + parent: 2 + - uid: 42328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,81.5 + parent: 2 + - uid: 42329 + components: + - type: Transform + pos: 5.5,94.5 + parent: 2 + - uid: 42330 + components: + - type: Transform + pos: -2.5,94.5 + parent: 2 + - uid: 42331 + components: + - type: Transform + pos: -10.5,94.5 + parent: 2 + - uid: 42332 + components: + - type: Transform + pos: 13.5,94.5 + parent: 2 + - uid: 42333 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,73.5 + parent: 2 + - uid: 42334 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,70.5 + parent: 2 + - uid: 42335 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,70.5 + parent: 2 + - uid: 42336 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,60.5 + parent: 2 + - uid: 42583 + components: + - type: Transform + pos: -20.5,79.5 + parent: 2 + - uid: 42878 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,37.5 + parent: 2 + - uid: 42879 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,49.5 + parent: 2 + - uid: 42880 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,49.5 + parent: 2 + - uid: 42881 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,48.5 + parent: 2 + - uid: 42882 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,48.5 + parent: 2 + - uid: 42883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,45.5 + parent: 2 + - uid: 42884 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,63.5 + parent: 2 + - uid: 42885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,63.5 + parent: 2 + - uid: 42886 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,63.5 + parent: 2 + - uid: 42888 + components: + - type: Transform + pos: -12.5,68.5 + parent: 2 + - uid: 42889 + components: + - type: Transform + pos: -6.5,68.5 + parent: 2 + - uid: 42967 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -94.5,2.5 + parent: 2 + - uid: 42972 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -94.5,14.5 + parent: 2 + - uid: 43103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,66.5 + parent: 2 + - uid: 43104 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,64.5 + parent: 2 + - uid: 43105 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,54.5 + parent: 2 + - uid: 43106 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,64.5 + parent: 2 + - uid: 43391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,56.5 + parent: 2 +- proto: EmergencyMedipen + entities: + - uid: 1340 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.507729,11.644828 + parent: 2 + - uid: 2118 + components: + - type: Transform + pos: -3.3698382,-11.567606 + parent: 2 + - uid: 2119 + components: + - type: Transform + pos: -3.5456195,-11.298075 + parent: 2 + - uid: 5728 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.304604,11.668265 + parent: 2 +- proto: EmergencyRollerBedSpawnFolded + entities: + - uid: 1150 + components: + - type: Transform + pos: 11.307585,12.587807 + parent: 2 + - uid: 1434 + components: + - type: Transform + pos: 11.682585,12.517494 + parent: 2 + - uid: 2282 + components: + - type: Transform + pos: -2.9590409,-32.09426 + parent: 2 + - uid: 7094 + components: + - type: Transform + pos: -2.386812,-32.11878 + parent: 2 + - uid: 18044 + components: + - type: Transform + pos: -35.616936,35.639206 + parent: 2 + - uid: 25885 + components: + - type: Transform + pos: -23.573376,78.52115 + parent: 2 +- proto: Emitter + entities: + - uid: 30216 + components: + - type: Transform + anchored: False + rot: 2.748893571891069 rad + pos: 95.860405,-23.17348 + parent: 2 + - type: Physics + bodyType: Dynamic + - type: PowerConsumer + drawRate: 1 + - uid: 32166 + components: + - type: Transform + anchored: False + rot: 1.5708026448872427 rad + pos: 105.10977,-23.423922 + parent: 2 + - type: Physics + bodyType: Dynamic + - type: PowerConsumer + drawRate: 1 + - uid: 32179 + components: + - type: Transform + anchored: False + rot: -2.899516823888813 rad + pos: 108.5661,-12.623965 + parent: 2 + - type: Physics + bodyType: Dynamic + - type: PowerConsumer + drawRate: 1 + - uid: 32209 + components: + - type: Transform + pos: 97.5,-10.5 + parent: 2 +- proto: EncryptionKeyBinary + entities: + - uid: 20837 + components: + - type: Transform + parent: 20835 + - type: Physics + canCollide: False +- proto: EncryptionKeyCargo + entities: + - uid: 22343 + components: + - type: Transform + parent: 22341 + - type: Physics + canCollide: False +- proto: EncryptionKeyCommand + entities: + - uid: 34354 + components: + - type: Transform + parent: 30978 + - type: Physics + canCollide: False +- proto: EncryptionKeyCommon + entities: + - uid: 21067 + components: + - type: Transform + parent: 20951 + - type: Physics + canCollide: False +- proto: EncryptionKeyEngineering + entities: + - uid: 19802 + components: + - type: Transform + parent: 19801 + - type: Physics + canCollide: False +- proto: EncryptionKeyMedical + entities: + - uid: 19626 + components: + - type: Transform + parent: 19516 + - type: Physics + canCollide: False +- proto: EncryptionKeyScience + entities: + - uid: 20836 + components: + - type: Transform + parent: 20835 + - type: Physics + canCollide: False +- proto: EncryptionKeySecurity + entities: + - uid: 20833 + components: + - type: Transform + parent: 20200 + - type: Physics + canCollide: False +- proto: EncryptionKeyService + entities: + - uid: 19917 + components: + - type: Transform + parent: 19881 + - type: Physics + canCollide: False +- proto: ExosuitFabricator + entities: + - uid: 30577 + components: + - type: Transform + pos: 46.5,41.5 + parent: 2 +- proto: ExtendedEmergencyNitrogenTankFilled + entities: + - uid: 5520 + components: + - type: Transform + pos: 21.39628,24.767876 + parent: 2 + - uid: 18304 + components: + - type: Transform + pos: 21.492455,24.674824 + parent: 2 + - type: GasTank + toggleActionEntity: 18948 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 18948 +- proto: ExtendedEmergencyOxygenTank + entities: + - uid: 39729 + components: + - type: Transform + pos: 51.445435,-36.42421 + parent: 2 + - uid: 39766 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.10159,-45.343533 + parent: 2 + - uid: 39771 + components: + - type: Transform + pos: -66.21643,-32.458168 + parent: 2 +- proto: ExtendedEmergencyOxygenTankFilled + entities: + - uid: 18302 + components: + - type: Transform + pos: 16.429955,24.752949 + parent: 2 + - type: GasTank + toggleActionEntity: 18303 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 18303 + - uid: 19327 + components: + - type: Transform + pos: 16.419718,24.799126 + parent: 2 + - uid: 27721 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -68.23987,-28.489418 + parent: 2 + - uid: 28712 + components: + - type: Transform + pos: 33.44304,2.7124748 + parent: 2 + - uid: 31530 + components: + - type: Transform + pos: 62.672287,-33.375114 + parent: 2 + - uid: 34677 + components: + - type: Transform + pos: -18.624811,38.65402 + parent: 2 + - type: GasTank + toggleActionEntity: 21095 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 21095 + - uid: 39690 + components: + - type: Transform + pos: -18.562311,38.63058 + parent: 2 + - type: GasTank + toggleActionEntity: 21134 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 21134 + - uid: 39691 + components: + - type: Transform + pos: -18.390436,38.575893 + parent: 2 + - type: GasTank + toggleActionEntity: 39692 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 39692 + - uid: 39765 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.964844,-36.44968 + parent: 2 + - uid: 39770 + components: + - type: Transform + pos: 88.67545,-3.5784526 + parent: 2 + - uid: 39773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -76.42122,-37.597427 + parent: 2 + - uid: 39998 + components: + - type: Transform + pos: 33.341476,2.7280998 + parent: 2 + - uid: 39999 + components: + - type: Transform + pos: 33.6071,2.6499748 + parent: 2 +- proto: ExtinguisherCabinetFilled + entities: + - uid: 324 + components: + - type: Transform + pos: -17.5,0.5 + parent: 2 + - uid: 1119 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,40.5 + parent: 2 + - uid: 2106 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,10.5 + parent: 2 + - uid: 2108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,-6.5 + parent: 2 + - uid: 2111 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,0.5 + parent: 2 + - uid: 2113 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 22.5,-8.5 + parent: 2 + - uid: 2115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-5.5 + parent: 2 + - uid: 2835 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,50.5 + parent: 2 + - uid: 5564 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,30.5 + parent: 2 + - uid: 5687 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,35.5 + parent: 2 + - uid: 5688 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,31.5 + parent: 2 + - uid: 5689 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,27.5 + parent: 2 + - uid: 5690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,22.5 + parent: 2 + - uid: 5691 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,24.5 + parent: 2 + - uid: 5692 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,51.5 + parent: 2 + - uid: 5723 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,17.5 + parent: 2 + - uid: 5738 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,37.5 + parent: 2 + - uid: 6136 + components: + - type: Transform + pos: 37.5,-20.5 + parent: 2 + - uid: 6956 + components: + - type: Transform + pos: -11.5,-24.5 + parent: 2 + - uid: 6957 + components: + - type: Transform + pos: -23.5,-21.5 + parent: 2 + - uid: 13233 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-32.5 + parent: 2 + - uid: 15744 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,11.5 + parent: 2 + - uid: 15782 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -64.5,36.5 + parent: 2 + - uid: 16029 + components: + - type: Transform + pos: -16.5,47.5 + parent: 2 + - uid: 16977 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,23.5 + parent: 2 + - uid: 17789 + components: + - type: Transform + pos: -6.5,60.5 + parent: 2 + - uid: 18094 + components: + - type: Transform + pos: -3.5,24.5 + parent: 2 + - uid: 19461 + components: + - type: Transform + pos: -11.5,44.5 + parent: 2 + - uid: 19799 + components: + - type: Transform + pos: -6.5,51.5 + parent: 2 + - uid: 19931 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,47.5 + parent: 2 + - uid: 28593 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,34.5 + parent: 2 + - uid: 28787 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,-30.5 + parent: 2 + - uid: 30963 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-3.5 + parent: 2 + - uid: 35497 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,77.5 + parent: 2 + - uid: 35498 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,57.5 + parent: 2 + - uid: 35499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,64.5 + parent: 2 + - uid: 35500 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,73.5 + parent: 2 + - uid: 35501 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,86.5 + parent: 2 + - uid: 35502 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,70.5 + parent: 2 + - uid: 35503 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,63.5 + parent: 2 + - uid: 36902 + components: + - type: Transform + pos: -23.5,26.5 + parent: 2 + - uid: 37225 + components: + - type: Transform + pos: 16.5,60.5 + parent: 2 + - uid: 37472 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,49.5 + parent: 2 + - uid: 42340 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,51.5 + parent: 2 + - uid: 42585 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,67.5 + parent: 2 +- proto: FaxMachineBase + entities: + - uid: 1019 + components: + - type: Transform + pos: 18.5,-5.5 + parent: 2 + - type: FaxMachine + name: Chemistry + - uid: 2339 + components: + - type: Transform + pos: -46.5,32.5 + parent: 2 + - type: FaxMachine + name: Atmospherics + - uid: 3279 + components: + - type: Transform + pos: 4.5,29.5 + parent: 2 + - type: FaxMachine + name: HoP + - uid: 3314 + components: + - type: Transform + pos: -59.5,-4.5 + parent: 2 + - type: FaxMachine + name: Botany + - uid: 5484 + components: + - type: Transform + pos: 36.5,23.5 + parent: 2 + - type: FaxMachine + name: Epistemics + - uid: 5597 + components: + - type: Transform + pos: 52.5,28.5 + parent: 2 + - type: FaxMachine + name: Library + - uid: 6535 + components: + - type: Transform + pos: -6.5,-25.5 + parent: 2 + - type: FaxMachine + name: Mailroom + - uid: 7118 + components: + - type: Transform + pos: -14.5,-25.5 + parent: 2 + - type: FaxMachine + name: Logistics + - uid: 8856 + components: + - type: Transform + pos: -62.5,17.5 + parent: 2 + - type: FaxMachine + name: Chief Engineer + - uid: 8905 + components: + - type: Transform + pos: -47.5,27.5 + parent: 2 + - type: FaxMachine + name: Engineering + - uid: 11666 + components: + - type: Transform + pos: -50.5,-26.5 + parent: 2 + - type: FaxMachine + name: Bar + - uid: 12415 + components: + - type: Transform + pos: -52.5,-12.5 + parent: 2 + - type: FaxMachine + name: Food Court + - uid: 13321 + components: + - type: Transform + pos: -73.5,16.5 + parent: 2 + - type: FaxMachine + name: Zoo + - uid: 15601 + components: + - type: Transform + pos: -9.5,28.5 + parent: 2 + - type: FaxMachine + name: Security + - uid: 18134 + components: + - type: Transform + pos: -7.5,65.5 + parent: 2 + - type: FaxMachine + name: Court Defense Attorney + - uid: 18161 + components: + - type: Transform + pos: -2.5,50.5 + parent: 2 + - type: FaxMachine + name: Prosecutor + - uid: 18212 + components: + - type: Transform + pos: -5.5,65.5 + parent: 2 + - type: FaxMachine + name: Public Defense Attorney + - uid: 21807 + components: + - type: Transform + pos: -18.5,51.5 + parent: 2 + - type: FaxMachine + name: Warden's Office + - uid: 22253 + components: + - type: Transform + pos: -40.5,12.5 + parent: 2 + - type: FaxMachine + name: Janitorial Closet + - uid: 22265 + components: + - type: Transform + pos: -6.5,-42.5 + parent: 2 + - type: FaxMachine + name: Salvage + - uid: 22665 + components: + - type: Transform + pos: -29.5,-9.5 + parent: 2 + - type: FaxMachine + name: Reporter + - uid: 23284 + components: + - type: Transform + pos: -27.5,-23.5 + parent: 2 + - type: FaxMachine + name: Head of Logistics + - uid: 23440 + components: + - type: Transform + pos: -3.5,-31.5 + parent: 2 + - type: FaxMachine + name: Arrivals + - uid: 23705 + components: + - type: Transform + pos: 5.5,7.5 + parent: 2 + - type: FaxMachine + name: Hospital + - uid: 29698 + components: + - type: Transform + pos: -77.5,3.5 + parent: 2 + - type: FaxMachine + name: Honkroom + - uid: 29703 + components: + - type: Transform + pos: -8.5,33.5 + parent: 2 + - type: FaxMachine + name: Head of Security + - uid: 29720 + components: + - type: Transform + pos: 46.5,33.5 + parent: 2 + - type: FaxMachine + name: Forensic Mantis + - uid: 30756 + components: + - type: Transform + pos: 46.5,30.5 + parent: 2 + - type: FaxMachine + name: Mystagogue + - uid: 30879 + components: + - type: Transform + pos: -41.5,34.5 + parent: 2 + - type: FaxMachine + name: Detective + - uid: 38845 + components: + - type: Transform + pos: -11.5,-11.5 + parent: 2 + - type: FaxMachine + name: Chief Medical Officer + - uid: 39594 + components: + - type: Transform + pos: 19.5,56.5 + parent: 2 + - type: FaxMachine + name: Bridge + - uid: 39716 + components: + - type: Transform + pos: -23.5,61.5 + parent: 2 + - type: FaxMachine + name: Psych Ward +- proto: FaxMachineCaptain + entities: + - uid: 15124 + components: + - type: Transform + pos: 29.5,52.5 + parent: 2 + - type: FaxMachine + name: Captain +- proto: FenceMetalBroken + entities: + - uid: 4521 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 92.5,67.5 + parent: 2 + - uid: 5386 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,48.5 + parent: 2 + - uid: 29935 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 78.5,36.5 + parent: 2 + - uid: 34816 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,36.5 + parent: 2 +- proto: FenceMetalStraight + entities: + - uid: 26724 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 91.5,67.5 + parent: 2 + - uid: 29350 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 94.5,67.5 + parent: 2 + - uid: 29398 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 93.5,67.5 + parent: 2 + - uid: 29936 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,36.5 + parent: 2 + - uid: 32982 + components: + - type: Transform + pos: 78.5,74.5 + parent: 2 + - uid: 34827 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 77.5,36.5 + parent: 2 +- proto: FenceWoodSmallCorner + entities: + - uid: 30253 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,63.5 + parent: 2 + - uid: 30396 + components: + - type: Transform + pos: -32.5,57.5 + parent: 2 + - uid: 40898 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,57.5 + parent: 2 + - uid: 40903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,63.5 + parent: 2 +- proto: FenceWoodSmallGate + entities: + - uid: 28981 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,61.5 + parent: 2 + - uid: 29099 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,60.5 + parent: 2 + - uid: 38885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,59.5 + parent: 2 +- proto: FenceWoodSmallStraight + entities: + - uid: 7557 + components: + - type: Transform + pos: -34.5,60.5 + parent: 2 + - uid: 29298 + components: + - type: Transform + pos: -34.5,61.5 + parent: 2 + - uid: 30372 + components: + - type: Transform + pos: -34.5,59.5 + parent: 2 + - uid: 30887 + components: + - type: Transform + pos: -34.5,58.5 + parent: 2 + - uid: 31125 + components: + - type: Transform + pos: -32.5,58.5 + parent: 2 + - uid: 31127 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,62.5 + parent: 2 + - uid: 40905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,57.5 + parent: 2 + - uid: 40907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,62.5 + parent: 2 + - uid: 41665 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,63.5 + parent: 2 +- proto: filingCabinetDrawer + entities: + - uid: 14178 + components: + - type: Transform + pos: 10.5,43.5 + parent: 2 +- proto: filingCabinetDrawerRandom + entities: + - uid: 623 + components: + - type: Transform + pos: -6.5,-10.5 + parent: 2 + - uid: 5485 + components: + - type: Transform + pos: 30.5,26.5 + parent: 2 + - uid: 6612 + components: + - type: Transform + pos: -30.5,-21.5 + parent: 2 + - uid: 6613 + components: + - type: Transform + pos: -24.5,-21.5 + parent: 2 + - uid: 9149 + components: + - type: Transform + pos: 50.5,24.5 + parent: 2 + - uid: 12954 + components: + - type: Transform + pos: 50.5,23.5 + parent: 2 + - uid: 15715 + components: + - type: Transform + pos: -16.5,51.5 + parent: 2 + - uid: 15751 + components: + - type: Transform + pos: -6.5,23.5 + parent: 2 + - uid: 15752 + components: + - type: Transform + pos: -5.5,23.5 + parent: 2 + - uid: 17906 + components: + - type: Transform + pos: -40.5,32.5 + parent: 2 + - uid: 19830 + components: + - type: Transform + pos: -5.5,76.5 + parent: 2 + - uid: 21856 + components: + - type: Transform + pos: -57.5,17.5 + parent: 2 + - uid: 28874 + components: + - type: Transform + pos: -11.5,71.5 + parent: 2 + - uid: 31278 + components: + - type: Transform + pos: -13.5,-7.5 + parent: 2 + - uid: 36288 + components: + - type: Transform + pos: 102.5,58.5 + parent: 2 + - uid: 38790 + components: + - type: Transform + pos: -58.5,17.5 + parent: 2 + - uid: 41173 + components: + - type: Transform + pos: -10.5,71.5 + parent: 2 + - uid: 41174 + components: + - type: Transform + pos: -8.5,71.5 + parent: 2 + - uid: 41175 + components: + - type: Transform + pos: -7.5,71.5 + parent: 2 +- proto: filingCabinetRandom + entities: + - uid: 16279 + components: + - type: Transform + pos: 9.5,43.5 + parent: 2 + - uid: 18392 + components: + - type: Transform + pos: -8.5,65.5 + parent: 2 + - uid: 26432 + components: + - type: Transform + pos: 103.5,58.5 + parent: 2 +- proto: filingCabinetTallRandom + entities: + - uid: 15493 + components: + - type: Transform + pos: -3.5,65.5 + parent: 2 +- proto: FireAlarm + entities: + - uid: 11 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,63.5 + parent: 2 + - type: DeviceList + devices: + - 18373 + - 18374 + - 18375 + - uid: 175 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-8.5 + parent: 2 + - type: DeviceList + devices: + - 28395 + - 27006 + - 27007 + - 3086 + - 3092 + - 1691 + - 28394 + - uid: 1061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-3.5 + parent: 2 + - type: DeviceList + devices: + - 214 + - 221 + - 218 + - 384 + - 390 + - 68 + - 65 + - 66 + - uid: 2655 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-27.5 + parent: 2 + - type: DeviceList + devices: + - 28402 + - 4456 + - 20795 + - 1729 + - 16553 + - uid: 2712 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,46.5 + parent: 2 + - type: DeviceList + devices: + - 2606 + - 2208 + - 14015 + - uid: 4292 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,-30.5 + parent: 2 + - uid: 4723 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 50.5,42.5 + parent: 2 + - type: DeviceList + devices: + - 3359 + - uid: 7606 + components: + - type: Transform + pos: -50.5,-9.5 + parent: 2 + - type: DeviceList + devices: + - 1691 + - 27252 + - 28110 + - 7190 + - 7192 + - 5194 + - 3092 + - 3086 + - 28395 + - 28396 + - 3321 + - uid: 7608 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,-20.5 + parent: 2 + - type: DeviceList + devices: + - 15994 + - 17907 + - 18241 + - 17836 + - 12414 + - 7529 + - 7530 + - 6945 + - 28367 + - 3321 + - 28396 + - uid: 11474 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-21.5 + parent: 2 + - type: DeviceList + devices: + - 7477 + - 17766 + - 3409 + - 4019 + - 28397 + - 28396 + - 28402 + - uid: 12403 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,-4.5 + parent: 2 + - type: DeviceList + devices: + - 21918 + - 777 + - 28395 + - 28394 + - 26946 + - 26945 + - 7189 + - 28374 + - uid: 12440 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-18.5 + parent: 2 + - type: DeviceList + devices: + - 19948 + - 28434 + - 4778 + - 4814 + - 5959 + - uid: 15932 + components: + - type: Transform + pos: 7.5,43.5 + parent: 2 + - type: DeviceList + devices: + - 13914 + - 13915 + - 13917 + - 13918 + - uid: 15934 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,39.5 + parent: 2 + - type: DeviceList + devices: + - 16331 + - 16289 + - 15539 + - 15538 + - 15415 + - 15297 + - 15296 + - 15295 + - 27457 + - 27456 + - 27455 + - 15596 + - uid: 22791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,-6.5 + parent: 2 + - type: DeviceList + devices: + - 2018 + - 2019 + - 148 + - 144 + - uid: 23670 + components: + - type: Transform + pos: -79.5,6.5 + parent: 2 + - type: DeviceList + devices: + - 4218 + - 4242 + - 3709 + - 9197 + - uid: 23672 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,2.5 + parent: 2 + - type: DeviceList + devices: + - 7751 + - 2603 + - 7753 + - uid: 23673 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -79.5,20.5 + parent: 2 + - type: DeviceList + devices: + - 7748 + - 7749 + - 7750 + - uid: 23674 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,11.5 + parent: 2 + - type: DeviceList + devices: + - 7671 + - 7673 + - 3834 + - 7675 + - 8183 + - 7674 + - 7682 + - 1505 + - 27441 + - uid: 23675 + components: + - type: Transform + pos: -58.5,6.5 + parent: 2 + - type: DeviceList + devices: + - 18464 + - 18463 + - 28750 + - 28751 + - 7416 + - uid: 23684 + components: + - type: Transform + pos: 20.5,41.5 + parent: 2 + - type: DeviceList + devices: + - 2634 + - 2636 + - 2606 + - 2208 + - 14170 + - 14173 + - 2681 + - uid: 23687 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,9.5 + parent: 2 + - type: DeviceList + devices: + - 4377 + - 4376 + - 4375 + - 5704 + - 9340 + - uid: 23690 + components: + - type: Transform + pos: 37.5,-22.5 + parent: 2 + - type: DeviceList + devices: + - 3892 + - uid: 23692 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-22.5 + parent: 2 + - type: DeviceList + devices: + - 6955 + - 28782 + - 28783 + - 763 + - 766 + - 765 + - 5250 + - uid: 24823 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,-7.5 + parent: 2 + - type: DeviceList + devices: + - 152 + - 153 + - 155 + - 154 + - 1661 + - 2014 + - 2015 + - 2016 + - 2017 + - uid: 25202 + components: + - type: Transform + pos: -22.5,27.5 + parent: 2 + - type: DeviceList + devices: + - 9552 + - 9216 + - 9255 + - 15295 + - 15296 + - 15297 + - 27457 + - 27456 + - 27455 + - uid: 25228 + components: + - type: Transform + pos: -8.5,22.5 + parent: 2 + - type: DeviceList + devices: + - 9548 + - 9255 + - 9216 + - 9552 + - 1866 + - 1867 + - uid: 25235 + components: + - type: Transform + pos: -87.5,-2.5 + parent: 2 + - type: DeviceList + devices: + - 7745 + - 7747 + - 7746 + - uid: 25237 + components: + - type: Transform + pos: -8.5,27.5 + parent: 2 + - type: DeviceList + devices: + - 15596 + - 15597 + - 9548 + - uid: 27414 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,-14.5 + parent: 2 + - type: DeviceList + devices: + - 18241 + - 3321 + - 27253 + - 1429 + - 17836 + - 12414 + - 28367 + - 31 + - 5062 + - 7889 + - 1691 + - 28396 + - uid: 28628 + components: + - type: Transform + pos: 45.5,-25.5 + parent: 2 + - type: DeviceList + devices: + - 37411 + - 37412 + - 37407 + - 37408 + - 28421 + - 28433 + - 28434 + - uid: 28632 + components: + - type: Transform + pos: 52.5,31.5 + parent: 2 + - type: DeviceList + devices: + - 2251 + - 5704 + - 26 + - uid: 28634 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,-18.5 + parent: 2 + - type: DeviceList + devices: + - 3889 + - 3881 + - 3899 + - 3898 + - 3879 + - 3877 + - uid: 28635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-9.5 + parent: 2 + - type: DeviceList + devices: + - 3889 + - 3881 + - 3899 + - 3898 + - 3879 + - 3877 + - uid: 28636 + components: + - type: Transform + pos: 76.5,1.5 + parent: 2 + - type: DeviceList + devices: + - 3889 + - 3881 + - 3899 + - 3898 + - 3879 + - 3877 + - uid: 28638 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,2.5 + parent: 2 + - type: DeviceList + devices: + - 25217 + - 25218 + - 25219 + - 3877 + - 3879 + - 3898 + - 3899 + - 3881 + - 3889 + - 25213 + - 25212 + - 25211 + - uid: 28639 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-17.5 + parent: 2 + - type: DeviceList + devices: + - 1874 + - 1875 + - 25217 + - 25218 + - 25219 + - 3892 + - 152 + - 153 + - 155 + - 154 + - 148 + - 144 + - uid: 28643 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,16.5 + parent: 2 + - type: DeviceList + devices: + - 4377 + - 4376 + - 4375 + - 2237 + - 25209 + - 25208 + - 25207 + - 25211 + - 25212 + - 25213 + - uid: 28648 + components: + - type: Transform + pos: 27.5,31.5 + parent: 2 + - type: DeviceList + devices: + - 27460 + - 27459 + - 27458 + - 3438 + - uid: 28649 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,23.5 + parent: 2 + - type: DeviceList + devices: + - 3976 + - 2205 + - 27460 + - 27459 + - 27458 + - uid: 28650 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,35.5 + parent: 2 + - type: DeviceList + devices: + - 4107 + - 3359 + - 2259 + - 3853 + - 2203 + - uid: 28651 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,51.5 + parent: 2 + - type: DeviceList + devices: + - 2259 + - 2510 + - 9224 + - uid: 28652 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,36.5 + parent: 2 + - type: DeviceList + devices: + - 4107 + - uid: 28653 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,23.5 + parent: 2 + - type: DeviceList + devices: + - 3906 + - uid: 28657 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,51.5 + parent: 2 + - type: DeviceList + devices: + - 14015 + - uid: 28702 + components: + - type: Transform + pos: 11.5,-3.5 + parent: 2 + - type: DeviceList + devices: + - 39183 + - 39186 + - 39177 + - 39196 + - 39185 + - 12303 + - 39184 + - 39178 + - 39190 + - 39197 + - 39198 + - 39199 + - uid: 28756 + components: + - type: Transform + pos: -44.5,-7.5 + parent: 2 + - type: DeviceList + devices: + - 6945 + - 7529 + - 7530 + - 7889 + - 5062 + - 7110 + - 2353 + - 7180 + - 5194 + - 3568 + - 7107 + - uid: 28780 + components: + - type: Transform + pos: -24.5,-12.5 + parent: 2 + - type: DeviceList + devices: + - 3080 + - 7107 + - 3568 + - 84 + - 2147 + - 766 + - 765 + - 763 + - uid: 28781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,-22.5 + parent: 2 + - type: DeviceList + devices: + - 6553 + - 6955 + - 28782 + - 28783 + - 6628 + - 6498 + - uid: 28793 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,11.5 + parent: 2 + - type: DeviceList + devices: + - 542 + - 541 + - 548 + - 547 + - 549 + - 550 + - 546 + - 545 + - 544 + - 543 + - 1685 + - uid: 29427 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -93.5,-7.5 + parent: 2 +- proto: FireAxeCabinetFilled + entities: + - uid: 9523 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,39.5 + parent: 2 + - uid: 11841 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 23.5,53.5 + parent: 2 +- proto: Firelock + entities: + - uid: 19643 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,-12.5 + parent: 2 + - uid: 19652 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,59.5 + parent: 2 + - uid: 20876 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,-12.5 + parent: 2 + - uid: 22929 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,-12.5 + parent: 2 + - uid: 27176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-12.5 + parent: 2 +- proto: FirelockEdge + entities: + - uid: 601 + components: + - type: Transform + pos: -11.5,5.5 + parent: 2 + - uid: 606 + components: + - type: Transform + pos: -10.5,5.5 + parent: 2 + - uid: 4715 + components: + - type: Transform + pos: 1.5,-20.5 + parent: 2 + - uid: 12410 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-26.5 + parent: 2 + - uid: 14352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-11.5 + parent: 2 + - uid: 17610 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 92.5,57.5 + parent: 2 + - uid: 17852 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-10.5 + parent: 2 + - uid: 34878 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,40.5 + parent: 2 + - uid: 34912 + components: + - type: Transform + pos: 1.5,46.5 + parent: 2 + - uid: 35745 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,48.5 + parent: 2 + - uid: 35746 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 73.5,49.5 + parent: 2 + - uid: 35749 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,79.5 + parent: 2 + - uid: 35750 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 81.5,71.5 + parent: 2 + - uid: 35751 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 82.5,71.5 + parent: 2 + - uid: 35753 + components: + - type: Transform + pos: 98.5,32.5 + parent: 2 + - uid: 35754 + components: + - type: Transform + pos: 99.5,32.5 + parent: 2 + - uid: 35755 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 92.5,32.5 + parent: 2 + - uid: 35756 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 93.5,32.5 + parent: 2 + - uid: 35757 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,32.5 + parent: 2 + - uid: 35758 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 78.5,32.5 + parent: 2 + - uid: 35759 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 79.5,32.5 + parent: 2 + - uid: 36785 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,66.5 + parent: 2 + - uid: 36787 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 72.5,65.5 + parent: 2 + - uid: 43829 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,81.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43833 + - 42095 + - uid: 43830 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,82.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43833 + - 42095 + - uid: 43831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,82.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43834 + - 43833 + - uid: 43832 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,81.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43834 + - 43833 + - uid: 43862 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,56.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43861 + - 42846 + - uid: 43863 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,55.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43861 + - 42846 +- proto: FirelockGlass + entities: + - uid: 18 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14952 + - uid: 26 + components: + - type: Transform + pos: 50.5,26.5 + parent: 2 + - uid: 31 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25333 + - 27414 + - uid: 65 + components: + - type: Transform + pos: 1.5,-3.5 + parent: 2 + - uid: 66 + components: + - type: Transform + pos: 2.5,-3.5 + parent: 2 + - uid: 68 + components: + - type: Transform + pos: 0.5,-3.5 + parent: 2 + - uid: 84 + components: + - type: Transform + pos: -5.5,-12.5 + parent: 2 + - uid: 101 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,-6.5 + parent: 2 + - uid: 144 + components: + - type: Transform + pos: 29.5,-12.5 + parent: 2 + - uid: 148 + components: + - type: Transform + pos: 28.5,-12.5 + parent: 2 + - uid: 152 + components: + - type: Transform + pos: 16.5,-12.5 + parent: 2 + - uid: 153 + components: + - type: Transform + pos: 17.5,-12.5 + parent: 2 + - uid: 154 + components: + - type: Transform + pos: 20.5,-12.5 + parent: 2 + - uid: 155 + components: + - type: Transform + pos: 19.5,-12.5 + parent: 2 + - uid: 214 + components: + - type: Transform + pos: 0.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 20237 + - uid: 215 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 21903 + - 20851 + - uid: 218 + components: + - type: Transform + pos: 2.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 20237 + - uid: 221 + components: + - type: Transform + pos: 1.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 20237 + - uid: 222 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 0.5,88.5 + parent: 2 + - uid: 241 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 37193 + - 36760 + - uid: 242 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 21 + - 31752 + - uid: 248 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 37193 + - uid: 271 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 34.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25256 + - 25248 + - uid: 317 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25231 + - 25232 + - uid: 319 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43867 + - uid: 362 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 21 + - uid: 375 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,60.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42845 + - uid: 384 + components: + - type: Transform + pos: 7.5,3.5 + parent: 2 + - uid: 390 + components: + - type: Transform + pos: 7.5,1.5 + parent: 2 + - uid: 443 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,-30.5 + parent: 2 + - uid: 541 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,14.5 + parent: 2 + - uid: 542 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,14.5 + parent: 2 + - uid: 543 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,11.5 + parent: 2 + - uid: 544 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,11.5 + parent: 2 + - uid: 545 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,11.5 + parent: 2 + - uid: 546 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,11.5 + parent: 2 + - uid: 547 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,14.5 + parent: 2 + - uid: 548 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,14.5 + parent: 2 + - uid: 549 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,14.5 + parent: 2 + - uid: 550 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,11.5 + parent: 2 + - uid: 556 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,-16.5 + parent: 2 + - uid: 564 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42846 + - 34109 + - uid: 569 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 10169 + - 23988 + - uid: 583 + components: + - type: Transform + pos: -12.5,17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25274 + - 17901 + - uid: 592 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-6.5 + parent: 2 + - uid: 669 + components: + - type: Transform + pos: -3.5,70.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42841 + - 42843 + - uid: 693 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 40066 + - uid: 753 + components: + - type: Transform + pos: 9.5,-13.5 + parent: 2 + - uid: 763 + components: + - type: Transform + pos: -12.5,-17.5 + parent: 2 + - uid: 765 + components: + - type: Transform + pos: -11.5,-17.5 + parent: 2 + - uid: 766 + components: + - type: Transform + pos: -10.5,-17.5 + parent: 2 + - uid: 771 + components: + - type: Transform + pos: 10.5,-20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 792 + - uid: 777 + components: + - type: Transform + pos: -54.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12403 + - 25243 + - uid: 788 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 33892 + - 21 + - uid: 789 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 33892 + - 21 + - uid: 852 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,27.5 + parent: 2 + - uid: 981 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,41.5 + parent: 2 + - uid: 1012 + components: + - type: Transform + pos: 16.5,4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 36760 + - uid: 1076 + components: + - type: Transform + pos: 32.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6298 + - uid: 1080 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,4.5 + parent: 2 + - uid: 1082 + components: + - type: Transform + pos: 32.5,6.5 + parent: 2 + - uid: 1124 + components: + - type: Transform + pos: 37.5,17.5 + parent: 2 + - uid: 1178 + components: + - type: Transform + pos: 29.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 38117 + - uid: 1348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 21 + - uid: 1395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 38117 + - uid: 1407 + components: + - type: Transform + pos: 29.5,2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 38117 + - uid: 1468 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9608 + - 21008 + - uid: 1496 + components: + - type: Transform + pos: 19.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 31752 + - 36760 + - uid: 1505 + components: + - type: Transform + pos: -69.5,12.5 + parent: 2 + - uid: 1518 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25321 + - 25240 + - uid: 1531 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-1.5 + parent: 2 + - uid: 1661 + components: + - type: Transform + pos: 15.5,-6.5 + parent: 2 + - uid: 1685 + components: + - type: Transform + pos: -14.5,11.5 + parent: 2 + - uid: 1689 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 81.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 39629 + - 31571 + - uid: 1845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25206 + - uid: 1849 + components: + - type: Transform + pos: -24.5,58.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - 42093 + - uid: 1859 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2594 + - 20237 + - uid: 1860 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2594 + - 20237 + - uid: 1861 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2594 + - 20237 + - uid: 1866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17901 + - 20237 + - uid: 1867 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17901 + - 20237 + - uid: 1870 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25206 + - 20237 + - uid: 1871 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25206 + - 20237 + - uid: 1874 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-14.5 + parent: 2 + - uid: 1875 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-15.5 + parent: 2 + - uid: 1878 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-14.5 + parent: 2 + - uid: 1879 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-15.5 + parent: 2 + - uid: 2006 + components: + - type: Transform + pos: 15.5,29.5 + parent: 2 + - uid: 2007 + components: + - type: Transform + pos: 17.5,22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 33892 + - uid: 2008 + components: + - type: Transform + pos: 12.5,26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 33892 + - uid: 2009 + components: + - type: Transform + pos: 10.5,29.5 + parent: 2 + - uid: 2010 + components: + - type: Transform + pos: 7.5,26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 33892 + - uid: 2012 + components: + - type: Transform + pos: 13.5,4.5 + parent: 2 + - uid: 2013 + components: + - type: Transform + pos: 12.5,4.5 + parent: 2 + - uid: 2014 + components: + - type: Transform + pos: 16.5,-6.5 + parent: 2 + - uid: 2015 + components: + - type: Transform + pos: 17.5,-6.5 + parent: 2 + - uid: 2016 + components: + - type: Transform + pos: 19.5,-6.5 + parent: 2 + - uid: 2017 + components: + - type: Transform + pos: 20.5,-6.5 + parent: 2 + - uid: 2018 + components: + - type: Transform + pos: 26.5,-3.5 + parent: 2 + - uid: 2019 + components: + - type: Transform + pos: 27.5,-3.5 + parent: 2 + - uid: 2031 + components: + - type: Transform + pos: 3.5,6.5 + parent: 2 + - uid: 2066 + components: + - type: Transform + pos: 4.5,4.5 + parent: 2 + - uid: 2069 + components: + - type: Transform + pos: 3.5,5.5 + parent: 2 + - uid: 2147 + components: + - type: Transform + pos: -4.5,-12.5 + parent: 2 + - uid: 2203 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,31.5 + parent: 2 + - uid: 2205 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,25.5 + parent: 2 + - uid: 2208 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,48.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2971 + - uid: 2237 + components: + - type: Transform + pos: 43.5,22.5 + parent: 2 + - uid: 2245 + components: + - type: Transform + pos: -0.5,-28.5 + parent: 2 + - uid: 2251 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,31.5 + parent: 2 + - uid: 2252 + components: + - type: Transform + pos: 53.5,9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25300 + - uid: 2259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,45.5 + parent: 2 + - uid: 2353 + components: + - type: Transform + pos: -46.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - 25244 + - uid: 2462 + components: + - type: Transform + pos: -0.5,42.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2594 + - 30392 + - uid: 2464 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 50.5,43.5 + parent: 2 + - uid: 2510 + components: + - type: Transform + pos: 37.5,50.5 + parent: 2 + - uid: 2527 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 34109 + - uid: 2593 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30392 + - uid: 2603 + components: + - type: Transform + pos: -94.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42985 + - uid: 2606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2971 + - uid: 2634 + components: + - type: Transform + pos: 15.5,39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2971 + - uid: 2636 + components: + - type: Transform + pos: 15.5,38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2971 + - uid: 2681 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,49.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 4870 + - 2971 + - uid: 2784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,60.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42846 + - 42840 + - uid: 2869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,66.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42840 + - 42841 + - uid: 2887 + components: + - type: Transform + pos: -54.5,42.5 + parent: 2 + - uid: 2904 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25261 + - uid: 3052 + components: + - type: Transform + pos: 38.5,-12.5 + parent: 2 + - uid: 3080 + components: + - type: Transform + pos: -25.5,-17.5 + parent: 2 + - uid: 3086 + components: + - type: Transform + pos: -54.5,-9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 4313 + - 25334 + - 7606 + - 175 + - uid: 3092 + components: + - type: Transform + pos: -53.5,-9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 4313 + - 25334 + - 7606 + - 175 + - uid: 3217 + components: + - type: Transform + pos: 18.5,34.5 + parent: 2 + - uid: 3292 + components: + - type: Transform + pos: -13.5,31.5 + parent: 2 + - uid: 3349 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-26.5 + parent: 2 + - uid: 3359 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,43.5 + parent: 2 + - uid: 3409 + components: + - type: Transform + pos: -39.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 11474 + - 21934 + - uid: 3438 + components: + - type: Transform + pos: 33.5,29.5 + parent: 2 + - uid: 3568 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - uid: 3692 + components: + - type: Transform + pos: -52.5,24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 21903 + - 20851 + - uid: 3709 + components: + - type: Transform + pos: -76.5,2.5 + parent: 2 + - uid: 3724 + components: + - type: Transform + pos: -85.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - uid: 3736 + components: + - type: Transform + pos: -4.5,82.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43834 + - uid: 3738 + components: + - type: Transform + pos: -0.5,82.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43834 + - uid: 3800 + components: + - type: Transform + pos: -87.5,7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - 42985 + - uid: 3801 + components: + - type: Transform + pos: -87.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - 42985 + - uid: 3815 + components: + - type: Transform + pos: -14.5,-39.5 + parent: 2 + - uid: 3834 + components: + - type: Transform + pos: -66.5,7.5 + parent: 2 + - uid: 3853 + components: + - type: Transform + pos: 41.5,32.5 + parent: 2 + - uid: 3872 + components: + - type: Transform + pos: -87.5,9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - 42985 + - uid: 3877 + components: + - type: Transform + pos: 52.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 39847 + - uid: 3879 + components: + - type: Transform + pos: 52.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 39847 + - uid: 3881 + components: + - type: Transform + pos: 52.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 39847 + - uid: 3889 + components: + - type: Transform + pos: 52.5,-0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 39847 + - uid: 3892 + components: + - type: Transform + pos: 35.5,-17.5 + parent: 2 + - uid: 3898 + components: + - type: Transform + pos: 52.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 39847 + - uid: 3899 + components: + - type: Transform + pos: 52.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 39847 + - uid: 3906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,27.5 + parent: 2 + - uid: 3976 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25206 + - 33892 + - uid: 4019 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 11474 + - 21934 + - uid: 4059 + components: + - type: Transform + pos: 41.5,29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30925 + - uid: 4069 + components: + - type: Transform + pos: 48.5,27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30925 + - uid: 4107 + components: + - type: Transform + pos: 41.5,37.5 + parent: 2 + - uid: 4200 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,56.5 + parent: 2 + - uid: 4218 + components: + - type: Transform + pos: -78.5,6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 22045 + - uid: 4242 + components: + - type: Transform + pos: -77.5,6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 22045 + - uid: 4375 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 39141 + - uid: 4376 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 39141 + - uid: 4377 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 39141 + - uid: 4631 + components: + - type: Transform + pos: 85.5,25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3525 + - 3405 + - uid: 4930 + components: + - type: Transform + pos: -11.5,66.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42845 + - 42841 + - uid: 5021 + components: + - type: Transform + pos: 71.5,-12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 31592 + - 39847 + - uid: 5062 + components: + - type: Transform + pos: -51.5,-16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - 27414 + - uid: 5194 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,-10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25334 + - 7606 + - uid: 5250 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,-22.5 + parent: 2 + - uid: 5343 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,49.5 + parent: 2 + - uid: 5359 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,61.5 + parent: 2 + - uid: 5415 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,62.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43243 + - 43242 + - uid: 5651 + components: + - type: Transform + pos: 72.5,-12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 31592 + - 39847 + - uid: 5704 + components: + - type: Transform + pos: 53.5,25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 39141 + - uid: 6094 + components: + - type: Transform + pos: 67.5,33.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6114 + - 3525 + - uid: 6197 + components: + - type: Transform + pos: 67.5,32.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6114 + - 3525 + - uid: 6493 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-31.5 + parent: 2 + - uid: 6498 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6715 + - uid: 6553 + components: + - type: Transform + pos: -23.5,-20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6715 + - uid: 6554 + components: + - type: Transform + pos: -29.5,-22.5 + parent: 2 + - uid: 6628 + components: + - type: Transform + pos: -20.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 400 + - 6715 + - uid: 6682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 37480 + - uid: 6754 + components: + - type: Transform + pos: -19.5,-40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 400 + - 28192 + - uid: 6945 + components: + - type: Transform + pos: -51.5,-23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 26732 + - 7608 + - uid: 6955 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6715 + - uid: 7107 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - uid: 7110 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - 25244 + - uid: 7176 + components: + - type: Transform + pos: -6.5,4.5 + parent: 2 + - uid: 7180 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - 25244 + - uid: 7189 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,-2.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12403 + - uid: 7190 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25334 + - 7606 + - uid: 7192 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-13.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25334 + - 7606 + - uid: 7279 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,1.5 + parent: 2 + - uid: 7289 + components: + - type: Transform + pos: -49.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 14952 + - uid: 7416 + components: + - type: Transform + pos: -48.5,0.5 + parent: 2 + - uid: 7485 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,55.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 35093 + - uid: 7529 + components: + - type: Transform + pos: -51.5,-21.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - 26732 + - 7608 + - uid: 7530 + components: + - type: Transform + pos: -51.5,-20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - 26732 + - 7608 + - uid: 7596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,64.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43243 + - 43242 + - uid: 7610 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,-29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12404 + - 14952 + - uid: 7662 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25224 + - uid: 7671 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,9.5 + parent: 2 + - uid: 7673 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,8.5 + parent: 2 + - uid: 7674 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -74.5,9.5 + parent: 2 + - uid: 7675 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -74.5,7.5 + parent: 2 + - uid: 7682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,12.5 + parent: 2 + - uid: 7745 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -85.5,-1.5 + parent: 2 + - uid: 7746 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,-1.5 + parent: 2 + - uid: 7747 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -84.5,-1.5 + parent: 2 + - uid: 7748 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -85.5,18.5 + parent: 2 + - uid: 7749 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -84.5,18.5 + parent: 2 + - uid: 7750 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,18.5 + parent: 2 + - uid: 7751 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -94.5,9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42985 + - uid: 7753 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -94.5,7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42985 + - uid: 7889 + components: + - type: Transform + pos: -51.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 69 + - 27414 + - uid: 7913 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -84.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - uid: 7914 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - uid: 7915 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - uid: 7916 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,8.5 + parent: 2 + - uid: 7917 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -81.5,7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - uid: 7918 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -83.5,5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - uid: 7919 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -84.5,5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - uid: 7920 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -85.5,5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30714 + - uid: 7946 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 35093 + - uid: 8152 + components: + - type: Transform + pos: -7.5,4.5 + parent: 2 + - uid: 8183 + components: + - type: Transform + pos: -74.5,8.5 + parent: 2 + - uid: 8459 + components: + - type: Transform + pos: 30.5,4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 31752 + - uid: 8659 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 37480 + - uid: 8701 + components: + - type: Transform + pos: -48.5,7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25244 + - uid: 8702 + components: + - type: Transform + pos: -48.5,8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25244 + - uid: 8703 + components: + - type: Transform + pos: -48.5,9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25244 + - uid: 8838 + components: + - type: Transform + pos: -56.5,24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 21903 + - 17903 + - uid: 8858 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 22501 + - 9609 + - uid: 8877 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 21008 + - uid: 8907 + components: + - type: Transform + pos: -58.5,10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 22501 + - uid: 9029 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 21903 + - 22733 + - uid: 9047 + components: + - type: Transform + pos: -53.5,20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9608 + - uid: 9084 + components: + - type: Transform + pos: -54.5,38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 21903 + - uid: 9197 + components: + - type: Transform + pos: -80.5,2.5 + parent: 2 + - uid: 9216 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17901 + - uid: 9224 + components: + - type: Transform + pos: 47.5,50.5 + parent: 2 + - uid: 9227 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15356 + - 8726 + - uid: 9230 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,49.5 + parent: 2 + - uid: 9255 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17901 + - uid: 9340 + components: + - type: Transform + pos: 66.5,25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15059 + - 39141 + - uid: 9548 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17901 + - uid: 9552 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 17901 + - uid: 9759 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,65.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 35093 + - uid: 10098 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,70.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 35093 + - 11638 + - uid: 10201 + components: + - type: Transform + pos: -55.5,20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9608 + - uid: 10210 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9608 + - 21008 + - uid: 10351 + components: + - type: Transform + pos: 86.5,25.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3525 + - 3405 + - uid: 11393 + components: + - type: Transform + pos: -2.5,66.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42844 + - 42841 + - uid: 11975 + components: + - type: Transform + pos: 11.5,-20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 792 + - uid: 12004 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,64.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 35093 + - uid: 12060 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-24.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 792 + - uid: 12130 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 37193 + - uid: 12414 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 26732 + - 7608 + - 25333 + - 27414 + - uid: 12449 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-16.5 + parent: 2 + - uid: 13914 + components: + - type: Transform + pos: 3.5,39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2594 + - uid: 13915 + components: + - type: Transform + pos: 3.5,38.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2594 + - uid: 13917 + components: + - type: Transform + pos: 8.5,39.5 + parent: 2 + - uid: 13918 + components: + - type: Transform + pos: 8.5,38.5 + parent: 2 + - uid: 14015 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,49.5 + parent: 2 + - uid: 14170 + components: + - type: Transform + pos: 17.5,51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2971 + - uid: 14173 + components: + - type: Transform + pos: 19.5,51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2971 + - uid: 14365 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,12.5 + parent: 2 + - uid: 15163 + components: + - type: Transform + pos: 54.5,1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25300 + - uid: 15229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,67.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42107 + - 25316 + - uid: 15272 + components: + - type: Transform + pos: -15.5,84.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43833 + - 42098 + - uid: 15274 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,67.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42107 + - 25316 + - uid: 15295 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - uid: 15296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - uid: 15297 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,27.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - uid: 15415 + components: + - type: Transform + pos: -23.5,29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - 8726 + - uid: 15452 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15352 + - 8726 + - uid: 15492 + components: + - type: Transform + pos: -38.5,31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 40041 + - 8726 + - uid: 15538 + components: + - type: Transform + pos: -21.5,31.5 + parent: 2 + - uid: 15539 + components: + - type: Transform + pos: -17.5,31.5 + parent: 2 + - uid: 15575 + components: + - type: Transform + pos: 5.5,4.5 + parent: 2 + - uid: 15596 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - uid: 15597 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,31.5 + parent: 2 + - uid: 15617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 34109 + - uid: 15619 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 34109 + - uid: 15794 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,81.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43834 + - uid: 15797 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42093 + - uid: 15913 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,44.5 + parent: 2 + - uid: 15920 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,56.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - uid: 16063 + components: + - type: Transform + pos: -0.5,44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30392 + - uid: 16102 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,39.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2594 + - 30392 + - uid: 16289 + components: + - type: Transform + pos: -11.5,40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - uid: 16331 + components: + - type: Transform + pos: -11.5,41.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25158 + - uid: 16460 + components: + - type: Transform + pos: -0.5,68.5 + parent: 2 + - uid: 16487 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,17.5 + parent: 2 + - uid: 16553 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,-30.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2655 + - 7120 + - 14952 + - uid: 16970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,36.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 10169 + - 23988 + - uid: 17033 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9608 + - 21008 + - uid: 17836 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 26732 + - 7608 + - 25333 + - 27414 + - uid: 17863 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,3.5 + parent: 2 + - uid: 18373 + components: + - type: Transform + pos: 0.5,72.5 + parent: 2 + - uid: 18374 + components: + - type: Transform + pos: 1.5,72.5 + parent: 2 + - uid: 18375 + components: + - type: Transform + pos: 2.5,72.5 + parent: 2 + - uid: 18463 + components: + - type: Transform + pos: -60.5,-0.5 + parent: 2 + - uid: 18464 + components: + - type: Transform + pos: -59.5,-0.5 + parent: 2 + - uid: 18690 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,81.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43834 + - uid: 19080 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,-3.5 + parent: 2 + - uid: 19125 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 37709 + - uid: 19126 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,14.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 37709 + - uid: 19177 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,-3.5 + parent: 2 + - uid: 19591 + components: + - type: Transform + pos: -2.5,60.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43861 + - 42844 + - uid: 19630 + components: + - type: Transform + pos: 3.5,65.5 + parent: 2 + - uid: 19656 + components: + - type: Transform + pos: 6.5,65.5 + parent: 2 + - uid: 19729 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-26.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 19822 + - uid: 19749 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,49.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43867 + - 34109 + - uid: 19755 + components: + - type: Transform + pos: -7.5,49.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43867 + - uid: 19778 + components: + - type: Transform + pos: 12.5,65.5 + parent: 2 + - uid: 19824 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1690 + - uid: 19872 + components: + - type: Transform + pos: -26.5,43.5 + parent: 2 + - uid: 19948 + components: + - type: Transform + pos: 17.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12411 + - 12440 + - uid: 19952 + components: + - type: Transform + pos: -34.5,-37.5 + parent: 2 + - uid: 20189 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 792 + - uid: 20193 + components: + - type: Transform + pos: 28.5,57.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43243 + - uid: 20871 + components: + - type: Transform + pos: -39.5,7.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 40066 + - 37709 + - uid: 20930 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 31752 + - uid: 21227 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,31.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 15356 + - 8726 + - uid: 21678 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,62.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 40871 + - 25316 + - uid: 21679 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,63.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 40871 + - 25316 + - uid: 21683 + components: + - type: Transform + pos: -1.5,55.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43861 + - uid: 21684 + components: + - type: Transform + pos: -1.5,56.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43861 + - uid: 21687 + components: + - type: Transform + pos: -24.5,65.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 40871 + - 25316 + - uid: 21918 + components: + - type: Transform + pos: -53.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12403 + - 25243 + - uid: 22279 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 24.5,54.5 + parent: 2 + - uid: 22281 + components: + - type: Transform + pos: 26.5,57.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43243 + - uid: 22460 + components: + - type: Transform + pos: -90.5,-4.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 39733 + - uid: 22815 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-15.5 + parent: 2 + - uid: 23204 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,67.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42107 + - 25316 + - uid: 23212 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,65.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - uid: 23230 + components: + - type: Transform + pos: -21.5,-40.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 400 + - 28192 + - uid: 23234 + components: + - type: Transform + pos: 0.5,57.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1690 + - uid: 23235 + components: + - type: Transform + pos: 1.5,57.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1690 + - uid: 23236 + components: + - type: Transform + pos: 2.5,57.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1690 + - uid: 23262 + components: + - type: Transform + pos: -6.5,0.5 + parent: 2 + - uid: 23266 + components: + - type: Transform + pos: -7.5,0.5 + parent: 2 + - uid: 23730 + components: + - type: Transform + pos: -24.5,72.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42094 + - uid: 23832 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,72.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42107 + - uid: 24094 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,64.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - uid: 24100 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,77.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43859 + - uid: 25207 + components: + - type: Transform + pos: 40.5,18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25206 + - uid: 25208 + components: + - type: Transform + pos: 40.5,19.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25206 + - uid: 25209 + components: + - type: Transform + pos: 40.5,20.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25206 + - uid: 25211 + components: + - type: Transform + pos: 48.5,8.5 + parent: 2 + - uid: 25212 + components: + - type: Transform + pos: 49.5,8.5 + parent: 2 + - uid: 25213 + components: + - type: Transform + pos: 50.5,8.5 + parent: 2 + - uid: 25217 + components: + - type: Transform + pos: 49.5,-9.5 + parent: 2 + - uid: 25218 + components: + - type: Transform + pos: 50.5,-9.5 + parent: 2 + - uid: 25219 + components: + - type: Transform + pos: 51.5,-9.5 + parent: 2 + - uid: 25283 + components: + - type: Transform + pos: 23.5,2.5 + parent: 2 + - uid: 25284 + components: + - type: Transform + pos: 23.5,1.5 + parent: 2 + - uid: 25323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -61.5,-23.5 + parent: 2 + - uid: 25324 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 22060 + - uid: 25325 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,-29.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 22060 + - uid: 25883 + components: + - type: Transform + pos: -19.5,77.5 + parent: 2 + - uid: 26262 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 22501 + - 9609 + - uid: 26264 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,34.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 23988 + - 21903 + - uid: 26269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,10.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 21008 + - uid: 26296 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,12.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 21008 + - 22501 + - uid: 26305 + components: + - type: Transform + pos: -56.5,18.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9608 + - 9609 + - uid: 26309 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 9608 + - 21008 + - uid: 26331 + components: + - type: Transform + pos: -56.5,23.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 21903 + - 17903 + - uid: 26372 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -90.5,22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25231 + - 25232 + - uid: 26376 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -74.5,3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 22045 + - uid: 26679 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 9.5,-3.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 37193 + - uid: 26753 + components: + - type: Transform + pos: -90.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 39733 + - uid: 27441 + components: + - type: Transform + pos: -68.5,12.5 + parent: 2 + - uid: 27453 + components: + - type: Transform + pos: 12.5,41.5 + parent: 2 + - uid: 27454 + components: + - type: Transform + pos: 13.5,41.5 + parent: 2 + - uid: 27455 + components: + - type: Transform + pos: -21.5,27.5 + parent: 2 + - uid: 27456 + components: + - type: Transform + pos: -20.5,27.5 + parent: 2 + - uid: 27457 + components: + - type: Transform + pos: -19.5,27.5 + parent: 2 + - uid: 27458 + components: + - type: Transform + pos: 27.5,25.5 + parent: 2 + - uid: 27459 + components: + - type: Transform + pos: 28.5,25.5 + parent: 2 + - uid: 27460 + components: + - type: Transform + pos: 29.5,25.5 + parent: 2 + - uid: 27461 + components: + - type: Transform + pos: 41.5,28.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 30925 + - uid: 27484 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,-26.5 + parent: 2 + - uid: 28211 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,-28.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 12404 + - 14952 + - uid: 28380 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,17.5 + parent: 2 + - uid: 28441 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,6.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 31752 + - uid: 28457 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.5,-16.5 + parent: 2 + - uid: 28720 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,44.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 34109 + - 34110 + - uid: 28750 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,3.5 + parent: 2 + - uid: 28751 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,2.5 + parent: 2 + - uid: 28782 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6715 + - uid: 28783 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,-22.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 6715 + - uid: 28784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,-22.5 + parent: 2 + - uid: 28785 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,-22.5 + parent: 2 + - uid: 28818 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,61.5 + parent: 2 + - uid: 29024 + components: + - type: Transform + pos: -28.5,60.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - 3277 + - uid: 29025 + components: + - type: Transform + pos: -28.5,59.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - 3277 + - uid: 29085 + components: + - type: Transform + pos: 70.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 31592 + - 39847 + - uid: 29086 + components: + - type: Transform + pos: 70.5,-16.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 31592 + - 39847 + - uid: 30719 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,51.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 2594 + - uid: 30723 + components: + - type: Transform + pos: -17.5,47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 34109 + - uid: 31749 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-1.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 37193 + - uid: 34069 + components: + - type: Transform + pos: -22.5,43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 26091 + - uid: 34071 + components: + - type: Transform + pos: -21.5,43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 26091 + - uid: 34104 + components: + - type: Transform + pos: -20.5,43.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 26091 + - uid: 34350 + components: + - type: Transform + pos: -45.5,71.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42122 + - 35093 + - uid: 34925 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,0.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 39364 + - 31571 + - uid: 35128 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,56.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - uid: 35180 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,72.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 35093 + - 11638 + - uid: 35470 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,67.5 + parent: 2 + - uid: 35471 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,67.5 + parent: 2 + - uid: 35472 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,81.5 + parent: 2 + - uid: 35473 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,81.5 + parent: 2 + - uid: 35496 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,58.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 35093 + - uid: 37646 + components: + - type: Transform + pos: -30.5,76.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42095 + - uid: 37647 + components: + - type: Transform + pos: -30.5,80.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42095 + - uid: 37654 + components: + - type: Transform + pos: -30.5,84.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42095 + - uid: 37655 + components: + - type: Transform + pos: -30.5,88.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42095 + - uid: 37656 + components: + - type: Transform + pos: -12.5,31.5 + parent: 2 + - uid: 37664 + components: + - type: Transform + pos: -27.5,74.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - 42095 + - uid: 37724 + components: + - type: Transform + pos: -25.5,74.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - 42095 + - uid: 37892 + components: + - type: Transform + pos: 78.5,-15.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18513 + - 31592 + - uid: 37893 + components: + - type: Transform + pos: 78.5,-17.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 18513 + - 31592 + - uid: 38709 + components: + - type: Transform + pos: -21.5,84.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43833 + - 42097 + - uid: 38842 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,59.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 1690 + - uid: 38851 + components: + - type: Transform + pos: -20.5,84.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43833 + - 42097 + - uid: 39197 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25288 + - 28702 + - uid: 39198 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-9.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25288 + - 28702 + - uid: 39199 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-8.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25288 + - 28702 + - uid: 39739 + components: + - type: Transform + pos: 74.5,-22.5 + parent: 2 + - uid: 39740 + components: + - type: Transform + pos: 76.5,-22.5 + parent: 2 + - uid: 40619 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,88.5 + parent: 2 + - uid: 40620 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 2.5,88.5 + parent: 2 + - uid: 40667 + components: + - type: Transform + pos: -8.5,88.5 + parent: 2 + - uid: 42121 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.5,68.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42122 + - uid: 43262 + components: + - type: Transform + pos: 32.5,65.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43243 + - uid: 43263 + components: + - type: Transform + pos: 34.5,65.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43243 + - uid: 43264 + components: + - type: Transform + pos: 38.5,65.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43242 + - uid: 43265 + components: + - type: Transform + pos: 40.5,65.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43242 + - uid: 43866 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,70.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42841 + - 42842 +- proto: Fireplace + entities: + - uid: 92 + components: + - type: Transform + pos: 15.5,-34.5 + parent: 2 + - uid: 615 + components: + - type: Transform + pos: -9.5,-7.5 + parent: 2 + - uid: 1964 + components: + - type: Transform + pos: 12.5,30.5 + parent: 2 + - uid: 2727 + components: + - type: Transform + pos: 51.5,30.5 + parent: 2 + - uid: 15740 + components: + - type: Transform + pos: -9.5,26.5 + parent: 2 + - uid: 28748 + components: + - type: Transform + pos: 20.5,-34.5 + parent: 2 + - uid: 28856 + components: + - type: Transform + pos: 22.5,50.5 + parent: 2 + - uid: 40713 + components: + - type: Transform + pos: -18.5,79.5 + parent: 2 + - uid: 43906 + components: + - type: Transform + pos: -16.5,-7.5 + parent: 2 +- proto: FishLabeler + entities: + - uid: 39520 + components: + - type: Transform + pos: -60.626774,13.881936 + parent: 2 +- proto: Flare + entities: + - uid: 30053 + components: + - type: Transform + pos: 83.49072,41.44527 + parent: 2 +- proto: FlashlightLantern + entities: + - uid: 5655 + components: + - type: Transform + pos: 50.584522,40.648224 + parent: 2 + - uid: 5658 + components: + - type: Transform + pos: 26.46736,30.484562 + parent: 2 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 2568 + - type: ActionsContainer + - uid: 7937 + components: + - type: Transform + pos: -40.600586,12.1399555 + parent: 2 + - type: HandheldLight + toggleActionEntity: 16291 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 16291 + - type: ActionsContainer + - uid: 8031 + components: + - type: Transform + pos: -34.983147,4.4395385 + parent: 2 + - type: HandheldLight + toggleActionEntity: 16335 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 16335 + - type: ActionsContainer + - uid: 14261 + components: + - type: Transform + pos: 27.644642,55.55499 + parent: 2 +- proto: FlashlightSeclite + entities: + - uid: 14212 + components: + - type: Transform + pos: 13.510031,48.324593 + parent: 2 + - type: HandheldLight + toggleActionEntity: 413 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 4259 + - 413 + - type: ActionsContainer + - uid: 15585 + components: + - type: Transform + pos: -10.841263,37.423046 + parent: 2 + - type: HandheldLight + toggleActionEntity: 28176 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 28176 + - type: ActionsContainer + - uid: 15586 + components: + - type: Transform + pos: -10.961248,37.57136 + parent: 2 + - type: HandheldLight + toggleActionEntity: 28239 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 28239 + - type: ActionsContainer +- proto: FlippoLighter + entities: + - uid: 13955 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.9148827,50.53677 + parent: 2 + - uid: 19469 + components: + - type: Transform + pos: -4.963865,63.713005 + parent: 2 + - uid: 19859 + components: + - type: Transform + pos: 34.381985,57.451775 + parent: 2 + - uid: 39391 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -58.4358,14.000259 + parent: 2 + - uid: 40073 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.916333,25.696512 + parent: 2 +- proto: Floodlight + entities: + - uid: 8150 + components: + - type: Transform + pos: 100.769325,74.732254 + parent: 2 + - uid: 33523 + components: + - type: Transform + pos: 62.40954,62.456474 + parent: 2 +- proto: FloodlightBroken + entities: + - uid: 4741 + components: + - type: Transform + pos: 100.519135,74.51572 + parent: 2 + - uid: 5388 + components: + - type: Transform + pos: 60.631596,52.83645 + parent: 2 + - uid: 5389 + components: + - type: Transform + pos: 58.49097,57.27395 + parent: 2 + - uid: 5390 + components: + - type: Transform + pos: 60.61597,57.164574 + parent: 2 + - uid: 7068 + components: + - type: Transform + pos: -29.247585,-35.76096 + parent: 2 + - uid: 29381 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.85128,76.321594 + parent: 2 + - uid: 29804 + components: + - type: Transform + pos: 106.06467,19.870487 + parent: 2 + - uid: 32294 + components: + - type: Transform + pos: -104.5607,50.63701 + parent: 2 + - uid: 32357 + components: + - type: Transform + pos: -123.263824,53.527634 + parent: 2 + - uid: 33524 + components: + - type: Transform + pos: 60.370476,69.61664 + parent: 2 + - uid: 33525 + components: + - type: Transform + pos: 60.73227,69.83646 + parent: 2 + - uid: 33526 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 92.59736,47.38718 + parent: 2 + - uid: 36905 + components: + - type: Transform + pos: 91.88007,12.111589 + parent: 2 + - uid: 37168 + components: + - type: Transform + pos: 79.197716,53.399914 + parent: 2 + - uid: 38401 + components: + - type: Transform + pos: -104.232574,51.16826 + parent: 2 +- proto: FloorDrain + entities: + - uid: 258 + components: + - type: Transform + pos: -56.5,-20.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 1021 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-2.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 1636 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,9.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 1770 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 13.5,1.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 1783 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,9.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 3025 + components: + - type: Transform + pos: -29.5,24.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 3152 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,43.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 4555 + components: + - type: Transform + pos: 49.5,43.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 5722 + components: + - type: Transform + pos: 23.5,-1.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 6091 + components: + - type: Transform + pos: -8.5,-1.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 7310 + components: + - type: Transform + pos: -59.5,-7.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 8263 + components: + - type: Transform + pos: 73.5,85.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 8352 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,0.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 8617 + components: + - type: Transform + pos: -41.5,67.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 8653 + components: + - type: Transform + pos: -40.5,-25.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 8798 + components: + - type: Transform + pos: -49.5,27.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 11476 + components: + - type: Transform + pos: -21.5,-1.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 13064 + components: + - type: Transform + pos: -25.5,24.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 13068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,46.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 13088 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,51.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 13118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,51.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 17843 + components: + - type: Transform + pos: -6.5,7.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 18111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,57.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 18226 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,58.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 18328 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,59.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 19074 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,9.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 19113 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,10.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 19648 + components: + - type: Transform + pos: 13.5,-21.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 20274 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,10.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 22261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,-6.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 22629 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,46.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 22991 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,60.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 24131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,-18.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 25121 + components: + - type: Transform + pos: 25.5,9.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 25166 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,24.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 25753 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,24.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 25861 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,70.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 28666 + components: + - type: Transform + pos: -15.5,-1.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 29374 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 85.5,77.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 30271 + components: + - type: Transform + pos: 10.5,56.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 30308 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,9.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 36701 + components: + - type: Transform + pos: 81.5,85.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 36788 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,62.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 37497 + components: + - type: Transform + pos: -26.5,89.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 37498 + components: + - type: Transform + pos: -26.5,86.5 + parent: 2 + - type: Fixtures + fixtures: {} + - uid: 41144 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,63.5 + parent: 2 + - type: Fixtures + fixtures: {} +- proto: FloorWaterEntity + entities: + - uid: 4141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,25.5 + parent: 2 + - uid: 4146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,24.5 + parent: 2 + - uid: 4150 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,28.5 + parent: 2 + - uid: 4158 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,28.5 + parent: 2 + - uid: 5944 + components: + - type: Transform + pos: -49.5,-8.5 + parent: 2 + - uid: 7210 + components: + - type: Transform + pos: -104.5,7.5 + parent: 2 + - uid: 7219 + components: + - type: Transform + pos: -104.5,4.5 + parent: 2 + - uid: 7255 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -103.5,10.5 + parent: 2 + - uid: 7256 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -104.5,11.5 + parent: 2 + - uid: 7257 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -104.5,8.5 + parent: 2 + - uid: 7258 + components: + - type: Transform + pos: -104.5,13.5 + parent: 2 + - uid: 7341 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -80.5,28.5 + parent: 2 + - uid: 7372 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,28.5 + parent: 2 + - uid: 7374 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,28.5 + parent: 2 + - uid: 7459 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,28.5 + parent: 2 + - uid: 7672 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -103.5,12.5 + parent: 2 + - uid: 7769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,6.5 + parent: 2 + - uid: 7773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -102.5,13.5 + parent: 2 + - uid: 7775 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -103.5,4.5 + parent: 2 + - uid: 7779 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,12.5 + parent: 2 + - uid: 7785 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -102.5,12.5 + parent: 2 + - uid: 8223 + components: + - type: Transform + pos: 96.5,19.5 + parent: 2 + - uid: 8480 + components: + - type: Transform + pos: -105.5,5.5 + parent: 2 + - uid: 8483 + components: + - type: Transform + pos: -106.5,6.5 + parent: 2 + - uid: 8484 + components: + - type: Transform + pos: -107.5,6.5 + parent: 2 + - uid: 8486 + components: + - type: Transform + pos: -86.5,30.5 + parent: 2 + - uid: 8487 + components: + - type: Transform + pos: -106.5,4.5 + parent: 2 + - uid: 8488 + components: + - type: Transform + pos: -105.5,4.5 + parent: 2 + - uid: 8489 + components: + - type: Transform + pos: -105.5,3.5 + parent: 2 + - uid: 8491 + components: + - type: Transform + pos: -103.5,3.5 + parent: 2 + - uid: 8492 + components: + - type: Transform + pos: -103.5,2.5 + parent: 2 + - uid: 8493 + components: + - type: Transform + pos: -103.5,13.5 + parent: 2 + - uid: 8494 + components: + - type: Transform + pos: -103.5,14.5 + parent: 2 + - uid: 8495 + components: + - type: Transform + pos: -102.5,14.5 + parent: 2 + - uid: 8496 + components: + - type: Transform + pos: -101.5,14.5 + parent: 2 + - uid: 8497 + components: + - type: Transform + pos: -101.5,13.5 + parent: 2 + - uid: 8501 + components: + - type: Transform + pos: -105.5,13.5 + parent: 2 + - uid: 8504 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,7.5 + parent: 2 + - uid: 8507 + components: + - type: Transform + pos: -103.5,7.5 + parent: 2 + - uid: 8509 + components: + - type: Transform + pos: -103.5,9.5 + parent: 2 + - uid: 8512 + components: + - type: Transform + pos: -86.5,29.5 + parent: 2 + - uid: 8514 + components: + - type: Transform + pos: -86.5,27.5 + parent: 2 + - uid: 8515 + components: + - type: Transform + pos: -86.5,26.5 + parent: 2 + - uid: 8516 + components: + - type: Transform + pos: -86.5,25.5 + parent: 2 + - uid: 8517 + components: + - type: Transform + pos: -86.5,24.5 + parent: 2 + - uid: 8518 + components: + - type: Transform + pos: -85.5,29.5 + parent: 2 + - uid: 8520 + components: + - type: Transform + pos: -85.5,27.5 + parent: 2 + - uid: 8521 + components: + - type: Transform + pos: -85.5,26.5 + parent: 2 + - uid: 8522 + components: + - type: Transform + pos: -85.5,25.5 + parent: 2 + - uid: 8523 + components: + - type: Transform + pos: -85.5,24.5 + parent: 2 + - uid: 8532 + components: + - type: Transform + pos: -83.5,29.5 + parent: 2 + - uid: 8534 + components: + - type: Transform + pos: -83.5,27.5 + parent: 2 + - uid: 8535 + components: + - type: Transform + pos: -83.5,26.5 + parent: 2 + - uid: 8536 + components: + - type: Transform + pos: -83.5,25.5 + parent: 2 + - uid: 8537 + components: + - type: Transform + pos: -83.5,24.5 + parent: 2 + - uid: 8539 + components: + - type: Transform + pos: -82.5,30.5 + parent: 2 + - uid: 8540 + components: + - type: Transform + pos: -82.5,29.5 + parent: 2 + - uid: 8542 + components: + - type: Transform + pos: -82.5,27.5 + parent: 2 + - uid: 8543 + components: + - type: Transform + pos: -82.5,26.5 + parent: 2 + - uid: 8544 + components: + - type: Transform + pos: -82.5,25.5 + parent: 2 + - uid: 8545 + components: + - type: Transform + pos: -82.5,24.5 + parent: 2 + - uid: 8546 + components: + - type: Transform + pos: -81.5,30.5 + parent: 2 + - uid: 8547 + components: + - type: Transform + pos: -81.5,29.5 + parent: 2 + - uid: 8549 + components: + - type: Transform + pos: -81.5,27.5 + parent: 2 + - uid: 8550 + components: + - type: Transform + pos: -81.5,26.5 + parent: 2 + - uid: 8551 + components: + - type: Transform + pos: -81.5,25.5 + parent: 2 + - uid: 8552 + components: + - type: Transform + pos: -81.5,24.5 + parent: 2 + - uid: 8553 + components: + - type: Transform + pos: -80.5,30.5 + parent: 2 + - uid: 8554 + components: + - type: Transform + pos: -80.5,29.5 + parent: 2 + - uid: 8556 + components: + - type: Transform + pos: -80.5,27.5 + parent: 2 + - uid: 8557 + components: + - type: Transform + pos: -80.5,26.5 + parent: 2 + - uid: 8558 + components: + - type: Transform + pos: -80.5,25.5 + parent: 2 + - uid: 8559 + components: + - type: Transform + pos: -80.5,24.5 + parent: 2 + - uid: 8560 + components: + - type: Transform + pos: -79.5,29.5 + parent: 2 + - uid: 8562 + components: + - type: Transform + pos: -79.5,27.5 + parent: 2 + - uid: 8563 + components: + - type: Transform + pos: -79.5,26.5 + parent: 2 + - uid: 8564 + components: + - type: Transform + pos: -79.5,25.5 + parent: 2 + - uid: 8565 + components: + - type: Transform + pos: -79.5,24.5 + parent: 2 + - uid: 8566 + components: + - type: Transform + pos: -78.5,27.5 + parent: 2 + - uid: 8567 + components: + - type: Transform + pos: -78.5,26.5 + parent: 2 + - uid: 8568 + components: + - type: Transform + pos: -78.5,25.5 + parent: 2 + - uid: 8569 + components: + - type: Transform + pos: -78.5,24.5 + parent: 2 + - uid: 8570 + components: + - type: Transform + pos: -87.5,30.5 + parent: 2 + - uid: 8571 + components: + - type: Transform + pos: -87.5,29.5 + parent: 2 + - uid: 8573 + components: + - type: Transform + pos: -87.5,27.5 + parent: 2 + - uid: 8574 + components: + - type: Transform + pos: -87.5,26.5 + parent: 2 + - uid: 8575 + components: + - type: Transform + pos: -87.5,25.5 + parent: 2 + - uid: 8577 + components: + - type: Transform + pos: -88.5,30.5 + parent: 2 + - uid: 8579 + components: + - type: Transform + pos: -89.5,29.5 + parent: 2 + - uid: 8580 + components: + - type: Transform + pos: -88.5,25.5 + parent: 2 + - uid: 8584 + components: + - type: Transform + pos: -88.5,29.5 + parent: 2 + - uid: 8586 + components: + - type: Transform + pos: -89.5,26.5 + parent: 2 + - uid: 8588 + components: + - type: Transform + pos: -88.5,27.5 + parent: 2 + - uid: 8589 + components: + - type: Transform + pos: -88.5,26.5 + parent: 2 + - uid: 8591 + components: + - type: Transform + pos: -89.5,27.5 + parent: 2 + - uid: 8594 + components: + - type: Transform + pos: -90.5,27.5 + parent: 2 + - uid: 8595 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -103.5,6.5 + parent: 2 + - uid: 8596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -103.5,5.5 + parent: 2 + - uid: 8616 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -106.5,5.5 + parent: 2 + - uid: 11404 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -103.5,11.5 + parent: 2 + - uid: 11405 + components: + - type: Transform + pos: -104.5,3.5 + parent: 2 + - uid: 11406 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -104.5,9.5 + parent: 2 + - uid: 11409 + components: + - type: Transform + pos: -104.5,5.5 + parent: 2 + - uid: 11411 + components: + - type: Transform + pos: -104.5,12.5 + parent: 2 + - uid: 11412 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -103.5,8.5 + parent: 2 + - uid: 11420 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -104.5,10.5 + parent: 2 + - uid: 11453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,28.5 + parent: 2 + - uid: 11454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,27.5 + parent: 2 + - uid: 11455 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,26.5 + parent: 2 + - uid: 11457 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.5,28.5 + parent: 2 + - uid: 11458 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,28.5 + parent: 2 + - uid: 11459 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,28.5 + parent: 2 + - uid: 11460 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,28.5 + parent: 2 + - uid: 21833 + components: + - type: Transform + pos: -50.5,-8.5 + parent: 2 + - uid: 22044 + components: + - type: Transform + pos: -104.5,6.5 + parent: 2 + - uid: 27838 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,43.5 + parent: 2 + - uid: 27839 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,42.5 + parent: 2 + - uid: 27840 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,41.5 + parent: 2 + - uid: 27841 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,41.5 + parent: 2 + - uid: 27842 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,41.5 + parent: 2 + - uid: 27843 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,42.5 + parent: 2 + - uid: 27859 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 64.5,43.5 + parent: 2 + - uid: 27870 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 63.5,43.5 + parent: 2 + - uid: 29802 + components: + - type: Transform + pos: 99.5,47.5 + parent: 2 + - uid: 29815 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 104.5,44.5 + parent: 2 + - uid: 29905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 104.5,45.5 + parent: 2 + - uid: 29906 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 104.5,46.5 + parent: 2 + - uid: 29907 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 104.5,47.5 + parent: 2 + - uid: 29924 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 103.5,46.5 + parent: 2 + - uid: 29925 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 103.5,45.5 + parent: 2 + - uid: 29927 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 103.5,44.5 + parent: 2 + - uid: 29937 + components: + - type: Transform + pos: 100.5,47.5 + parent: 2 + - uid: 30131 + components: + - type: Transform + pos: 96.5,18.5 + parent: 2 + - uid: 30132 + components: + - type: Transform + pos: 96.5,17.5 + parent: 2 + - uid: 30133 + components: + - type: Transform + pos: 96.5,16.5 + parent: 2 + - uid: 30134 + components: + - type: Transform + pos: 97.5,19.5 + parent: 2 + - uid: 30135 + components: + - type: Transform + pos: 97.5,18.5 + parent: 2 + - uid: 30136 + components: + - type: Transform + pos: 97.5,17.5 + parent: 2 + - uid: 30137 + components: + - type: Transform + pos: 97.5,16.5 + parent: 2 + - uid: 30139 + components: + - type: Transform + pos: 98.5,18.5 + parent: 2 + - uid: 30140 + components: + - type: Transform + pos: 98.5,17.5 + parent: 2 + - uid: 30141 + components: + - type: Transform + pos: 98.5,16.5 + parent: 2 + - uid: 30146 + components: + - type: Transform + pos: 95.5,17.5 + parent: 2 + - uid: 30147 + components: + - type: Transform + pos: 95.5,16.5 + parent: 2 + - uid: 30148 + components: + - type: Transform + pos: 96.5,15.5 + parent: 2 + - uid: 30149 + components: + - type: Transform + pos: 97.5,15.5 + parent: 2 + - uid: 30164 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,43.5 + parent: 2 + - uid: 30166 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,43.5 + parent: 2 + - uid: 30167 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,42.5 + parent: 2 + - uid: 30168 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,44.5 + parent: 2 + - uid: 30169 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,44.5 + parent: 2 + - uid: 30170 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,45.5 + parent: 2 + - uid: 30171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 73.5,45.5 + parent: 2 + - uid: 30172 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,46.5 + parent: 2 + - uid: 30173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 72.5,45.5 + parent: 2 + - uid: 30174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 75.5,45.5 + parent: 2 + - uid: 30177 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,44.5 + parent: 2 + - uid: 30178 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,44.5 + parent: 2 + - uid: 30179 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,43.5 + parent: 2 + - uid: 30180 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,43.5 + parent: 2 + - uid: 30181 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 76.5,42.5 + parent: 2 + - uid: 30182 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 77.5,42.5 + parent: 2 + - uid: 30183 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 78.5,42.5 + parent: 2 + - uid: 30184 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 78.5,43.5 + parent: 2 + - uid: 30185 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 73.5,46.5 + parent: 2 + - uid: 32539 + components: + - type: Transform + pos: 71.5,45.5 + parent: 2 + - uid: 33040 + components: + - type: Transform + pos: 98.5,46.5 + parent: 2 + - uid: 33085 + components: + - type: Transform + pos: 98.5,45.5 + parent: 2 + - uid: 33086 + components: + - type: Transform + pos: 97.5,45.5 + parent: 2 + - uid: 33087 + components: + - type: Transform + pos: 99.5,46.5 + parent: 2 + - uid: 33088 + components: + - type: Transform + pos: 99.5,45.5 + parent: 2 + - uid: 33089 + components: + - type: Transform + pos: 99.5,44.5 + parent: 2 + - uid: 33090 + components: + - type: Transform + pos: 98.5,44.5 + parent: 2 + - uid: 33091 + components: + - type: Transform + pos: 100.5,44.5 + parent: 2 + - uid: 33092 + components: + - type: Transform + pos: 100.5,45.5 + parent: 2 + - uid: 33093 + components: + - type: Transform + pos: 99.5,43.5 + parent: 2 + - uid: 33094 + components: + - type: Transform + pos: 98.5,43.5 + parent: 2 + - uid: 33095 + components: + - type: Transform + pos: 97.5,44.5 + parent: 2 + - uid: 33096 + components: + - type: Transform + pos: 96.5,45.5 + parent: 2 + - uid: 33098 + components: + - type: Transform + pos: 100.5,46.5 + parent: 2 + - uid: 33560 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 103.5,47.5 + parent: 2 + - uid: 33605 + components: + - type: Transform + pos: 105.5,46.5 + parent: 2 + - uid: 34244 + components: + - type: Transform + pos: 105.5,45.5 + parent: 2 +- proto: FloraGreyStalagmite1 + entities: + - uid: 17790 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 88.65585,32.097183 + parent: 2 + - uid: 29969 + components: + - type: Transform + pos: 97.026825,65.00194 + parent: 2 + - uid: 31636 + components: + - type: Transform + pos: 91.36276,65.84715 + parent: 2 + - uid: 31646 + components: + - type: Transform + pos: 86.70912,69.580795 + parent: 2 + - uid: 31648 + components: + - type: Transform + pos: 86.28821,73.39627 + parent: 2 + - uid: 31655 + components: + - type: Transform + pos: 81.34678,67.25336 + parent: 2 + - uid: 31657 + components: + - type: Transform + pos: 83.77647,69.42523 + parent: 2 + - uid: 31668 + components: + - type: Transform + pos: 80.049904,76.1185 + parent: 2 + - uid: 31698 + components: + - type: Transform + pos: 65.82638,65.72647 + parent: 2 + - uid: 31702 + components: + - type: Transform + pos: 70.87325,66.78897 + parent: 2 + - uid: 31707 + components: + - type: Transform + pos: 65.48513,58.42623 + parent: 2 + - uid: 31720 + components: + - type: Transform + pos: 89.641136,50.50387 + parent: 2 + - uid: 31724 + components: + - type: Transform + pos: 96.8185,53.370773 + parent: 2 + - uid: 31725 + components: + - type: Transform + pos: 93.768326,59.007107 + parent: 2 + - uid: 31727 + components: + - type: Transform + pos: 90.87941,55.350857 + parent: 2 + - uid: 38968 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 92.999344,11.161419 + parent: 2 + - uid: 38983 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 102.78473,9.387981 + parent: 2 + - uid: 38985 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 103.72223,11.247356 + parent: 2 + - uid: 38991 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 100.15524,11.333294 + parent: 2 + - uid: 38992 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 104.73362,12.485392 + parent: 2 + - uid: 39004 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 98.41121,29.340899 + parent: 2 + - uid: 39016 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 104.6462,23.425716 + parent: 2 + - uid: 39017 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 103.50558,24.936129 + parent: 2 + - uid: 39024 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 100.14015,25.154058 + parent: 2 + - uid: 39033 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 99.91121,37.09593 + parent: 2 + - uid: 39037 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 94.24085,38.292847 + parent: 2 + - uid: 39040 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 93.31898,41.14441 + parent: 2 + - uid: 39048 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.3314,29.933123 + parent: 2 + - uid: 39058 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.34879,32.05239 + parent: 2 + - uid: 39061 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.52067,35.54458 + parent: 2 + - uid: 39063 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 77.39567,34.778954 + parent: 2 + - uid: 39071 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 87.65499,44.783665 + parent: 2 + - uid: 39080 + components: + - type: Transform + pos: 92.50016,53.96985 + parent: 2 + - uid: 39086 + components: + - type: Transform + pos: 99.6277,51.90575 + parent: 2 +- proto: FloraGreyStalagmite2 + entities: + - uid: 29674 + components: + - type: Transform + pos: 96.66745,62.275368 + parent: 2 + - uid: 29962 + components: + - type: Transform + pos: 95.33151,62.212868 + parent: 2 + - uid: 31634 + components: + - type: Transform + pos: 89.3862,64.89403 + parent: 2 + - uid: 31637 + components: + - type: Transform + pos: 97.73639,69.33861 + parent: 2 + - uid: 31641 + components: + - type: Transform + pos: 87.09975,68.19017 + parent: 2 + - uid: 31647 + components: + - type: Transform + pos: 86.35071,73.85721 + parent: 2 + - uid: 31653 + components: + - type: Transform + pos: 87.75696,77.74002 + parent: 2 + - uid: 31661 + components: + - type: Transform + pos: 81.19053,71.56586 + parent: 2 + - uid: 31666 + components: + - type: Transform + pos: 80.62022,75.915375 + parent: 2 + - uid: 31674 + components: + - type: Transform + pos: 73.72016,68.33078 + parent: 2 + - uid: 31676 + components: + - type: Transform + pos: 74.119736,66.85422 + parent: 2 + - uid: 31679 + components: + - type: Transform + pos: 66.17822,68.26047 + parent: 2 + - uid: 31682 + components: + - type: Transform + pos: 69.67822,69.252655 + parent: 2 + - uid: 31684 + components: + - type: Transform + pos: 56.478855,86.55994 + parent: 2 + - uid: 31687 + components: + - type: Transform + pos: 58.77573,81.358 + parent: 2 + - uid: 31689 + components: + - type: Transform + pos: 57.21323,80.803314 + parent: 2 + - uid: 31695 + components: + - type: Transform + pos: 65.35763,65.26553 + parent: 2 + - uid: 31705 + components: + - type: Transform + pos: 69.63888,65.25772 + parent: 2 + - uid: 31706 + components: + - type: Transform + pos: 65.71169,59.828487 + parent: 2 + - uid: 31710 + components: + - type: Transform + pos: 76.426926,50.39327 + parent: 2 + - uid: 31718 + components: + - type: Transform + pos: 91.53252,52.98043 + parent: 2 + - uid: 31723 + components: + - type: Transform + pos: 95.84299,54.808273 + parent: 2 + - uid: 38973 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 97.064095,9.278606 + parent: 2 + - uid: 38977 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 95.82379,10.958294 + parent: 2 + - uid: 38988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 100.831604,12.864544 + parent: 2 + - uid: 38998 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 105.63464,20.863852 + parent: 2 + - uid: 39000 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 99.361206,22.26229 + parent: 2 + - uid: 39006 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 96.204956,25.332602 + parent: 2 + - uid: 39012 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 89.620026,30.791815 + parent: 2 + - uid: 39019 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 102.64445,26.912691 + parent: 2 + - uid: 39028 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 101.645584,29.756706 + parent: 2 + - uid: 39039 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 93.654915,41.42566 + parent: 2 + - uid: 39043 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 88.08554,31.73781 + parent: 2 + - uid: 39046 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 80.2689,29.339373 + parent: 2 + - uid: 39051 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.00327,31.901873 + parent: 2 + - uid: 39060 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 75.28629,35.86489 + parent: 2 + - uid: 39066 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 79.24723,34.82583 + parent: 2 + - uid: 39069 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 69.71626,39.84624 + parent: 2 + - uid: 39072 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 88.17843,43.916477 + parent: 2 + - uid: 39078 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 93.88297,51.32141 + parent: 2 + - uid: 39082 + components: + - type: Transform + pos: 93.30485,54.91516 + parent: 2 + - uid: 39088 + components: + - type: Transform + pos: 101.64686,53.29113 + parent: 2 + - uid: 39090 + components: + - type: Transform + pos: 97.89686,58.814568 + parent: 2 + - uid: 39092 + components: + - type: Transform + pos: 98.20393,59.629654 + parent: 2 + - uid: 39093 + components: + - type: Transform + pos: 102.79768,61.93434 + parent: 2 +- proto: FloraGreyStalagmite3 + entities: + - uid: 18079 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 86.30429,31.89406 + parent: 2 + - uid: 29095 + components: + - type: Transform + pos: 92.89401,61.40818 + parent: 2 + - uid: 29960 + components: + - type: Transform + pos: 95.714325,62.462868 + parent: 2 + - uid: 31633 + components: + - type: Transform + pos: 94.84714,66.18309 + parent: 2 + - uid: 31638 + components: + - type: Transform + pos: 93.90045,69.893295 + parent: 2 + - uid: 31639 + components: + - type: Transform + pos: 91.33014,68.76048 + parent: 2 + - uid: 31652 + components: + - type: Transform + pos: 85.311646,76.474396 + parent: 2 + - uid: 31654 + components: + - type: Transform + pos: 87.53821,77.33377 + parent: 2 + - uid: 31660 + components: + - type: Transform + pos: 82.83897,70.07367 + parent: 2 + - uid: 31663 + components: + - type: Transform + pos: 81.15147,70.26898 + parent: 2 + - uid: 31667 + components: + - type: Transform + pos: 80.31553,75.415375 + parent: 2 + - uid: 31688 + components: + - type: Transform + pos: 57.033543,80.13144 + parent: 2 + - uid: 31692 + components: + - type: Transform + pos: 58.697605,77.35019 + parent: 2 + - uid: 31693 + components: + - type: Transform + pos: 65.30294,66.92178 + parent: 2 + - uid: 31704 + components: + - type: Transform + pos: 73.342,65.35928 + parent: 2 + - uid: 31713 + components: + - type: Transform + pos: 92.67314,48.896618 + parent: 2 + - uid: 31714 + components: + - type: Transform + pos: 92.087204,48.505993 + parent: 2 + - uid: 31728 + components: + - type: Transform + pos: 88.59035,56.99148 + parent: 2 + - uid: 38969 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 93.561844,10.817669 + parent: 2 + - uid: 38971 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 93.08528,8.380169 + parent: 2 + - uid: 38976 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 96.237854,12.005169 + parent: 2 + - uid: 38978 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 95.48004,10.802044 + parent: 2 + - uid: 38980 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 100.37067,9.309856 + parent: 2 + - uid: 38999 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 105.267456,20.51229 + parent: 2 + - uid: 39009 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 90.70596,28.93244 + parent: 2 + - uid: 39010 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 88.2919,28.36994 + parent: 2 + - uid: 39013 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-11.5 + rot: 1.5707963267948966 rad + pos: 89.79971,30.518377 parent: 2 - - uid: 17610 + - uid: 39014 components: - type: Transform rot: 1.5707963267948966 rad - pos: 92.5,57.5 + pos: 104.747765,23.925716 parent: 2 - - uid: 17852 + - uid: 39022 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-10.5 + rot: 1.5707963267948966 rad + pos: 100.26515,26.615816 parent: 2 - - uid: 34878 + - uid: 39031 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,40.5 + rot: 1.5707963267948966 rad + pos: 97.22371,34.054478 parent: 2 - - uid: 34912 + - uid: 39032 components: - type: Transform - pos: 1.5,46.5 + rot: 1.5707963267948966 rad + pos: 100.1534,36.338116 parent: 2 - - uid: 35745 + - uid: 39035 components: - type: Transform rot: 1.5707963267948966 rad - pos: 73.5,48.5 + pos: 95.364334,37.400616 parent: 2 - - uid: 35746 + - uid: 39045 components: - type: Transform rot: 1.5707963267948966 rad - pos: 73.5,49.5 + pos: 85.59335,29.315935 parent: 2 - - uid: 35749 + - uid: 39047 components: - type: Transform rot: 1.5707963267948966 rad - pos: 63.5,79.5 + pos: 80.792336,29.315935 parent: 2 - - uid: 35750 + - uid: 39057 components: - type: Transform - rot: 3.141592653589793 rad - pos: 81.5,71.5 + rot: 1.5707963267948966 rad + pos: 77.294106,31.333641 parent: 2 - - uid: 35751 + - uid: 39068 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,71.5 + rot: 1.5707963267948966 rad + pos: 69.15376,39.893116 parent: 2 - - uid: 35753 + - uid: 39074 components: - type: Transform - pos: 98.5,32.5 + rot: 1.5707963267948966 rad + pos: 88.77999,43.971165 parent: 2 - - uid: 35754 + - uid: 39076 components: - type: Transform - pos: 99.5,32.5 + rot: 1.5707963267948966 rad + pos: 95.297035,50.85266 parent: 2 - - uid: 35755 + - uid: 39083 components: - type: Transform - rot: 3.141592653589793 rad - pos: 92.5,32.5 + pos: 93.984535,54.735474 parent: 2 - - uid: 35756 + - uid: 39085 components: - type: Transform - rot: 3.141592653589793 rad - pos: 93.5,32.5 + pos: 98.80739,50.452625 parent: 2 - - uid: 35757 + - uid: 39096 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,32.5 + pos: 99.75081,57.879654 parent: 2 - - uid: 35758 +- proto: FloraGreyStalagmite4 + entities: + - uid: 18193 components: - type: Transform - rot: 3.141592653589793 rad - pos: 78.5,32.5 + rot: 1.5707963267948966 rad + pos: 94.10023,38.99597 parent: 2 - - uid: 35759 + - uid: 29094 components: - type: Transform - rot: 3.141592653589793 rad - pos: 79.5,32.5 + pos: 95.64264,68.455795 parent: 2 - - uid: 36785 + - uid: 29978 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,66.5 + pos: 97.73776,64.900375 parent: 2 - - uid: 36787 + - uid: 30791 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,65.5 + pos: 97.839325,63.267555 parent: 2 -- proto: FirelockGlass - entities: - - uid: 18 + - uid: 31656 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,-24.5 + pos: 81.22959,67.98773 parent: 2 - - type: DeviceNetwork - deviceLists: - - 14952 - - uid: 26 + - uid: 31665 components: - type: Transform - pos: 50.5,26.5 + pos: 83.674904,73.931 parent: 2 - - uid: 31 + - uid: 31670 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-15.5 + pos: 76.6811,65.29953 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25333 - - 27414 - - uid: 65 + - uid: 31686 components: - type: Transform - pos: 1.5,-3.5 + pos: 58.705418,81.91269 parent: 2 - - uid: 66 + - uid: 31694 components: - type: Transform - pos: 2.5,-3.5 + pos: 66.06075,66.88272 parent: 2 - - uid: 68 + - uid: 31709 components: - type: Transform - pos: 0.5,-3.5 + pos: 76.73012,51.846394 parent: 2 - - uid: 84 + - uid: 31716 components: - type: Transform - pos: -5.5,-12.5 + pos: 90.97002,52.62887 parent: 2 - - uid: 101 + - uid: 38972 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-6.5 + rot: 1.5707963267948966 rad + pos: 98.13441,8.200481 parent: 2 - - uid: 144 + - uid: 38982 components: - type: Transform - pos: 29.5,-12.5 + rot: 1.5707963267948966 rad + pos: 102.081604,9.270794 parent: 2 - - uid: 148 + - uid: 38989 components: - type: Transform - pos: 28.5,-12.5 + rot: 1.5707963267948966 rad + pos: 100.82379,12.091106 parent: 2 - - uid: 152 + - uid: 38994 components: - type: Transform - pos: 16.5,-12.5 + rot: 1.5707963267948966 rad + pos: 102.27051,14.032267 parent: 2 - - uid: 153 + - uid: 38995 components: - type: Transform - pos: 17.5,-12.5 + rot: 1.5707963267948966 rad + pos: 91.17077,9.312969 parent: 2 - - uid: 154 + - uid: 38996 components: - type: Transform - pos: 20.5,-12.5 + rot: 1.5707963267948966 rad + pos: 101.37683,21.309164 parent: 2 - - uid: 155 + - uid: 39029 components: - type: Transform - pos: 19.5,-12.5 + rot: 1.5707963267948966 rad + pos: 101.66902,29.225456 parent: 2 - - uid: 214 + - uid: 39030 components: - type: Transform - pos: 0.5,8.5 + rot: 1.5707963267948966 rad + pos: 97.37215,33.320103 parent: 2 - - type: DeviceNetwork - deviceLists: - - 20237 - - uid: 215 + - uid: 39041 components: - type: Transform rot: 1.5707963267948966 rad - pos: -52.5,23.5 + pos: 93.95179,42.042847 parent: 2 - - type: DeviceNetwork - deviceLists: - - 21903 - - 20851 - - uid: 218 + - uid: 39052 components: - type: Transform - pos: 2.5,8.5 + rot: 1.5707963267948966 rad + pos: 81.8314,31.354998 parent: 2 - - type: DeviceNetwork - deviceLists: - - 20237 - - uid: 221 + - uid: 39053 components: - type: Transform - pos: 1.5,8.5 + rot: 1.5707963267948966 rad + pos: 78.42515,30.401873 parent: 2 - - type: DeviceNetwork - deviceLists: - - 20237 - - uid: 241 + - uid: 39089 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,8.5 + pos: 97.31092,58.767693 parent: 2 - - type: DeviceNetwork - deviceLists: - - 37193 - - 36760 - - uid: 242 + - uid: 39095 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,8.5 + pos: 100.0555,57.30934 parent: 2 - - type: DeviceNetwork - deviceLists: - - 21 - - 31752 - - uid: 248 +- proto: FloraGreyStalagmite5 + entities: + - uid: 29091 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,6.5 + pos: 95.08014,68.299545 parent: 2 - - type: DeviceNetwork - deviceLists: - - 37193 - - uid: 271 + - uid: 30642 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-17.5 + pos: 92.214325,61.400368 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25256 - - 25248 - - uid: 317 + - uid: 30788 components: - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,21.5 + pos: 96.89401,63.04246 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25231 - - 25232 - - uid: 362 + - uid: 31055 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,17.5 + pos: 94.72995,66.86278 parent: 2 - - type: DeviceNetwork - deviceLists: - - 21 - - uid: 384 + - uid: 31635 components: - type: Transform - pos: 7.5,3.5 + pos: 89.92526,64.792465 parent: 2 - - uid: 390 + - uid: 31643 components: - type: Transform - pos: 7.5,1.5 + pos: 88.45131,68.830795 parent: 2 - - uid: 443 + - uid: 31644 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-30.5 + pos: 86.20131,69.91673 parent: 2 - - uid: 541 + - uid: 31650 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,14.5 + pos: 86.76477,73.02908 parent: 2 - - uid: 542 + - uid: 31651 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,14.5 + pos: 86.50696,75.43533 parent: 2 - - uid: 543 + - uid: 31662 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,11.5 + pos: 81.37803,71.14398 parent: 2 - - uid: 544 + - uid: 31664 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,11.5 + pos: 83.71397,73.352875 parent: 2 - - uid: 545 + - uid: 31671 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,11.5 + pos: 77.75141,66.471405 parent: 2 - - uid: 546 + - uid: 31673 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,11.5 + pos: 77.1811,70.01828 parent: 2 - - uid: 547 + - uid: 31675 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,14.5 + pos: 74.86192,66.83859 parent: 2 - - uid: 548 + - uid: 31680 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,14.5 + pos: 66.74072,68.33859 parent: 2 - - uid: 549 + - uid: 31685 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,14.5 + pos: 55.205418,86.21619 parent: 2 - - uid: 550 + - uid: 31690 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,11.5 + pos: 60.760105,77.334564 parent: 2 - - uid: 556 + - uid: 31696 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-16.5 + pos: 65.217,65.99991 parent: 2 - - uid: 569 + - uid: 31700 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,36.5 + pos: 66.5295,66.398346 parent: 2 - - type: DeviceNetwork - deviceLists: - - 10169 - - 23988 - - uid: 583 + - uid: 31701 components: - type: Transform - pos: -12.5,17.5 + pos: 70.20138,66.898346 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25274 - - 17901 - - uid: 592 + - uid: 31711 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-6.5 + pos: 76.801926,50.377644 parent: 2 - - uid: 693 + - uid: 31712 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,5.5 + pos: 92.710915,48.15443 parent: 2 - - type: DeviceNetwork - deviceLists: - - 40066 - - uid: 753 + - uid: 31719 components: - type: Transform - pos: 9.5,-13.5 + pos: 89.172386,50.933556 parent: 2 - - uid: 763 + - uid: 31721 components: - type: Transform - pos: -12.5,-17.5 + pos: 89.256386,48.456993 parent: 2 - - uid: 765 + - uid: 31726 components: - type: Transform - pos: -11.5,-17.5 + pos: 93.16676,58.882107 parent: 2 - - uid: 766 + - uid: 38970 components: - type: Transform - pos: -10.5,-17.5 + rot: 1.5707963267948966 rad + pos: 94.14778,11.130169 parent: 2 - - uid: 771 + - uid: 38974 components: - type: Transform - pos: 10.5,-20.5 + rot: 1.5707963267948966 rad + pos: 96.657845,9.364544 parent: 2 - - type: DeviceNetwork - deviceLists: - - 792 - - uid: 777 + - uid: 38979 components: - type: Transform - pos: -54.5,-4.5 + rot: 1.5707963267948966 rad + pos: 97.456604,9.012981 parent: 2 - - type: DeviceNetwork - deviceLists: - - 12403 - - 25243 - - uid: 788 + - uid: 38981 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,17.5 + rot: 1.5707963267948966 rad + pos: 100.84723,9.692669 parent: 2 - - type: DeviceNetwork - deviceLists: - - 33892 - - 21 - - uid: 789 + - uid: 38984 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,17.5 + rot: 1.5707963267948966 rad + pos: 103.07379,10.403606 parent: 2 - - type: DeviceNetwork - deviceLists: - - 33892 - - 21 - - uid: 852 + - uid: 38990 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,27.5 + rot: 1.5707963267948966 rad + pos: 99.43317,11.262981 parent: 2 - - uid: 981 + - uid: 38993 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,41.5 + rot: 1.5707963267948966 rad + pos: 104.89768,13.211954 parent: 2 - - uid: 1012 + - uid: 38997 components: - type: Transform - pos: 16.5,4.5 + rot: 1.5707963267948966 rad + pos: 104.63464,21.801352 parent: 2 - - type: DeviceNetwork - deviceLists: - - 36760 - - uid: 1076 + - uid: 39001 components: - type: Transform - pos: 32.5,-1.5 + rot: 1.5707963267948966 rad + pos: 98.32214,23.371664 parent: 2 - - type: DeviceNetwork - deviceLists: - - 6298 - - uid: 1080 + - uid: 39003 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,4.5 + rot: 1.5707963267948966 rad + pos: 98.77527,25.676352 parent: 2 - - uid: 1082 + - uid: 39005 components: - type: Transform - pos: 32.5,6.5 + rot: 1.5707963267948966 rad + pos: 98.25496,29.934649 parent: 2 - - uid: 1124 + - uid: 39007 components: - type: Transform - pos: 37.5,17.5 + rot: 1.5707963267948966 rad + pos: 91.759926,27.002752 parent: 2 - - uid: 1178 + - uid: 39008 components: - type: Transform - pos: 29.5,1.5 + rot: 1.5707963267948966 rad + pos: 89.26846,27.36994 parent: 2 - - type: DeviceNetwork - deviceLists: - - 38117 - - uid: 1330 + - uid: 39015 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,61.5 + rot: 1.5707963267948966 rad + pos: 104.10714,24.011654 parent: 2 - - uid: 1347 + - uid: 39018 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,14.5 + rot: 1.5707963267948966 rad + pos: 103.7382,24.639254 parent: 2 - - type: DeviceNetwork - deviceLists: - - 21 - - uid: 1348 + - uid: 39021 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,14.5 + rot: 1.5707963267948966 rad + pos: 102.34757,25.764254 parent: 2 - - type: DeviceNetwork - deviceLists: - - 21 - - uid: 1395 + - uid: 39023 components: - type: Transform rot: 1.5707963267948966 rad - pos: 20.5,4.5 + pos: 100.60109,26.123629 parent: 2 - - type: DeviceNetwork - deviceLists: - - 38117 - - uid: 1407 + - uid: 39027 components: - type: Transform - pos: 29.5,2.5 + rot: 1.5707963267948966 rad + pos: 99.97371,31.881706 parent: 2 - - type: DeviceNetwork - deviceLists: - - 38117 - - uid: 1468 + - uid: 39036 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,15.5 + rot: 1.5707963267948966 rad + pos: 95.93684,37.2392 parent: 2 - - type: DeviceNetwork - deviceLists: - - 9608 - - 21008 - - uid: 1496 + - uid: 39044 components: - type: Transform - pos: 19.5,8.5 + rot: 1.5707963267948966 rad + pos: 86.194916,29.292498 parent: 2 - - type: DeviceNetwork - deviceLists: - - 31752 - - 36760 - - uid: 1505 + - uid: 39056 components: - type: Transform - pos: -69.5,12.5 + rot: 1.5707963267948966 rad + pos: 82.38629,29.386248 parent: 2 - - uid: 1518 + - uid: 39062 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-23.5 + rot: 1.5707963267948966 rad + pos: 75.950356,35.95864 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25321 - - 25240 - - uid: 1531 + - uid: 39064 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,-1.5 + rot: 1.5707963267948966 rad + pos: 77.74723,34.20083 parent: 2 - - uid: 1661 + - uid: 39067 components: - type: Transform - pos: 15.5,-6.5 + rot: 1.5707963267948966 rad + pos: 69.81001,42.99468 parent: 2 - - uid: 1685 + - uid: 39075 components: - type: Transform - pos: -14.5,11.5 + rot: 1.5707963267948966 rad + pos: 96.34391,49.430786 parent: 2 - - uid: 1689 + - uid: 39077 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 81.5,-4.5 + rot: 1.5707963267948966 rad + pos: 95.00797,51.337036 parent: 2 - - type: DeviceNetwork - deviceLists: - - 39629 - - 31571 - - uid: 1845 + - uid: 39087 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,22.5 + pos: 100.47498,55.85363 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25206 - - uid: 1859 + - uid: 39091 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,24.5 + pos: 98.45393,60.02809 parent: 2 - - type: DeviceNetwork - deviceLists: - - 2594 - - 20237 - - uid: 1860 + - uid: 39094 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,24.5 + pos: 103.77425,60.981216 parent: 2 - - type: DeviceNetwork - deviceLists: - - 2594 - - 20237 - - uid: 1861 +- proto: FloraGreyStalagmite6 + entities: + - uid: 29983 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,24.5 + pos: 97.90964,64.25193 parent: 2 - - type: DeviceNetwork - deviceLists: - - 2594 - - 20237 - - uid: 1866 + - uid: 31642 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,20.5 + pos: 88.904434,68.55736 parent: 2 - - type: DeviceNetwork - deviceLists: - - 17901 - - 20237 - - uid: 1867 + - uid: 31649 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,19.5 + pos: 86.26477,72.43533 parent: 2 - - type: DeviceNetwork - deviceLists: - - 17901 - - 20237 - - uid: 1870 + - uid: 31659 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,20.5 + pos: 83.674904,69.91742 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25206 - - 20237 - - uid: 1871 + - uid: 31669 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,19.5 + pos: 81.66709,67.676834 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25206 - - 20237 - - uid: 1874 + - uid: 31672 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-14.5 + pos: 77.50141,66.60422 parent: 2 - - uid: 1875 + - uid: 31677 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-15.5 + pos: 74.4713,66.43234 parent: 2 - - uid: 1878 + - uid: 31678 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-14.5 + pos: 67.24072,69.89328 parent: 2 - - uid: 1879 + - uid: 31683 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-15.5 + pos: 56.189793,86.79431 parent: 2 - - uid: 2006 + - uid: 31691 components: - type: Transform - pos: 15.5,29.5 + pos: 60.33823,77.50644 parent: 2 - - uid: 2007 + - uid: 31699 components: - type: Transform - pos: 17.5,22.5 + pos: 66.5295,65.18741 parent: 2 - - type: DeviceNetwork - deviceLists: - - 33892 - - uid: 2008 + - uid: 31703 components: - type: Transform - pos: 12.5,26.5 + pos: 72.37325,65.16397 parent: 2 - - type: DeviceNetwork - deviceLists: - - 33892 - - uid: 2009 + - uid: 31708 components: - type: Transform - pos: 10.5,29.5 + pos: 75.79262,52.729206 parent: 2 - - uid: 2010 + - uid: 31715 components: - type: Transform - pos: 7.5,26.5 + pos: 90.42314,52.88668 parent: 2 - - type: DeviceNetwork - deviceLists: - - 33892 - - uid: 2012 + - uid: 31722 components: - type: Transform - pos: 13.5,4.5 + pos: 88.912636,48.496056 parent: 2 - - uid: 2013 + - uid: 38967 components: - type: Transform - pos: 12.5,4.5 + rot: 1.5707963267948966 rad + pos: 92.22591,11.856731 parent: 2 - - uid: 2014 + - uid: 38975 components: - type: Transform - pos: 16.5,-6.5 + rot: 1.5707963267948966 rad + pos: 98.32191,11.903606 parent: 2 - - uid: 2015 + - uid: 38986 components: - type: Transform - pos: 17.5,-6.5 + rot: 1.5707963267948966 rad + pos: 103.144104,11.645794 parent: 2 - - uid: 2016 + - uid: 38987 components: - type: Transform - pos: 19.5,-6.5 + rot: 1.5707963267948966 rad + pos: 100.34723,12.505169 parent: 2 - - uid: 2017 + - uid: 39002 components: - type: Transform - pos: 20.5,-6.5 + rot: 1.5707963267948966 rad + pos: 98.13464,25.777914 parent: 2 - - uid: 2018 + - uid: 39011 components: - type: Transform - pos: 26.5,-3.5 + rot: 1.5707963267948966 rad + pos: 88.245026,28.877752 parent: 2 - - uid: 2019 + - uid: 39020 components: - type: Transform - pos: 27.5,-3.5 + rot: 1.5707963267948966 rad + pos: 102.81632,25.990816 parent: 2 - - uid: 2031 + - uid: 39025 components: - type: Transform - pos: 3.5,6.5 + rot: 1.5707963267948966 rad + pos: 99.5464,24.755621 parent: 2 - - uid: 2066 + - uid: 39026 components: - type: Transform - pos: 4.5,4.5 + rot: 1.5707963267948966 rad + pos: 99.1534,27.259748 parent: 2 - - uid: 2069 + - uid: 39034 components: - type: Transform - pos: 3.5,5.5 + rot: 1.5707963267948966 rad + pos: 98.395584,39.87718 parent: 2 - - uid: 2147 + - uid: 39038 components: - type: Transform - pos: -4.5,-12.5 + rot: 1.5707963267948966 rad + pos: 93.29554,41.80847 parent: 2 - - uid: 2203 + - uid: 39042 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,31.5 + rot: 1.5707963267948966 rad + pos: 86.17148,31.14406 parent: 2 - - uid: 2205 + - uid: 39049 components: - type: Transform rot: 1.5707963267948966 rad - pos: 31.5,25.5 + pos: 81.42515,29.417498 parent: 2 - - uid: 2208 + - uid: 39050 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,48.5 + rot: 1.5707963267948966 rad + pos: 81.65171,31.878435 parent: 2 - - type: DeviceNetwork - deviceLists: - - 2971 - - uid: 2237 + - uid: 39054 components: - type: Transform - pos: 43.5,22.5 + rot: 1.5707963267948966 rad + pos: 78.98765,30.151873 parent: 2 - - uid: 2245 + - uid: 39055 components: - type: Transform - pos: -0.5,-28.5 + rot: 1.5707963267948966 rad + pos: 83.09702,30.823748 parent: 2 - - uid: 2251 + - uid: 39059 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,31.5 + rot: 1.5707963267948966 rad + pos: 78.044106,31.591454 parent: 2 - - uid: 2252 + - uid: 39065 components: - type: Transform - pos: 53.5,9.5 + rot: 1.5707963267948966 rad + pos: 79.77067,33.82583 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25300 - - uid: 2259 + - uid: 39070 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,45.5 + rot: 1.5707963267948966 rad + pos: 70.8647,37.97124 parent: 2 - - uid: 2353 + - uid: 39073 components: - type: Transform - pos: -46.5,-6.5 + rot: 1.5707963267948966 rad + pos: 88.81905,43.557102 parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - - 25244 - - uid: 2462 + - uid: 39079 components: - type: Transform - pos: -0.5,42.5 + pos: 93.453285,51.305786 parent: 2 - - type: DeviceNetwork - deviceLists: - - 2594 - - 30392 - - uid: 2464 + - uid: 39081 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,43.5 + pos: 93.16422,54.087036 parent: 2 - - uid: 2510 + - uid: 39084 components: - type: Transform - pos: 37.5,50.5 + pos: 98.22926,50.194813 parent: 2 - - uid: 2527 +- proto: FloraStalagmite1 + entities: + - uid: 3435 components: - type: Transform rot: 3.141592653589793 rad - pos: -17.5,43.5 + pos: -102.1346,23.30238 parent: 2 - - type: DeviceNetwork - deviceLists: - - 34109 - - uid: 2593 + - uid: 14360 components: - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,39.5 + pos: 90.5434,58.095047 parent: 2 - - type: DeviceNetwork - deviceLists: - - 30392 - - uid: 2603 + - uid: 15611 components: - type: Transform - pos: -94.5,8.5 + pos: 99.640625,41.24438 parent: 2 - - uid: 2606 + - uid: 15614 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,47.5 + pos: 71.55667,51.4233 parent: 2 - - type: DeviceNetwork - deviceLists: - - 2971 - - uid: 2634 + - uid: 15615 components: - type: Transform - pos: 15.5,39.5 + pos: 83.18593,63.248577 parent: 2 - - type: DeviceNetwork - deviceLists: - - 2971 - - uid: 2636 + - uid: 16513 components: - type: Transform - pos: 15.5,38.5 + pos: 93.26401,29.359962 parent: 2 - - type: DeviceNetwork - deviceLists: - - 2971 - - uid: 2681 + - uid: 18083 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,49.5 + pos: 103.048706,51.665443 parent: 2 - - type: DeviceNetwork - deviceLists: - - 4870 - - 2971 - - uid: 2869 + - uid: 23542 components: - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,43.5 + pos: 103.72058,50.142006 parent: 2 - - type: DeviceNetwork - deviceLists: - - 2971 - - uid: 2887 + - uid: 36970 components: - type: Transform - pos: -54.5,42.5 + pos: 93.756836,34.890858 parent: 2 - - uid: 2904 + - uid: 36971 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-19.5 + pos: 91.53027,33.39867 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25261 - - uid: 3052 + - uid: 36979 components: - type: Transform - pos: 38.5,-12.5 + pos: 93.282104,22.42301 parent: 2 - - uid: 3080 + - uid: 37009 components: - type: Transform - pos: -25.5,-17.5 + pos: 100.9234,35.31427 parent: 2 - - uid: 3086 + - uid: 37021 components: - type: Transform - pos: -54.5,-9.5 + pos: 91.69965,56.41536 parent: 2 - - type: DeviceNetwork - deviceLists: - - 4313 - - 25334 - - 7606 - - 175 - - uid: 3092 + - uid: 37032 components: - type: Transform - pos: -53.5,-9.5 + pos: 87.9139,54.313797 parent: 2 - - type: DeviceNetwork - deviceLists: - - 4313 - - 25334 - - 7606 - - 175 - - uid: 3217 + - uid: 37036 components: - type: Transform - pos: 18.5,34.5 + pos: 86.21224,60.2354 parent: 2 - - uid: 3292 + - uid: 37039 components: - type: Transform - pos: -13.5,31.5 + pos: 88.93099,60.063526 parent: 2 - - uid: 3349 + - uid: 37043 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-26.5 + pos: 84.688805,66.883835 parent: 2 - - uid: 3359 + - uid: 37054 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,43.5 + pos: 89.41374,64.00946 parent: 2 - - uid: 3409 + - uid: 37070 components: - type: Transform - pos: -39.5,-22.5 + pos: 71.26942,77.91345 parent: 2 - - type: DeviceNetwork - deviceLists: - - 11474 - - 21934 - - uid: 3438 + - uid: 37078 components: - type: Transform - pos: 33.5,29.5 + pos: 61.34164,79.960815 parent: 2 - - uid: 3568 + - uid: 37083 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-14.5 + pos: 62.13352,74.00308 parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - - uid: 3692 + - uid: 37136 components: - type: Transform - pos: -52.5,24.5 + pos: 96.76449,28.293982 parent: 2 - - type: DeviceNetwork - deviceLists: - - 21903 - - 20851 - - uid: 3709 + - uid: 37137 components: - type: Transform - pos: -76.5,2.5 + pos: 95.09261,27.325232 parent: 2 - - uid: 3724 + - uid: 37152 components: - type: Transform - pos: -85.5,11.5 + pos: 91.30021,24.495256 parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - uid: 3800 + - uid: 37158 components: - type: Transform - pos: -87.5,7.5 + pos: 94.09148,17.28894 parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - uid: 3801 +- proto: FloraStalagmite2 + entities: + - uid: 3684 components: - type: Transform - pos: -87.5,8.5 + rot: 3.141592653589793 rad + pos: -104.55647,19.98988 parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - uid: 3815 + - uid: 5113 components: - type: Transform - pos: -14.5,-39.5 + rot: 3.141592653589793 rad + pos: -99.41585,19.349255 parent: 2 - - uid: 3834 + - uid: 15405 components: - type: Transform - pos: -66.5,7.5 + pos: 100.08777,50.071693 parent: 2 - - uid: 3853 + - uid: 15580 components: - type: Transform - pos: 41.5,32.5 + rot: -1.5707963267948966 rad + pos: 75.2861,37.351192 parent: 2 - - uid: 3872 + - uid: 15581 components: - type: Transform - pos: -87.5,9.5 + pos: 90.06477,25.17943 parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - uid: 3877 + - uid: 15584 components: - type: Transform - pos: 52.5,-6.5 + pos: 89.71321,26.171618 parent: 2 - - type: DeviceNetwork - deviceLists: - - 39847 - - uid: 3879 + - uid: 15589 + components: + - type: Transform + pos: 101.60339,51.892006 + parent: 2 + - uid: 15830 components: - type: Transform - pos: 52.5,-5.5 + pos: 98.984375,40.67407 parent: 2 - - type: DeviceNetwork - deviceLists: - - 39847 - - uid: 3881 + - uid: 36940 components: - type: Transform - pos: 52.5,-1.5 + pos: 79.93636,35.00607 parent: 2 - - type: DeviceNetwork - deviceLists: - - 39847 - - uid: 3889 + - uid: 36969 components: - type: Transform - pos: 52.5,-0.5 + pos: 92.08496,31.258045 parent: 2 - - type: DeviceNetwork - deviceLists: - - 39847 - - uid: 3892 + - uid: 36972 components: - type: Transform - pos: 35.5,-17.5 + pos: 91.8584,33.914295 parent: 2 - - uid: 3898 + - uid: 36987 components: - type: Transform - pos: 52.5,-4.5 + pos: 75.77229,49.37882 parent: 2 - - type: DeviceNetwork - deviceLists: - - 39847 - - uid: 3899 + - uid: 36990 components: - type: Transform - pos: 52.5,-2.5 + pos: 66.036255,54.11761 parent: 2 - - type: DeviceNetwork - deviceLists: - - 39847 - - uid: 3906 + - uid: 36993 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,27.5 + pos: 69.87219,53.469173 parent: 2 - - uid: 3976 + - uid: 36998 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,22.5 + pos: 93.38815,34.10288 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25206 - - 33892 - - uid: 4019 + - uid: 37006 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-21.5 + pos: 100.6734,37.665833 parent: 2 - - type: DeviceNetwork - deviceLists: - - 11474 - - 21934 - - uid: 4059 + - uid: 37024 components: - type: Transform - pos: 41.5,29.5 + pos: 85.327965,56.993484 parent: 2 - - type: DeviceNetwork - deviceLists: - - 30925 - - uid: 4069 + - uid: 37028 components: - type: Transform - pos: 48.5,27.5 + pos: 86.77328,53.720047 parent: 2 - - type: DeviceNetwork - deviceLists: - - 30925 - - uid: 4107 + - uid: 37031 components: - type: Transform - pos: 41.5,37.5 + pos: 87.19515,57.024734 parent: 2 - - uid: 4200 + - uid: 37042 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,56.5 + pos: 84.82943,65.76665 parent: 2 - - uid: 4212 + - uid: 37044 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,52.5 + pos: 83.86068,67.6104 parent: 2 - - type: DeviceNetwork - deviceLists: - - 22157 - - uid: 4218 + - uid: 37049 components: - type: Transform - pos: -78.5,6.5 + pos: 83.09638,62.407894 parent: 2 - - type: DeviceNetwork - deviceLists: - - 22045 - - uid: 4242 + - uid: 37055 components: - type: Transform - pos: -77.5,6.5 + pos: 87.671555,63.89227 parent: 2 - - type: DeviceNetwork - deviceLists: - - 22045 - - uid: 4375 + - uid: 37063 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,18.5 + pos: 76.73938,74.92407 parent: 2 - - type: DeviceNetwork - deviceLists: - - 39141 - - uid: 4376 + - uid: 37067 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,17.5 + pos: 75.317505,72.16626 parent: 2 - - type: DeviceNetwork - deviceLists: - - 39141 - - uid: 4377 + - uid: 37071 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,16.5 + pos: 68.668304,77.33586 parent: 2 - - type: DeviceNetwork - deviceLists: - - 39141 - - uid: 4631 + - uid: 37075 components: - type: Transform - pos: 85.5,25.5 + pos: 66.62143,75.22099 parent: 2 - - type: DeviceNetwork - deviceLists: - - 3525 - - 3405 - - uid: 4642 + - uid: 37076 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,51.5 + pos: 74.730804,77.822556 parent: 2 - - type: DeviceNetwork - deviceLists: - - 22157 - - uid: 5021 + - uid: 37077 components: - type: Transform - pos: 71.5,-12.5 + pos: 62.62289,80.835815 parent: 2 - - type: DeviceNetwork - deviceLists: - - 31592 - - 39847 - - uid: 5062 + - uid: 37086 components: - type: Transform - pos: -51.5,-16.5 + pos: 64.09445,71.98932 parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - - 27414 - - uid: 5194 + - uid: 37095 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,-10.5 + pos: 63.882553,71.37004 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25334 - - 7606 - - uid: 5244 + - uid: 37106 components: - type: Transform - pos: -2.5,59.5 + pos: 71.770256,51.85314 parent: 2 - - uid: 5250 + - uid: 37113 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-22.5 + pos: 96.22317,50.942863 parent: 2 - - uid: 5651 + - uid: 37120 components: - type: Transform - pos: 72.5,-12.5 + pos: 100.30386,50.48457 parent: 2 - - type: DeviceNetwork - deviceLists: - - 31592 - - 39847 - - uid: 5704 + - uid: 37121 components: - type: Transform - pos: 53.5,25.5 + pos: 95.17041,43.86939 parent: 2 - - type: DeviceNetwork - deviceLists: - - 39141 - - uid: 6094 + - uid: 37122 components: - type: Transform - pos: 67.5,33.5 + pos: 96.51925,39.91038 parent: 2 - - type: DeviceNetwork - deviceLists: - - 6114 - - 3525 - - uid: 6197 + - uid: 37124 components: - type: Transform - pos: 67.5,32.5 + pos: 95.08956,38.199444 parent: 2 - - type: DeviceNetwork - deviceLists: - - 6114 - - 3525 - - uid: 6493 + - uid: 37129 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-31.5 + pos: 97.92769,38.60284 parent: 2 - - uid: 6498 + - uid: 37132 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-26.5 + pos: 100.5605,37.188778 parent: 2 - - type: DeviceNetwork - deviceLists: - - 6715 - - uid: 6553 + - uid: 37149 components: - type: Transform - pos: -23.5,-20.5 + pos: 88.097084,30.932756 parent: 2 - - type: DeviceNetwork - deviceLists: - - 6715 - - uid: 6554 + - uid: 37150 components: - type: Transform - pos: -29.5,-22.5 + pos: 90.45646,24.964006 parent: 2 - - uid: 6628 + - uid: 37165 components: - type: Transform - pos: -20.5,-26.5 + pos: 65.30987,57.19859 parent: 2 - - type: DeviceNetwork - deviceLists: - - 400 - - 6715 - - uid: 6682 +- proto: FloraStalagmite3 + entities: + - uid: 1577 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,7.5 + rot: 3.141592653589793 rad + pos: -104.68147,19.318005 parent: 2 - - type: DeviceNetwork - deviceLists: - - 37480 - - uid: 6754 + - uid: 2687 components: - type: Transform - pos: -19.5,-40.5 + rot: 3.141592653589793 rad + pos: -99.30647,24.943005 parent: 2 - - type: DeviceNetwork - deviceLists: - - 400 - - 28192 - - uid: 6945 + - uid: 3854 components: - type: Transform - pos: -51.5,-23.5 + rot: 3.141592653589793 rad + pos: -101.68147,27.130505 parent: 2 - - type: DeviceNetwork - deviceLists: - - 26732 - - 7608 - - uid: 6955 + - uid: 14020 components: - type: Transform rot: -1.5707963267948966 rad - pos: -15.5,-22.5 + pos: 88.19875,22.88214 parent: 2 - - type: DeviceNetwork - deviceLists: - - 6715 - - uid: 7107 + - uid: 15583 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-15.5 + pos: 68.99846,51.12551 parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - - uid: 7110 + - uid: 17724 components: - type: Transform rot: 3.141592653589793 rad - pos: -47.5,-6.5 + pos: -102.62332,18.45863 parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - - 25244 - - uid: 7176 + - uid: 36973 components: - type: Transform - pos: -6.5,4.5 + pos: 92.26465,34.49242 parent: 2 - - uid: 7180 + - uid: 36981 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-6.5 + pos: 92.29835,26.974869 parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - - 25244 - - uid: 7189 + - uid: 36995 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-2.5 + pos: 67.62476,56.882977 parent: 2 - - type: DeviceNetwork - deviceLists: - - 12403 - - uid: 7190 + - uid: 37007 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-13.5 + pos: 101.064026,38.34552 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25334 - - 7606 - - uid: 7192 + - uid: 37046 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-13.5 + pos: 82.11982,66.20477 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25334 - - 7606 - - uid: 7279 + - uid: 37052 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,1.5 + pos: 91.640305,61.314144 parent: 2 - - uid: 7289 + - uid: 37065 components: - type: Transform - pos: -49.5,-24.5 + pos: 76.536255,74.48657 parent: 2 - - type: DeviceNetwork - deviceLists: - - 14952 - - uid: 7416 + - uid: 37088 components: - type: Transform - pos: -48.5,0.5 + pos: 65.633514,74.223694 parent: 2 - - uid: 7529 + - uid: 37107 components: - type: Transform - pos: -51.5,-21.5 + pos: 70.99682,51.90783 parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - - 26732 - - 7608 - - uid: 7530 + - uid: 37112 components: - type: Transform - pos: -51.5,-20.5 + pos: 95.16848,49.950676 parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - - 26732 - - 7608 - - uid: 7610 + - uid: 37123 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-29.5 + pos: 96.80831,39.55882 parent: 2 - - type: DeviceNetwork - deviceLists: - - 12404 - - 14952 - - uid: 7662 + - uid: 37147 components: - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,4.5 + pos: 88.722084,31.120256 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25224 - - uid: 7671 + - uid: 37153 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,9.5 + pos: 92.77677,25.682756 parent: 2 - - uid: 7673 + - uid: 37154 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,8.5 + pos: 94.80229,23.171757 parent: 2 - - uid: 7674 +- proto: FloraStalagmite4 + entities: + - uid: 1652 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,9.5 + rot: 3.141592653589793 rad + pos: -104.90022,20.286755 parent: 2 - - uid: 7675 + - uid: 15613 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,7.5 + pos: 95.185486,26.289526 parent: 2 - - uid: 7682 + - uid: 16512 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,12.5 + pos: 89.2679,26.33568 parent: 2 - - uid: 7745 + - uid: 28955 components: - type: Transform rot: -1.5707963267948966 rad - pos: -85.5,-1.5 + pos: 90.76125,21.780577 parent: 2 - - uid: 7746 + - uid: 36968 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,-1.5 + pos: 94.955734,31.881668 parent: 2 - - uid: 7747 + - uid: 36974 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,-1.5 + pos: 92.95215,34.625233 parent: 2 - - uid: 7748 + - uid: 36982 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,18.5 + pos: 102.11902,51.673256 parent: 2 - - uid: 7749 + - uid: 36985 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,18.5 + pos: 71.04118,48.24938 parent: 2 - - uid: 7750 + - uid: 36994 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,18.5 + pos: 64.34351,55.289227 parent: 2 - - uid: 7751 + - uid: 36997 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,9.5 + pos: 66.90601,56.906414 parent: 2 - - uid: 7752 + - uid: 36999 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,64.5 + pos: 93.84909,33.60288 parent: 2 - - uid: 7753 + - uid: 37000 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,7.5 + pos: 93.282776,42.93927 parent: 2 - - uid: 7889 + - uid: 37002 components: - type: Transform - pos: -51.5,-17.5 + pos: 94.80621,44.275208 parent: 2 - - type: DeviceNetwork - deviceLists: - - 69 - - 27414 - - uid: 7913 + - uid: 37008 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,11.5 + pos: 101.94684,38.09552 parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - uid: 7914 + - uid: 37010 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,11.5 + pos: 98.39706,36.775574 parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - uid: 7915 + - uid: 37019 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,9.5 + pos: 89.09028,57.907547 parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - uid: 7916 + - uid: 37020 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,8.5 + pos: 89.644966,57.57161 parent: 2 - - uid: 7917 + - uid: 37022 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,7.5 + pos: 89.57015,54.423172 parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - uid: 7918 + - uid: 37025 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -83.5,5.5 + pos: 86.015465,57.001297 parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - uid: 7919 + - uid: 37030 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,5.5 + pos: 86.077965,56.024734 parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - uid: 7920 + - uid: 37034 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,5.5 + pos: 82.19186,54.50987 parent: 2 - - type: DeviceNetwork - deviceLists: - - 30714 - - uid: 8152 + - uid: 37035 components: - type: Transform - pos: -7.5,4.5 + pos: 84.05599,61.2979 parent: 2 - - uid: 8183 + - uid: 37038 components: - type: Transform - pos: -74.5,8.5 + pos: 88.33724,60.19634 parent: 2 - - uid: 8459 + - uid: 37040 components: - type: Transform - pos: 30.5,4.5 + pos: 82.126305,63.3604 parent: 2 - - type: DeviceNetwork - deviceLists: - - 31752 - - uid: 8659 + - uid: 37047 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,7.5 + pos: 82.04951,64.62665 parent: 2 - - type: DeviceNetwork - deviceLists: - - 37480 - - uid: 8701 + - uid: 37050 components: - type: Transform - pos: -48.5,7.5 + pos: 89.479195,60.17352 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25244 - - uid: 8702 + - uid: 37053 components: - type: Transform - pos: -48.5,8.5 + pos: 93.94499,61.18133 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25244 - - uid: 8703 + - uid: 37056 components: - type: Transform - pos: -48.5,9.5 + pos: 87.09343,63.814144 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25244 - - uid: 8838 + - uid: 37060 components: - type: Transform - pos: -56.5,24.5 + pos: 74.20813,76.0647 parent: 2 - - type: DeviceNetwork - deviceLists: - - 21903 - - 17903 - - uid: 8858 + - uid: 37062 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,16.5 + pos: 76.73157,73.79907 parent: 2 - - type: DeviceNetwork - deviceLists: - - 22501 - - 9609 - - uid: 8877 + - uid: 37066 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,10.5 + pos: 75.192505,72.6272 parent: 2 - - type: DeviceNetwork - deviceLists: - - 21008 - - uid: 8907 + - uid: 37069 components: - type: Transform - pos: -58.5,10.5 + pos: 77.880005,71.222855 parent: 2 - - type: DeviceNetwork - deviceLists: - - 22501 - - uid: 9029 + - uid: 37072 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,34.5 + pos: 65.074554,79.9843 parent: 2 - - type: DeviceNetwork - deviceLists: - - 21903 - - 22733 - - uid: 9047 + - uid: 37079 components: - type: Transform - pos: -53.5,20.5 + pos: 63.357265,79.179565 parent: 2 - - type: DeviceNetwork - deviceLists: - - 9608 - - uid: 9084 + - uid: 37082 components: - type: Transform - pos: -54.5,38.5 + pos: 62.29758,74.979645 parent: 2 - - type: DeviceNetwork - deviceLists: - - 21903 - - uid: 9197 + - uid: 37085 components: - type: Transform - pos: -80.5,2.5 + pos: 63.867893,73.23932 parent: 2 - - uid: 9216 + - uid: 37087 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,23.5 + pos: 64.7507,72.786194 parent: 2 - - type: DeviceNetwork - deviceLists: - - 17901 - - uid: 9224 + - uid: 37094 components: - type: Transform - pos: 47.5,50.5 + pos: 63.64818,71.75285 parent: 2 - - uid: 9227 + - uid: 37097 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,31.5 + pos: 60.17943,69.97626 parent: 2 - - type: DeviceNetwork - deviceLists: - - 15356 - - 8726 - - uid: 9230 + - uid: 37103 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,49.5 + pos: 65.24064,57.74362 parent: 2 - - uid: 9255 + - uid: 37108 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,23.5 + pos: 70.82494,52.423454 parent: 2 - - type: DeviceNetwork - deviceLists: - - 17901 - - uid: 9340 + - uid: 37109 components: - type: Transform - pos: 66.5,25.5 + pos: 65.03752,55.047386 parent: 2 - - type: DeviceNetwork - deviceLists: - - 23957 - - 39141 - - uid: 9548 + - uid: 37110 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,23.5 + pos: 95.309105,49.2163 parent: 2 - - type: DeviceNetwork - deviceLists: - - 17901 - - uid: 9552 + - uid: 37115 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,23.5 + pos: 97.246605,49.92724 parent: 2 - - type: DeviceNetwork - deviceLists: - - 17901 - - uid: 10201 + - uid: 37117 components: - type: Transform - pos: -55.5,20.5 + pos: 98.41176,52.101757 parent: 2 - - type: DeviceNetwork - deviceLists: - - 9608 - - uid: 10210 + - uid: 37133 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,15.5 + pos: 100.34753,35.264023 parent: 2 - - type: DeviceNetwork - deviceLists: - - 9608 - - 21008 - - uid: 10351 + - uid: 37134 components: - type: Transform - pos: 86.5,25.5 + pos: 97.100426,34.926937 parent: 2 - - type: DeviceNetwork - deviceLists: - - 3525 - - 3405 - - uid: 11975 + - uid: 37135 components: - type: Transform - pos: 11.5,-20.5 + pos: 96.756676,28.981482 parent: 2 - - type: DeviceNetwork - deviceLists: - - 792 - - uid: 12060 + - uid: 37138 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-24.5 + pos: 95.444176,26.840857 parent: 2 - - type: DeviceNetwork - deviceLists: - - 792 - - uid: 12130 + - uid: 37143 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,6.5 + pos: 91.78391,27.884565 parent: 2 - - type: DeviceNetwork - deviceLists: - - 37193 - - uid: 12414 + - uid: 37148 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-19.5 + pos: 88.93302,30.604631 parent: 2 - - type: DeviceNetwork - deviceLists: - - 26732 - - 7608 - - 25333 - - 27414 - - uid: 12449 + - uid: 37151 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-16.5 + pos: 90.940834,25.081194 parent: 2 - - uid: 13914 + - uid: 37157 components: - type: Transform - pos: 3.5,39.5 + pos: 93.38054,17.335815 parent: 2 - - type: DeviceNetwork - deviceLists: - - 2594 - - uid: 13915 + - uid: 37160 components: - type: Transform - pos: 3.5,38.5 + pos: 97.708664,20.84523 parent: 2 - - type: DeviceNetwork - deviceLists: - - 2594 - - uid: 13917 + - uid: 37196 components: - type: Transform - pos: 8.5,39.5 + rot: -1.5707963267948966 rad + pos: 77.731415,38.917343 parent: 2 - - uid: 13918 +- proto: FloraStalagmite5 + entities: + - uid: 2826 components: - type: Transform - pos: 8.5,38.5 + rot: 3.141592653589793 rad + pos: -99.22835,23.630505 parent: 2 - - uid: 14015 + - uid: 2962 components: - type: Transform rot: 3.141592653589793 rad - pos: 8.5,49.5 + pos: -103.93147,19.36488 parent: 2 - - uid: 14170 + - uid: 3687 components: - type: Transform - pos: 17.5,51.5 + rot: 3.141592653589793 rad + pos: -99.58772,24.536755 parent: 2 - - type: DeviceNetwork - deviceLists: - - 2971 - - uid: 14173 + - uid: 3688 components: - type: Transform - pos: 19.5,51.5 + rot: 3.141592653589793 rad + pos: -101.02522,26.943005 parent: 2 - - type: DeviceNetwork - deviceLists: - - 2971 - - uid: 14365 + - uid: 3812 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,12.5 + rot: 3.141592653589793 rad + pos: -99.15022,19.73988 parent: 2 - - uid: 15163 + - uid: 3831 components: - type: Transform - pos: 54.5,1.5 + rot: 3.141592653589793 rad + pos: -104.18147,30.036755 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25300 - - uid: 15258 + - uid: 9658 components: - type: Transform - pos: -3.5,65.5 + rot: -1.5707963267948966 rad + pos: 78.106415,38.78453 parent: 2 - - uid: 15295 + - uid: 15612 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,27.5 + pos: 101.90625,38.814693 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - uid: 15296 + - uid: 16511 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,27.5 + pos: 95.921875,41.877193 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - uid: 15297 + - uid: 23388 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,27.5 + pos: 93.13901,30.117775 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - uid: 15415 + - uid: 36980 components: - type: Transform - pos: -23.5,29.5 + pos: 92.68897,26.818619 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - 8726 - - uid: 15452 + - uid: 36986 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,31.5 + pos: 74.923996,49.96813 parent: 2 - - type: DeviceNetwork - deviceLists: - - 15352 - - 8726 - - uid: 15492 + - uid: 36991 components: - type: Transform - pos: -38.5,31.5 + pos: 66.68469,54.062923 parent: 2 - - type: DeviceNetwork - deviceLists: - - 40041 - - 8726 - - uid: 15538 + - uid: 36996 components: - type: Transform - pos: -21.5,31.5 + pos: 67.7732,56.343914 parent: 2 - - uid: 15539 + - uid: 37001 components: - type: Transform - pos: -17.5,31.5 + pos: 93.970276,42.93927 parent: 2 - - uid: 15575 + - uid: 37023 components: - type: Transform - pos: 5.5,4.5 + pos: 89.03109,54.25911 parent: 2 - - uid: 15596 + - uid: 37029 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,29.5 + pos: 85.00765,53.774734 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - uid: 15597 + - uid: 37048 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,31.5 + pos: 82.635445,63.478207 parent: 2 - - uid: 15617 + - uid: 37051 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,43.5 + pos: 89.88249,60.759457 parent: 2 - - type: DeviceNetwork - deviceLists: - - 34109 - - uid: 15619 + - uid: 37057 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,43.5 + pos: 87.671555,63.259457 parent: 2 - - type: DeviceNetwork - deviceLists: - - 34109 - - uid: 15721 + - uid: 37058 components: - type: Transform - pos: -9.5,58.5 + pos: 82.81218,65.1579 parent: 2 - - type: DeviceNetwork - deviceLists: - - 22157 - - uid: 16063 + - uid: 37059 components: - type: Transform - pos: -0.5,44.5 + pos: 72.48157,76.3772 parent: 2 - - type: DeviceNetwork - deviceLists: - - 30392 - - uid: 16102 + - uid: 37064 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,39.5 + pos: 76.14563,74.994385 parent: 2 - - type: DeviceNetwork - deviceLists: - - 2594 - - 30392 - - uid: 16289 + - uid: 37068 components: - type: Transform - pos: -11.5,40.5 + pos: 77.911255,71.910355 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - uid: 16309 + - uid: 37074 components: - type: Transform - pos: -5.5,64.5 + pos: 64.00424,76.94524 parent: 2 - - uid: 16311 + - uid: 37084 components: - type: Transform - pos: -5.5,63.5 + pos: 62.66477,74.37027 parent: 2 - - uid: 16312 + - uid: 37089 components: - type: Transform - pos: -9.5,64.5 + pos: 65.80478,75.0647 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - uid: 16315 + - uid: 37090 components: - type: Transform - pos: -9.5,63.5 + pos: 65.382904,79.29126 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - uid: 16331 + - uid: 37091 components: - type: Transform - pos: -11.5,41.5 + pos: 68.89072,78.1272 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25158 - - uid: 16370 + - uid: 37092 components: - type: Transform - pos: -6.5,71.5 + pos: 75.799225,76.25008 parent: 2 - - uid: 16390 + - uid: 37099 components: - type: Transform - pos: -6.5,70.5 + pos: 63.788803,70.35907 parent: 2 - - uid: 16487 + - uid: 37100 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,17.5 + pos: 58.869724,66.892944 parent: 2 - - uid: 16553 + - uid: 37104 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-30.5 + pos: 66.68595,59.11862 parent: 2 - - type: DeviceNetwork - deviceLists: - - 2655 - - 7120 - - 14952 - - uid: 16970 + - uid: 37105 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,36.5 + pos: 70.24682,49.650017 parent: 2 - - type: DeviceNetwork - deviceLists: - - 10169 - - 23988 - - uid: 17033 + - uid: 37114 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,15.5 + pos: 97.75442,50.255363 parent: 2 - - type: DeviceNetwork - deviceLists: - - 9608 - - 21008 - - uid: 17836 + - uid: 37116 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-19.5 + pos: 97.152855,51.929882 parent: 2 - - type: DeviceNetwork - deviceLists: - - 26732 - - 7608 - - 25333 - - 27414 - - uid: 17863 + - uid: 37130 + components: + - type: Transform + pos: 97.86519,39.962215 + parent: 2 + - uid: 37131 + components: + - type: Transform + pos: 100.06831,37.868465 + parent: 2 + - uid: 37139 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,3.5 + pos: 97.881676,26.340857 parent: 2 - - uid: 18112 + - uid: 37145 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,65.5 + pos: 89.96427,29.432756 parent: 2 - - uid: 18373 + - uid: 37146 components: - type: Transform - pos: 0.5,72.5 + pos: 87.42521,29.276506 parent: 2 - - uid: 18374 + - uid: 37155 components: - type: Transform - pos: 1.5,72.5 + pos: 90.397194,26.14136 parent: 2 - - uid: 18375 + - uid: 37156 components: - type: Transform - pos: 2.5,72.5 + pos: 94.15398,20.937378 parent: 2 - - uid: 18463 + - uid: 37161 components: - type: Transform - pos: -60.5,-0.5 + pos: 98.16179,20.923355 parent: 2 - - uid: 18464 + - uid: 37162 components: - type: Transform - pos: -59.5,-0.5 + pos: 94.69809,29.351278 parent: 2 - - uid: 19080 + - uid: 37163 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-3.5 + pos: 94.186676,41.14788 parent: 2 - - uid: 19125 + - uid: 37164 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,14.5 + pos: 85.81295,53.293297 parent: 2 - - type: DeviceNetwork - deviceLists: - - 37709 - - uid: 19126 + - uid: 37199 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,14.5 + rot: -1.5707963267948966 rad + pos: 90.87063,21.366514 parent: 2 - - type: DeviceNetwork - deviceLists: - - 37709 - - uid: 19177 + - uid: 37200 components: - type: Transform rot: -1.5707963267948966 rad - pos: -33.5,-3.5 + pos: 88.237816,21.35089 parent: 2 - - uid: 19630 +- proto: FloraStalagmite6 + entities: + - uid: 3088 components: - type: Transform - pos: 3.5,65.5 + rot: 3.141592653589793 rad + pos: -102.79085,23.67738 parent: 2 - - uid: 19656 + - uid: 3814 components: - type: Transform - pos: 6.5,65.5 + rot: 3.141592653589793 rad + pos: -104.71272,29.92738 parent: 2 - - uid: 19729 + - uid: 5085 components: - type: Transform rot: 3.141592653589793 rad - pos: 15.5,-26.5 + pos: -100.97835,22.83363 parent: 2 - - type: DeviceNetwork - deviceLists: - - 19822 - - uid: 19778 + - uid: 15562 components: - type: Transform - pos: 12.5,65.5 + pos: 95.796875,42.447506 parent: 2 - - uid: 19824 + - uid: 15578 + components: + - type: Transform + pos: 99.41406,41.68188 + parent: 2 + - uid: 17702 components: - type: Transform rot: 3.141592653589793 rad - pos: 4.5,61.5 + pos: -102.21272,25.30238 parent: 2 - - type: DeviceNetwork - deviceLists: - - 1690 - - uid: 19948 + - uid: 36975 components: - type: Transform - pos: 17.5,-17.5 + pos: 93.913086,34.33617 parent: 2 - - type: DeviceNetwork - deviceLists: - - 12411 - - 12440 - - uid: 19952 + - uid: 37011 components: - type: Transform - pos: -34.5,-37.5 + pos: 98.80331,36.088074 parent: 2 - - uid: 20189 + - uid: 37027 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-22.5 + pos: 86.484215,53.220047 parent: 2 - - type: DeviceNetwork - deviceLists: - - 792 - - uid: 20193 + - uid: 37033 components: - type: Transform - pos: 28.5,57.5 + pos: 83.83248,53.29893 parent: 2 - - uid: 20871 + - uid: 37037 components: - type: Transform - pos: -39.5,7.5 + pos: 86.64193,60.79009 parent: 2 - - type: DeviceNetwork - deviceLists: - - 40066 - - 37709 - - uid: 20930 + - uid: 37041 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,4.5 + pos: 82.48568,63.969776 parent: 2 - - type: DeviceNetwork - deviceLists: - - 31752 - - uid: 21227 + - uid: 37045 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,31.5 + pos: 83.86068,68.040085 parent: 2 - - type: DeviceNetwork - deviceLists: - - 15356 - - 8726 - - uid: 21918 + - uid: 37061 components: - type: Transform - pos: -53.5,-4.5 + pos: 74.60657,74.1897 parent: 2 - - type: DeviceNetwork - deviceLists: - - 12403 - - 25243 - - uid: 22279 + - uid: 37073 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,54.5 + pos: 65.75424,79.34367 parent: 2 - - uid: 22281 + - uid: 37080 components: - type: Transform - pos: 26.5,57.5 + pos: 62.818203,79.12488 parent: 2 - - uid: 22460 + - uid: 37081 components: - type: Transform - pos: -90.5,-4.5 + pos: 66.196014,75.22183 parent: 2 - - type: DeviceNetwork - deviceLists: - - 39733 - - uid: 22815 + - uid: 37093 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-15.5 + pos: 63.46849,76.89348 parent: 2 - - uid: 23230 + - uid: 37096 components: - type: Transform - pos: -21.5,-40.5 + pos: 61.695053,70.85126 parent: 2 - - type: DeviceNetwork - deviceLists: - - 400 - - 28192 - - uid: 23234 + - uid: 37098 components: - type: Transform - pos: 0.5,57.5 + pos: 60.99974,68.99188 parent: 2 - - type: DeviceNetwork - deviceLists: - - 1690 - - uid: 23235 + - uid: 37101 components: - type: Transform - pos: 1.5,57.5 + pos: 58.252537,66.32263 parent: 2 - - type: DeviceNetwork - deviceLists: - - 1690 - - uid: 23236 + - uid: 37102 components: - type: Transform - pos: 2.5,57.5 + pos: 66.514496,78.86612 parent: 2 - - type: DeviceNetwork - deviceLists: - - 1690 - - uid: 23262 + - uid: 37111 components: - type: Transform - pos: -6.5,0.5 + pos: 95.79348,49.43505 parent: 2 - - uid: 23266 + - uid: 37118 components: - type: Transform - pos: -7.5,0.5 + pos: 98.86488,51.398632 parent: 2 - - uid: 23423 + - uid: 37119 components: - type: Transform - pos: -13.5,47.5 + pos: 99.92738,50.773632 parent: 2 - - type: DeviceNetwork - deviceLists: - - 34109 - - uid: 25207 + - uid: 37125 components: - type: Transform - pos: 40.5,18.5 + pos: 94.972374,38.676006 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25206 - - uid: 25208 + - uid: 37140 components: - type: Transform - pos: 40.5,19.5 + pos: 97.57699,26.989294 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25206 - - uid: 25209 + - uid: 37141 components: - type: Transform - pos: 40.5,20.5 + pos: 92.2493,32.57413 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25206 - - uid: 25211 + - uid: 37142 components: - type: Transform - pos: 48.5,8.5 + pos: 93.01508,26.27519 parent: 2 - - uid: 25212 + - uid: 37144 components: - type: Transform - pos: 49.5,8.5 + pos: 89.83146,29.885881 parent: 2 - - uid: 25213 + - uid: 37159 components: - type: Transform - pos: 50.5,8.5 + pos: 98.739914,20.040543 parent: 2 - - uid: 25217 +- proto: FloraTree01 + entities: + - uid: 25174 components: - type: Transform - pos: 49.5,-9.5 + rot: -1.5707963267948966 rad + pos: 36.449936,-9.418206 parent: 2 - - uid: 25218 + - uid: 30640 components: - type: Transform - pos: 50.5,-9.5 + pos: 32.16799,-36.537888 parent: 2 - - uid: 25219 +- proto: FloraTree02 + entities: + - uid: 5122 components: - type: Transform - pos: 51.5,-9.5 + pos: 64.54521,-24.723492 parent: 2 - - uid: 25283 + - uid: 8077 components: - type: Transform - pos: 23.5,2.5 + pos: -105.901375,10.962385 parent: 2 - - uid: 25284 + - uid: 27516 components: - type: Transform - pos: 23.5,1.5 + pos: 71.611465,20.728672 parent: 2 - - uid: 25323 + - uid: 30378 components: - type: Transform rot: -1.5707963267948966 rad - pos: -61.5,-23.5 + pos: 3.6420546,-7.4613504 parent: 2 - - uid: 25324 + - uid: 30624 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-29.5 + pos: -0.4013872,-10.586457 parent: 2 - - type: DeviceNetwork - deviceLists: - - 22060 - - uid: 25325 + - uid: 30635 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-29.5 + pos: 61.10234,8.346388 parent: 2 - - type: DeviceNetwork - deviceLists: - - 22060 - - uid: 26010 +- proto: FloraTree03 + entities: + - uid: 8080 components: - type: Transform - pos: -26.5,52.5 + pos: -101.57325,3.8217597 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - uid: 26090 + - uid: 30621 components: - type: Transform - pos: -12.5,47.5 + pos: -29.102713,-16.537373 parent: 2 - - type: DeviceNetwork - deviceLists: - - 34109 - - uid: 26262 + - uid: 30641 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,16.5 + pos: 22.018206,-38.524227 parent: 2 - - type: DeviceNetwork - deviceLists: - - 22501 - - 9609 - - uid: 26264 + - uid: 43938 components: - type: Transform rot: 1.5707963267948966 rad - pos: -52.5,34.5 + pos: 0.29541087,77.40411 parent: 2 - - type: DeviceNetwork - deviceLists: - - 23988 - - 21903 - - uid: 26269 +- proto: FloraTree04 + entities: + - uid: 30356 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,10.5 + pos: 0.14007974,34.998196 parent: 2 - - type: DeviceNetwork - deviceLists: - - 21008 - - uid: 26296 + - uid: 30639 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,12.5 + pos: 41.691067,-28.712173 parent: 2 - - type: DeviceNetwork - deviceLists: - - 21008 - - 22501 - - uid: 26305 +- proto: FloraTree05 + entities: + - uid: 20172 components: - type: Transform - pos: -56.5,18.5 + pos: -18.209982,-13.421587 parent: 2 - - type: DeviceNetwork - deviceLists: - - 9608 - - 9609 - - uid: 26309 + - uid: 24658 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,15.5 + pos: 12.162793,35.73257 parent: 2 - - type: DeviceNetwork - deviceLists: - - 9608 - - 21008 - - uid: 26331 + - uid: 43005 components: - type: Transform - pos: -56.5,23.5 + pos: 5.941984,86.83734 parent: 2 - - type: DeviceNetwork - deviceLists: - - 21903 - - 17903 - - uid: 26372 +- proto: FloraTree06 + entities: + - uid: 2376 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -90.5,22.5 + pos: 74.83024,-2.995719 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25231 - - 25232 - - uid: 26376 + - uid: 30633 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,3.5 + pos: 46.813126,-8.479406 parent: 2 - - type: DeviceNetwork - deviceLists: - - 22045 - - uid: 26504 + - uid: 30638 components: - type: Transform - pos: -26.5,47.5 + pos: 64.306854,0.38446856 parent: 2 - - type: DeviceNetwork - deviceLists: - - 34109 - - uid: 26679 + - uid: 43004 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,-3.5 + pos: 12.249036,74.87735 parent: 2 - - type: DeviceNetwork - deviceLists: - - 37193 - - uid: 26753 + - uid: 43006 components: - type: Transform - pos: -90.5,-5.5 + pos: 10.856047,86.79047 parent: 2 - - type: DeviceNetwork - deviceLists: - - 39733 - - uid: 27441 + - uid: 43007 components: - type: Transform - pos: -68.5,12.5 + pos: 6.5122967,85.16547 parent: 2 - - uid: 27453 +- proto: FloraTreeConifer01 + entities: + - uid: 8078 components: - type: Transform - pos: 12.5,41.5 + pos: -89.70616,-12.131908 parent: 2 - - uid: 27454 +- proto: FloraTreeConifer03 + entities: + - uid: 8084 components: - type: Transform - pos: 13.5,41.5 + pos: -80.62804,-8.819408 parent: 2 - - uid: 27455 +- proto: FloraTreeLarge01 + entities: + - uid: 10064 components: - type: Transform - pos: -21.5,27.5 + pos: 41.977592,-13.362587 parent: 2 - - uid: 27456 + - uid: 30376 components: - type: Transform - pos: -20.5,27.5 + rot: 1.5707963267948966 rad + pos: -0.46455932,12.641065 parent: 2 - - uid: 27457 +- proto: FloraTreeLarge02 + entities: + - uid: 5115 components: - type: Transform - pos: -19.5,27.5 + pos: 57.472458,-1.0047805 parent: 2 - - uid: 27458 + - uid: 30622 components: - type: Transform - pos: 27.5,25.5 + pos: 46.742813,0.87966824 parent: 2 - - uid: 27459 +- proto: FloraTreeLarge03 + entities: + - uid: 5118 components: - type: Transform - pos: 28.5,25.5 + pos: 73.14433,-3.3485305 parent: 2 - - uid: 27460 +- proto: FloraTreeLarge04 + entities: + - uid: 43003 components: - type: Transform - pos: 29.5,25.5 + pos: 8.288098,73.68204 parent: 2 - - uid: 27461 +- proto: FloraTreeLarge05 + entities: + - uid: 20226 components: - type: Transform - pos: 41.5,28.5 + rot: -1.5707963267948966 rad + pos: 3.5813708,14.038962 parent: 2 - - type: DeviceNetwork - deviceLists: - - 30925 - - uid: 27484 +- proto: FloraTreeLarge06 + entities: + - uid: 7888 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-26.5 + pos: -43.417057,-4.481603 parent: 2 - - uid: 28211 + - uid: 11410 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,-28.5 + pos: -100.976654,11.765398 parent: 2 - - type: DeviceNetwork - deviceLists: - - 12404 - - 14952 - - uid: 28380 + - uid: 43008 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,17.5 + pos: 16.57708,93.914795 parent: 2 - - uid: 28441 +- proto: FloraTreeSnow01 + entities: + - uid: 8081 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,6.5 + pos: -89.09679,-10.772533 parent: 2 - - type: DeviceNetwork - deviceLists: - - 31752 - - uid: 28457 +- proto: FloraTreeSnow04 + entities: + - uid: 8082 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-16.5 + pos: -88.22179,-12.053783 parent: 2 - - uid: 28720 + - uid: 8083 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,44.5 + pos: -80.04991,-10.194408 parent: 2 - - type: DeviceNetwork - deviceLists: - - 34109 - - 34110 - - uid: 28750 +- proto: FloraTreeStump + entities: + - uid: 5124 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,3.5 + pos: 49.59209,-24.473492 parent: 2 - - uid: 28751 + - uid: 5125 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,2.5 + pos: 58.40459,-11.380961 parent: 2 - - uid: 28782 + - uid: 5126 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-22.5 + pos: 59.29899,-1.995719 parent: 2 - - type: DeviceNetwork - deviceLists: - - 6715 - - uid: 28783 + - uid: 8079 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-22.5 + pos: -106.8545,9.79051 parent: 2 - - type: DeviceNetwork - deviceLists: - - 6715 - - uid: 28784 +- proto: FloraTreeStumpConifer + entities: + - uid: 8482 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-22.5 + pos: -81.26866,-9.381908 parent: 2 - - uid: 28785 +- proto: FoamCrossbow + entities: + - uid: 37447 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-22.5 + parent: 37444 + - type: Physics + canCollide: False +- proto: FoodBakedBrownie + entities: + - uid: 43915 + components: + - type: Transform + pos: -13.662126,-8.692388 parent: 2 - - uid: 29022 + - uid: 43916 components: - type: Transform - pos: -34.5,64.5 + pos: -13.459001,-8.809575 parent: 2 - - type: DeviceNetwork - deviceLists: - - 22291 - - uid: 29024 + - uid: 43928 components: - type: Transform - pos: -28.5,60.5 + pos: -13.417462,-8.692388 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - uid: 29025 +- proto: FoodBakedBunHotX + entities: + - uid: 7723 components: - type: Transform - pos: -28.5,59.5 + pos: 65.74038,27.480778 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - uid: 29026 +- proto: FoodBakedCookie + entities: + - uid: 1607 components: - type: Transform - pos: -24.5,55.5 + pos: -8.3917465,11.258961 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - uid: 29030 + - uid: 1608 components: - type: Transform - pos: -28.5,64.5 + pos: -8.649747,11.326364 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - 22291 - - uid: 29085 + - uid: 1609 components: - type: Transform - pos: 70.5,-17.5 + pos: -8.555809,11.157398 parent: 2 - - type: DeviceNetwork - deviceLists: - - 31592 - - 39847 - - uid: 29086 + - uid: 5444 components: - type: Transform - pos: 70.5,-16.5 + pos: 36.221233,30.755035 parent: 2 - - type: DeviceNetwork - deviceLists: - - 31592 - - 39847 - - uid: 30719 + - uid: 5445 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,51.5 + pos: 36.33842,30.567535 parent: 2 - - type: DeviceNetwork - deviceLists: - - 2594 - - uid: 30723 + - uid: 5446 components: - type: Transform - pos: -17.5,47.5 + pos: 36.561077,30.673004 parent: 2 - - type: DeviceNetwork - deviceLists: - - 34109 - - uid: 31106 + - uid: 6868 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,70.5 + pos: -16.584772,-30.13989 parent: 2 - - uid: 31749 + - uid: 6869 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-1.5 + pos: -16.268366,-30.175047 parent: 2 - - type: DeviceNetwork - deviceLists: - - 37193 - - uid: 34069 + - uid: 6870 components: - type: Transform - pos: -22.5,43.5 + pos: -16.467585,-30.33911 parent: 2 - - type: DeviceNetwork - deviceLists: - - 26091 - - uid: 34071 + - uid: 8923 components: - type: Transform - pos: -21.5,43.5 + pos: -48.16019,27.65061 parent: 2 - - type: DeviceNetwork - deviceLists: - - 26091 - - uid: 34104 + - uid: 31937 components: - type: Transform - pos: -20.5,43.5 + pos: -40.611217,66.74802 parent: 2 - - type: DeviceNetwork - deviceLists: - - 26091 - - uid: 34925 + - uid: 31940 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,0.5 + pos: -36.58475,67.54108 parent: 2 - - type: DeviceNetwork - deviceLists: - - 39364 - - 31571 - - uid: 37656 + - uid: 41145 components: - type: Transform - pos: -12.5,31.5 + pos: -15.649868,62.78715 parent: 2 - - uid: 37892 + - uid: 41146 components: - type: Transform - pos: 78.5,-15.5 + pos: -15.5170555,62.677776 parent: 2 - - type: DeviceNetwork - deviceLists: - - 18513 - - 31592 - - uid: 37893 + - uid: 41147 components: - type: Transform - pos: 78.5,-17.5 + pos: -15.345181,62.732464 parent: 2 - - type: DeviceNetwork - deviceLists: - - 18513 - - 31592 - - uid: 38842 +- proto: FoodBakedCookieOatmeal + entities: + - uid: 6897 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,59.5 + pos: 66.68641,16.634327 parent: 2 - - type: DeviceNetwork - deviceLists: - - 1690 - - uid: 38873 + - uid: 6898 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,62.5 + pos: 66.264534,16.739796 parent: 2 - - uid: 38874 + - uid: 6899 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,62.5 + pos: 66.545784,16.903858 parent: 2 - - uid: 39197 + - uid: 8922 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-5.5 + pos: -48.449253,27.674047 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25288 - - 28702 - - uid: 39198 + - uid: 31938 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-9.5 + pos: -40.447155,65.28708 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25288 - - 28702 - - uid: 39199 + - uid: 41602 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-8.5 + pos: -32.495247,75.49431 parent: 2 - - type: DeviceNetwork - deviceLists: - - 25288 - - 28702 - - uid: 39739 +- proto: FoodBakedCookieRaisin + entities: + - uid: 9011 components: - type: Transform - pos: 74.5,-22.5 + pos: -48.543003,27.603735 parent: 2 - - uid: 39740 +- proto: FoodBakedCookieSugar + entities: + - uid: 9012 components: - type: Transform - pos: 76.5,-22.5 + pos: -48.449253,27.822485 parent: 2 -- proto: Fireplace + - uid: 31939 + components: + - type: Transform + pos: -42.103405,64.66208 + parent: 2 + - uid: 31941 + components: + - type: Transform + pos: -36.241,59.806698 + parent: 2 +- proto: FoodBakedMuffin entities: - - uid: 92 + - uid: 30533 components: - type: Transform - pos: 15.5,-34.5 + pos: -4.5895452,18.73392 parent: 2 - - uid: 615 +- proto: FoodBowlBig + entities: + - uid: 25047 components: - type: Transform - pos: -9.5,-7.5 + pos: -33.611977,68.81511 parent: 2 - - uid: 1964 + - uid: 25049 components: - type: Transform - pos: 12.5,30.5 + pos: -33.518227,68.65886 parent: 2 - - uid: 2072 + - uid: 25103 components: - type: Transform - pos: -14.5,-7.5 + pos: -33.36979,68.78386 parent: 2 - - uid: 2727 + - uid: 25110 components: - type: Transform - pos: 51.5,30.5 + pos: -33.3151,68.65105 parent: 2 - - uid: 15740 +- proto: FoodBowlBigTrash + entities: + - uid: 4861 components: - type: Transform - pos: -9.5,26.5 + pos: 94.44101,73.914154 parent: 2 - - uid: 17794 + - uid: 7026 components: - type: Transform - pos: -4.5,61.5 + pos: -31.451912,-33.57073 parent: 2 - - uid: 28748 + - uid: 7028 components: - type: Transform - pos: 20.5,-34.5 + pos: -31.545662,-38.387135 parent: 2 - - uid: 28856 + - uid: 30069 components: - type: Transform - pos: 22.5,50.5 + pos: 84.45178,43.21001 parent: 2 -- proto: FishLabeler +- proto: FoodBoxDonut entities: - - uid: 39520 + - uid: 41151 components: - type: Transform - pos: -60.626774,13.881936 + rot: 1.5707963267948966 rad + pos: -10.462369,57.728394 parent: 2 -- proto: Flare +- proto: FoodBoxPizza entities: - - uid: 30053 + - uid: 7314 components: - type: Transform - pos: 83.49072,41.44527 + pos: -53.492813,-22.190609 parent: 2 -- proto: FlashlightLantern - entities: - - uid: 5655 + - uid: 7371 components: - type: Transform - pos: 50.584522,40.648224 + pos: -57.517345,-22.106564 parent: 2 - - uid: 5658 + - uid: 7551 components: - type: Transform - pos: 26.46736,30.484562 + pos: -52.775158,-22.223751 parent: 2 - - type: ContainerContainer - containers: - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - actions: !type:Container - showEnts: False - occludes: True - ents: - - 2568 - - type: ActionsContainer - - uid: 7937 + - uid: 28097 components: - type: Transform - pos: -40.600586,12.1399555 + pos: -57.50172,-21.989376 parent: 2 - - type: HandheldLight - toggleActionEntity: 16291 - - type: ContainerContainer - containers: - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - actions: !type:Container - showEnts: False - occludes: True - ents: - - 16291 - - type: ActionsContainer - - uid: 8031 + - uid: 36600 components: - type: Transform - pos: -34.983147,4.4395385 + pos: 99.87412,61.858463 parent: 2 - - type: HandheldLight - toggleActionEntity: 16335 - - type: ContainerContainer - containers: - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - actions: !type:Container - showEnts: False - occludes: True - ents: - - 16335 - - type: ActionsContainer - - uid: 14261 +- proto: FoodBreadBanana + entities: + - uid: 5562 components: - type: Transform - pos: 27.644642,55.55499 + pos: 46.502266,25.930176 parent: 2 -- proto: FlashlightSeclite +- proto: FoodBreadMoldySlice entities: - - uid: 14212 + - uid: 36465 components: - type: Transform - pos: 13.510031,48.324593 + pos: 55.98809,83.86752 parent: 2 - - type: HandheldLight - toggleActionEntity: 413 - - type: ContainerContainer - containers: - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - actions: !type:Container - showEnts: False - occludes: True - ents: - - 4259 - - 413 - - type: ActionsContainer - - uid: 15585 +- proto: FoodBurgerCat + entities: + - uid: 4653 components: - type: Transform - pos: -10.841263,37.423046 + pos: 20.969534,-36.29419 parent: 2 - - type: HandheldLight - toggleActionEntity: 28176 - - type: ContainerContainer - containers: - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - actions: !type:Container - showEnts: False - occludes: True - ents: - - 28176 - - type: ActionsContainer - - uid: 15586 + - uid: 4657 components: - type: Transform - pos: -10.961248,37.57136 + pos: 20.297659,-36.184814 parent: 2 - - type: HandheldLight - toggleActionEntity: 28239 - - type: ContainerContainer - containers: - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - actions: !type:Container - showEnts: False - occludes: True - ents: - - 28239 - - type: ActionsContainer -- proto: FlippoLighter + - uid: 4660 + components: + - type: Transform + pos: 20.602346,-36.528564 + parent: 2 +- proto: FoodBurgerCheese entities: - - uid: 39391 + - uid: 22257 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.4358,14.000259 + pos: -7.5244417,-45.35108 parent: 2 - - uid: 40073 +- proto: FoodBurgerClown + entities: + - uid: 8655 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.916333,25.696512 + pos: -74.52928,-3.5821853 parent: 2 -- proto: Floodlight +- proto: FoodBurgerHuman entities: - - uid: 8150 + - uid: 35321 components: - type: Transform - pos: 100.769325,74.732254 + pos: 19.535181,83.61156 parent: 2 - - uid: 33523 + - uid: 35327 components: - type: Transform - pos: 62.40954,62.456474 + pos: 19.394556,85.53343 parent: 2 -- proto: FloodlightBroken +- proto: FoodBurgerMcguffin entities: - - uid: 4741 + - uid: 42170 components: - type: Transform - pos: 100.519135,74.51572 + pos: 5.551569,74.73456 parent: 2 - - uid: 5388 +- proto: FoodBurgerRobot + entities: + - uid: 6182 components: - type: Transform - pos: 60.631596,52.83645 + pos: 49.554718,44.59917 parent: 2 - - uid: 5389 + - uid: 8367 components: - type: Transform - pos: 58.49097,57.27395 + pos: -5.405984,-1.1831183 parent: 2 - - uid: 5390 +- proto: FoodCakeClown + entities: + - uid: 19423 components: - type: Transform - pos: 60.61597,57.164574 + pos: -77.534096,-0.22864151 parent: 2 - - uid: 7068 +- proto: FoodCartCold + entities: + - uid: 5147 components: - type: Transform - pos: -29.247585,-35.76096 + rot: -1.5707963267948966 rad + pos: 54.5,-14.5 parent: 2 - - uid: 29381 +- proto: FoodCartHot + entities: + - uid: 5172 components: - type: Transform rot: -1.5707963267948966 rad - pos: 71.85128,76.321594 + pos: 68.5,-18.5 parent: 2 - - uid: 29804 + - uid: 7631 components: - type: Transform - pos: 106.06467,19.870487 + rot: -1.5707963267948966 rad + pos: -37.5,-16.5 parent: 2 - - uid: 32294 +- proto: FoodCondimentBottleEnzyme + entities: + - uid: 1118 components: - type: Transform - pos: -104.5607,50.63701 + pos: -62.679012,-7.1969314 parent: 2 - - uid: 32357 + - uid: 18544 components: - type: Transform - pos: -123.263824,53.527634 + pos: -62.554012,-7.3063064 parent: 2 - - uid: 33524 + - uid: 18545 components: - type: Transform - pos: 60.370476,69.61664 + pos: -62.444637,-7.1344314 parent: 2 - - uid: 33525 +- proto: FoodCondimentBottleHotsauce + entities: + - uid: 7573 components: - type: Transform - pos: 60.73227,69.83646 + pos: -46.36997,-20.935427 parent: 2 - - uid: 33526 + - uid: 7574 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 92.59736,47.38718 + pos: -48.004414,-13.187924 parent: 2 - - uid: 36905 +- proto: FoodCondimentPacketKetchup + entities: + - uid: 7575 components: - type: Transform - pos: 91.88007,12.111589 + pos: -47.723164,-13.434018 parent: 2 - - uid: 37168 + - uid: 7576 components: - type: Transform - pos: 79.197716,53.399914 + pos: -46.305195,-17.230892 parent: 2 - - uid: 38401 +- proto: FoodCornTrash + entities: + - uid: 8154 components: - type: Transform - pos: -104.232574,51.16826 + rot: -1.5707963267948966 rad + pos: 90.139725,74.232254 parent: 2 -- proto: FloorDrain + - uid: 30084 + components: + - type: Transform + pos: 89.6003,44.588352 + parent: 2 +- proto: FoodDonutApple entities: - - uid: 258 + - uid: 986 components: - type: Transform - pos: -56.5,-20.5 + pos: -9.560195,46.51083 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 1021 +- proto: FoodDonutCaramel + entities: + - uid: 18032 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-2.5 + pos: -4.472627,50.081142 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 1636 +- proto: FoodDonutPink + entities: + - uid: 18055 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,9.5 + pos: -7.7607403,63.627068 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 1770 + - uid: 41150 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,1.5 + pos: -15.087369,65.662155 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 1783 + - uid: 41154 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,9.5 + pos: -11.315194,62.838627 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 3025 +- proto: FoodDonutPlain + entities: + - uid: 18081 components: - type: Transform - pos: -29.5,24.5 + pos: -3.8388648,63.845818 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 3152 +- proto: FoodDoughFlat + entities: + - uid: 7555 components: - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,43.5 + pos: -54.438126,-22.026546 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 4555 +- proto: FoodFrozenSandwich + entities: + - uid: 14270 components: - type: Transform - pos: 49.5,43.5 + pos: 11.633413,48.094017 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 5722 +- proto: FoodGalaxythistle + entities: + - uid: 22276 components: - type: Transform - pos: 23.5,-1.5 + pos: 52.92175,47.25847 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 6091 +- proto: FoodKebabSkewer + entities: + - uid: 21727 components: - type: Transform - pos: -8.5,-1.5 + pos: -29.548796,69.15616 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 7310 + - uid: 41847 components: - type: Transform - pos: -59.5,-7.5 + pos: -29.525358,69.04678 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 8263 + - uid: 41848 components: - type: Transform - pos: 73.5,85.5 + pos: -29.478483,68.92178 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 8352 +- proto: FoodLollipop + entities: + - uid: 338 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,0.5 + pos: -22.292038,7.6479125 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 8617 + - uid: 1295 components: - type: Transform - pos: -41.5,67.5 + rot: -1.5707963267948966 rad + pos: 23.226406,13.3908825 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 8653 + - uid: 5727 components: - type: Transform - pos: -40.5,-25.5 + rot: 1.5707963267948966 rad + pos: 15.492104,11.80889 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 8798 + - uid: 7513 components: - type: Transform - pos: -49.5,27.5 + pos: -16.354538,7.6166625 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 11476 + - uid: 18952 components: - type: Transform - pos: -21.5,-1.5 + pos: 13.4423275,-11.229972 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 13064 + - uid: 20076 components: - type: Transform - pos: -25.5,24.5 + pos: 15.647793,11.878162 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 13068 + - uid: 20275 components: - type: Transform - rot: 3.141592653589793 rad - pos: 42.5,46.5 + pos: 5.726406,11.4533825 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 13088 + - uid: 22073 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,51.5 + pos: 6.7195644,-12.303323 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 13118 + - uid: 23261 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,51.5 + pos: 3.4005127,6.7504606 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 17843 + - uid: 23263 components: - type: Transform - pos: -6.5,7.5 + pos: 3.5044584,6.584755 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 18111 + - uid: 23269 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,57.5 + pos: 34.74761,16.705116 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 19074 + - uid: 23271 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,9.5 + pos: 35.44194,7.4616747 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 19113 + - uid: 23272 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,10.5 + pos: 35.238815,7.6804247 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 19648 + - uid: 23273 components: - type: Transform - pos: 13.5,-21.5 + pos: 35.606003,7.6647997 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 20274 + - uid: 23274 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,10.5 + pos: 35.41069,7.578862 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 22261 + - uid: 23275 components: - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,-6.5 + pos: 35.652878,7.500737 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 24131 + - uid: 23276 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,-18.5 + pos: 19.555277,1.9447498 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 25121 + - uid: 23277 components: - type: Transform - pos: 25.5,9.5 + pos: 18.641775,-9.527165 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 25166 + - uid: 23278 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,24.5 + pos: 18.255056,-8.35529 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 25753 + - uid: 23279 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,24.5 + pos: 15.700369,-11.472478 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 28666 + - uid: 24850 components: - type: Transform - pos: -15.5,-1.5 + pos: -3.3011925,-1.1278892 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 29374 + - uid: 24873 components: - type: Transform rot: 1.5707963267948966 rad - pos: 85.5,77.5 + pos: -0.7157378,-2.2199073 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 30271 + - uid: 27323 components: - type: Transform - pos: 10.5,56.5 + pos: 15.436855,12.010975 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 30308 + - uid: 39223 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,9.5 + rot: 1.5707963267948966 rad + pos: -0.8016753,-2.3136573 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 36701 +- proto: FoodMealFriedegg + entities: + - uid: 5565 components: - type: Transform - pos: 81.5,85.5 + pos: 49.742733,33.688232 parent: 2 - - type: Fixtures - fixtures: {} - - uid: 36788 +- proto: FoodMealFries + entities: + - uid: 42172 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,62.5 + pos: 5.395319,75.17206 parent: 2 - - type: Fixtures - fixtures: {} -- proto: FloorWaterEntity +- proto: FoodMealPotatoLoaded entities: - - uid: 4141 + - uid: 14269 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,25.5 + pos: 12.836538,48.250267 parent: 2 - - uid: 4146 +- proto: FoodMeat + entities: + - uid: 19466 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,24.5 - parent: 2 - - uid: 4150 + parent: 19100 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 19486 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,28.5 - parent: 2 - - uid: 4158 + parent: 19100 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 19534 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,28.5 + parent: 19100 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoodMeatCooked + entities: + - uid: 14266 + components: + - type: Transform + pos: 12.336538,47.890892 parent: 2 - - uid: 5944 + - uid: 14267 components: - type: Transform - pos: -49.5,-8.5 + pos: 12.555288,47.781517 parent: 2 - - uid: 7210 + - uid: 30036 components: - type: Transform - pos: -104.5,7.5 + pos: 91.59526,17.813744 parent: 2 - - uid: 7219 +- proto: FoodMeatTomato + entities: + - uid: 36656 components: - type: Transform - pos: -104.5,4.5 + pos: 64.437164,81.65178 parent: 2 - - uid: 7255 +- proto: FoodMeatXeno + entities: + - uid: 36657 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -103.5,10.5 + pos: 64.6481,81.44084 parent: 2 - - uid: 7256 +- proto: FoodNoodles + entities: + - uid: 7382 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -104.5,11.5 + pos: -54.149063,-25.503109 parent: 2 - - uid: 7257 +- proto: FoodNoodlesChowmein + entities: + - uid: 7381 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -104.5,8.5 + pos: -57.588673,-16.438417 parent: 2 - - uid: 7258 +- proto: FoodNoodlesMeatball + entities: + - uid: 7383 components: - type: Transform - pos: -104.5,13.5 + pos: -54.500626,-25.292171 parent: 2 - - uid: 7341 +- proto: FoodPieBananaCream + entities: + - uid: 14635 components: - type: Transform - rot: 3.141592653589793 rad - pos: -80.5,28.5 + pos: -78.29243,3.5040407 parent: 2 - - uid: 7372 + - uid: 14638 components: - type: Transform - rot: 3.141592653589793 rad - pos: -82.5,28.5 + pos: -78.60493,3.7306032 parent: 2 - - uid: 7374 +- proto: FoodPizzaMargheritaSlice + entities: + - uid: 13823 components: - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,28.5 + pos: -52.860085,-28.107712 parent: 2 - - uid: 7459 +- proto: FoodPizzaMoldySlice + entities: + - uid: 20649 components: - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,28.5 + pos: -59.047585,-29.638962 parent: 2 - - uid: 7672 + - uid: 36491 components: - type: Transform - rot: 3.141592653589793 rad - pos: -103.5,12.5 + pos: 56.097466,86.2894 parent: 2 - - uid: 7769 + - uid: 36498 components: - type: Transform rot: 3.141592653589793 rad - pos: -105.5,6.5 + pos: 59.86309,83.36752 parent: 2 - - uid: 7773 + - uid: 36588 components: - type: Transform - rot: 3.141592653589793 rad - pos: -102.5,13.5 + pos: 58.92563,82.46962 parent: 2 - - uid: 7775 +- proto: FoodPizzaVegetableSlice + entities: + - uid: 7554 components: - type: Transform - rot: 3.141592653589793 rad - pos: -103.5,4.5 + pos: -54.594376,-22.448421 parent: 2 - - uid: 7779 +- proto: FoodPlate + entities: + - uid: 1606 components: - type: Transform - rot: 3.141592653589793 rad - pos: -101.5,12.5 + pos: -8.524559,11.376148 parent: 2 - - uid: 7785 + - uid: 5443 components: - type: Transform - rot: 3.141592653589793 rad - pos: -102.5,12.5 + pos: 36.36186,30.848785 parent: 2 - - uid: 8223 + - uid: 5563 components: - type: Transform - pos: 96.5,19.5 + pos: 46.495235,25.959606 parent: 2 - - uid: 8480 + - uid: 6867 components: - type: Transform - pos: -105.5,5.5 + pos: -16.40899,-30.069578 parent: 2 - - uid: 8483 + - uid: 6896 components: - type: Transform - pos: -106.5,6.5 + pos: 66.47547,16.915577 parent: 2 - - uid: 8484 + - uid: 7093 components: - type: Transform - pos: -107.5,6.5 + pos: -47.528687,-13.109673 parent: 2 - - uid: 8486 + - uid: 14268 components: - type: Transform - pos: -86.5,30.5 + pos: 12.445913,47.984642 parent: 2 - - uid: 8487 + - uid: 16444 components: - type: Transform - pos: -106.5,4.5 + pos: -29.557287,70.674484 parent: 2 - - uid: 8488 + - uid: 23924 components: - type: Transform - pos: -105.5,4.5 + pos: -48.371128,27.783422 parent: 2 - - uid: 8489 + - uid: 25318 components: - type: Transform - pos: -105.5,3.5 + pos: -30.791662,67.79167 parent: 2 - - uid: 8491 + - uid: 27943 components: - type: Transform - pos: -103.5,3.5 + pos: 91.610886,17.954369 parent: 2 - - uid: 8492 + - uid: 35330 components: - type: Transform - pos: -103.5,2.5 + pos: 19.488306,85.572495 parent: 2 - - uid: 8493 + - uid: 35337 components: - type: Transform - pos: -103.5,13.5 + pos: 19.467585,84.71962 parent: 2 - - uid: 8494 + - uid: 35343 components: - type: Transform - pos: -103.5,14.5 + pos: 19.51446,86.25087 parent: 2 - - uid: 8495 + - uid: 41140 components: - type: Transform - pos: -102.5,14.5 + pos: -15.5014305,62.857464 parent: 2 - - uid: 8496 + - uid: 42171 components: - type: Transform - pos: -101.5,14.5 + pos: 5.5281315,74.83612 parent: 2 - - uid: 8497 + - uid: 43914 components: - type: Transform - pos: -101.5,13.5 + pos: -13.505876,-8.684575 parent: 2 - - uid: 8501 +- proto: FoodPlatePlastic + entities: + - uid: 7106 components: - type: Transform - pos: -105.5,13.5 + pos: -49.304165,-13.130768 parent: 2 - - uid: 8504 + - uid: 7170 components: - type: Transform - rot: 3.141592653589793 rad - pos: -105.5,7.5 + pos: -50.39401,-13.10733 parent: 2 - - uid: 8507 + - uid: 7172 components: - type: Transform - pos: -103.5,7.5 + pos: -49.843227,-13.224518 parent: 2 - - uid: 8509 +- proto: FoodPlateSmall + entities: + - uid: 1617 components: - type: Transform - pos: -103.5,9.5 + pos: -4.606382,9.860523 parent: 2 - - uid: 8512 + - uid: 1618 components: - type: Transform - pos: -86.5,29.5 + pos: -4.575132,9.751148 parent: 2 - - uid: 8514 + - uid: 1619 components: - type: Transform - pos: -86.5,27.5 + pos: -4.540187,9.572009 parent: 2 - - uid: 8515 + - uid: 24585 components: - type: Transform - pos: -86.5,26.5 + pos: -29.486975,70.76042 parent: 2 - - uid: 8516 + - uid: 24596 components: - type: Transform - pos: -86.5,25.5 + pos: -29.72135,70.7448 parent: 2 - - uid: 8517 + - uid: 24619 components: - type: Transform - pos: -86.5,24.5 + pos: -29.526037,70.611984 parent: 2 - - uid: 8518 + - uid: 25313 components: - type: Transform - pos: -85.5,29.5 + pos: -31.628944,67.60814 parent: 2 - - uid: 8520 + - uid: 35303 components: - type: Transform - pos: -85.5,27.5 + pos: 19.480494,83.68968 parent: 2 - - uid: 8521 + - uid: 35325 components: - type: Transform - pos: -85.5,26.5 + pos: 19.480494,86.80687 parent: 2 - - uid: 8522 +- proto: FoodPlateSmallTrash + entities: + - uid: 4729 components: - type: Transform - pos: -85.5,25.5 + pos: 92.39754,75.55257 parent: 2 - - uid: 8523 + - uid: 7006 components: - type: Transform - pos: -85.5,24.5 + pos: -32.248787,-34.461353 parent: 2 - - uid: 8532 + - uid: 7007 components: - type: Transform - pos: -83.5,29.5 + pos: -26.717535,-38.316822 parent: 2 - - uid: 8534 + - uid: 30092 components: - type: Transform - pos: -83.5,27.5 + pos: 84.81684,43.70708 parent: 2 - - uid: 8535 + - uid: 32360 components: - type: Transform - pos: -83.5,26.5 + pos: -102.584785,53.48076 parent: 2 - - uid: 8536 + - uid: 36907 components: - type: Transform - pos: -83.5,25.5 + pos: 89.42695,12.869402 parent: 2 - - uid: 8537 +- proto: FoodPlateTin + entities: + - uid: 41849 components: - type: Transform - pos: -83.5,24.5 + pos: -29.587858,68.835846 parent: 2 - - uid: 8539 + - uid: 41850 components: - type: Transform - pos: -82.5,30.5 + pos: -29.423796,68.71866 parent: 2 - - uid: 8540 + - uid: 41851 components: - type: Transform - pos: -82.5,29.5 + pos: -29.59567,68.63272 parent: 2 - - uid: 8542 +- proto: FoodPlateTrash + entities: + - uid: 7005 components: - type: Transform - pos: -82.5,27.5 + pos: -31.487068,-33.769947 parent: 2 - - uid: 8543 + - uid: 36906 components: - type: Transform - pos: -82.5,26.5 + pos: 89.65351,13.869402 parent: 2 - - uid: 8544 +- proto: FoodPSB + entities: + - uid: 2458 components: - type: Transform - pos: -82.5,25.5 + pos: -32.54845,25.716124 parent: 2 - - uid: 8545 + - uid: 8722 components: - type: Transform - pos: -82.5,24.5 + pos: -36.6422,25.708311 parent: 2 - - uid: 8546 + - uid: 37470 components: - type: Transform - pos: -81.5,30.5 + pos: -28.59617,25.641104 parent: 2 - - uid: 8547 + - uid: 37471 components: - type: Transform - pos: -81.5,29.5 + pos: -24.580545,25.617666 parent: 2 - - uid: 8549 + - uid: 42994 components: - type: Transform - pos: -81.5,27.5 + pos: -90.81958,18.543983 parent: 2 - - uid: 8550 + - uid: 42995 components: - type: Transform - pos: -81.5,26.5 + pos: -90.87427,-1.3534353 parent: 2 - - uid: 8551 +- proto: FoodSaladCaesar + entities: + - uid: 30033 components: - type: Transform - pos: -81.5,25.5 + pos: 91.517136,17.516869 parent: 2 - - uid: 8552 +- proto: FoodSnackBoritos + entities: + - uid: 1615 components: - type: Transform - pos: -81.5,24.5 + pos: -8.3344145,10.589709 parent: 2 - - uid: 8553 +- proto: FoodSnackCheesie + entities: + - uid: 19430 components: - type: Transform - pos: -80.5,30.5 + pos: -79.01136,3.626192 parent: 2 - - uid: 8554 +- proto: FoodSnackChowMein + entities: + - uid: 7568 components: - type: Transform - pos: -80.5,29.5 + pos: -57.416798,-16.69623 parent: 2 - - uid: 8556 +- proto: FoodSnackCookieFortune + entities: + - uid: 4583 components: - type: Transform - pos: -80.5,27.5 + pos: 63.83963,24.614466 parent: 2 - - uid: 8557 + - uid: 7542 components: - type: Transform - pos: -80.5,26.5 + pos: -52.61176,-14.238689 parent: 2 - - uid: 8558 + - uid: 7543 components: - type: Transform - pos: -80.5,25.5 + pos: -52.33051,-14.414471 parent: 2 - - uid: 8559 + - uid: 19532 components: - type: Transform - pos: -80.5,24.5 + pos: -7.66119,54.34411 parent: 2 - - uid: 8560 + - uid: 31944 components: - type: Transform - pos: -79.5,29.5 + pos: -20.399889,59.7458 parent: 2 - - uid: 8562 +- proto: FoodSnackPopcorn + entities: + - uid: 3520 components: - type: Transform - pos: -79.5,27.5 + pos: 38.719772,-21.31327 parent: 2 - - uid: 8563 + - uid: 3521 components: - type: Transform - pos: -79.5,26.5 + pos: 38.407272,-21.266396 parent: 2 - - uid: 8564 + - uid: 3523 components: - type: Transform - pos: -79.5,25.5 + pos: 38.469772,-21.453896 parent: 2 - - uid: 8565 + - uid: 30818 components: - type: Transform - pos: -79.5,24.5 + pos: 11.9036875,71.211334 parent: 2 - - uid: 8566 + - uid: 30874 components: - type: Transform - pos: -78.5,27.5 + rot: -1.5707963267948966 rad + pos: 8.0182705,70.961334 parent: 2 - - uid: 8567 +- proto: FoodSoupTomatoBlood + entities: + - uid: 35339 components: - type: Transform - pos: -78.5,26.5 + pos: 19.674744,86.53842 parent: 2 - - uid: 8568 + - uid: 35347 components: - type: Transform - pos: -78.5,25.5 + pos: 19.323181,84.11655 parent: 2 - - uid: 8569 +- proto: FoodTacoBeef + entities: + - uid: 39224 components: - type: Transform - pos: -78.5,24.5 + pos: -0.6219878,-0.8839699 parent: 2 - - uid: 8570 +- proto: FoodTartMime + entities: + - uid: 19440 components: - type: Transform - pos: -87.5,30.5 + pos: -81.668015,-0.14460063 parent: 2 - - uid: 8571 +- proto: FoodTinBeansTrash + entities: + - uid: 30068 components: - type: Transform - pos: -87.5,29.5 + rot: 1.5707963267948966 rad + pos: 83.68616,39.444386 parent: 2 - - uid: 8573 +- proto: FoodTinMRETrash + entities: + - uid: 7029 components: - type: Transform - pos: -87.5,27.5 + pos: -27.080816,-32.43401 parent: 2 - - uid: 8574 + - uid: 7030 components: - type: Transform - pos: -87.5,26.5 + pos: -27.350348,-31.648853 parent: 2 - - uid: 8575 + - uid: 8170 components: - type: Transform - pos: -87.5,25.5 + pos: 90.64754,74.19319 parent: 2 - - uid: 8577 + - uid: 8172 components: - type: Transform - pos: -88.5,30.5 + pos: 92.952225,77.31038 parent: 2 - - uid: 8579 + - uid: 30062 components: - type: Transform - pos: -89.5,29.5 + pos: 84.31701,38.75821 parent: 2 - - uid: 8580 +- proto: FoodTinPeachesMaintTrash + entities: + - uid: 8168 components: - type: Transform - pos: -88.5,25.5 + pos: 90.358475,74.013504 parent: 2 - - uid: 8584 +- proto: FoodTinPeachesTrash + entities: + - uid: 7031 components: - type: Transform - pos: -88.5,29.5 + pos: -33.303474,-35.35198 parent: 2 - - uid: 8586 + - uid: 30067 components: - type: Transform - pos: -89.5,26.5 + pos: 89.94156,37.71867 parent: 2 - - uid: 8588 +- proto: Football + entities: + - uid: 39693 components: - type: Transform - pos: -88.5,27.5 + pos: 34.70631,-7.9306393 parent: 2 - - uid: 8589 + - uid: 39694 components: - type: Transform - pos: -88.5,26.5 + pos: 50.53139,-18.200792 parent: 2 - - uid: 8591 + - uid: 39695 components: - type: Transform - pos: -89.5,27.5 + pos: 71.5936,-24.598394 parent: 2 - - uid: 8594 +- proto: ForkPlastic + entities: + - uid: 24653 components: - type: Transform - pos: -90.5,27.5 + pos: -33.6276,73.46355 parent: 2 - - uid: 8595 + - uid: 24654 components: - type: Transform - rot: 3.141592653589793 rad - pos: -103.5,6.5 + pos: -33.416664,73.50261 parent: 2 - - uid: 8596 + - uid: 24676 components: - type: Transform - rot: 3.141592653589793 rad - pos: -103.5,5.5 + pos: -33.229164,73.51042 parent: 2 - - uid: 8616 +- proto: Fulton + entities: + - uid: 39832 components: - type: Transform - rot: 3.141592653589793 rad - pos: -106.5,5.5 + pos: -7.1484785,-45.382618 parent: 2 - - uid: 11404 +- proto: GasAnalyzer + entities: + - uid: 5679 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -103.5,11.5 + pos: 34.648033,47.247894 parent: 2 - - uid: 11405 +- proto: GasCanisterBrokenBase + entities: + - uid: 5374 components: - type: Transform - pos: -104.5,3.5 + rot: 1.5707963267948966 rad + pos: 60.5,50.5 parent: 2 - - uid: 11406 + - uid: 7067 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -104.5,9.5 + rot: 1.5707963267948966 rad + pos: -25.5,-31.5 parent: 2 - - uid: 11409 + - uid: 13913 components: - type: Transform - pos: -104.5,5.5 + pos: -110.5,55.5 parent: 2 - - uid: 11411 + - uid: 36572 components: - type: Transform - pos: -104.5,12.5 + pos: 75.5,77.5 parent: 2 - - uid: 11412 + - uid: 36573 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -103.5,8.5 + pos: 67.5,81.5 parent: 2 - - uid: 11420 +- proto: GasFilter + entities: + - uid: 1568 components: - type: Transform rot: -1.5707963267948966 rad - pos: -104.5,10.5 + pos: 20.5,17.5 parent: 2 - - uid: 11453 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5053 components: - type: Transform - rot: 3.141592653589793 rad - pos: -86.5,28.5 + rot: -1.5707963267948966 rad + pos: -48.5,46.5 parent: 2 - - uid: 11454 + - uid: 5110 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,27.5 + rot: -1.5707963267948966 rad + pos: -40.5,46.5 parent: 2 - - uid: 11455 + - uid: 9560 components: - type: Transform - rot: 3.141592653589793 rad - pos: -84.5,26.5 + rot: -1.5707963267948966 rad + pos: -46.5,46.5 parent: 2 - - uid: 11457 + - uid: 21842 components: - type: Transform - rot: 3.141592653589793 rad - pos: -79.5,28.5 + rot: -1.5707963267948966 rad + pos: -44.5,46.5 parent: 2 - - uid: 11458 + - uid: 22772 components: - type: Transform - rot: 3.141592653589793 rad - pos: -81.5,28.5 + rot: -1.5707963267948966 rad + pos: -42.5,46.5 parent: 2 - - uid: 11459 +- proto: GasFilterFlipped + entities: + - uid: 27373 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,28.5 + rot: -1.5707963267948966 rad + pos: 18.5,17.5 parent: 2 - - uid: 11460 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasMinerCarbonDioxide + entities: + - uid: 9349 components: - type: Transform - rot: 3.141592653589793 rad - pos: -88.5,28.5 + rot: 1.5707963267948966 rad + pos: -39.5,49.5 parent: 2 - - uid: 21833 +- proto: GasMinerNitrogenStationLarge + entities: + - uid: 9344 components: - type: Transform - pos: -50.5,-8.5 + rot: 1.5707963267948966 rad + pos: -49.5,49.5 parent: 2 - - uid: 22044 +- proto: GasMinerOxygenStationLarge + entities: + - uid: 9345 components: - type: Transform - pos: -104.5,6.5 + rot: 1.5707963267948966 rad + pos: -47.5,49.5 parent: 2 - - uid: 27838 +- proto: GasMixerFlipped + entities: + - uid: 5913 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,43.5 + rot: -1.5707963267948966 rad + pos: -47.5,43.5 parent: 2 - - uid: 27839 + - type: GasMixer + inletTwoConcentration: 0.22000003 + inletOneConcentration: 0.78 + targetPressure: 4500 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 34519 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,42.5 + rot: 1.5707963267948966 rad + pos: -51.5,45.5 parent: 2 - - uid: 27840 + - type: GasMixer + inletTwoConcentration: 0.029999971 + inletOneConcentration: 0.97 + targetPressure: 4500 + - type: AtmosPipeColor + color: '#947507FF' +- proto: GasOutletInjector + entities: + - uid: 2572 components: - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,41.5 + pos: 40.5,53.5 parent: 2 - - uid: 27841 + - uid: 2573 components: - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,41.5 + pos: 44.5,53.5 parent: 2 - - uid: 27842 + - uid: 9157 components: - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,41.5 + rot: -1.5707963267948966 rad + pos: -43.5,51.5 parent: 2 - - uid: 27843 + - uid: 9158 components: - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,42.5 + rot: -1.5707963267948966 rad + pos: -39.5,51.5 parent: 2 - - uid: 27859 + - uid: 9162 components: - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,43.5 + rot: -1.5707963267948966 rad + pos: -41.5,51.5 parent: 2 - - uid: 27870 + - uid: 9164 components: - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,43.5 + rot: -1.5707963267948966 rad + pos: -49.5,51.5 parent: 2 - - uid: 29802 + - uid: 9165 components: - type: Transform - pos: 99.5,47.5 + rot: -1.5707963267948966 rad + pos: -47.5,51.5 parent: 2 - - uid: 29815 + - uid: 9166 components: - type: Transform rot: -1.5707963267948966 rad - pos: 104.5,44.5 + pos: -45.5,51.5 parent: 2 - - uid: 29905 + - uid: 22469 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 104.5,45.5 + rot: 1.5707963267948966 rad + pos: -73.5,51.5 parent: 2 - - uid: 29906 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 23707 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 104.5,46.5 + rot: 1.5707963267948966 rad + pos: -73.5,50.5 parent: 2 - - uid: 29907 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 36574 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 104.5,47.5 + pos: 69.5,84.5 parent: 2 - - uid: 29924 + - uid: 36575 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 103.5,46.5 + pos: 73.5,84.5 parent: 2 - - uid: 29925 +- proto: GasPassiveVent + entities: + - uid: 5652 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 103.5,45.5 + pos: 41.5,53.5 parent: 2 - - uid: 29927 + - uid: 5675 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 103.5,44.5 + pos: 43.5,53.5 parent: 2 - - uid: 29937 + - uid: 9156 components: - type: Transform - pos: 100.5,47.5 + pos: -49.5,50.5 parent: 2 - - uid: 30131 + - uid: 9159 components: - type: Transform - pos: 96.5,18.5 + pos: -39.5,50.5 parent: 2 - - uid: 30132 + - uid: 9163 components: - type: Transform - pos: 96.5,17.5 + pos: -47.5,50.5 parent: 2 - - uid: 30133 + - uid: 9167 components: - type: Transform - pos: 96.5,16.5 + pos: -41.5,50.5 parent: 2 - - uid: 30134 + - uid: 9168 components: - type: Transform - pos: 97.5,19.5 + pos: -45.5,50.5 parent: 2 - - uid: 30135 + - uid: 9169 components: - type: Transform - pos: 97.5,18.5 + pos: -43.5,50.5 parent: 2 - - uid: 30136 + - uid: 23013 components: - type: Transform - pos: 97.5,17.5 + rot: 1.5707963267948966 rad + pos: -52.5,49.5 parent: 2 - - uid: 30137 + - uid: 34511 components: - type: Transform - pos: 97.5,16.5 + rot: 3.141592653589793 rad + pos: -58.5,-7.5 parent: 2 - - uid: 30139 +- proto: GasPipeBend + entities: + - uid: 339 components: - type: Transform - pos: 98.5,18.5 + rot: -1.5707963267948966 rad + pos: -54.5,36.5 parent: 2 - - uid: 30140 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 772 components: - type: Transform - pos: 98.5,17.5 + rot: -1.5707963267948966 rad + pos: 58.5,32.5 parent: 2 - - uid: 30141 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 784 components: - type: Transform - pos: 98.5,16.5 + rot: 3.141592653589793 rad + pos: 17.5,4.5 parent: 2 - - uid: 30146 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1273 components: - type: Transform - pos: 95.5,17.5 + rot: 3.141592653589793 rad + pos: 16.5,15.5 parent: 2 - - uid: 30147 + - type: AtmosPipeColor + color: '#CCCCFFFF' + - uid: 1446 components: - type: Transform - pos: 95.5,16.5 + rot: -1.5707963267948966 rad + pos: 17.5,16.5 parent: 2 - - uid: 30148 + - type: AtmosPipeColor + color: '#CCCCFFFF' + - uid: 1673 components: - type: Transform - pos: 96.5,15.5 + rot: 1.5707963267948966 rad + pos: -25.5,31.5 parent: 2 - - uid: 30149 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1713 components: - type: Transform - pos: 97.5,15.5 + rot: -1.5707963267948966 rad + pos: 3.5,-2.5 parent: 2 - - uid: 30164 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2124 components: - type: Transform - rot: 3.141592653589793 rad - pos: 75.5,43.5 + pos: -24.5,29.5 parent: 2 - - uid: 30166 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2246 components: - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,43.5 + pos: 23.5,-29.5 parent: 2 - - uid: 30167 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2528 components: - type: Transform - rot: 3.141592653589793 rad - pos: 75.5,42.5 + pos: -45.5,74.5 parent: 2 - - uid: 30168 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2920 components: - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,44.5 + pos: -47.5,73.5 parent: 2 - - uid: 30169 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2922 components: - type: Transform - rot: 3.141592653589793 rad - pos: 75.5,44.5 + rot: -1.5707963267948966 rad + pos: -45.5,73.5 parent: 2 - - uid: 30170 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3267 components: - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,45.5 + rot: -1.5707963267948966 rad + pos: -57.5,43.5 parent: 2 - - uid: 30171 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 3515 components: - type: Transform - rot: 3.141592653589793 rad - pos: 73.5,45.5 + rot: -1.5707963267948966 rad + pos: 3.5,6.5 parent: 2 - - uid: 30172 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3585 components: - type: Transform - rot: 3.141592653589793 rad - pos: 74.5,46.5 + rot: 1.5707963267948966 rad + pos: -60.5,19.5 parent: 2 - - uid: 30173 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4179 components: - type: Transform rot: 3.141592653589793 rad - pos: 72.5,45.5 + pos: -46.5,54.5 parent: 2 - - uid: 30174 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4328 components: - type: Transform - rot: 3.141592653589793 rad - pos: 75.5,45.5 + pos: 74.5,33.5 parent: 2 - - uid: 30177 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4638 components: - type: Transform rot: 3.141592653589793 rad - pos: 76.5,44.5 + pos: 23.5,-30.5 parent: 2 - - uid: 30178 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4802 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,44.5 + pos: 99.5,74.5 parent: 2 - - uid: 30179 + - uid: 4859 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,43.5 + rot: 1.5707963267948966 rad + pos: -94.5,-5.5 parent: 2 - - uid: 30180 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4950 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,43.5 + rot: -1.5707963267948966 rad + pos: 15.5,-22.5 parent: 2 - - uid: 30181 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5314 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,42.5 + rot: 1.5707963267948966 rad + pos: 58.5,33.5 parent: 2 - - uid: 30182 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6095 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,42.5 + pos: 85.5,26.5 parent: 2 - - uid: 30183 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6329 components: - type: Transform - rot: 3.141592653589793 rad - pos: 78.5,42.5 + rot: 1.5707963267948966 rad + pos: -17.5,34.5 parent: 2 - - uid: 30184 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6391 components: - type: Transform - rot: 3.141592653589793 rad - pos: 78.5,43.5 + pos: 86.5,27.5 parent: 2 - - uid: 30185 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6633 components: - type: Transform rot: 3.141592653589793 rad - pos: 73.5,46.5 + pos: -20.5,-43.5 parent: 2 - - uid: 32539 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6674 components: - type: Transform - pos: 71.5,45.5 + rot: -1.5707963267948966 rad + pos: -15.5,-44.5 parent: 2 - - uid: 33040 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6818 components: - type: Transform - pos: 98.5,46.5 + rot: -1.5707963267948966 rad + pos: -18.5,-42.5 parent: 2 - - uid: 33085 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6974 components: - type: Transform - pos: 98.5,45.5 + rot: 1.5707963267948966 rad + pos: -22.5,-25.5 parent: 2 - - uid: 33086 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 7548 components: - type: Transform - pos: 97.5,45.5 + rot: 3.141592653589793 rad + pos: -48.5,55.5 parent: 2 - - uid: 33087 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 7645 components: - type: Transform - pos: 99.5,46.5 + pos: -54.5,22.5 parent: 2 - - uid: 33088 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8000 components: - type: Transform - pos: 99.5,45.5 + rot: -1.5707963267948966 rad + pos: 50.5,46.5 parent: 2 - - uid: 33089 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8032 components: - type: Transform - pos: 99.5,44.5 + rot: 3.141592653589793 rad + pos: 25.5,55.5 parent: 2 - - uid: 33090 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 8282 components: - type: Transform - pos: 98.5,44.5 + pos: -36.5,46.5 parent: 2 - - uid: 33091 + - uid: 8736 components: - type: Transform - pos: 100.5,44.5 + rot: 1.5707963267948966 rad + pos: -44.5,40.5 parent: 2 - - uid: 33092 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8936 components: - type: Transform - pos: 100.5,45.5 + pos: -18.5,-25.5 parent: 2 - - uid: 33093 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8954 components: - type: Transform - pos: 99.5,43.5 + rot: 1.5707963267948966 rad + pos: -59.5,18.5 parent: 2 - - uid: 33094 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9018 components: - type: Transform - pos: 98.5,43.5 + rot: -1.5707963267948966 rad + pos: -44.5,9.5 parent: 2 - - uid: 33095 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9074 components: - type: Transform - pos: 97.5,44.5 + pos: -20.5,-42.5 parent: 2 - - uid: 33096 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9097 components: - type: Transform - pos: 96.5,45.5 + pos: -52.5,37.5 parent: 2 - - uid: 33098 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9101 components: - type: Transform - pos: 100.5,46.5 + pos: -54.5,37.5 parent: 2 - - uid: 33560 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9407 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 103.5,47.5 + rot: 1.5707963267948966 rad + pos: -50.5,51.5 parent: 2 - - uid: 33605 + - uid: 9408 components: - type: Transform - pos: 105.5,46.5 + rot: 1.5707963267948966 rad + pos: -48.5,51.5 parent: 2 - - uid: 34244 + - uid: 9409 components: - type: Transform - pos: 105.5,45.5 + rot: 1.5707963267948966 rad + pos: -46.5,51.5 parent: 2 -- proto: FloraGreyStalagmite1 - entities: - - uid: 17790 + - uid: 9410 components: - type: Transform rot: 1.5707963267948966 rad - pos: 88.65585,32.097183 + pos: -44.5,51.5 parent: 2 - - uid: 29969 + - uid: 9411 components: - type: Transform - pos: 97.026825,65.00194 + rot: 1.5707963267948966 rad + pos: -42.5,51.5 parent: 2 - - uid: 31636 + - uid: 9412 components: - type: Transform - pos: 91.36276,65.84715 + rot: 1.5707963267948966 rad + pos: -40.5,51.5 parent: 2 - - uid: 31646 + - uid: 9456 components: - type: Transform - pos: 86.70912,69.580795 + rot: 1.5707963267948966 rad + pos: -69.5,53.5 parent: 2 - - uid: 31648 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 9982 components: - type: Transform - pos: 86.28821,73.39627 + rot: 3.141592653589793 rad + pos: 43.5,-33.5 parent: 2 - - uid: 31655 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9983 components: - type: Transform - pos: 81.34678,67.25336 + rot: 3.141592653589793 rad + pos: 44.5,-34.5 parent: 2 - - uid: 31657 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10170 components: - type: Transform - pos: 83.77647,69.42523 + pos: -45.5,39.5 parent: 2 - - uid: 31668 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10621 components: - type: Transform - pos: 80.049904,76.1185 + rot: 1.5707963267948966 rad + pos: -16.5,-39.5 parent: 2 - - uid: 31698 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 11022 components: - type: Transform - pos: 65.82638,65.72647 + rot: 3.141592653589793 rad + pos: -72.5,1.5 parent: 2 - - uid: 31702 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 11878 components: - type: Transform - pos: 70.87325,66.78897 + rot: 1.5707963267948966 rad + pos: -22.5,-41.5 parent: 2 - - uid: 31707 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 12759 components: - type: Transform - pos: 65.48513,58.42623 + rot: -1.5707963267948966 rad + pos: -27.5,39.5 parent: 2 - - uid: 31720 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 12768 components: - type: Transform - pos: 89.641136,50.50387 + rot: -1.5707963267948966 rad + pos: 67.5,-5.5 parent: 2 - - uid: 31724 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12839 components: - type: Transform - pos: 96.8185,53.370773 + rot: -1.5707963267948966 rad + pos: 74.5,-4.5 parent: 2 - - uid: 31725 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12992 components: - type: Transform - pos: 93.768326,59.007107 + rot: -1.5707963267948966 rad + pos: 46.5,-26.5 parent: 2 - - uid: 31727 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 13042 components: - type: Transform - pos: 90.87941,55.350857 + pos: 3.5,-1.5 parent: 2 - - uid: 38968 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 13127 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 92.999344,11.161419 + pos: -18.5,-41.5 parent: 2 - - uid: 38983 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 13852 components: - type: Transform rot: 1.5707963267948966 rad - pos: 102.78473,9.387981 + pos: 71.5,-16.5 parent: 2 - - uid: 38985 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 14370 components: - type: Transform rot: 1.5707963267948966 rad - pos: 103.72223,11.247356 + pos: -44.5,17.5 parent: 2 - - uid: 38991 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 14501 components: - type: Transform rot: 1.5707963267948966 rad - pos: 100.15524,11.333294 + pos: 34.5,49.5 parent: 2 - - uid: 38992 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 15606 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 104.73362,12.485392 + pos: -24.5,42.5 parent: 2 - - uid: 39004 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15610 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 98.41121,29.340899 + rot: -1.5707963267948966 rad + pos: -24.5,40.5 parent: 2 - - uid: 39016 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15646 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 104.6462,23.425716 + rot: 3.141592653589793 rad + pos: 80.5,-5.5 parent: 2 - - uid: 39017 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15683 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 103.50558,24.936129 + rot: 3.141592653589793 rad + pos: 75.5,-4.5 parent: 2 - - uid: 39024 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 15880 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 100.14015,25.154058 + rot: -1.5707963267948966 rad + pos: 78.5,-2.5 parent: 2 - - uid: 39033 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 16282 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 99.91121,37.09593 + rot: -1.5707963267948966 rad + pos: -36.5,40.5 parent: 2 - - uid: 39037 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 16297 components: - type: Transform rot: 1.5707963267948966 rad - pos: 94.24085,38.292847 + pos: 67.5,-4.5 parent: 2 - - uid: 39040 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 16396 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 93.31898,41.14441 + rot: -1.5707963267948966 rad + pos: -25.5,37.5 parent: 2 - - uid: 39048 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 16571 components: - type: Transform rot: 1.5707963267948966 rad - pos: 81.3314,29.933123 + pos: -37.5,19.5 parent: 2 - - uid: 39058 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 16595 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.34879,32.05239 + rot: -1.5707963267948966 rad + pos: -38.5,59.5 parent: 2 - - uid: 39061 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 16656 components: - type: Transform rot: 1.5707963267948966 rad - pos: 75.52067,35.54458 + pos: -67.5,28.5 parent: 2 - - uid: 39063 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 16955 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.39567,34.778954 + rot: -1.5707963267948966 rad + pos: -45.5,38.5 parent: 2 - - uid: 39071 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 17689 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 87.65499,44.783665 + rot: 3.141592653589793 rad + pos: -22.5,-27.5 parent: 2 - - uid: 39080 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 17695 components: - type: Transform - pos: 92.50016,53.96985 + pos: -12.5,-38.5 parent: 2 - - uid: 39086 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 17846 components: - type: Transform - pos: 99.6277,51.90575 + rot: -1.5707963267948966 rad + pos: -38.5,17.5 parent: 2 -- proto: FloraGreyStalagmite2 - entities: - - uid: 29674 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 17891 components: - type: Transform - pos: 96.66745,62.275368 + rot: 1.5707963267948966 rad + pos: -38.5,22.5 parent: 2 - - uid: 29962 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 17968 components: - type: Transform - pos: 95.33151,62.212868 + rot: 1.5707963267948966 rad + pos: -77.5,11.5 parent: 2 - - uid: 31634 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18184 components: - type: Transform - pos: 89.3862,64.89403 + rot: -1.5707963267948966 rad + pos: -50.5,32.5 parent: 2 - - uid: 31637 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18347 components: - type: Transform - pos: 97.73639,69.33861 + rot: 1.5707963267948966 rad + pos: -3.5,84.5 parent: 2 - - uid: 31641 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18404 components: - type: Transform - pos: 87.09975,68.19017 + rot: 1.5707963267948966 rad + pos: 35.5,46.5 parent: 2 - - uid: 31647 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18797 components: - type: Transform - pos: 86.35071,73.85721 + rot: -1.5707963267948966 rad + pos: 28.5,42.5 parent: 2 - - uid: 31653 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 19279 components: - type: Transform - pos: 87.75696,77.74002 + rot: -1.5707963267948966 rad + pos: -52.5,21.5 parent: 2 - - uid: 31661 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 19366 components: - type: Transform - pos: 81.19053,71.56586 + rot: -1.5707963267948966 rad + pos: 65.5,21.5 parent: 2 - - uid: 31666 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19367 components: - type: Transform - pos: 80.62022,75.915375 + rot: -1.5707963267948966 rad + pos: 66.5,18.5 parent: 2 - - uid: 31674 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 19370 components: - type: Transform - pos: 73.72016,68.33078 + rot: -1.5707963267948966 rad + pos: -18.5,-27.5 parent: 2 - - uid: 31676 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 19598 components: - type: Transform - pos: 74.119736,66.85422 + rot: -1.5707963267948966 rad + pos: -39.5,60.5 parent: 2 - - uid: 31679 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19765 components: - type: Transform - pos: 66.17822,68.26047 + rot: -1.5707963267948966 rad + pos: -42.5,62.5 parent: 2 - - uid: 31682 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 19978 components: - type: Transform - pos: 69.67822,69.252655 + rot: -1.5707963267948966 rad + pos: -95.5,-6.5 parent: 2 - - uid: 31684 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19980 components: - type: Transform - pos: 56.478855,86.55994 + pos: -85.5,21.5 parent: 2 - - uid: 31687 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 20400 components: - type: Transform - pos: 58.77573,81.358 + pos: -72.5,2.5 parent: 2 - - uid: 31689 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 20493 components: - type: Transform - pos: 57.21323,80.803314 + rot: -1.5707963267948966 rad + pos: 47.5,-27.5 parent: 2 - - uid: 31695 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 20499 components: - type: Transform - pos: 65.35763,65.26553 + rot: 1.5707963267948966 rad + pos: 43.5,-26.5 parent: 2 - - uid: 31705 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 20519 components: - type: Transform - pos: 69.63888,65.25772 + rot: 1.5707963267948966 rad + pos: -69.5,30.5 parent: 2 - - uid: 31706 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 20548 components: - type: Transform - pos: 65.71169,59.828487 + rot: 1.5707963267948966 rad + pos: 5.5,22.5 parent: 2 - - uid: 31710 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 20747 components: - type: Transform - pos: 76.426926,50.39327 + pos: 22.5,19.5 parent: 2 - - uid: 31718 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21225 components: - type: Transform - pos: 91.53252,52.98043 + rot: 1.5707963267948966 rad + pos: -25.5,29.5 parent: 2 - - uid: 31723 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21252 components: - type: Transform - pos: 95.84299,54.808273 + pos: -24.5,31.5 parent: 2 - - uid: 38973 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21850 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 97.064095,9.278606 + rot: 3.141592653589793 rad + pos: 22.5,-22.5 parent: 2 - - uid: 38977 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 22162 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 95.82379,10.958294 + pos: -83.5,22.5 parent: 2 - - uid: 38988 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 22397 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 100.831604,12.864544 + pos: -54.5,17.5 parent: 2 - - uid: 38998 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 22603 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 105.63464,20.863852 + rot: 3.141592653589793 rad + pos: -68.5,44.5 parent: 2 - - uid: 39000 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 22653 components: - type: Transform rot: 1.5707963267948966 rad - pos: 99.361206,22.26229 + pos: 44.5,-27.5 parent: 2 - - uid: 39006 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 22713 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 96.204956,25.332602 + rot: -1.5707963267948966 rad + pos: -54.5,16.5 parent: 2 - - uid: 39012 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 22714 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 89.620026,30.791815 + rot: -1.5707963267948966 rad + pos: -52.5,16.5 parent: 2 - - uid: 39019 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23007 components: - type: Transform rot: 1.5707963267948966 rad - pos: 102.64445,26.912691 + pos: -54.5,14.5 parent: 2 - - uid: 39028 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23093 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.645584,29.756706 + rot: -1.5707963267948966 rad + pos: -42.5,5.5 parent: 2 - - uid: 39039 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23191 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 93.654915,41.42566 + rot: 3.141592653589793 rad + pos: -71.5,43.5 parent: 2 - - uid: 39043 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 23214 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 88.08554,31.73781 + rot: -1.5707963267948966 rad + pos: -54.5,21.5 parent: 2 - - uid: 39046 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23563 components: - type: Transform rot: 1.5707963267948966 rad - pos: 80.2689,29.339373 + pos: -15.5,-40.5 parent: 2 - - uid: 39051 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23856 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.00327,31.901873 + pos: -52.5,17.5 parent: 2 - - uid: 39060 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23918 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 75.28629,35.86489 + rot: -1.5707963267948966 rad + pos: -52.5,36.5 parent: 2 - - uid: 39066 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23932 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 79.24723,34.82583 + pos: -52.5,22.5 parent: 2 - - uid: 39069 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23935 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.71626,39.84624 + rot: 3.141592653589793 rad + pos: -56.5,11.5 parent: 2 - - uid: 39072 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23955 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 88.17843,43.916477 + rot: 3.141592653589793 rad + pos: -56.5,13.5 parent: 2 - - uid: 39078 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24070 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 93.88297,51.32141 + rot: 3.141592653589793 rad + pos: 22.5,18.5 parent: 2 - - uid: 39082 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24232 components: - type: Transform - pos: 93.30485,54.91516 + rot: -1.5707963267948966 rad + pos: 9.5,18.5 parent: 2 - - uid: 39088 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24238 components: - type: Transform - pos: 101.64686,53.29113 + pos: 18.5,20.5 parent: 2 - - uid: 39090 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24278 components: - type: Transform - pos: 97.89686,58.814568 + rot: -1.5707963267948966 rad + pos: 49.5,47.5 parent: 2 - - uid: 39092 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24299 components: - type: Transform - pos: 98.20393,59.629654 + rot: -1.5707963267948966 rad + pos: -43.5,8.5 parent: 2 - - uid: 39093 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24300 components: - type: Transform - pos: 102.79768,61.93434 + rot: -1.5707963267948966 rad + pos: -44.5,7.5 parent: 2 -- proto: FloraGreyStalagmite3 - entities: - - uid: 18079 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24304 components: - type: Transform rot: 1.5707963267948966 rad - pos: 86.30429,31.89406 - parent: 2 - - uid: 29095 - components: - - type: Transform - pos: 92.89401,61.40818 + pos: -43.5,15.5 parent: 2 - - uid: 29960 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24305 components: - type: Transform - pos: 95.714325,62.462868 + rot: -1.5707963267948966 rad + pos: -40.5,15.5 parent: 2 - - uid: 31633 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24306 components: - type: Transform - pos: 94.84714,66.18309 + rot: 1.5707963267948966 rad + pos: -40.5,16.5 parent: 2 - - uid: 31638 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24307 components: - type: Transform - pos: 93.90045,69.893295 + rot: -1.5707963267948966 rad + pos: -37.5,16.5 parent: 2 - - uid: 31639 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24321 components: - type: Transform - pos: 91.33014,68.76048 + pos: -9.5,22.5 parent: 2 - - uid: 31652 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24322 components: - type: Transform - pos: 85.311646,76.474396 + rot: 3.141592653589793 rad + pos: -9.5,21.5 parent: 2 - - uid: 31654 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24324 components: - type: Transform - pos: 87.53821,77.33377 + rot: -1.5707963267948966 rad + pos: 0.5,22.5 parent: 2 - - uid: 31660 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24325 components: - type: Transform - pos: 82.83897,70.07367 + rot: 1.5707963267948966 rad + pos: -0.5,22.5 parent: 2 - - uid: 31663 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24458 components: - type: Transform - pos: 81.15147,70.26898 + rot: 3.141592653589793 rad + pos: -0.5,17.5 parent: 2 - - uid: 31667 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24459 components: - type: Transform - pos: 80.31553,75.415375 + pos: 0.5,17.5 parent: 2 - - uid: 31688 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24494 components: - type: Transform - pos: 57.033543,80.13144 + rot: 3.141592653589793 rad + pos: -46.5,-10.5 parent: 2 - - uid: 31692 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24495 components: - type: Transform - pos: 58.697605,77.35019 + rot: 3.141592653589793 rad + pos: -45.5,-11.5 parent: 2 - - uid: 31693 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24496 components: - type: Transform - pos: 65.30294,66.92178 + rot: 3.141592653589793 rad + pos: -44.5,-12.5 parent: 2 - - uid: 31704 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24497 components: - type: Transform - pos: 73.342,65.35928 + rot: 3.141592653589793 rad + pos: -43.5,-13.5 parent: 2 - - uid: 31713 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24498 components: - type: Transform - pos: 92.67314,48.896618 + rot: 3.141592653589793 rad + pos: -45.5,-8.5 parent: 2 - - uid: 31714 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24499 components: - type: Transform - pos: 92.087204,48.505993 + rot: 3.141592653589793 rad + pos: -44.5,-9.5 parent: 2 - - uid: 31728 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24500 components: - type: Transform - pos: 88.59035,56.99148 + rot: 3.141592653589793 rad + pos: -43.5,-10.5 parent: 2 - - uid: 38969 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24501 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 93.561844,10.817669 + rot: 3.141592653589793 rad + pos: -42.5,-11.5 parent: 2 - - uid: 38971 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24502 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 93.08528,8.380169 + rot: 3.141592653589793 rad + pos: -41.5,-12.5 parent: 2 - - uid: 38976 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24503 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 96.237854,12.005169 + rot: 3.141592653589793 rad + pos: -40.5,-13.5 parent: 2 - - uid: 38978 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24504 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 95.48004,10.802044 + pos: -39.5,-13.5 parent: 2 - - uid: 38980 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24505 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 100.37067,9.309856 + pos: -40.5,-12.5 parent: 2 - - uid: 38999 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24506 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 105.267456,20.51229 + pos: -41.5,-11.5 parent: 2 - - uid: 39009 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24508 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 90.70596,28.93244 + pos: -43.5,-9.5 parent: 2 - - uid: 39010 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24509 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 88.2919,28.36994 + pos: -44.5,-8.5 parent: 2 - - uid: 39013 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24510 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 89.79971,30.518377 + pos: -46.5,-9.5 parent: 2 - - uid: 39014 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24511 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 104.747765,23.925716 + pos: -45.5,-10.5 parent: 2 - - uid: 39022 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24512 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 100.26515,26.615816 + pos: -44.5,-11.5 parent: 2 - - uid: 39031 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24513 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 97.22371,34.054478 + pos: -43.5,-12.5 parent: 2 - - uid: 39032 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24514 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 100.1534,36.338116 + pos: -42.5,-13.5 parent: 2 - - uid: 39035 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24592 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 95.364334,37.400616 + rot: -1.5707963267948966 rad + pos: 49.5,-12.5 parent: 2 - - uid: 39045 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24593 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 85.59335,29.315935 + rot: -1.5707963267948966 rad + pos: 48.5,-13.5 parent: 2 - - uid: 39047 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24594 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 80.792336,29.315935 + rot: -1.5707963267948966 rad + pos: 47.5,-14.5 parent: 2 - - uid: 39057 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24597 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.294106,31.333641 + rot: -1.5707963267948966 rad + pos: 51.5,-13.5 parent: 2 - - uid: 39068 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24598 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.15376,39.893116 + rot: -1.5707963267948966 rad + pos: 50.5,-14.5 parent: 2 - - uid: 39074 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24599 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 88.77999,43.971165 + rot: -1.5707963267948966 rad + pos: 48.5,-15.5 parent: 2 - - uid: 39076 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24601 components: - type: Transform rot: 1.5707963267948966 rad - pos: 95.297035,50.85266 + pos: 47.5,-15.5 parent: 2 - - uid: 39083 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24603 components: - type: Transform - pos: 93.984535,54.735474 + rot: 1.5707963267948966 rad + pos: 48.5,-14.5 parent: 2 - - uid: 39085 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24604 components: - type: Transform - pos: 98.80739,50.452625 + rot: 1.5707963267948966 rad + pos: 50.5,-13.5 parent: 2 - - uid: 39096 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24621 components: - type: Transform - pos: 99.75081,57.879654 + rot: 1.5707963267948966 rad + pos: 46.5,-14.5 parent: 2 -- proto: FloraGreyStalagmite4 - entities: - - uid: 18193 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24622 components: - type: Transform rot: 1.5707963267948966 rad - pos: 94.10023,38.99597 + pos: 47.5,-13.5 parent: 2 - - uid: 29094 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24623 components: - type: Transform - pos: 95.64264,68.455795 + rot: 1.5707963267948966 rad + pos: 48.5,-12.5 parent: 2 - - uid: 29978 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24638 components: - type: Transform - pos: 97.73776,64.900375 + pos: 51.5,4.5 parent: 2 - - uid: 30791 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24639 components: - type: Transform - pos: 97.839325,63.267555 + rot: 3.141592653589793 rad + pos: 50.5,4.5 parent: 2 - - uid: 31656 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24640 components: - type: Transform - pos: 81.22959,67.98773 + rot: 3.141592653589793 rad + pos: 48.5,3.5 parent: 2 - - uid: 31665 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24641 components: - type: Transform - pos: 83.674904,73.931 + rot: 3.141592653589793 rad + pos: 39.5,-16.5 parent: 2 - - uid: 31670 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24642 components: - type: Transform - pos: 76.6811,65.29953 + rot: 3.141592653589793 rad + pos: 38.5,-15.5 parent: 2 - - uid: 31686 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24643 components: - type: Transform - pos: 58.705418,81.91269 + pos: 39.5,-15.5 parent: 2 - - uid: 31694 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24644 components: - type: Transform - pos: 66.06075,66.88272 + pos: 38.5,-14.5 parent: 2 - - uid: 31709 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24645 components: - type: Transform - pos: 76.73012,51.846394 + pos: 38.5,-16.5 parent: 2 - - uid: 31716 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24646 components: - type: Transform - pos: 90.97002,52.62887 + rot: 3.141592653589793 rad + pos: 38.5,-18.5 parent: 2 - - uid: 38972 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24802 components: - type: Transform rot: 1.5707963267948966 rad - pos: 98.13441,8.200481 + pos: 20.5,43.5 parent: 2 - - uid: 38982 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24919 components: - type: Transform rot: 1.5707963267948966 rad - pos: 102.081604,9.270794 + pos: -10.5,-23.5 parent: 2 - - uid: 38989 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25026 components: - type: Transform rot: 1.5707963267948966 rad - pos: 100.82379,12.091106 + pos: -10.5,14.5 parent: 2 - - uid: 38994 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25027 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 102.27051,14.032267 + rot: -1.5707963267948966 rad + pos: -10.5,13.5 parent: 2 - - uid: 38995 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25108 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 91.17077,9.312969 + pos: 6.5,22.5 parent: 2 - - uid: 38996 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25128 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 101.37683,21.309164 + pos: 11.5,-1.5 parent: 2 - - uid: 39029 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25132 components: - type: Transform rot: 1.5707963267948966 rad - pos: 101.66902,29.225456 + pos: 29.5,16.5 parent: 2 - - uid: 39030 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25177 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 97.37215,33.320103 + pos: 21.5,43.5 parent: 2 - - uid: 39041 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25278 components: - type: Transform rot: 1.5707963267948966 rad - pos: 93.95179,42.042847 + pos: 31.5,15.5 parent: 2 - - uid: 39052 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25377 components: - type: Transform rot: 1.5707963267948966 rad - pos: 81.8314,31.354998 + pos: 29.5,28.5 parent: 2 - - uid: 39053 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25378 components: - type: Transform rot: 1.5707963267948966 rad - pos: 78.42515,30.401873 + pos: 27.5,29.5 parent: 2 - - uid: 39089 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25434 components: - type: Transform - pos: 97.31092,58.767693 + pos: 40.5,44.5 parent: 2 - - uid: 39095 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25435 components: - type: Transform - pos: 100.0555,57.30934 + rot: 3.141592653589793 rad + pos: 39.5,44.5 parent: 2 -- proto: FloraGreyStalagmite5 - entities: - - uid: 29091 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25466 components: - type: Transform - pos: 95.08014,68.299545 + pos: 43.5,33.5 parent: 2 - - uid: 30642 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25483 components: - type: Transform - pos: 92.214325,61.400368 + rot: 3.141592653589793 rad + pos: 34.5,25.5 parent: 2 - - uid: 30788 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25486 components: - type: Transform - pos: 96.89401,63.04246 + rot: 3.141592653589793 rad + pos: 35.5,24.5 parent: 2 - - uid: 31055 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25629 components: - type: Transform - pos: 94.72995,66.86278 + rot: -1.5707963267948966 rad + pos: 35.5,32.5 parent: 2 - - uid: 31635 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25630 components: - type: Transform - pos: 89.92526,64.792465 + rot: -1.5707963267948966 rad + pos: 34.5,33.5 parent: 2 - - uid: 31643 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25675 components: - type: Transform - pos: 88.45131,68.830795 + rot: -1.5707963267948966 rad + pos: 55.5,51.5 parent: 2 - - uid: 31644 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25676 components: - type: Transform - pos: 86.20131,69.91673 + rot: -1.5707963267948966 rad + pos: 56.5,50.5 parent: 2 - - uid: 31650 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25677 components: - type: Transform - pos: 86.76477,73.02908 + rot: 1.5707963267948966 rad + pos: 55.5,54.5 parent: 2 - - uid: 31651 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25678 components: - type: Transform - pos: 86.50696,75.43533 + rot: 1.5707963267948966 rad + pos: 56.5,53.5 parent: 2 - - uid: 31662 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25731 components: - type: Transform - pos: 81.37803,71.14398 + pos: 7.5,41.5 parent: 2 - - uid: 31664 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25732 components: - type: Transform - pos: 83.71397,73.352875 + rot: 3.141592653589793 rad + pos: 7.5,39.5 parent: 2 - - uid: 31671 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25734 components: - type: Transform - pos: 77.75141,66.471405 + rot: -1.5707963267948966 rad + pos: 7.5,36.5 parent: 2 - - uid: 31673 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25736 components: - type: Transform - pos: 77.1811,70.01828 + rot: -1.5707963267948966 rad + pos: 19.5,37.5 parent: 2 - - uid: 31675 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25737 components: - type: Transform - pos: 74.86192,66.83859 + rot: -1.5707963267948966 rad + pos: 17.5,39.5 parent: 2 - - uid: 31680 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25796 components: - type: Transform - pos: 66.74072,68.33859 + rot: 1.5707963267948966 rad + pos: 9.5,40.5 parent: 2 - - uid: 31685 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25820 components: - type: Transform - pos: 55.205418,86.21619 + rot: 3.141592653589793 rad + pos: 9.5,46.5 parent: 2 - - uid: 31690 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25822 components: - type: Transform - pos: 60.760105,77.334564 + pos: 9.5,49.5 parent: 2 - - uid: 31696 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25823 components: - type: Transform - pos: 65.217,65.99991 + pos: 10.5,48.5 parent: 2 - - uid: 31700 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25824 components: - type: Transform - pos: 66.5295,66.398346 + rot: 3.141592653589793 rad + pos: 6.5,49.5 parent: 2 - - uid: 31701 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25825 components: - type: Transform - pos: 70.20138,66.898346 + rot: 3.141592653589793 rad + pos: 7.5,48.5 parent: 2 - - uid: 31711 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25905 components: - type: Transform - pos: 76.801926,50.377644 + rot: -1.5707963267948966 rad + pos: -12.5,29.5 parent: 2 - - uid: 31712 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25906 components: - type: Transform - pos: 92.710915,48.15443 + rot: -1.5707963267948966 rad + pos: -13.5,30.5 parent: 2 - - uid: 31719 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25907 components: - type: Transform - pos: 89.172386,50.933556 + rot: 1.5707963267948966 rad + pos: -14.5,29.5 parent: 2 - - uid: 31721 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 26010 components: - type: Transform - pos: 89.256386,48.456993 + pos: -59.5,52.5 parent: 2 - - uid: 31726 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 26065 components: - type: Transform - pos: 93.16676,58.882107 + rot: -1.5707963267948966 rad + pos: -33.5,27.5 parent: 2 - - uid: 38970 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 26074 components: - type: Transform rot: 1.5707963267948966 rad - pos: 94.14778,11.130169 + pos: -34.5,27.5 parent: 2 - - uid: 38974 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 26098 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 96.657845,9.364544 + pos: -6.5,-1.5 parent: 2 - - uid: 38979 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 26111 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 97.456604,9.012981 + pos: -7.5,-2.5 parent: 2 - - uid: 38981 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 26119 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 100.84723,9.692669 + pos: -4.5,33.5 parent: 2 - - uid: 38984 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 26120 components: - type: Transform rot: 1.5707963267948966 rad - pos: 103.07379,10.403606 + pos: -5.5,33.5 parent: 2 - - uid: 38990 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 26177 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 99.43317,11.262981 + rot: -1.5707963267948966 rad + pos: -64.5,44.5 parent: 2 - - uid: 38993 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 26179 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 104.89768,13.211954 + rot: -1.5707963267948966 rad + pos: -69.5,44.5 parent: 2 - - uid: 38997 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 26216 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 104.63464,21.801352 + pos: -71.5,52.5 parent: 2 - - uid: 39001 + - uid: 26318 components: - type: Transform rot: 1.5707963267948966 rad - pos: 98.32214,23.371664 + pos: -74.5,52.5 parent: 2 - - uid: 39003 + - uid: 26356 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 98.77527,25.676352 + rot: 3.141592653589793 rad + pos: -2.5,-28.5 parent: 2 - - uid: 39005 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 26434 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 98.25496,29.934649 + pos: -54.5,52.5 parent: 2 - - uid: 39007 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 26449 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 91.759926,27.002752 + pos: -57.5,53.5 parent: 2 - - uid: 39008 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 26780 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 89.26846,27.36994 + rot: -1.5707963267948966 rad + pos: -94.5,-8.5 parent: 2 - - uid: 39015 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 26854 components: - type: Transform rot: 1.5707963267948966 rad - pos: 104.10714,24.011654 + pos: 17.5,17.5 parent: 2 - - uid: 39018 + - type: AtmosPipeColor + color: '#CCCCFFFF' + - uid: 26923 components: - type: Transform rot: 1.5707963267948966 rad - pos: 103.7382,24.639254 + pos: -60.5,4.5 parent: 2 - - uid: 39021 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 26933 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 102.34757,25.764254 + rot: 3.141592653589793 rad + pos: -58.5,-3.5 parent: 2 - - uid: 39023 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 26936 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 100.60109,26.123629 + rot: 3.141592653589793 rad + pos: -60.5,-2.5 parent: 2 - - uid: 39027 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 26985 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 99.97371,31.881706 + rot: -1.5707963267948966 rad + pos: -54.5,-11.5 parent: 2 - - uid: 39036 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 26986 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 95.93684,37.2392 + rot: -1.5707963267948966 rad + pos: -53.5,-12.5 parent: 2 - - uid: 39044 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27036 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 86.194916,29.292498 + rot: 3.141592653589793 rad + pos: -58.5,-29.5 parent: 2 - - uid: 39056 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27037 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 82.38629,29.386248 + rot: 3.141592653589793 rad + pos: -59.5,-27.5 parent: 2 - - uid: 39062 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 27048 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 75.950356,35.95864 + pos: -53.5,-27.5 parent: 2 - - uid: 39064 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 27049 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.74723,34.20083 + pos: -52.5,-29.5 parent: 2 - - uid: 39067 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27057 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.81001,42.99468 + rot: 3.141592653589793 rad + pos: -53.5,-32.5 parent: 2 - - uid: 39075 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 27144 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 96.34391,49.430786 + rot: 3.141592653589793 rad + pos: -51.5,46.5 parent: 2 - - uid: 39077 + - uid: 27175 components: - type: Transform rot: 1.5707963267948966 rad - pos: 95.00797,51.337036 - parent: 2 - - uid: 39087 - components: - - type: Transform - pos: 100.47498,55.85363 + pos: -32.5,12.5 parent: 2 - - uid: 39091 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27179 components: - type: Transform - pos: 98.45393,60.02809 + rot: -1.5707963267948966 rad + pos: -32.5,10.5 parent: 2 - - uid: 39094 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27180 components: - type: Transform - pos: 103.77425,60.981216 + rot: -1.5707963267948966 rad + pos: -34.5,12.5 parent: 2 -- proto: FloraGreyStalagmite6 - entities: - - uid: 29983 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 27267 components: - type: Transform - pos: 97.90964,64.25193 + rot: 1.5707963267948966 rad + pos: -20.5,-5.5 parent: 2 - - uid: 31642 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27278 components: - type: Transform - pos: 88.904434,68.55736 + rot: 1.5707963267948966 rad + pos: -22.5,-4.5 parent: 2 - - uid: 31649 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 27371 components: - type: Transform - pos: 86.26477,72.43533 + rot: -1.5707963267948966 rad + pos: 35.5,5.5 parent: 2 - - uid: 31659 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27388 components: - type: Transform - pos: 83.674904,69.91742 + rot: 1.5707963267948966 rad + pos: 74.5,-3.5 parent: 2 - - uid: 31669 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27420 components: - type: Transform - pos: 81.66709,67.676834 + pos: 34.5,7.5 parent: 2 - - uid: 31672 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 27555 components: - type: Transform - pos: 77.50141,66.60422 + rot: -1.5707963267948966 rad + pos: 34.5,-34.5 parent: 2 - - uid: 31677 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 27556 components: - type: Transform - pos: 74.4713,66.43234 + rot: -1.5707963267948966 rad + pos: 36.5,-34.5 parent: 2 - - uid: 31678 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28055 components: - type: Transform - pos: 67.24072,69.89328 + rot: 3.141592653589793 rad + pos: -36.5,63.5 parent: 2 - - uid: 31683 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28214 components: - type: Transform - pos: 56.189793,86.79431 + rot: -1.5707963267948966 rad + pos: -16.5,-43.5 parent: 2 - - uid: 31691 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28278 components: - type: Transform - pos: 60.33823,77.50644 + rot: 1.5707963267948966 rad + pos: -9.5,-25.5 parent: 2 - - uid: 31699 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28297 components: - type: Transform - pos: 66.5295,65.18741 + rot: -1.5707963267948966 rad + pos: -9.5,-29.5 parent: 2 - - uid: 31703 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28305 components: - type: Transform - pos: 72.37325,65.16397 + rot: -1.5707963267948966 rad + pos: -10.5,-28.5 parent: 2 - - uid: 31708 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28335 components: - type: Transform - pos: 75.79262,52.729206 + rot: -1.5707963267948966 rad + pos: -44.5,33.5 parent: 2 - - uid: 31715 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28336 components: - type: Transform - pos: 90.42314,52.88668 + rot: -1.5707963267948966 rad + pos: -46.5,35.5 parent: 2 - - uid: 31722 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28540 components: - type: Transform - pos: 88.912636,48.496056 + rot: 1.5707963267948966 rad + pos: 19.5,9.5 parent: 2 - - uid: 38967 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28564 components: - type: Transform rot: 1.5707963267948966 rad - pos: 92.22591,11.856731 + pos: 7.5,29.5 parent: 2 - - uid: 38975 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28775 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 98.32191,11.903606 + rot: -1.5707963267948966 rad + pos: -28.5,-25.5 parent: 2 - - uid: 38986 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28835 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 103.144104,11.645794 + rot: 3.141592653589793 rad + pos: -0.5,70.5 parent: 2 - - uid: 38987 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28911 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 100.34723,12.505169 + rot: 3.141592653589793 rad + pos: 17.5,6.5 parent: 2 - - uid: 39002 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28969 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 98.13464,25.777914 + rot: -1.5707963267948966 rad + pos: 18.5,6.5 parent: 2 - - uid: 39011 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 29701 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 88.245026,28.877752 + rot: -1.5707963267948966 rad + pos: -50.5,34.5 parent: 2 - - uid: 39020 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 30007 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 102.81632,25.990816 + rot: 3.141592653589793 rad + pos: -51.5,34.5 parent: 2 - - uid: 39025 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 30219 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 99.5464,24.755621 + rot: 3.141592653589793 rad + pos: -51.5,32.5 parent: 2 - - uid: 39026 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 30768 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 99.1534,27.259748 + rot: -1.5707963267948966 rad + pos: -64.5,-0.5 parent: 2 - - uid: 39034 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 31293 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 98.395584,39.87718 + rot: 3.141592653589793 rad + pos: -74.5,44.5 parent: 2 - - uid: 39038 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 31567 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 93.29554,41.80847 + pos: -51.5,49.5 parent: 2 - - uid: 39042 + - uid: 31734 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 86.17148,31.14406 + rot: -1.5707963267948966 rad + pos: 18.5,4.5 parent: 2 - - uid: 39049 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 31743 components: - type: Transform rot: 1.5707963267948966 rad - pos: 81.42515,29.417498 + pos: 7.5,10.5 parent: 2 - - uid: 39050 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 31747 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.65171,31.878435 + rot: 3.141592653589793 rad + pos: 7.5,9.5 parent: 2 - - uid: 39054 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 31836 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 78.98765,30.151873 + rot: 3.141592653589793 rad + pos: -72.5,42.5 parent: 2 - - uid: 39055 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 31861 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.09702,30.823748 + rot: -1.5707963267948966 rad + pos: -56.5,42.5 parent: 2 - - uid: 39059 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 32108 components: - type: Transform rot: 1.5707963267948966 rad - pos: 78.044106,31.591454 + pos: -56.5,45.5 parent: 2 - - uid: 39065 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 33014 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 79.77067,33.82583 + rot: -1.5707963267948966 rad + pos: 86.5,13.5 parent: 2 - - uid: 39070 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 33016 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.8647,37.97124 + rot: -1.5707963267948966 rad + pos: 85.5,14.5 parent: 2 - - uid: 39073 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 33174 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 88.81905,43.557102 + pos: 76.5,49.5 parent: 2 - - uid: 39079 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 33175 components: - type: Transform - pos: 93.453285,51.305786 + rot: 1.5707963267948966 rad + pos: 77.5,49.5 parent: 2 - - uid: 39081 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 33182 components: - type: Transform - pos: 93.16422,54.087036 + rot: 3.141592653589793 rad + pos: 69.5,51.5 parent: 2 - - uid: 39084 + - uid: 33183 components: - type: Transform - pos: 98.22926,50.194813 + pos: 69.5,52.5 parent: 2 -- proto: FloraStalagmite1 - entities: - - uid: 3435 + - uid: 33184 components: - type: Transform rot: 3.141592653589793 rad - pos: -102.1346,23.30238 + pos: 67.5,52.5 parent: 2 - - uid: 14360 + - uid: 33206 components: - type: Transform - pos: 90.5434,58.095047 + rot: 1.5707963267948966 rad + pos: 59.5,62.5 parent: 2 - - uid: 15611 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 33207 components: - type: Transform - pos: 99.640625,41.24438 + rot: 1.5707963267948966 rad + pos: 57.5,63.5 parent: 2 - - uid: 15614 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 33223 components: - type: Transform - pos: 71.55667,51.4233 + rot: -1.5707963267948966 rad + pos: 92.5,49.5 parent: 2 - - uid: 15615 + - uid: 33245 components: - type: Transform - pos: 83.18593,63.248577 + rot: 1.5707963267948966 rad + pos: 85.5,13.5 parent: 2 - - uid: 16513 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 33246 components: - type: Transform - pos: 93.26401,29.359962 + rot: 1.5707963267948966 rad + pos: 84.5,14.5 parent: 2 - - uid: 18083 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 33284 components: - type: Transform - pos: 103.048706,51.665443 + rot: -1.5707963267948966 rad + pos: 101.5,10.5 parent: 2 - - uid: 23542 + - uid: 33285 components: - type: Transform - pos: 103.72058,50.142006 + rot: -1.5707963267948966 rad + pos: 102.5,9.5 parent: 2 - - uid: 36970 + - uid: 33703 components: - type: Transform - pos: 93.756836,34.890858 + pos: -46.5,43.5 parent: 2 - - uid: 36971 + - type: AtmosPipeColor + color: '#03FCD3FF' + - uid: 33810 components: - type: Transform - pos: 91.53027,33.39867 + rot: 3.141592653589793 rad + pos: -51.5,44.5 parent: 2 - - uid: 36979 + - type: AtmosPipeColor + color: '#CC00CCFF' + - uid: 33912 components: - type: Transform - pos: 93.282104,22.42301 + pos: 21.5,17.5 parent: 2 - - uid: 37009 + - type: AtmosPipeColor + color: '#CCCCFFFF' + - uid: 33913 components: - type: Transform - pos: 100.9234,35.31427 + rot: -1.5707963267948966 rad + pos: 21.5,15.5 parent: 2 - - uid: 37021 + - type: AtmosPipeColor + color: '#CCCCFFFF' + - uid: 33919 components: - type: Transform - pos: 91.69965,56.41536 + rot: -1.5707963267948966 rad + pos: 13.5,6.5 parent: 2 - - uid: 37032 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34064 components: - type: Transform - pos: 87.9139,54.313797 + pos: 11.5,10.5 parent: 2 - - uid: 37036 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 34178 components: - type: Transform - pos: 86.21224,60.2354 + rot: 1.5707963267948966 rad + pos: 20.5,45.5 parent: 2 - - uid: 37039 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34526 components: - type: Transform - pos: 88.93099,60.063526 + rot: 1.5707963267948966 rad + pos: -68.5,51.5 parent: 2 - - uid: 37043 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34532 components: - type: Transform - pos: 84.688805,66.883835 + rot: -1.5707963267948966 rad + pos: -59.5,46.5 parent: 2 - - uid: 37054 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 34542 components: - type: Transform - pos: 89.41374,64.00946 + rot: -1.5707963267948966 rad + pos: -54.5,46.5 parent: 2 - - uid: 37070 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 35386 components: - type: Transform - pos: 71.26942,77.91345 + rot: 3.141592653589793 rad + pos: 15.5,79.5 parent: 2 - - uid: 37078 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 35387 components: - type: Transform - pos: 61.34164,79.960815 + rot: 3.141592653589793 rad + pos: 16.5,80.5 parent: 2 - - uid: 37083 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 35388 components: - type: Transform - pos: 62.13352,74.00308 + pos: 17.5,80.5 parent: 2 - - uid: 37136 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 35389 components: - type: Transform - pos: 96.76449,28.293982 + pos: 16.5,79.5 parent: 2 - - uid: 37137 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 35480 components: - type: Transform - pos: 95.09261,27.325232 + rot: 1.5707963267948966 rad + pos: 11.5,65.5 parent: 2 - - uid: 37152 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 35481 components: - type: Transform - pos: 91.30021,24.495256 + pos: 12.5,65.5 parent: 2 - - uid: 37158 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 35747 components: - type: Transform - pos: 94.09148,17.28894 + rot: -1.5707963267948966 rad + pos: 11.5,9.5 parent: 2 -- proto: FloraStalagmite2 - entities: - - uid: 3684 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 35798 components: - type: Transform - rot: 3.141592653589793 rad - pos: -104.55647,19.98988 + rot: -1.5707963267948966 rad + pos: 15.5,13.5 parent: 2 - - uid: 5113 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 35799 components: - type: Transform - rot: 3.141592653589793 rad - pos: -99.41585,19.349255 + rot: -1.5707963267948966 rad + pos: 13.5,15.5 parent: 2 - - uid: 15405 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 36073 components: - type: Transform - pos: 100.08777,50.071693 + rot: -1.5707963267948966 rad + pos: -29.5,25.5 parent: 2 - - uid: 15580 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 36925 components: - type: Transform rot: -1.5707963267948966 rad - pos: 75.2861,37.351192 + pos: 11.5,-2.5 parent: 2 - - uid: 15581 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 36926 components: - type: Transform - pos: 90.06477,25.17943 + rot: 1.5707963267948966 rad + pos: 7.5,-1.5 parent: 2 - - uid: 15584 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 36927 components: - type: Transform - pos: 89.71321,26.171618 + rot: 3.141592653589793 rad + pos: 7.5,-2.5 parent: 2 - - uid: 15589 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 37382 components: - type: Transform - pos: 101.60339,51.892006 + rot: -1.5707963267948966 rad + pos: 52.5,-33.5 parent: 2 - - uid: 15830 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 37383 components: - type: Transform - pos: 98.984375,40.67407 + rot: 1.5707963267948966 rad + pos: 52.5,-29.5 parent: 2 - - uid: 36940 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 37384 components: - type: Transform - pos: 79.93636,35.00607 + rot: 1.5707963267948966 rad + pos: 53.5,-31.5 parent: 2 - - uid: 36969 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 37394 components: - type: Transform - pos: 92.08496,31.258045 + rot: -1.5707963267948966 rad + pos: 61.5,-31.5 parent: 2 - - uid: 36972 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 37395 components: - type: Transform - pos: 91.8584,33.914295 + rot: 1.5707963267948966 rad + pos: 61.5,-30.5 parent: 2 - - uid: 36987 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 37406 components: - type: Transform - pos: 75.77229,49.37882 + rot: -1.5707963267948966 rad + pos: 53.5,-34.5 parent: 2 - - uid: 36990 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 37474 components: - type: Transform - pos: 66.036255,54.11761 + pos: 21.5,45.5 parent: 2 - - uid: 36993 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 37650 components: - type: Transform - pos: 69.87219,53.469173 + pos: -53.5,41.5 parent: 2 - - uid: 36998 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 37672 components: - type: Transform - pos: 93.38815,34.10288 + rot: 3.141592653589793 rad + pos: -54.5,41.5 parent: 2 - - uid: 37006 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 38185 components: - type: Transform - pos: 100.6734,37.665833 + rot: 1.5707963267948966 rad + pos: -38.5,-31.5 parent: 2 - - uid: 37024 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 38186 components: - type: Transform - pos: 85.327965,56.993484 + pos: -35.5,-31.5 parent: 2 - - uid: 37028 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 38926 components: - type: Transform - pos: 86.77328,53.720047 + pos: 5.5,60.5 parent: 2 - - uid: 37031 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 39173 components: - type: Transform - pos: 87.19515,57.024734 + rot: 3.141592653589793 rad + pos: 10.5,-13.5 parent: 2 - - uid: 37042 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 39174 components: - type: Transform - pos: 84.82943,65.76665 + pos: 11.5,-13.5 parent: 2 - - uid: 37044 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 39188 components: - type: Transform - pos: 83.86068,67.6104 + rot: -1.5707963267948966 rad + pos: 11.5,-7.5 parent: 2 - - uid: 37049 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 39189 components: - type: Transform - pos: 83.09638,62.407894 + pos: 11.5,-6.5 parent: 2 - - uid: 37055 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 39193 components: - type: Transform - pos: 87.671555,63.89227 + pos: 12.5,-9.5 parent: 2 - - uid: 37063 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 39200 components: - type: Transform - pos: 76.73938,74.92407 + rot: 3.141592653589793 rad + pos: -0.5,-2.5 parent: 2 - - uid: 37067 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 39201 components: - type: Transform - pos: 75.317505,72.16626 + rot: 1.5707963267948966 rad + pos: -0.5,-1.5 parent: 2 - - uid: 37071 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 39203 components: - type: Transform - pos: 68.668304,77.33586 + pos: 3.5,7.5 parent: 2 - - uid: 37075 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 39204 components: - type: Transform - pos: 66.62143,75.22099 + rot: 3.141592653589793 rad + pos: -0.5,6.5 parent: 2 - - uid: 37076 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 39205 components: - type: Transform - pos: 74.730804,77.822556 + rot: 1.5707963267948966 rad + pos: -0.5,7.5 parent: 2 - - uid: 37077 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 39633 components: - type: Transform - pos: 62.62289,80.835815 + pos: 84.5,-5.5 parent: 2 - - uid: 37086 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 39754 components: - type: Transform - pos: 64.09445,71.98932 + rot: -1.5707963267948966 rad + pos: 75.5,-21.5 parent: 2 - - uid: 37095 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 39759 components: - type: Transform - pos: 63.882553,71.37004 + rot: 1.5707963267948966 rad + pos: 74.5,-21.5 parent: 2 - - uid: 37106 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 40003 components: - type: Transform - pos: 71.770256,51.85314 + rot: -1.5707963267948966 rad + pos: -43.5,39.5 parent: 2 - - uid: 37113 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 40040 components: - type: Transform - pos: 96.22317,50.942863 + rot: 1.5707963267948966 rad + pos: -38.5,35.5 parent: 2 - - uid: 37120 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41274 components: - type: Transform - pos: 100.30386,50.48457 + rot: -1.5707963267948966 rad + pos: -10.5,92.5 parent: 2 - - uid: 37121 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41275 components: - type: Transform - pos: 95.17041,43.86939 + pos: -10.5,91.5 parent: 2 - - uid: 37122 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41281 components: - type: Transform - pos: 96.51925,39.91038 + rot: 3.141592653589793 rad + pos: -13.5,92.5 parent: 2 - - uid: 37124 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41282 components: - type: Transform - pos: 95.08956,38.199444 + pos: -13.5,93.5 parent: 2 - - uid: 37129 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41349 components: - type: Transform - pos: 97.92769,38.60284 + rot: 1.5707963267948966 rad + pos: -46.5,91.5 parent: 2 - - uid: 37132 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41350 components: - type: Transform - pos: 100.5605,37.188778 + rot: 1.5707963267948966 rad + pos: -48.5,93.5 parent: 2 - - uid: 37149 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41401 components: - type: Transform - pos: 88.097084,30.932756 + pos: -39.5,72.5 parent: 2 - - uid: 37150 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41733 components: - type: Transform - pos: 90.45646,24.964006 + rot: 3.141592653589793 rad + pos: -3.5,80.5 parent: 2 - - uid: 37165 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41734 components: - type: Transform - pos: 65.30987,57.19859 + rot: -1.5707963267948966 rad + pos: -2.5,80.5 parent: 2 -- proto: FloraStalagmite3 - entities: - - uid: 1577 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41739 components: - type: Transform rot: 3.141592653589793 rad - pos: -104.68147,19.318005 + pos: -9.5,80.5 parent: 2 - - uid: 2687 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41740 components: - type: Transform - rot: 3.141592653589793 rad - pos: -99.30647,24.943005 + rot: -1.5707963267948966 rad + pos: -8.5,80.5 parent: 2 - - uid: 3854 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41741 components: - type: Transform - rot: 3.141592653589793 rad - pos: -101.68147,27.130505 + rot: 1.5707963267948966 rad + pos: -9.5,83.5 parent: 2 - - uid: 14020 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41742 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 88.19875,22.88214 + pos: -8.5,83.5 parent: 2 - - uid: 15583 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41745 components: - type: Transform - pos: 68.99846,51.12551 + rot: 1.5707963267948966 rad + pos: -16.5,83.5 parent: 2 - - uid: 17724 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41746 components: - type: Transform - rot: 3.141592653589793 rad - pos: -102.62332,18.45863 + pos: -15.5,83.5 parent: 2 - - uid: 36973 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41747 components: - type: Transform - pos: 92.26465,34.49242 + rot: -1.5707963267948966 rad + pos: -15.5,80.5 parent: 2 - - uid: 36981 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41748 components: - type: Transform - pos: 92.29835,26.974869 + rot: 3.141592653589793 rad + pos: -16.5,80.5 parent: 2 - - uid: 36995 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41751 components: - type: Transform - pos: 67.62476,56.882977 + rot: 3.141592653589793 rad + pos: -28.5,75.5 parent: 2 - - uid: 37007 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41752 components: - type: Transform - pos: 101.064026,38.34552 + rot: 1.5707963267948966 rad + pos: -28.5,76.5 parent: 2 - - uid: 37046 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41753 components: - type: Transform - pos: 82.11982,66.20477 + rot: 3.141592653589793 rad + pos: -26.5,75.5 parent: 2 - - uid: 37052 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41754 components: - type: Transform - pos: 91.640305,61.314144 + rot: 1.5707963267948966 rad + pos: -26.5,76.5 parent: 2 - - uid: 37065 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41793 components: - type: Transform - pos: 76.536255,74.48657 + rot: -1.5707963267948966 rad + pos: -29.5,78.5 parent: 2 - - uid: 37088 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41799 components: - type: Transform - pos: 65.633514,74.223694 + rot: 1.5707963267948966 rad + pos: -30.5,78.5 parent: 2 - - uid: 37107 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41800 components: - type: Transform - pos: 70.99682,51.90783 + rot: -1.5707963267948966 rad + pos: -30.5,77.5 parent: 2 - - uid: 37112 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41801 components: - type: Transform - pos: 95.16848,49.950676 + rot: -1.5707963267948966 rad + pos: -28.5,77.5 parent: 2 - - uid: 37123 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41802 components: - type: Transform - pos: 96.80831,39.55882 + rot: 1.5707963267948966 rad + pos: -29.5,77.5 parent: 2 - - uid: 37147 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41803 components: - type: Transform - pos: 88.722084,31.120256 + rot: -1.5707963267948966 rad + pos: -29.5,75.5 parent: 2 - - uid: 37153 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41835 components: - type: Transform - pos: 92.77677,25.682756 + rot: -1.5707963267948966 rad + pos: -30.5,87.5 parent: 2 - - uid: 37154 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41836 components: - type: Transform - pos: 94.80229,23.171757 + rot: 1.5707963267948966 rad + pos: -30.5,88.5 parent: 2 -- proto: FloraStalagmite4 - entities: - - uid: 1652 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42108 components: - type: Transform - rot: 3.141592653589793 rad - pos: -104.90022,20.286755 + rot: 1.5707963267948966 rad + pos: -36.5,66.5 parent: 2 - - uid: 15613 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42114 components: - type: Transform - pos: 95.185486,26.289526 + pos: -42.5,65.5 parent: 2 - - uid: 16512 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42115 components: - type: Transform - pos: 89.2679,26.33568 + pos: -43.5,66.5 parent: 2 - - uid: 28955 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42119 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.76125,21.780577 + pos: -37.5,70.5 parent: 2 - - uid: 36968 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42120 components: - type: Transform - pos: 94.955734,31.881668 + rot: -1.5707963267948966 rad + pos: -37.5,69.5 parent: 2 - - uid: 36974 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42136 components: - type: Transform - pos: 92.95215,34.625233 + pos: -24.5,72.5 parent: 2 - - uid: 36982 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42137 components: - type: Transform - pos: 102.11902,51.673256 + rot: 3.141592653589793 rad + pos: -28.5,71.5 parent: 2 - - uid: 36985 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42138 components: - type: Transform - pos: 71.04118,48.24938 + rot: 1.5707963267948966 rad + pos: -28.5,72.5 parent: 2 - - uid: 36994 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42150 components: - type: Transform - pos: 64.34351,55.289227 + rot: 1.5707963267948966 rad + pos: -0.5,71.5 parent: 2 - - uid: 36997 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42151 components: - type: Transform - pos: 66.90601,56.906414 + pos: 3.5,71.5 parent: 2 - - uid: 36999 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42152 components: - type: Transform - pos: 93.84909,33.60288 + rot: -1.5707963267948966 rad + pos: 3.5,70.5 parent: 2 - - uid: 37000 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42153 components: - type: Transform - pos: 93.282776,42.93927 + rot: 3.141592653589793 rad + pos: -0.5,73.5 parent: 2 - - uid: 37002 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42154 components: - type: Transform - pos: 94.80621,44.275208 + rot: 1.5707963267948966 rad + pos: -0.5,74.5 parent: 2 - - uid: 37008 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42155 components: - type: Transform - pos: 101.94684,38.09552 + pos: 3.5,74.5 parent: 2 - - uid: 37010 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42156 components: - type: Transform - pos: 98.39706,36.775574 + rot: -1.5707963267948966 rad + pos: 3.5,73.5 parent: 2 - - uid: 37019 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42597 components: - type: Transform - pos: 89.09028,57.907547 + pos: -12.5,59.5 parent: 2 - - uid: 37020 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42598 components: - type: Transform - pos: 89.644966,57.57161 + rot: 3.141592653589793 rad + pos: -13.5,59.5 parent: 2 - - uid: 37022 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42658 components: - type: Transform - pos: 89.57015,54.423172 + rot: 3.141592653589793 rad + pos: -15.5,60.5 parent: 2 - - uid: 37025 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42659 components: - type: Transform - pos: 86.015465,57.001297 + pos: -14.5,60.5 parent: 2 - - uid: 37030 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42674 components: - type: Transform - pos: 86.077965,56.024734 + pos: -13.5,52.5 parent: 2 - - uid: 37034 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42675 components: - type: Transform - pos: 82.19186,54.50987 + rot: -1.5707963267948966 rad + pos: -13.5,50.5 parent: 2 - - uid: 37035 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42677 components: - type: Transform - pos: 84.05599,61.2979 + rot: -1.5707963267948966 rad + pos: -11.5,50.5 parent: 2 - - uid: 37038 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42735 components: - type: Transform - pos: 88.33724,60.19634 + rot: -1.5707963267948966 rad + pos: -12.5,73.5 parent: 2 - - uid: 37040 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42736 components: - type: Transform - pos: 82.126305,63.3604 + rot: -1.5707963267948966 rad + pos: -13.5,74.5 parent: 2 - - uid: 37047 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42745 components: - type: Transform - pos: 82.04951,64.62665 + rot: 1.5707963267948966 rad + pos: -13.5,79.5 parent: 2 - - uid: 37050 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42746 components: - type: Transform - pos: 89.479195,60.17352 + rot: 1.5707963267948966 rad + pos: -12.5,78.5 parent: 2 - - uid: 37053 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42776 components: - type: Transform - pos: 93.94499,61.18133 + rot: 3.141592653589793 rad + pos: -3.5,77.5 parent: 2 - - uid: 37056 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42777 components: - type: Transform - pos: 87.09343,63.814144 + rot: -1.5707963267948966 rad + pos: -2.5,77.5 parent: 2 - - uid: 37060 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42829 components: - type: Transform - pos: 74.20813,76.0647 + rot: 3.141592653589793 rad + pos: -11.5,68.5 parent: 2 - - uid: 37062 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42830 components: - type: Transform - pos: 76.73157,73.79907 + rot: 3.141592653589793 rad + pos: -5.5,68.5 parent: 2 - - uid: 37066 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42835 components: - type: Transform - pos: 75.192505,72.6272 + pos: -14.5,62.5 parent: 2 - - uid: 37069 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42836 components: - type: Transform - pos: 77.880005,71.222855 + rot: -1.5707963267948966 rad + pos: -14.5,61.5 parent: 2 - - uid: 37072 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42837 components: - type: Transform - pos: 65.074554,79.9843 + rot: -1.5707963267948966 rad + pos: -12.5,61.5 parent: 2 - - uid: 37079 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42838 components: - type: Transform - pos: 63.357265,79.179565 + pos: -12.5,62.5 parent: 2 - - uid: 37082 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42860 components: - type: Transform - pos: 62.29758,74.979645 + rot: -1.5707963267948966 rad + pos: -9.5,58.5 parent: 2 - - uid: 37085 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42871 components: - type: Transform - pos: 63.867893,73.23932 + rot: 3.141592653589793 rad + pos: -2.5,56.5 parent: 2 - - uid: 37087 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42872 components: - type: Transform - pos: 64.7507,72.786194 + rot: 1.5707963267948966 rad + pos: -2.5,55.5 parent: 2 - - uid: 37094 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43066 components: - type: Transform - pos: 63.64818,71.75285 + pos: 27.5,59.5 parent: 2 - - uid: 37097 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 43121 components: - type: Transform - pos: 60.17943,69.97626 + rot: 1.5707963267948966 rad + pos: 49.5,51.5 parent: 2 - - uid: 37103 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 43122 components: - type: Transform - pos: 65.24064,57.74362 + rot: 1.5707963267948966 rad + pos: 50.5,50.5 parent: 2 - - uid: 37108 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43205 components: - type: Transform - pos: 70.82494,52.423454 + rot: -1.5707963267948966 rad + pos: 28.5,54.5 parent: 2 - - uid: 37109 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43208 components: - type: Transform - pos: 65.03752,55.047386 + rot: -1.5707963267948966 rad + pos: 26.5,55.5 parent: 2 - - uid: 37110 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 43209 components: - type: Transform - pos: 95.309105,49.2163 + rot: -1.5707963267948966 rad + pos: 26.5,53.5 parent: 2 - - uid: 37115 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43210 components: - type: Transform - pos: 97.246605,49.92724 + rot: 3.141592653589793 rad + pos: 25.5,53.5 parent: 2 - - uid: 37117 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43218 components: - type: Transform - pos: 98.41176,52.101757 + pos: 29.5,59.5 parent: 2 - - uid: 37133 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43220 components: - type: Transform - pos: 100.34753,35.264023 + rot: -1.5707963267948966 rad + pos: 29.5,58.5 parent: 2 - - uid: 37134 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43221 components: - type: Transform - pos: 97.100426,34.926937 + rot: -1.5707963267948966 rad + pos: 27.5,58.5 parent: 2 - - uid: 37135 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 43228 components: - type: Transform - pos: 96.756676,28.981482 + rot: -1.5707963267948966 rad + pos: 35.5,63.5 parent: 2 - - uid: 37138 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 43229 components: - type: Transform - pos: 95.444176,26.840857 + rot: -1.5707963267948966 rad + pos: 38.5,63.5 parent: 2 - - uid: 37143 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 43230 components: - type: Transform - pos: 91.78391,27.884565 + rot: -1.5707963267948966 rad + pos: 38.5,61.5 parent: 2 - - uid: 37148 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43231 components: - type: Transform - pos: 88.93302,30.604631 + rot: -1.5707963267948966 rad + pos: 35.5,61.5 parent: 2 - - uid: 37151 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43232 components: - type: Transform - pos: 90.940834,25.081194 + rot: 3.141592653589793 rad + pos: 34.5,63.5 parent: 2 - - uid: 37157 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 43233 components: - type: Transform - pos: 93.38054,17.335815 + rot: 3.141592653589793 rad + pos: 34.5,61.5 parent: 2 - - uid: 37160 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43234 components: - type: Transform - pos: 97.708664,20.84523 + rot: 3.141592653589793 rad + pos: 37.5,61.5 parent: 2 - - uid: 37196 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43235 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 77.731415,38.917343 + rot: 3.141592653589793 rad + pos: 37.5,63.5 parent: 2 -- proto: FloraStalagmite5 - entities: - - uid: 2826 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 43248 components: - type: Transform - rot: 3.141592653589793 rad - pos: -99.22835,23.630505 + rot: 1.5707963267948966 rad + pos: 33.5,65.5 parent: 2 - - uid: 2962 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43249 components: - type: Transform - rot: 3.141592653589793 rad - pos: -103.93147,19.36488 + rot: -1.5707963267948966 rad + pos: 34.5,65.5 parent: 2 - - uid: 3687 + - type: AtmosPipeColor + color: '#990000FF' +- proto: GasPipeBroken + entities: + - uid: 4695 components: - type: Transform rot: 3.141592653589793 rad - pos: -99.58772,24.536755 + pos: 99.5,73.5 parent: 2 - - uid: 3688 + - uid: 33181 components: - type: Transform - rot: 3.141592653589793 rad - pos: -101.02522,26.943005 + rot: -1.5707963267948966 rad + pos: 70.5,51.5 parent: 2 - - uid: 3812 + - uid: 33187 components: - type: Transform - rot: 3.141592653589793 rad - pos: -99.15022,19.73988 + rot: 1.5707963267948966 rad + pos: 84.5,48.5 parent: 2 - - uid: 3831 + - uid: 33212 components: - type: Transform - rot: 3.141592653589793 rad - pos: -104.18147,30.036755 + rot: -1.5707963267948966 rad + pos: 62.5,63.5 parent: 2 - - uid: 9658 + - uid: 33213 components: - type: Transform rot: -1.5707963267948966 rad - pos: 78.106415,38.78453 + pos: 60.5,62.5 parent: 2 - - uid: 15612 + - uid: 33214 components: - type: Transform - pos: 101.90625,38.814693 + rot: -1.5707963267948966 rad + pos: 65.5,62.5 parent: 2 - - uid: 16511 + - uid: 33215 components: - type: Transform - pos: 95.921875,41.877193 + rot: -1.5707963267948966 rad + pos: 67.5,62.5 parent: 2 - - uid: 23388 + - uid: 33222 components: - type: Transform - pos: 93.13901,30.117775 + rot: 1.5707963267948966 rad + pos: 90.5,48.5 parent: 2 - - uid: 36980 + - uid: 33226 components: - type: Transform - pos: 92.68897,26.818619 + pos: 92.5,62.5 parent: 2 - - uid: 36986 + - uid: 33227 components: - type: Transform - pos: 74.923996,49.96813 + pos: 93.5,58.5 parent: 2 - - uid: 36991 + - uid: 33229 components: - type: Transform - pos: 66.68469,54.062923 + pos: 93.5,53.5 parent: 2 - - uid: 36996 + - uid: 33280 components: - type: Transform - pos: 67.7732,56.343914 + rot: -1.5707963267948966 rad + pos: 93.5,9.5 parent: 2 - - uid: 37001 + - uid: 33281 components: - type: Transform - pos: 93.970276,42.93927 + rot: -1.5707963267948966 rad + pos: 98.5,10.5 parent: 2 - - uid: 37023 + - uid: 33286 components: - type: Transform - pos: 89.03109,54.25911 + rot: -1.5707963267948966 rad + pos: 101.5,9.5 parent: 2 - - uid: 37029 + - uid: 33287 components: - type: Transform - pos: 85.00765,53.774734 + rot: 3.141592653589793 rad + pos: 101.5,12.5 parent: 2 - - uid: 37048 + - uid: 36576 components: - type: Transform - pos: 82.635445,63.478207 + rot: -1.5707963267948966 rad + pos: 68.5,81.5 parent: 2 - - uid: 37051 + - uid: 36578 components: - type: Transform - pos: 89.88249,60.759457 + pos: 77.5,83.5 parent: 2 - - uid: 37057 + - uid: 36580 components: - type: Transform - pos: 87.671555,63.259457 + rot: -1.5707963267948966 rad + pos: 74.5,81.5 parent: 2 - - uid: 37058 + - uid: 36587 components: - type: Transform - pos: 82.81218,65.1579 + pos: 69.5,83.5 parent: 2 - - uid: 37059 +- proto: GasPipeFourway + entities: + - uid: 1452 components: - type: Transform - pos: 72.48157,76.3772 + pos: 16.5,16.5 parent: 2 - - uid: 37064 + - type: AtmosPipeColor + color: '#CCCCFFFF' + - uid: 1714 components: - type: Transform - pos: 76.14563,74.994385 + pos: 8.5,-6.5 parent: 2 - - uid: 37068 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4238 components: - type: Transform - pos: 77.911255,71.910355 + pos: -91.5,9.5 parent: 2 - - uid: 37074 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4427 components: - type: Transform - pos: 64.00424,76.94524 + pos: 52.5,21.5 parent: 2 - - uid: 37084 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4433 components: - type: Transform - pos: 62.66477,74.37027 + pos: 54.5,18.5 parent: 2 - - uid: 37089 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4608 components: - type: Transform - pos: 65.80478,75.0647 + pos: 8.5,-14.5 parent: 2 - - uid: 37090 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4701 components: - type: Transform - pos: 65.382904,79.29126 + pos: 11.5,-16.5 parent: 2 - - uid: 37091 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4813 components: - type: Transform - pos: 68.89072,78.1272 + pos: 19.5,-16.5 parent: 2 - - uid: 37092 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4881 components: - type: Transform - pos: 75.799225,76.25008 + pos: -90.5,7.5 parent: 2 - - uid: 37099 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6380 components: - type: Transform - pos: 63.788803,70.35907 + pos: -26.5,30.5 parent: 2 - - uid: 37100 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6517 components: - type: Transform - pos: 58.869724,66.892944 + pos: -28.5,28.5 parent: 2 - - uid: 37104 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 8863 components: - type: Transform - pos: 66.68595,59.11862 + pos: -55.5,24.5 parent: 2 - - uid: 37105 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9036 components: - type: Transform - pos: 70.24682,49.650017 + pos: -53.5,33.5 parent: 2 - - uid: 37114 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 9855 components: - type: Transform - pos: 97.75442,50.255363 + pos: -46.5,70.5 parent: 2 - - uid: 37116 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10208 components: - type: Transform - pos: 97.152855,51.929882 + pos: -55.5,35.5 parent: 2 - - uid: 37130 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 10337 components: - type: Transform - pos: 97.86519,39.962215 + pos: -47.5,45.5 parent: 2 - - uid: 37131 + - uid: 11541 components: - type: Transform - pos: 100.06831,37.868465 + pos: 8.5,7.5 parent: 2 - - uid: 37139 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 11596 components: - type: Transform - pos: 97.881676,26.340857 + pos: 10.5,5.5 parent: 2 - - uid: 37145 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15633 components: - type: Transform - pos: 89.96427,29.432756 + pos: 31.5,5.5 parent: 2 - - uid: 37146 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15686 components: - type: Transform - pos: 87.42521,29.276506 + pos: -22.5,46.5 parent: 2 - - uid: 37155 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 16037 components: - type: Transform - pos: 90.397194,26.14136 + pos: 0.5,30.5 parent: 2 - - uid: 37156 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 17970 components: - type: Transform - pos: 94.15398,20.937378 + pos: -78.5,9.5 parent: 2 - - uid: 37161 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 17971 components: - type: Transform - pos: 98.16179,20.923355 + pos: -77.5,7.5 parent: 2 - - uid: 37162 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 19760 components: - type: Transform - pos: 94.69809,29.351278 + pos: -53.5,23.5 parent: 2 - - uid: 37163 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 19961 components: - type: Transform - pos: 94.186676,41.14788 + pos: 8.5,-10.5 parent: 2 - - uid: 37164 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 22538 components: - type: Transform - pos: 85.81295,53.293297 + pos: -48.5,72.5 parent: 2 - - uid: 37199 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 22824 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 90.87063,21.366514 + pos: 19.5,42.5 parent: 2 - - uid: 37200 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 22999 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 88.237816,21.35089 + pos: -64.5,46.5 parent: 2 -- proto: FloraStalagmite6 - entities: - - uid: 3088 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 23283 components: - type: Transform - rot: 3.141592653589793 rad - pos: -102.79085,23.67738 + pos: -27.5,51.5 parent: 2 - - uid: 3814 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23341 components: - type: Transform - rot: 3.141592653589793 rad - pos: -104.71272,29.92738 + pos: 17.5,43.5 parent: 2 - - uid: 5085 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23948 components: - type: Transform - rot: 3.141592653589793 rad - pos: -100.97835,22.83363 + pos: -71.5,7.5 parent: 2 - - uid: 15562 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23953 components: - type: Transform - pos: 95.796875,42.447506 + pos: -83.5,7.5 parent: 2 - - uid: 15578 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24026 components: - type: Transform - pos: 99.41406,41.68188 + pos: -85.5,9.5 parent: 2 - - uid: 17702 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24047 components: - type: Transform - rot: 3.141592653589793 rad - pos: -102.21272,25.30238 + pos: -73.5,9.5 parent: 2 - - uid: 36975 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24323 components: - type: Transform - pos: 93.913086,34.33617 + pos: -0.5,21.5 parent: 2 - - uid: 37011 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24720 components: - type: Transform - pos: 98.80331,36.088074 + pos: 2.5,-16.5 parent: 2 - - uid: 37027 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24731 components: - type: Transform - pos: 86.484215,53.220047 + pos: 0.5,-14.5 parent: 2 - - uid: 37033 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24853 components: - type: Transform - pos: 83.83248,53.29893 + pos: 0.5,2.5 parent: 2 - - uid: 37037 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24869 components: - type: Transform - pos: 86.64193,60.79009 + pos: 2.5,1.5 parent: 2 - - uid: 37041 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24909 components: - type: Transform - pos: 82.48568,63.969776 + pos: -11.5,2.5 parent: 2 - - uid: 37045 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24927 components: - type: Transform - pos: 83.86068,68.040085 + pos: -10.5,1.5 parent: 2 - - uid: 37061 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25437 components: - type: Transform - pos: 74.60657,74.1897 + pos: 39.5,46.5 parent: 2 - - uid: 37073 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 26069 components: - type: Transform - pos: 65.75424,79.34367 + pos: -13.5,41.5 parent: 2 - - uid: 37080 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 26513 components: - type: Transform - pos: 62.818203,79.12488 + pos: 2.5,81.5 parent: 2 - - uid: 37081 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 26833 components: - type: Transform - pos: 66.196014,75.22183 + pos: -27.5,-14.5 parent: 2 - - uid: 37093 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 26848 components: - type: Transform - pos: 63.46849,76.89348 + pos: -32.5,-16.5 parent: 2 - - uid: 37096 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 26851 components: - type: Transform - pos: 61.695053,70.85126 + pos: 36.5,-16.5 parent: 2 - - uid: 37098 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 26852 components: - type: Transform - pos: 60.99974,68.99188 + pos: 34.5,-14.5 parent: 2 - - uid: 37101 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 26980 components: - type: Transform - pos: 58.252537,66.32263 + pos: -59.5,-14.5 parent: 2 - - uid: 37102 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 26981 components: - type: Transform - pos: 66.514496,78.86612 + pos: -58.5,-16.5 parent: 2 - - uid: 37111 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27496 components: - type: Transform - pos: 95.79348,49.43505 + pos: 0.5,82.5 parent: 2 - - uid: 37118 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34384 components: - type: Transform - pos: 98.86488,51.398632 + pos: -49.5,43.5 parent: 2 - - uid: 37119 + - uid: 34543 components: - type: Transform - pos: 99.92738,50.773632 + pos: -41.5,44.5 parent: 2 - - uid: 37125 + - type: AtmosPipeColor + color: '#CC00CCFF' + - uid: 39169 components: - type: Transform - pos: 94.972374,38.676006 + pos: 10.5,-9.5 parent: 2 - - uid: 37140 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 39630 components: - type: Transform - pos: 97.57699,26.989294 + pos: 84.5,-6.5 parent: 2 - - uid: 37141 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 39631 components: - type: Transform - pos: 92.2493,32.57413 + pos: 84.5,-7.5 parent: 2 - - uid: 37142 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41215 components: - type: Transform - pos: 93.01508,26.27519 + pos: 2.5,90.5 parent: 2 - - uid: 37144 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41216 components: - type: Transform - pos: 89.83146,29.885881 + pos: 0.5,93.5 parent: 2 - - uid: 37159 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42611 components: - type: Transform - pos: 98.739914,20.040543 + pos: -8.5,67.5 parent: 2 -- proto: FloraTree01 - entities: - - uid: 25174 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42617 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.449936,-9.418206 + pos: -4.5,69.5 parent: 2 - - uid: 30640 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42626 components: - type: Transform - pos: 32.16799,-36.537888 + pos: -2.5,67.5 parent: 2 -- proto: FloraTree02 - entities: - - uid: 5122 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42632 components: - type: Transform - pos: 64.54521,-24.723492 + pos: -10.5,69.5 parent: 2 - - uid: 8077 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 43131 components: - type: Transform - pos: -105.901375,10.962385 + pos: 52.5,51.5 parent: 2 - - uid: 27516 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 43132 components: - type: Transform - pos: 71.611465,20.728672 + pos: 53.5,50.5 parent: 2 - - uid: 30378 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43159 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.6420546,-7.4613504 + pos: 38.5,64.5 parent: 2 - - uid: 30624 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasPipeStraight + entities: + - uid: 9 components: - type: Transform - pos: -0.4013872,-10.586457 + pos: -45.5,-25.5 parent: 2 - - uid: 30635 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23 components: - type: Transform - pos: 61.10234,8.346388 + pos: 8.5,19.5 parent: 2 - - uid: 30645 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 70 components: - type: Transform - pos: -13.640928,77.0639 + rot: 1.5707963267948966 rad + pos: -22.5,-44.5 parent: 2 -- proto: FloraTree03 - entities: - - uid: 8080 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 93 components: - type: Transform - pos: -101.57325,3.8217597 + rot: -1.5707963267948966 rad + pos: -87.5,22.5 parent: 2 - - uid: 30621 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 183 components: - type: Transform - pos: -29.102713,-16.537373 + pos: 43.5,-30.5 parent: 2 - - uid: 30641 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 193 components: - type: Transform - pos: 22.018206,-38.524227 + rot: 3.141592653589793 rad + pos: 54.5,11.5 parent: 2 - - uid: 36963 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 233 components: - type: Transform rot: -1.5707963267948966 rad - pos: -9.365815,45.47372 + pos: -46.5,55.5 parent: 2 -- proto: FloraTree04 - entities: - - uid: 30356 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 239 components: - type: Transform - pos: 0.14007974,34.998196 + rot: 3.141592653589793 rad + pos: 52.5,14.5 parent: 2 - - uid: 30639 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 255 components: - type: Transform - pos: 41.691067,-28.712173 + pos: 15.5,6.5 parent: 2 -- proto: FloraTree05 - entities: - - uid: 20172 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 350 components: - type: Transform - pos: -18.209982,-13.421587 + rot: 3.141592653589793 rad + pos: 10.5,18.5 parent: 2 - - uid: 24658 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 434 components: - type: Transform - pos: 12.162793,35.73257 + rot: -1.5707963267948966 rad + pos: -88.5,-5.5 parent: 2 - - uid: 30373 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 436 components: - type: Transform rot: 3.141592653589793 rad - pos: 1.4963851,-37.686043 + pos: -21.5,-35.5 parent: 2 -- proto: FloraTree06 - entities: - - uid: 2376 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 552 components: - type: Transform - pos: 74.83024,-2.995719 + rot: 3.141592653589793 rad + pos: 54.5,16.5 parent: 2 - - uid: 30633 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 584 components: - type: Transform - pos: 46.813126,-8.479406 + rot: 3.141592653589793 rad + pos: -28.5,30.5 parent: 2 - - uid: 30638 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 654 components: - type: Transform - pos: 64.306854,0.38446856 + rot: 3.141592653589793 rad + pos: 54.5,15.5 parent: 2 -- proto: FloraTreeConifer01 - entities: - - uid: 8078 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 707 components: - type: Transform - pos: -89.70616,-12.131908 + rot: -1.5707963267948966 rad + pos: -11.5,-5.5 parent: 2 -- proto: FloraTreeConifer03 - entities: - - uid: 8084 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 738 components: - type: Transform - pos: -80.62804,-8.819408 + rot: 1.5707963267948966 rad + pos: 20.5,56.5 parent: 2 -- proto: FloraTreeLarge01 - entities: - - uid: 10064 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 760 components: - type: Transform - pos: 41.977592,-13.362587 + pos: -19.5,-23.5 parent: 2 - - uid: 30376 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 793 components: - type: Transform rot: 1.5707963267948966 rad - pos: -0.46455932,12.641065 + pos: 70.5,33.5 parent: 2 -- proto: FloraTreeLarge02 - entities: - - uid: 5115 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 798 components: - type: Transform - pos: 57.472458,-1.0047805 + pos: -46.5,55.5 parent: 2 - - uid: 30622 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 806 components: - type: Transform - pos: 46.742813,0.87966824 + rot: 1.5707963267948966 rad + pos: -20.5,-44.5 parent: 2 -- proto: FloraTreeLarge03 - entities: - - uid: 5118 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 830 components: - type: Transform - pos: 73.14433,-3.3485305 + rot: -1.5707963267948966 rad + pos: 9.5,-14.5 parent: 2 - - uid: 30644 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 860 components: - type: Transform - pos: -13.496889,78.47229 + pos: 73.5,28.5 parent: 2 -- proto: FloraTreeLarge04 - entities: - - uid: 30643 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 875 components: - type: Transform - pos: 16.467203,76.519165 + pos: 31.5,11.5 parent: 2 -- proto: FloraTreeLarge05 - entities: - - uid: 20226 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 879 components: - type: Transform rot: -1.5707963267948966 rad - pos: 3.5813708,14.038962 - parent: 2 -- proto: FloraTreeLarge06 - entities: - - uid: 7888 - components: - - type: Transform - pos: -43.417057,-4.481603 + pos: 13.5,20.5 parent: 2 - - uid: 11410 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 963 components: - type: Transform - pos: -100.976654,11.765398 + rot: 1.5707963267948966 rad + pos: 11.5,15.5 parent: 2 -- proto: FloraTreeSnow01 - entities: - - uid: 8081 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1003 components: - type: Transform - pos: -89.09679,-10.772533 + rot: 1.5707963267948966 rad + pos: 10.5,15.5 parent: 2 -- proto: FloraTreeSnow04 - entities: - - uid: 8082 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1004 components: - type: Transform - pos: -88.22179,-12.053783 + rot: 1.5707963267948966 rad + pos: 9.5,15.5 parent: 2 - - uid: 8083 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1089 components: - type: Transform - pos: -80.04991,-10.194408 + rot: 3.141592653589793 rad + pos: 52.5,16.5 parent: 2 -- proto: FloraTreeStump - entities: - - uid: 5124 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1109 components: - type: Transform - pos: 49.59209,-24.473492 + pos: -21.5,-24.5 parent: 2 - - uid: 5125 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1160 components: - type: Transform - pos: 58.40459,-11.380961 + pos: 17.5,54.5 parent: 2 - - uid: 5126 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1207 components: - type: Transform - pos: 59.29899,-1.995719 + rot: 1.5707963267948966 rad + pos: 69.5,33.5 parent: 2 - - uid: 8079 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1209 components: - type: Transform - pos: -106.8545,9.79051 + rot: 1.5707963267948966 rad + pos: 71.5,33.5 parent: 2 -- proto: FloraTreeStumpConifer - entities: - - uid: 5123 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1211 components: - type: Transform - pos: 53.638966,-27.192242 + rot: -1.5707963267948966 rad + pos: 82.5,26.5 parent: 2 - - uid: 8482 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1242 components: - type: Transform - pos: -81.26866,-9.381908 + rot: 3.141592653589793 rad + pos: 52.5,15.5 parent: 2 -- proto: FoodBakedBunHotX - entities: - - uid: 7723 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1248 components: - type: Transform - pos: 65.74038,27.480778 + pos: 73.5,27.5 parent: 2 -- proto: FoodBakedCookie - entities: - - uid: 1607 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1249 components: - type: Transform - pos: -8.3917465,11.258961 + rot: -1.5707963267948966 rad + pos: 75.5,27.5 parent: 2 - - uid: 1608 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1252 components: - type: Transform - pos: -8.649747,11.326364 + rot: 3.141592653589793 rad + pos: -89.5,23.5 parent: 2 - - uid: 1609 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1284 components: - type: Transform - pos: -8.555809,11.157398 + rot: 1.5707963267948966 rad + pos: 15.5,16.5 parent: 2 - - uid: 5444 + - type: AtmosPipeColor + color: '#CCCCFFFF' + - uid: 1299 components: - type: Transform - pos: 36.221233,30.755035 + rot: 3.141592653589793 rad + pos: 27.5,1.5 parent: 2 - - uid: 5445 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1306 components: - type: Transform - pos: 36.33842,30.567535 + rot: 3.141592653589793 rad + pos: 27.5,2.5 parent: 2 - - uid: 5446 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1308 components: - type: Transform - pos: 36.561077,30.673004 + rot: 3.141592653589793 rad + pos: 27.5,3.5 parent: 2 - - uid: 6868 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1309 components: - type: Transform - pos: -16.584772,-30.13989 + pos: 28.5,-13.5 parent: 2 - - uid: 6869 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1313 components: - type: Transform - pos: -16.268366,-30.175047 + rot: 3.141592653589793 rad + pos: 25.5,1.5 parent: 2 - - uid: 6870 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1342 components: - type: Transform - pos: -16.467585,-30.33911 + rot: 3.141592653589793 rad + pos: 19.5,16.5 parent: 2 - - uid: 8923 + - type: AtmosPipeColor + color: '#CCCCFFFF' + - uid: 1366 components: - type: Transform - pos: -48.16019,27.65061 + rot: 3.141592653589793 rad + pos: 8.5,12.5 parent: 2 - - uid: 31937 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1381 components: - type: Transform - pos: -40.611217,66.74802 + rot: -1.5707963267948966 rad + pos: 12.5,20.5 parent: 2 - - uid: 31940 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1382 components: - type: Transform - pos: -36.58475,67.54108 + rot: -1.5707963267948966 rad + pos: 11.5,20.5 parent: 2 -- proto: FoodBakedCookieOatmeal - entities: - - uid: 6897 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1447 components: - type: Transform - pos: 66.68641,16.634327 + rot: -1.5707963267948966 rad + pos: 17.5,15.5 parent: 2 - - uid: 6898 + - type: AtmosPipeColor + color: '#CCCCFFFF' + - uid: 1448 components: - type: Transform - pos: 66.264534,16.739796 + pos: 14.5,17.5 parent: 2 - - uid: 6899 + - type: AtmosPipeColor + color: '#CCCCFFFF' + - uid: 1449 components: - type: Transform - pos: 66.545784,16.903858 + rot: 3.141592653589793 rad + pos: 16.5,17.5 parent: 2 - - uid: 8922 + - type: AtmosPipeColor + color: '#CCCCFFFF' + - uid: 1451 components: - type: Transform - pos: -48.449253,27.674047 + rot: 1.5707963267948966 rad + pos: 18.5,15.5 parent: 2 - - uid: 31938 + - type: AtmosPipeColor + color: '#CCCCFFFF' + - uid: 1462 components: - type: Transform - pos: -40.447155,65.28708 + rot: 1.5707963267948966 rad + pos: -52.5,23.5 parent: 2 -- proto: FoodBakedCookieRaisin - entities: - - uid: 9011 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1483 components: - type: Transform - pos: -48.543003,27.603735 + pos: -37.5,-28.5 parent: 2 -- proto: FoodBakedCookieSugar - entities: - - uid: 9012 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1499 components: - type: Transform - pos: -48.449253,27.822485 + rot: 1.5707963267948966 rad + pos: -61.5,-14.5 parent: 2 - - uid: 31939 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1500 components: - type: Transform - pos: -42.103405,64.66208 + rot: 1.5707963267948966 rad + pos: -60.5,-14.5 parent: 2 - - uid: 31941 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1539 components: - type: Transform - pos: -36.241,59.806698 + rot: -1.5707963267948966 rad + pos: -47.5,35.5 parent: 2 - - uid: 31942 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1553 components: - type: Transform - pos: -27.68742,66.72858 + rot: -1.5707963267948966 rad + pos: 9.5,-9.5 parent: 2 -- proto: FoodBakedMuffin - entities: - - uid: 30533 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1569 components: - type: Transform - pos: -4.5895452,18.73392 + rot: 3.141592653589793 rad + pos: 18.5,18.5 parent: 2 -- proto: FoodBowlBigTrash - entities: - - uid: 4861 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 1747 components: - type: Transform - pos: 94.44101,73.914154 + pos: 10.5,-18.5 parent: 2 - - uid: 7026 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1764 components: - type: Transform - pos: -31.451912,-33.57073 + rot: 3.141592653589793 rad + pos: 52.5,20.5 parent: 2 - - uid: 7028 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1772 components: - type: Transform - pos: -31.545662,-38.387135 + rot: 1.5707963267948966 rad + pos: -43.5,-14.5 parent: 2 - - uid: 30069 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1823 components: - type: Transform - pos: 84.45178,43.21001 + rot: 3.141592653589793 rad + pos: 8.5,9.5 parent: 2 -- proto: FoodBoxDonut - entities: - - uid: 36216 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 1826 components: - type: Transform - pos: -10.374915,54.21794 + rot: 3.141592653589793 rad + pos: 8.5,13.5 parent: 2 -- proto: FoodBoxPizza - entities: - - uid: 7314 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2047 components: - type: Transform - pos: -53.492813,-22.190609 + rot: 1.5707963267948966 rad + pos: -18.5,-43.5 parent: 2 - - uid: 7371 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2053 components: - type: Transform - pos: -57.517345,-22.106564 + rot: 1.5707963267948966 rad + pos: 27.5,42.5 parent: 2 - - uid: 7551 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2054 components: - type: Transform - pos: -52.775158,-22.223751 + rot: 1.5707963267948966 rad + pos: 16.5,20.5 parent: 2 - - uid: 28097 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2067 components: - type: Transform - pos: -57.50172,-21.989376 + rot: 3.141592653589793 rad + pos: 28.5,43.5 parent: 2 - - uid: 36600 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2146 components: - type: Transform - pos: 99.87412,61.858463 + rot: 3.141592653589793 rad + pos: 0.5,-27.5 parent: 2 -- proto: FoodBreadBanana - entities: - - uid: 5562 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2181 components: - type: Transform - pos: 46.502266,25.930176 + rot: 3.141592653589793 rad + pos: 52.5,19.5 parent: 2 -- proto: FoodBreadMoldySlice - entities: - - uid: 36465 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2187 components: - type: Transform - pos: 55.98809,83.86752 + pos: -37.5,17.5 parent: 2 -- proto: FoodBurgerCat - entities: - - uid: 4653 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2222 components: - type: Transform - pos: 20.969534,-36.29419 + rot: 3.141592653589793 rad + pos: -22.5,31.5 parent: 2 - - uid: 4657 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2223 components: - type: Transform - pos: 20.297659,-36.184814 + rot: 3.141592653589793 rad + pos: -22.5,33.5 parent: 2 - - uid: 4660 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2226 components: - type: Transform - pos: 20.602346,-36.528564 + rot: 3.141592653589793 rad + pos: -20.5,30.5 parent: 2 -- proto: FoodBurgerCheese - entities: - - uid: 22257 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2238 components: - type: Transform - pos: -7.5244417,-45.35108 + rot: 3.141592653589793 rad + pos: 57.5,22.5 parent: 2 -- proto: FoodBurgerClown - entities: - - uid: 8655 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2248 components: - type: Transform - pos: -74.52928,-3.5821853 + rot: 3.141592653589793 rad + pos: -4.5,20.5 parent: 2 -- proto: FoodBurgerRobot - entities: - - uid: 6182 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2257 components: - type: Transform - pos: 49.554718,44.59917 + rot: 3.141592653589793 rad + pos: 40.5,50.5 parent: 2 - - uid: 8367 + - uid: 2290 components: - type: Transform - pos: -5.405984,-1.1831183 + rot: 3.141592653589793 rad + pos: 54.5,14.5 parent: 2 -- proto: FoodCakeClown - entities: - - uid: 19423 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2297 components: - type: Transform - pos: -77.534096,-0.22864151 + rot: 3.141592653589793 rad + pos: -83.5,-6.5 parent: 2 -- proto: FoodCartCold - entities: - - uid: 5147 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2300 components: - type: Transform rot: -1.5707963267948966 rad - pos: 54.5,-14.5 + pos: -52.5,33.5 parent: 2 -- proto: FoodCartHot - entities: - - uid: 5172 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2317 components: - type: Transform rot: -1.5707963267948966 rad - pos: 68.5,-18.5 + pos: -42.5,54.5 parent: 2 - - uid: 7631 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2324 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-16.5 + rot: 3.141592653589793 rad + pos: 54.5,13.5 parent: 2 -- proto: FoodCondimentBottleEnzyme - entities: - - uid: 1118 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2356 components: - type: Transform - pos: -62.679012,-7.1969314 + rot: -1.5707963267948966 rad + pos: -15.5,24.5 parent: 2 - - uid: 18544 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2365 components: - type: Transform - pos: -62.554012,-7.3063064 + rot: 1.5707963267948966 rad + pos: -24.5,-44.5 parent: 2 - - uid: 18545 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2366 components: - type: Transform - pos: -62.444637,-7.1344314 + rot: -1.5707963267948966 rad + pos: -60.5,28.5 parent: 2 -- proto: FoodCondimentBottleHotsauce - entities: - - uid: 7573 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2377 components: - type: Transform - pos: -46.36997,-20.935427 + rot: -1.5707963267948966 rad + pos: -86.5,-5.5 parent: 2 - - uid: 7574 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2398 components: - type: Transform - pos: -48.004414,-13.187924 + rot: -1.5707963267948966 rad + pos: -85.5,-5.5 parent: 2 -- proto: FoodCondimentPacketKetchup - entities: - - uid: 7575 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2453 components: - type: Transform - pos: -47.723164,-13.434018 + rot: -1.5707963267948966 rad + pos: -89.5,-5.5 parent: 2 - - uid: 7576 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2456 components: - type: Transform - pos: -46.305195,-17.230892 + pos: -32.5,27.5 parent: 2 -- proto: FoodCornTrash - entities: - - uid: 8154 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2465 components: - type: Transform rot: -1.5707963267948966 rad - pos: 90.139725,74.232254 + pos: -16.5,24.5 parent: 2 - - uid: 30084 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2472 components: - type: Transform - pos: 89.6003,44.588352 + rot: 3.141592653589793 rad + pos: -87.5,22.5 parent: 2 -- proto: FoodDonutApple - entities: - - uid: 37003 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2530 components: - type: Transform - pos: -14.56341,53.60517 + pos: 44.5,48.5 parent: 2 -- proto: FoodDonutBungo - entities: - - uid: 37004 + - uid: 2531 components: - type: Transform - pos: -6.7333736,48.702667 + pos: 40.5,48.5 parent: 2 -- proto: FoodDonutPink - entities: - - uid: 37192 + - uid: 2535 components: - type: Transform - pos: -6.4149723,48.581734 + pos: 41.5,48.5 parent: 2 -- proto: FoodDoughFlat - entities: - - uid: 7555 + - uid: 2538 components: - type: Transform - pos: -54.438126,-22.026546 + pos: 43.5,48.5 parent: 2 -- proto: FoodFrozenSandwich - entities: - - uid: 14270 + - uid: 2582 components: - type: Transform - pos: 11.633413,48.094017 + rot: 3.141592653589793 rad + pos: -22.5,32.5 parent: 2 -- proto: FoodGalaxythistle - entities: - - uid: 22276 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2584 components: - type: Transform - pos: 52.92175,47.25847 + rot: 3.141592653589793 rad + pos: -20.5,29.5 parent: 2 -- proto: FoodLollipop - entities: - - uid: 338 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2661 components: - type: Transform - pos: -22.292038,7.6479125 + rot: 3.141592653589793 rad + pos: -27.5,48.5 parent: 2 - - uid: 1295 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2707 components: - type: Transform rot: -1.5707963267948966 rad - pos: 23.226406,13.3908825 + pos: 30.5,24.5 parent: 2 - - uid: 5727 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2762 components: - type: Transform rot: 1.5707963267948966 rad - pos: 15.492104,11.80889 + pos: -16.5,28.5 parent: 2 - - uid: 7513 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2824 components: - type: Transform - pos: -16.354538,7.6166625 + rot: 1.5707963267948966 rad + pos: 22.5,42.5 parent: 2 - - uid: 18952 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2845 components: - type: Transform - pos: 13.4423275,-11.229972 + rot: 1.5707963267948966 rad + pos: 21.5,44.5 parent: 2 - - uid: 20076 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2851 components: - type: Transform - pos: 15.647793,11.878162 + rot: 3.141592653589793 rad + pos: -37.5,29.5 parent: 2 - - uid: 20275 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2906 components: - type: Transform - pos: 5.726406,11.4533825 + rot: 3.141592653589793 rad + pos: 54.5,17.5 parent: 2 - - uid: 22073 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2916 components: - type: Transform - pos: 6.7195644,-12.303323 + rot: -1.5707963267948966 rad + pos: -56.5,-27.5 parent: 2 - - uid: 23261 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2924 components: - type: Transform - pos: 3.4005127,6.7504606 + rot: -1.5707963267948966 rad + pos: -68.5,42.5 parent: 2 - - uid: 23263 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 2942 components: - type: Transform - pos: 3.5044584,6.584755 + rot: 1.5707963267948966 rad + pos: -62.5,43.5 parent: 2 - - uid: 23269 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 2964 components: - type: Transform - pos: 34.74761,16.705116 + pos: -36.5,-28.5 parent: 2 - - uid: 23271 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3059 components: - type: Transform - pos: 35.44194,7.4616747 + rot: -1.5707963267948966 rad + pos: -67.5,42.5 parent: 2 - - uid: 23272 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 3140 components: - type: Transform - pos: 35.238815,7.6804247 + pos: 15.5,-17.5 parent: 2 - - uid: 23273 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3141 components: - type: Transform - pos: 35.606003,7.6647997 + pos: 14.5,-15.5 parent: 2 - - uid: 23274 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 3177 components: - type: Transform - pos: 35.41069,7.578862 + rot: 1.5707963267948966 rad + pos: 3.5,-38.5 parent: 2 - - uid: 23275 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3188 components: - type: Transform - pos: 35.652878,7.500737 + rot: 1.5707963267948966 rad + pos: 5.5,-38.5 parent: 2 - - uid: 23276 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3190 components: - type: Transform - pos: 19.555277,1.9447498 + rot: 1.5707963267948966 rad + pos: 6.5,-38.5 parent: 2 - - uid: 23277 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3191 components: - type: Transform - pos: 18.641775,-9.527165 + rot: 1.5707963267948966 rad + pos: 4.5,-38.5 parent: 2 - - uid: 23278 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3198 components: - type: Transform - pos: 18.255056,-8.35529 + rot: -1.5707963267948966 rad + pos: -66.5,42.5 parent: 2 - - uid: 23279 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 3223 components: - type: Transform - pos: 15.700369,-11.472478 + rot: -1.5707963267948966 rad + pos: -69.5,42.5 parent: 2 - - uid: 24850 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 3264 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.4188628,5.023672 + rot: 3.141592653589793 rad + pos: 52.5,17.5 parent: 2 - - uid: 24873 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 3294 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.7157378,-2.2199073 + pos: 15.5,-19.5 parent: 2 - - uid: 27323 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3296 components: - type: Transform - pos: 15.436855,12.010975 + pos: 15.5,-20.5 parent: 2 - - uid: 39223 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3298 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.8016753,-2.3136573 + pos: 15.5,-21.5 parent: 2 -- proto: FoodMealFriedegg - entities: - - uid: 5565 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3302 components: - type: Transform - pos: 49.742733,33.688232 + pos: 14.5,-16.5 parent: 2 -- proto: FoodMealPotatoLoaded - entities: - - uid: 14269 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 3401 components: - type: Transform - pos: 12.836538,48.250267 + rot: 1.5707963267948966 rad + pos: -58.5,18.5 parent: 2 -- proto: FoodMeatCooked - entities: - - uid: 14266 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3402 components: - type: Transform - pos: 12.336538,47.890892 + rot: -1.5707963267948966 rad + pos: 33.5,-30.5 parent: 2 - - uid: 14267 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 3510 components: - type: Transform - pos: 12.555288,47.781517 + pos: 8.5,-4.5 parent: 2 - - uid: 30036 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 3531 components: - type: Transform - pos: 91.59526,17.813744 + rot: 3.141592653589793 rad + pos: 85.5,20.5 parent: 2 -- proto: FoodMeatTomato - entities: - - uid: 36656 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3543 components: - type: Transform - pos: 64.437164,81.65178 + rot: 3.141592653589793 rad + pos: 85.5,19.5 parent: 2 -- proto: FoodMeatXeno - entities: - - uid: 36657 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3610 components: - type: Transform - pos: 64.6481,81.44084 + rot: -1.5707963267948966 rad + pos: 84.5,27.5 parent: 2 -- proto: FoodNoodles - entities: - - uid: 7382 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 3632 components: - type: Transform - pos: -54.149063,-25.503109 + rot: -1.5707963267948966 rad + pos: 76.5,27.5 parent: 2 -- proto: FoodNoodlesChowmein - entities: - - uid: 7381 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 3652 components: - type: Transform - pos: -57.588673,-16.438417 + rot: 1.5707963267948966 rad + pos: -59.5,-16.5 parent: 2 -- proto: FoodNoodlesMeatball - entities: - - uid: 7383 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3678 components: - type: Transform - pos: -54.500626,-25.292171 + rot: 3.141592653589793 rad + pos: -20.5,32.5 parent: 2 -- proto: FoodPieBananaCream - entities: - - uid: 14635 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3735 components: - type: Transform - pos: -78.29243,3.5040407 + rot: -1.5707963267948966 rad + pos: 0.5,40.5 parent: 2 - - uid: 14638 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3895 components: - type: Transform - pos: -78.60493,3.7306032 + rot: -1.5707963267948966 rad + pos: -43.5,54.5 parent: 2 -- proto: FoodPizzaMargheritaSlice - entities: - - uid: 13823 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3932 components: - type: Transform - pos: -52.860085,-28.107712 + pos: -25.5,38.5 parent: 2 -- proto: FoodPizzaMoldySlice - entities: - - uid: 20649 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3938 components: - type: Transform - pos: -59.047585,-29.638962 + rot: -1.5707963267948966 rad + pos: -45.5,54.5 parent: 2 - - uid: 36491 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3939 components: - type: Transform - pos: 56.097466,86.2894 + rot: -1.5707963267948966 rad + pos: -44.5,54.5 parent: 2 - - uid: 36498 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3962 components: - type: Transform rot: 3.141592653589793 rad - pos: 59.86309,83.36752 + pos: 52.5,18.5 parent: 2 - - uid: 36588 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 3983 components: - type: Transform - pos: 58.92563,82.46962 + rot: 1.5707963267948966 rad + pos: 81.5,-1.5 parent: 2 -- proto: FoodPizzaVegetableSlice - entities: - - uid: 7554 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 3989 components: - type: Transform - pos: -54.594376,-22.448421 + rot: -1.5707963267948966 rad + pos: 77.5,27.5 parent: 2 -- proto: FoodPlate - entities: - - uid: 1606 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 3991 components: - type: Transform - pos: -8.524559,11.376148 + rot: -1.5707963267948966 rad + pos: 74.5,26.5 parent: 2 - - uid: 5443 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4014 components: - type: Transform - pos: 36.36186,30.848785 + rot: -1.5707963267948966 rad + pos: 75.5,26.5 parent: 2 - - uid: 5563 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4017 components: - type: Transform - pos: 46.495235,25.959606 + rot: -1.5707963267948966 rad + pos: 76.5,26.5 parent: 2 - - uid: 6867 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4018 components: - type: Transform - pos: -16.40899,-30.069578 + rot: -1.5707963267948966 rad + pos: 77.5,26.5 parent: 2 - - uid: 6896 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4030 components: - type: Transform - pos: 66.47547,16.915577 + rot: -1.5707963267948966 rad + pos: 78.5,26.5 parent: 2 - - uid: 7093 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4036 components: - type: Transform - pos: -47.528687,-13.109673 + rot: 3.141592653589793 rad + pos: 40.5,49.5 parent: 2 - - uid: 14268 + - uid: 4040 components: - type: Transform - pos: 12.445913,47.984642 + pos: -53.5,19.5 parent: 2 - - uid: 23924 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4053 components: - type: Transform - pos: -48.371128,27.783422 + pos: -53.5,20.5 parent: 2 - - uid: 27943 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4054 components: - type: Transform - pos: 91.610886,17.954369 + rot: 3.141592653589793 rad + pos: 40.5,52.5 parent: 2 -- proto: FoodPlatePlastic - entities: - - uid: 7106 + - uid: 4055 components: - type: Transform - pos: -49.304165,-13.130768 + rot: 3.141592653589793 rad + pos: 40.5,51.5 parent: 2 - - uid: 7170 + - uid: 4062 components: - type: Transform - pos: -50.39401,-13.10733 + rot: -1.5707963267948966 rad + pos: 79.5,26.5 parent: 2 - - uid: 7172 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4086 components: - type: Transform - pos: -49.843227,-13.224518 + rot: -1.5707963267948966 rad + pos: 80.5,26.5 parent: 2 -- proto: FoodPlateSmall - entities: - - uid: 1617 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4090 components: - type: Transform - pos: -4.606382,9.860523 + rot: 3.141592653589793 rad + pos: 86.5,20.5 parent: 2 - - uid: 1618 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4091 components: - type: Transform - pos: -4.575132,9.751148 + rot: 3.141592653589793 rad + pos: 86.5,19.5 parent: 2 - - uid: 1619 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4092 components: - type: Transform - pos: -4.540187,9.572009 + rot: 3.141592653589793 rad + pos: 86.5,22.5 parent: 2 -- proto: FoodPlateSmallTrash - entities: - - uid: 4729 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4094 components: - type: Transform - pos: 92.39754,75.55257 + rot: 3.141592653589793 rad + pos: 85.5,25.5 parent: 2 - - uid: 7006 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4095 components: - type: Transform - pos: -32.248787,-34.461353 + rot: 3.141592653589793 rad + pos: 85.5,24.5 parent: 2 - - uid: 7007 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4129 components: - type: Transform - pos: -26.717535,-38.316822 + rot: 3.141592653589793 rad + pos: 54.5,12.5 parent: 2 - - uid: 30092 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4136 components: - type: Transform - pos: 84.81684,43.70708 + rot: 3.141592653589793 rad + pos: 85.5,21.5 parent: 2 - - uid: 32360 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4138 components: - type: Transform - pos: -102.584785,53.48076 + rot: 3.141592653589793 rad + pos: 85.5,22.5 parent: 2 - - uid: 36907 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4155 components: - type: Transform - pos: 89.42695,12.869402 + rot: 3.141592653589793 rad + pos: 86.5,23.5 parent: 2 -- proto: FoodPlateTrash - entities: - - uid: 7005 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4156 components: - type: Transform - pos: -31.487068,-33.769947 + rot: 3.141592653589793 rad + pos: 86.5,21.5 parent: 2 - - uid: 36906 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4244 components: - type: Transform - pos: 89.65351,13.869402 + rot: -1.5707963267948966 rad + pos: 83.5,26.5 parent: 2 -- proto: FoodPSB - entities: - - uid: 2458 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4247 components: - type: Transform - pos: -32.54845,25.716124 + rot: -1.5707963267948966 rad + pos: 84.5,26.5 parent: 2 - - uid: 8722 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4264 components: - type: Transform - pos: -36.6422,25.708311 + rot: -1.5707963267948966 rad + pos: 85.5,27.5 parent: 2 - - uid: 37470 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4272 components: - type: Transform - pos: -28.59617,25.641104 + rot: -1.5707963267948966 rad + pos: -87.5,-5.5 parent: 2 - - uid: 37471 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4280 components: - type: Transform - pos: -24.580545,25.617666 + rot: -1.5707963267948966 rad + pos: -84.5,-5.5 parent: 2 -- proto: FoodSaladCaesar - entities: - - uid: 30033 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4283 components: - type: Transform - pos: 91.517136,17.516869 + rot: 3.141592653589793 rad + pos: -83.5,-4.5 parent: 2 -- proto: FoodSnackBoritos - entities: - - uid: 1615 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4286 components: - type: Transform - pos: -8.3344145,10.589709 + rot: 3.141592653589793 rad + pos: -87.5,23.5 parent: 2 -- proto: FoodSnackCheesie - entities: - - uid: 19430 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4312 components: - type: Transform - pos: -79.01136,3.626192 + rot: 1.5707963267948966 rad + pos: 73.5,33.5 parent: 2 -- proto: FoodSnackChowMein - entities: - - uid: 7568 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4403 components: - type: Transform - pos: -57.416798,-16.69623 + rot: 1.5707963267948966 rad + pos: 66.5,32.5 parent: 2 -- proto: FoodSnackCookieFortune - entities: - - uid: 4583 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4404 components: - type: Transform - pos: 63.83963,24.614466 + rot: 1.5707963267948966 rad + pos: 67.5,32.5 parent: 2 - - uid: 7542 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4405 components: - type: Transform - pos: -52.61176,-14.238689 + rot: 1.5707963267948966 rad + pos: 68.5,32.5 parent: 2 - - uid: 7543 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4406 components: - type: Transform - pos: -52.33051,-14.414471 + rot: 1.5707963267948966 rad + pos: 69.5,32.5 parent: 2 - - uid: 31943 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4415 components: - type: Transform - pos: -19.413206,66.627014 + rot: 3.141592653589793 rad + pos: 52.5,22.5 parent: 2 - - uid: 31944 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4416 components: - type: Transform - pos: -20.304958,58.418346 + rot: 3.141592653589793 rad + pos: 54.5,23.5 parent: 2 - - uid: 36946 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4417 components: - type: Transform - pos: -4.5753193,50.29081 + rot: 3.141592653589793 rad + pos: 54.5,22.5 parent: 2 -- proto: FoodSnackPopcorn - entities: - - uid: 3520 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4424 components: - type: Transform - pos: 38.719772,-21.31327 + rot: 1.5707963267948966 rad + pos: -60.5,-16.5 parent: 2 - - uid: 3521 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4429 components: - type: Transform - pos: 38.407272,-21.266396 + rot: 3.141592653589793 rad + pos: 54.5,20.5 parent: 2 - - uid: 3523 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4431 components: - type: Transform - pos: 38.469772,-21.453896 + rot: 1.5707963267948966 rad + pos: 55.5,21.5 parent: 2 - - uid: 4504 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4434 components: - type: Transform - pos: -10.42578,71.4303 + rot: 3.141592653589793 rad + pos: 54.5,19.5 parent: 2 - - uid: 30680 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4435 components: - type: Transform - pos: 4.4141035,71.492584 + rot: 3.141592653589793 rad + pos: 54.5,21.5 parent: 2 - - uid: 30681 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4436 components: - type: Transform - pos: 4.7266035,71.82591 + rot: 1.5707963267948966 rad + pos: -23.5,-44.5 parent: 2 - - uid: 30818 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4464 components: - type: Transform - pos: 11.9036875,71.211334 + rot: 1.5707963267948966 rad + pos: 70.5,32.5 parent: 2 - - uid: 30874 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4465 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.0182705,70.961334 + rot: 1.5707963267948966 rad + pos: 71.5,32.5 parent: 2 - - uid: 31066 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4499 components: - type: Transform - pos: 14.289104,71.680084 + pos: 2.5,-2.5 parent: 2 -- proto: FoodTacoBeef - entities: - - uid: 39224 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4507 components: - type: Transform - pos: -0.6219878,-0.8839699 + rot: 1.5707963267948966 rad + pos: 72.5,32.5 parent: 2 -- proto: FoodTartMime - entities: - - uid: 19440 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4543 components: - type: Transform - pos: -81.668015,-0.14460063 + rot: 1.5707963267948966 rad + pos: 73.5,27.5 parent: 2 -- proto: FoodTinBeansTrash - entities: - - uid: 30068 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4678 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.68616,39.444386 + pos: 15.5,-18.5 parent: 2 -- proto: FoodTinMRETrash - entities: - - uid: 7029 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4693 components: - type: Transform - pos: -27.080816,-32.43401 + rot: -1.5707963267948966 rad + pos: 81.5,26.5 parent: 2 - - uid: 7030 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4698 components: - type: Transform - pos: -27.350348,-31.648853 + pos: 21.5,-15.5 parent: 2 - - uid: 8170 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4702 components: - type: Transform - pos: 90.64754,74.19319 + rot: -1.5707963267948966 rad + pos: 21.5,-16.5 parent: 2 - - uid: 8172 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4704 components: - type: Transform - pos: 92.952225,77.31038 + pos: 19.5,-17.5 parent: 2 - - uid: 30062 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4711 components: - type: Transform - pos: 84.31701,38.75821 + pos: 14.5,-17.5 parent: 2 -- proto: FoodTinPeachesMaintTrash - entities: - - uid: 8168 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4714 components: - type: Transform - pos: 90.358475,74.013504 + rot: 1.5707963267948966 rad + pos: 6.5,-36.5 parent: 2 -- proto: FoodTinPeachesTrash - entities: - - uid: 7031 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4716 components: - type: Transform - pos: -33.303474,-35.35198 + pos: 14.5,-18.5 parent: 2 - - uid: 30067 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4718 components: - type: Transform - pos: 89.94156,37.71867 + rot: 1.5707963267948966 rad + pos: 64.5,33.5 parent: 2 -- proto: Football - entities: - - uid: 39693 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4721 components: - type: Transform - pos: 34.70631,-7.9306393 + rot: 1.5707963267948966 rad + pos: 98.5,74.5 parent: 2 - - uid: 39694 + - uid: 4753 components: - type: Transform - pos: 50.53139,-18.200792 + rot: 1.5707963267948966 rad + pos: 60.5,33.5 parent: 2 - - uid: 39695 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4754 components: - type: Transform - pos: 71.5936,-24.598394 + rot: 1.5707963267948966 rad + pos: 67.5,33.5 parent: 2 -- proto: Fulton - entities: - - uid: 39832 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4756 components: - type: Transform - pos: -7.1484785,-45.382618 + rot: 1.5707963267948966 rad + pos: 62.5,33.5 parent: 2 -- proto: GasAnalyzer - entities: - - uid: 5679 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4800 components: - type: Transform - pos: 34.648033,47.247894 + pos: 14.5,-19.5 parent: 2 -- proto: GasCanisterBrokenBase - entities: - - uid: 5374 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4801 components: - type: Transform rot: 1.5707963267948966 rad - pos: 60.5,50.5 + pos: 60.5,32.5 parent: 2 - - uid: 7067 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4811 components: - type: Transform rot: 1.5707963267948966 rad - pos: -25.5,-31.5 + pos: 8.5,-38.5 parent: 2 - - uid: 13913 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4815 components: - type: Transform - pos: -110.5,55.5 + pos: 21.5,-17.5 parent: 2 - - uid: 36572 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4825 components: - type: Transform - pos: 75.5,77.5 + rot: 1.5707963267948966 rad + pos: 7.5,-38.5 parent: 2 - - uid: 36573 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4842 components: - type: Transform - pos: 67.5,81.5 + rot: 3.141592653589793 rad + pos: 85.5,23.5 parent: 2 -- proto: GasFilter - entities: - - uid: 1568 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4843 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,17.5 + rot: 1.5707963267948966 rad + pos: 61.5,32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 5053 + - uid: 4847 components: - type: Transform rot: -1.5707963267948966 rad - pos: -48.5,46.5 + pos: -98.5,-6.5 parent: 2 - - uid: 5110 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4869 components: - type: Transform rot: -1.5707963267948966 rad - pos: -40.5,46.5 + pos: -97.5,-6.5 parent: 2 - - uid: 9560 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4876 components: - type: Transform rot: -1.5707963267948966 rad - pos: -46.5,46.5 + pos: -96.5,-6.5 parent: 2 - - uid: 21842 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4877 components: - type: Transform rot: -1.5707963267948966 rad - pos: -44.5,46.5 + pos: -98.5,-8.5 parent: 2 - - uid: 22772 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4880 components: - type: Transform rot: -1.5707963267948966 rad - pos: -42.5,46.5 + pos: -97.5,-8.5 parent: 2 -- proto: GasFilterFlipped - entities: - - uid: 27373 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4895 + components: + - type: Transform + pos: 14.5,-20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4901 components: - type: Transform rot: -1.5707963267948966 rad - pos: 18.5,17.5 + pos: 82.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' -- proto: GasMinerCarbonDioxide - entities: - - uid: 9349 + color: '#0055CCFF' + - uid: 4902 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,49.5 + rot: -1.5707963267948966 rad + pos: 83.5,27.5 parent: 2 -- proto: GasMinerNitrogenStationLarge - entities: - - uid: 9344 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4903 components: - type: Transform rot: 1.5707963267948966 rad - pos: -49.5,49.5 + pos: 63.5,32.5 parent: 2 -- proto: GasMinerOxygenStationLarge - entities: - - uid: 9345 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4906 components: - type: Transform rot: 1.5707963267948966 rad - pos: -47.5,49.5 + pos: 62.5,32.5 parent: 2 -- proto: GasMixerFlipped - entities: - - uid: 5913 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4915 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,43.5 + rot: 3.141592653589793 rad + pos: 86.5,25.5 parent: 2 - - type: GasMixer - inletTwoConcentration: 0.22000003 - inletOneConcentration: 0.78 - targetPressure: 4500 - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 34519 + color: '#0055CCFF' + - uid: 4917 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 86.5,24.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 4918 components: - type: Transform rot: 1.5707963267948966 rad - pos: -51.5,45.5 + pos: 64.5,32.5 parent: 2 - - type: GasMixer - inletTwoConcentration: 0.029999971 - inletOneConcentration: 0.97 - targetPressure: 4500 - type: AtmosPipeColor - color: '#947507FF' -- proto: GasOutletInjector - entities: - - uid: 2572 + color: '#990000FF' + - uid: 4920 components: - type: Transform - pos: 40.5,53.5 + rot: 1.5707963267948966 rad + pos: 65.5,32.5 parent: 2 - - uid: 2573 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4955 components: - type: Transform - pos: 44.5,53.5 + pos: 72.5,-13.5 parent: 2 - - uid: 9157 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4956 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,51.5 + pos: 72.5,-15.5 parent: 2 - - uid: 9158 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 4957 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,51.5 + pos: 72.5,-14.5 parent: 2 - - uid: 9162 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5047 components: - type: Transform rot: -1.5707963267948966 rad - pos: -41.5,51.5 + pos: -59.5,53.5 parent: 2 - - uid: 9164 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 5048 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,51.5 + pos: -48.5,43.5 parent: 2 - - uid: 9165 + - uid: 5119 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,51.5 + rot: 1.5707963267948966 rad + pos: -24.5,-42.5 parent: 2 - - uid: 9166 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5245 components: - type: Transform rot: -1.5707963267948966 rad - pos: -45.5,51.5 + pos: -0.5,42.5 parent: 2 - - uid: 33721 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5255 components: - type: Transform rot: 1.5707963267948966 rad - pos: -56.5,58.5 + pos: -39.5,46.5 parent: 2 - - type: AtmosPipeColor - color: '#947507FF' - - uid: 34383 + - uid: 5294 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,57.5 + rot: 3.141592653589793 rad + pos: -37.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#947507FF' - - uid: 36574 + color: '#990000FF' + - uid: 5378 components: - type: Transform - pos: 69.5,84.5 + rot: 1.5707963267948966 rad + pos: 66.5,33.5 parent: 2 - - uid: 36575 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5379 components: - type: Transform - pos: 73.5,84.5 + rot: 1.5707963267948966 rad + pos: 68.5,33.5 parent: 2 -- proto: GasPassiveVent - entities: - - uid: 5652 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5381 components: - type: Transform - pos: 41.5,53.5 + rot: 1.5707963267948966 rad + pos: 65.5,33.5 parent: 2 - - uid: 5675 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5383 components: - type: Transform - pos: 43.5,53.5 + rot: 1.5707963267948966 rad + pos: 61.5,33.5 parent: 2 - - uid: 9156 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5515 components: - type: Transform - pos: -49.5,50.5 + rot: 3.141592653589793 rad + pos: -37.5,30.5 parent: 2 - - uid: 9159 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5518 components: - type: Transform - pos: -39.5,50.5 + rot: -1.5707963267948966 rad + pos: -63.5,51.5 parent: 2 - - uid: 9163 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 5535 components: - type: Transform - pos: -47.5,50.5 + rot: -1.5707963267948966 rad + pos: -90.5,-4.5 parent: 2 - - uid: 9167 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5539 components: - type: Transform - pos: -41.5,50.5 + pos: 41.5,50.5 parent: 2 - - uid: 9168 + - uid: 5544 components: - type: Transform - pos: -45.5,50.5 + pos: 41.5,49.5 parent: 2 - - uid: 9169 + - uid: 5546 components: - type: Transform - pos: -43.5,50.5 + rot: -1.5707963267948966 rad + pos: -91.5,-4.5 parent: 2 - - uid: 19718 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5550 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,53.5 + pos: -92.5,-4.5 parent: 2 - - uid: 34511 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5551 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,-7.5 + pos: 44.5,51.5 parent: 2 -- proto: GasPipeBend - entities: - - uid: 339 + - uid: 5556 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,36.5 + rot: 3.141592653589793 rad + pos: 44.5,52.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 772 + - uid: 5557 components: - type: Transform rot: -1.5707963267948966 rad - pos: 58.5,32.5 + pos: -93.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 784 + - uid: 5558 components: - type: Transform rot: 3.141592653589793 rad - pos: 17.5,4.5 + pos: 44.5,50.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 1273 + - uid: 5559 components: - type: Transform rot: 3.141592653589793 rad - pos: 16.5,15.5 + pos: 44.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#CCCCFFFF' - - uid: 1446 + - uid: 5573 components: - type: Transform rot: -1.5707963267948966 rad - pos: 17.5,16.5 + pos: -94.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#CCCCFFFF' - - uid: 1673 + color: '#0055CCFF' + - uid: 5645 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,31.5 + pos: 43.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1713 + - uid: 5647 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-2.5 + pos: 43.5,50.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2124 + - uid: 5648 components: - type: Transform - pos: -24.5,29.5 + pos: 41.5,51.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 2246 + - uid: 5654 components: - type: Transform - pos: 23.5,-29.5 + pos: 41.5,52.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2626 + - uid: 5656 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,62.5 + pos: 43.5,52.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 3515 + - uid: 5659 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,6.5 + pos: 43.5,51.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 3585 + - uid: 5663 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,19.5 + pos: -46.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4328 + - uid: 5737 components: - type: Transform - pos: 74.5,33.5 + pos: 19.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4638 + color: '#990000FF' + - uid: 5915 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,-30.5 + pos: 19.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4802 + color: '#990000FF' + - uid: 5916 components: - type: Transform - pos: 99.5,74.5 + pos: 19.5,56.5 parent: 2 - - uid: 4859 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5919 components: - type: Transform rot: 1.5707963267948966 rad - pos: -94.5,-5.5 + pos: -60.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 4923 + color: '#947507FF' + - uid: 5923 components: - type: Transform rot: 1.5707963267948966 rad - pos: -51.5,53.5 + pos: -61.5,42.5 parent: 2 - - uid: 4950 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 5938 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-22.5 + pos: 21.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 5047 + color: '#0055CCFF' + - uid: 5939 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,59.5 + pos: 21.5,-18.5 parent: 2 - - uid: 5314 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 5980 components: - type: Transform rot: 1.5707963267948966 rad - pos: 58.5,33.5 + pos: -50.5,46.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6095 + - uid: 6088 components: - type: Transform - pos: 85.5,26.5 + rot: 1.5707963267948966 rad + pos: 26.5,42.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 6329 + - uid: 6107 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,34.5 + rot: -1.5707963267948966 rad + pos: -9.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 6391 + color: '#0055CCFF' + - uid: 6109 components: - type: Transform - pos: 86.5,27.5 + rot: 3.141592653589793 rad + pos: 86.5,26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6633 + - uid: 6115 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-43.5 + rot: -1.5707963267948966 rad + pos: 81.5,27.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6674 + - uid: 6151 components: - type: Transform rot: -1.5707963267948966 rad - pos: -15.5,-44.5 + pos: -0.5,40.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 6818 + - uid: 6211 components: - type: Transform rot: -1.5707963267948966 rad - pos: -18.5,-42.5 + pos: -58.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 6974 + color: '#FF5555FF' + - uid: 6216 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-25.5 + rot: -1.5707963267948966 rad + pos: -89.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7645 + - uid: 6217 components: - type: Transform - pos: -54.5,22.5 + rot: -1.5707963267948966 rad + pos: -88.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8282 + - uid: 6218 components: - type: Transform - pos: -36.5,46.5 + rot: -1.5707963267948966 rad + pos: -87.5,-4.5 parent: 2 - - uid: 8736 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6219 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,40.5 + rot: -1.5707963267948966 rad + pos: -86.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 8936 + color: '#0055CCFF' + - uid: 6220 components: - type: Transform - pos: -18.5,-25.5 + rot: -1.5707963267948966 rad + pos: -93.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 8954 + - uid: 6221 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,18.5 + rot: -1.5707963267948966 rad + pos: -91.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 9018 + - uid: 6222 components: - type: Transform rot: -1.5707963267948966 rad - pos: -44.5,9.5 + pos: -92.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9074 + color: '#990000FF' + - uid: 6274 components: - type: Transform - pos: -20.5,-42.5 + rot: -1.5707963267948966 rad + pos: -28.5,65.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 9097 + - uid: 6292 components: - type: Transform - pos: -52.5,37.5 + rot: 3.141592653589793 rad + pos: -12.5,46.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 9101 + - uid: 6325 components: - type: Transform - pos: -54.5,37.5 + rot: 3.141592653589793 rad + pos: -18.5,31.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 9180 + - uid: 6326 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,60.5 + rot: 3.141592653589793 rad + pos: -18.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 9407 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,51.5 - parent: 2 - - uid: 9408 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,51.5 - parent: 2 - - uid: 9409 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,51.5 - parent: 2 - - uid: 9410 + color: '#0055CCFF' + - uid: 6330 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,51.5 + pos: -17.5,32.5 parent: 2 - - uid: 9411 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6355 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,51.5 + pos: -25.5,-42.5 parent: 2 - - uid: 9412 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 6378 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,51.5 + pos: -17.5,30.5 parent: 2 - - uid: 9982 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6394 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-33.5 + pos: 74.5,32.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 9983 + - uid: 6398 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,-34.5 + rot: -1.5707963267948966 rad + pos: 79.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 10170 + color: '#0055CCFF' + - uid: 6399 components: - type: Transform - pos: -45.5,39.5 + rot: -1.5707963267948966 rad + pos: 78.5,27.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 10621 + - uid: 6400 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-39.5 + pos: -46.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11022 + - uid: 6401 components: - type: Transform - rot: 3.141592653589793 rad - pos: -72.5,1.5 + rot: -1.5707963267948966 rad + pos: 80.5,27.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11878 + - uid: 6402 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-41.5 + pos: 74.5,31.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 12759 + - uid: 6403 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,39.5 + pos: 73.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 12768 + color: '#990000FF' + - uid: 6555 components: - type: Transform rot: -1.5707963267948966 rad - pos: 67.5,-5.5 + pos: -52.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 12839 + color: '#947507FF' + - uid: 6556 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 74.5,-4.5 + pos: -41.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 12992 + color: '#CC00CCFF' + - uid: 6736 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-26.5 + rot: 3.141592653589793 rad + pos: -21.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 13042 + - uid: 6738 components: - type: Transform - pos: 3.5,-1.5 + rot: 3.141592653589793 rad + pos: -21.5,-38.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 13127 + color: '#0055CCFF' + - uid: 6743 components: - type: Transform - pos: -18.5,-41.5 + rot: 3.141592653589793 rad + pos: -15.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 13852 + - uid: 6744 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,-16.5 + rot: 3.141592653589793 rad + pos: -15.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14370 + - uid: 6750 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,17.5 + rot: 3.141592653589793 rad + pos: -15.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14501 + color: '#990000FF' + - uid: 6751 components: - type: Transform rot: 1.5707963267948966 rad - pos: 34.5,49.5 + pos: -17.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15606 + color: '#990000FF' + - uid: 6752 components: - type: Transform - pos: -24.5,42.5 + rot: 1.5707963267948966 rad + pos: -16.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15610 + - uid: 6756 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,40.5 + rot: 3.141592653589793 rad + pos: -19.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15646 + - uid: 6757 components: - type: Transform rot: 3.141592653589793 rad - pos: 80.5,-5.5 + pos: -19.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15683 + - uid: 6758 components: - type: Transform rot: 3.141592653589793 rad - pos: 75.5,-4.5 + pos: -21.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15880 + - uid: 6761 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 78.5,-2.5 + pos: -16.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16282 + - uid: 6795 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,40.5 + pos: -19.5,-43.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16297 + - uid: 6800 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,-4.5 + rot: 3.141592653589793 rad + pos: -19.5,-35.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16396 + - uid: 6801 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,37.5 + rot: 3.141592653589793 rad + pos: -19.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16571 + - uid: 6803 components: - type: Transform rot: 1.5707963267948966 rad - pos: -37.5,19.5 + pos: -19.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 16595 + color: '#0055CCFF' + - uid: 6806 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,59.5 + pos: -16.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 16656 + color: '#0055CCFF' + - uid: 6812 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,28.5 + rot: 3.141592653589793 rad + pos: -19.5,-36.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16955 + - uid: 6819 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,38.5 + pos: -16.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17689 + - uid: 6832 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-27.5 + rot: 1.5707963267948966 rad + pos: -23.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17695 + - uid: 6844 components: - type: Transform - pos: -12.5,-38.5 + rot: -1.5707963267948966 rad + pos: -30.5,65.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17846 + - uid: 6910 components: - type: Transform rot: -1.5707963267948966 rad - pos: -38.5,17.5 + pos: -62.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 17891 + color: '#990000FF' + - uid: 6920 components: - type: Transform rot: 1.5707963267948966 rad - pos: -38.5,22.5 + pos: 19.5,56.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17968 + - uid: 6930 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -77.5,11.5 + rot: -1.5707963267948966 rad + pos: -59.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 18184 + - uid: 6937 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,32.5 + pos: -45.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 18404 + - uid: 6943 components: - type: Transform rot: 1.5707963267948966 rad - pos: 35.5,46.5 + pos: -42.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 18797 + color: '#CC00CCFF' + - uid: 7061 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,42.5 + rot: 1.5707963267948966 rad + pos: -21.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19279 + - uid: 7177 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,21.5 + pos: -37.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 19366 + color: '#0055CCFF' + - uid: 7207 components: - type: Transform rot: -1.5707963267948966 rad - pos: 65.5,21.5 + pos: -48.5,35.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19367 + - uid: 7266 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,18.5 + pos: -46.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 19370 + color: '#0055CCFF' + - uid: 7322 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-27.5 + rot: 1.5707963267948966 rad + pos: -35.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19598 + - uid: 7329 components: - type: Transform rot: -1.5707963267948966 rad - pos: -39.5,60.5 + pos: -53.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19765 + color: '#947507FF' + - uid: 7370 components: - type: Transform rot: -1.5707963267948966 rad - pos: -42.5,62.5 + pos: -29.5,65.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 19978 + color: '#0055CCFF' + - uid: 7429 components: - type: Transform rot: -1.5707963267948966 rad - pos: -95.5,-6.5 + pos: 45.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19980 + - uid: 7471 components: - type: Transform - pos: -85.5,21.5 + pos: -36.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 20285 + color: '#990000FF' + - uid: 7492 components: - type: Transform - pos: -1.5,65.5 + rot: 1.5707963267948966 rad + pos: -46.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 20400 + color: '#CC00CCFF' + - uid: 7504 components: - type: Transform - pos: -72.5,2.5 + pos: 74.5,29.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 20493 + - uid: 7511 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-27.5 + pos: -46.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 20499 + color: '#0055CCFF' + - uid: 7512 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-26.5 + pos: -46.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 20519 + - uid: 7558 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -69.5,30.5 + pos: -45.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 20548 + color: '#990000FF' + - uid: 7577 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,22.5 + pos: -37.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 20747 + - uid: 7617 components: - type: Transform - pos: 22.5,19.5 + pos: -25.5,62.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 21225 + - uid: 7640 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,29.5 + pos: -55.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 21252 + color: '#0055CCFF' + - uid: 7642 components: - type: Transform - pos: -24.5,31.5 + pos: 74.5,30.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21850 + - uid: 7727 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-22.5 + pos: 74.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 22162 + color: '#0055CCFF' + - uid: 7762 components: - type: Transform - pos: -83.5,22.5 + pos: 73.5,30.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 22397 + - uid: 7844 components: - type: Transform - pos: -54.5,17.5 + pos: 0.5,0.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22653 + - uid: 7890 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-27.5 + rot: 3.141592653589793 rad + pos: 53.5,54.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 22713 + - uid: 7891 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,16.5 + rot: 3.141592653589793 rad + pos: 52.5,58.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22714 + - uid: 7971 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,16.5 + pos: 19.5,57.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 22818 + - uid: 7973 components: - type: Transform rot: 3.141592653589793 rad - pos: -6.5,62.5 + pos: 52.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 23007 + color: '#0055CCFF' + - uid: 7974 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,14.5 + rot: 3.141592653589793 rad + pos: 52.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 23093 + color: '#0055CCFF' + - uid: 7977 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,5.5 + rot: 3.141592653589793 rad + pos: 53.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23214 + color: '#990000FF' + - uid: 7979 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,21.5 + rot: 3.141592653589793 rad + pos: 53.5,57.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23563 + color: '#990000FF' + - uid: 7982 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-40.5 + rot: 3.141592653589793 rad + pos: 53.5,55.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23856 + - uid: 7985 components: - type: Transform - pos: -52.5,17.5 + rot: 3.141592653589793 rad + pos: 52.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 23918 + color: '#0055CCFF' + - uid: 7998 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,36.5 + rot: 3.141592653589793 rad + pos: 50.5,47.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23932 + - uid: 8001 components: - type: Transform - pos: -52.5,22.5 + rot: 3.141592653589793 rad + pos: 52.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 23935 + color: '#0055CCFF' + - uid: 8002 components: - type: Transform rot: 3.141592653589793 rad - pos: -56.5,11.5 + pos: 53.5,52.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23955 + - uid: 8003 components: - type: Transform rot: 3.141592653589793 rad - pos: -56.5,13.5 + pos: 52.5,55.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24070 + - uid: 8004 components: - type: Transform rot: 3.141592653589793 rad - pos: 22.5,18.5 + pos: 52.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24232 + color: '#0055CCFF' + - uid: 8005 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,18.5 + rot: 3.141592653589793 rad + pos: 52.5,57.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24238 + color: '#0055CCFF' + - uid: 8006 components: - type: Transform - pos: 18.5,20.5 + rot: 3.141592653589793 rad + pos: 53.5,53.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24278 + - uid: 8023 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,47.5 + rot: 3.141592653589793 rad + pos: 52.5,60.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24299 + - uid: 8029 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,8.5 + rot: 3.141592653589793 rad + pos: 52.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24300 + color: '#0055CCFF' + - uid: 8067 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,7.5 + rot: 3.141592653589793 rad + pos: 52.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24304 + color: '#0055CCFF' + - uid: 8232 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,15.5 + pos: -37.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24305 + color: '#0055CCFF' + - uid: 8324 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,15.5 + pos: -36.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24306 + - uid: 8377 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,16.5 + pos: 2.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24307 + - uid: 8384 components: - type: Transform rot: -1.5707963267948966 rad - pos: -37.5,16.5 + pos: -99.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24314 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24321 + - uid: 8385 components: - type: Transform - pos: -9.5,22.5 + rot: -1.5707963267948966 rad + pos: -97.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24322 + color: '#990000FF' + - uid: 8386 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,21.5 + rot: -1.5707963267948966 rad + pos: -85.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24324 + color: '#990000FF' + - uid: 8387 components: - type: Transform rot: -1.5707963267948966 rad - pos: 0.5,22.5 + pos: -89.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24325 + - uid: 8388 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,22.5 + rot: -1.5707963267948966 rad + pos: -92.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24458 + - uid: 8389 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,17.5 + rot: -1.5707963267948966 rad + pos: -88.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24459 + color: '#990000FF' + - uid: 8390 components: - type: Transform - pos: 0.5,17.5 + rot: -1.5707963267948966 rad + pos: -97.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24494 + - uid: 8391 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-10.5 + rot: -1.5707963267948966 rad + pos: -98.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24495 + color: '#990000FF' + - uid: 8392 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-11.5 + rot: -1.5707963267948966 rad + pos: -91.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24496 + - uid: 8393 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-12.5 + rot: -1.5707963267948966 rad + pos: -93.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24497 + - uid: 8394 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-13.5 + rot: 1.5707963267948966 rad + pos: -28.5,55.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24498 + - uid: 8395 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-8.5 + rot: -1.5707963267948966 rad + pos: -28.5,47.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24499 + - uid: 8414 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-9.5 + rot: -1.5707963267948966 rad + pos: -86.5,22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24500 + - uid: 8421 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-10.5 + pos: -83.5,21.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24501 + - uid: 8422 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-11.5 + rot: -1.5707963267948966 rad + pos: -84.5,22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24502 + - uid: 8425 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-12.5 + rot: -1.5707963267948966 rad + pos: -90.5,22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24503 + - uid: 8426 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-13.5 + rot: -1.5707963267948966 rad + pos: -91.5,22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24504 + - uid: 8431 components: - type: Transform - pos: -39.5,-13.5 + rot: 3.141592653589793 rad + pos: -25.5,39.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24505 + - uid: 8437 components: - type: Transform - pos: -40.5,-12.5 + rot: 3.141592653589793 rad + pos: -27.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24506 + color: '#0055CCFF' + - uid: 8441 components: - type: Transform - pos: -41.5,-11.5 + rot: 1.5707963267948966 rad + pos: 76.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24508 + color: '#0055CCFF' + - uid: 8449 components: - type: Transform - pos: -43.5,-9.5 + rot: 3.141592653589793 rad + pos: -27.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24509 + color: '#0055CCFF' + - uid: 8451 components: - type: Transform - pos: -44.5,-8.5 + rot: -1.5707963267948966 rad + pos: -92.5,22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24510 + - uid: 8469 components: - type: Transform - pos: -46.5,-9.5 + rot: -1.5707963267948966 rad + pos: -28.5,39.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24511 + - uid: 8472 components: - type: Transform - pos: -45.5,-10.5 + rot: -1.5707963267948966 rad + pos: -93.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24512 + color: '#990000FF' + - uid: 8474 components: - type: Transform - pos: -44.5,-11.5 + rot: 1.5707963267948966 rad + pos: 82.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24513 + color: '#990000FF' + - uid: 8476 components: - type: Transform - pos: -43.5,-12.5 + rot: -1.5707963267948966 rad + pos: -86.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24514 + - uid: 8601 components: - type: Transform - pos: -42.5,-13.5 + pos: -21.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24592 + - uid: 8648 components: - type: Transform rot: -1.5707963267948966 rad - pos: 49.5,-12.5 + pos: -88.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24593 + - uid: 8656 components: - type: Transform rot: -1.5707963267948966 rad - pos: 48.5,-13.5 + pos: -99.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24594 + - uid: 8750 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-14.5 + rot: 1.5707963267948966 rad + pos: -32.5,22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24597 + - uid: 8767 components: - type: Transform rot: -1.5707963267948966 rad - pos: 51.5,-13.5 + pos: -57.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24598 + - uid: 8788 components: - type: Transform rot: -1.5707963267948966 rad - pos: 50.5,-14.5 + pos: -55.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24599 + - uid: 8790 components: - type: Transform rot: -1.5707963267948966 rad - pos: 48.5,-15.5 + pos: -54.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24601 + - uid: 8824 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-15.5 + rot: -1.5707963267948966 rad + pos: -37.5,40.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24603 + - uid: 8841 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-14.5 + rot: -1.5707963267948966 rad + pos: -42.5,40.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24604 + - uid: 8844 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-13.5 + pos: -55.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24621 + color: '#0055CCFF' + - uid: 8845 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-14.5 + rot: 3.141592653589793 rad + pos: -39.5,61.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24622 + - uid: 8846 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-13.5 + pos: -53.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24623 + color: '#990000FF' + - uid: 8847 components: - type: Transform rot: 1.5707963267948966 rad - pos: 48.5,-12.5 + pos: -55.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24638 + color: '#990000FF' + - uid: 8848 components: - type: Transform - pos: 51.5,4.5 + pos: -53.5,13.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24639 + - uid: 8849 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,4.5 + pos: -55.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24640 + color: '#0055CCFF' + - uid: 8861 components: - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,3.5 + pos: -53.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24641 + color: '#990000FF' + - uid: 8862 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,-16.5 + pos: -53.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24642 + color: '#990000FF' + - uid: 8865 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-15.5 + pos: -55.5,14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24643 + - uid: 8866 components: - type: Transform - pos: 39.5,-15.5 + pos: -55.5,16.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24644 + - uid: 8867 components: - type: Transform - pos: 38.5,-14.5 + pos: -55.5,18.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24645 + - uid: 8868 components: - type: Transform - pos: 38.5,-16.5 + pos: -55.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24646 + color: '#0055CCFF' + - uid: 8869 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-18.5 + pos: -53.5,16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24653 + - uid: 8870 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,62.5 + pos: -53.5,15.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24802 + - uid: 8876 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,43.5 + pos: -53.5,34.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24919 + - uid: 8882 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-23.5 + pos: -55.5,32.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25026 + - uid: 8887 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,14.5 + pos: -55.5,37.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25027 + - uid: 8890 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,13.5 + pos: -55.5,15.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25108 + - uid: 8891 components: - type: Transform - pos: 6.5,22.5 + pos: -55.5,10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25110 + - uid: 8892 components: - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,62.5 + pos: -53.5,24.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25128 + - uid: 8894 components: - type: Transform - pos: 11.5,-1.5 + pos: -53.5,26.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25132 + - uid: 8916 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,16.5 + rot: -1.5707963267948966 rad + pos: -61.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25177 + color: '#990000FF' + - uid: 8932 components: - type: Transform - pos: 21.5,43.5 + rot: 1.5707963267948966 rad + pos: -54.5,18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25278 + - uid: 8933 components: - type: Transform rot: 1.5707963267948966 rad - pos: 31.5,15.5 + pos: -55.5,18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25377 + - uid: 8950 components: - type: Transform rot: 1.5707963267948966 rad - pos: 29.5,28.5 + pos: -57.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25378 + color: '#0055CCFF' + - uid: 8952 components: - type: Transform rot: 1.5707963267948966 rad - pos: 27.5,29.5 + pos: -56.5,19.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25434 + - uid: 8953 components: - type: Transform - pos: 40.5,44.5 + rot: 1.5707963267948966 rad + pos: -59.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25435 + color: '#0055CCFF' + - uid: 8955 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,44.5 + pos: -60.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25466 + color: '#0055CCFF' + - uid: 8968 components: - type: Transform - pos: 43.5,33.5 + pos: -19.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25483 + color: '#990000FF' + - uid: 8973 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,25.5 + pos: -55.5,34.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25486 + - uid: 8980 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,24.5 + pos: -44.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25629 + color: '#0055CCFF' + - uid: 9000 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,32.5 + pos: -55.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25630 + color: '#0055CCFF' + - uid: 9035 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,33.5 + pos: -21.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25671 + - uid: 9037 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,46.5 + pos: -55.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25673 + color: '#0055CCFF' + - uid: 9038 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,51.5 + pos: -55.5,26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25674 + - uid: 9060 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,50.5 + pos: -53.5,29.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25675 + - uid: 9083 components: - type: Transform rot: -1.5707963267948966 rad - pos: 55.5,51.5 + pos: -60.5,30.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25676 + - uid: 9085 components: - type: Transform rot: -1.5707963267948966 rad - pos: 56.5,50.5 + pos: -58.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25677 + color: '#0055CCFF' + - uid: 9087 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,54.5 + rot: -1.5707963267948966 rad + pos: -59.5,30.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25678 + - uid: 9123 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,53.5 + rot: 3.141592653589793 rad + pos: -19.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25731 - components: - - type: Transform - pos: 7.5,41.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25732 + - uid: 9182 components: - type: Transform rot: 3.141592653589793 rad - pos: 7.5,39.5 + pos: -39.5,46.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25734 + - uid: 9237 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,36.5 + pos: 44.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25736 + - uid: 9240 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,37.5 + pos: 44.5,-30.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25737 + - uid: 9242 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,39.5 + pos: 44.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25796 + color: '#990000FF' + - uid: 9288 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,40.5 + rot: 3.141592653589793 rad + pos: -46.5,-30.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25820 + - uid: 9299 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,46.5 + pos: 73.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25822 + color: '#990000FF' + - uid: 9302 components: - type: Transform - pos: 9.5,49.5 + rot: -1.5707963267948966 rad + pos: -62.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25823 + color: '#88AAFFFF' + - uid: 9318 components: - type: Transform - pos: 10.5,48.5 + rot: 3.141592653589793 rad + pos: 25.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25824 + color: '#0055CCFF' + - uid: 9358 components: - type: Transform rot: 3.141592653589793 rad - pos: 6.5,49.5 + pos: -49.5,47.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25825 + - uid: 9359 components: - type: Transform rot: 3.141592653589793 rad - pos: 7.5,48.5 + pos: -49.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25905 + - uid: 9360 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,29.5 + rot: 3.141592653589793 rad + pos: -49.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25906 + - uid: 9361 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,30.5 + rot: 3.141592653589793 rad + pos: -47.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25907 + - uid: 9362 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,29.5 + rot: 3.141592653589793 rad + pos: -47.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26065 + - uid: 9363 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,27.5 + rot: 3.141592653589793 rad + pos: -47.5,47.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26074 + - uid: 9364 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,27.5 + rot: 3.141592653589793 rad + pos: -45.5,47.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26098 + - uid: 9365 components: - type: Transform - pos: -6.5,-1.5 + rot: 3.141592653589793 rad + pos: -45.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26111 + - uid: 9366 components: - type: Transform - pos: -7.5,-2.5 + rot: 3.141592653589793 rad + pos: -45.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26119 + - uid: 9367 components: - type: Transform - pos: -4.5,33.5 + rot: 3.141592653589793 rad + pos: -43.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26120 + - uid: 9368 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,33.5 + rot: 3.141592653589793 rad + pos: -43.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26356 + - uid: 9369 components: - type: Transform rot: 3.141592653589793 rad - pos: -2.5,-28.5 + pos: -43.5,47.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26780 + - uid: 9370 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,-8.5 + rot: 3.141592653589793 rad + pos: -41.5,47.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26854 + - uid: 9371 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,17.5 + rot: 3.141592653589793 rad + pos: -41.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#CCCCFFFF' - - uid: 26863 + - uid: 9372 components: - type: Transform - pos: 0.5,74.5 + rot: 3.141592653589793 rad + pos: -41.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26864 + - uid: 9373 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,74.5 + rot: 3.141592653589793 rad + pos: -39.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26923 + - uid: 9374 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,4.5 + rot: 3.141592653589793 rad + pos: -39.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26933 + - uid: 9375 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,-3.5 + pos: -39.5,47.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26936 + - uid: 9379 components: - type: Transform rot: 3.141592653589793 rad - pos: -60.5,-2.5 + pos: -50.5,47.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26985 + - uid: 9380 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-11.5 + rot: 3.141592653589793 rad + pos: -50.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26986 + - uid: 9381 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-12.5 + rot: 3.141592653589793 rad + pos: -50.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27036 + - uid: 9382 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,-29.5 + pos: -50.5,50.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27037 + - uid: 9383 components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,-27.5 + pos: -48.5,50.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27048 + - uid: 9384 components: - type: Transform - pos: -53.5,-27.5 + rot: 3.141592653589793 rad + pos: -48.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27049 + - uid: 9385 components: - type: Transform - pos: -52.5,-29.5 + rot: 3.141592653589793 rad + pos: -48.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27057 + - uid: 9386 components: - type: Transform rot: 3.141592653589793 rad - pos: -53.5,-32.5 + pos: -48.5,47.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27144 + - uid: 9387 components: - type: Transform rot: 3.141592653589793 rad - pos: -51.5,46.5 + pos: -46.5,47.5 parent: 2 - - uid: 27175 + - uid: 9388 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,12.5 + rot: 3.141592653589793 rad + pos: -46.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27179 + - uid: 9389 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,10.5 + rot: 3.141592653589793 rad + pos: -46.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27180 + - uid: 9390 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,12.5 + rot: 3.141592653589793 rad + pos: -46.5,50.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27267 + - uid: 9391 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-5.5 + rot: 3.141592653589793 rad + pos: -44.5,50.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27278 + - uid: 9392 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-4.5 + rot: 3.141592653589793 rad + pos: -44.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27371 + - uid: 9393 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,5.5 + rot: 3.141592653589793 rad + pos: -44.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27388 + - uid: 9394 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 74.5,-3.5 + rot: 3.141592653589793 rad + pos: -44.5,47.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27420 + - uid: 9395 components: - type: Transform - pos: 34.5,7.5 + rot: 3.141592653589793 rad + pos: -42.5,47.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27555 + - uid: 9396 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-34.5 + rot: 3.141592653589793 rad + pos: -42.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27556 + - uid: 9397 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-34.5 + rot: 3.141592653589793 rad + pos: -42.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28214 + - uid: 9398 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-43.5 + rot: 3.141592653589793 rad + pos: -42.5,50.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28278 + - uid: 9399 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-25.5 + rot: 3.141592653589793 rad + pos: -40.5,50.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28297 + - uid: 9400 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-29.5 + rot: 3.141592653589793 rad + pos: -40.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28305 + - uid: 9401 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-28.5 + rot: 3.141592653589793 rad + pos: -40.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28335 + - uid: 9402 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,33.5 + rot: 3.141592653589793 rad + pos: -40.5,47.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28336 + - uid: 9437 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,35.5 + rot: 1.5707963267948966 rad + pos: -63.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28540 + color: '#FF5555FF' + - uid: 9438 components: - type: Transform rot: 1.5707963267948966 rad - pos: 19.5,9.5 + pos: -65.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28564 + color: '#FF5555FF' + - uid: 9449 components: - type: Transform rot: 1.5707963267948966 rad - pos: 7.5,29.5 + pos: -67.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28775 + color: '#FF5555FF' + - uid: 9459 components: - type: Transform rot: -1.5707963267948966 rad - pos: -28.5,-25.5 + pos: -31.5,64.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28911 + - uid: 9489 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,6.5 + pos: 44.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28969 + color: '#990000FF' + - uid: 9503 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,6.5 + rot: 1.5707963267948966 rad + pos: -43.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 29701 + color: '#CC00CCFF' + - uid: 9504 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,34.5 + pos: 44.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 30007 + color: '#990000FF' + - uid: 9519 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,34.5 + pos: -44.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 30219 + color: '#990000FF' + - uid: 9587 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,32.5 + rot: 1.5707963267948966 rad + pos: -56.5,18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 30768 + - uid: 9671 components: - type: Transform rot: -1.5707963267948966 rad - pos: -64.5,-0.5 + pos: -31.5,65.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 31734 + color: '#0055CCFF' + - uid: 9705 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,4.5 + pos: -53.5,31.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 31743 + - uid: 9834 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,10.5 + pos: -46.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31747 + color: '#990000FF' + - uid: 9845 components: - type: Transform rot: 3.141592653589793 rad - pos: 7.5,9.5 + pos: -21.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 32451 + - uid: 9850 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,45.5 + rot: 1.5707963267948966 rad + pos: -46.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#947507FF' - - uid: 32637 + color: '#0055CCFF' + - uid: 9851 components: - type: Transform - pos: -59.5,60.5 + pos: -48.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 32678 + color: '#0055CCFF' + - uid: 9853 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,56.5 + pos: -46.5,73.5 parent: 2 - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 33014 + color: '#990000FF' + - uid: 9856 components: - type: Transform rot: -1.5707963267948966 rad - pos: 86.5,13.5 + pos: -46.5,72.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33016 + - uid: 9868 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 85.5,14.5 + rot: 1.5707963267948966 rad + pos: -68.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 33174 + color: '#FF5555FF' + - uid: 9888 components: - type: Transform - pos: 76.5,49.5 + rot: 1.5707963267948966 rad + pos: -64.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33175 + color: '#FF5555FF' + - uid: 9889 components: - type: Transform rot: 1.5707963267948966 rad - pos: 77.5,49.5 + pos: -69.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 33182 + color: '#FF5555FF' + - uid: 9905 components: - type: Transform - rot: 3.141592653589793 rad - pos: 69.5,51.5 + pos: -44.5,15.5 parent: 2 - - uid: 33183 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 9935 components: - type: Transform - pos: 69.5,52.5 + rot: -1.5707963267948966 rad + pos: -64.5,42.5 parent: 2 - - uid: 33184 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 9952 components: - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,52.5 + rot: 1.5707963267948966 rad + pos: -66.5,53.5 parent: 2 - - uid: 33206 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 9984 components: - type: Transform rot: 1.5707963267948966 rad - pos: 59.5,62.5 + pos: 45.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33207 + - uid: 9986 components: - type: Transform rot: 1.5707963267948966 rad - pos: 57.5,63.5 + pos: 47.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33223 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 92.5,49.5 - parent: 2 - - uid: 33245 + color: '#990000FF' + - uid: 10017 components: - type: Transform rot: 1.5707963267948966 rad - pos: 85.5,13.5 + pos: 48.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33246 + color: '#990000FF' + - uid: 10018 components: - type: Transform rot: 1.5707963267948966 rad - pos: 84.5,14.5 + pos: -57.5,18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33284 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,10.5 - parent: 2 - - uid: 33285 + - uid: 10019 components: - type: Transform rot: -1.5707963267948966 rad - pos: 102.5,9.5 - parent: 2 - - uid: 33703 - components: - - type: Transform - pos: -46.5,43.5 + pos: -47.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 33810 + color: '#990000FF' + - uid: 10056 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,44.5 + rot: 1.5707963267948966 rad + pos: -25.5,67.5 parent: 2 - type: AtmosPipeColor - color: '#CC00CCFF' - - uid: 33912 + color: '#0055CCFF' + - uid: 10061 components: - type: Transform - pos: 21.5,17.5 + rot: 1.5707963267948966 rad + pos: 49.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#CCCCFFFF' - - uid: 33913 + color: '#990000FF' + - uid: 10062 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,15.5 + rot: 1.5707963267948966 rad + pos: 50.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#CCCCFFFF' - - uid: 33919 + color: '#990000FF' + - uid: 10065 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,6.5 + rot: 1.5707963267948966 rad + pos: 51.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34064 + color: '#990000FF' + - uid: 10066 components: - type: Transform - pos: 11.5,10.5 + rot: 1.5707963267948966 rad + pos: 52.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 34178 + - uid: 10067 components: - type: Transform rot: 1.5707963267948966 rad - pos: 20.5,45.5 + pos: 45.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 34351 + - uid: 10068 components: - type: Transform - pos: -55.5,58.5 + rot: 1.5707963267948966 rad + pos: 46.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#947507FF' - - uid: 34509 + color: '#0055CCFF' + - uid: 10083 components: - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,56.5 + rot: 1.5707963267948966 rad + pos: -49.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 34512 + color: '#CC00CCFF' + - uid: 10084 components: - type: Transform - pos: -54.5,59.5 + rot: -1.5707963267948966 rad + pos: -64.5,28.5 parent: 2 - - uid: 34529 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 10087 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,46.5 + rot: 1.5707963267948966 rad + pos: -45.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 34532 + color: '#0055CCFF' + - uid: 10092 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,46.5 + pos: -55.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 34533 + color: '#0055CCFF' + - uid: 10155 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,46.5 + rot: -1.5707963267948966 rad + pos: -63.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#FF5555FF' - - uid: 34542 + color: '#0055CCFF' + - uid: 10158 components: - type: Transform rot: -1.5707963267948966 rad - pos: -54.5,46.5 + pos: -57.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#FF5555FF' - - uid: 35747 + color: '#0055CCFF' + - uid: 10161 components: - type: Transform rot: -1.5707963267948966 rad - pos: 11.5,9.5 + pos: -64.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 35798 + color: '#0055CCFF' + - uid: 10167 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,13.5 + rot: 3.141592653589793 rad + pos: -46.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 35799 + color: '#0055CCFF' + - uid: 10168 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,15.5 + rot: 3.141592653589793 rad + pos: -46.5,36.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 36073 + - uid: 10198 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,25.5 + pos: -53.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 36925 + color: '#990000FF' + - uid: 10199 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-2.5 + pos: -53.5,32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 36926 + - uid: 10202 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-1.5 + pos: -55.5,27.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 36927 + - uid: 10203 components: - type: Transform rot: 3.141592653589793 rad - pos: 7.5,-2.5 + pos: -53.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 37382 + color: '#990000FF' + - uid: 10267 components: - type: Transform rot: -1.5707963267948966 rad - pos: 52.5,-33.5 + pos: -23.5,46.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 37383 + - uid: 10268 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-29.5 + rot: -1.5707963267948966 rad + pos: -16.5,46.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 37384 + - uid: 10276 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-31.5 + pos: 22.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 37394 + - uid: 10349 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-31.5 + rot: 1.5707963267948966 rad + pos: 59.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 37395 + color: '#0055CCFF' + - uid: 10350 components: - type: Transform rot: 1.5707963267948966 rad - pos: 61.5,-30.5 + pos: 63.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 37406 + color: '#0055CCFF' + - uid: 10565 components: - type: Transform rot: -1.5707963267948966 rad - pos: 53.5,-34.5 + pos: -48.5,78.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 37474 + - uid: 10568 components: - type: Transform - pos: 21.5,45.5 + rot: -1.5707963267948966 rad + pos: -49.5,45.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 37650 + - uid: 10578 components: - type: Transform - pos: -53.5,41.5 + rot: -1.5707963267948966 rad + pos: -47.5,78.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 37672 + - uid: 10619 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,41.5 + pos: -36.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 38185 + - uid: 10655 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-31.5 + rot: 3.141592653589793 rad + pos: -85.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 38186 + - uid: 10704 components: - type: Transform - pos: -35.5,-31.5 + rot: 3.141592653589793 rad + pos: -45.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 38926 + - uid: 10705 components: - type: Transform - pos: 5.5,60.5 + pos: -37.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39173 + - uid: 11110 components: - type: Transform rot: 3.141592653589793 rad - pos: 10.5,-13.5 + pos: -25.5,55.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 39174 + - uid: 11140 components: - type: Transform - pos: 11.5,-13.5 + rot: 3.141592653589793 rad + pos: -25.5,53.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 39188 + - uid: 11213 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-7.5 + rot: 1.5707963267948966 rad + pos: -37.5,46.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 39189 + - uid: 11237 components: - type: Transform - pos: 11.5,-6.5 + pos: -36.5,42.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 39193 + - uid: 11285 components: - type: Transform - pos: 12.5,-9.5 + pos: -37.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 39200 + color: '#0055CCFF' + - uid: 11305 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,-2.5 + rot: -1.5707963267948966 rad + pos: -98.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39201 + - uid: 11306 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-1.5 + rot: -1.5707963267948966 rad + pos: -90.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39203 + - uid: 11439 components: - type: Transform - pos: 3.5,7.5 + rot: -1.5707963267948966 rad + pos: -19.5,44.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 39204 + - uid: 11483 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,6.5 + rot: -1.5707963267948966 rad + pos: -8.5,2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39205 + - uid: 11493 components: - type: Transform rot: 1.5707963267948966 rad - pos: -0.5,7.5 + pos: -98.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39633 + - uid: 11520 components: - type: Transform - pos: 84.5,-5.5 + rot: 1.5707963267948966 rad + pos: -18.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 39723 + color: '#0055CCFF' + - uid: 11526 components: - type: Transform rot: 1.5707963267948966 rad - pos: -12.5,53.5 + pos: -20.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 39724 + - uid: 11639 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,55.5 + rot: -1.5707963267948966 rad + pos: -49.5,78.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 39727 + color: '#990000FF' + - uid: 11830 components: - type: Transform rot: 1.5707963267948966 rad - pos: -14.5,49.5 + pos: 68.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 39728 + color: '#990000FF' + - uid: 11855 components: - type: Transform - pos: -11.5,49.5 + pos: -21.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 39754 + color: '#0055CCFF' + - uid: 11858 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 75.5,-21.5 + pos: -19.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 39759 + color: '#990000FF' + - uid: 11859 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 74.5,-21.5 + pos: -21.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 40003 + - uid: 11860 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,39.5 + pos: -21.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 40040 + color: '#0055CCFF' + - uid: 11867 components: - type: Transform rot: 1.5707963267948966 rad - pos: -38.5,35.5 + pos: 7.5,-36.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' -- proto: GasPipeBroken - entities: - - uid: 4695 + - uid: 11874 components: - type: Transform - rot: 3.141592653589793 rad - pos: 99.5,73.5 + rot: 1.5707963267948966 rad + pos: -26.5,67.5 parent: 2 - - uid: 33181 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 11877 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 70.5,51.5 + rot: 1.5707963267948966 rad + pos: -26.5,-44.5 parent: 2 - - uid: 33187 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 11964 components: - type: Transform rot: 1.5707963267948966 rad - pos: 84.5,48.5 + pos: 8.5,-36.5 parent: 2 - - uid: 33212 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 12063 components: - type: Transform rot: -1.5707963267948966 rad - pos: 62.5,63.5 + pos: -24.5,44.5 parent: 2 - - uid: 33213 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12093 components: - type: Transform rot: -1.5707963267948966 rad - pos: 60.5,62.5 + pos: 13.5,-14.5 parent: 2 - - uid: 33214 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 12099 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,62.5 + pos: 11.5,-19.5 parent: 2 - - uid: 33215 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12100 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 67.5,62.5 + pos: 10.5,-19.5 parent: 2 - - uid: 33222 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 12111 components: - type: Transform rot: 1.5707963267948966 rad - pos: 90.5,48.5 + pos: 22.5,-31.5 parent: 2 - - uid: 33226 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12128 components: - type: Transform - pos: 92.5,62.5 + pos: 10.5,-15.5 parent: 2 - - uid: 33227 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 12293 components: - type: Transform - pos: 93.5,58.5 + rot: -1.5707963267948966 rad + pos: 10.5,-16.5 parent: 2 - - uid: 33229 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12294 components: - type: Transform - pos: 93.5,53.5 + pos: 0.5,-24.5 parent: 2 - - uid: 33280 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 12300 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 93.5,9.5 + pos: 2.5,-22.5 parent: 2 - - uid: 33281 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12304 components: - type: Transform rot: -1.5707963267948966 rad - pos: 98.5,10.5 + pos: 13.5,-16.5 parent: 2 - - uid: 33286 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12307 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 101.5,9.5 + rot: 3.141592653589793 rad + pos: 2.5,-23.5 parent: 2 - - uid: 33287 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12313 components: - type: Transform - rot: 3.141592653589793 rad - pos: 101.5,12.5 + pos: 10.5,-16.5 parent: 2 - - uid: 36576 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 12332 components: - type: Transform rot: -1.5707963267948966 rad - pos: 68.5,81.5 + pos: 28.5,-16.5 parent: 2 - - uid: 36578 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12628 components: - type: Transform - pos: 77.5,83.5 + rot: 1.5707963267948966 rad + pos: 75.5,-3.5 parent: 2 - - uid: 36580 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12630 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 74.5,81.5 + pos: 71.5,-14.5 parent: 2 - - uid: 36587 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 12636 components: - type: Transform - pos: 69.5,83.5 + rot: 1.5707963267948966 rad + pos: -27.5,37.5 parent: 2 -- proto: GasPipeFourway - entities: - - uid: 883 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 12758 components: - type: Transform - pos: -2.5,63.5 + rot: 1.5707963267948966 rad + pos: -26.5,37.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 1452 + - uid: 12767 components: - type: Transform - pos: 16.5,16.5 + rot: -1.5707963267948966 rad + pos: 73.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#CCCCFFFF' - - uid: 1714 + color: '#0055CCFF' + - uid: 12838 components: - type: Transform - pos: 8.5,-6.5 + rot: 1.5707963267948966 rad + pos: 73.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4427 + color: '#990000FF' + - uid: 12843 components: - type: Transform - pos: 52.5,21.5 + rot: 1.5707963267948966 rad + pos: 72.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4433 + color: '#990000FF' + - uid: 12993 components: - type: Transform - pos: 54.5,18.5 + rot: 3.141592653589793 rad + pos: 47.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4608 + - uid: 12994 components: - type: Transform - pos: 8.5,-14.5 + rot: 1.5707963267948966 rad + pos: 45.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4701 + - uid: 12999 components: - type: Transform - pos: 11.5,-16.5 + rot: -1.5707963267948966 rad + pos: -26.5,64.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4813 + - uid: 13035 components: - type: Transform - pos: 19.5,-16.5 + rot: 1.5707963267948966 rad + pos: 7.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 6380 + color: '#0055CCFF' + - uid: 13036 components: - type: Transform - pos: -26.5,30.5 + pos: 8.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6517 + - uid: 13110 components: - type: Transform - pos: -28.5,28.5 + rot: -1.5707963267948966 rad + pos: 27.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 8863 + - uid: 13116 components: - type: Transform - pos: -55.5,24.5 + rot: -1.5707963267948966 rad + pos: -27.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9036 + color: '#990000FF' + - uid: 13128 components: - type: Transform - pos: -53.5,33.5 + rot: -1.5707963267948966 rad + pos: 30.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 9500 + - uid: 13138 components: - type: Transform - pos: -62.5,56.5 + rot: -1.5707963267948966 rad + pos: 3.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 10208 + color: '#990000FF' + - uid: 13149 components: - type: Transform - pos: -55.5,35.5 + rot: -1.5707963267948966 rad + pos: 4.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 10337 + color: '#990000FF' + - uid: 13151 components: - type: Transform - pos: -47.5,45.5 + rot: 1.5707963267948966 rad + pos: 5.5,82.5 parent: 2 - - uid: 11541 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 13240 components: - type: Transform - pos: 8.5,7.5 + rot: 1.5707963267948966 rad + pos: 44.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11596 + - uid: 13317 components: - type: Transform - pos: 10.5,5.5 + rot: -1.5707963267948966 rad + pos: 32.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 15633 + color: '#0055CCFF' + - uid: 13442 components: - type: Transform - pos: 31.5,5.5 + rot: -1.5707963267948966 rad + pos: -22.5,44.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15686 + - uid: 13456 components: - type: Transform - pos: -22.5,46.5 + rot: 1.5707963267948966 rad + pos: 4.5,-36.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16037 + - uid: 13673 components: - type: Transform - pos: 0.5,30.5 + rot: 1.5707963267948966 rad + pos: 2.5,-36.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17970 + - uid: 13793 components: - type: Transform - pos: -78.5,9.5 + pos: 34.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17971 + - uid: 13875 components: - type: Transform - pos: -77.5,7.5 + rot: -1.5707963267948966 rad + pos: -47.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 18217 + - uid: 13876 components: - type: Transform - pos: 0.5,60.5 + rot: -1.5707963267948966 rad + pos: -48.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19760 + color: '#990000FF' + - uid: 13877 components: - type: Transform - pos: -53.5,23.5 + rot: -1.5707963267948966 rad + pos: -46.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19961 + - uid: 14002 components: - type: Transform - pos: 8.5,-10.5 + rot: 1.5707963267948966 rad + pos: 18.5,44.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22824 + - uid: 14066 components: - type: Transform - pos: 19.5,42.5 + rot: -1.5707963267948966 rad + pos: -21.5,44.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23283 + - uid: 14192 components: - type: Transform - pos: -27.5,51.5 + pos: 17.5,57.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23341 + - uid: 14194 components: - type: Transform - pos: 17.5,43.5 + rot: -1.5707963267948966 rad + pos: -28.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23948 + color: '#990000FF' + - uid: 14274 components: - type: Transform - pos: -71.5,7.5 + pos: -44.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 23953 + color: '#0055CCFF' + - uid: 14379 components: - type: Transform - pos: -83.5,7.5 + rot: 3.141592653589793 rad + pos: -77.5,8.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24026 + - uid: 14607 components: - type: Transform - pos: -85.5,9.5 + rot: -1.5707963267948966 rad + pos: -29.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24047 + color: '#990000FF' + - uid: 14633 components: - type: Transform - pos: -73.5,9.5 + pos: -55.5,12.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24323 + - uid: 14892 components: - type: Transform - pos: -0.5,21.5 + rot: -1.5707963267948966 rad + pos: -49.5,66.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24720 + - uid: 14971 components: - type: Transform - pos: 2.5,-16.5 + rot: -1.5707963267948966 rad + pos: 31.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24731 + - uid: 14972 components: - type: Transform - pos: 0.5,-14.5 + rot: -1.5707963267948966 rad + pos: 32.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24853 + color: '#990000FF' + - uid: 15006 components: - type: Transform - pos: 0.5,2.5 + rot: -1.5707963267948966 rad + pos: -47.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24869 + color: '#990000FF' + - uid: 15023 components: - type: Transform - pos: 2.5,1.5 + rot: 1.5707963267948966 rad + pos: -47.5,70.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24909 + - uid: 15024 components: - type: Transform - pos: -11.5,2.5 + rot: -1.5707963267948966 rad + pos: -48.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24927 + color: '#990000FF' + - uid: 15119 components: - type: Transform - pos: -10.5,1.5 + rot: -1.5707963267948966 rad + pos: -49.5,63.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25437 + - uid: 15120 components: - type: Transform - pos: 39.5,46.5 + rot: 3.141592653589793 rad + pos: 52.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26069 + color: '#0055CCFF' + - uid: 15173 components: - type: Transform - pos: -13.5,41.5 + pos: 8.5,20.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26833 + - uid: 15473 components: - type: Transform - pos: -27.5,-14.5 + rot: -1.5707963267948966 rad + pos: -24.5,46.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26848 + - uid: 15475 components: - type: Transform - pos: -32.5,-16.5 + rot: -1.5707963267948966 rad + pos: -17.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26851 + color: '#0055CCFF' + - uid: 15483 components: - type: Transform - pos: 36.5,-16.5 + pos: -12.5,36.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26852 + - uid: 15516 components: - type: Transform - pos: 34.5,-14.5 + pos: -46.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26980 + color: '#990000FF' + - uid: 15557 components: - type: Transform - pos: -59.5,-14.5 + rot: 1.5707963267948966 rad + pos: 70.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26981 + color: '#990000FF' + - uid: 15607 components: - type: Transform - pos: -58.5,-16.5 + pos: -24.5,41.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 34384 - components: - - type: Transform - pos: -49.5,43.5 - parent: 2 - - uid: 34543 + - uid: 15625 components: - type: Transform - pos: -41.5,44.5 + rot: 3.141592653589793 rad + pos: -27.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#CC00CCFF' - - uid: 39169 + color: '#0055CCFF' + - uid: 15626 components: - type: Transform - pos: 10.5,-9.5 + rot: 3.141592653589793 rad + pos: -27.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 39630 + color: '#0055CCFF' + - uid: 15653 components: - type: Transform - pos: 84.5,-6.5 + rot: -1.5707963267948966 rad + pos: -18.5,44.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 39631 + - uid: 15662 components: - type: Transform - pos: 84.5,-7.5 + rot: 3.141592653589793 rad + pos: -12.5,38.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' -- proto: GasPipeStraight - entities: - - uid: 9 + - uid: 15676 components: - type: Transform - pos: -45.5,-25.5 + rot: 3.141592653589793 rad + pos: -12.5,47.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23 + - uid: 15684 components: - type: Transform - pos: 8.5,19.5 + pos: -22.5,45.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 70 + - uid: 15685 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-44.5 + rot: -1.5707963267948966 rad + pos: -25.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 93 + color: '#0055CCFF' + - uid: 15696 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,22.5 + rot: 3.141592653589793 rad + pos: -25.5,41.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 183 + - uid: 15701 components: - type: Transform - pos: 43.5,-30.5 + pos: 17.5,55.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 193 + - uid: 15702 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,11.5 + rot: 1.5707963267948966 rad + pos: -28.5,37.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 239 + - uid: 15710 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,14.5 + rot: -1.5707963267948966 rad + pos: -20.5,46.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 255 + - uid: 15713 components: - type: Transform - pos: 15.5,6.5 + rot: 3.141592653589793 rad + pos: -27.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 350 + color: '#0055CCFF' + - uid: 15810 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,18.5 + rot: -1.5707963267948966 rad + pos: -15.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 434 + color: '#0055CCFF' + - uid: 15866 components: - type: Transform rot: -1.5707963267948966 rad - pos: -88.5,-5.5 + pos: -37.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 436 + color: '#0055CCFF' + - uid: 15867 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-35.5 + rot: 1.5707963267948966 rad + pos: -94.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 552 + - uid: 15873 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,16.5 + rot: 1.5707963267948966 rad + pos: -29.5,37.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 584 + - uid: 15874 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,30.5 + rot: 1.5707963267948966 rad + pos: 71.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 654 + - uid: 15881 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,15.5 + rot: 1.5707963267948966 rad + pos: -94.5,22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 707 + - uid: 15883 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-5.5 + rot: 1.5707963267948966 rad + pos: 77.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 738 + - uid: 15888 + components: + - type: Transform + pos: -46.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15900 components: - type: Transform rot: 1.5707963267948966 rad - pos: 20.5,56.5 + pos: -97.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 760 + - uid: 15902 components: - type: Transform - pos: -19.5,-23.5 + rot: -1.5707963267948966 rad + pos: -15.5,44.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 793 + - uid: 15904 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,33.5 + pos: -21.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 806 + - uid: 15905 components: - type: Transform rot: 1.5707963267948966 rad - pos: -20.5,-44.5 + pos: -98.5,22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 830 + - uid: 15912 + components: + - type: Transform + pos: -46.5,68.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15921 components: - type: Transform rot: -1.5707963267948966 rad - pos: 9.5,-14.5 + pos: -21.5,46.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 860 + - uid: 15939 components: - type: Transform - pos: 73.5,28.5 + rot: 1.5707963267948966 rad + pos: -57.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 875 + - uid: 15942 components: - type: Transform - pos: 31.5,11.5 + rot: 1.5707963267948966 rad + pos: -97.5,22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 879 + - uid: 15976 + components: + - type: Transform + pos: -22.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 15977 components: - type: Transform rot: -1.5707963267948966 rad - pos: 13.5,20.5 + pos: -38.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 963 + - uid: 15979 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,15.5 + pos: -20.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1003 + color: '#990000FF' + - uid: 15991 components: - type: Transform rot: 1.5707963267948966 rad - pos: 10.5,15.5 + pos: 1.5,-36.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 1004 + - uid: 16003 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,15.5 + pos: -46.5,67.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1089 + color: '#990000FF' + - uid: 16083 components: - type: Transform rot: 3.141592653589793 rad - pos: 52.5,16.5 + pos: 2.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1109 + color: '#990000FF' + - uid: 16101 components: - type: Transform - pos: -21.5,-24.5 + rot: 1.5707963267948966 rad + pos: 3.5,-36.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 1160 + - uid: 16162 components: - type: Transform - pos: 17.5,54.5 + rot: -1.5707963267948966 rad + pos: -19.5,46.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 1207 + - uid: 16163 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,33.5 + rot: -1.5707963267948966 rad + pos: -26.5,46.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 1209 + - uid: 16167 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,33.5 + pos: -22.5,44.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 1211 + - uid: 16176 components: - type: Transform rot: -1.5707963267948966 rad - pos: 82.5,26.5 + pos: -26.5,47.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 1242 + - uid: 16177 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,15.5 + rot: 1.5707963267948966 rad + pos: -28.5,51.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 1248 + - uid: 16178 components: - type: Transform - pos: 73.5,27.5 + rot: -1.5707963267948966 rad + pos: -27.5,47.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 1249 + - uid: 16179 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 16248 components: - type: Transform rot: -1.5707963267948966 rad - pos: 75.5,27.5 + pos: -40.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1252 + color: '#990000FF' + - uid: 16302 components: - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,23.5 + rot: 1.5707963267948966 rad + pos: -41.5,59.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 1284 + - uid: 16336 components: - type: Transform rot: 1.5707963267948966 rad - pos: 15.5,16.5 + pos: -29.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#CCCCFFFF' - - uid: 1299 + color: '#0055CCFF' + - uid: 16339 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,1.5 + rot: 1.5707963267948966 rad + pos: 69.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 1306 + - uid: 16357 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,2.5 + pos: -46.5,65.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 1308 + - uid: 16358 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,3.5 + pos: -46.5,59.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 1309 + - uid: 16413 components: - type: Transform - pos: 28.5,-13.5 + pos: -13.5,37.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 1313 + - uid: 16454 components: - type: Transform rot: 3.141592653589793 rad - pos: 25.5,1.5 + pos: -13.5,45.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 1342 + - uid: 16514 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,16.5 + rot: -1.5707963267948966 rad + pos: 20.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#CCCCFFFF' - - uid: 1366 + color: '#990000FF' + - uid: 16516 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,12.5 + rot: -1.5707963267948966 rad + pos: 20.5,50.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 1381 + - uid: 16527 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,20.5 + rot: 3.141592653589793 rad + pos: 80.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 1382 + - uid: 16544 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,20.5 + rot: 3.141592653589793 rad + pos: -25.5,43.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 1447 + - uid: 16545 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,15.5 + rot: 3.141592653589793 rad + pos: 34.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#CCCCFFFF' - - uid: 1448 + color: '#0055CCFF' + - uid: 16581 components: - type: Transform - pos: 14.5,17.5 + pos: -44.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#CCCCFFFF' - - uid: 1449 + color: '#990000FF' + - uid: 16592 components: - type: Transform rot: 3.141592653589793 rad - pos: 16.5,17.5 + pos: -77.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#CCCCFFFF' - - uid: 1451 + color: '#990000FF' + - uid: 16600 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,15.5 + pos: -14.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#CCCCFFFF' - - uid: 1462 + color: '#990000FF' + - uid: 16602 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,23.5 + rot: 3.141592653589793 rad + pos: 80.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 1483 + - uid: 16611 components: - type: Transform - pos: -37.5,-28.5 + rot: 3.141592653589793 rad + pos: 34.5,47.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 1499 + - uid: 16612 components: - type: Transform rot: 1.5707963267948966 rad - pos: -61.5,-14.5 + pos: -26.5,58.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 1500 + - uid: 16621 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,-14.5 + rot: -1.5707963267948966 rad + pos: -66.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1539 + color: '#990000FF' + - uid: 16622 components: - type: Transform rot: -1.5707963267948966 rad - pos: -47.5,35.5 + pos: -65.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1553 + color: '#990000FF' + - uid: 16636 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-9.5 + pos: -44.5,39.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 1569 + - uid: 16844 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,18.5 + rot: -1.5707963267948966 rad + pos: 6.5,-14.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 16953 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 1747 + - uid: 16954 components: - type: Transform - pos: 10.5,-18.5 + rot: 1.5707963267948966 rad + pos: -41.5,46.5 + parent: 2 + - uid: 16957 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,30.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 1764 + - uid: 16959 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,20.5 + pos: -55.5,20.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 1772 + - uid: 16961 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-14.5 + pos: 22.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 1823 + color: '#990000FF' + - uid: 16965 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,9.5 + pos: -53.5,14.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 16969 + components: + - type: Transform + pos: -55.5,29.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 1826 + - uid: 16979 components: - type: Transform rot: 3.141592653589793 rad - pos: 8.5,13.5 + pos: -46.5,37.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 2047 + - uid: 16981 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-43.5 + rot: -1.5707963267948966 rad + pos: -61.5,30.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 2053 + - uid: 16992 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,42.5 + pos: -53.5,35.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 2054 + - uid: 16994 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,20.5 + pos: -53.5,37.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 2067 + - uid: 17113 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,43.5 + pos: -36.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 2146 + - uid: 17125 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-27.5 + rot: 1.5707963267948966 rad + pos: -21.5,2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 2181 + - uid: 17228 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,19.5 + rot: 1.5707963267948966 rad + pos: -34.5,22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 2187 + - uid: 17229 components: - type: Transform - pos: -37.5,17.5 + pos: -37.5,18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 2222 + - uid: 17534 components: - type: Transform rot: 3.141592653589793 rad - pos: -22.5,31.5 + pos: 10.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2223 + color: '#990000FF' + - uid: 17579 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,33.5 + rot: 1.5707963267948966 rad + pos: -41.5,60.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 2226 + - uid: 17597 components: - type: Transform rot: 3.141592653589793 rad - pos: -20.5,30.5 + pos: 34.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 2238 + color: '#0055CCFF' + - uid: 17655 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,22.5 + rot: -1.5707963267948966 rad + pos: -10.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2248 + color: '#990000FF' + - uid: 17656 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,20.5 + pos: -19.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 2257 + - uid: 17688 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,50.5 + pos: -21.5,-23.5 parent: 2 - - uid: 2290 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 17691 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,14.5 + pos: -19.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 2297 + - uid: 17712 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,-6.5 + pos: -36.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 2300 + - uid: 17715 components: - type: Transform rot: -1.5707963267948966 rad - pos: -52.5,33.5 + pos: 22.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 2324 + color: '#0055CCFF' + - uid: 17739 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,13.5 + pos: 10.5,14.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 2356 + - uid: 17744 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,24.5 + pos: -37.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 2365 + color: '#0055CCFF' + - uid: 17745 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-44.5 + pos: -37.5,-19.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 17746 + components: + - type: Transform + pos: -36.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 2366 + - uid: 17800 components: - type: Transform rot: -1.5707963267948966 rad - pos: -60.5,28.5 + pos: 31.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 2377 + color: '#0055CCFF' + - uid: 17809 components: - type: Transform rot: -1.5707963267948966 rad - pos: -86.5,-5.5 + pos: 30.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 2398 + color: '#0055CCFF' + - uid: 17831 components: - type: Transform rot: -1.5707963267948966 rad - pos: -85.5,-5.5 + pos: 29.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 2453 + color: '#0055CCFF' + - uid: 17832 components: - type: Transform rot: -1.5707963267948966 rad - pos: -89.5,-5.5 + pos: 28.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 2456 + color: '#0055CCFF' + - uid: 17833 components: - type: Transform - pos: -32.5,27.5 + rot: 3.141592653589793 rad + pos: -77.5,10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 2465 + - uid: 17835 components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.5,24.5 + pos: -53.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 2472 + - uid: 17847 components: - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,22.5 + rot: -1.5707963267948966 rad + pos: -39.5,17.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 2530 - components: - - type: Transform - pos: 44.5,48.5 - parent: 2 - - uid: 2531 - components: - - type: Transform - pos: 40.5,48.5 - parent: 2 - - uid: 2535 + - uid: 17857 components: - type: Transform - pos: 41.5,48.5 + rot: -1.5707963267948966 rad + pos: 27.5,-30.5 parent: 2 - - uid: 2538 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 17871 components: - type: Transform - pos: 43.5,48.5 + rot: -1.5707963267948966 rad + pos: 25.5,-30.5 parent: 2 - - uid: 2582 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 17886 components: - type: Transform rot: 3.141592653589793 rad - pos: -22.5,32.5 + pos: -38.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 2584 + - uid: 17897 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,29.5 + rot: -1.5707963267948966 rad + pos: -55.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 2661 + color: '#0055CCFF' + - uid: 17900 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,48.5 + rot: 1.5707963267948966 rad + pos: -25.5,58.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 2707 + - uid: 17902 components: - type: Transform rot: -1.5707963267948966 rad - pos: 30.5,24.5 + pos: -30.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 2762 + - uid: 17913 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,28.5 + rot: -1.5707963267948966 rad + pos: -31.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 2824 + - uid: 17957 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,42.5 + rot: -1.5707963267948966 rad + pos: 24.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 2845 + color: '#0055CCFF' + - uid: 17975 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,44.5 + rot: -1.5707963267948966 rad + pos: 35.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2851 + color: '#990000FF' + - uid: 17978 components: - type: Transform rot: 3.141592653589793 rad - pos: -37.5,29.5 + pos: -78.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 2906 + color: '#0055CCFF' + - uid: 17979 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,17.5 + rot: 1.5707963267948966 rad + pos: -23.5,57.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 2916 + - uid: 18017 components: - type: Transform rot: -1.5707963267948966 rad - pos: -56.5,-27.5 + pos: 34.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 2964 + color: '#990000FF' + - uid: 18033 components: - type: Transform - pos: -36.5,-28.5 + rot: -1.5707963267948966 rad + pos: 33.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 3140 + - uid: 18034 components: - type: Transform - pos: 15.5,-17.5 + pos: 0.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 3141 + color: '#0055CCFF' + - uid: 18037 components: - type: Transform - pos: 14.5,-15.5 + pos: -37.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 3177 + - uid: 18091 components: - type: Transform rot: 1.5707963267948966 rad - pos: 3.5,-38.5 + pos: -23.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,54.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 3188 + - uid: 18122 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,-38.5 + rot: -1.5707963267948966 rad + pos: -41.5,54.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 3190 + - uid: 18136 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-38.5 + pos: 2.5,48.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 3191 + - uid: 18142 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-38.5 + pos: 2.5,63.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 3264 + - uid: 18144 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,17.5 + pos: 0.5,55.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 3294 + - uid: 18165 components: - type: Transform - pos: 15.5,-19.5 + rot: -1.5707963267948966 rad + pos: -48.5,33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 3296 + - uid: 18166 components: - type: Transform - pos: 15.5,-20.5 + rot: -1.5707963267948966 rad + pos: 32.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 3298 + - uid: 18177 components: - type: Transform - pos: 15.5,-21.5 + rot: 1.5707963267948966 rad + pos: -62.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 3302 + color: '#0055CCFF' + - uid: 18210 components: - type: Transform - pos: 14.5,-16.5 + pos: -46.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 3401 + color: '#990000FF' + - uid: 18218 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,18.5 + pos: -46.5,57.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 3402 + - uid: 18232 components: - type: Transform rot: -1.5707963267948966 rad - pos: 33.5,-30.5 + pos: -36.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 3510 + color: '#990000FF' + - uid: 18256 components: - type: Transform - pos: 8.5,-4.5 + pos: -36.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 3531 + color: '#990000FF' + - uid: 18279 components: - type: Transform - rot: 3.141592653589793 rad - pos: 85.5,20.5 + rot: -1.5707963267948966 rad + pos: 31.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 3543 + - uid: 18314 components: - type: Transform - rot: 3.141592653589793 rad - pos: 85.5,19.5 + rot: -1.5707963267948966 rad + pos: -43.5,62.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 3610 + - uid: 18315 components: - type: Transform rot: -1.5707963267948966 rad - pos: 84.5,27.5 + pos: -44.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 3632 + color: '#990000FF' + - uid: 18326 components: - type: Transform rot: -1.5707963267948966 rad - pos: 76.5,27.5 + pos: 30.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 3652 + color: '#990000FF' + - uid: 18348 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-16.5 + pos: -37.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 3678 + color: '#0055CCFF' + - uid: 18349 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,32.5 + rot: 1.5707963267948966 rad + pos: -45.5,62.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 3735 + - uid: 18351 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,40.5 + pos: -36.5,-30.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 3932 + - uid: 18359 components: - type: Transform - pos: -25.5,38.5 + rot: 3.141592653589793 rad + pos: 35.5,44.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 3962 + - uid: 18368 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,18.5 + pos: -59.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 3983 + - uid: 18370 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-1.5 + rot: -1.5707963267948966 rad + pos: 29.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 3989 + - uid: 18376 components: - type: Transform rot: -1.5707963267948966 rad - pos: 77.5,27.5 + pos: 28.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18383 + components: + - type: Transform + pos: -3.5,83.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 3991 + - uid: 18388 components: - type: Transform rot: -1.5707963267948966 rad - pos: 74.5,26.5 + pos: -63.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 4014 + color: '#88AAFFFF' + - uid: 18403 components: - type: Transform rot: -1.5707963267948966 rad - pos: 75.5,26.5 + pos: -61.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 4017 + color: '#88AAFFFF' + - uid: 18514 components: - type: Transform rot: -1.5707963267948966 rad - pos: 76.5,26.5 + pos: 27.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4018 + - uid: 18562 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 77.5,26.5 + rot: 3.141592653589793 rad + pos: 34.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 4030 + color: '#0055CCFF' + - uid: 18566 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 78.5,26.5 + rot: 1.5707963267948966 rad + pos: -45.5,46.5 + parent: 2 + - uid: 18781 + components: + - type: Transform + pos: 29.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4036 + - uid: 18920 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,49.5 + rot: 1.5707963267948966 rad + pos: 22.5,56.5 parent: 2 - - uid: 4040 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 18932 components: - type: Transform - pos: -53.5,19.5 + rot: 1.5707963267948966 rad + pos: 24.5,54.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4053 + - uid: 18951 components: - type: Transform - pos: -53.5,20.5 + rot: -1.5707963267948966 rad + pos: -44.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4054 + - uid: 18953 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,52.5 + rot: -1.5707963267948966 rad + pos: 26.5,-31.5 parent: 2 - - uid: 4055 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 19107 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,51.5 + rot: -1.5707963267948966 rad + pos: 80.5,40.5 parent: 2 - - uid: 4062 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19182 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 79.5,26.5 + rot: 1.5707963267948966 rad + pos: -33.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 4086 + color: '#0055CCFF' + - uid: 19183 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 80.5,26.5 + rot: 1.5707963267948966 rad + pos: -36.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 4090 + color: '#0055CCFF' + - uid: 19189 components: - type: Transform rot: 3.141592653589793 rad - pos: 86.5,20.5 + pos: -38.5,18.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4091 + - uid: 19190 components: - type: Transform rot: 3.141592653589793 rad - pos: 86.5,19.5 + pos: -38.5,19.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4092 + - uid: 19226 components: - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,22.5 + rot: -1.5707963267948966 rad + pos: 22.5,50.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4094 + - uid: 19282 components: - type: Transform - rot: 3.141592653589793 rad - pos: 85.5,25.5 + rot: 1.5707963267948966 rad + pos: 20.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 4095 + color: '#CCCCFFFF' + - uid: 19306 components: - type: Transform rot: 3.141592653589793 rad - pos: 85.5,24.5 + pos: -38.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 4129 + color: '#0055CCFF' + - uid: 19314 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,12.5 + rot: -1.5707963267948966 rad + pos: -31.5,54.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4136 + - uid: 19315 components: - type: Transform - rot: 3.141592653589793 rad - pos: 85.5,21.5 + rot: -1.5707963267948966 rad + pos: -30.5,54.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4138 + - uid: 19319 components: - type: Transform - rot: 3.141592653589793 rad - pos: 85.5,22.5 + rot: -1.5707963267948966 rad + pos: 25.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4155 + - uid: 19324 components: - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,23.5 + rot: -1.5707963267948966 rad + pos: 23.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4156 + color: '#990000FF' + - uid: 19328 components: - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,21.5 + rot: -1.5707963267948966 rad + pos: -34.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4244 + color: '#990000FF' + - uid: 19333 components: - type: Transform rot: -1.5707963267948966 rad - pos: 83.5,26.5 + pos: -32.5,54.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4247 + - uid: 19335 components: - type: Transform rot: -1.5707963267948966 rad - pos: 84.5,26.5 + pos: -40.5,54.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4264 + - uid: 19349 components: - type: Transform rot: -1.5707963267948966 rad - pos: 85.5,27.5 + pos: -42.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4272 + - uid: 19386 components: - type: Transform rot: -1.5707963267948966 rad - pos: -87.5,-5.5 + pos: -47.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 4280 + color: '#0055CCFF' + - uid: 19396 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,-5.5 + rot: 1.5707963267948966 rad + pos: -26.5,78.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 4283 + color: '#0055CCFF' + - uid: 19398 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,-4.5 + rot: -1.5707963267948966 rad + pos: 23.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 4286 + color: '#0055CCFF' + - uid: 19420 components: - type: Transform - rot: 3.141592653589793 rad - pos: -87.5,23.5 + rot: -1.5707963267948966 rad + pos: 24.5,50.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4312 + - uid: 19422 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,33.5 + rot: -1.5707963267948966 rad + pos: 18.5,50.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4403 + - uid: 19460 components: - type: Transform rot: 1.5707963267948966 rad - pos: 66.5,32.5 + pos: -96.5,22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4404 + - uid: 19462 components: - type: Transform rot: 1.5707963267948966 rad - pos: 67.5,32.5 + pos: -96.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4405 + - uid: 19518 components: - type: Transform rot: 1.5707963267948966 rad - pos: 68.5,32.5 + pos: -37.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 4406 + color: '#0055CCFF' + - uid: 19536 components: - type: Transform rot: 1.5707963267948966 rad - pos: 69.5,32.5 + pos: -33.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19577 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,54.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4415 + - uid: 19821 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,22.5 + rot: -1.5707963267948966 rad + pos: 19.5,50.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4416 + - uid: 19935 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,23.5 + rot: -1.5707963267948966 rad + pos: -35.5,19.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4417 + - uid: 19938 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,22.5 + rot: 1.5707963267948966 rad + pos: 23.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19943 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,64.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4424 + - uid: 19953 components: - type: Transform rot: 1.5707963267948966 rad - pos: -60.5,-16.5 + pos: 23.5,42.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4429 + - uid: 19964 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,20.5 + pos: -71.5,2.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4431 + - uid: 19975 components: - type: Transform rot: 1.5707963267948966 rad - pos: 55.5,21.5 + pos: -96.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4434 + - uid: 19979 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,19.5 + pos: -85.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 4435 + color: '#0055CCFF' + - uid: 20162 components: - type: Transform - rot: 3.141592653589793 rad - pos: 54.5,21.5 + pos: -39.5,39.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4436 + - uid: 20171 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,-44.5 + pos: -39.5,59.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4464 + - uid: 20196 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,32.5 + rot: 3.141592653589793 rad + pos: -38.5,60.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4465 + - uid: 20197 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,32.5 + rot: 3.141592653589793 rad + pos: -38.5,61.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4499 + - uid: 20207 components: - type: Transform - pos: 2.5,-2.5 + rot: -1.5707963267948966 rad + pos: -34.5,19.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4507 + - uid: 20270 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,32.5 + rot: 3.141592653589793 rad + pos: 29.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 4543 + color: '#0055CCFF' + - uid: 20282 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,27.5 + pos: 29.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4678 + - uid: 20292 components: - type: Transform - pos: 15.5,-18.5 + rot: 3.141592653589793 rad + pos: 29.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 4693 + color: '#0055CCFF' + - uid: 20382 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 81.5,26.5 + pos: 46.5,22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4698 + - uid: 20401 components: - type: Transform - pos: 21.5,-15.5 + pos: 46.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4702 + color: '#990000FF' + - uid: 20500 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,-16.5 + rot: 1.5707963267948966 rad + pos: 45.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4704 + - uid: 20509 components: - type: Transform - pos: 19.5,-17.5 + pos: 43.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 4711 + color: '#0055CCFF' + - uid: 20513 components: - type: Transform - pos: 14.5,-17.5 + rot: 1.5707963267948966 rad + pos: 44.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4714 + - uid: 20520 components: - type: Transform rot: 1.5707963267948966 rad - pos: 6.5,-36.5 + pos: -68.5,30.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4716 + - uid: 20521 components: - type: Transform - pos: 14.5,-18.5 + rot: 1.5707963267948966 rad + pos: -66.5,30.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4718 + - uid: 20522 components: - type: Transform rot: 1.5707963267948966 rad - pos: 64.5,33.5 + pos: -67.5,30.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4721 + - uid: 20562 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 98.5,74.5 + pos: -19.5,-25.5 parent: 2 - - uid: 4753 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 20695 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,33.5 + rot: -1.5707963267948966 rad + pos: 21.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4754 + color: '#990000FF' + - uid: 20740 components: - type: Transform rot: 1.5707963267948966 rad - pos: 67.5,33.5 + pos: 17.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4756 + color: '#990000FF' + - uid: 20900 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,33.5 + rot: 3.141592653589793 rad + pos: 8.5,14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4800 + - uid: 20998 components: - type: Transform - pos: 14.5,-19.5 + rot: -1.5707963267948966 rad + pos: -34.5,55.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4801 + - uid: 21004 components: - type: Transform rot: 1.5707963267948966 rad - pos: 60.5,32.5 + pos: -33.5,64.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4811 + - uid: 21010 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-38.5 + pos: 8.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 4815 + color: '#0055CCFF' + - uid: 21046 components: - type: Transform - pos: 21.5,-17.5 + rot: -1.5707963267948966 rad + pos: -33.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4825 + color: '#990000FF' + - uid: 21047 components: - type: Transform rot: 1.5707963267948966 rad - pos: 7.5,-38.5 + pos: 19.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 4842 + color: '#0055CCFF' + - uid: 21089 components: - type: Transform - rot: 3.141592653589793 rad - pos: 85.5,23.5 + rot: -1.5707963267948966 rad + pos: -33.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4843 + - uid: 21093 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,32.5 + rot: 3.141592653589793 rad + pos: -34.5,29.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4847 + - uid: 21100 components: - type: Transform rot: -1.5707963267948966 rad - pos: -98.5,-6.5 + pos: -49.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4869 + color: '#990000FF' + - uid: 21102 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,-6.5 + rot: 3.141592653589793 rad + pos: -44.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4876 + color: '#990000FF' + - uid: 21108 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,-6.5 + rot: 1.5707963267948966 rad + pos: -34.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4877 + color: '#990000FF' + - uid: 21141 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,-8.5 + rot: 1.5707963267948966 rad + pos: 22.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 4880 + color: '#0055CCFF' + - uid: 21213 components: - type: Transform rot: -1.5707963267948966 rad - pos: -97.5,-8.5 + pos: -33.5,19.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4895 + - uid: 21214 components: - type: Transform - pos: 14.5,-20.5 + rot: 1.5707963267948966 rad + pos: -35.5,22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4901 + - uid: 21232 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 82.5,27.5 + pos: -26.5,31.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4902 + - uid: 21234 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 83.5,27.5 + rot: 1.5707963267948966 rad + pos: -36.5,30.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4903 + - uid: 21238 components: - type: Transform rot: 1.5707963267948966 rad - pos: 63.5,32.5 + pos: -27.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4906 + - uid: 21239 components: - type: Transform rot: 1.5707963267948966 rad - pos: 62.5,32.5 + pos: -30.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 4915 + color: '#0055CCFF' + - uid: 21248 components: - type: Transform rot: 3.141592653589793 rad - pos: 86.5,25.5 + pos: -27.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4917 + - uid: 21256 components: - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,24.5 + pos: -38.5,28.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4918 + - uid: 21263 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,32.5 + rot: -1.5707963267948966 rad + pos: -38.5,40.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4920 + - uid: 21267 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,32.5 + pos: -38.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 4955 + color: '#0055CCFF' + - uid: 21283 components: - type: Transform - pos: 72.5,-13.5 + rot: -1.5707963267948966 rad + pos: -39.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4956 + - uid: 21465 components: - type: Transform - pos: 72.5,-15.5 + rot: 3.141592653589793 rad + pos: 10.5,9.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 4957 + - uid: 21696 components: - type: Transform - pos: 72.5,-14.5 + rot: 1.5707963267948966 rad + pos: -35.5,64.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 5048 + - uid: 21780 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,43.5 + rot: 1.5707963267948966 rad + pos: -24.5,58.5 parent: 2 - - uid: 5119 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 21781 components: - type: Transform rot: 1.5707963267948966 rad - pos: -24.5,-42.5 + pos: -24.5,57.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5245 + color: '#990000FF' + - uid: 21846 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,42.5 + pos: 22.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5255 + color: '#990000FF' + - uid: 21848 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,46.5 + pos: 22.5,-21.5 parent: 2 - - uid: 5294 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 21852 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,31.5 + pos: 22.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 5346 + - uid: 22094 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,49.5 + rot: -1.5707963267948966 rad + pos: -90.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5378 + color: '#990000FF' + - uid: 22170 components: - type: Transform rot: 1.5707963267948966 rad - pos: 66.5,33.5 + pos: -73.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5379 + color: '#FF5555FF' + - uid: 22171 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,33.5 + rot: 3.141592653589793 rad + pos: -56.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5381 + color: '#947507FF' + - uid: 22173 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,33.5 + pos: -72.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 5383 + color: '#947507FF' + - uid: 22335 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,33.5 + rot: -1.5707963267948966 rad + pos: 1.5,60.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 5515 + - uid: 22336 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,30.5 + rot: -1.5707963267948966 rad + pos: 2.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 5535 + color: '#0055CCFF' + - uid: 22337 components: - type: Transform rot: -1.5707963267948966 rad - pos: -90.5,-4.5 + pos: 3.5,60.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 5539 + - uid: 22342 components: - type: Transform - pos: 41.5,50.5 + rot: -1.5707963267948966 rad + pos: 3.5,61.5 parent: 2 - - uid: 5544 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 22401 components: - type: Transform - pos: 41.5,49.5 + rot: 1.5707963267948966 rad + pos: -37.5,64.5 parent: 2 - - uid: 5546 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 22461 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -91.5,-4.5 + pos: -44.5,13.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 5550 + - uid: 22464 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -92.5,-4.5 + rot: 1.5707963267948966 rad + pos: -34.5,65.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 5551 + - uid: 22472 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,51.5 + rot: -1.5707963267948966 rad + pos: -62.5,46.5 parent: 2 - - uid: 5556 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 22523 components: - type: Transform - rot: 3.141592653589793 rad - pos: 44.5,52.5 + rot: 1.5707963267948966 rad + pos: -62.5,42.5 parent: 2 - - uid: 5557 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 22563 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,-4.5 + rot: 1.5707963267948966 rad + pos: -35.5,65.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 5558 + - uid: 22607 components: - type: Transform rot: 3.141592653589793 rad - pos: 44.5,50.5 + pos: -27.5,43.5 parent: 2 - - uid: 5559 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 22645 components: - type: Transform rot: 3.141592653589793 rad - pos: 44.5,49.5 + pos: -25.5,42.5 parent: 2 - - uid: 5573 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 22647 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,-4.5 + pos: 43.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 5645 + - uid: 22689 components: - type: Transform - pos: 43.5,49.5 + rot: -1.5707963267948966 rad + pos: 1.5,40.5 parent: 2 - - uid: 5647 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 22699 components: - type: Transform - pos: 43.5,50.5 + rot: 3.141592653589793 rad + pos: -53.5,21.5 parent: 2 - - uid: 5648 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 22700 components: - type: Transform - pos: 41.5,51.5 + pos: -57.5,52.5 parent: 2 - - uid: 5654 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 22722 components: - type: Transform - pos: 41.5,52.5 + rot: 1.5707963267948966 rad + pos: -37.5,65.5 parent: 2 - - uid: 5656 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 22735 components: - type: Transform - pos: 43.5,52.5 + rot: -1.5707963267948966 rad + pos: -51.5,33.5 parent: 2 - - uid: 5659 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 22773 components: - type: Transform - pos: 43.5,51.5 + rot: -1.5707963267948966 rad + pos: 14.5,7.5 parent: 2 - - uid: 5663 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 22807 components: - type: Transform - pos: -46.5,-29.5 + rot: 3.141592653589793 rad + pos: 30.5,3.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 5737 + - uid: 22816 components: - type: Transform - pos: 19.5,55.5 + pos: 28.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 5915 + color: '#0055CCFF' + - uid: 22825 components: - type: Transform - pos: 19.5,-18.5 + rot: -1.5707963267948966 rad + pos: -40.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 5916 + color: '#0055CCFF' + - uid: 22864 components: - type: Transform - pos: 19.5,56.5 + rot: 1.5707963267948966 rad + pos: -18.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 5938 + - uid: 22894 components: - type: Transform - pos: 21.5,-16.5 + rot: -1.5707963267948966 rad + pos: 36.5,49.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 5939 + - uid: 22895 components: - type: Transform - pos: 21.5,-18.5 + rot: -1.5707963267948966 rad + pos: 37.5,49.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 5980 + - uid: 22896 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,46.5 + pos: 38.5,48.5 parent: 2 - - uid: 6088 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 22901 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,42.5 + rot: -1.5707963267948966 rad + pos: -38.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 6107 + - uid: 22939 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-1.5 + rot: 1.5707963267948966 rad + pos: -38.5,65.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6109 + - uid: 23012 components: - type: Transform rot: 3.141592653589793 rad - pos: 86.5,26.5 + pos: -51.5,48.5 + parent: 2 + - uid: 23087 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6115 + color: '#990000FF' + - uid: 23091 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 81.5,27.5 + rot: 1.5707963267948966 rad + pos: -43.5,5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6151 + - uid: 23101 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,40.5 + pos: 29.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 6216 + - uid: 23155 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -89.5,-4.5 + rot: 1.5707963267948966 rad + pos: -43.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6217 + color: '#990000FF' + - uid: 23172 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,-4.5 + rot: 1.5707963267948966 rad + pos: -44.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6218 + color: '#990000FF' + - uid: 23188 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,-4.5 + pos: -71.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6219 + color: '#FF5555FF' + - uid: 23205 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,-4.5 + rot: 3.141592653589793 rad + pos: -36.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6220 + color: '#990000FF' + - uid: 23217 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,-5.5 + pos: -71.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 6221 + color: '#FF5555FF' + - uid: 23228 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -91.5,-5.5 + pos: -53.5,38.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 6222 + - uid: 23233 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -92.5,-5.5 + rot: 1.5707963267948966 rad + pos: 21.5,42.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 6292 + - uid: 23237 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,46.5 + pos: 65.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 6325 + color: '#0055CCFF' + - uid: 23238 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,31.5 + pos: 65.5,23.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6326 + - uid: 23239 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,33.5 + pos: 65.5,22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6330 + - uid: 23255 components: - type: Transform - pos: -17.5,32.5 + pos: -71.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 6355 + color: '#FF5555FF' + - uid: 23288 components: - type: Transform rot: 1.5707963267948966 rad - pos: -25.5,-42.5 + pos: -44.5,5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6378 + - uid: 23293 components: - type: Transform - pos: -17.5,30.5 + rot: -1.5707963267948966 rad + pos: 21.5,49.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 6394 + - uid: 23369 components: - type: Transform - pos: 74.5,32.5 + rot: 3.141592653589793 rad + pos: 0.5,73.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6398 + - uid: 23422 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 79.5,27.5 + rot: 3.141592653589793 rad + pos: -27.5,50.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6399 + - uid: 23518 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 78.5,27.5 + rot: 1.5707963267948966 rad + pos: -25.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6400 + color: '#990000FF' + - uid: 23681 components: - type: Transform - pos: -46.5,-27.5 + rot: 3.141592653589793 rad + pos: 2.5,73.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6401 + color: '#990000FF' + - uid: 23693 components: - type: Transform rot: -1.5707963267948966 rad - pos: 80.5,27.5 + pos: -20.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6402 + color: '#990000FF' + - uid: 23702 components: - type: Transform - pos: 74.5,31.5 + pos: -72.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6403 + color: '#947507FF' + - uid: 23711 components: - type: Transform - pos: 73.5,29.5 + pos: -72.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 6555 + color: '#947507FF' + - uid: 23712 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,45.5 + pos: -72.5,48.5 parent: 2 - type: AtmosPipeColor color: '#947507FF' - - uid: 6556 + - uid: 23713 components: - type: Transform - pos: -41.5,45.5 + rot: -1.5707963267948966 rad + pos: -61.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#CC00CCFF' - - uid: 6736 + color: '#FF5555FF' + - uid: 23718 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-40.5 + pos: -71.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6738 + color: '#FF5555FF' + - uid: 23720 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-38.5 + rot: 1.5707963267948966 rad + pos: -38.5,46.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6743 + - uid: 23746 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-41.5 + pos: -36.5,27.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 6744 + - uid: 23765 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-42.5 + rot: -1.5707963267948966 rad + pos: -60.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 6750 + color: '#FF5555FF' + - uid: 23777 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-43.5 + rot: 1.5707963267948966 rad + pos: -17.5,-43.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 6751 + color: '#0055CCFF' + - uid: 23784 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-44.5 + rot: -1.5707963267948966 rad + pos: -45.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 6752 + color: '#0055CCFF' + - uid: 23786 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,-44.5 + rot: -1.5707963267948966 rad + pos: -62.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 6756 + color: '#FF5555FF' + - uid: 23801 components: - type: Transform rot: 3.141592653589793 rad - pos: -19.5,-39.5 + pos: -21.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 6757 + color: '#0055CCFF' + - uid: 23802 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-38.5 + rot: 1.5707963267948966 rad + pos: -43.5,46.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6758 + - uid: 23812 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-39.5 + rot: 1.5707963267948966 rad + pos: -47.5,46.5 + parent: 2 + - uid: 23927 + components: + - type: Transform + pos: -44.5,16.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6761 + - uid: 23934 components: - type: Transform - pos: -16.5,-41.5 + rot: 3.141592653589793 rad + pos: -55.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6795 + - uid: 23938 components: - type: Transform - pos: -19.5,-43.5 + rot: 1.5707963267948966 rad + pos: -13.5,19.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 6800 + - uid: 23943 components: - type: Transform rot: 3.141592653589793 rad - pos: -19.5,-35.5 + pos: -53.5,8.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 6801 + - uid: 23945 components: - type: Transform rot: 3.141592653589793 rad - pos: -19.5,-34.5 + pos: -53.5,9.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 6803 + - uid: 23950 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-43.5 + pos: -44.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6806 + color: '#990000FF' + - uid: 23954 components: - type: Transform - pos: -16.5,-42.5 + rot: 3.141592653589793 rad + pos: -54.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6812 + color: '#990000FF' + - uid: 23960 components: - type: Transform rot: 3.141592653589793 rad - pos: -19.5,-36.5 + pos: -44.5,36.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 6819 + - uid: 23966 components: - type: Transform - pos: -16.5,-40.5 + rot: -1.5707963267948966 rad + pos: -51.5,35.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6832 + - uid: 23977 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,-42.5 + pos: -54.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6901 + - uid: 23978 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,52.5 + rot: 1.5707963267948966 rad + pos: -53.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6910 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6920 + - uid: 23979 components: - type: Transform rot: 1.5707963267948966 rad - pos: 19.5,56.5 + pos: -52.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6930 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,28.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6937 + - uid: 23980 components: - type: Transform - pos: -45.5,-29.5 + rot: 1.5707963267948966 rad + pos: -51.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 6943 + color: '#0055CCFF' + - uid: 23981 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,44.5 + pos: -50.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#CC00CCFF' - - uid: 7061 + color: '#0055CCFF' + - uid: 23982 components: - type: Transform rot: 1.5707963267948966 rad - pos: -21.5,-44.5 + pos: -49.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 7177 + color: '#0055CCFF' + - uid: 23983 components: - type: Transform - pos: -37.5,-21.5 + rot: 1.5707963267948966 rad + pos: -48.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7207 + - uid: 23985 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,35.5 + rot: 1.5707963267948966 rad + pos: -46.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7266 + - uid: 23994 components: - type: Transform - pos: -46.5,-28.5 + rot: -1.5707963267948966 rad + pos: -43.5,17.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7322 + - uid: 23995 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,28.5 + rot: -1.5707963267948966 rad + pos: -42.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 7329 + color: '#0055CCFF' + - uid: 23996 components: - type: Transform rot: -1.5707963267948966 rad - pos: -53.5,45.5 + pos: -41.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#947507FF' - - uid: 7429 + color: '#0055CCFF' + - uid: 23997 components: - type: Transform rot: -1.5707963267948966 rad - pos: 45.5,-16.5 + pos: -40.5,17.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7471 + - uid: 24000 components: - type: Transform - pos: -36.5,-18.5 + pos: -38.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 7492 + color: '#0055CCFF' + - uid: 24003 components: - type: Transform rot: 1.5707963267948966 rad - pos: -46.5,44.5 + pos: -31.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#CC00CCFF' - - uid: 7504 + color: '#0055CCFF' + - uid: 24004 components: - type: Transform - pos: 74.5,29.5 + rot: 1.5707963267948966 rad + pos: -30.5,22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7511 + - uid: 24005 components: - type: Transform - pos: -46.5,-24.5 + rot: 1.5707963267948966 rad + pos: -29.5,22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7512 + - uid: 24006 components: - type: Transform - pos: -46.5,-26.5 + rot: 1.5707963267948966 rad + pos: -28.5,22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7558 + - uid: 24008 components: - type: Transform - pos: -45.5,-30.5 + rot: 1.5707963267948966 rad + pos: -26.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 7577 + color: '#0055CCFF' + - uid: 24009 components: - type: Transform - pos: -37.5,-20.5 + rot: 1.5707963267948966 rad + pos: -25.5,22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7640 + - uid: 24010 components: - type: Transform - pos: -55.5,31.5 + rot: 1.5707963267948966 rad + pos: -24.5,22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7642 + - uid: 24011 components: - type: Transform - pos: 74.5,30.5 + rot: 1.5707963267948966 rad + pos: -23.5,22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7727 + - uid: 24012 components: - type: Transform - pos: 74.5,28.5 + rot: 1.5707963267948966 rad + pos: -22.5,22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7762 + - uid: 24013 components: - type: Transform - pos: 73.5,30.5 + rot: 1.5707963267948966 rad + pos: -21.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 7844 + color: '#0055CCFF' + - uid: 24014 components: - type: Transform - pos: 0.5,0.5 + rot: 1.5707963267948966 rad + pos: -20.5,22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7971 + - uid: 24015 components: - type: Transform - pos: 19.5,57.5 + rot: 1.5707963267948966 rad + pos: -19.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 8232 + color: '#0055CCFF' + - uid: 24016 components: - type: Transform - pos: -37.5,-15.5 + rot: 1.5707963267948966 rad + pos: -18.5,22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8324 + - uid: 24017 components: - type: Transform - pos: -36.5,-20.5 + rot: 1.5707963267948966 rad + pos: -17.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 8377 + color: '#0055CCFF' + - uid: 24019 components: - type: Transform - pos: 2.5,-0.5 + rot: 1.5707963267948966 rad + pos: -15.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 8384 + color: '#0055CCFF' + - uid: 24020 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,7.5 + rot: 1.5707963267948966 rad + pos: -14.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 8385 + color: '#0055CCFF' + - uid: 24021 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,7.5 + rot: 1.5707963267948966 rad + pos: -13.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 8386 + color: '#0055CCFF' + - uid: 24022 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -85.5,22.5 + rot: 1.5707963267948966 rad + pos: -12.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 8387 + color: '#0055CCFF' + - uid: 24024 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -89.5,21.5 + rot: 1.5707963267948966 rad + pos: -10.5,22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8388 + - uid: 24025 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -92.5,21.5 + rot: 1.5707963267948966 rad + pos: -8.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8389 + - uid: 24027 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,22.5 + rot: 1.5707963267948966 rad + pos: -6.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 8390 + color: '#0055CCFF' + - uid: 24028 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -97.5,9.5 + rot: 1.5707963267948966 rad + pos: -5.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8391 + - uid: 24029 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,7.5 + rot: 1.5707963267948966 rad + pos: -4.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 8392 + color: '#0055CCFF' + - uid: 24030 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -91.5,21.5 + rot: 1.5707963267948966 rad + pos: -3.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8393 + - uid: 24031 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,21.5 + rot: 1.5707963267948966 rad + pos: -2.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8394 + - uid: 24032 components: - type: Transform rot: 1.5707963267948966 rad - pos: -28.5,55.5 + pos: -1.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8395 + - uid: 24033 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,47.5 + pos: 0.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 8414 + color: '#0055CCFF' + - uid: 24034 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,22.5 + pos: 0.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 8421 + color: '#0055CCFF' + - uid: 24035 components: - type: Transform - pos: -83.5,21.5 + pos: 0.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 8422 + color: '#0055CCFF' + - uid: 24036 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -84.5,22.5 + pos: 0.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 8425 + color: '#0055CCFF' + - uid: 24037 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,22.5 + pos: 0.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 8426 + color: '#0055CCFF' + - uid: 24038 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -91.5,22.5 + pos: 0.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 8431 + color: '#0055CCFF' + - uid: 24039 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,39.5 + pos: 0.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 8437 + color: '#0055CCFF' + - uid: 24041 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,40.5 + pos: 0.5,31.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8441 + - uid: 24042 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,-15.5 + pos: 0.5,32.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8449 + - uid: 24044 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,41.5 + pos: 0.5,34.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8451 + - uid: 24045 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -92.5,22.5 + pos: 0.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 8469 + color: '#0055CCFF' + - uid: 24046 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,39.5 + pos: 0.5,36.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8472 + - uid: 24048 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,22.5 + pos: 0.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 8474 + color: '#0055CCFF' + - uid: 24049 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 82.5,-5.5 + pos: 0.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 8476 + color: '#0055CCFF' + - uid: 24050 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,21.5 + pos: 0.5,40.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8601 + - uid: 24053 components: - type: Transform - pos: -21.5,-27.5 + pos: 0.5,43.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8648 + - uid: 24055 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,21.5 + pos: 0.5,45.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8656 + - uid: 24056 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,9.5 + pos: 0.5,46.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8750 + - uid: 24057 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,22.5 + pos: 0.5,47.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8767 + - uid: 24058 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,28.5 + pos: 0.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 8788 + color: '#0055CCFF' + - uid: 24060 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,28.5 + pos: 0.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 8790 + color: '#0055CCFF' + - uid: 24061 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,28.5 + pos: 0.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 8824 + color: '#0055CCFF' + - uid: 24062 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,40.5 + pos: 0.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 8841 + color: '#0055CCFF' + - uid: 24063 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,40.5 + pos: 0.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 8844 + color: '#0055CCFF' + - uid: 24064 components: - type: Transform - pos: -55.5,38.5 + pos: 0.5,54.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8845 + - uid: 24067 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,61.5 + pos: 0.5,57.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8846 + - uid: 24068 components: - type: Transform - pos: -53.5,10.5 + pos: 0.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 8847 + color: '#0055CCFF' + - uid: 24071 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,12.5 + pos: 0.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 8848 + color: '#0055CCFF' + - uid: 24072 components: - type: Transform - pos: -53.5,13.5 + pos: 0.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 8849 + color: '#0055CCFF' + - uid: 24073 components: - type: Transform - pos: -55.5,23.5 + pos: 0.5,63.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8861 + - uid: 24074 components: - type: Transform - pos: -53.5,25.5 + pos: 9.5,19.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 8862 + - uid: 24075 components: - type: Transform - pos: -53.5,27.5 + pos: 0.5,65.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 8865 + color: '#0055CCFF' + - uid: 24077 components: - type: Transform - pos: -55.5,14.5 + pos: 0.5,67.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8866 + - uid: 24078 components: - type: Transform - pos: -55.5,16.5 + pos: 0.5,68.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8867 + - uid: 24082 components: - type: Transform - pos: -55.5,18.5 + pos: 0.5,72.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8868 + - uid: 24103 components: - type: Transform - pos: -55.5,33.5 + pos: -46.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8869 + color: '#990000FF' + - uid: 24106 components: - type: Transform - pos: -53.5,16.5 + rot: 3.141592653589793 rad + pos: 2.5,72.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 8870 + - uid: 24107 components: - type: Transform - pos: -53.5,15.5 + rot: 3.141592653589793 rad + pos: 2.5,71.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 8876 + - uid: 24109 components: - type: Transform - pos: -53.5,34.5 + rot: 3.141592653589793 rad + pos: 2.5,69.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 8882 + - uid: 24112 components: - type: Transform - pos: -55.5,32.5 + rot: 3.141592653589793 rad + pos: 2.5,66.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8887 + color: '#990000FF' + - uid: 24113 components: - type: Transform - pos: -55.5,37.5 + rot: 3.141592653589793 rad + pos: 2.5,65.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8890 + color: '#990000FF' + - uid: 24116 components: - type: Transform - pos: -55.5,15.5 + rot: 3.141592653589793 rad + pos: 2.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8891 + color: '#990000FF' + - uid: 24118 components: - type: Transform - pos: -55.5,10.5 + rot: 3.141592653589793 rad + pos: 2.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8892 + color: '#990000FF' + - uid: 24119 components: - type: Transform - pos: -53.5,24.5 + rot: 3.141592653589793 rad + pos: 2.5,59.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 8894 + - uid: 24121 components: - type: Transform - pos: -53.5,26.5 + rot: 3.141592653589793 rad + pos: 2.5,57.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 8916 + - uid: 24122 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,28.5 + rot: 3.141592653589793 rad + pos: 2.5,56.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 8932 + - uid: 24124 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,18.5 + rot: 3.141592653589793 rad + pos: 2.5,54.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 8933 + - uid: 24125 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,18.5 + rot: 3.141592653589793 rad + pos: 2.5,53.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 8950 + - uid: 24126 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,19.5 + rot: 3.141592653589793 rad + pos: 2.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8952 + color: '#990000FF' + - uid: 24127 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,19.5 + rot: 3.141592653589793 rad + pos: 2.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8953 + color: '#990000FF' + - uid: 24128 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,19.5 + rot: 3.141592653589793 rad + pos: 2.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8955 + color: '#990000FF' + - uid: 24132 components: - type: Transform - pos: -60.5,18.5 + rot: 3.141592653589793 rad + pos: 2.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8968 + color: '#990000FF' + - uid: 24133 components: - type: Transform - pos: -19.5,-27.5 + rot: 3.141592653589793 rad + pos: 2.5,45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 8973 + - uid: 24134 components: - type: Transform - pos: -55.5,34.5 + rot: 3.141592653589793 rad + pos: 2.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 8980 + color: '#990000FF' + - uid: 24135 components: - type: Transform - pos: -44.5,10.5 + rot: 3.141592653589793 rad + pos: 2.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9000 + color: '#990000FF' + - uid: 24137 components: - type: Transform - pos: -55.5,11.5 + rot: 3.141592653589793 rad + pos: 2.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9035 + color: '#990000FF' + - uid: 24139 components: - type: Transform - pos: -21.5,-28.5 + rot: 3.141592653589793 rad + pos: 2.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9037 + color: '#990000FF' + - uid: 24140 components: - type: Transform - pos: -55.5,28.5 + rot: 3.141592653589793 rad + pos: 2.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9038 + color: '#990000FF' + - uid: 24141 components: - type: Transform - pos: -55.5,26.5 + rot: 3.141592653589793 rad + pos: 2.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9060 + color: '#990000FF' + - uid: 24144 components: - type: Transform - pos: -53.5,29.5 + rot: 3.141592653589793 rad + pos: 2.5,34.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 9083 + - uid: 24145 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,30.5 + rot: 3.141592653589793 rad + pos: 2.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9085 + color: '#990000FF' + - uid: 24148 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,30.5 + rot: 3.141592653589793 rad + pos: 2.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9087 + color: '#990000FF' + - uid: 24150 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,30.5 + rot: 3.141592653589793 rad + pos: 2.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9123 + color: '#990000FF' + - uid: 24151 components: - type: Transform rot: 3.141592653589793 rad - pos: -19.5,-41.5 + pos: 2.5,27.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 9182 + - uid: 24152 components: - type: Transform rot: 3.141592653589793 rad - pos: -39.5,46.5 + pos: 2.5,26.5 parent: 2 - - uid: 9204 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24153 components: - type: Transform - pos: -57.5,52.5 + rot: 3.141592653589793 rad + pos: 2.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#FF5555FF' - - uid: 9237 + color: '#990000FF' + - uid: 24154 components: - type: Transform - pos: 44.5,-28.5 + rot: 3.141592653589793 rad + pos: 2.5,24.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 9240 + - uid: 24155 components: - type: Transform - pos: 44.5,-30.5 + rot: 3.141592653589793 rad + pos: 2.5,23.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 9242 + - uid: 24156 components: - type: Transform - pos: 44.5,-31.5 + rot: 3.141592653589793 rad + pos: 2.5,22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 9288 + - uid: 24157 components: - type: Transform rot: 3.141592653589793 rad - pos: -46.5,-30.5 + pos: 2.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9299 + color: '#990000FF' + - uid: 24158 components: - type: Transform - pos: 73.5,31.5 + rot: 3.141592653589793 rad + pos: 2.5,20.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 9318 + - uid: 24159 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,2.5 + rot: 1.5707963267948966 rad + pos: 1.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9358 + color: '#990000FF' + - uid: 24160 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,47.5 + rot: 1.5707963267948966 rad + pos: 0.5,19.5 parent: 2 - - uid: 9359 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24161 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,48.5 + rot: 1.5707963267948966 rad + pos: -0.5,19.5 parent: 2 - - uid: 9360 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24162 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,49.5 + rot: 1.5707963267948966 rad + pos: -1.5,19.5 parent: 2 - - uid: 9361 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24163 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,49.5 + rot: 1.5707963267948966 rad + pos: -2.5,19.5 parent: 2 - - uid: 9362 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24164 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,48.5 + rot: 1.5707963267948966 rad + pos: -3.5,19.5 parent: 2 - - uid: 9363 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24166 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,47.5 + rot: 1.5707963267948966 rad + pos: -5.5,19.5 parent: 2 - - uid: 9364 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24167 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,47.5 + rot: 1.5707963267948966 rad + pos: -6.5,19.5 parent: 2 - - uid: 9365 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24168 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,48.5 + rot: 1.5707963267948966 rad + pos: -7.5,19.5 parent: 2 - - uid: 9366 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24169 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,49.5 + rot: 1.5707963267948966 rad + pos: -8.5,19.5 parent: 2 - - uid: 9367 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24170 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,49.5 + rot: 1.5707963267948966 rad + pos: -9.5,19.5 parent: 2 - - uid: 9368 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24171 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,48.5 + rot: 1.5707963267948966 rad + pos: -10.5,19.5 parent: 2 - - uid: 9369 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24172 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,47.5 + rot: 1.5707963267948966 rad + pos: -11.5,19.5 parent: 2 - - uid: 9370 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24175 components: - type: Transform rot: 3.141592653589793 rad - pos: -41.5,47.5 + pos: 12.5,22.5 parent: 2 - - uid: 9371 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24176 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,48.5 + rot: 1.5707963267948966 rad + pos: -15.5,19.5 parent: 2 - - uid: 9372 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24177 components: - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,49.5 + rot: 1.5707963267948966 rad + pos: -16.5,19.5 parent: 2 - - uid: 9373 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24178 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,49.5 + rot: 1.5707963267948966 rad + pos: -17.5,19.5 parent: 2 - - uid: 9374 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24179 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,48.5 + rot: 1.5707963267948966 rad + pos: -18.5,19.5 parent: 2 - - uid: 9375 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24180 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,47.5 + rot: 1.5707963267948966 rad + pos: -19.5,19.5 parent: 2 - - uid: 9379 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24181 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,47.5 + rot: 1.5707963267948966 rad + pos: -20.5,19.5 parent: 2 - - uid: 9380 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24182 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,48.5 + rot: 1.5707963267948966 rad + pos: -21.5,19.5 parent: 2 - - uid: 9381 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24183 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,49.5 + rot: 1.5707963267948966 rad + pos: -22.5,19.5 parent: 2 - - uid: 9382 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24184 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,50.5 + rot: 1.5707963267948966 rad + pos: -23.5,19.5 parent: 2 - - uid: 9383 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24185 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,50.5 + rot: 1.5707963267948966 rad + pos: -24.5,19.5 parent: 2 - - uid: 9384 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24186 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,49.5 + rot: 1.5707963267948966 rad + pos: -25.5,19.5 parent: 2 - - uid: 9385 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24188 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,48.5 + rot: 1.5707963267948966 rad + pos: -27.5,19.5 parent: 2 - - uid: 9386 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24189 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,47.5 + rot: 1.5707963267948966 rad + pos: -28.5,19.5 parent: 2 - - uid: 9387 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24190 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,47.5 + rot: 1.5707963267948966 rad + pos: -29.5,19.5 parent: 2 - - uid: 9388 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24191 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,48.5 + rot: 1.5707963267948966 rad + pos: -30.5,19.5 parent: 2 - - uid: 9389 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24192 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,49.5 + rot: 1.5707963267948966 rad + pos: -31.5,19.5 parent: 2 - - uid: 9390 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24196 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,50.5 + rot: 1.5707963267948966 rad + pos: -38.5,16.5 parent: 2 - - uid: 9391 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24197 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,50.5 + rot: 1.5707963267948966 rad + pos: -39.5,16.5 parent: 2 - - uid: 9392 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24198 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,49.5 + rot: 1.5707963267948966 rad + pos: -41.5,15.5 parent: 2 - - uid: 9393 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24199 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,48.5 + rot: 1.5707963267948966 rad + pos: -42.5,15.5 parent: 2 - - uid: 9394 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24200 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,47.5 + pos: -43.5,14.5 parent: 2 - - uid: 9395 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24201 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,47.5 + pos: -43.5,13.5 parent: 2 - - uid: 9396 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24202 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,48.5 + pos: -43.5,12.5 parent: 2 - - uid: 9397 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24203 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,49.5 + pos: -43.5,11.5 parent: 2 - - uid: 9398 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24204 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,50.5 + pos: -43.5,10.5 parent: 2 - - uid: 9399 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24205 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,50.5 + pos: -43.5,9.5 parent: 2 - - uid: 9400 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24207 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,49.5 + rot: -1.5707963267948966 rad + pos: -46.5,7.5 parent: 2 - - uid: 9401 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24208 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,48.5 + rot: -1.5707963267948966 rad + pos: -47.5,7.5 parent: 2 - - uid: 9402 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24209 components: - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,47.5 + rot: -1.5707963267948966 rad + pos: -48.5,7.5 parent: 2 - - uid: 9489 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24210 components: - type: Transform - pos: 44.5,-32.5 + rot: -1.5707963267948966 rad + pos: -49.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 9501 + - uid: 24211 components: - type: Transform - pos: -62.5,55.5 + rot: -1.5707963267948966 rad + pos: -50.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 9502 + color: '#990000FF' + - uid: 24212 components: - type: Transform - pos: -62.5,54.5 + rot: -1.5707963267948966 rad + pos: -51.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 9503 + color: '#990000FF' + - uid: 24213 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,44.5 + rot: -1.5707963267948966 rad + pos: -52.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#CC00CCFF' - - uid: 9504 + color: '#990000FF' + - uid: 24214 components: - type: Transform - pos: 44.5,-33.5 + rot: -1.5707963267948966 rad + pos: -53.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 9519 + - uid: 24215 components: - type: Transform - pos: -44.5,38.5 + rot: -1.5707963267948966 rad + pos: -54.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 9544 + - uid: 24216 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,47.5 + rot: -1.5707963267948966 rad + pos: -55.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24217 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -56.5,7.5 parent: 2 - - uid: 9584 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24218 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,48.5 + rot: -1.5707963267948966 rad + pos: -57.5,7.5 parent: 2 - - uid: 9587 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24219 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,18.5 + rot: -1.5707963267948966 rad + pos: -58.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 9705 + - uid: 24221 components: - type: Transform - pos: -53.5,31.5 + rot: -1.5707963267948966 rad + pos: -60.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 9845 + - uid: 24222 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-41.5 + rot: -1.5707963267948966 rad + pos: -61.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9905 + color: '#990000FF' + - uid: 24223 components: - type: Transform - pos: -44.5,15.5 + rot: -1.5707963267948966 rad + pos: -62.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 9984 + color: '#990000FF' + - uid: 24224 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-34.5 + rot: -1.5707963267948966 rad + pos: -63.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 9986 + - uid: 24226 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,-34.5 + rot: -1.5707963267948966 rad + pos: -65.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 10017 + - uid: 24227 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-34.5 + rot: -1.5707963267948966 rad + pos: -66.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 10018 + - uid: 24228 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,18.5 + rot: -1.5707963267948966 rad + pos: -67.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 10019 + - uid: 24230 components: - type: Transform rot: -1.5707963267948966 rad - pos: -47.5,33.5 + pos: -69.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 10061 + - uid: 24231 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-34.5 + rot: -1.5707963267948966 rad + pos: -70.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 10062 + - uid: 24233 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-34.5 + rot: -1.5707963267948966 rad + pos: -72.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 10065 + - uid: 24234 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-34.5 + rot: -1.5707963267948966 rad + pos: -73.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 10066 + - uid: 24235 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-34.5 + rot: -1.5707963267948966 rad + pos: -74.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 10067 + - uid: 24237 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-33.5 + rot: -1.5707963267948966 rad + pos: -76.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 10068 + color: '#990000FF' + - uid: 24239 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,-33.5 + rot: -1.5707963267948966 rad + pos: -78.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 10083 + color: '#990000FF' + - uid: 24240 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,44.5 + rot: -1.5707963267948966 rad + pos: -79.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#CC00CCFF' - - uid: 10084 + color: '#990000FF' + - uid: 24241 components: - type: Transform rot: -1.5707963267948966 rad - pos: -64.5,28.5 + pos: -80.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 10087 + - uid: 24242 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,9.5 + rot: -1.5707963267948966 rad + pos: -81.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 10092 + color: '#990000FF' + - uid: 24243 components: - type: Transform - pos: -55.5,25.5 + rot: -1.5707963267948966 rad + pos: -82.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 10155 + color: '#990000FF' + - uid: 24246 components: - type: Transform rot: -1.5707963267948966 rad - pos: -63.5,30.5 + pos: -85.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 10158 + color: '#990000FF' + - uid: 24247 components: - type: Transform rot: -1.5707963267948966 rad - pos: -57.5,30.5 + pos: -86.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 10161 + color: '#990000FF' + - uid: 24248 components: - type: Transform rot: -1.5707963267948966 rad - pos: -64.5,30.5 + pos: -87.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 10167 + color: '#990000FF' + - uid: 24249 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,39.5 + rot: -1.5707963267948966 rad + pos: -88.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 10168 + color: '#990000FF' + - uid: 24250 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,36.5 + rot: -1.5707963267948966 rad + pos: -89.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 10198 + color: '#990000FF' + - uid: 24252 components: - type: Transform - pos: -53.5,30.5 + rot: -1.5707963267948966 rad + pos: -91.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 10199 + - uid: 24254 components: - type: Transform - pos: -53.5,32.5 + rot: -1.5707963267948966 rad + pos: -93.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 10202 + - uid: 24255 components: - type: Transform - pos: -55.5,27.5 + rot: -1.5707963267948966 rad + pos: -94.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 10203 + color: '#990000FF' + - uid: 24256 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,11.5 + rot: -1.5707963267948966 rad + pos: -95.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 10267 + - uid: 24259 components: - type: Transform rot: -1.5707963267948966 rad - pos: -23.5,46.5 + pos: -95.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 10268 + - uid: 24260 components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.5,46.5 + pos: -94.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 10276 + - uid: 24261 components: - type: Transform - pos: 22.5,-18.5 + rot: -1.5707963267948966 rad + pos: -93.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 10349 + color: '#0055CCFF' + - uid: 24262 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,33.5 + rot: -1.5707963267948966 rad + pos: -92.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 10350 + - uid: 24264 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,33.5 + rot: -1.5707963267948966 rad + pos: -90.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 10568 + - uid: 24266 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,45.5 + pos: -88.5,9.5 parent: 2 - - uid: 10619 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24267 components: - type: Transform - pos: -36.5,-29.5 + rot: -1.5707963267948966 rad + pos: -87.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 10655 + color: '#0055CCFF' + - uid: 24268 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-6.5 + rot: -1.5707963267948966 rad + pos: -86.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 10704 + - uid: 24271 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-28.5 + rot: -1.5707963267948966 rad + pos: -83.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 10705 + color: '#0055CCFF' + - uid: 24272 components: - type: Transform - pos: -37.5,-29.5 + rot: -1.5707963267948966 rad + pos: -82.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11110 + - uid: 24273 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,55.5 + rot: -1.5707963267948966 rad + pos: -81.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 11140 + color: '#0055CCFF' + - uid: 24274 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,53.5 + rot: -1.5707963267948966 rad + pos: -80.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 11213 + color: '#0055CCFF' + - uid: 24275 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,46.5 + rot: -1.5707963267948966 rad + pos: -79.5,9.5 parent: 2 - - uid: 11237 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24277 components: - type: Transform - pos: -36.5,42.5 + rot: -1.5707963267948966 rad + pos: -77.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 11285 + color: '#0055CCFF' + - uid: 24279 components: - type: Transform - pos: -37.5,-16.5 + rot: -1.5707963267948966 rad + pos: -75.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11305 + - uid: 24280 components: - type: Transform rot: -1.5707963267948966 rad - pos: -98.5,9.5 + pos: -74.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11306 + - uid: 24282 components: - type: Transform rot: -1.5707963267948966 rad - pos: -90.5,21.5 + pos: -72.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11439 + - uid: 24283 components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,44.5 + pos: -71.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 11483 + color: '#0055CCFF' + - uid: 24284 components: - type: Transform rot: -1.5707963267948966 rad - pos: -8.5,2.5 + pos: -70.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11493 + - uid: 24285 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -98.5,21.5 + rot: -1.5707963267948966 rad + pos: -69.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11520 + - uid: 24287 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,2.5 + rot: -1.5707963267948966 rad + pos: -67.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11526 + - uid: 24288 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,1.5 + rot: -1.5707963267948966 rad + pos: -66.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 11830 + color: '#0055CCFF' + - uid: 24289 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,-4.5 + rot: -1.5707963267948966 rad + pos: -65.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 11855 + color: '#0055CCFF' + - uid: 24290 components: - type: Transform - pos: -21.5,-20.5 + rot: -1.5707963267948966 rad + pos: -64.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11858 + - uid: 24291 components: - type: Transform - pos: -19.5,-20.5 + rot: 3.141592653589793 rad + pos: 49.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 11859 + color: '#0055CCFF' + - uid: 24292 components: - type: Transform - pos: -21.5,-21.5 + rot: -1.5707963267948966 rad + pos: -62.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11860 + - uid: 24293 components: - type: Transform - pos: -21.5,-22.5 + rot: -1.5707963267948966 rad + pos: -61.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11867 + - uid: 24294 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-36.5 + rot: -1.5707963267948966 rad + pos: -60.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11877 + - uid: 24295 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-44.5 + rot: -1.5707963267948966 rad + pos: -59.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 11964 + color: '#0055CCFF' + - uid: 24296 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,-36.5 + rot: -1.5707963267948966 rad + pos: -58.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 12063 + - uid: 24297 components: - type: Transform rot: -1.5707963267948966 rad - pos: -24.5,44.5 + pos: -57.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 12093 + color: '#0055CCFF' + - uid: 24298 components: - type: Transform rot: -1.5707963267948966 rad - pos: 13.5,-14.5 + pos: -56.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 12099 + - uid: 24318 components: - type: Transform - pos: 11.5,-19.5 + pos: 0.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 12100 + color: '#0055CCFF' + - uid: 24319 components: - type: Transform - pos: 10.5,-19.5 + pos: 2.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 12111 + color: '#990000FF' + - uid: 24328 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,-31.5 + pos: 2.5,17.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 12128 + - uid: 24329 components: - type: Transform - pos: 10.5,-15.5 + pos: 2.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 12293 + color: '#990000FF' + - uid: 24330 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-16.5 + pos: 2.5,15.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 12294 + - uid: 24331 components: - type: Transform - pos: 0.5,-24.5 + pos: 2.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 12300 + color: '#990000FF' + - uid: 24332 components: - type: Transform - pos: 2.5,-22.5 + pos: 2.5,13.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 12304 + - uid: 24333 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,-16.5 + pos: 2.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 12307 + - uid: 24334 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-23.5 + pos: 2.5,11.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 12313 + - uid: 24335 components: - type: Transform - pos: 10.5,-16.5 + pos: 2.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 12332 + color: '#990000FF' + - uid: 24336 components: - type: Transform rot: -1.5707963267948966 rad - pos: 28.5,-16.5 + pos: 3.5,18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 12628 + - uid: 24337 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,-3.5 + rot: -1.5707963267948966 rad + pos: 4.5,18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 12630 + - uid: 24338 components: - type: Transform - pos: 71.5,-14.5 + rot: -1.5707963267948966 rad + pos: 5.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 12636 + color: '#990000FF' + - uid: 24340 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,37.5 + rot: -1.5707963267948966 rad + pos: 7.5,18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 12758 + - uid: 24341 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,37.5 + rot: -1.5707963267948966 rad + pos: 8.5,18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 12767 + - uid: 24342 components: - type: Transform rot: -1.5707963267948966 rad - pos: 73.5,-2.5 + pos: 35.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 12838 + - uid: 24348 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,-4.5 + pos: 29.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 12843 + color: '#0055CCFF' + - uid: 24353 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,-4.5 + pos: 10.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 12993 + - uid: 24354 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-26.5 + pos: 8.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 12994 + color: '#0055CCFF' + - uid: 24355 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-26.5 + rot: -1.5707963267948966 rad + pos: 21.5,50.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 13035 + - uid: 24356 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,7.5 + rot: -1.5707963267948966 rad + pos: 23.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 13036 + color: '#990000FF' + - uid: 24358 components: - type: Transform - pos: 8.5,-5.5 + rot: -1.5707963267948966 rad + pos: 25.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 13110 + color: '#990000FF' + - uid: 24359 components: - type: Transform rot: -1.5707963267948966 rad - pos: 27.5,-16.5 + pos: 26.5,18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 13128 + - uid: 24360 components: - type: Transform rot: -1.5707963267948966 rad - pos: 30.5,-16.5 + pos: 27.5,18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 13240 + - uid: 24361 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-26.5 + rot: -1.5707963267948966 rad + pos: 28.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 13317 + color: '#990000FF' + - uid: 24363 components: - type: Transform rot: -1.5707963267948966 rad - pos: 32.5,-30.5 + pos: 30.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 13442 + color: '#990000FF' + - uid: 24364 components: - type: Transform rot: -1.5707963267948966 rad - pos: -22.5,44.5 + pos: 31.5,18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 13456 + - uid: 24365 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-36.5 + rot: -1.5707963267948966 rad + pos: 32.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 13673 + color: '#990000FF' + - uid: 24367 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-36.5 + rot: -1.5707963267948966 rad + pos: 34.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 13793 + color: '#990000FF' + - uid: 24368 components: - type: Transform - pos: 34.5,-31.5 + rot: -1.5707963267948966 rad + pos: 35.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 13875 + color: '#990000FF' + - uid: 24369 components: - type: Transform rot: -1.5707963267948966 rad - pos: -47.5,-26.5 + pos: 36.5,18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 13876 + - uid: 24371 components: - type: Transform rot: -1.5707963267948966 rad - pos: -48.5,-26.5 + pos: 38.5,18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 13877 + - uid: 24372 components: - type: Transform rot: -1.5707963267948966 rad - pos: -46.5,-26.5 + pos: 39.5,18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14002 + - uid: 24373 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,44.5 + rot: -1.5707963267948966 rad + pos: 40.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14066 + color: '#990000FF' + - uid: 24374 components: - type: Transform rot: -1.5707963267948966 rad - pos: -21.5,44.5 + pos: 41.5,18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14192 + - uid: 24375 components: - type: Transform - pos: 17.5,57.5 + rot: -1.5707963267948966 rad + pos: 42.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14274 + color: '#990000FF' + - uid: 24376 components: - type: Transform - pos: -44.5,14.5 + rot: -1.5707963267948966 rad + pos: 43.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14379 + color: '#990000FF' + - uid: 24377 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,8.5 + rot: -1.5707963267948966 rad + pos: 44.5,18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14633 + - uid: 24380 components: - type: Transform - pos: -55.5,12.5 + rot: -1.5707963267948966 rad + pos: 47.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 14971 + color: '#990000FF' + - uid: 24381 components: - type: Transform rot: -1.5707963267948966 rad - pos: 31.5,-16.5 + pos: 48.5,18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 14972 + - uid: 24382 components: - type: Transform rot: -1.5707963267948966 rad - pos: 32.5,-16.5 + pos: 49.5,18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15120 + - uid: 24383 components: - type: Transform rot: 3.141592653589793 rad - pos: 52.5,23.5 + pos: 50.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15173 + color: '#990000FF' + - uid: 24384 components: - type: Transform - pos: 8.5,20.5 + rot: 3.141592653589793 rad + pos: 50.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15473 + color: '#990000FF' + - uid: 24385 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,46.5 + rot: 3.141592653589793 rad + pos: 50.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15475 + color: '#990000FF' + - uid: 24386 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,46.5 + rot: 3.141592653589793 rad + pos: 50.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15483 + color: '#990000FF' + - uid: 24387 components: - type: Transform - pos: -12.5,36.5 + rot: 3.141592653589793 rad + pos: 50.5,13.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15557 + - uid: 24388 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,-4.5 + rot: 3.141592653589793 rad + pos: 50.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15607 + - uid: 24389 components: - type: Transform - pos: -24.5,41.5 + rot: 3.141592653589793 rad + pos: 50.5,11.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15625 + - uid: 24390 components: - type: Transform rot: 3.141592653589793 rad - pos: -27.5,45.5 + pos: 50.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15626 + color: '#990000FF' + - uid: 24391 components: - type: Transform rot: 3.141592653589793 rad - pos: -27.5,44.5 + pos: 50.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15653 + color: '#990000FF' + - uid: 24392 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,44.5 + rot: 3.141592653589793 rad + pos: 50.5,8.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15662 + - uid: 24393 components: - type: Transform rot: 3.141592653589793 rad - pos: -13.5,47.5 + pos: 50.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15676 + color: '#990000FF' + - uid: 24394 components: - type: Transform rot: 3.141592653589793 rad - pos: -12.5,47.5 + pos: 50.5,6.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15684 + - uid: 24395 components: - type: Transform - pos: -22.5,45.5 + rot: 3.141592653589793 rad + pos: 50.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15685 + color: '#990000FF' + - uid: 24397 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,46.5 + rot: 3.141592653589793 rad + pos: 51.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15696 + color: '#990000FF' + - uid: 24398 components: - type: Transform rot: 3.141592653589793 rad - pos: -25.5,41.5 + pos: 51.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15701 + - uid: 24399 components: - type: Transform - pos: 17.5,55.5 + rot: 3.141592653589793 rad + pos: 51.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15702 + - uid: 24401 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,37.5 + rot: -1.5707963267948966 rad + pos: 46.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 15710 + color: '#0055CCFF' + - uid: 24403 components: - type: Transform rot: -1.5707963267948966 rad - pos: -20.5,46.5 + pos: 44.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15713 + - uid: 24404 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,47.5 + rot: -1.5707963267948966 rad + pos: -39.5,29.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15728 + - uid: 24405 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,45.5 + rot: -1.5707963267948966 rad + pos: 42.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 15810 + color: '#0055CCFF' + - uid: 24406 components: - type: Transform rot: -1.5707963267948966 rad - pos: -15.5,46.5 + pos: 41.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15866 + - uid: 24407 components: - type: Transform rot: -1.5707963267948966 rad - pos: -37.5,30.5 + pos: 40.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15867 + - uid: 24408 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -94.5,21.5 + rot: -1.5707963267948966 rad + pos: 39.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15873 + - uid: 24409 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,37.5 + rot: -1.5707963267948966 rad + pos: 38.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 15874 + color: '#0055CCFF' + - uid: 24410 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 71.5,-4.5 + rot: -1.5707963267948966 rad + pos: 37.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 15881 + color: '#0055CCFF' + - uid: 24412 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -94.5,22.5 + rot: -1.5707963267948966 rad + pos: 35.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 15883 + color: '#0055CCFF' + - uid: 24414 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,-17.5 + rot: -1.5707963267948966 rad + pos: 33.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 15900 + color: '#0055CCFF' + - uid: 24415 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -97.5,21.5 + rot: -1.5707963267948966 rad + pos: 32.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15904 + - uid: 24416 components: - type: Transform - pos: -21.5,-25.5 + rot: -1.5707963267948966 rad + pos: 31.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15905 + - uid: 24417 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -98.5,22.5 + rot: -1.5707963267948966 rad + pos: 30.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 15921 + color: '#0055CCFF' + - uid: 24418 components: - type: Transform rot: -1.5707963267948966 rad - pos: -21.5,46.5 + pos: 29.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15939 + - uid: 24419 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-29.5 + rot: -1.5707963267948966 rad + pos: 28.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 15942 + color: '#0055CCFF' + - uid: 24421 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -97.5,22.5 + rot: -1.5707963267948966 rad + pos: 26.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 15976 + color: '#0055CCFF' + - uid: 24422 components: - type: Transform - pos: -22.5,43.5 + rot: -1.5707963267948966 rad + pos: 25.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15977 + - uid: 24423 components: - type: Transform rot: -1.5707963267948966 rad - pos: -38.5,28.5 + pos: 24.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 15979 + color: '#0055CCFF' + - uid: 24425 components: - type: Transform - pos: -20.5,43.5 + rot: -1.5707963267948966 rad + pos: 22.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 15991 + color: '#0055CCFF' + - uid: 24426 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-36.5 + rot: -1.5707963267948966 rad + pos: 21.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16083 + - uid: 24427 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,47.5 + rot: -1.5707963267948966 rad + pos: 20.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 16101 + color: '#0055CCFF' + - uid: 24428 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,-36.5 + rot: -1.5707963267948966 rad + pos: 19.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16162 + - uid: 24430 components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,46.5 + pos: 17.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16163 + - uid: 24431 components: - type: Transform rot: -1.5707963267948966 rad - pos: -26.5,46.5 + pos: 16.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16167 + - uid: 24432 components: - type: Transform - pos: -22.5,44.5 + rot: -1.5707963267948966 rad + pos: 15.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16176 + - uid: 24433 components: - type: Transform rot: -1.5707963267948966 rad - pos: -26.5,47.5 + pos: 14.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 16177 + color: '#0055CCFF' + - uid: 24436 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,51.5 + rot: -1.5707963267948966 rad + pos: 11.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16178 + - uid: 24437 components: - type: Transform rot: -1.5707963267948966 rad - pos: -27.5,47.5 + pos: 10.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 16179 + color: '#0055CCFF' + - uid: 24438 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,52.5 + rot: -1.5707963267948966 rad + pos: 9.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 16248 + color: '#0055CCFF' + - uid: 24441 components: - type: Transform rot: -1.5707963267948966 rad - pos: -40.5,28.5 + pos: 6.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 16302 + color: '#0055CCFF' + - uid: 24442 components: - type: Transform rot: 1.5707963267948966 rad - pos: -41.5,59.5 + pos: 15.5,20.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16336 + - uid: 24443 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,39.5 + rot: -1.5707963267948966 rad + pos: 4.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16339 + - uid: 24444 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-4.5 + rot: -1.5707963267948966 rad + pos: 3.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 16413 + color: '#0055CCFF' + - uid: 24445 components: - type: Transform - pos: -13.5,37.5 + rot: -1.5707963267948966 rad + pos: 2.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16454 + - uid: 24446 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,45.5 + rot: -1.5707963267948966 rad + pos: 1.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16514 + - uid: 24447 components: - type: Transform rot: -1.5707963267948966 rad - pos: 20.5,49.5 + pos: 0.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 16516 + color: '#0055CCFF' + - uid: 24448 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,50.5 + rot: 3.141592653589793 rad + pos: -0.5,20.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16527 + - uid: 24449 components: - type: Transform rot: 3.141592653589793 rad - pos: 80.5,-4.5 + pos: -0.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 16544 + color: '#0055CCFF' + - uid: 24450 components: - type: Transform rot: 3.141592653589793 rad - pos: -25.5,43.5 + pos: -0.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 16545 + color: '#0055CCFF' + - uid: 24451 components: - type: Transform rot: 3.141592653589793 rad - pos: 34.5,45.5 + pos: 0.5,16.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16581 + - uid: 24452 components: - type: Transform - pos: -44.5,37.5 + rot: 3.141592653589793 rad + pos: 0.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 16592 + color: '#0055CCFF' + - uid: 24453 components: - type: Transform rot: 3.141592653589793 rad - pos: -77.5,9.5 + pos: 0.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 16600 + color: '#0055CCFF' + - uid: 24454 components: - type: Transform - pos: -14.5,-8.5 + rot: 3.141592653589793 rad + pos: 0.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 16602 + color: '#0055CCFF' + - uid: 24455 components: - type: Transform rot: 3.141592653589793 rad - pos: 80.5,-2.5 + pos: 0.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 16611 + color: '#0055CCFF' + - uid: 24456 components: - type: Transform rot: 3.141592653589793 rad - pos: 34.5,47.5 + pos: 0.5,11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16612 + - uid: 24457 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,58.5 + rot: 3.141592653589793 rad + pos: 0.5,10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16621 + - uid: 24460 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,28.5 + pos: -47.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 16622 + color: '#0055CCFF' + - uid: 24461 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,28.5 + pos: -47.5,7.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24465 + components: + - type: Transform + pos: -47.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 16636 + color: '#0055CCFF' + - uid: 24466 components: - type: Transform - pos: -44.5,39.5 + pos: -47.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 16844 + color: '#0055CCFF' + - uid: 24467 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-14.5 + pos: -47.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16953 + - uid: 24468 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,28.5 + pos: -47.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 16954 + color: '#0055CCFF' + - uid: 24469 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,46.5 + pos: -47.5,-0.5 parent: 2 - - uid: 16957 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24470 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,30.5 + pos: -47.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16959 + - uid: 24471 components: - type: Transform - pos: -55.5,20.5 + pos: -47.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16961 + - uid: 24472 components: - type: Transform - pos: 22.5,-19.5 + pos: -47.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 16965 + color: '#0055CCFF' + - uid: 24473 components: - type: Transform - pos: -53.5,14.5 + pos: -47.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 16969 + color: '#0055CCFF' + - uid: 24474 components: - type: Transform - pos: -55.5,29.5 + pos: -47.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16979 + - uid: 24475 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,37.5 + pos: -47.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16981 + - uid: 24476 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,30.5 + pos: -47.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16992 + - uid: 24477 components: - type: Transform - pos: -53.5,35.5 + pos: -47.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 16994 + color: '#0055CCFF' + - uid: 24478 components: - type: Transform - pos: -53.5,37.5 + pos: -45.5,6.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17113 + - uid: 24479 components: - type: Transform - pos: -36.5,-19.5 + pos: -45.5,5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17125 + - uid: 24481 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,2.5 + pos: -45.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 17228 + color: '#990000FF' + - uid: 24482 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,22.5 + pos: -45.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 17229 + color: '#990000FF' + - uid: 24484 components: - type: Transform - pos: -37.5,18.5 + pos: -45.5,0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17534 + - uid: 24485 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,11.5 + pos: -45.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17579 + - uid: 24486 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,60.5 + pos: -45.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 17597 + color: '#990000FF' + - uid: 24487 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,46.5 + pos: -45.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 17655 + color: '#990000FF' + - uid: 24488 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-40.5 + pos: -45.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17656 + - uid: 24489 components: - type: Transform - pos: -19.5,-22.5 + pos: -45.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17688 + - uid: 24490 components: - type: Transform - pos: -21.5,-23.5 + pos: -45.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 17691 + color: '#990000FF' + - uid: 24491 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-40.5 + pos: -45.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17712 + - uid: 24492 components: - type: Transform - pos: -36.5,-17.5 + pos: -45.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17715 + - uid: 24515 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-29.5 + pos: -39.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 17739 + color: '#990000FF' + - uid: 24516 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,14.5 + pos: -39.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17744 + - uid: 24517 components: - type: Transform - pos: -37.5,-17.5 + rot: 1.5707963267948966 rad + pos: -41.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17745 + - uid: 24518 components: - type: Transform - pos: -37.5,-19.5 + rot: 1.5707963267948966 rad + pos: -40.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17746 + - uid: 24519 components: - type: Transform - pos: -36.5,-21.5 + rot: 1.5707963267948966 rad + pos: -39.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 17800 + color: '#0055CCFF' + - uid: 24520 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-30.5 + rot: 1.5707963267948966 rad + pos: -38.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17809 + - uid: 24522 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-30.5 + rot: 1.5707963267948966 rad + pos: -36.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17831 + - uid: 24523 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-30.5 + rot: 1.5707963267948966 rad + pos: -35.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17832 + - uid: 24524 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-30.5 + rot: 1.5707963267948966 rad + pos: -34.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17833 + - uid: 24526 components: - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,10.5 + rot: 1.5707963267948966 rad + pos: -32.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 17835 + color: '#0055CCFF' + - uid: 24527 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-16.5 + rot: 1.5707963267948966 rad + pos: -31.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 17847 + color: '#0055CCFF' + - uid: 24528 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,17.5 + rot: 1.5707963267948966 rad + pos: -30.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17857 + - uid: 24529 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-30.5 + rot: 1.5707963267948966 rad + pos: -29.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17871 + - uid: 24530 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-30.5 + rot: 1.5707963267948966 rad + pos: -28.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17886 + - uid: 24532 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,21.5 + rot: 1.5707963267948966 rad + pos: -26.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17897 + - uid: 24533 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-14.5 + rot: 1.5707963267948966 rad + pos: -25.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17900 + - uid: 24534 components: - type: Transform rot: 1.5707963267948966 rad - pos: -25.5,58.5 + pos: -24.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 17902 + - uid: 24535 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,28.5 + rot: 1.5707963267948966 rad + pos: -38.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17913 + - uid: 24536 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,28.5 + rot: 1.5707963267948966 rad + pos: -37.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17957 + - uid: 24538 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-30.5 + rot: 1.5707963267948966 rad + pos: -35.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 17975 + color: '#990000FF' + - uid: 24539 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-31.5 + rot: 1.5707963267948966 rad + pos: -34.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 17978 + - uid: 24540 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,10.5 + rot: 1.5707963267948966 rad + pos: -33.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 17979 + color: '#990000FF' + - uid: 24542 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,57.5 + pos: -31.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 18017 + - uid: 24543 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-31.5 + rot: 1.5707963267948966 rad + pos: -30.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 18033 + - uid: 24544 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-31.5 + rot: 1.5707963267948966 rad + pos: -29.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 18037 + - uid: 24545 components: - type: Transform - pos: -37.5,-18.5 + rot: 1.5707963267948966 rad + pos: -28.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 18077 + color: '#990000FF' + - uid: 24546 components: - type: Transform - pos: -23.5,63.5 + rot: 1.5707963267948966 rad + pos: -27.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 18091 + color: '#990000FF' + - uid: 24548 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,58.5 + pos: -25.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 18165 + color: '#990000FF' + - uid: 24549 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,33.5 + rot: 1.5707963267948966 rad + pos: -24.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 18166 + - uid: 24550 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-31.5 + rot: 1.5707963267948966 rad + pos: -23.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 18177 + - uid: 24551 components: - type: Transform rot: 1.5707963267948966 rad - pos: -62.5,30.5 + pos: -22.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 18202 + color: '#990000FF' + - uid: 24552 components: - type: Transform rot: 1.5707963267948966 rad - pos: -35.5,63.5 + pos: -21.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 18218 + - uid: 24553 components: - type: Transform rot: 1.5707963267948966 rad - pos: -35.5,64.5 + pos: -20.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 18232 + color: '#990000FF' + - uid: 24555 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,19.5 + rot: 1.5707963267948966 rad + pos: -18.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 18256 + - uid: 24559 components: - type: Transform - pos: -36.5,43.5 + rot: 1.5707963267948966 rad + pos: -20.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 18279 + color: '#0055CCFF' + - uid: 24560 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-31.5 + pos: 48.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 18314 + color: '#0055CCFF' + - uid: 24561 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,62.5 + pos: 48.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 18315 + color: '#0055CCFF' + - uid: 24562 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,62.5 + pos: 48.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 18326 + color: '#0055CCFF' + - uid: 24563 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-31.5 + pos: 48.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 18345 + color: '#0055CCFF' + - uid: 24564 components: - type: Transform - pos: 2.5,70.5 + pos: 48.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 18348 + color: '#0055CCFF' + - uid: 24565 components: - type: Transform - pos: -37.5,-30.5 + pos: 48.5,15.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 18349 + - uid: 24566 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,62.5 + pos: 48.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 18351 + color: '#0055CCFF' + - uid: 24567 components: - type: Transform - pos: -36.5,-30.5 + pos: 48.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 18359 + color: '#0055CCFF' + - uid: 24568 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,44.5 + pos: 48.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 18368 + color: '#0055CCFF' + - uid: 24569 components: - type: Transform - pos: -59.5,-19.5 + pos: 48.5,11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 18370 + - uid: 24570 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-31.5 + pos: 48.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 18376 + color: '#0055CCFF' + - uid: 24571 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-31.5 + pos: 48.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 18514 + color: '#0055CCFF' + - uid: 24572 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-31.5 + pos: 48.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 18562 + color: '#0055CCFF' + - uid: 24573 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,48.5 + pos: 48.5,7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 18566 + - uid: 24574 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,46.5 + pos: 48.5,6.5 parent: 2 - - uid: 18781 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24575 components: - type: Transform - pos: 29.5,-12.5 + pos: 48.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 18920 + color: '#0055CCFF' + - uid: 24576 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,56.5 + pos: 48.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 18932 + - uid: 24577 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,54.5 + pos: 49.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 18951 + color: '#0055CCFF' + - uid: 24578 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,-33.5 + pos: 49.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 18953 + color: '#0055CCFF' + - uid: 24579 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-31.5 + pos: 49.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 19107 + color: '#0055CCFF' + - uid: 24580 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 80.5,40.5 + pos: 49.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19182 + - uid: 24586 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,22.5 + pos: 49.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19183 + - uid: 24587 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,22.5 + pos: 49.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19189 + - uid: 24588 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,18.5 + pos: 49.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19190 + - uid: 24589 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,19.5 + pos: 49.5,-9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19226 + - uid: 24590 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,50.5 + pos: 49.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19282 + - uid: 24591 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 20.5,15.5 + pos: 49.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#CCCCFFFF' - - uid: 19306 + color: '#0055CCFF' + - uid: 24600 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,20.5 + pos: 47.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19319 + color: '#990000FF' + - uid: 24605 + components: + - type: Transform + pos: 47.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24606 components: - type: Transform rot: -1.5707963267948966 rad - pos: 25.5,-31.5 + pos: 46.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19324 + - uid: 24607 components: - type: Transform rot: -1.5707963267948966 rad - pos: 23.5,-31.5 + pos: 45.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19349 + - uid: 24608 components: - type: Transform rot: -1.5707963267948966 rad - pos: -42.5,-32.5 + pos: 44.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19398 + color: '#990000FF' + - uid: 24609 components: - type: Transform rot: -1.5707963267948966 rad - pos: 23.5,50.5 + pos: 43.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19420 + color: '#990000FF' + - uid: 24610 components: - type: Transform rot: -1.5707963267948966 rad - pos: 24.5,50.5 + pos: 42.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19422 + color: '#990000FF' + - uid: 24611 components: - type: Transform rot: -1.5707963267948966 rad - pos: 18.5,50.5 + pos: 41.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19460 + color: '#990000FF' + - uid: 24612 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -96.5,22.5 + rot: -1.5707963267948966 rad + pos: 40.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19462 + - uid: 24613 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -96.5,-8.5 + rot: -1.5707963267948966 rad + pos: 39.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19518 + - uid: 24614 components: - type: Transform rot: 1.5707963267948966 rad - pos: -37.5,22.5 + pos: 44.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19821 + - uid: 24615 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,50.5 + rot: 1.5707963267948966 rad + pos: 43.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19935 + - uid: 24616 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,19.5 + rot: 1.5707963267948966 rad + pos: 42.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 19938 + color: '#0055CCFF' + - uid: 24617 components: - type: Transform rot: 1.5707963267948966 rad - pos: 23.5,44.5 + pos: 41.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19953 + - uid: 24618 components: - type: Transform rot: 1.5707963267948966 rad - pos: 23.5,42.5 + pos: 40.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24624 + components: + - type: Transform + pos: 51.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19964 + - uid: 24625 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,2.5 + pos: 51.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 19975 + - uid: 24626 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -96.5,21.5 + pos: 51.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19979 + color: '#990000FF' + - uid: 24627 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,-5.5 + pos: 51.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 20162 + color: '#990000FF' + - uid: 24628 components: - type: Transform - pos: -39.5,39.5 + pos: 51.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20171 + - uid: 24630 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,59.5 + pos: 51.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20196 + - uid: 24632 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,60.5 + pos: 51.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20197 + - uid: 24633 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,61.5 + pos: 51.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20207 + - uid: 24634 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,19.5 + pos: 51.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20270 + - uid: 24635 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,13.5 + pos: 51.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 20282 + color: '#990000FF' + - uid: 24636 components: - type: Transform - pos: 29.5,9.5 + pos: 51.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 20292 + color: '#990000FF' + - uid: 24647 components: - type: Transform rot: 3.141592653589793 rad - pos: 29.5,15.5 + pos: 38.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 20382 + color: '#990000FF' + - uid: 24648 components: - type: Transform - pos: 46.5,22.5 + rot: -1.5707963267948966 rad + pos: 37.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20401 + - uid: 24650 components: - type: Transform - pos: 46.5,21.5 + rot: -1.5707963267948966 rad + pos: 35.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20500 + - uid: 24651 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,-27.5 + rot: -1.5707963267948966 rad + pos: 34.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 20509 + - uid: 24652 components: - type: Transform - pos: 43.5,-31.5 + rot: -1.5707963267948966 rad + pos: 33.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 20513 + color: '#990000FF' + - uid: 24656 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-33.5 + rot: 3.141592653589793 rad + pos: 29.5,11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 20520 + - uid: 24659 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -68.5,30.5 + rot: -1.5707963267948966 rad + pos: 26.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 20521 + color: '#990000FF' + - uid: 24660 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -66.5,30.5 + rot: -1.5707963267948966 rad + pos: 37.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 20522 + - uid: 24661 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,30.5 + rot: -1.5707963267948966 rad + pos: 36.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 20546 + - uid: 24664 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,65.5 + rot: -1.5707963267948966 rad + pos: 33.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 20562 + - uid: 24665 components: - type: Transform - pos: -19.5,-25.5 + rot: -1.5707963267948966 rad + pos: 32.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 20695 + color: '#0055CCFF' + - uid: 24666 components: - type: Transform rot: -1.5707963267948966 rad - pos: 21.5,19.5 + pos: 31.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 20740 + color: '#0055CCFF' + - uid: 24667 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,20.5 + rot: -1.5707963267948966 rad + pos: 30.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 20900 + color: '#0055CCFF' + - uid: 24668 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,14.5 + rot: -1.5707963267948966 rad + pos: 29.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21010 + - uid: 24669 components: - type: Transform - pos: 8.5,3.5 + pos: 28.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21047 + - uid: 24670 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 19.5,44.5 + rot: -1.5707963267948966 rad + pos: 27.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21089 + - uid: 24671 components: - type: Transform rot: -1.5707963267948966 rad - pos: -33.5,28.5 + pos: 26.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 21093 + color: '#0055CCFF' + - uid: 24672 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,29.5 + rot: -1.5707963267948966 rad + pos: 25.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 21100 + color: '#0055CCFF' + - uid: 24673 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,33.5 + pos: 24.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 21102 + color: '#0055CCFF' + - uid: 24674 components: - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,35.5 + rot: -1.5707963267948966 rad + pos: 23.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 21141 + color: '#0055CCFF' + - uid: 24675 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 22.5,44.5 + rot: -1.5707963267948966 rad + pos: 22.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21213 + - uid: 24677 components: - type: Transform rot: -1.5707963267948966 rad - pos: -33.5,19.5 + pos: 20.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 21214 + color: '#0055CCFF' + - uid: 24678 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,22.5 + rot: -1.5707963267948966 rad + pos: 19.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21232 + - uid: 24681 components: - type: Transform - pos: -26.5,31.5 + rot: -1.5707963267948966 rad + pos: 16.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21234 + - uid: 24682 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,30.5 + rot: -1.5707963267948966 rad + pos: 15.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21238 + - uid: 24685 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,28.5 + rot: -1.5707963267948966 rad + pos: 12.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 21239 + color: '#0055CCFF' + - uid: 24686 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,30.5 + rot: -1.5707963267948966 rad + pos: 11.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21248 + - uid: 24687 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,21.5 + rot: -1.5707963267948966 rad + pos: 25.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21256 + color: '#990000FF' + - uid: 24688 components: - type: Transform - pos: -38.5,28.5 + rot: -1.5707963267948966 rad + pos: 24.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21263 + color: '#990000FF' + - uid: 24689 components: - type: Transform rot: -1.5707963267948966 rad - pos: -38.5,40.5 + pos: 23.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 21267 + - uid: 24692 components: - type: Transform - pos: -38.5,27.5 + rot: -1.5707963267948966 rad + pos: 20.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 21283 + color: '#990000FF' + - uid: 24694 components: - type: Transform rot: -1.5707963267948966 rad - pos: -39.5,28.5 + pos: 18.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 21465 + - uid: 24696 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,9.5 + rot: -1.5707963267948966 rad + pos: 16.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 21780 + - uid: 24697 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,58.5 + pos: 28.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21781 + - uid: 24698 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,57.5 + rot: -1.5707963267948966 rad + pos: 14.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 21846 + - uid: 24703 components: - type: Transform - pos: 22.5,-20.5 + rot: -1.5707963267948966 rad + pos: 9.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 21848 + - uid: 24704 components: - type: Transform - pos: 22.5,-21.5 + rot: -1.5707963267948966 rad + pos: 8.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 21852 + - uid: 24706 components: - type: Transform - pos: 22.5,-17.5 + rot: -1.5707963267948966 rad + pos: 6.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 22094 + - uid: 24707 components: - type: Transform rot: -1.5707963267948966 rad - pos: -90.5,-5.5 + pos: 5.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 22335 + - uid: 24708 components: - type: Transform rot: -1.5707963267948966 rad - pos: 1.5,60.5 + pos: 4.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22336 + color: '#990000FF' + - uid: 24709 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,60.5 + pos: 3.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24713 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22337 + - uid: 24715 components: - type: Transform rot: -1.5707963267948966 rad - pos: 3.5,60.5 + pos: 5.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22342 + - uid: 24716 components: - type: Transform rot: -1.5707963267948966 rad - pos: 3.5,61.5 + pos: 4.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 22461 + color: '#0055CCFF' + - uid: 24717 components: - type: Transform - pos: -44.5,13.5 + rot: -1.5707963267948966 rad + pos: 3.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22607 + - uid: 24718 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,43.5 + rot: -1.5707963267948966 rad + pos: 2.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22645 + - uid: 24719 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,42.5 + rot: -1.5707963267948966 rad + pos: 1.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 22647 + color: '#0055CCFF' + - uid: 24721 components: - type: Transform - pos: 43.5,-27.5 + rot: -1.5707963267948966 rad + pos: -0.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22689 + - uid: 24722 components: - type: Transform rot: -1.5707963267948966 rad - pos: 1.5,40.5 + pos: -1.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 22699 + color: '#0055CCFF' + - uid: 24723 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,21.5 + rot: -1.5707963267948966 rad + pos: -2.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 22735 + color: '#0055CCFF' + - uid: 24724 components: - type: Transform rot: -1.5707963267948966 rad - pos: -51.5,33.5 + pos: -3.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 22773 + color: '#0055CCFF' + - uid: 24726 components: - type: Transform rot: -1.5707963267948966 rad - pos: 14.5,7.5 + pos: -5.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22807 + - uid: 24727 components: - type: Transform - rot: 3.141592653589793 rad - pos: 30.5,3.5 + rot: -1.5707963267948966 rad + pos: -6.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22816 + - uid: 24729 components: - type: Transform - pos: 28.5,-3.5 + rot: -1.5707963267948966 rad + pos: -8.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22825 + - uid: 24730 components: - type: Transform rot: -1.5707963267948966 rad - pos: -40.5,-32.5 + pos: -9.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22864 + - uid: 24732 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24733 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24734 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24735 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-16.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24736 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-44.5 + rot: -1.5707963267948966 rad + pos: -2.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 22894 + - uid: 24738 components: - type: Transform rot: -1.5707963267948966 rad - pos: 36.5,49.5 + pos: -4.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22895 + color: '#990000FF' + - uid: 24739 components: - type: Transform rot: -1.5707963267948966 rad - pos: 37.5,49.5 + pos: -5.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22896 + color: '#990000FF' + - uid: 24741 components: - type: Transform - pos: 38.5,48.5 + rot: -1.5707963267948966 rad + pos: -7.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 22901 + color: '#990000FF' + - uid: 24742 components: - type: Transform rot: -1.5707963267948966 rad - pos: -38.5,-33.5 + pos: -8.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23087 + - uid: 24743 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,12.5 + rot: -1.5707963267948966 rad + pos: -9.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23091 + - uid: 24745 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,5.5 + rot: -1.5707963267948966 rad + pos: -11.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23101 + color: '#990000FF' + - uid: 24746 components: - type: Transform - pos: 29.5,-3.5 + rot: -1.5707963267948966 rad + pos: -12.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23155 + - uid: 24747 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,4.5 + rot: -1.5707963267948966 rad + pos: -13.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23172 + - uid: 24748 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,4.5 + rot: -1.5707963267948966 rad + pos: -14.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23205 + - uid: 24749 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,41.5 + rot: -1.5707963267948966 rad + pos: -15.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23228 + - uid: 24750 components: - type: Transform - pos: -53.5,38.5 + rot: -1.5707963267948966 rad + pos: -16.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23233 + - uid: 24751 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,42.5 + rot: -1.5707963267948966 rad + pos: -17.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23237 + - uid: 24752 components: - type: Transform - pos: 65.5,24.5 + rot: -1.5707963267948966 rad + pos: -10.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23238 + - uid: 24753 components: - type: Transform - pos: 65.5,23.5 + rot: -1.5707963267948966 rad + pos: -11.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23239 + - uid: 24755 components: - type: Transform - pos: 65.5,22.5 + rot: -1.5707963267948966 rad + pos: -13.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23288 + - uid: 24756 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,5.5 + rot: -1.5707963267948966 rad + pos: -14.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23293 + - uid: 24757 components: - type: Transform rot: -1.5707963267948966 rad - pos: 21.5,49.5 + pos: -15.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 23422 + color: '#0055CCFF' + - uid: 24758 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,50.5 + rot: -1.5707963267948966 rad + pos: -16.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23518 + - uid: 24759 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-44.5 + rot: -1.5707963267948966 rad + pos: -17.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 23693 + color: '#0055CCFF' + - uid: 24760 components: - type: Transform rot: -1.5707963267948966 rad - pos: -20.5,-19.5 + pos: -18.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 23717 + color: '#0055CCFF' + - uid: 24761 components: - type: Transform - pos: -51.5,49.5 + rot: -1.5707963267948966 rad + pos: -19.5,-14.5 parent: 2 - - uid: 23718 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24762 components: - type: Transform - pos: -51.5,50.5 + rot: -1.5707963267948966 rad + pos: -20.5,-14.5 parent: 2 - - uid: 23719 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24764 components: - type: Transform - pos: -51.5,51.5 + rot: -1.5707963267948966 rad + pos: -22.5,-14.5 parent: 2 - - uid: 23720 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24765 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,46.5 + rot: -1.5707963267948966 rad + pos: -23.5,-14.5 parent: 2 - - uid: 23746 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24766 components: - type: Transform - pos: -36.5,27.5 + rot: 3.141592653589793 rad + pos: 0.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 23777 + color: '#0055CCFF' + - uid: 24767 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-43.5 + rot: 3.141592653589793 rad + pos: 0.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23784 + - uid: 24768 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,64.5 + rot: 3.141592653589793 rad + pos: 0.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23801 + - uid: 24769 components: - type: Transform rot: 3.141592653589793 rad - pos: -21.5,-34.5 + pos: 0.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23802 + - uid: 24770 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,46.5 + rot: 3.141592653589793 rad + pos: 0.5,-19.5 parent: 2 - - uid: 23812 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24771 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,46.5 + rot: 3.141592653589793 rad + pos: 0.5,-20.5 parent: 2 - - uid: 23927 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24772 components: - type: Transform - pos: -44.5,16.5 + rot: 3.141592653589793 rad + pos: 0.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23934 + - uid: 24776 components: - type: Transform rot: 3.141592653589793 rad - pos: -55.5,21.5 + pos: 0.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23938 + - uid: 24777 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,19.5 + rot: 3.141592653589793 rad + pos: 0.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 23943 + color: '#0055CCFF' + - uid: 24780 components: - type: Transform rot: 3.141592653589793 rad - pos: -53.5,8.5 + pos: 0.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 23945 + color: '#0055CCFF' + - uid: 24781 components: - type: Transform rot: 3.141592653589793 rad - pos: -53.5,9.5 + pos: 0.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 23950 + color: '#0055CCFF' + - uid: 24782 components: - type: Transform - pos: -44.5,34.5 + rot: 3.141592653589793 rad + pos: 0.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 23954 + color: '#0055CCFF' + - uid: 24784 components: - type: Transform rot: 3.141592653589793 rad - pos: -54.5,13.5 + pos: 0.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 23960 + color: '#0055CCFF' + - uid: 24785 components: - type: Transform rot: 3.141592653589793 rad - pos: -44.5,36.5 + pos: 0.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 23966 + color: '#0055CCFF' + - uid: 24786 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,35.5 + rot: 3.141592653589793 rad + pos: 0.5,-35.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23977 + - uid: 24788 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,9.5 + rot: 3.141592653589793 rad + pos: 0.5,-37.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23978 + - uid: 24789 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,9.5 + rot: 3.141592653589793 rad + pos: 0.5,-38.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23979 + - uid: 24795 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,9.5 + rot: 3.141592653589793 rad + pos: 0.5,-44.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23980 + - uid: 24796 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,9.5 + rot: 3.141592653589793 rad + pos: 0.5,-45.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23981 + - uid: 24797 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,9.5 + rot: 3.141592653589793 rad + pos: 0.5,-46.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23982 + - uid: 24798 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,9.5 + rot: 3.141592653589793 rad + pos: 0.5,-47.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23983 + - uid: 24799 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,9.5 + rot: 3.141592653589793 rad + pos: 0.5,-48.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23985 + - uid: 24800 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,9.5 + rot: 3.141592653589793 rad + pos: 0.5,-49.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23994 + - uid: 24803 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,17.5 + rot: 3.141592653589793 rad + pos: 2.5,-49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23995 + color: '#990000FF' + - uid: 24804 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,17.5 + rot: 3.141592653589793 rad + pos: 2.5,-48.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23996 + color: '#990000FF' + - uid: 24805 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,17.5 + rot: 3.141592653589793 rad + pos: 2.5,-47.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 23997 + color: '#990000FF' + - uid: 24806 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,17.5 + rot: 3.141592653589793 rad + pos: 2.5,-46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24000 + color: '#990000FF' + - uid: 24807 components: - type: Transform - pos: -38.5,26.5 + rot: 3.141592653589793 rad + pos: 2.5,-45.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24003 + color: '#990000FF' + - uid: 24808 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,22.5 + rot: 3.141592653589793 rad + pos: 2.5,-44.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24004 + color: '#990000FF' + - uid: 24815 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,22.5 + rot: 3.141592653589793 rad + pos: 2.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24005 + color: '#990000FF' + - uid: 24816 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,22.5 + rot: 3.141592653589793 rad + pos: 2.5,-36.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24006 + color: '#990000FF' + - uid: 24817 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,22.5 + rot: 3.141592653589793 rad + pos: 2.5,-35.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24008 + color: '#990000FF' + - uid: 24818 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,22.5 + rot: 3.141592653589793 rad + pos: 2.5,-34.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24009 + color: '#990000FF' + - uid: 24819 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,22.5 + rot: 3.141592653589793 rad + pos: 2.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24010 + color: '#990000FF' + - uid: 24821 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,22.5 + rot: 3.141592653589793 rad + pos: 2.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24011 + color: '#990000FF' + - uid: 24822 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,22.5 + rot: 3.141592653589793 rad + pos: 2.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24012 + color: '#990000FF' + - uid: 24824 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,22.5 + rot: 3.141592653589793 rad + pos: 2.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24013 + color: '#990000FF' + - uid: 24825 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,22.5 + rot: 3.141592653589793 rad + pos: 2.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24014 + color: '#990000FF' + - uid: 24826 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,22.5 + rot: 3.141592653589793 rad + pos: 2.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24015 + color: '#990000FF' + - uid: 24827 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,22.5 + rot: -1.5707963267948966 rad + pos: 31.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24016 + - uid: 24831 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,22.5 + rot: 3.141592653589793 rad + pos: 2.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24017 + color: '#990000FF' + - uid: 24832 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,22.5 + rot: 3.141592653589793 rad + pos: 2.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24019 + color: '#990000FF' + - uid: 24833 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,22.5 + rot: 3.141592653589793 rad + pos: 2.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24020 + color: '#990000FF' + - uid: 24834 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,22.5 + rot: 3.141592653589793 rad + pos: 2.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24021 + color: '#990000FF' + - uid: 24835 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,22.5 + rot: 3.141592653589793 rad + pos: 2.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24022 + color: '#990000FF' + - uid: 24836 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,22.5 + rot: 3.141592653589793 rad + pos: 2.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24024 + color: '#990000FF' + - uid: 24837 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,22.5 + rot: 3.141592653589793 rad + pos: 2.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24025 + color: '#990000FF' + - uid: 24838 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,21.5 + rot: 3.141592653589793 rad + pos: 2.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24027 + color: '#990000FF' + - uid: 24839 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,21.5 + rot: 3.141592653589793 rad + pos: 2.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24028 + color: '#990000FF' + - uid: 24840 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,21.5 + rot: 3.141592653589793 rad + pos: 2.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24029 + color: '#990000FF' + - uid: 24841 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,21.5 + rot: 3.141592653589793 rad + pos: 2.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24030 + color: '#990000FF' + - uid: 24842 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,21.5 + rot: 3.141592653589793 rad + pos: 2.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24031 + color: '#990000FF' + - uid: 24843 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,21.5 + rot: 3.141592653589793 rad + pos: 2.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24032 + color: '#990000FF' + - uid: 24844 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,21.5 + rot: 3.141592653589793 rad + pos: 2.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24033 + color: '#990000FF' + - uid: 24845 components: - type: Transform - pos: 0.5,23.5 + rot: 3.141592653589793 rad + pos: 2.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24034 + color: '#990000FF' + - uid: 24846 components: - type: Transform - pos: 0.5,24.5 + rot: 3.141592653589793 rad + pos: 2.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24035 + color: '#990000FF' + - uid: 24847 components: - type: Transform - pos: 0.5,25.5 + rot: 3.141592653589793 rad + pos: 2.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24036 + color: '#990000FF' + - uid: 24848 components: - type: Transform - pos: 0.5,26.5 + rot: 3.141592653589793 rad + pos: 2.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24037 + color: '#990000FF' + - uid: 24852 components: - type: Transform - pos: 0.5,27.5 + rot: 3.141592653589793 rad + pos: 2.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24038 + color: '#990000FF' + - uid: 24854 components: - type: Transform - pos: 0.5,28.5 + rot: 3.141592653589793 rad + pos: 2.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24039 + color: '#990000FF' + - uid: 24855 components: - type: Transform - pos: 0.5,29.5 + rot: 3.141592653589793 rad + pos: 2.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24041 + color: '#990000FF' + - uid: 24856 components: - type: Transform - pos: 0.5,31.5 + rot: 3.141592653589793 rad + pos: 2.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24042 + color: '#990000FF' + - uid: 24857 components: - type: Transform - pos: 0.5,32.5 + rot: 3.141592653589793 rad + pos: 2.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24044 + color: '#990000FF' + - uid: 24860 components: - type: Transform - pos: 0.5,34.5 + rot: 3.141592653589793 rad + pos: 2.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24045 + color: '#990000FF' + - uid: 24861 components: - type: Transform - pos: 0.5,35.5 + rot: 3.141592653589793 rad + pos: 2.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24046 + color: '#990000FF' + - uid: 24862 components: - type: Transform - pos: 0.5,36.5 + rot: 3.141592653589793 rad + pos: 0.5,9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24048 + - uid: 24863 components: - type: Transform - pos: 0.5,38.5 + rot: 3.141592653589793 rad + pos: 0.5,8.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24049 + - uid: 24866 components: - type: Transform - pos: 0.5,39.5 + rot: 3.141592653589793 rad + pos: 0.5,5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24050 + - uid: 24867 components: - type: Transform - pos: 0.5,40.5 + rot: 3.141592653589793 rad + pos: 0.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24053 + - uid: 24868 components: - type: Transform - pos: 0.5,43.5 + rot: 3.141592653589793 rad + pos: 0.5,3.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24055 + - uid: 24870 components: - type: Transform - pos: 0.5,45.5 + rot: 3.141592653589793 rad + pos: 0.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24056 + - uid: 24872 components: - type: Transform - pos: 0.5,46.5 + rot: 3.141592653589793 rad + pos: 0.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24057 + - uid: 24874 components: - type: Transform - pos: 0.5,47.5 + pos: 8.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24058 + - uid: 24875 components: - type: Transform - pos: 0.5,48.5 + rot: 3.141592653589793 rad + pos: 0.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24060 + - uid: 24876 components: - type: Transform - pos: 0.5,50.5 + rot: 3.141592653589793 rad + pos: 0.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24061 + - uid: 24877 components: - type: Transform - pos: 0.5,51.5 + rot: 3.141592653589793 rad + pos: 0.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24062 + - uid: 24878 components: - type: Transform - pos: 0.5,52.5 + rot: 3.141592653589793 rad + pos: 0.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24063 + - uid: 24879 components: - type: Transform - pos: 0.5,53.5 + rot: 3.141592653589793 rad + pos: 0.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24064 + - uid: 24880 components: - type: Transform - pos: 0.5,54.5 + rot: 3.141592653589793 rad + pos: 0.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24066 + - uid: 24881 components: - type: Transform - pos: 0.5,56.5 + rot: 3.141592653589793 rad + pos: 0.5,-9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24067 + - uid: 24882 components: - type: Transform - pos: 0.5,57.5 + rot: 3.141592653589793 rad + pos: 0.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24068 + - uid: 24883 components: - type: Transform - pos: 0.5,58.5 + rot: 3.141592653589793 rad + pos: 0.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24069 + - uid: 24884 components: - type: Transform - pos: 0.5,59.5 + rot: 3.141592653589793 rad + pos: 0.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24071 + - uid: 24885 components: - type: Transform - pos: 0.5,61.5 + rot: 3.141592653589793 rad + pos: 0.5,-13.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24072 + - uid: 24886 components: - type: Transform - pos: 0.5,62.5 + rot: 1.5707963267948966 rad + pos: -0.5,2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24073 + - uid: 24888 components: - type: Transform - pos: 0.5,63.5 + rot: 1.5707963267948966 rad + pos: -2.5,2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24074 + - uid: 24889 components: - type: Transform - pos: 9.5,19.5 + rot: 1.5707963267948966 rad + pos: -3.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24075 + color: '#0055CCFF' + - uid: 24890 components: - type: Transform - pos: 0.5,65.5 + rot: 1.5707963267948966 rad + pos: -4.5,2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24076 + - uid: 24891 components: - type: Transform - pos: 0.5,66.5 + rot: 1.5707963267948966 rad + pos: -5.5,2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24077 + - uid: 24892 components: - type: Transform - pos: 0.5,67.5 + rot: 1.5707963267948966 rad + pos: -6.5,2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24078 + - uid: 24893 components: - type: Transform - pos: 0.5,68.5 + rot: 1.5707963267948966 rad + pos: -7.5,2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24079 + - uid: 24895 components: - type: Transform - pos: 0.5,69.5 + rot: 1.5707963267948966 rad + pos: -9.5,2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24080 + - uid: 24896 components: - type: Transform - pos: 0.5,70.5 + rot: 1.5707963267948966 rad + pos: -10.5,2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24082 + - uid: 24897 components: - type: Transform - pos: 0.5,72.5 + rot: 1.5707963267948966 rad + pos: 1.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24083 + color: '#990000FF' + - uid: 24898 components: - type: Transform - pos: 0.5,73.5 + rot: 1.5707963267948966 rad + pos: 0.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24084 + color: '#990000FF' + - uid: 24899 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,74.5 + rot: 1.5707963267948966 rad + pos: -0.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24085 + color: '#990000FF' + - uid: 24900 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,74.5 + rot: 1.5707963267948966 rad + pos: -1.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24086 + color: '#990000FF' + - uid: 24901 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,74.5 + rot: 1.5707963267948966 rad + pos: -2.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24087 + color: '#990000FF' + - uid: 24902 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,74.5 + rot: 1.5707963267948966 rad + pos: -3.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24088 + color: '#990000FF' + - uid: 24903 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,74.5 + rot: 1.5707963267948966 rad + pos: -4.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24089 + color: '#990000FF' + - uid: 24904 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,74.5 + rot: 1.5707963267948966 rad + pos: -5.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24090 + color: '#990000FF' + - uid: 24905 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,74.5 + rot: 1.5707963267948966 rad + pos: -6.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24091 + color: '#990000FF' + - uid: 24906 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,74.5 + rot: 1.5707963267948966 rad + pos: -7.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24092 + color: '#990000FF' + - uid: 24907 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,74.5 + rot: 1.5707963267948966 rad + pos: -8.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24093 + color: '#990000FF' + - uid: 24908 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,74.5 + rot: 1.5707963267948966 rad + pos: -9.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24094 + color: '#990000FF' + - uid: 24910 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,74.5 + rot: 1.5707963267948966 rad + pos: -11.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24095 + - uid: 24911 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,74.5 + rot: 1.5707963267948966 rad + pos: -12.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24096 + - uid: 24912 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,74.5 + rot: 1.5707963267948966 rad + pos: -13.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24097 + - uid: 24914 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,74.5 + rot: 1.5707963267948966 rad + pos: -15.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24098 + - uid: 24915 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,74.5 + rot: 1.5707963267948966 rad + pos: -16.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24099 + - uid: 24916 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,74.5 + rot: 1.5707963267948966 rad + pos: -17.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24100 + - uid: 24917 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,74.5 + rot: 1.5707963267948966 rad + pos: -18.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24101 + - uid: 24918 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,74.5 + rot: 1.5707963267948966 rad + pos: -19.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24102 + - uid: 24920 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,74.5 + rot: 1.5707963267948966 rad + pos: -21.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24103 + - uid: 24921 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,74.5 + rot: 1.5707963267948966 rad + pos: -22.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24104 + - uid: 24922 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,74.5 + rot: 1.5707963267948966 rad + pos: -23.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24105 + - uid: 24923 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,73.5 + rot: 1.5707963267948966 rad + pos: -24.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24106 + - uid: 24928 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,72.5 + rot: 1.5707963267948966 rad + pos: -12.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24107 + color: '#0055CCFF' + - uid: 24929 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,71.5 + rot: 1.5707963267948966 rad + pos: -13.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24109 + color: '#0055CCFF' + - uid: 24930 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,69.5 + rot: 1.5707963267948966 rad + pos: -14.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24111 + color: '#0055CCFF' + - uid: 24932 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24933 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24935 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24938 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24940 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24945 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,67.5 + pos: -11.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24112 + color: '#0055CCFF' + - uid: 24946 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,66.5 + pos: -11.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24113 + color: '#0055CCFF' + - uid: 24947 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,65.5 + pos: -11.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24114 + color: '#0055CCFF' + - uid: 24949 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,64.5 + pos: -11.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24116 + color: '#0055CCFF' + - uid: 24950 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,62.5 + pos: -11.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24118 + color: '#0055CCFF' + - uid: 24951 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,60.5 + pos: -10.5,0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24119 + - uid: 24952 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,59.5 + pos: -10.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24121 + - uid: 24953 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,57.5 + pos: -10.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24122 + - uid: 24955 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,56.5 + pos: -10.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24123 + - uid: 24956 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,55.5 + pos: -10.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24124 + - uid: 24957 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,54.5 + pos: -11.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24125 + color: '#0055CCFF' + - uid: 24958 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,53.5 + pos: -11.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24126 + color: '#0055CCFF' + - uid: 24959 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,52.5 + pos: -11.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24127 + color: '#0055CCFF' + - uid: 24960 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,51.5 + pos: -11.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24128 + color: '#0055CCFF' + - uid: 24961 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,50.5 + pos: -11.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24132 + color: '#0055CCFF' + - uid: 24962 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,46.5 + pos: -11.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24133 + color: '#0055CCFF' + - uid: 24963 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,45.5 + pos: -11.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24134 + color: '#0055CCFF' + - uid: 24964 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,44.5 + pos: -11.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24135 + color: '#0055CCFF' + - uid: 24965 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,43.5 + pos: -11.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24137 + color: '#0055CCFF' + - uid: 24966 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,41.5 + pos: -11.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24139 + color: '#0055CCFF' + - uid: 24967 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,39.5 + pos: -10.5,2.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24140 + - uid: 24968 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,38.5 + pos: -10.5,3.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24141 + - uid: 24969 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,37.5 + pos: -10.5,4.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24144 + - uid: 24970 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,34.5 + pos: -10.5,5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24145 + - uid: 24971 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,33.5 + pos: -10.5,6.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24148 + - uid: 24972 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,30.5 + pos: -10.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24150 + - uid: 24973 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,28.5 + pos: -10.5,8.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24151 + - uid: 24974 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,27.5 + pos: -10.5,9.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24152 + - uid: 24975 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,26.5 + pos: -10.5,10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24153 + - uid: 24976 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,25.5 + pos: -10.5,11.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24154 + - uid: 24979 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,24.5 + rot: 1.5707963267948966 rad + pos: -11.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24155 + - uid: 24980 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,23.5 + rot: 1.5707963267948966 rad + pos: -12.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24156 + - uid: 24981 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,22.5 + rot: 1.5707963267948966 rad + pos: -13.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24157 + - uid: 24982 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,21.5 + rot: 1.5707963267948966 rad + pos: -14.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24158 + - uid: 24983 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,20.5 + rot: 1.5707963267948966 rad + pos: -15.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24159 + - uid: 24984 components: - type: Transform rot: 1.5707963267948966 rad - pos: 1.5,19.5 + pos: -16.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24160 + - uid: 24985 components: - type: Transform rot: 1.5707963267948966 rad - pos: 0.5,19.5 + pos: -17.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24161 + - uid: 24986 components: - type: Transform rot: 1.5707963267948966 rad - pos: -0.5,19.5 + pos: -18.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24162 + - uid: 24987 components: - type: Transform rot: 1.5707963267948966 rad - pos: -1.5,19.5 + pos: -19.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24163 + - uid: 24988 components: - type: Transform rot: 1.5707963267948966 rad - pos: -2.5,19.5 + pos: -20.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24164 + - uid: 24989 components: - type: Transform rot: 1.5707963267948966 rad - pos: -3.5,19.5 + pos: -21.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24166 + - uid: 24990 components: - type: Transform rot: 1.5707963267948966 rad - pos: -5.5,19.5 + pos: -22.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24167 + - uid: 24992 components: - type: Transform rot: 1.5707963267948966 rad - pos: -6.5,19.5 + pos: -24.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24168 + - uid: 24993 components: - type: Transform rot: 1.5707963267948966 rad - pos: -7.5,19.5 + pos: -25.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24169 + - uid: 24994 components: - type: Transform rot: 1.5707963267948966 rad - pos: -8.5,19.5 + pos: -26.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24170 + - uid: 24995 components: - type: Transform rot: 1.5707963267948966 rad - pos: -9.5,19.5 + pos: -27.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24171 + - uid: 24996 components: - type: Transform rot: 1.5707963267948966 rad - pos: -10.5,19.5 + pos: -28.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24172 + - uid: 24997 components: - type: Transform rot: 1.5707963267948966 rad - pos: -11.5,19.5 + pos: -12.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24175 + color: '#0055CCFF' + - uid: 24998 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,22.5 + rot: 1.5707963267948966 rad + pos: -13.5,13.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24176 + - uid: 24999 components: - type: Transform rot: 1.5707963267948966 rad - pos: -15.5,19.5 + pos: -14.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24177 + color: '#0055CCFF' + - uid: 25000 components: - type: Transform rot: 1.5707963267948966 rad - pos: -16.5,19.5 + pos: -15.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24178 + color: '#0055CCFF' + - uid: 25001 components: - type: Transform rot: 1.5707963267948966 rad - pos: -17.5,19.5 + pos: -16.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24179 + color: '#0055CCFF' + - uid: 25002 components: - type: Transform rot: 1.5707963267948966 rad - pos: -18.5,19.5 + pos: -17.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24180 + color: '#0055CCFF' + - uid: 25003 components: - type: Transform rot: 1.5707963267948966 rad - pos: -19.5,19.5 + pos: -18.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24181 + color: '#0055CCFF' + - uid: 25004 components: - type: Transform rot: 1.5707963267948966 rad - pos: -20.5,19.5 + pos: -19.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24182 + color: '#0055CCFF' + - uid: 25005 components: - type: Transform rot: 1.5707963267948966 rad - pos: -21.5,19.5 + pos: -20.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24183 + color: '#0055CCFF' + - uid: 25007 components: - type: Transform rot: 1.5707963267948966 rad - pos: -22.5,19.5 + pos: -22.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24184 + color: '#0055CCFF' + - uid: 25008 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,19.5 + pos: -23.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24185 + color: '#0055CCFF' + - uid: 25009 components: - type: Transform rot: 1.5707963267948966 rad - pos: -24.5,19.5 + pos: -24.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24186 + color: '#0055CCFF' + - uid: 25010 components: - type: Transform rot: 1.5707963267948966 rad - pos: -25.5,19.5 + pos: -25.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24188 + color: '#0055CCFF' + - uid: 25011 components: - type: Transform rot: 1.5707963267948966 rad - pos: -27.5,19.5 + pos: -26.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24189 + color: '#0055CCFF' + - uid: 25012 components: - type: Transform rot: 1.5707963267948966 rad - pos: -28.5,19.5 + pos: -27.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24190 + color: '#0055CCFF' + - uid: 25013 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,19.5 + pos: -28.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24191 + color: '#0055CCFF' + - uid: 25014 components: - type: Transform rot: 1.5707963267948966 rad - pos: -30.5,19.5 + pos: -9.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24192 + color: '#0055CCFF' + - uid: 25015 components: - type: Transform rot: 1.5707963267948966 rad - pos: -31.5,19.5 + pos: -8.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24196 + color: '#0055CCFF' + - uid: 25016 components: - type: Transform rot: 1.5707963267948966 rad - pos: -38.5,16.5 + pos: -7.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24197 + color: '#0055CCFF' + - uid: 25017 components: - type: Transform rot: 1.5707963267948966 rad - pos: -39.5,16.5 + pos: -6.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24198 + color: '#0055CCFF' + - uid: 25018 components: - type: Transform rot: 1.5707963267948966 rad - pos: -41.5,15.5 + pos: -5.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24199 + color: '#0055CCFF' + - uid: 25019 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,15.5 + pos: -4.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24200 + color: '#0055CCFF' + - uid: 25020 components: - type: Transform - pos: -43.5,14.5 + rot: 1.5707963267948966 rad + pos: -9.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24201 + - uid: 25021 components: - type: Transform - pos: -43.5,13.5 + rot: 1.5707963267948966 rad + pos: -8.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24202 + - uid: 25022 components: - type: Transform - pos: -43.5,12.5 + rot: 1.5707963267948966 rad + pos: -7.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24203 + - uid: 25023 components: - type: Transform - pos: -43.5,11.5 + rot: 1.5707963267948966 rad + pos: -6.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24204 + - uid: 25024 components: - type: Transform - pos: -43.5,10.5 + rot: 1.5707963267948966 rad + pos: -5.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24205 + - uid: 25025 components: - type: Transform - pos: -43.5,9.5 + rot: 1.5707963267948966 rad + pos: -4.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24207 + - uid: 25028 components: - type: Transform rot: -1.5707963267948966 rad - pos: -46.5,7.5 + pos: 1.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24208 + color: '#0055CCFF' + - uid: 25029 components: - type: Transform rot: -1.5707963267948966 rad - pos: -47.5,7.5 + pos: 2.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24209 + color: '#0055CCFF' + - uid: 25030 components: - type: Transform rot: -1.5707963267948966 rad - pos: -48.5,7.5 + pos: 3.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24210 + color: '#0055CCFF' + - uid: 25031 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,7.5 + pos: 4.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24211 + color: '#0055CCFF' + - uid: 25032 components: - type: Transform rot: -1.5707963267948966 rad - pos: -50.5,7.5 + pos: 5.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24212 + color: '#0055CCFF' + - uid: 25033 components: - type: Transform rot: -1.5707963267948966 rad - pos: -51.5,7.5 + pos: 6.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24213 + color: '#0055CCFF' + - uid: 25034 components: - type: Transform rot: -1.5707963267948966 rad - pos: -52.5,7.5 + pos: 7.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24214 + color: '#0055CCFF' + - uid: 25035 components: - type: Transform rot: -1.5707963267948966 rad - pos: -53.5,7.5 + pos: 3.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24215 + - uid: 25036 components: - type: Transform rot: -1.5707963267948966 rad - pos: -54.5,7.5 + pos: 4.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24216 + - uid: 25037 components: - type: Transform rot: -1.5707963267948966 rad - pos: -55.5,7.5 + pos: 5.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24217 + - uid: 25038 components: - type: Transform rot: -1.5707963267948966 rad - pos: -56.5,7.5 + pos: 6.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24218 + - uid: 25039 components: - type: Transform rot: -1.5707963267948966 rad - pos: -57.5,7.5 + pos: 7.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24219 + - uid: 25040 components: - type: Transform rot: -1.5707963267948966 rad - pos: -58.5,7.5 + pos: 8.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24221 + - uid: 25041 components: - type: Transform rot: -1.5707963267948966 rad - pos: -60.5,7.5 + pos: 9.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24222 + - uid: 25044 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,7.5 + pos: 8.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24223 + color: '#0055CCFF' + - uid: 25045 + components: + - type: Transform + pos: 8.5,-9.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25046 + components: + - type: Transform + pos: 8.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25048 + components: + - type: Transform + pos: 8.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25050 + components: + - type: Transform + pos: 8.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25051 + components: + - type: Transform + pos: 8.5,-3.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25056 components: - type: Transform rot: -1.5707963267948966 rad - pos: -62.5,7.5 + pos: -56.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24224 + - uid: 25072 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,7.5 + pos: -38.5,62.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24226 + - uid: 25073 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -65.5,7.5 + pos: -39.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25074 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24227 + - uid: 25075 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -66.5,7.5 + rot: 3.141592653589793 rad + pos: 10.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24228 + - uid: 25078 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,7.5 + rot: 3.141592653589793 rad + pos: 10.5,0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24230 + - uid: 25079 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,7.5 + rot: 3.141592653589793 rad + pos: 10.5,2.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24231 + - uid: 25080 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,7.5 + rot: 3.141592653589793 rad + pos: 10.5,3.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24233 + - uid: 25081 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,7.5 + rot: 3.141592653589793 rad + pos: 10.5,4.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24234 + - uid: 25083 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -73.5,7.5 + rot: 3.141592653589793 rad + pos: 8.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25084 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,5.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25085 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,6.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25086 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25093 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,6.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24235 + - uid: 25094 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,7.5 + rot: 3.141592653589793 rad + pos: 10.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24237 + - uid: 25095 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -76.5,7.5 + rot: 3.141592653589793 rad + pos: 10.5,8.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24239 + - uid: 25100 components: - type: Transform rot: -1.5707963267948966 rad - pos: -78.5,7.5 + pos: 13.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24240 + color: '#0055CCFF' + - uid: 25104 components: - type: Transform rot: -1.5707963267948966 rad - pos: -79.5,7.5 + pos: 11.5,5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24241 + - uid: 25105 components: - type: Transform rot: -1.5707963267948966 rad - pos: -80.5,7.5 + pos: 12.5,5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24242 + - uid: 25106 components: - type: Transform rot: -1.5707963267948966 rad - pos: -81.5,7.5 + pos: 13.5,5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24243 + - uid: 25109 components: - type: Transform rot: -1.5707963267948966 rad - pos: -82.5,7.5 + pos: 16.5,5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24246 + - uid: 25111 components: - type: Transform rot: -1.5707963267948966 rad - pos: -85.5,7.5 + pos: 18.5,5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24247 + - uid: 25113 components: - type: Transform rot: -1.5707963267948966 rad - pos: -86.5,7.5 + pos: 20.5,5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24248 + - uid: 25114 components: - type: Transform rot: -1.5707963267948966 rad - pos: -87.5,7.5 + pos: 21.5,5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24249 + - uid: 25116 components: - type: Transform rot: -1.5707963267948966 rad - pos: -88.5,7.5 + pos: 23.5,5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24250 + - uid: 25117 components: - type: Transform rot: -1.5707963267948966 rad - pos: -89.5,7.5 + pos: 24.5,5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24252 + - uid: 25118 components: - type: Transform rot: -1.5707963267948966 rad - pos: -91.5,7.5 + pos: 25.5,5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24254 + - uid: 25119 components: - type: Transform rot: -1.5707963267948966 rad - pos: -93.5,7.5 + pos: 26.5,5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24255 + - uid: 25122 components: - type: Transform rot: -1.5707963267948966 rad - pos: -94.5,7.5 + pos: 29.5,5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24256 + - uid: 25123 components: - type: Transform rot: -1.5707963267948966 rad - pos: -95.5,7.5 + pos: 30.5,5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24259 + - uid: 25124 components: - type: Transform rot: -1.5707963267948966 rad - pos: -95.5,9.5 + pos: 9.5,7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24260 + - uid: 25125 components: - type: Transform rot: -1.5707963267948966 rad - pos: -94.5,9.5 + pos: 10.5,7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24261 + - uid: 25126 components: - type: Transform rot: -1.5707963267948966 rad - pos: -93.5,9.5 + pos: 11.5,7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24262 + - uid: 25127 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -92.5,9.5 + rot: 3.141592653589793 rad + pos: 8.5,11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24264 + - uid: 25130 components: - type: Transform rot: -1.5707963267948966 rad - pos: -90.5,9.5 + pos: 15.5,7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24266 + - uid: 25131 components: - type: Transform rot: -1.5707963267948966 rad - pos: -88.5,9.5 + pos: 16.5,7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24267 + - uid: 25134 components: - type: Transform rot: -1.5707963267948966 rad - pos: -87.5,9.5 + pos: 19.5,7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24268 + - uid: 25135 components: - type: Transform rot: -1.5707963267948966 rad - pos: -86.5,9.5 + pos: 20.5,7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24271 + - uid: 25137 components: - type: Transform rot: -1.5707963267948966 rad - pos: -83.5,9.5 + pos: 22.5,7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24272 + - uid: 25138 components: - type: Transform rot: -1.5707963267948966 rad - pos: -82.5,9.5 + pos: 23.5,7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24273 + - uid: 25139 components: - type: Transform rot: -1.5707963267948966 rad - pos: -81.5,9.5 + pos: 24.5,7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24274 + - uid: 25142 components: - type: Transform rot: -1.5707963267948966 rad - pos: -80.5,9.5 + pos: 27.5,7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24275 + - uid: 25143 components: - type: Transform rot: -1.5707963267948966 rad - pos: -79.5,9.5 + pos: 28.5,7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24277 + - uid: 25147 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -77.5,9.5 + pos: 30.5,6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24279 + - uid: 25148 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -75.5,9.5 + pos: 30.5,5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24280 + - uid: 25149 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -74.5,9.5 + pos: 30.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24282 + - uid: 25151 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -72.5,9.5 + pos: 30.5,2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24283 + - uid: 25152 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -71.5,9.5 + pos: 30.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24284 + - uid: 25153 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,9.5 + pos: 30.5,0.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24285 + - uid: 25154 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -69.5,9.5 + pos: 30.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24287 + - uid: 25159 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,9.5 + pos: 31.5,4.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25161 + components: + - type: Transform + pos: 31.5,2.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25162 + components: + - type: Transform + pos: 31.5,1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25163 + components: + - type: Transform + pos: 31.5,0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25164 + components: + - type: Transform + pos: 31.5,-0.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25165 + components: + - type: Transform + pos: 31.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25168 + components: + - type: Transform + pos: 29.5,-13.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25186 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,19.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24288 + - uid: 25258 components: - type: Transform rot: -1.5707963267948966 rad - pos: -66.5,9.5 + pos: -21.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24289 + color: '#990000FF' + - uid: 25259 components: - type: Transform rot: -1.5707963267948966 rad - pos: -65.5,9.5 + pos: -22.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24290 + color: '#990000FF' + - uid: 25268 components: - type: Transform rot: -1.5707963267948966 rad - pos: -64.5,9.5 + pos: -23.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24291 + color: '#990000FF' + - uid: 25269 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,48.5 + rot: -1.5707963267948966 rad + pos: -24.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24292 + color: '#990000FF' + - uid: 25270 components: - type: Transform rot: -1.5707963267948966 rad - pos: -62.5,9.5 + pos: -25.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24293 + color: '#990000FF' + - uid: 25271 components: - type: Transform rot: -1.5707963267948966 rad - pos: -61.5,9.5 + pos: -26.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24294 + color: '#990000FF' + - uid: 25272 components: - type: Transform rot: -1.5707963267948966 rad - pos: -60.5,9.5 + pos: -27.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24295 + color: '#990000FF' + - uid: 25292 components: - type: Transform rot: -1.5707963267948966 rad - pos: -59.5,9.5 + pos: -29.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24296 + color: '#990000FF' + - uid: 25335 components: - type: Transform rot: -1.5707963267948966 rad - pos: -58.5,9.5 + pos: -44.5,64.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24297 + - uid: 25350 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,9.5 + rot: 3.141592653589793 rad + pos: 45.5,22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24298 + - uid: 25352 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,9.5 + pos: 46.5,19.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25354 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24308 + - uid: 25355 components: - type: Transform rot: 1.5707963267948966 rad - pos: 50.5,49.5 + pos: 50.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24309 + - uid: 25356 components: - type: Transform rot: 1.5707963267948966 rad - pos: 52.5,49.5 + pos: 51.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24311 + - uid: 25358 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,18.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25361 components: - type: Transform rot: 3.141592653589793 rad - pos: 53.5,48.5 + pos: 27.5,22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24318 + - uid: 25362 components: - type: Transform - pos: 0.5,37.5 + rot: 3.141592653589793 rad + pos: 27.5,23.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24319 + - uid: 25364 components: - type: Transform - pos: 2.5,35.5 + rot: 3.141592653589793 rad + pos: 27.5,25.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25365 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25367 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25368 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,19.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24328 + - uid: 25369 components: - type: Transform - pos: 2.5,17.5 + rot: 3.141592653589793 rad + pos: 29.5,20.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24329 + - uid: 25370 components: - type: Transform - pos: 2.5,16.5 + rot: 3.141592653589793 rad + pos: 29.5,21.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24330 + - uid: 25371 components: - type: Transform - pos: 2.5,15.5 + rot: 3.141592653589793 rad + pos: 29.5,22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24331 + - uid: 25372 components: - type: Transform - pos: 2.5,14.5 + rot: 3.141592653589793 rad + pos: 29.5,23.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24332 + - uid: 25374 components: - type: Transform - pos: 2.5,13.5 + rot: 3.141592653589793 rad + pos: 29.5,25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24333 + - uid: 25376 components: - type: Transform - pos: 2.5,12.5 + rot: 3.141592653589793 rad + pos: 29.5,27.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24334 + - uid: 25379 components: - type: Transform - pos: 2.5,11.5 + rot: 1.5707963267948966 rad + pos: 28.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25380 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 29.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25381 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25382 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25383 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25384 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25386 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25388 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25389 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24335 + - uid: 25390 components: - type: Transform - pos: 2.5,10.5 + rot: 1.5707963267948966 rad + pos: 31.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24336 + - uid: 25391 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,18.5 + rot: 1.5707963267948966 rad + pos: 32.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25392 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25393 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25395 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24337 + - uid: 25396 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,18.5 + rot: 1.5707963267948966 rad + pos: 37.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24338 + - uid: 25397 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,18.5 + rot: 1.5707963267948966 rad + pos: 38.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24340 + - uid: 25398 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,18.5 + rot: 1.5707963267948966 rad + pos: 39.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24341 + - uid: 25401 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,18.5 + rot: 3.141592653589793 rad + pos: 38.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24342 + color: '#0055CCFF' + - uid: 25402 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-14.5 + rot: 3.141592653589793 rad + pos: 38.5,31.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24348 + - uid: 25403 components: - type: Transform - pos: 29.5,8.5 + rot: 3.141592653589793 rad + pos: 38.5,32.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24353 + - uid: 25405 components: - type: Transform - pos: 10.5,-0.5 + rot: 3.141592653589793 rad + pos: 38.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24354 + color: '#0055CCFF' + - uid: 25406 components: - type: Transform - pos: 8.5,0.5 + rot: 3.141592653589793 rad + pos: 38.5,35.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24355 + - uid: 25407 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,50.5 + rot: 3.141592653589793 rad + pos: 38.5,36.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24356 + - uid: 25408 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,18.5 + rot: 3.141592653589793 rad + pos: 38.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24358 + color: '#0055CCFF' + - uid: 25410 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,18.5 + rot: 3.141592653589793 rad + pos: 38.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24359 + color: '#0055CCFF' + - uid: 25412 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,18.5 + rot: 3.141592653589793 rad + pos: 38.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24360 + color: '#0055CCFF' + - uid: 25413 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,18.5 + rot: 3.141592653589793 rad + pos: 38.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24361 + color: '#0055CCFF' + - uid: 25415 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,18.5 + rot: 3.141592653589793 rad + pos: 38.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24363 + color: '#0055CCFF' + - uid: 25416 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,18.5 + rot: 3.141592653589793 rad + pos: 38.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24364 + color: '#0055CCFF' + - uid: 25417 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,18.5 + rot: 3.141592653589793 rad + pos: 38.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24365 + color: '#0055CCFF' + - uid: 25419 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,18.5 + rot: 3.141592653589793 rad + pos: 40.5,29.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24367 + - uid: 25421 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,18.5 + rot: 3.141592653589793 rad + pos: 40.5,31.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24368 + - uid: 25423 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,18.5 + rot: 3.141592653589793 rad + pos: 40.5,33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24369 + - uid: 25424 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,18.5 + rot: 3.141592653589793 rad + pos: 40.5,34.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24371 + - uid: 25425 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,18.5 + rot: 3.141592653589793 rad + pos: 40.5,35.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24372 + - uid: 25427 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,18.5 + rot: 3.141592653589793 rad + pos: 40.5,37.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24373 + - uid: 25428 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,18.5 + rot: 3.141592653589793 rad + pos: 40.5,38.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24374 + - uid: 25430 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,18.5 + rot: 3.141592653589793 rad + pos: 40.5,40.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24375 + - uid: 25431 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,18.5 + rot: 3.141592653589793 rad + pos: 40.5,41.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24376 + - uid: 25433 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,18.5 + rot: 3.141592653589793 rad + pos: 40.5,43.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24377 + - uid: 25436 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,18.5 + rot: 3.141592653589793 rad + pos: 39.5,45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24380 + - uid: 25438 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,18.5 + rot: 3.141592653589793 rad + pos: 39.5,47.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24381 + - uid: 25442 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,18.5 + rot: 3.141592653589793 rad + pos: 80.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24382 + - uid: 25443 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,18.5 + rot: 1.5707963267948966 rad + pos: 39.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24383 + color: '#0055CCFF' + - uid: 25444 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,17.5 + rot: 1.5707963267948966 rad + pos: 40.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24384 + color: '#0055CCFF' + - uid: 25445 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,16.5 + rot: 1.5707963267948966 rad + pos: 41.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24385 + color: '#0055CCFF' + - uid: 25446 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,15.5 + rot: 1.5707963267948966 rad + pos: 42.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24386 + color: '#0055CCFF' + - uid: 25447 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,14.5 + rot: 1.5707963267948966 rad + pos: 43.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24387 + color: '#0055CCFF' + - uid: 25448 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,13.5 + rot: 1.5707963267948966 rad + pos: 41.5,42.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24388 + - uid: 25449 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,12.5 + rot: 1.5707963267948966 rad + pos: 42.5,42.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24389 + - uid: 25450 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,11.5 + rot: 1.5707963267948966 rad + pos: 43.5,42.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24390 + - uid: 25453 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,10.5 + rot: 1.5707963267948966 rad + pos: 39.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24391 + color: '#0055CCFF' + - uid: 25454 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,9.5 + rot: 1.5707963267948966 rad + pos: 40.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24392 + color: '#0055CCFF' + - uid: 25455 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,8.5 + rot: 1.5707963267948966 rad + pos: 41.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24393 + color: '#0055CCFF' + - uid: 25456 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,7.5 + rot: 1.5707963267948966 rad + pos: 42.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24394 + color: '#0055CCFF' + - uid: 25457 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,6.5 + rot: 1.5707963267948966 rad + pos: 41.5,36.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24395 + - uid: 25458 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,5.5 + rot: 1.5707963267948966 rad + pos: 42.5,36.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24397 + - uid: 25461 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,2.5 + rot: 1.5707963267948966 rad + pos: 41.5,32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24398 + - uid: 25462 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,1.5 + rot: 1.5707963267948966 rad + pos: 39.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24399 + color: '#0055CCFF' + - uid: 25463 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,0.5 + rot: 1.5707963267948966 rad + pos: 40.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24400 + color: '#0055CCFF' + - uid: 25464 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,21.5 + rot: 1.5707963267948966 rad + pos: 41.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24401 + - uid: 25465 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,21.5 + rot: 1.5707963267948966 rad + pos: 42.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24403 + - uid: 25469 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,21.5 + rot: 1.5707963267948966 rad + pos: 39.5,29.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24404 + - uid: 25470 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,29.5 + rot: 1.5707963267948966 rad + pos: 40.5,29.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24405 + - uid: 25471 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,21.5 + rot: 1.5707963267948966 rad + pos: 41.5,29.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24406 + - uid: 25472 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,21.5 + rot: 1.5707963267948966 rad + pos: 41.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24407 + color: '#990000FF' + - uid: 25473 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,21.5 + rot: 1.5707963267948966 rad + pos: 42.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24408 + color: '#990000FF' + - uid: 25474 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,21.5 + rot: 1.5707963267948966 rad + pos: 43.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24409 + color: '#990000FF' + - uid: 25477 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,21.5 + pos: 34.5,28.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24410 + - uid: 25478 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,21.5 + pos: 34.5,27.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24412 + - uid: 25479 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,21.5 + pos: 34.5,26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24414 + - uid: 25480 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,21.5 + pos: 35.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24415 + color: '#990000FF' + - uid: 25481 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,21.5 + pos: 35.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24416 + color: '#990000FF' + - uid: 25482 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,21.5 + pos: 35.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24417 + color: '#990000FF' + - uid: 25487 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,21.5 + rot: 1.5707963267948966 rad + pos: 35.5,25.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24418 + - uid: 25488 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,21.5 + rot: 1.5707963267948966 rad + pos: 36.5,25.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24419 + - uid: 25489 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,21.5 + rot: 1.5707963267948966 rad + pos: 37.5,25.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24421 + - uid: 25490 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,21.5 + rot: 1.5707963267948966 rad + pos: 38.5,25.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24422 + - uid: 25491 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,21.5 + rot: 1.5707963267948966 rad + pos: 39.5,25.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24423 + - uid: 25492 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,21.5 + rot: 1.5707963267948966 rad + pos: 36.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24425 + color: '#990000FF' + - uid: 25493 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,21.5 + rot: 1.5707963267948966 rad + pos: 37.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24426 + color: '#990000FF' + - uid: 25494 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,21.5 + rot: 1.5707963267948966 rad + pos: 38.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24427 + color: '#990000FF' + - uid: 25495 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,21.5 + rot: 1.5707963267948966 rad + pos: 39.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24428 + color: '#990000FF' + - uid: 25501 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,21.5 + rot: 3.141592653589793 rad + pos: 23.5,22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24430 + - uid: 25502 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,21.5 + rot: 3.141592653589793 rad + pos: 23.5,23.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24431 + - uid: 25503 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,21.5 + rot: 3.141592653589793 rad + pos: 23.5,24.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24432 + - uid: 25504 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,21.5 + rot: 3.141592653589793 rad + pos: 23.5,25.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24433 + - uid: 25505 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,21.5 + rot: 3.141592653589793 rad + pos: 23.5,26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24436 + - uid: 25507 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,21.5 + rot: 3.141592653589793 rad + pos: 23.5,28.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24437 + - uid: 25508 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,21.5 + rot: 3.141592653589793 rad + pos: 23.5,29.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24438 + - uid: 25509 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,21.5 + rot: 3.141592653589793 rad + pos: 23.5,30.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24441 + - uid: 25510 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,21.5 + rot: 3.141592653589793 rad + pos: 23.5,31.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24442 + - uid: 25511 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,20.5 + rot: 3.141592653589793 rad + pos: 24.5,19.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24443 + - uid: 25512 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,21.5 + rot: 3.141592653589793 rad + pos: 24.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24444 + color: '#990000FF' + - uid: 25513 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,21.5 + rot: 3.141592653589793 rad + pos: 24.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24445 + color: '#990000FF' + - uid: 25514 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,21.5 + rot: 3.141592653589793 rad + pos: 24.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24446 + color: '#990000FF' + - uid: 25515 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,21.5 + rot: 3.141592653589793 rad + pos: 24.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24447 + color: '#990000FF' + - uid: 25516 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,21.5 + rot: 3.141592653589793 rad + pos: 24.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24448 + color: '#990000FF' + - uid: 25518 components: - type: Transform rot: 3.141592653589793 rad - pos: -0.5,20.5 + pos: 24.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24449 + color: '#990000FF' + - uid: 25519 components: - type: Transform rot: 3.141592653589793 rad - pos: -0.5,19.5 + pos: 24.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24450 + color: '#990000FF' + - uid: 25520 components: - type: Transform rot: 3.141592653589793 rad - pos: -0.5,18.5 + pos: 24.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24451 + color: '#990000FF' + - uid: 25521 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,16.5 + pos: 24.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24452 + color: '#990000FF' + - uid: 25522 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,15.5 + pos: 24.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24453 + color: '#990000FF' + - uid: 25523 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,14.5 + pos: 24.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24454 + color: '#990000FF' + - uid: 25526 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,13.5 + pos: 23.5,32.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24455 + - uid: 25527 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,12.5 + rot: -1.5707963267948966 rad + pos: 22.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24456 + - uid: 25528 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,11.5 + rot: -1.5707963267948966 rad + pos: 21.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24457 + - uid: 25529 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,10.5 + rot: -1.5707963267948966 rad + pos: 20.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24460 + - uid: 25530 components: - type: Transform - pos: -47.5,8.5 + rot: -1.5707963267948966 rad + pos: 19.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24461 + - uid: 25531 components: - type: Transform - pos: -47.5,7.5 + rot: -1.5707963267948966 rad + pos: 18.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24465 + - uid: 25532 components: - type: Transform - pos: -47.5,3.5 + rot: -1.5707963267948966 rad + pos: 17.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24466 + - uid: 25533 components: - type: Transform - pos: -47.5,2.5 + rot: -1.5707963267948966 rad + pos: 16.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24467 + - uid: 25534 components: - type: Transform - pos: -47.5,1.5 + rot: -1.5707963267948966 rad + pos: 15.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24468 + - uid: 25535 components: - type: Transform - pos: -47.5,0.5 + rot: -1.5707963267948966 rad + pos: 14.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24469 + - uid: 25536 components: - type: Transform - pos: -47.5,-0.5 + rot: -1.5707963267948966 rad + pos: 13.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24470 + - uid: 25538 components: - type: Transform - pos: -47.5,-1.5 + rot: -1.5707963267948966 rad + pos: 11.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24471 + - uid: 25539 components: - type: Transform - pos: -47.5,-2.5 + rot: -1.5707963267948966 rad + pos: 10.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24472 + - uid: 25540 components: - type: Transform - pos: -47.5,-3.5 + rot: -1.5707963267948966 rad + pos: 9.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24473 + - uid: 25541 components: - type: Transform - pos: -47.5,-4.5 + rot: -1.5707963267948966 rad + pos: 8.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24474 + - uid: 25542 components: - type: Transform - pos: -47.5,-5.5 + rot: -1.5707963267948966 rad + pos: 7.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24475 + - uid: 25543 components: - type: Transform - pos: -47.5,-6.5 + rot: -1.5707963267948966 rad + pos: 6.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24476 + - uid: 25544 components: - type: Transform - pos: -47.5,-7.5 + rot: -1.5707963267948966 rad + pos: 5.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24477 + - uid: 25545 components: - type: Transform - pos: -47.5,-8.5 + rot: -1.5707963267948966 rad + pos: 4.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24478 + - uid: 25546 components: - type: Transform - pos: -45.5,6.5 + rot: -1.5707963267948966 rad + pos: 3.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24479 + color: '#0055CCFF' + - uid: 25547 components: - type: Transform - pos: -45.5,5.5 + rot: -1.5707963267948966 rad + pos: 2.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24481 + color: '#0055CCFF' + - uid: 25548 components: - type: Transform - pos: -45.5,3.5 + rot: -1.5707963267948966 rad + pos: 1.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24482 + color: '#0055CCFF' + - uid: 25549 components: - type: Transform - pos: -45.5,2.5 + rot: -1.5707963267948966 rad + pos: 23.5,32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24484 + - uid: 25550 components: - type: Transform - pos: -45.5,0.5 + rot: -1.5707963267948966 rad + pos: 22.5,32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24485 + - uid: 25551 components: - type: Transform - pos: -45.5,-0.5 + rot: -1.5707963267948966 rad + pos: 21.5,32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24486 + - uid: 25552 components: - type: Transform - pos: -45.5,-1.5 + rot: -1.5707963267948966 rad + pos: 20.5,32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24487 + - uid: 25553 components: - type: Transform - pos: -45.5,-2.5 + rot: -1.5707963267948966 rad + pos: 19.5,32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24488 + - uid: 25554 components: - type: Transform - pos: -45.5,-3.5 + rot: -1.5707963267948966 rad + pos: 18.5,32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24489 + - uid: 25555 components: - type: Transform - pos: -45.5,-4.5 + rot: -1.5707963267948966 rad + pos: 17.5,32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24490 + - uid: 25556 components: - type: Transform - pos: -45.5,-5.5 + rot: -1.5707963267948966 rad + pos: 16.5,32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24491 + - uid: 25558 components: - type: Transform - pos: -45.5,-6.5 + rot: -1.5707963267948966 rad + pos: 14.5,32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24492 + - uid: 25559 components: - type: Transform - pos: -45.5,-7.5 + rot: -1.5707963267948966 rad + pos: 13.5,32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24515 + - uid: 25560 components: - type: Transform - pos: -39.5,-14.5 + rot: -1.5707963267948966 rad + pos: 12.5,32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24516 + - uid: 25561 components: - type: Transform - pos: -39.5,-15.5 + rot: -1.5707963267948966 rad + pos: 11.5,32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24517 + - uid: 25562 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-14.5 + rot: -1.5707963267948966 rad + pos: 10.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24518 + color: '#990000FF' + - uid: 25563 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-14.5 + rot: -1.5707963267948966 rad + pos: 9.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24519 + color: '#990000FF' + - uid: 25564 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-14.5 + rot: -1.5707963267948966 rad + pos: 8.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24520 + color: '#990000FF' + - uid: 25565 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-14.5 + rot: -1.5707963267948966 rad + pos: 7.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24522 + color: '#990000FF' + - uid: 25566 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-14.5 + rot: -1.5707963267948966 rad + pos: 6.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24523 + color: '#990000FF' + - uid: 25567 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-14.5 + rot: -1.5707963267948966 rad + pos: 5.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24524 + color: '#990000FF' + - uid: 25568 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-14.5 + rot: -1.5707963267948966 rad + pos: 4.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24526 + color: '#990000FF' + - uid: 25569 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-14.5 + rot: -1.5707963267948966 rad + pos: 3.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24527 + color: '#990000FF' + - uid: 25574 components: - type: Transform rot: 1.5707963267948966 rad - pos: -31.5,-14.5 + pos: 24.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24528 + - uid: 25575 components: - type: Transform rot: 1.5707963267948966 rad - pos: -30.5,-14.5 + pos: 25.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24529 + - uid: 25576 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,-14.5 + pos: 26.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24530 + - uid: 25577 components: - type: Transform rot: 1.5707963267948966 rad - pos: -28.5,-14.5 + pos: 27.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24532 + - uid: 25578 components: - type: Transform rot: 1.5707963267948966 rad - pos: -26.5,-14.5 + pos: 28.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24533 + - uid: 25579 components: - type: Transform rot: 1.5707963267948966 rad - pos: -25.5,-14.5 + pos: 29.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24534 + - uid: 25580 components: - type: Transform rot: 1.5707963267948966 rad - pos: -24.5,-14.5 + pos: 30.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24535 + - uid: 25581 components: - type: Transform rot: 1.5707963267948966 rad - pos: -38.5,-16.5 + pos: 31.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24536 + color: '#0055CCFF' + - uid: 25582 components: - type: Transform rot: 1.5707963267948966 rad - pos: -37.5,-16.5 + pos: 32.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24538 + color: '#0055CCFF' + - uid: 25583 components: - type: Transform rot: 1.5707963267948966 rad - pos: -35.5,-16.5 + pos: 33.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24539 + color: '#0055CCFF' + - uid: 25584 components: - type: Transform rot: 1.5707963267948966 rad - pos: -34.5,-16.5 + pos: 25.5,32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24540 + - uid: 25585 components: - type: Transform rot: 1.5707963267948966 rad - pos: -33.5,-16.5 + pos: 26.5,32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24542 + - uid: 25586 components: - type: Transform rot: 1.5707963267948966 rad - pos: -31.5,-16.5 + pos: 27.5,32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24543 + - uid: 25587 components: - type: Transform rot: 1.5707963267948966 rad - pos: -30.5,-16.5 + pos: 28.5,32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24544 + - uid: 25588 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,-16.5 + pos: 29.5,32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24545 + - uid: 25589 components: - type: Transform rot: 1.5707963267948966 rad - pos: -28.5,-16.5 + pos: 30.5,32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24546 + - uid: 25590 components: - type: Transform rot: 1.5707963267948966 rad - pos: -27.5,-16.5 + pos: 31.5,32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24548 + - uid: 25591 components: - type: Transform rot: 1.5707963267948966 rad - pos: -25.5,-16.5 + pos: 32.5,32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24549 + - uid: 25592 components: - type: Transform rot: 1.5707963267948966 rad - pos: -24.5,-16.5 + pos: 33.5,32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24550 + - uid: 25593 components: - type: Transform rot: 1.5707963267948966 rad - pos: -23.5,-16.5 + pos: 34.5,32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24551 + - uid: 25594 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-16.5 + pos: 35.5,33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24552 + - uid: 25595 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-16.5 + pos: 35.5,34.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24553 + - uid: 25596 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-16.5 + pos: 35.5,35.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24555 + - uid: 25597 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,-16.5 + pos: 35.5,36.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24559 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24560 - components: - - type: Transform - pos: 48.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24561 - components: - - type: Transform - pos: 48.5,19.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24562 + - uid: 25598 components: - type: Transform - pos: 48.5,18.5 + pos: 35.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24563 + color: '#990000FF' + - uid: 25599 components: - type: Transform - pos: 48.5,17.5 + pos: 35.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24564 + color: '#990000FF' + - uid: 25600 components: - type: Transform - pos: 48.5,16.5 + pos: 35.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24565 + color: '#990000FF' + - uid: 25601 components: - type: Transform - pos: 48.5,15.5 + pos: 35.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24566 + color: '#990000FF' + - uid: 25602 components: - type: Transform - pos: 48.5,14.5 + pos: 35.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24567 + color: '#990000FF' + - uid: 25603 components: - type: Transform - pos: 48.5,13.5 + pos: 35.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24568 + color: '#990000FF' + - uid: 25604 components: - type: Transform - pos: 48.5,12.5 + pos: 34.5,34.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24569 + - uid: 25605 components: - type: Transform - pos: 48.5,11.5 + pos: 34.5,35.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24570 + - uid: 25606 components: - type: Transform - pos: 48.5,10.5 + pos: 34.5,36.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24571 + - uid: 25607 components: - type: Transform - pos: 48.5,9.5 + pos: 34.5,37.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24572 + - uid: 25608 components: - type: Transform - pos: 48.5,8.5 + pos: 34.5,38.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24573 + - uid: 25609 components: - type: Transform - pos: 48.5,7.5 + pos: 34.5,39.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24574 + - uid: 25610 components: - type: Transform - pos: 48.5,6.5 + pos: 34.5,40.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24575 + - uid: 25611 components: - type: Transform - pos: 48.5,5.5 + pos: 34.5,41.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24576 + - uid: 25612 components: - type: Transform - pos: 48.5,4.5 + pos: 34.5,42.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24577 + - uid: 25613 components: - type: Transform - pos: 49.5,2.5 + pos: 34.5,43.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24578 + - uid: 25616 components: - type: Transform - pos: 49.5,1.5 + rot: -1.5707963267948966 rad + pos: 34.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24579 + color: '#990000FF' + - uid: 25617 components: - type: Transform - pos: 49.5,0.5 + rot: -1.5707963267948966 rad + pos: 33.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24580 + color: '#990000FF' + - uid: 25626 components: - type: Transform - pos: 49.5,-0.5 + rot: 1.5707963267948966 rad + pos: 33.5,44.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24581 + - uid: 25640 components: - type: Transform - pos: 49.5,-1.5 + rot: 1.5707963267948966 rad + pos: 36.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24583 + color: '#990000FF' + - uid: 25641 components: - type: Transform - pos: 49.5,-3.5 + rot: 1.5707963267948966 rad + pos: 37.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24584 + color: '#990000FF' + - uid: 25642 components: - type: Transform - pos: 49.5,-4.5 + rot: 1.5707963267948966 rad + pos: 38.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24586 + color: '#990000FF' + - uid: 25643 components: - type: Transform - pos: 49.5,-6.5 + rot: -1.5707963267948966 rad + pos: 40.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24587 + color: '#990000FF' + - uid: 25644 components: - type: Transform - pos: 49.5,-7.5 + rot: -1.5707963267948966 rad + pos: 41.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24588 + color: '#990000FF' + - uid: 25645 components: - type: Transform - pos: 49.5,-8.5 + rot: -1.5707963267948966 rad + pos: 42.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24589 + color: '#990000FF' + - uid: 25646 components: - type: Transform - pos: 49.5,-9.5 + rot: -1.5707963267948966 rad + pos: 43.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24590 + color: '#990000FF' + - uid: 25647 components: - type: Transform - pos: 49.5,-10.5 + rot: -1.5707963267948966 rad + pos: 44.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24591 + color: '#990000FF' + - uid: 25648 components: - type: Transform - pos: 49.5,-11.5 + rot: -1.5707963267948966 rad + pos: 45.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24600 + color: '#990000FF' + - uid: 25649 components: - type: Transform - pos: 47.5,-17.5 + rot: -1.5707963267948966 rad + pos: 46.5,46.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24605 + - uid: 25650 components: - type: Transform - pos: 47.5,-16.5 + rot: -1.5707963267948966 rad + pos: 47.5,46.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24606 + - uid: 25651 components: - type: Transform rot: -1.5707963267948966 rad - pos: 46.5,-18.5 + pos: 48.5,46.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24607 + - uid: 25652 components: - type: Transform rot: -1.5707963267948966 rad - pos: 45.5,-18.5 + pos: 49.5,46.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24608 + - uid: 25656 components: - type: Transform rot: -1.5707963267948966 rad - pos: 44.5,-18.5 + pos: 39.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24609 + color: '#0055CCFF' + - uid: 25657 components: - type: Transform rot: -1.5707963267948966 rad - pos: 43.5,-18.5 + pos: 40.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24610 + color: '#0055CCFF' + - uid: 25658 components: - type: Transform rot: -1.5707963267948966 rad - pos: 42.5,-18.5 + pos: 41.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24611 + color: '#0055CCFF' + - uid: 25659 components: - type: Transform rot: -1.5707963267948966 rad - pos: 41.5,-18.5 + pos: 42.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24612 + color: '#0055CCFF' + - uid: 25660 components: - type: Transform rot: -1.5707963267948966 rad - pos: 40.5,-18.5 + pos: 43.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24613 + color: '#0055CCFF' + - uid: 25661 components: - type: Transform rot: -1.5707963267948966 rad - pos: 39.5,-18.5 + pos: 44.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24614 + color: '#0055CCFF' + - uid: 25662 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 44.5,-16.5 + rot: -1.5707963267948966 rad + pos: 45.5,47.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24615 + - uid: 25663 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,-16.5 + rot: -1.5707963267948966 rad + pos: 46.5,47.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24616 + - uid: 25664 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-16.5 + rot: -1.5707963267948966 rad + pos: 47.5,47.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24617 + - uid: 25665 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-16.5 + rot: -1.5707963267948966 rad + pos: 48.5,47.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24618 + - uid: 25679 components: - type: Transform rot: 1.5707963267948966 rad - pos: 40.5,-16.5 + pos: 56.5,54.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24619 + - uid: 25681 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,64.5 + rot: 1.5707963267948966 rad + pos: 58.5,54.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24624 + - uid: 25682 components: - type: Transform - pos: 51.5,-12.5 + rot: 1.5707963267948966 rad + pos: 57.5,53.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24625 + - uid: 25683 components: - type: Transform - pos: 51.5,-11.5 + rot: 1.5707963267948966 rad + pos: 58.5,53.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24626 + - uid: 25684 components: - type: Transform - pos: 51.5,-10.5 + pos: 56.5,51.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24627 + - uid: 25685 components: - type: Transform - pos: 51.5,-9.5 + pos: 56.5,52.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24628 + - uid: 25686 components: - type: Transform - pos: 51.5,-8.5 + pos: 55.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24630 + color: '#0055CCFF' + - uid: 25687 components: - type: Transform - pos: 51.5,-6.5 + pos: 55.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25688 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,50.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24632 + - uid: 25689 components: - type: Transform - pos: 51.5,-4.5 + rot: -1.5707963267948966 rad + pos: 54.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 25701 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,36.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24633 + - uid: 25702 components: - type: Transform - pos: 51.5,-3.5 + rot: 1.5707963267948966 rad + pos: 4.5,36.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24634 + - uid: 25703 components: - type: Transform - pos: 51.5,-2.5 + rot: 1.5707963267948966 rad + pos: 5.5,36.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24635 + - uid: 25704 components: - type: Transform - pos: 51.5,-1.5 + rot: 1.5707963267948966 rad + pos: 6.5,36.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24636 + - uid: 25705 components: - type: Transform - pos: 51.5,-0.5 + rot: 1.5707963267948966 rad + pos: 8.5,37.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24647 + - uid: 25706 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-17.5 + rot: 1.5707963267948966 rad + pos: 9.5,37.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24648 + - uid: 25707 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-16.5 + rot: 1.5707963267948966 rad + pos: 10.5,37.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24650 + - uid: 25708 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-16.5 + rot: 1.5707963267948966 rad + pos: 11.5,37.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24651 + - uid: 25709 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-16.5 + rot: 1.5707963267948966 rad + pos: 12.5,37.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24652 + - uid: 25710 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-16.5 + rot: 1.5707963267948966 rad + pos: 13.5,37.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24656 + - uid: 25711 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,11.5 + rot: -1.5707963267948966 rad + pos: 35.5,49.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24659 + - uid: 25712 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-16.5 + rot: 1.5707963267948966 rad + pos: 15.5,37.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24660 + - uid: 25713 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-14.5 + rot: 1.5707963267948966 rad + pos: 16.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24661 + color: '#990000FF' + - uid: 25714 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-14.5 + rot: 1.5707963267948966 rad + pos: 17.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24664 + color: '#990000FF' + - uid: 25715 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-14.5 + rot: 1.5707963267948966 rad + pos: 18.5,37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24665 + color: '#990000FF' + - uid: 25716 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-14.5 + rot: 1.5707963267948966 rad + pos: 16.5,39.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24666 + - uid: 25717 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,-14.5 + rot: 1.5707963267948966 rad + pos: 15.5,39.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24667 + - uid: 25718 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-14.5 + rot: 1.5707963267948966 rad + pos: 14.5,39.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24668 + - uid: 25719 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-14.5 + rot: 1.5707963267948966 rad + pos: 13.5,39.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24669 + - uid: 25720 components: - type: Transform - pos: 28.5,-2.5 + rot: 1.5707963267948966 rad + pos: 12.5,39.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24670 + - uid: 25721 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-14.5 + rot: 1.5707963267948966 rad + pos: 11.5,39.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24671 + - uid: 25722 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,-14.5 + rot: 1.5707963267948966 rad + pos: 10.5,39.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24672 + - uid: 25724 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-14.5 + rot: 1.5707963267948966 rad + pos: 8.5,39.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24673 + - uid: 25725 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-14.5 + rot: 1.5707963267948966 rad + pos: 6.5,41.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24674 + - uid: 25726 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-14.5 + rot: 1.5707963267948966 rad + pos: 5.5,41.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24675 + - uid: 25728 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,-14.5 + rot: 1.5707963267948966 rad + pos: 3.5,41.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24677 + - uid: 25729 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-14.5 + rot: 1.5707963267948966 rad + pos: 2.5,41.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24678 + - uid: 25730 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,-14.5 + rot: 1.5707963267948966 rad + pos: 1.5,41.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24681 + - uid: 25733 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-14.5 + rot: 3.141592653589793 rad + pos: 7.5,40.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24682 + - uid: 25738 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-14.5 + rot: 3.141592653589793 rad + pos: 17.5,40.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24685 + - uid: 25739 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-14.5 + rot: 3.141592653589793 rad + pos: 17.5,41.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24686 + - uid: 25740 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-14.5 + rot: 3.141592653589793 rad + pos: 17.5,42.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24687 + - uid: 25743 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,-16.5 + rot: 3.141592653589793 rad + pos: 17.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24688 + color: '#0055CCFF' + - uid: 25745 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,-16.5 + rot: 3.141592653589793 rad + pos: 17.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24689 + color: '#0055CCFF' + - uid: 25746 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,-16.5 + rot: 3.141592653589793 rad + pos: 17.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24692 + color: '#0055CCFF' + - uid: 25747 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,-16.5 + rot: 3.141592653589793 rad + pos: 17.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24694 + color: '#0055CCFF' + - uid: 25749 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,-16.5 + rot: 3.141592653589793 rad + pos: 17.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24696 + color: '#0055CCFF' + - uid: 25750 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,-16.5 + rot: 3.141592653589793 rad + pos: 17.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24697 + color: '#0055CCFF' + - uid: 25751 components: - type: Transform - pos: 28.5,-12.5 + rot: 3.141592653589793 rad + pos: 17.5,53.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24698 + - uid: 25754 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-16.5 + rot: 3.141592653589793 rad + pos: 19.5,38.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24703 + - uid: 25755 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-16.5 + rot: 3.141592653589793 rad + pos: 19.5,39.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24704 + - uid: 25756 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-16.5 + rot: 3.141592653589793 rad + pos: 19.5,40.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24706 + - uid: 25759 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-16.5 + rot: 3.141592653589793 rad + pos: 19.5,43.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24707 + - uid: 25760 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-16.5 + rot: 3.141592653589793 rad + pos: 19.5,44.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24708 + - uid: 25762 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-16.5 + rot: 3.141592653589793 rad + pos: 19.5,46.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24709 + - uid: 25763 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-16.5 + rot: 3.141592653589793 rad + pos: 19.5,47.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24713 + - uid: 25764 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-14.5 + rot: 3.141592653589793 rad + pos: 19.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24715 + color: '#990000FF' + - uid: 25766 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,-14.5 + rot: 3.141592653589793 rad + pos: 19.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24716 + color: '#990000FF' + - uid: 25767 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-14.5 + rot: 3.141592653589793 rad + pos: 19.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24717 + color: '#990000FF' + - uid: 25768 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,-14.5 + rot: 3.141592653589793 rad + pos: 19.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24718 + color: '#990000FF' + - uid: 25769 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-14.5 + rot: 3.141592653589793 rad + pos: 19.5,53.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24719 + color: '#990000FF' + - uid: 25774 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-14.5 + rot: 3.141592653589793 rad + pos: 28.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24721 + color: '#990000FF' + - uid: 25775 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-14.5 + pos: -46.5,66.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24722 + color: '#990000FF' + - uid: 25790 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-14.5 + rot: 3.141592653589793 rad + pos: -33.5,29.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24723 + - uid: 25791 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-14.5 + pos: -28.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24724 + color: '#990000FF' + - uid: 25809 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-14.5 + pos: -39.5,63.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24726 + - uid: 25810 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,-14.5 + pos: 14.5,46.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24727 + - uid: 25811 components: - type: Transform rot: -1.5707963267948966 rad - pos: -6.5,-14.5 + pos: 13.5,46.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24729 + - uid: 25812 components: - type: Transform rot: -1.5707963267948966 rad - pos: -8.5,-14.5 + pos: 12.5,46.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24730 + - uid: 25813 components: - type: Transform rot: -1.5707963267948966 rad - pos: -9.5,-14.5 + pos: 11.5,46.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24732 + - uid: 25814 components: - type: Transform rot: -1.5707963267948966 rad - pos: 1.5,-16.5 + pos: 10.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24733 + color: '#0055CCFF' + - uid: 25815 components: - type: Transform rot: -1.5707963267948966 rad - pos: 0.5,-16.5 + pos: 15.5,45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24734 + - uid: 25816 components: - type: Transform rot: -1.5707963267948966 rad - pos: -0.5,-16.5 + pos: 14.5,45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24735 + - uid: 25817 components: - type: Transform rot: -1.5707963267948966 rad - pos: -1.5,-16.5 + pos: 13.5,45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24736 + - uid: 25818 components: - type: Transform rot: -1.5707963267948966 rad - pos: -2.5,-16.5 + pos: 12.5,45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24738 + - uid: 25819 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,-16.5 + pos: 11.5,45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24739 + - uid: 25826 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-16.5 + rot: 1.5707963267948966 rad + pos: 7.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24741 + color: '#0055CCFF' + - uid: 25827 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,-16.5 + rot: 1.5707963267948966 rad + pos: 8.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24742 + color: '#0055CCFF' + - uid: 25828 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-16.5 + rot: 1.5707963267948966 rad + pos: 8.5,48.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24743 + - uid: 25829 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-16.5 + rot: 1.5707963267948966 rad + pos: 9.5,48.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24745 + - uid: 25830 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-16.5 + pos: 9.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24746 + color: '#0055CCFF' + - uid: 25831 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-16.5 + pos: 9.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24747 + color: '#0055CCFF' + - uid: 25832 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-16.5 + pos: 10.5,47.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24748 + - uid: 25833 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-16.5 + pos: 10.5,46.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24749 + - uid: 25838 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-16.5 + rot: 1.5707963267948966 rad + pos: 18.5,45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24750 + - uid: 25839 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-16.5 + rot: 1.5707963267948966 rad + pos: 17.5,45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24751 + - uid: 25840 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-16.5 + rot: 1.5707963267948966 rad + pos: 16.5,45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24752 + - uid: 25841 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-14.5 + rot: 1.5707963267948966 rad + pos: 16.5,46.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24753 + - uid: 25843 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,-14.5 + rot: 1.5707963267948966 rad + pos: 23.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24755 + color: '#990000FF' + - uid: 25849 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,-14.5 + pos: 16.5,43.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24756 + - uid: 25850 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,-14.5 + pos: 15.5,43.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24757 + - uid: 25851 components: - type: Transform rot: -1.5707963267948966 rad - pos: -15.5,-14.5 + pos: 14.5,43.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24758 + - uid: 25852 components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.5,-14.5 + pos: 18.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24759 + color: '#990000FF' + - uid: 25853 components: - type: Transform rot: -1.5707963267948966 rad - pos: -17.5,-14.5 + pos: 17.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24760 + color: '#990000FF' + - uid: 25854 components: - type: Transform rot: -1.5707963267948966 rad - pos: -18.5,-14.5 + pos: 16.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24761 + color: '#990000FF' + - uid: 25855 components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,-14.5 + pos: 15.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24762 + color: '#990000FF' + - uid: 25856 components: - type: Transform rot: -1.5707963267948966 rad - pos: -20.5,-14.5 + pos: 14.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24763 + color: '#990000FF' + - uid: 25857 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,63.5 + rot: -1.5707963267948966 rad + pos: 13.5,42.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24764 + - uid: 25887 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-14.5 + rot: 1.5707963267948966 rad + pos: -47.5,64.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24765 + - uid: 25888 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-14.5 + rot: 3.141592653589793 rad + pos: -16.5,23.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24766 + - uid: 25889 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-15.5 + pos: -16.5,24.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24767 + - uid: 25890 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-16.5 + pos: -16.5,25.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24768 + - uid: 25892 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-17.5 + pos: -16.5,27.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24769 + - uid: 25893 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-18.5 + pos: -16.5,28.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24770 + - uid: 25894 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-19.5 + pos: -16.5,29.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24771 + - uid: 25895 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-20.5 + pos: -14.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24772 + color: '#990000FF' + - uid: 25896 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-21.5 + pos: -14.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24776 + color: '#990000FF' + - uid: 25897 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-25.5 + pos: -14.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24777 + color: '#990000FF' + - uid: 25898 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-26.5 + pos: -14.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24780 + color: '#990000FF' + - uid: 25900 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-29.5 + pos: -14.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24781 + color: '#990000FF' + - uid: 25901 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-30.5 + pos: -14.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24782 + color: '#990000FF' + - uid: 25902 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-31.5 + pos: -14.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24784 + color: '#990000FF' + - uid: 25908 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-33.5 + rot: 1.5707963267948966 rad + pos: -14.5,30.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24785 + - uid: 25909 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-34.5 + rot: 1.5707963267948966 rad + pos: -15.5,30.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24786 + - uid: 25911 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-35.5 + pos: -12.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24788 + color: '#990000FF' + - uid: 25912 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-37.5 + pos: -12.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24789 + color: '#990000FF' + - uid: 25913 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-38.5 + pos: -12.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24795 + color: '#990000FF' + - uid: 25915 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-44.5 + pos: -12.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24796 + color: '#990000FF' + - uid: 25916 + components: + - type: Transform + pos: -12.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25918 + components: + - type: Transform + pos: -12.5,37.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25922 + components: + - type: Transform + pos: -12.5,41.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25923 + components: + - type: Transform + pos: -12.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25924 + components: + - type: Transform + pos: -12.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25925 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-45.5 + pos: -25.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 25926 + components: + - type: Transform + pos: -13.5,31.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24797 + - uid: 25927 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-46.5 + pos: -13.5,32.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24798 + - uid: 25928 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-47.5 + pos: -13.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24799 + - uid: 25929 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-48.5 + pos: -13.5,34.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24800 + - uid: 25931 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-49.5 + pos: -13.5,36.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24803 + - uid: 25933 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-49.5 + pos: -13.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24804 + color: '#0055CCFF' + - uid: 25934 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-48.5 + pos: -13.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24805 + color: '#0055CCFF' + - uid: 25935 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-47.5 + pos: -13.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24806 + color: '#0055CCFF' + - uid: 25938 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-46.5 + pos: -13.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24807 + color: '#0055CCFF' + - uid: 25939 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-45.5 + pos: -13.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24808 + color: '#0055CCFF' + - uid: 25949 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-44.5 + rot: -1.5707963267948966 rad + pos: -13.5,44.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24815 + - uid: 25950 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-37.5 + rot: -1.5707963267948966 rad + pos: -14.5,44.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24816 + - uid: 25952 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-36.5 + rot: -1.5707963267948966 rad + pos: -16.5,44.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24817 + - uid: 25964 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-35.5 + rot: 1.5707963267948966 rad + pos: 83.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24818 + - uid: 25983 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-34.5 + rot: 1.5707963267948966 rad + pos: -24.5,67.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24819 + color: '#0055CCFF' + - uid: 25986 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,-33.5 + pos: -27.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24821 + color: '#0055CCFF' + - uid: 26022 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-31.5 + rot: -1.5707963267948966 rad + pos: -14.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24822 + color: '#0055CCFF' + - uid: 26023 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-30.5 + rot: -1.5707963267948966 rad + pos: -13.5,39.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24824 + - uid: 26024 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-28.5 + rot: -1.5707963267948966 rad + pos: -14.5,39.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24825 + - uid: 26025 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-27.5 + rot: -1.5707963267948966 rad + pos: -15.5,39.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24826 + - uid: 26026 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-26.5 + rot: -1.5707963267948966 rad + pos: -16.5,39.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24827 + - uid: 26027 components: - type: Transform rot: -1.5707963267948966 rad - pos: 31.5,-1.5 + pos: -16.5,42.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24831 + - uid: 26028 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-21.5 + rot: -1.5707963267948966 rad + pos: -15.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24832 + color: '#0055CCFF' + - uid: 26031 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-20.5 + rot: -1.5707963267948966 rad + pos: -17.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24833 + color: '#0055CCFF' + - uid: 26033 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-19.5 + rot: -1.5707963267948966 rad + pos: -19.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24834 + color: '#0055CCFF' + - uid: 26034 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-18.5 + rot: -1.5707963267948966 rad + pos: -20.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24835 + color: '#0055CCFF' + - uid: 26037 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-17.5 + rot: -1.5707963267948966 rad + pos: -23.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24836 + color: '#0055CCFF' + - uid: 26038 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-15.5 + rot: -1.5707963267948966 rad + pos: -24.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24837 + color: '#0055CCFF' + - uid: 26040 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,-14.5 + pos: -20.5,31.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24838 + - uid: 26041 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-13.5 + rot: -1.5707963267948966 rad + pos: -27.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24839 + color: '#0055CCFF' + - uid: 26042 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-12.5 + rot: -1.5707963267948966 rad + pos: -28.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24840 + color: '#0055CCFF' + - uid: 26043 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,-11.5 + pos: -20.5,33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24841 + - uid: 26044 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,-10.5 + pos: -18.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24842 + color: '#0055CCFF' + - uid: 26045 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-9.5 + rot: -1.5707963267948966 rad + pos: -31.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24843 + color: '#0055CCFF' + - uid: 26046 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-8.5 + rot: -1.5707963267948966 rad + pos: -32.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24844 + color: '#0055CCFF' + - uid: 26047 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-7.5 + rot: -1.5707963267948966 rad + pos: -15.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24845 + - uid: 26048 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-6.5 + pos: -17.5,29.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24846 + - uid: 26049 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-5.5 + pos: -17.5,31.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24847 + - uid: 26050 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-4.5 + rot: -1.5707963267948966 rad + pos: -18.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24848 + - uid: 26051 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-3.5 + rot: -1.5707963267948966 rad + pos: -19.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24852 + - uid: 26052 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,0.5 + pos: -17.5,33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24854 + - uid: 26053 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,2.5 + rot: -1.5707963267948966 rad + pos: -21.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24855 + - uid: 26054 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,3.5 + rot: -1.5707963267948966 rad + pos: -22.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24856 + - uid: 26055 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,4.5 + rot: -1.5707963267948966 rad + pos: -23.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24857 + - uid: 26058 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,5.5 + rot: -1.5707963267948966 rad + pos: -26.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24860 + - uid: 26061 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,8.5 + rot: -1.5707963267948966 rad + pos: -29.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24861 + - uid: 26067 components: - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,9.5 + pos: -36.5,26.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24862 + - uid: 26068 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,9.5 + rot: -1.5707963267948966 rad + pos: -34.5,30.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24863 + - uid: 26071 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,8.5 + pos: -35.5,31.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24866 + - uid: 26073 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,5.5 + pos: -34.5,26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24867 + - uid: 26076 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,4.5 + pos: -34.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24868 + color: '#990000FF' + - uid: 26077 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,3.5 + pos: -34.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24870 + color: '#990000FF' + - uid: 26095 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,1.5 + pos: -4.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24872 + color: '#990000FF' + - uid: 26096 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-0.5 + pos: -4.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24874 + color: '#990000FF' + - uid: 26097 components: - type: Transform - pos: 8.5,-7.5 + rot: 3.141592653589793 rad + pos: -4.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24875 + color: '#990000FF' + - uid: 26099 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-3.5 + pos: -4.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24876 + color: '#990000FF' + - uid: 26100 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-4.5 + pos: -4.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24877 + color: '#990000FF' + - uid: 26101 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-5.5 + pos: -4.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24878 + color: '#990000FF' + - uid: 26102 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-6.5 + pos: -4.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24879 + color: '#990000FF' + - uid: 26103 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-7.5 + pos: -4.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24880 + color: '#990000FF' + - uid: 26104 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-8.5 + pos: -4.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24881 + color: '#990000FF' + - uid: 26105 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-9.5 + pos: -4.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24882 + color: '#990000FF' + - uid: 26106 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-10.5 + pos: -4.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24883 + color: '#990000FF' + - uid: 26107 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-11.5 + pos: -7.5,22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24884 + - uid: 26108 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-12.5 + pos: -7.5,23.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24885 + - uid: 26109 components: - type: Transform rot: 3.141592653589793 rad - pos: 0.5,-13.5 + pos: -7.5,24.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24886 + - uid: 26110 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,2.5 + rot: 3.141592653589793 rad + pos: -7.5,25.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24888 + - uid: 26112 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,2.5 + rot: 3.141592653589793 rad + pos: -7.5,27.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24889 + - uid: 26113 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,2.5 + rot: 3.141592653589793 rad + pos: -7.5,28.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24890 + - uid: 26114 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,2.5 + rot: 3.141592653589793 rad + pos: -7.5,29.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24891 + - uid: 26115 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,2.5 + rot: 3.141592653589793 rad + pos: -7.5,30.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24892 + - uid: 26116 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,2.5 + rot: 3.141592653589793 rad + pos: -7.5,31.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24893 + - uid: 26117 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,2.5 + rot: 3.141592653589793 rad + pos: -7.5,32.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24895 + - uid: 26118 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,2.5 + rot: 3.141592653589793 rad + pos: -7.5,33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24896 + - uid: 26124 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,2.5 + rot: -1.5707963267948966 rad + pos: -8.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24897 + - uid: 26125 components: - type: Transform rot: 1.5707963267948966 rad - pos: 1.5,1.5 + pos: -12.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24898 + color: '#0055CCFF' + - uid: 26126 components: - type: Transform rot: 1.5707963267948966 rad - pos: 0.5,1.5 + pos: -11.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24899 + color: '#0055CCFF' + - uid: 26127 components: - type: Transform rot: 1.5707963267948966 rad - pos: -0.5,1.5 + pos: -11.5,40.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24900 + - uid: 26132 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,1.5 + rot: -1.5707963267948966 rad + pos: -9.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24901 + - uid: 26133 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,1.5 + rot: -1.5707963267948966 rad + pos: -8.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24902 + - uid: 26136 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,1.5 + rot: 3.141592653589793 rad + pos: -69.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24903 + color: '#FF5555FF' + - uid: 26138 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,1.5 + rot: 3.141592653589793 rad + pos: -69.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24904 + color: '#FF5555FF' + - uid: 26167 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,1.5 + rot: -1.5707963267948966 rad + pos: -68.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24905 + color: '#FF5555FF' + - uid: 26168 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,1.5 + pos: 8.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24906 + color: '#0055CCFF' + - uid: 26170 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,1.5 + pos: 8.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24907 + color: '#0055CCFF' + - uid: 26193 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,1.5 + pos: -25.5,61.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24908 + - uid: 26194 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,1.5 + pos: -25.5,60.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24910 + - uid: 26195 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,1.5 + pos: 2.5,68.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24911 + - uid: 26196 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,1.5 + pos: -25.5,58.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24912 + - uid: 26201 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,1.5 + pos: -27.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24914 + color: '#0055CCFF' + - uid: 26202 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,1.5 + pos: -27.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24915 + color: '#0055CCFF' + - uid: 26203 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,1.5 + pos: 0.5,71.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24916 + color: '#0055CCFF' + - uid: 26204 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,1.5 + pos: -27.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24917 + color: '#0055CCFF' + - uid: 26206 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,1.5 + pos: -27.5,57.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24918 + color: '#0055CCFF' + - uid: 26207 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,1.5 + pos: -27.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24920 + color: '#0055CCFF' + - uid: 26212 components: - type: Transform rot: 1.5707963267948966 rad - pos: -21.5,1.5 + pos: -52.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24921 + color: '#0055CCFF' + - uid: 26214 components: - type: Transform rot: 1.5707963267948966 rad - pos: -22.5,1.5 + pos: -63.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24922 + color: '#947507FF' + - uid: 26215 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,1.5 + rot: 3.141592653589793 rad + pos: -69.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24923 + color: '#FF5555FF' + - uid: 26227 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,1.5 + rot: -1.5707963267948966 rad + pos: -63.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24928 + color: '#FF5555FF' + - uid: 26233 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,2.5 + rot: -1.5707963267948966 rad + pos: -0.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24929 + - uid: 26291 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,2.5 + rot: -1.5707963267948966 rad + pos: -49.5,35.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24930 + - uid: 26325 components: - type: Transform rot: 1.5707963267948966 rad - pos: -14.5,2.5 + pos: -65.5,30.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24932 + - uid: 26336 components: - type: Transform rot: 1.5707963267948966 rad - pos: -16.5,2.5 + pos: -54.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24933 + color: '#990000FF' + - uid: 26339 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,2.5 + pos: -69.5,29.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24935 + - uid: 26350 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,2.5 + pos: -69.5,28.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24938 + - uid: 26351 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,2.5 + pos: -69.5,27.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24939 + - uid: 26352 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,2.5 + pos: -67.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24940 + color: '#990000FF' + - uid: 26355 components: - type: Transform rot: 1.5707963267948966 rad - pos: -24.5,2.5 + pos: -56.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24945 + color: '#990000FF' + - uid: 26378 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,1.5 + pos: -73.5,12.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24946 + - uid: 26379 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,0.5 + pos: -73.5,11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24947 + - uid: 26380 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,-0.5 + pos: -73.5,10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24949 + - uid: 26382 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-2.5 + rot: -1.5707963267948966 rad + pos: -1.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24950 + - uid: 26396 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,-3.5 + pos: -71.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24951 + color: '#990000FF' + - uid: 26397 components: - type: Transform rot: 3.141592653589793 rad - pos: -10.5,0.5 + pos: -71.5,11.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24952 + - uid: 26398 components: - type: Transform rot: 3.141592653589793 rad - pos: -10.5,-0.5 + pos: -71.5,10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24953 + - uid: 26399 components: - type: Transform rot: 3.141592653589793 rad - pos: -10.5,-1.5 + pos: -71.5,9.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24955 + - uid: 26400 components: - type: Transform rot: 3.141592653589793 rad - pos: -10.5,-3.5 + pos: -71.5,8.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24956 + - uid: 26401 components: - type: Transform rot: 3.141592653589793 rad - pos: -10.5,-4.5 + pos: -73.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24957 + color: '#0055CCFF' + - uid: 26402 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,3.5 + pos: -73.5,7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24958 + - uid: 26403 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,4.5 + pos: -73.5,6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24959 + - uid: 26404 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,5.5 + pos: -73.5,5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24960 + - uid: 26405 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,6.5 + pos: -73.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24961 + - uid: 26406 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,7.5 + pos: -73.5,3.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24962 + - uid: 26408 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,8.5 + pos: -71.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24963 + color: '#990000FF' + - uid: 26409 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,9.5 + pos: -71.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24964 + color: '#990000FF' + - uid: 26410 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,10.5 + pos: -71.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24965 + color: '#990000FF' + - uid: 26424 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,11.5 + pos: -27.5,53.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24966 + - uid: 26433 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,12.5 + pos: -25.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24967 + color: '#990000FF' + - uid: 26435 components: - type: Transform rot: 3.141592653589793 rad - pos: -10.5,2.5 + pos: -46.5,75.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24968 + - uid: 26442 components: - type: Transform rot: 3.141592653589793 rad - pos: -10.5,3.5 + pos: -48.5,76.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24969 + color: '#0055CCFF' + - uid: 26443 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,4.5 + pos: -72.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24970 + color: '#947507FF' + - uid: 26446 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,5.5 + rot: -1.5707963267948966 rad + pos: -64.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24971 + color: '#FF5555FF' + - uid: 26453 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,6.5 + rot: -1.5707963267948966 rad + pos: -65.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24972 + color: '#FF5555FF' + - uid: 26455 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,7.5 + rot: -1.5707963267948966 rad + pos: -67.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24973 + color: '#FF5555FF' + - uid: 26456 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,8.5 + rot: -1.5707963267948966 rad + pos: -29.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24974 + color: '#0055CCFF' + - uid: 26461 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 26516 components: - type: Transform rot: 3.141592653589793 rad - pos: -10.5,9.5 + pos: -72.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24975 + color: '#947507FF' + - uid: 26517 components: - type: Transform rot: 3.141592653589793 rad - pos: -10.5,10.5 + pos: -69.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24976 + color: '#FF5555FF' + - uid: 26530 + components: + - type: Transform + pos: -69.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 26532 components: - type: Transform rot: 3.141592653589793 rad - pos: -10.5,11.5 + pos: -74.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24979 + color: '#FF5555FF' + - uid: 26616 components: - type: Transform rot: 1.5707963267948966 rad - pos: -11.5,12.5 + pos: -56.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24980 + color: '#0055CCFF' + - uid: 26642 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,12.5 + pos: 72.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24981 + - uid: 26699 components: - type: Transform rot: 1.5707963267948966 rad - pos: -13.5,12.5 + pos: -26.5,-42.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24982 + color: '#0055CCFF' + - uid: 26774 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,12.5 + pos: -95.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24983 + color: '#0055CCFF' + - uid: 26778 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,12.5 + pos: -94.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24984 + - uid: 26779 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,12.5 + pos: -94.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24985 + - uid: 26783 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,12.5 + rot: 3.141592653589793 rad + pos: -85.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24986 + color: '#0055CCFF' + - uid: 26784 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,12.5 + rot: 3.141592653589793 rad + pos: -85.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24987 + color: '#0055CCFF' + - uid: 26785 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,12.5 + rot: 3.141592653589793 rad + pos: -85.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24988 + color: '#0055CCFF' + - uid: 26786 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,12.5 + rot: 3.141592653589793 rad + pos: -85.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24989 + color: '#0055CCFF' + - uid: 26787 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,12.5 + rot: 3.141592653589793 rad + pos: -85.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24990 + color: '#0055CCFF' + - uid: 26788 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,12.5 + rot: 3.141592653589793 rad + pos: -85.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24992 + color: '#0055CCFF' + - uid: 26789 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,12.5 + rot: 3.141592653589793 rad + pos: -85.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24993 + color: '#0055CCFF' + - uid: 26791 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,12.5 + rot: 3.141592653589793 rad + pos: -85.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24994 + color: '#0055CCFF' + - uid: 26792 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,12.5 + rot: 3.141592653589793 rad + pos: -85.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 24995 + color: '#0055CCFF' + - uid: 26793 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,12.5 + rot: 3.141592653589793 rad + pos: -85.5,-1.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 26794 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-2.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 26795 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24996 + - uid: 26796 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,12.5 + rot: 3.141592653589793 rad + pos: -83.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24997 + - uid: 26797 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,13.5 + rot: 3.141592653589793 rad + pos: -83.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24998 + color: '#990000FF' + - uid: 26798 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,13.5 + rot: 3.141592653589793 rad + pos: -83.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24999 + color: '#990000FF' + - uid: 26799 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,13.5 + rot: 3.141592653589793 rad + pos: -83.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25000 + color: '#990000FF' + - uid: 26801 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,13.5 + rot: 3.141592653589793 rad + pos: -83.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25001 + color: '#990000FF' + - uid: 26802 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,13.5 + rot: 3.141592653589793 rad + pos: -83.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25002 + color: '#990000FF' + - uid: 26803 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,13.5 + rot: 3.141592653589793 rad + pos: -83.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25003 + color: '#990000FF' + - uid: 26804 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -18.5,13.5 + rot: 3.141592653589793 rad + pos: -83.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25004 + color: '#990000FF' + - uid: 26809 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,13.5 + rot: 3.141592653589793 rad + pos: -85.5,10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25005 + - uid: 26810 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,13.5 + rot: 3.141592653589793 rad + pos: -85.5,11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25007 + - uid: 26811 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,13.5 + rot: 3.141592653589793 rad + pos: -85.5,12.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25008 + - uid: 26812 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,13.5 + rot: 3.141592653589793 rad + pos: -85.5,13.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25009 + - uid: 26813 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,13.5 + rot: 3.141592653589793 rad + pos: -85.5,14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25010 + - uid: 26815 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,13.5 + rot: 3.141592653589793 rad + pos: -85.5,16.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25011 + - uid: 26816 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,13.5 + rot: 3.141592653589793 rad + pos: -85.5,17.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25012 + - uid: 26817 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,13.5 + rot: 3.141592653589793 rad + pos: -85.5,18.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25013 + - uid: 26818 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,13.5 + rot: 3.141592653589793 rad + pos: -85.5,19.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25014 + - uid: 26819 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,14.5 + rot: 3.141592653589793 rad + pos: -83.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25015 + color: '#990000FF' + - uid: 26820 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,14.5 + rot: 3.141592653589793 rad + pos: -83.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25016 + color: '#990000FF' + - uid: 26821 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,14.5 + rot: 3.141592653589793 rad + pos: -83.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25017 + color: '#990000FF' + - uid: 26822 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,14.5 + rot: 3.141592653589793 rad + pos: -83.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25018 + color: '#990000FF' + - uid: 26823 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,14.5 + rot: 3.141592653589793 rad + pos: -83.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25019 + color: '#990000FF' + - uid: 26824 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,14.5 + rot: 3.141592653589793 rad + pos: -83.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25020 + color: '#990000FF' + - uid: 26825 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,12.5 + rot: 3.141592653589793 rad + pos: -83.5,14.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25021 + - uid: 26826 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,12.5 + rot: 3.141592653589793 rad + pos: -83.5,15.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25022 + - uid: 26828 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,12.5 + rot: 3.141592653589793 rad + pos: -83.5,17.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25023 + - uid: 26829 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,12.5 + rot: 3.141592653589793 rad + pos: -83.5,18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25024 + - uid: 26830 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,12.5 + rot: 3.141592653589793 rad + pos: -83.5,19.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25025 + - uid: 26837 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,12.5 + pos: -77.5,6.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25028 + - uid: 26838 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,2.5 + pos: -77.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25029 + color: '#990000FF' + - uid: 26839 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,2.5 + pos: -78.5,8.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25030 + - uid: 26840 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,2.5 + pos: -78.5,7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25031 + - uid: 26841 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,2.5 + pos: -78.5,6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25032 + - uid: 26842 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,2.5 + pos: -78.5,5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25033 + - uid: 26850 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,2.5 + rot: 3.141592653589793 rad + pos: -25.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25034 + color: '#990000FF' + - uid: 26857 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,2.5 + pos: 8.5,18.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25035 + - uid: 26864 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,1.5 + rot: 3.141592653589793 rad + pos: -69.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25036 + color: '#FF5555FF' + - uid: 26865 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,1.5 + rot: 3.141592653589793 rad + pos: -69.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25037 + color: '#FF5555FF' + - uid: 26867 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,1.5 + rot: 1.5707963267948966 rad + pos: -72.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25038 + color: '#FF5555FF' + - uid: 26876 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,1.5 + rot: 3.141592653589793 rad + pos: -27.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25039 + color: '#0055CCFF' + - uid: 26877 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,1.5 + rot: 3.141592653589793 rad + pos: -25.5,49.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25040 + - uid: 26878 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,1.5 + rot: 3.141592653589793 rad + pos: -25.5,50.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25041 + - uid: 26890 components: - type: Transform rot: -1.5707963267948966 rad - pos: 9.5,1.5 + pos: -40.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25044 + color: '#0055CCFF' + - uid: 26891 components: - type: Transform - pos: 8.5,-8.5 + rot: 1.5707963267948966 rad + pos: -53.5,24.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25045 + - uid: 26898 components: - type: Transform - pos: 8.5,-9.5 + rot: 1.5707963267948966 rad + pos: -55.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25046 + color: '#990000FF' + - uid: 26899 components: - type: Transform - pos: 8.5,1.5 + rot: -1.5707963267948966 rad + pos: -48.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25048 + - uid: 26900 components: - type: Transform - pos: 8.5,-0.5 + rot: -1.5707963267948966 rad + pos: -49.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25050 + - uid: 26901 components: - type: Transform - pos: 8.5,-2.5 + rot: -1.5707963267948966 rad + pos: -50.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25051 + - uid: 26902 components: - type: Transform - pos: 8.5,-3.5 + rot: -1.5707963267948966 rad + pos: -51.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25056 + - uid: 26903 components: - type: Transform rot: -1.5707963267948966 rad - pos: -56.5,28.5 + pos: -52.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25072 + color: '#0055CCFF' + - uid: 26904 components: - type: Transform - pos: -38.5,62.5 + rot: -1.5707963267948966 rad + pos: -53.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25073 + color: '#0055CCFF' + - uid: 26905 components: - type: Transform - pos: -39.5,62.5 + rot: -1.5707963267948966 rad + pos: -54.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25074 + - uid: 26906 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-3.5 + rot: -1.5707963267948966 rad + pos: -55.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25075 + color: '#0055CCFF' + - uid: 26907 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-2.5 + rot: -1.5707963267948966 rad + pos: -56.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25078 + color: '#0055CCFF' + - uid: 26908 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,0.5 + rot: -1.5707963267948966 rad + pos: -57.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25079 + color: '#0055CCFF' + - uid: 26909 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,2.5 + rot: -1.5707963267948966 rad + pos: -58.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25080 + color: '#0055CCFF' + - uid: 26910 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,3.5 + rot: -1.5707963267948966 rad + pos: -59.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25081 + color: '#0055CCFF' + - uid: 26911 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,4.5 + rot: -1.5707963267948966 rad + pos: -46.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25083 + - uid: 26912 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,4.5 + rot: -1.5707963267948966 rad + pos: -47.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25084 + color: '#990000FF' + - uid: 26913 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,5.5 + rot: -1.5707963267948966 rad + pos: -48.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25085 + color: '#990000FF' + - uid: 26914 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,6.5 + rot: -1.5707963267948966 rad + pos: -49.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25086 + color: '#990000FF' + - uid: 26915 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,8.5 + rot: -1.5707963267948966 rad + pos: -50.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25093 + color: '#990000FF' + - uid: 26916 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,6.5 + rot: -1.5707963267948966 rad + pos: -51.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25094 + - uid: 26917 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,7.5 + rot: -1.5707963267948966 rad + pos: -52.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25095 + - uid: 26918 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,8.5 + rot: -1.5707963267948966 rad + pos: -53.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25100 + - uid: 26919 components: - type: Transform rot: -1.5707963267948966 rad - pos: 13.5,21.5 + pos: -54.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25104 + color: '#990000FF' + - uid: 26920 components: - type: Transform rot: -1.5707963267948966 rad - pos: 11.5,5.5 + pos: -55.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25105 + - uid: 26921 components: - type: Transform rot: -1.5707963267948966 rad - pos: 12.5,5.5 + pos: -56.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25106 + - uid: 26922 components: - type: Transform rot: -1.5707963267948966 rad - pos: 13.5,5.5 + pos: -57.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25109 + - uid: 26925 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,5.5 + pos: -60.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25111 + color: '#0055CCFF' + - uid: 26927 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,5.5 + pos: -60.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25113 + color: '#0055CCFF' + - uid: 26928 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,5.5 + pos: -60.5,0.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25114 + color: '#0055CCFF' + - uid: 26929 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,5.5 + pos: -60.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25116 + color: '#0055CCFF' + - uid: 26930 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,5.5 + pos: -58.5,0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25117 + - uid: 26931 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,5.5 + pos: -58.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25118 + - uid: 26932 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,5.5 + pos: -58.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25119 + - uid: 26934 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 26.5,5.5 + rot: 3.141592653589793 rad + pos: -58.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25122 + - uid: 26937 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,5.5 + rot: 1.5707963267948966 rad + pos: -59.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25123 + color: '#0055CCFF' + - uid: 26938 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,5.5 + rot: 1.5707963267948966 rad + pos: -58.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25124 + color: '#0055CCFF' + - uid: 26939 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,7.5 + rot: 1.5707963267948966 rad + pos: -57.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25125 + - uid: 26940 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,7.5 + rot: 1.5707963267948966 rad + pos: -56.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25126 + - uid: 26941 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,7.5 + rot: 1.5707963267948966 rad + pos: -55.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25127 + - uid: 26942 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,11.5 + rot: 1.5707963267948966 rad + pos: -57.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25130 + color: '#990000FF' + - uid: 26943 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,7.5 + rot: 1.5707963267948966 rad + pos: -56.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25131 + color: '#990000FF' + - uid: 26944 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,7.5 + rot: 1.5707963267948966 rad + pos: -55.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25134 + color: '#990000FF' + - uid: 26947 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,7.5 + rot: 1.5707963267948966 rad + pos: -44.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25135 + - uid: 26948 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,7.5 + rot: 1.5707963267948966 rad + pos: -45.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25137 + - uid: 26949 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,7.5 + rot: 1.5707963267948966 rad + pos: -46.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25138 + - uid: 26950 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,7.5 + rot: 1.5707963267948966 rad + pos: -47.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25139 + - uid: 26951 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,7.5 + rot: 1.5707963267948966 rad + pos: -48.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25142 + - uid: 26952 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,7.5 + rot: 1.5707963267948966 rad + pos: -49.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25143 + - uid: 26953 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,7.5 + rot: 1.5707963267948966 rad + pos: -50.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25147 + - uid: 26954 components: - type: Transform - pos: 30.5,6.5 + rot: 1.5707963267948966 rad + pos: -51.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25148 + - uid: 26955 components: - type: Transform - pos: 30.5,5.5 + rot: 1.5707963267948966 rad + pos: -52.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25149 + - uid: 26956 components: - type: Transform - pos: 30.5,4.5 + rot: 1.5707963267948966 rad + pos: -53.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25151 + - uid: 26957 components: - type: Transform - pos: 30.5,2.5 + rot: 1.5707963267948966 rad + pos: -54.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25152 + - uid: 26959 components: - type: Transform - pos: 30.5,1.5 + rot: 1.5707963267948966 rad + pos: -56.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25153 + - uid: 26960 components: - type: Transform - pos: 30.5,0.5 + rot: 1.5707963267948966 rad + pos: -57.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25154 + - uid: 26961 components: - type: Transform - pos: 30.5,-0.5 + rot: 1.5707963267948966 rad + pos: -58.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25159 + - uid: 26962 components: - type: Transform - pos: 31.5,4.5 + rot: 1.5707963267948966 rad + pos: -40.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25160 + - uid: 26963 components: - type: Transform rot: 1.5707963267948966 rad - pos: -6.5,63.5 + pos: -41.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25161 + - uid: 26964 components: - type: Transform - pos: 31.5,2.5 + rot: 1.5707963267948966 rad + pos: -42.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25162 + - uid: 26965 components: - type: Transform - pos: 31.5,1.5 + rot: 1.5707963267948966 rad + pos: -43.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25163 + - uid: 26966 components: - type: Transform - pos: 31.5,0.5 + rot: 1.5707963267948966 rad + pos: -44.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25164 + - uid: 26967 components: - type: Transform - pos: 31.5,-0.5 + rot: 1.5707963267948966 rad + pos: -45.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25165 + - uid: 26968 components: - type: Transform - pos: 31.5,-1.5 + rot: 1.5707963267948966 rad + pos: -46.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25168 + - uid: 26969 components: - type: Transform - pos: 29.5,-13.5 + rot: 1.5707963267948966 rad + pos: -47.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25186 + - uid: 26970 components: - type: Transform rot: 1.5707963267948966 rad - pos: -58.5,19.5 + pos: -48.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25258 + color: '#990000FF' + - uid: 26971 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-19.5 + rot: 1.5707963267948966 rad + pos: -49.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25259 + - uid: 26972 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-19.5 + rot: 1.5707963267948966 rad + pos: -50.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25268 + - uid: 26973 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-19.5 + rot: 1.5707963267948966 rad + pos: -51.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25269 + - uid: 26974 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-19.5 + rot: 1.5707963267948966 rad + pos: -52.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25270 + - uid: 26976 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-19.5 + rot: 1.5707963267948966 rad + pos: -54.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25271 + - uid: 26977 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-19.5 + rot: 1.5707963267948966 rad + pos: -55.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25272 + - uid: 26978 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-19.5 + rot: 1.5707963267948966 rad + pos: -56.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25292 + - uid: 26979 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-19.5 + rot: 1.5707963267948966 rad + pos: -57.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25335 + - uid: 26982 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,64.5 + pos: -59.5,-13.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25350 + - uid: 26983 components: - type: Transform - rot: 3.141592653589793 rad - pos: 45.5,22.5 + pos: -59.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25352 + - uid: 26988 components: - type: Transform - pos: 46.5,19.5 + pos: -58.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25354 + - uid: 26989 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,21.5 + pos: -58.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25355 + color: '#990000FF' + - uid: 26990 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,21.5 + pos: -58.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25356 + color: '#990000FF' + - uid: 26991 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,21.5 + rot: -1.5707963267948966 rad + pos: -57.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25358 + color: '#990000FF' + - uid: 26993 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,18.5 + rot: -1.5707963267948966 rad + pos: -55.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25361 + - uid: 26994 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,22.5 + rot: -1.5707963267948966 rad + pos: -54.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25362 + color: '#990000FF' + - uid: 26995 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,23.5 + rot: -1.5707963267948966 rad + pos: -58.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25364 + - uid: 26996 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,25.5 + rot: -1.5707963267948966 rad + pos: -57.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25365 + - uid: 26997 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,26.5 + rot: -1.5707963267948966 rad + pos: -56.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25367 + - uid: 26999 components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,28.5 + pos: -54.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25368 + - uid: 27000 components: - type: Transform rot: 3.141592653589793 rad - pos: 29.5,19.5 + pos: -54.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25369 + color: '#0055CCFF' + - uid: 27001 components: - type: Transform rot: 3.141592653589793 rad - pos: 29.5,20.5 + pos: -54.5,-8.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25370 + color: '#0055CCFF' + - uid: 27002 components: - type: Transform rot: 3.141592653589793 rad - pos: 29.5,21.5 + pos: -53.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25371 + - uid: 27003 components: - type: Transform rot: 3.141592653589793 rad - pos: 29.5,22.5 + pos: -53.5,-9.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25372 + - uid: 27004 components: - type: Transform rot: 3.141592653589793 rad - pos: 29.5,23.5 + pos: -53.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25374 + - uid: 27005 components: - type: Transform rot: 3.141592653589793 rad - pos: 29.5,25.5 + pos: -53.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25376 + - uid: 27012 components: - type: Transform rot: 3.141592653589793 rad - pos: 29.5,27.5 + pos: -59.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25379 + color: '#0055CCFF' + - uid: 27013 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,29.5 + rot: 3.141592653589793 rad + pos: -59.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25380 + - uid: 27014 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,29.5 + rot: 3.141592653589793 rad + pos: -59.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25381 + - uid: 27018 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,29.5 + rot: 3.141592653589793 rad + pos: -59.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25382 + - uid: 27020 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,29.5 + rot: 3.141592653589793 rad + pos: -59.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25383 + - uid: 27021 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,29.5 + rot: 3.141592653589793 rad + pos: -59.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25384 + - uid: 27022 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,29.5 + rot: 3.141592653589793 rad + pos: -59.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25386 + - uid: 27023 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,29.5 + rot: 3.141592653589793 rad + pos: -59.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25388 + - uid: 27024 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,29.5 + rot: 3.141592653589793 rad + pos: -59.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25389 + - uid: 27025 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,28.5 + rot: 3.141592653589793 rad + pos: -58.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25390 + - uid: 27026 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,28.5 + rot: 3.141592653589793 rad + pos: -58.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25391 + - uid: 27027 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,28.5 + rot: 3.141592653589793 rad + pos: -58.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25392 + - uid: 27028 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,28.5 + rot: 3.141592653589793 rad + pos: -58.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25393 + - uid: 27030 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,28.5 + rot: 3.141592653589793 rad + pos: -58.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25395 + - uid: 27031 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,28.5 + rot: 3.141592653589793 rad + pos: -58.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25396 + - uid: 27032 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,28.5 + rot: 3.141592653589793 rad + pos: -58.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25397 + - uid: 27033 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,28.5 + rot: 3.141592653589793 rad + pos: -58.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25398 + - uid: 27034 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,28.5 + rot: 3.141592653589793 rad + pos: -58.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25401 + - uid: 27035 components: - type: Transform rot: 3.141592653589793 rad - pos: 38.5,30.5 + pos: -58.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25402 + color: '#990000FF' + - uid: 27038 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,31.5 + rot: 1.5707963267948966 rad + pos: -58.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25403 + - uid: 27041 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,32.5 + rot: 1.5707963267948966 rad + pos: -55.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25405 + - uid: 27042 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,34.5 + rot: 1.5707963267948966 rad + pos: -54.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25406 + - uid: 27045 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,35.5 + rot: 1.5707963267948966 rad + pos: -55.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25407 + color: '#990000FF' + - uid: 27046 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,36.5 + rot: 1.5707963267948966 rad + pos: -54.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25408 + color: '#990000FF' + - uid: 27047 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,37.5 + rot: 1.5707963267948966 rad + pos: -53.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25410 + color: '#990000FF' + - uid: 27050 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,39.5 + pos: -53.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25412 + - uid: 27051 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,41.5 + pos: -53.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25413 + - uid: 27052 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,42.5 + pos: -53.5,-30.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25415 + - uid: 27054 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,44.5 + pos: -52.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25416 + color: '#990000FF' + - uid: 27055 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,45.5 + pos: -52.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25417 + color: '#990000FF' + - uid: 27056 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,46.5 + pos: -52.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25419 + color: '#990000FF' + - uid: 27059 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,29.5 + rot: 1.5707963267948966 rad + pos: -52.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25421 + color: '#0055CCFF' + - uid: 27060 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,31.5 + rot: 1.5707963267948966 rad + pos: -51.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25423 + color: '#0055CCFF' + - uid: 27061 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,33.5 + rot: 1.5707963267948966 rad + pos: -50.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25424 + color: '#0055CCFF' + - uid: 27062 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,34.5 + rot: 1.5707963267948966 rad + pos: -49.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25425 + color: '#0055CCFF' + - uid: 27063 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,35.5 + rot: 1.5707963267948966 rad + pos: -48.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25427 + color: '#0055CCFF' + - uid: 27064 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,37.5 + rot: 1.5707963267948966 rad + pos: -47.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25428 + color: '#0055CCFF' + - uid: 27066 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,38.5 + rot: 1.5707963267948966 rad + pos: -45.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25430 + color: '#0055CCFF' + - uid: 27067 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,40.5 + rot: 1.5707963267948966 rad + pos: -44.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25431 + color: '#0055CCFF' + - uid: 27068 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,41.5 + rot: 1.5707963267948966 rad + pos: -43.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25433 + color: '#0055CCFF' + - uid: 27070 components: - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,43.5 + rot: 1.5707963267948966 rad + pos: -41.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25436 + color: '#0055CCFF' + - uid: 27072 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,45.5 + rot: 1.5707963267948966 rad + pos: -39.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25438 + color: '#0055CCFF' + - uid: 27075 components: - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,47.5 + rot: 1.5707963267948966 rad + pos: -36.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25442 + color: '#0055CCFF' + - uid: 27076 components: - type: Transform - rot: 3.141592653589793 rad - pos: 80.5,-0.5 + rot: 1.5707963267948966 rad + pos: -35.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25443 + color: '#0055CCFF' + - uid: 27077 components: - type: Transform rot: 1.5707963267948966 rad - pos: 39.5,43.5 + pos: -34.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25444 + - uid: 27078 components: - type: Transform rot: 1.5707963267948966 rad - pos: 40.5,43.5 + pos: -33.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25445 + - uid: 27079 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,43.5 + pos: -32.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25446 + - uid: 27080 components: - type: Transform rot: 1.5707963267948966 rad - pos: 42.5,43.5 + pos: -31.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25447 + - uid: 27081 components: - type: Transform rot: 1.5707963267948966 rad - pos: 43.5,43.5 + pos: -30.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25448 + - uid: 27082 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27083 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27084 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27085 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27086 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,-33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27087 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,42.5 + pos: -46.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25449 + - uid: 27090 components: - type: Transform rot: 1.5707963267948966 rad - pos: 42.5,42.5 + pos: -43.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25450 + - uid: 27091 components: - type: Transform rot: 1.5707963267948966 rad - pos: 43.5,42.5 + pos: -42.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25453 + - uid: 27092 components: - type: Transform rot: 1.5707963267948966 rad - pos: 39.5,38.5 + pos: -41.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25454 + color: '#990000FF' + - uid: 27093 components: - type: Transform rot: 1.5707963267948966 rad - pos: 40.5,38.5 + pos: -40.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25455 + color: '#990000FF' + - uid: 27094 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,38.5 + pos: -39.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25456 + color: '#990000FF' + - uid: 27096 components: - type: Transform rot: 1.5707963267948966 rad - pos: 42.5,38.5 + pos: -37.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25457 + color: '#990000FF' + - uid: 27099 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,36.5 + pos: -34.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25458 + - uid: 27100 components: - type: Transform rot: 1.5707963267948966 rad - pos: 42.5,36.5 + pos: -33.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25461 + - uid: 27101 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,32.5 + pos: -32.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25462 + - uid: 27102 components: - type: Transform rot: 1.5707963267948966 rad - pos: 39.5,33.5 + pos: -31.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25463 + color: '#990000FF' + - uid: 27103 components: - type: Transform rot: 1.5707963267948966 rad - pos: 40.5,33.5 + pos: -30.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25464 + color: '#990000FF' + - uid: 27104 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,33.5 + pos: -29.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25465 + color: '#990000FF' + - uid: 27105 components: - type: Transform rot: 1.5707963267948966 rad - pos: 42.5,33.5 + pos: -28.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25469 + color: '#990000FF' + - uid: 27106 components: - type: Transform rot: 1.5707963267948966 rad - pos: 39.5,29.5 + pos: -29.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25470 + - uid: 27107 components: - type: Transform rot: 1.5707963267948966 rad - pos: 40.5,29.5 + pos: -28.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25471 + - uid: 27110 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,29.5 + pos: -54.5,24.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25472 + - uid: 27119 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,28.5 + rot: 3.141592653589793 rad + pos: -46.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25473 + color: '#0055CCFF' + - uid: 27120 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,28.5 + rot: 3.141592653589793 rad + pos: -45.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25474 + - uid: 27121 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 43.5,28.5 + rot: 3.141592653589793 rad + pos: -45.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25477 + - uid: 27126 components: - type: Transform - pos: 34.5,28.5 + pos: -37.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25478 + - uid: 27127 components: - type: Transform - pos: 34.5,27.5 + pos: -36.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25479 + color: '#990000FF' + - uid: 27128 components: - type: Transform - pos: 34.5,26.5 + pos: -36.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25480 + color: '#990000FF' + - uid: 27131 components: - type: Transform - pos: 35.5,27.5 + rot: -1.5707963267948966 rad + pos: -54.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25481 + color: '#0055CCFF' + - uid: 27132 components: - type: Transform - pos: 35.5,26.5 + rot: -1.5707963267948966 rad + pos: -53.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25482 + - uid: 27133 components: - type: Transform - pos: 35.5,25.5 + rot: -1.5707963267948966 rad + pos: -54.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25487 + - uid: 27143 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,25.5 + pos: -59.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25488 + - uid: 27147 components: - type: Transform rot: 1.5707963267948966 rad - pos: 36.5,25.5 + pos: -49.5,46.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25489 + - uid: 27150 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,25.5 + pos: -58.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25490 + color: '#990000FF' + - uid: 27151 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,25.5 + pos: -58.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25491 + color: '#990000FF' + - uid: 27169 components: - type: Transform rot: 1.5707963267948966 rad - pos: 39.5,25.5 + pos: -29.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25492 + color: '#990000FF' + - uid: 27170 components: - type: Transform rot: 1.5707963267948966 rad - pos: 36.5,24.5 + pos: -30.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25493 + - uid: 27171 components: - type: Transform rot: 1.5707963267948966 rad - pos: 37.5,24.5 + pos: -31.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25494 + - uid: 27172 components: - type: Transform rot: 1.5707963267948966 rad - pos: 38.5,24.5 + pos: -31.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25495 + color: '#0055CCFF' + - uid: 27173 components: - type: Transform rot: 1.5707963267948966 rad - pos: 39.5,24.5 + pos: -30.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25501 + color: '#0055CCFF' + - uid: 27174 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,22.5 + rot: 1.5707963267948966 rad + pos: -29.5,13.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25502 + - uid: 27177 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,23.5 + rot: 1.5707963267948966 rad + pos: -32.5,13.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25503 + - uid: 27178 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,24.5 + rot: 1.5707963267948966 rad + pos: -33.5,13.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25504 + - uid: 27182 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,25.5 + rot: 1.5707963267948966 rad + pos: -33.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25505 + color: '#990000FF' + - uid: 27183 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,26.5 + rot: 1.5707963267948966 rad + pos: -34.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25507 + color: '#990000FF' + - uid: 27184 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,28.5 + rot: 1.5707963267948966 rad + pos: -35.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25508 + color: '#990000FF' + - uid: 27185 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,29.5 + rot: 1.5707963267948966 rad + pos: -36.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25509 + color: '#990000FF' + - uid: 27186 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,30.5 + rot: 1.5707963267948966 rad + pos: -37.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25510 + color: '#990000FF' + - uid: 27187 components: - type: Transform - rot: 3.141592653589793 rad - pos: 23.5,31.5 + rot: 1.5707963267948966 rad + pos: -35.5,12.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25511 + - uid: 27188 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,19.5 + rot: 1.5707963267948966 rad + pos: -36.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25512 + color: '#0055CCFF' + - uid: 27189 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,20.5 + rot: 1.5707963267948966 rad + pos: -37.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25513 + color: '#0055CCFF' + - uid: 27229 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,21.5 + pos: -14.5,2.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25514 + - uid: 27259 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,22.5 + rot: -1.5707963267948966 rad + pos: -12.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25515 + - uid: 27262 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,23.5 + rot: -1.5707963267948966 rad + pos: -15.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25516 + - uid: 27263 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,24.5 + rot: -1.5707963267948966 rad + pos: -16.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25518 + - uid: 27264 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,26.5 + rot: -1.5707963267948966 rad + pos: -17.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25519 + - uid: 27265 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,27.5 + rot: -1.5707963267948966 rad + pos: -18.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25520 + - uid: 27266 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,28.5 + rot: -1.5707963267948966 rad + pos: -19.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25521 + - uid: 27268 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,29.5 + rot: -1.5707963267948966 rad + pos: -12.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25522 + color: '#0055CCFF' + - uid: 27269 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,30.5 + rot: -1.5707963267948966 rad + pos: -13.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25523 + color: '#0055CCFF' + - uid: 27270 components: - type: Transform - rot: 3.141592653589793 rad - pos: 24.5,31.5 + rot: -1.5707963267948966 rad + pos: -14.5,-4.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25526 + color: '#0055CCFF' + - uid: 27273 components: - type: Transform - pos: 23.5,32.5 + rot: -1.5707963267948966 rad + pos: -17.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25527 + - uid: 27274 components: - type: Transform rot: -1.5707963267948966 rad - pos: 22.5,33.5 + pos: -18.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25528 + - uid: 27275 components: - type: Transform rot: -1.5707963267948966 rad - pos: 21.5,33.5 + pos: -19.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25529 + - uid: 27276 components: - type: Transform rot: -1.5707963267948966 rad - pos: 20.5,33.5 + pos: -20.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25530 + - uid: 27277 components: - type: Transform rot: -1.5707963267948966 rad - pos: 19.5,33.5 + pos: -21.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25531 + - uid: 27279 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,33.5 + pos: -22.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25532 + - uid: 27280 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,33.5 + pos: -22.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25533 + - uid: 27281 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,33.5 + pos: -20.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25534 + color: '#990000FF' + - uid: 27282 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,33.5 + pos: -16.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25535 + - uid: 27283 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,33.5 + pos: -16.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25536 + - uid: 27284 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,33.5 + pos: -16.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25538 + - uid: 27285 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,33.5 + pos: -16.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25539 + - uid: 27286 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,33.5 + pos: -16.5,-9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25540 + - uid: 27287 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,33.5 + pos: -16.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25541 + - uid: 27288 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,33.5 + pos: -14.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25542 + color: '#990000FF' + - uid: 27289 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,33.5 + pos: -14.5,-7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25543 + color: '#990000FF' + - uid: 27291 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,33.5 + pos: -14.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25544 + color: '#990000FF' + - uid: 27292 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,33.5 + pos: -14.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25545 + color: '#990000FF' + - uid: 27308 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,33.5 + rot: 3.141592653589793 rad + pos: -11.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25546 + - uid: 27309 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,33.5 + rot: 3.141592653589793 rad + pos: -11.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25547 + - uid: 27310 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,33.5 + rot: 3.141592653589793 rad + pos: -10.5,-6.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27312 + components: + - type: Transform + pos: 8.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25548 + - uid: 27342 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,33.5 + rot: 3.141592653589793 rad + pos: 18.5,8.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25549 + - uid: 27346 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,32.5 + rot: 3.141592653589793 rad + pos: 19.5,6.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25550 + - uid: 27347 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,32.5 + rot: 3.141592653589793 rad + pos: 19.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25551 + - uid: 27348 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,32.5 + rot: 3.141592653589793 rad + pos: 19.5,8.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25552 + - uid: 27357 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,32.5 + rot: 3.141592653589793 rad + pos: 31.5,6.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25553 + - uid: 27358 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,32.5 + rot: 3.141592653589793 rad + pos: 31.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25554 + - uid: 27359 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,32.5 + rot: 3.141592653589793 rad + pos: 31.5,8.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25555 + - uid: 27360 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,32.5 + rot: 3.141592653589793 rad + pos: 31.5,9.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25556 + - uid: 27361 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,32.5 + rot: 3.141592653589793 rad + pos: 31.5,10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25558 + - uid: 27365 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,32.5 + rot: 1.5707963267948966 rad + pos: 32.5,5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25559 + - uid: 27366 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,32.5 + rot: 1.5707963267948966 rad + pos: 33.5,5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25560 + - uid: 27367 components: - type: Transform rot: -1.5707963267948966 rad - pos: 12.5,32.5 + pos: 31.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25561 + color: '#0055CCFF' + - uid: 27368 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,32.5 + rot: 1.5707963267948966 rad + pos: 32.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25562 + color: '#0055CCFF' + - uid: 27369 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,32.5 + rot: 1.5707963267948966 rad + pos: 33.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25563 + color: '#0055CCFF' + - uid: 27370 components: - type: Transform rot: -1.5707963267948966 rad - pos: 9.5,32.5 + pos: 34.5,5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25564 + - uid: 27374 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,32.5 + rot: 3.141592653589793 rad + pos: 20.5,18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25565 + - uid: 27376 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,32.5 + pos: 29.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25566 + color: '#0055CCFF' + - uid: 27378 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,32.5 + pos: 29.5,14.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25567 + color: '#0055CCFF' + - uid: 27379 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 5.5,32.5 + rot: 3.141592653589793 rad + pos: 31.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25568 + - uid: 27380 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,32.5 + rot: 3.141592653589793 rad + pos: 31.5,13.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25569 + - uid: 27381 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,32.5 + rot: 3.141592653589793 rad + pos: 31.5,14.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25574 + - uid: 27397 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,33.5 + rot: -1.5707963267948966 rad + pos: 29.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25575 + - uid: 27398 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,33.5 + pos: 25.5,6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25576 + - uid: 27399 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,33.5 + rot: -1.5707963267948966 rad + pos: 27.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25577 + - uid: 27400 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,33.5 + rot: -1.5707963267948966 rad + pos: 27.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25578 + color: '#990000FF' + - uid: 27401 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,33.5 + rot: -1.5707963267948966 rad + pos: 28.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25579 + color: '#990000FF' + - uid: 27403 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,33.5 + rot: -1.5707963267948966 rad + pos: 30.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25580 + color: '#990000FF' + - uid: 27404 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,33.5 + pos: 25.5,5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25581 + - uid: 27405 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,33.5 + pos: 25.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25582 + - uid: 27423 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,33.5 + rot: -1.5707963267948966 rad + pos: 32.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25583 + - uid: 27424 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,33.5 + rot: -1.5707963267948966 rad + pos: 33.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25584 + - uid: 27426 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,32.5 + rot: -1.5707963267948966 rad + pos: 32.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25585 + - uid: 27427 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,32.5 + rot: -1.5707963267948966 rad + pos: 33.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25586 + - uid: 27428 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,32.5 + rot: -1.5707963267948966 rad + pos: 34.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25587 + - uid: 27431 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,32.5 + rot: 3.141592653589793 rad + pos: 17.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25588 + color: '#0055CCFF' + - uid: 27432 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,32.5 + rot: 3.141592653589793 rad + pos: 17.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25589 + color: '#0055CCFF' + - uid: 27433 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,32.5 + rot: 3.141592653589793 rad + pos: 19.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25590 + - uid: 27434 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,32.5 + rot: 3.141592653589793 rad + pos: 19.5,-13.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25591 + - uid: 27435 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,32.5 + rot: 3.141592653589793 rad + pos: 19.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25592 + - uid: 27436 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,32.5 + rot: 3.141592653589793 rad + pos: 19.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25593 + - uid: 27443 components: - type: Transform rot: 1.5707963267948966 rad - pos: 34.5,32.5 + pos: 77.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25594 + - uid: 27462 components: - type: Transform - pos: 35.5,33.5 + pos: -45.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25595 + - uid: 27465 components: - type: Transform - pos: 35.5,34.5 + pos: -45.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25596 + - uid: 27468 components: - type: Transform - pos: 35.5,35.5 + pos: -33.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25597 + color: '#0055CCFF' + - uid: 27469 components: - type: Transform - pos: 35.5,36.5 + pos: -33.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25598 + color: '#0055CCFF' + - uid: 27470 components: - type: Transform - pos: 35.5,37.5 + pos: -33.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25599 + color: '#0055CCFF' + - uid: 27471 components: - type: Transform - pos: 35.5,38.5 + pos: -33.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25600 + color: '#0055CCFF' + - uid: 27472 components: - type: Transform - pos: 35.5,39.5 + pos: -33.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25601 + color: '#0055CCFF' + - uid: 27473 components: - type: Transform - pos: 35.5,40.5 + pos: -33.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25602 + color: '#0055CCFF' + - uid: 27474 components: - type: Transform - pos: 35.5,41.5 + pos: -33.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25603 + color: '#0055CCFF' + - uid: 27475 components: - type: Transform - pos: 35.5,42.5 + pos: -33.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25604 + color: '#0055CCFF' + - uid: 27476 components: - type: Transform - pos: 34.5,34.5 + pos: -32.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25605 + color: '#990000FF' + - uid: 27477 components: - type: Transform - pos: 34.5,35.5 + pos: -32.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25606 + color: '#990000FF' + - uid: 27478 components: - type: Transform - pos: 34.5,36.5 + pos: -32.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25607 + color: '#990000FF' + - uid: 27479 components: - type: Transform - pos: 34.5,37.5 + pos: -32.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25608 + color: '#990000FF' + - uid: 27480 components: - type: Transform - pos: 34.5,38.5 + pos: -32.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25609 + color: '#990000FF' + - uid: 27481 components: - type: Transform - pos: 34.5,39.5 + pos: -32.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25610 + color: '#990000FF' + - uid: 27485 components: - type: Transform - pos: 34.5,40.5 + pos: -4.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25611 + - uid: 27486 components: - type: Transform - pos: 34.5,41.5 + pos: -4.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25612 + - uid: 27487 components: - type: Transform - pos: 34.5,42.5 + pos: -4.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25613 + - uid: 27488 components: - type: Transform - pos: 34.5,43.5 + pos: -4.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25616 + - uid: 27489 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,43.5 + pos: -3.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25617 + - uid: 27490 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,43.5 + pos: -3.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25626 + - uid: 27495 components: - type: Transform rot: 1.5707963267948966 rad - pos: 33.5,44.5 + pos: -0.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25640 + - uid: 27498 components: - type: Transform rot: 1.5707963267948966 rad - pos: 36.5,46.5 + pos: -2.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25641 + - uid: 27499 components: - type: Transform rot: 1.5707963267948966 rad - pos: 37.5,46.5 + pos: -1.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25642 + - uid: 27500 components: - type: Transform rot: 1.5707963267948966 rad - pos: 38.5,46.5 + pos: -0.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25643 + - uid: 27501 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,46.5 + rot: 1.5707963267948966 rad + pos: 0.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25644 + - uid: 27502 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,46.5 + rot: 1.5707963267948966 rad + pos: 1.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25645 + - uid: 27508 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,46.5 + rot: 1.5707963267948966 rad + pos: -32.5,19.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25646 + - uid: 27517 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,46.5 + rot: 3.141592653589793 rad + pos: 34.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25647 + color: '#0055CCFF' + - uid: 27518 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,46.5 + rot: 3.141592653589793 rad + pos: 34.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25648 + color: '#0055CCFF' + - uid: 27519 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,46.5 + rot: 3.141592653589793 rad + pos: 34.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25649 + color: '#0055CCFF' + - uid: 27520 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,46.5 + rot: 3.141592653589793 rad + pos: 34.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25650 + color: '#0055CCFF' + - uid: 27521 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,46.5 + rot: 3.141592653589793 rad + pos: 34.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25651 + color: '#0055CCFF' + - uid: 27522 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,46.5 + rot: 3.141592653589793 rad + pos: 34.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25652 + color: '#0055CCFF' + - uid: 27523 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,46.5 + rot: 3.141592653589793 rad + pos: 36.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25653 + - uid: 27524 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,46.5 + rot: 3.141592653589793 rad + pos: 36.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25654 + - uid: 27525 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,46.5 + rot: 3.141592653589793 rad + pos: 36.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25656 + - uid: 27529 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,47.5 + rot: 3.141592653589793 rad + pos: 34.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25657 + - uid: 27530 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,47.5 + rot: 3.141592653589793 rad + pos: 36.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25658 + color: '#990000FF' + - uid: 27531 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,47.5 + rot: 3.141592653589793 rad + pos: 36.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25659 + color: '#990000FF' + - uid: 27532 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 42.5,47.5 + rot: 3.141592653589793 rad + pos: 36.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25660 + color: '#990000FF' + - uid: 27533 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,47.5 + rot: 3.141592653589793 rad + pos: 36.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25661 + color: '#990000FF' + - uid: 27534 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,47.5 + rot: 3.141592653589793 rad + pos: 36.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25662 + color: '#990000FF' + - uid: 27535 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,47.5 + rot: 3.141592653589793 rad + pos: 36.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25663 + color: '#990000FF' + - uid: 27536 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,47.5 + rot: 3.141592653589793 rad + pos: 36.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25664 + color: '#990000FF' + - uid: 27537 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,47.5 + rot: 3.141592653589793 rad + pos: 36.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25665 + color: '#990000FF' + - uid: 27538 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,47.5 + rot: 3.141592653589793 rad + pos: 36.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25670 + color: '#990000FF' + - uid: 27539 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,46.5 + rot: 3.141592653589793 rad + pos: 36.5,-30.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27541 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-32.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 27542 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25679 + - uid: 27544 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,54.5 + rot: 3.141592653589793 rad + pos: 34.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25681 + - uid: 27545 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,54.5 + rot: 3.141592653589793 rad + pos: 34.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25682 + - uid: 27546 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,53.5 + rot: 3.141592653589793 rad + pos: 34.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25683 + color: '#0055CCFF' + - uid: 27547 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,53.5 + rot: 3.141592653589793 rad + pos: 34.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25684 + color: '#0055CCFF' + - uid: 27548 components: - type: Transform - pos: 56.5,51.5 + rot: 3.141592653589793 rad + pos: 34.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25685 + color: '#0055CCFF' + - uid: 27549 components: - type: Transform - pos: 56.5,52.5 + rot: 3.141592653589793 rad + pos: 34.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25686 + color: '#0055CCFF' + - uid: 27550 components: - type: Transform - pos: 55.5,53.5 + rot: 3.141592653589793 rad + pos: 34.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25687 + - uid: 27553 components: - type: Transform - pos: 55.5,52.5 + rot: 3.141592653589793 rad + pos: 34.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25688 + - uid: 27554 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,50.5 + rot: 3.141592653589793 rad + pos: 34.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25689 + color: '#0055CCFF' + - uid: 27557 components: - type: Transform rot: -1.5707963267948966 rad - pos: 54.5,51.5 + pos: 33.5,-34.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25690 + - uid: 27563 components: - type: Transform rot: 3.141592653589793 rad - pos: 53.5,50.5 + pos: 46.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25693 + - uid: 27564 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,49.5 + pos: 46.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25694 + color: '#0055CCFF' + - uid: 27565 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,48.5 + pos: 46.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25695 + color: '#0055CCFF' + - uid: 27566 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,47.5 + pos: 46.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25701 + color: '#0055CCFF' + - uid: 27567 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,36.5 + rot: 3.141592653589793 rad + pos: 46.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25702 + color: '#0055CCFF' + - uid: 27568 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,36.5 + rot: 3.141592653589793 rad + pos: 46.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25703 + color: '#0055CCFF' + - uid: 27569 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,36.5 + rot: 3.141592653589793 rad + pos: 46.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25704 + color: '#0055CCFF' + - uid: 27570 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,36.5 + rot: 3.141592653589793 rad + pos: 46.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25705 + color: '#0055CCFF' + - uid: 27571 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,37.5 + rot: 3.141592653589793 rad + pos: 46.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25706 + color: '#0055CCFF' + - uid: 27575 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,37.5 + rot: 3.141592653589793 rad + pos: 47.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25707 + - uid: 27576 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,37.5 + rot: 3.141592653589793 rad + pos: 47.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25708 + - uid: 27577 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,37.5 + rot: 3.141592653589793 rad + pos: 47.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25709 + - uid: 27578 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,37.5 + rot: 3.141592653589793 rad + pos: 47.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25710 + - uid: 27579 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,37.5 + rot: 3.141592653589793 rad + pos: 47.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25711 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25712 + - uid: 27580 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,37.5 + rot: 3.141592653589793 rad + pos: 47.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25713 + - uid: 27581 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,37.5 + rot: 3.141592653589793 rad + pos: 47.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25714 + - uid: 27585 components: - type: Transform rot: 1.5707963267948966 rad - pos: 17.5,37.5 + pos: 50.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25715 + color: '#0055CCFF' + - uid: 27586 components: - type: Transform rot: 1.5707963267948966 rad - pos: 18.5,37.5 + pos: 51.5,-2.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25716 + color: '#0055CCFF' + - uid: 27587 components: - type: Transform rot: 1.5707963267948966 rad - pos: 16.5,39.5 + pos: 52.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25717 + - uid: 27589 components: - type: Transform rot: 1.5707963267948966 rad - pos: 15.5,39.5 + pos: 54.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25718 + - uid: 27590 components: - type: Transform rot: 1.5707963267948966 rad - pos: 14.5,39.5 + pos: 55.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25719 + - uid: 27591 components: - type: Transform rot: 1.5707963267948966 rad - pos: 13.5,39.5 + pos: 56.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25720 + - uid: 27592 components: - type: Transform rot: 1.5707963267948966 rad - pos: 12.5,39.5 + pos: 57.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25721 + - uid: 27593 components: - type: Transform rot: 1.5707963267948966 rad - pos: 11.5,39.5 + pos: 58.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25722 + - uid: 27594 components: - type: Transform rot: 1.5707963267948966 rad - pos: 10.5,39.5 + pos: 59.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25724 + - uid: 27596 components: - type: Transform rot: 1.5707963267948966 rad - pos: 8.5,39.5 + pos: 61.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25725 + - uid: 27597 components: - type: Transform rot: 1.5707963267948966 rad - pos: 6.5,41.5 + pos: 62.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25726 + - uid: 27598 components: - type: Transform rot: 1.5707963267948966 rad - pos: 5.5,41.5 + pos: 63.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25728 + - uid: 27599 components: - type: Transform rot: 1.5707963267948966 rad - pos: 3.5,41.5 + pos: 64.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25729 + - uid: 27600 components: - type: Transform rot: 1.5707963267948966 rad - pos: 2.5,41.5 + pos: 65.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25730 + - uid: 27601 components: - type: Transform rot: 1.5707963267948966 rad - pos: 1.5,41.5 + pos: 66.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25733 + - uid: 27602 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,40.5 + rot: 1.5707963267948966 rad + pos: 67.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25738 + - uid: 27603 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,40.5 + rot: 1.5707963267948966 rad + pos: 68.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25739 + - uid: 27604 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,41.5 + rot: 1.5707963267948966 rad + pos: 69.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25740 + - uid: 27605 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,42.5 + rot: 1.5707963267948966 rad + pos: 70.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25743 + - uid: 27606 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,45.5 + rot: 1.5707963267948966 rad + pos: 71.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25745 + - uid: 27607 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,47.5 + rot: 1.5707963267948966 rad + pos: 72.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25746 + - uid: 27609 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,48.5 + rot: 1.5707963267948966 rad + pos: 74.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25747 + - uid: 27612 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,49.5 + rot: 1.5707963267948966 rad + pos: 77.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25749 + - uid: 27613 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,51.5 + pos: 60.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25750 + - uid: 27614 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,52.5 + rot: 1.5707963267948966 rad + pos: 52.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25751 + color: '#990000FF' + - uid: 27615 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,53.5 + rot: 1.5707963267948966 rad + pos: 53.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25754 + color: '#990000FF' + - uid: 27617 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,38.5 + rot: 1.5707963267948966 rad + pos: 55.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25755 + - uid: 27618 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,39.5 + rot: 1.5707963267948966 rad + pos: 56.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25756 + - uid: 27619 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,40.5 + rot: 1.5707963267948966 rad + pos: 57.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25759 + - uid: 27620 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,43.5 + rot: 1.5707963267948966 rad + pos: 58.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25760 + - uid: 27621 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,44.5 + rot: 1.5707963267948966 rad + pos: 59.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25762 + - uid: 27622 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,46.5 + rot: 1.5707963267948966 rad + pos: 60.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25763 + - uid: 27623 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,47.5 + rot: 1.5707963267948966 rad + pos: 61.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25764 + - uid: 27625 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,48.5 + rot: 1.5707963267948966 rad + pos: 63.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25766 + - uid: 27626 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,50.5 + rot: 1.5707963267948966 rad + pos: 64.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25767 + - uid: 27627 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,51.5 + rot: 1.5707963267948966 rad + pos: 65.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25768 + - uid: 27628 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,52.5 + rot: 1.5707963267948966 rad + pos: 66.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25769 + - uid: 27637 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,53.5 + pos: 72.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25774 + - uid: 27639 components: - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,6.5 + pos: 71.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25790 + color: '#0055CCFF' + - uid: 27640 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,29.5 + pos: 60.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25791 + - uid: 27641 components: - type: Transform - pos: -28.5,31.5 + rot: 3.141592653589793 rad + pos: 80.5,0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25809 + - uid: 27642 components: - type: Transform - pos: -39.5,63.5 + rot: 3.141592653589793 rad + pos: 80.5,1.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25810 + color: '#990000FF' + - uid: 27643 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,46.5 + pos: 60.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25811 + - uid: 27644 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,46.5 + pos: 60.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25812 + - uid: 27645 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,46.5 + pos: 60.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25813 + - uid: 27646 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,46.5 + pos: 60.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25814 + - uid: 27647 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,46.5 + pos: 60.5,-9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25815 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,45.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25816 + - uid: 27648 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,45.5 + pos: 60.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25817 + color: '#0055CCFF' + - uid: 27649 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,45.5 + pos: 60.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25818 + color: '#0055CCFF' + - uid: 27650 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,45.5 + pos: 60.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25819 + color: '#0055CCFF' + - uid: 27651 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,45.5 + pos: 60.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25826 + color: '#0055CCFF' + - uid: 27652 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,49.5 + pos: 60.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25827 + - uid: 27654 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,49.5 + pos: 60.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25828 + - uid: 27655 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,48.5 + pos: 60.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25829 + color: '#0055CCFF' + - uid: 27656 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,48.5 + pos: 60.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25830 + color: '#0055CCFF' + - uid: 27657 components: - type: Transform - pos: 9.5,48.5 + pos: 60.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25831 + - uid: 27658 components: - type: Transform - pos: 9.5,47.5 + pos: 60.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25832 + - uid: 27659 components: - type: Transform - pos: 10.5,47.5 + pos: 60.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25833 + color: '#0055CCFF' + - uid: 27660 components: - type: Transform - pos: 10.5,46.5 + pos: 60.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25838 + color: '#0055CCFF' + - uid: 27661 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 18.5,45.5 + pos: 60.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25839 + color: '#0055CCFF' + - uid: 27662 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,45.5 + pos: 60.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25840 + color: '#0055CCFF' + - uid: 27663 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,45.5 + pos: 60.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25841 + color: '#0055CCFF' + - uid: 27664 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,46.5 + pos: 60.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25843 + - uid: 27665 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,54.5 + pos: 60.5,-27.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25849 + color: '#0055CCFF' + - uid: 27666 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,43.5 + pos: 60.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25850 + - uid: 27668 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,43.5 + pos: 60.5,-30.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25851 + - uid: 27669 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,43.5 + pos: 62.5,-6.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25852 + color: '#990000FF' + - uid: 27670 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 18.5,42.5 + pos: 62.5,-7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25853 + - uid: 27671 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,42.5 + pos: 62.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25854 + - uid: 27672 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,42.5 + pos: 62.5,-9.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25855 + - uid: 27673 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,42.5 + pos: 62.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25856 + - uid: 27674 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,42.5 + pos: 62.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25857 + - uid: 27675 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,42.5 + pos: 62.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25860 + - uid: 27676 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,60.5 + pos: 62.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25861 + color: '#990000FF' + - uid: 27677 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,60.5 + pos: 62.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25862 + color: '#990000FF' + - uid: 27678 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,60.5 + pos: 62.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25863 + color: '#990000FF' + - uid: 27679 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,60.5 + pos: 62.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25864 + color: '#990000FF' + - uid: 27681 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,60.5 + pos: 62.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25865 + color: '#990000FF' + - uid: 27682 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,60.5 + pos: 62.5,-19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25866 + color: '#990000FF' + - uid: 27683 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,60.5 + pos: 62.5,-20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25867 + color: '#990000FF' + - uid: 27684 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,58.5 + pos: 62.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25868 + - uid: 27685 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,58.5 + pos: 62.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25869 + - uid: 27686 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,58.5 + pos: 62.5,-23.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25870 + - uid: 27687 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,58.5 + pos: 62.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25871 + - uid: 27688 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,58.5 + pos: 62.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25872 + - uid: 27689 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,58.5 + pos: 62.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25873 + - uid: 27690 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,58.5 + pos: 62.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25874 + - uid: 27691 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,58.5 + pos: 62.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25875 + - uid: 27692 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,58.5 + pos: 62.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25878 + - uid: 27699 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,48.5 + rot: 1.5707963267948966 rad + pos: 46.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25879 + - uid: 27708 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,48.5 + rot: 1.5707963267948966 rad + pos: 63.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25880 + - uid: 27709 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,48.5 + rot: 1.5707963267948966 rad + pos: 64.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25881 + - uid: 27710 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,48.5 + rot: 1.5707963267948966 rad + pos: 65.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25882 + - uid: 27711 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,48.5 + rot: 1.5707963267948966 rad + pos: 66.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25883 + - uid: 27712 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,55.5 + rot: 1.5707963267948966 rad + pos: 67.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25884 + color: '#990000FF' + - uid: 27713 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,55.5 + rot: 1.5707963267948966 rad + pos: 68.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25885 + color: '#990000FF' + - uid: 27714 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,55.5 + rot: 1.5707963267948966 rad + pos: 69.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25888 + color: '#990000FF' + - uid: 27715 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,23.5 + rot: 1.5707963267948966 rad + pos: 70.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25889 + color: '#990000FF' + - uid: 27718 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,24.5 + rot: 1.5707963267948966 rad + pos: 73.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25890 + color: '#990000FF' + - uid: 27719 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,25.5 + rot: 1.5707963267948966 rad + pos: 74.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25892 + color: '#990000FF' + - uid: 27720 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,27.5 + rot: 1.5707963267948966 rad + pos: 75.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25893 + color: '#990000FF' + - uid: 27722 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,28.5 + rot: 1.5707963267948966 rad + pos: 61.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25894 + - uid: 27723 components: - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,29.5 + rot: 1.5707963267948966 rad + pos: 62.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25895 + - uid: 27724 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,20.5 + rot: 1.5707963267948966 rad + pos: 63.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25896 + color: '#0055CCFF' + - uid: 27725 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,21.5 + rot: 1.5707963267948966 rad + pos: 64.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25897 + color: '#0055CCFF' + - uid: 27726 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,22.5 + rot: 1.5707963267948966 rad + pos: 65.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25898 + color: '#0055CCFF' + - uid: 27727 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,23.5 + rot: 1.5707963267948966 rad + pos: 66.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25900 + color: '#0055CCFF' + - uid: 27728 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,25.5 + rot: 1.5707963267948966 rad + pos: 67.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25901 + color: '#0055CCFF' + - uid: 27729 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,26.5 + rot: 1.5707963267948966 rad + pos: 68.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25902 + color: '#0055CCFF' + - uid: 27730 components: - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,27.5 + rot: 1.5707963267948966 rad + pos: 69.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25908 + color: '#0055CCFF' + - uid: 27731 components: - type: Transform rot: 1.5707963267948966 rad - pos: -14.5,30.5 + pos: 70.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25909 + - uid: 27732 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,30.5 + pos: 71.5,-13.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25911 + - uid: 27733 components: - type: Transform - pos: -12.5,30.5 + rot: 1.5707963267948966 rad + pos: 72.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25912 + color: '#0055CCFF' + - uid: 27734 components: - type: Transform - pos: -12.5,31.5 + rot: 1.5707963267948966 rad + pos: 73.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25913 + color: '#0055CCFF' + - uid: 27758 components: - type: Transform - pos: -12.5,32.5 + pos: 54.5,2.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25915 + - uid: 27759 components: - type: Transform - pos: -12.5,34.5 + pos: 54.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25916 + - uid: 27760 components: - type: Transform - pos: -12.5,35.5 + pos: 54.5,0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25918 + - uid: 27761 components: - type: Transform - pos: -12.5,37.5 + pos: 54.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25919 + - uid: 27762 components: - type: Transform - pos: -12.5,38.5 + pos: 54.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25922 + - uid: 27763 components: - type: Transform - pos: -12.5,41.5 + pos: 54.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25923 + - uid: 27764 components: - type: Transform - pos: -12.5,42.5 + pos: 54.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25924 + - uid: 27765 components: - type: Transform - pos: -12.5,43.5 + pos: 54.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25925 + - uid: 27766 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,46.5 + pos: 53.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25926 + color: '#0055CCFF' + - uid: 27767 components: - type: Transform - pos: -13.5,31.5 + pos: 53.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25927 + - uid: 27768 components: - type: Transform - pos: -13.5,32.5 + pos: 53.5,0.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25928 + - uid: 27769 components: - type: Transform - pos: -13.5,33.5 + pos: 53.5,-0.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25929 + - uid: 27770 components: - type: Transform - pos: -13.5,34.5 + pos: 53.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25931 + - uid: 27772 components: - type: Transform - pos: -13.5,36.5 + rot: -1.5707963267948966 rad + pos: 53.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25933 + - uid: 27773 components: - type: Transform - pos: -13.5,38.5 + rot: -1.5707963267948966 rad + pos: 54.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25934 + - uid: 27775 components: - type: Transform - pos: -13.5,39.5 + rot: -1.5707963267948966 rad + pos: 56.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25935 + - uid: 27776 components: - type: Transform - pos: -13.5,40.5 + rot: 3.141592653589793 rad + pos: 57.5,23.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25938 + - uid: 27777 components: - type: Transform - pos: -13.5,43.5 + rot: -1.5707963267948966 rad + pos: 58.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25939 + - uid: 27778 components: - type: Transform - pos: -13.5,44.5 + rot: -1.5707963267948966 rad + pos: 59.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25949 + - uid: 27779 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,44.5 + pos: 60.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25950 + color: '#0055CCFF' + - uid: 27780 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,44.5 + pos: 61.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25952 + color: '#0055CCFF' + - uid: 27781 components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.5,44.5 + pos: 62.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25964 + color: '#0055CCFF' + - uid: 27782 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 83.5,-5.5 + rot: -1.5707963267948966 rad + pos: 63.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 25986 + color: '#0055CCFF' + - uid: 27783 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,52.5 + rot: -1.5707963267948966 rad + pos: 64.5,21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26022 + - uid: 27792 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,42.5 + pos: 52.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26023 + color: '#990000FF' + - uid: 27793 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,39.5 + pos: 53.5,18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26024 + - uid: 27795 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,39.5 + pos: 55.5,18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26025 + - uid: 27796 components: - type: Transform rot: -1.5707963267948966 rad - pos: -15.5,39.5 + pos: 56.5,18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26026 + - uid: 27797 components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.5,39.5 + pos: 57.5,18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26027 + - uid: 27798 components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.5,42.5 + pos: 58.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26028 + color: '#990000FF' + - uid: 27800 components: - type: Transform rot: -1.5707963267948966 rad - pos: -15.5,42.5 + pos: 60.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26031 + color: '#990000FF' + - uid: 27801 components: - type: Transform rot: -1.5707963267948966 rad - pos: -17.5,30.5 + pos: 61.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26033 + color: '#990000FF' + - uid: 27802 components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,30.5 + pos: 62.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26034 + color: '#990000FF' + - uid: 27803 components: - type: Transform rot: -1.5707963267948966 rad - pos: -20.5,30.5 + pos: 63.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26037 + color: '#990000FF' + - uid: 27804 components: - type: Transform rot: -1.5707963267948966 rad - pos: -23.5,30.5 + pos: 64.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26038 + color: '#990000FF' + - uid: 27805 components: - type: Transform rot: -1.5707963267948966 rad - pos: -24.5,30.5 + pos: 65.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26040 + color: '#990000FF' + - uid: 27820 components: - type: Transform rot: 3.141592653589793 rad - pos: -20.5,31.5 + pos: 57.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26041 + color: '#0055CCFF' + - uid: 27821 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,30.5 + rot: 3.141592653589793 rad + pos: 57.5,25.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26042 + - uid: 27822 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,30.5 + rot: 3.141592653589793 rad + pos: 57.5,26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26043 + - uid: 27824 components: - type: Transform rot: 3.141592653589793 rad - pos: -20.5,33.5 + pos: 57.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26044 + color: '#0055CCFF' + - uid: 27825 components: - type: Transform rot: 3.141592653589793 rad - pos: -18.5,32.5 + pos: 57.5,29.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26045 + - uid: 27826 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,30.5 + rot: 3.141592653589793 rad + pos: 57.5,30.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26046 + - uid: 27827 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,30.5 + rot: 3.141592653589793 rad + pos: 57.5,31.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26047 + - uid: 27845 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,28.5 + rot: 3.141592653589793 rad + pos: 59.5,19.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26048 + - uid: 27847 components: - type: Transform - pos: -17.5,29.5 + rot: 3.141592653589793 rad + pos: 59.5,21.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26049 + - uid: 27848 components: - type: Transform - pos: -17.5,31.5 + rot: 3.141592653589793 rad + pos: 59.5,22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26050 + - uid: 27849 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,28.5 + rot: 3.141592653589793 rad + pos: 59.5,23.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26051 + - uid: 27850 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,28.5 + rot: 3.141592653589793 rad + pos: 59.5,24.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26052 + - uid: 27851 components: - type: Transform - pos: -17.5,33.5 + rot: 3.141592653589793 rad + pos: 59.5,25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26053 + - uid: 27852 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,28.5 + rot: 3.141592653589793 rad + pos: 59.5,26.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26054 + - uid: 27854 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,28.5 + rot: 3.141592653589793 rad + pos: 59.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26055 + - uid: 27855 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,28.5 + rot: 3.141592653589793 rad + pos: 59.5,29.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26058 + - uid: 27856 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,28.5 + rot: 3.141592653589793 rad + pos: 59.5,30.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26061 + - uid: 27857 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,28.5 + rot: 3.141592653589793 rad + pos: 59.5,31.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26067 + - uid: 27961 components: - type: Transform - pos: -36.5,26.5 + rot: -1.5707963267948966 rad + pos: -52.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26068 + color: '#0055CCFF' + - uid: 28051 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,30.5 + rot: 1.5707963267948966 rad + pos: 35.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26071 + - uid: 28052 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,31.5 + rot: 1.5707963267948966 rad + pos: 36.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26073 + - uid: 28053 components: - type: Transform - pos: -34.5,26.5 + rot: 1.5707963267948966 rad + pos: 37.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26076 + - uid: 28054 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,31.5 + rot: 1.5707963267948966 rad + pos: 38.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26077 + color: '#0055CCFF' + - uid: 28056 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,30.5 + rot: 1.5707963267948966 rad + pos: 36.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26095 + - uid: 28057 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,21.5 + rot: 1.5707963267948966 rad + pos: 37.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26096 + - uid: 28058 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,22.5 + rot: 1.5707963267948966 rad + pos: 38.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26097 + - uid: 28063 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,23.5 + pos: 36.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26099 + color: '#0055CCFF' + - uid: 28064 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,25.5 + pos: 36.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26100 + color: '#0055CCFF' + - uid: 28065 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,26.5 + pos: 36.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26101 + color: '#0055CCFF' + - uid: 28066 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,27.5 + pos: 36.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26102 + color: '#0055CCFF' + - uid: 28067 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,28.5 + pos: 36.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26103 + color: '#0055CCFF' + - uid: 28068 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,29.5 + pos: 37.5,17.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26104 + - uid: 28069 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,30.5 + pos: 37.5,16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26105 + - uid: 28152 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,31.5 + pos: -21.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26106 + color: '#0055CCFF' + - uid: 28153 components: - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,32.5 + pos: -21.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26107 + color: '#0055CCFF' + - uid: 28154 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,22.5 + pos: -21.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26108 + - uid: 28156 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,23.5 + pos: -21.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26109 + - uid: 28157 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,24.5 + pos: -19.5,-21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26110 + color: '#990000FF' + - uid: 28165 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,25.5 + pos: -6.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26112 + - uid: 28166 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,27.5 + pos: -21.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26113 + - uid: 28167 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,28.5 + pos: -21.5,-30.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26114 + - uid: 28168 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,29.5 + pos: -21.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26115 + - uid: 28169 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,30.5 + pos: -21.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26116 + - uid: 28170 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,31.5 + pos: -21.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26117 + - uid: 28171 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,32.5 + pos: -19.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26118 + color: '#990000FF' + - uid: 28172 + components: + - type: Transform + pos: -19.5,-18.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 28181 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,33.5 + pos: -21.5,-36.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26124 + - uid: 28182 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-1.5 + pos: -19.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26125 + color: '#990000FF' + - uid: 28183 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,41.5 + pos: -19.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26126 + color: '#990000FF' + - uid: 28184 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,41.5 + pos: -19.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26127 + color: '#990000FF' + - uid: 28185 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,40.5 + pos: -19.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26132 + - uid: 28186 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,-2.5 + pos: -19.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26133 + - uid: 28187 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-2.5 + pos: -19.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26136 + - uid: 28194 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,64.5 + rot: 3.141592653589793 rad + pos: -21.5,-37.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26138 + - uid: 28197 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,64.5 + rot: 3.141592653589793 rad + pos: -19.5,-37.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26139 + color: '#990000FF' + - uid: 28208 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,64.5 + rot: 1.5707963267948966 rad + pos: -15.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26141 + - uid: 28209 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,64.5 + rot: 1.5707963267948966 rad + pos: -14.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26142 + - uid: 28210 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,64.5 + rot: 1.5707963267948966 rad + pos: -13.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26144 + - uid: 28212 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,64.5 + rot: 1.5707963267948966 rad + pos: -11.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26145 + - uid: 28215 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,64.5 + rot: 1.5707963267948966 rad + pos: -14.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26147 + color: '#990000FF' + - uid: 28217 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,64.5 + rot: 1.5707963267948966 rad + pos: -12.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26148 + color: '#990000FF' + - uid: 28218 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,64.5 + rot: 1.5707963267948966 rad + pos: -11.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26149 + color: '#990000FF' + - uid: 28220 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,64.5 + rot: 1.5707963267948966 rad + pos: -9.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26150 + color: '#990000FF' + - uid: 28221 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,64.5 + rot: 1.5707963267948966 rad + pos: -8.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26151 + color: '#990000FF' + - uid: 28222 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,64.5 + rot: 1.5707963267948966 rad + pos: -7.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26153 + color: '#990000FF' + - uid: 28223 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,64.5 + rot: 1.5707963267948966 rad + pos: -6.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26154 + color: '#990000FF' + - uid: 28224 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,64.5 + rot: 1.5707963267948966 rad + pos: -5.5,-40.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26155 + color: '#990000FF' + - uid: 28232 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,64.5 + rot: 1.5707963267948966 rad + pos: -10.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26156 + - uid: 28233 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,64.5 + rot: 1.5707963267948966 rad + pos: -9.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26157 + - uid: 28234 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,64.5 + rot: 1.5707963267948966 rad + pos: -8.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26158 + - uid: 28235 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,64.5 + rot: 1.5707963267948966 rad + pos: -7.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26160 + - uid: 28236 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,64.5 + rot: 1.5707963267948966 rad + pos: -6.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26161 + - uid: 28237 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,64.5 + rot: 1.5707963267948966 rad + pos: -5.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26162 + - uid: 28255 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,64.5 + pos: -12.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26163 + - uid: 28256 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,63.5 + pos: -12.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26164 + color: '#0055CCFF' + - uid: 28257 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,63.5 + pos: -12.5,-17.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26165 + color: '#0055CCFF' + - uid: 28261 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,63.5 + pos: -10.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26166 + - uid: 28267 components: - type: Transform rot: -1.5707963267948966 rad - pos: -1.5,63.5 + pos: 1.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26168 + - uid: 28268 components: - type: Transform - pos: 8.5,-11.5 + rot: -1.5707963267948966 rad + pos: 0.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26169 + color: '#990000FF' + - uid: 28269 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,63.5 + pos: -0.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26170 + - uid: 28270 components: - type: Transform - pos: 8.5,17.5 + rot: -1.5707963267948966 rad + pos: -1.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26172 + color: '#990000FF' + - uid: 28271 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,63.5 + pos: -2.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26174 + - uid: 28272 components: - type: Transform rot: -1.5707963267948966 rad - pos: -9.5,63.5 + pos: -3.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26175 + - uid: 28273 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,63.5 + pos: -4.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26176 + - uid: 28275 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,63.5 + pos: -6.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26177 + - uid: 28276 components: - type: Transform rot: -1.5707963267948966 rad - pos: -12.5,63.5 + pos: -7.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26178 + - uid: 28277 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,63.5 + pos: -8.5,-25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26179 + - uid: 28279 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,63.5 + pos: -0.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26180 + color: '#0055CCFF' + - uid: 28280 components: - type: Transform rot: -1.5707963267948966 rad - pos: -15.5,63.5 + pos: -1.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26181 + color: '#0055CCFF' + - uid: 28281 components: - type: Transform rot: -1.5707963267948966 rad - pos: -16.5,63.5 + pos: -2.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26183 + color: '#0055CCFF' + - uid: 28282 components: - type: Transform rot: -1.5707963267948966 rad - pos: -18.5,63.5 + pos: -3.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26184 + color: '#0055CCFF' + - uid: 28284 components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,63.5 + pos: -5.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26186 + color: '#0055CCFF' + - uid: 28285 components: - type: Transform rot: -1.5707963267948966 rad - pos: -21.5,63.5 + pos: -6.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26187 + color: '#0055CCFF' + - uid: 28286 components: - type: Transform rot: -1.5707963267948966 rad - pos: -22.5,63.5 + pos: -7.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26188 + color: '#0055CCFF' + - uid: 28287 components: - type: Transform rot: -1.5707963267948966 rad - pos: -23.5,63.5 + pos: -8.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26189 + color: '#0055CCFF' + - uid: 28288 components: - type: Transform rot: -1.5707963267948966 rad - pos: -24.5,63.5 + pos: -9.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26192 + color: '#0055CCFF' + - uid: 28291 components: - type: Transform - pos: -25.5,62.5 + pos: -10.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26193 + color: '#0055CCFF' + - uid: 28292 components: - type: Transform - pos: -25.5,61.5 + pos: -10.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26194 + color: '#0055CCFF' + - uid: 28293 components: - type: Transform - pos: -25.5,60.5 + pos: -10.5,-26.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26195 + color: '#0055CCFF' + - uid: 28294 components: - type: Transform - pos: -25.5,59.5 + pos: -9.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26196 + - uid: 28295 components: - type: Transform - pos: -25.5,58.5 + pos: -9.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26200 + - uid: 28296 components: - type: Transform - pos: -27.5,63.5 + pos: -9.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26201 + color: '#990000FF' + - uid: 28298 components: - type: Transform - pos: -27.5,62.5 + rot: 3.141592653589793 rad + pos: -10.5,-27.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26202 + - uid: 28303 components: - type: Transform - pos: -27.5,61.5 + pos: -10.5,-30.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26203 + color: '#990000FF' + - uid: 28304 components: - type: Transform - pos: -27.5,60.5 + pos: -10.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26204 + color: '#990000FF' + - uid: 28306 components: - type: Transform - pos: -27.5,59.5 + rot: 3.141592653589793 rad + pos: -11.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26206 + - uid: 28307 components: - type: Transform - pos: -27.5,57.5 + rot: 3.141592653589793 rad + pos: -11.5,-30.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26207 + - uid: 28308 components: - type: Transform - pos: -27.5,56.5 + rot: 3.141592653589793 rad + pos: -11.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26212 + - uid: 28309 components: - type: Transform rot: 1.5707963267948966 rad - pos: -52.5,24.5 + pos: -12.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26222 + - uid: 28310 components: - type: Transform - pos: -10.5,65.5 + rot: 1.5707963267948966 rad + pos: -13.5,-28.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26224 + - uid: 28311 components: - type: Transform - pos: -8.5,65.5 + rot: 1.5707963267948966 rad + pos: -14.5,-28.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26225 + color: '#0055CCFF' + - uid: 28312 components: - type: Transform - pos: -8.5,64.5 + rot: -1.5707963267948966 rad + pos: -11.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26227 + - uid: 28313 components: - type: Transform - pos: -2.5,65.5 + rot: -1.5707963267948966 rad + pos: -12.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26228 + - uid: 28314 components: - type: Transform - pos: -2.5,64.5 + rot: -1.5707963267948966 rad + pos: -13.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26233 + - uid: 28315 components: - type: Transform rot: -1.5707963267948966 rad - pos: -0.5,-28.5 + pos: -14.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26291 + color: '#990000FF' + - uid: 28318 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,35.5 + rot: 3.141592653589793 rad + pos: -27.5,-13.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26325 + - uid: 28319 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,30.5 + rot: 3.141592653589793 rad + pos: -27.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26336 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,23.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26339 + - uid: 28320 components: - type: Transform - pos: -69.5,29.5 + rot: 3.141592653589793 rad + pos: -27.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26350 + - uid: 28321 components: - type: Transform - pos: -69.5,28.5 + rot: 3.141592653589793 rad + pos: -27.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26351 + - uid: 28322 components: - type: Transform - pos: -69.5,27.5 + rot: 3.141592653589793 rad + pos: -27.5,-9.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26352 + - uid: 28323 components: - type: Transform - pos: -67.5,27.5 + rot: 3.141592653589793 rad + pos: -26.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26355 + - uid: 28324 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,23.5 + rot: 3.141592653589793 rad + pos: -26.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26378 + - uid: 28325 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,12.5 + pos: -26.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26379 + color: '#990000FF' + - uid: 28326 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,11.5 + pos: -26.5,-12.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26380 + color: '#990000FF' + - uid: 28327 components: - type: Transform rot: 3.141592653589793 rad - pos: -73.5,10.5 + pos: -26.5,-11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26382 + color: '#990000FF' + - uid: 28328 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-28.5 + rot: 3.141592653589793 rad + pos: -26.5,-10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26396 + color: '#990000FF' + - uid: 28329 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,12.5 + pos: -26.5,-9.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26397 + - uid: 28345 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,11.5 + rot: 1.5707963267948966 rad + pos: -56.5,33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26398 + - uid: 28376 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,10.5 + pos: -71.5,3.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26399 + - uid: 28430 components: - type: Transform rot: 3.141592653589793 rad - pos: -71.5,9.5 + pos: 78.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26400 + color: '#0055CCFF' + - uid: 28438 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,8.5 + pos: 21.5,6.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26401 + color: '#0055CCFF' + - uid: 28442 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,8.5 + pos: 21.5,5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26402 + - uid: 28443 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,7.5 + pos: 21.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26403 + - uid: 28444 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,6.5 + pos: 21.5,3.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26404 + - uid: 28445 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,5.5 + pos: 21.5,2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26405 + - uid: 28446 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,4.5 + pos: 22.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26406 + color: '#990000FF' + - uid: 28447 components: - type: Transform - rot: 3.141592653589793 rad - pos: -73.5,3.5 + pos: 22.5,3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26408 + color: '#990000FF' + - uid: 28448 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,6.5 + pos: 22.5,2.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26409 + - uid: 28453 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,5.5 + pos: 29.5,-15.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26410 + - uid: 28455 components: - type: Transform - rot: 3.141592653589793 rad - pos: -71.5,4.5 + pos: 29.5,-14.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26604 + - uid: 28456 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -91.5,9.5 + rot: 3.141592653589793 rad + pos: 25.5,3.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26616 + - uid: 28459 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,24.5 + pos: 27.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26642 + color: '#990000FF' + - uid: 28460 components: - type: Transform - pos: 72.5,-16.5 + rot: 3.141592653589793 rad + pos: 31.5,3.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26699 + - uid: 28470 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-42.5 + rot: 3.141592653589793 rad + pos: -25.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26755 + color: '#990000FF' + - uid: 28482 components: - type: Transform rot: 1.5707963267948966 rad - pos: -90.5,7.5 + pos: 9.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26774 + color: '#0055CCFF' + - uid: 28483 components: - type: Transform - pos: -95.5,-5.5 + rot: 1.5707963267948966 rad + pos: 10.5,16.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26778 + - uid: 28492 components: - type: Transform - pos: -94.5,-6.5 + rot: 3.141592653589793 rad + pos: 66.5,19.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26779 + - uid: 28493 components: - type: Transform - pos: -94.5,-7.5 + rot: 3.141592653589793 rad + pos: 66.5,20.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26783 + - uid: 28494 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,8.5 + pos: 66.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26784 + color: '#990000FF' + - uid: 28495 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,7.5 + pos: 66.5,22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26785 + color: '#990000FF' + - uid: 28496 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,6.5 + pos: 66.5,23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26786 + color: '#990000FF' + - uid: 28497 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,5.5 + pos: 66.5,24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26787 + color: '#990000FF' + - uid: 28498 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,4.5 + pos: 66.5,25.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26788 + color: '#990000FF' + - uid: 28499 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,3.5 + pos: 65.5,25.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26789 + - uid: 28520 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,2.5 + rot: -1.5707963267948966 rad + pos: -63.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26791 + color: '#990000FF' + - uid: 28538 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,0.5 + pos: 18.5,22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26792 + - uid: 28539 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,-0.5 + pos: 18.5,23.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26793 + - uid: 28541 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,-1.5 + pos: 19.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26794 + color: '#990000FF' + - uid: 28542 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,-2.5 + pos: 19.5,21.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26795 + color: '#990000FF' + - uid: 28543 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,-2.5 + pos: 19.5,22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26796 + - uid: 28544 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,-1.5 + pos: 19.5,23.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26797 + - uid: 28550 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,-0.5 + pos: 9.5,21.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26798 + - uid: 28551 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,0.5 + pos: 9.5,22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26799 + - uid: 28552 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,1.5 + pos: 9.5,23.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26801 + - uid: 28553 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,3.5 + pos: 9.5,24.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26802 + - uid: 28554 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,4.5 + pos: 9.5,25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26803 + - uid: 28555 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,5.5 + pos: 9.5,26.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26804 + - uid: 28556 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,6.5 + pos: 9.5,27.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26809 + - uid: 28557 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,10.5 + pos: 7.5,22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26810 + - uid: 28558 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,11.5 + pos: 7.5,23.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26811 + - uid: 28559 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,12.5 + pos: 7.5,24.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26812 + - uid: 28560 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,13.5 + pos: 7.5,25.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26813 + - uid: 28561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,26.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,27.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28563 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 28565 components: - type: Transform - rot: 3.141592653589793 rad - pos: -85.5,14.5 + rot: 1.5707963267948966 rad + pos: 8.5,29.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26815 + - uid: 28568 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,16.5 + pos: 12.5,23.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26816 + - uid: 28569 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,17.5 + pos: 12.5,24.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26817 + - uid: 28570 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,18.5 + pos: 12.5,25.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26818 + - uid: 28571 components: - type: Transform rot: 3.141592653589793 rad - pos: -85.5,19.5 + pos: 12.5,26.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26819 + - uid: 28574 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,8.5 + pos: 14.5,21.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26820 + - uid: 28575 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,9.5 + pos: 14.5,22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26821 + - uid: 28576 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,10.5 + pos: 14.5,23.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26822 + - uid: 28577 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,11.5 + pos: 14.5,24.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26823 + - uid: 28578 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,12.5 + pos: 14.5,25.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26824 + - uid: 28579 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,13.5 + pos: 14.5,26.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26825 + - uid: 28580 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,14.5 + pos: 14.5,27.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26826 + - uid: 28581 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,15.5 + pos: 14.5,28.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26828 + - uid: 28599 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,17.5 + rot: -1.5707963267948966 rad + pos: 3.5,81.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26829 + - uid: 28703 components: - type: Transform rot: 3.141592653589793 rad - pos: -83.5,18.5 + pos: 59.5,20.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26830 + - uid: 28725 components: - type: Transform - rot: 3.141592653589793 rad - pos: -83.5,19.5 + rot: -1.5707963267948966 rad + pos: -10.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26837 + color: '#0055CCFF' + - uid: 28726 components: - type: Transform - pos: -77.5,6.5 + rot: -1.5707963267948966 rad + pos: -7.5,-1.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26838 + color: '#0055CCFF' + - uid: 28737 components: - type: Transform - pos: -77.5,5.5 + rot: 1.5707963267948966 rad + pos: -56.5,35.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26839 + color: '#0055CCFF' + - uid: 28758 components: - type: Transform - pos: -78.5,8.5 + rot: 1.5707963267948966 rad + pos: -28.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26840 + - uid: 28759 components: - type: Transform - pos: -78.5,7.5 + rot: 1.5707963267948966 rad + pos: -27.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26841 + - uid: 28760 components: - type: Transform - pos: -78.5,6.5 + rot: 1.5707963267948966 rad + pos: -26.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26842 + - uid: 28761 components: - type: Transform - pos: -78.5,5.5 + rot: 1.5707963267948966 rad + pos: -25.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26850 + - uid: 28762 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,45.5 + rot: 1.5707963267948966 rad + pos: -24.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26857 + color: '#0055CCFF' + - uid: 28763 components: - type: Transform - pos: 8.5,18.5 + rot: 1.5707963267948966 rad + pos: -23.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26876 + - uid: 28764 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,49.5 + rot: 1.5707963267948966 rad + pos: -22.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26877 + - uid: 28765 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,49.5 + pos: -28.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26878 + - uid: 28766 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,50.5 + pos: -28.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26890 + - uid: 28767 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,29.5 + pos: -28.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26891 + color: '#990000FF' + - uid: 28768 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,24.5 + pos: -28.5,-23.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26898 + color: '#990000FF' + - uid: 28769 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,23.5 + pos: -28.5,-24.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26899 + - uid: 28770 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,4.5 + pos: -29.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26900 + - uid: 28771 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,4.5 + pos: -29.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26901 + - uid: 28772 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,4.5 + pos: -29.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26902 + - uid: 28773 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,4.5 + pos: -29.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26903 + - uid: 28774 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,4.5 + pos: -28.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26904 + color: '#990000FF' + - uid: 28931 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,4.5 + pos: -32.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26905 + color: '#990000FF' + - uid: 29077 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,4.5 + pos: -44.5,12.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26906 + - uid: 29081 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,4.5 + pos: -53.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26907 + color: '#990000FF' + - uid: 29093 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,4.5 + pos: -44.5,11.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26908 + - uid: 29125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,29.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 29146 components: - type: Transform rot: -1.5707963267948966 rad - pos: -57.5,4.5 + pos: -54.5,35.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26909 + - uid: 29148 components: - type: Transform rot: -1.5707963267948966 rad - pos: -58.5,4.5 + pos: -53.5,35.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26910 + - uid: 29162 + components: + - type: Transform + pos: -49.5,44.5 + parent: 2 + - uid: 29255 components: - type: Transform rot: -1.5707963267948966 rad - pos: -59.5,4.5 + pos: -45.5,33.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 29288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,54.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26911 + - uid: 29311 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,1.5 + pos: 11.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26912 + - uid: 29563 components: - type: Transform rot: -1.5707963267948966 rad - pos: -47.5,1.5 + pos: -46.5,33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26913 + - uid: 29603 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,1.5 + rot: 1.5707963267948966 rad + pos: -54.5,33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26914 + - uid: 29610 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,1.5 + pos: 11.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26915 + - uid: 29699 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,1.5 + rot: 1.5707963267948966 rad + pos: -55.5,33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26916 + - uid: 29987 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,1.5 + rot: 3.141592653589793 rad + pos: 73.5,34.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26917 + - uid: 30262 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,1.5 + rot: 3.141592653589793 rad + pos: 10.5,16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26918 + - uid: 30410 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,-36.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 30517 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,28.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 30773 components: - type: Transform rot: -1.5707963267948966 rad - pos: -53.5,1.5 + pos: -0.5,30.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26919 + color: '#0055CCFF' + - uid: 30774 components: - type: Transform rot: -1.5707963267948966 rad - pos: -54.5,1.5 + pos: 1.5,29.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26920 + - uid: 30775 components: - type: Transform rot: -1.5707963267948966 rad - pos: -55.5,1.5 + pos: 0.5,29.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26921 + - uid: 30776 components: - type: Transform rot: -1.5707963267948966 rad - pos: -56.5,1.5 + pos: -0.5,29.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26922 + - uid: 30868 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,1.5 + pos: -48.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 30873 + components: + - type: Transform + pos: -46.5,72.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26925 + - uid: 30883 components: - type: Transform - pos: -60.5,3.5 + pos: -48.5,69.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26927 + - uid: 30884 components: - type: Transform - pos: -60.5,1.5 + pos: -48.5,71.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26928 + - uid: 30934 components: - type: Transform - pos: -60.5,0.5 + rot: 3.141592653589793 rad + pos: -6.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26929 + - uid: 30965 components: - type: Transform - pos: -60.5,-0.5 + rot: 3.141592653589793 rad + pos: -6.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26930 + - uid: 31006 components: - type: Transform - pos: -58.5,0.5 + rot: 3.141592653589793 rad + pos: -7.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26931 + - uid: 31114 components: - type: Transform - pos: -58.5,-0.5 + rot: 3.141592653589793 rad + pos: 26.5,8.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 31133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,16.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 31134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,63.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26932 + - uid: 31135 components: - type: Transform - pos: -58.5,-1.5 + rot: -1.5707963267948966 rad + pos: -40.5,63.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26934 + - uid: 31136 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-2.5 + rot: -1.5707963267948966 rad + pos: -41.5,63.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26937 + - uid: 31138 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-2.5 + rot: 3.141592653589793 rad + pos: 29.5,10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26938 + - uid: 31152 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,-2.5 + rot: -1.5707963267948966 rad + pos: -40.5,64.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26939 + - uid: 31153 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-2.5 + rot: -1.5707963267948966 rad + pos: -41.5,64.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26940 + - uid: 31154 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-2.5 + rot: -1.5707963267948966 rad + pos: -42.5,64.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26941 + - uid: 31173 components: - type: Transform rot: 1.5707963267948966 rad - pos: -55.5,-2.5 + pos: -40.5,60.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26942 + - uid: 31179 components: - type: Transform rot: 1.5707963267948966 rad - pos: -57.5,-3.5 + pos: -40.5,59.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26943 + - uid: 31285 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-3.5 + rot: 3.141592653589793 rad + pos: -74.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26944 + color: '#FF5555FF' + - uid: 31294 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-3.5 + rot: 3.141592653589793 rad + pos: -74.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26947 + color: '#FF5555FF' + - uid: 31295 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-14.5 + rot: 3.141592653589793 rad + pos: -69.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26948 + color: '#FF5555FF' + - uid: 31349 components: - type: Transform rot: 1.5707963267948966 rad - pos: -45.5,-14.5 + pos: -71.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26949 + color: '#FF5555FF' + - uid: 31410 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-14.5 + rot: -1.5707963267948966 rad + pos: 7.5,-16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26950 + color: '#990000FF' + - uid: 31501 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-14.5 + rot: -1.5707963267948966 rad + pos: -45.5,55.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26951 + - uid: 31549 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-14.5 + rot: -1.5707963267948966 rad + pos: -37.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26952 + color: '#990000FF' + - uid: 31550 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-14.5 + rot: -1.5707963267948966 rad + pos: -35.5,55.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26953 + - uid: 31553 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-14.5 + pos: -48.5,57.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26954 + - uid: 31557 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-14.5 + rot: -1.5707963267948966 rad + pos: -30.5,55.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26955 + - uid: 31787 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-14.5 + pos: -19.5,-24.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26956 + color: '#990000FF' + - uid: 31788 components: - type: Transform rot: 1.5707963267948966 rad - pos: -53.5,-14.5 + pos: 13.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26957 + color: '#CCCCFFFF' + - uid: 31806 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-14.5 + rot: -1.5707963267948966 rad + pos: -66.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26959 + color: '#FF5555FF' + - uid: 31808 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-14.5 + rot: -1.5707963267948966 rad + pos: -33.5,55.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26960 + - uid: 31809 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-14.5 + rot: -1.5707963267948966 rad + pos: -43.5,55.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26961 + - uid: 31812 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,-14.5 + pos: -40.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26962 + color: '#990000FF' + - uid: 31813 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-16.5 + rot: 3.141592653589793 rad + pos: -36.5,55.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26963 + - uid: 31814 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-16.5 + rot: -1.5707963267948966 rad + pos: -71.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26964 + color: '#947507FF' + - uid: 31837 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,-16.5 + pos: -60.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26965 + color: '#FF5555FF' + - uid: 31839 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-16.5 + rot: 3.141592653589793 rad + pos: -57.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26966 + color: '#FF5555FF' + - uid: 31858 components: - type: Transform rot: 1.5707963267948966 rad - pos: -44.5,-16.5 + pos: -61.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26967 + color: '#FF5555FF' + - uid: 31859 components: - type: Transform rot: 1.5707963267948966 rad - pos: -45.5,-16.5 + pos: -58.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26968 + color: '#FF5555FF' + - uid: 31860 components: - type: Transform rot: 1.5707963267948966 rad - pos: -46.5,-16.5 + pos: -59.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26969 + color: '#FF5555FF' + - uid: 31867 components: - type: Transform rot: 1.5707963267948966 rad - pos: -47.5,-16.5 + pos: -57.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26970 + color: '#947507FF' + - uid: 31883 components: - type: Transform rot: 1.5707963267948966 rad - pos: -48.5,-16.5 + pos: -58.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26971 + color: '#947507FF' + - uid: 31887 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-16.5 + rot: -1.5707963267948966 rad + pos: -1.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26972 + color: '#0055CCFF' + - uid: 31891 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-16.5 + rot: -1.5707963267948966 rad + pos: -54.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26973 + color: '#947507FF' + - uid: 32089 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-16.5 + pos: 43.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26974 + color: '#0055CCFF' + - uid: 32096 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-16.5 + pos: 43.5,-29.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26976 + color: '#0055CCFF' + - uid: 32098 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-16.5 + pos: 12.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26977 + color: '#CCCCFFFF' + - uid: 32110 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-16.5 + rot: -1.5707963267948966 rad + pos: -55.5,45.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26978 + color: '#947507FF' + - uid: 32131 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-16.5 + rot: -1.5707963267948966 rad + pos: -49.5,80.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26979 + color: '#0055CCFF' + - uid: 32138 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-16.5 + rot: -1.5707963267948966 rad + pos: -65.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 32267 + components: + - type: Transform + pos: -41.5,39.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26982 + - uid: 32363 components: - type: Transform - pos: -59.5,-13.5 + rot: 3.141592653589793 rad + pos: 86.5,17.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26983 + - uid: 32516 components: - type: Transform - pos: -59.5,-12.5 + rot: 3.141592653589793 rad + pos: 86.5,18.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26988 + - uid: 32613 components: - type: Transform - pos: -58.5,-15.5 + pos: -48.5,65.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26989 + color: '#0055CCFF' + - uid: 32616 components: - type: Transform - pos: -58.5,-14.5 + pos: -57.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26990 + color: '#FF5555FF' + - uid: 32621 components: - type: Transform - pos: -58.5,-13.5 + rot: 3.141592653589793 rad + pos: -57.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26991 + color: '#FF5555FF' + - uid: 32625 components: - type: Transform rot: -1.5707963267948966 rad - pos: -57.5,-12.5 + pos: -38.5,54.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26993 + - uid: 32629 components: - type: Transform rot: -1.5707963267948966 rad - pos: -55.5,-12.5 + pos: -44.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26994 + color: '#0055CCFF' + - uid: 32631 components: - type: Transform rot: -1.5707963267948966 rad - pos: -54.5,-12.5 + pos: -39.5,54.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 26995 + - uid: 33001 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,-11.5 + rot: 3.141592653589793 rad + pos: 72.5,37.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26996 + - uid: 33002 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-11.5 + rot: 3.141592653589793 rad + pos: 72.5,36.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26997 + - uid: 33013 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-11.5 + rot: 3.141592653589793 rad + pos: 72.5,35.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26999 + - uid: 33123 components: - type: Transform rot: 3.141592653589793 rad - pos: -54.5,-10.5 + pos: 72.5,34.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27000 + - uid: 33124 components: - type: Transform rot: 3.141592653589793 rad - pos: -54.5,-9.5 + pos: 72.5,38.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27001 + - uid: 33125 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,-8.5 + pos: 73.5,38.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27002 + color: '#990000FF' + - uid: 33126 components: - type: Transform rot: 3.141592653589793 rad - pos: -53.5,-8.5 + pos: 73.5,36.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27003 + - uid: 33127 components: - type: Transform rot: 3.141592653589793 rad - pos: -53.5,-9.5 + pos: 73.5,35.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27004 + - uid: 33128 components: - type: Transform rot: 3.141592653589793 rad - pos: -53.5,-10.5 + pos: 73.5,37.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27005 + - uid: 33129 components: - type: Transform rot: 3.141592653589793 rad - pos: -53.5,-11.5 + pos: 73.5,33.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27012 + - uid: 33130 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-15.5 + pos: 72.5,39.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27013 + - uid: 33134 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-16.5 + rot: 1.5707963267948966 rad + pos: 72.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27014 + color: '#990000FF' + - uid: 33135 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-17.5 + rot: 1.5707963267948966 rad + pos: 73.5,40.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27018 + - uid: 33136 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-20.5 + rot: 1.5707963267948966 rad + pos: 74.5,40.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27020 + - uid: 33137 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-22.5 + rot: 1.5707963267948966 rad + pos: 75.5,40.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27021 + - uid: 33139 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-23.5 + rot: 1.5707963267948966 rad + pos: 77.5,40.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27022 + - uid: 33140 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-24.5 + rot: 1.5707963267948966 rad + pos: 78.5,40.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27023 + - uid: 33141 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-25.5 + rot: 1.5707963267948966 rad + pos: 79.5,40.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27024 + - uid: 33143 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-26.5 + rot: 1.5707963267948966 rad + pos: 81.5,40.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27025 + - uid: 33144 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-18.5 + rot: 1.5707963267948966 rad + pos: 82.5,40.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27026 + color: '#0055CCFF' + - uid: 33145 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-19.5 + rot: 1.5707963267948966 rad + pos: 82.5,39.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27027 + - uid: 33146 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-20.5 + rot: 1.5707963267948966 rad + pos: 81.5,39.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27028 + - uid: 33147 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-21.5 + rot: 1.5707963267948966 rad + pos: 80.5,39.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27030 + - uid: 33148 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-23.5 + rot: 1.5707963267948966 rad + pos: 79.5,39.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27031 + - uid: 33149 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-24.5 + rot: 1.5707963267948966 rad + pos: 78.5,39.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27032 + - uid: 33151 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-25.5 + rot: 1.5707963267948966 rad + pos: 76.5,39.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27033 + - uid: 33152 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-26.5 + rot: 1.5707963267948966 rad + pos: 75.5,39.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27034 + - uid: 33153 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,-27.5 + rot: 1.5707963267948966 rad + pos: 74.5,39.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27035 + - uid: 33155 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,-28.5 + pos: 77.5,40.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27038 + - uid: 33156 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,-27.5 + rot: 3.141592653589793 rad + pos: 77.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27041 + color: '#990000FF' + - uid: 33157 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-27.5 + rot: 3.141592653589793 rad + pos: 77.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27042 + color: '#990000FF' + - uid: 33158 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-27.5 + rot: 3.141592653589793 rad + pos: 77.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27045 + color: '#990000FF' + - uid: 33159 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-29.5 + rot: 3.141592653589793 rad + pos: 77.5,44.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27046 + - uid: 33160 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,-29.5 + rot: 3.141592653589793 rad + pos: 77.5,45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27047 + - uid: 33161 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-29.5 + rot: 3.141592653589793 rad + pos: 77.5,46.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27050 + - uid: 33162 components: - type: Transform - pos: -53.5,-28.5 + rot: 3.141592653589793 rad + pos: 77.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27051 + color: '#990000FF' + - uid: 33163 components: - type: Transform - pos: -53.5,-29.5 + rot: 3.141592653589793 rad + pos: 76.5,41.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27052 + - uid: 33164 components: - type: Transform - pos: -53.5,-30.5 + rot: 3.141592653589793 rad + pos: 76.5,42.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27054 - components: - - type: Transform - pos: -52.5,-30.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27055 - components: - - type: Transform - pos: -52.5,-31.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27056 + - uid: 33165 components: - type: Transform - pos: -52.5,-32.5 + rot: 3.141592653589793 rad + pos: 76.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27059 + color: '#0055CCFF' + - uid: 33166 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,-32.5 + rot: 3.141592653589793 rad + pos: 76.5,44.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27060 + - uid: 33167 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-32.5 + rot: 3.141592653589793 rad + pos: 76.5,45.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27061 + - uid: 33168 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-32.5 + rot: 3.141592653589793 rad + pos: 76.5,46.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27062 + - uid: 33169 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-32.5 + rot: 3.141592653589793 rad + pos: 76.5,47.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27063 + - uid: 33170 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-32.5 + pos: 76.5,48.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27064 + - uid: 33171 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-32.5 + pos: 77.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27066 + color: '#990000FF' + - uid: 33185 components: - type: Transform rot: 1.5707963267948966 rad - pos: -45.5,-32.5 + pos: 68.5,52.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27067 + - uid: 33188 components: - type: Transform rot: 1.5707963267948966 rad - pos: -44.5,-32.5 + pos: 85.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27068 + - uid: 33189 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-32.5 + rot: 3.141592653589793 rad + pos: 59.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27070 + color: '#990000FF' + - uid: 33190 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-32.5 + rot: 3.141592653589793 rad + pos: 59.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27072 + color: '#990000FF' + - uid: 33191 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-32.5 + rot: 3.141592653589793 rad + pos: 59.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27075 + color: '#990000FF' + - uid: 33192 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-32.5 + rot: 3.141592653589793 rad + pos: 59.5,57.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27076 + color: '#990000FF' + - uid: 33193 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-32.5 + rot: 3.141592653589793 rad + pos: 59.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27077 + color: '#990000FF' + - uid: 33194 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,-32.5 + rot: 3.141592653589793 rad + pos: 59.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27078 + color: '#990000FF' + - uid: 33195 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-32.5 + rot: 3.141592653589793 rad + pos: 57.5,55.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27079 + - uid: 33196 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-32.5 + rot: 3.141592653589793 rad + pos: 57.5,56.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27080 + - uid: 33197 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-32.5 + rot: 3.141592653589793 rad + pos: 57.5,57.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27081 + - uid: 33198 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-32.5 + rot: 3.141592653589793 rad + pos: 57.5,58.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27082 + - uid: 33199 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,-33.5 + rot: 3.141592653589793 rad + pos: 57.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27083 + color: '#0055CCFF' + - uid: 33200 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-33.5 + rot: 3.141592653589793 rad + pos: 57.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27084 + color: '#0055CCFF' + - uid: 33205 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,-33.5 + rot: 3.141592653589793 rad + pos: 59.5,60.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27085 + - uid: 33208 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-33.5 + pos: 57.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27086 + color: '#0055CCFF' + - uid: 33209 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-33.5 + rot: -1.5707963267948966 rad + pos: 58.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27087 + color: '#0055CCFF' + - uid: 33210 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-33.5 + rot: -1.5707963267948966 rad + pos: 59.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27090 + color: '#0055CCFF' + - uid: 33211 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-33.5 + rot: -1.5707963267948966 rad + pos: 60.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27091 + color: '#0055CCFF' + - uid: 33216 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-33.5 + rot: -1.5707963267948966 rad + pos: 66.5,62.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27092 + - uid: 33217 components: - type: Transform rot: 1.5707963267948966 rad - pos: -41.5,-33.5 + pos: 86.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27093 + - uid: 33218 components: - type: Transform rot: 1.5707963267948966 rad - pos: -40.5,-33.5 + pos: 87.5,48.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27094 + - uid: 33219 components: - type: Transform rot: 1.5707963267948966 rad - pos: -39.5,-33.5 + pos: 86.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27096 + - uid: 33220 components: - type: Transform rot: 1.5707963267948966 rad - pos: -37.5,-33.5 + pos: 87.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27099 + - uid: 33221 components: - type: Transform rot: 1.5707963267948966 rad - pos: -34.5,-33.5 + pos: 88.5,49.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27100 + - uid: 33224 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-33.5 + pos: 92.5,61.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27101 + - uid: 33225 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-33.5 + pos: 93.5,61.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27102 + - uid: 33228 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-33.5 + pos: 93.5,57.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27103 + - uid: 33230 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-33.5 + pos: 92.5,52.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27104 + - uid: 33231 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-33.5 + rot: 3.141592653589793 rad + pos: 92.5,50.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27105 + - uid: 33232 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-33.5 + rot: 3.141592653589793 rad + pos: 92.5,51.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27106 + - uid: 33233 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,-32.5 + rot: 3.141592653589793 rad + pos: 86.5,14.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27107 + - uid: 33235 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-32.5 + rot: 3.141592653589793 rad + pos: 86.5,15.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27110 + - uid: 33236 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,24.5 + rot: 3.141592653589793 rad + pos: 85.5,18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27119 + color: '#990000FF' + - uid: 33239 components: - type: Transform rot: 3.141592653589793 rad - pos: -46.5,-31.5 + pos: 86.5,16.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27120 + - uid: 33240 components: - type: Transform rot: 3.141592653589793 rad - pos: -45.5,-31.5 + pos: 85.5,17.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27121 + - uid: 33241 components: - type: Transform rot: 3.141592653589793 rad - pos: -45.5,-32.5 + pos: 85.5,16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27126 + - uid: 33242 components: - type: Transform - pos: -37.5,-31.5 + rot: 3.141592653589793 rad + pos: 85.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27127 + color: '#990000FF' + - uid: 33247 components: - type: Transform - pos: -36.5,-31.5 + pos: 84.5,13.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27128 + - uid: 33248 components: - type: Transform - pos: -36.5,-32.5 + pos: 84.5,12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27131 + - uid: 33249 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-31.5 + pos: 84.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27132 + color: '#990000FF' + - uid: 33250 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,-33.5 + pos: 84.5,10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27133 + - uid: 33252 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-33.5 + pos: 84.5,8.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27143 + - uid: 33253 components: - type: Transform - pos: -59.5,-10.5 + pos: 85.5,12.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27147 + - uid: 33254 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,46.5 + pos: 85.5,11.5 parent: 2 - - uid: 27150 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 33256 components: - type: Transform - pos: -58.5,-11.5 + pos: 85.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27151 + color: '#0055CCFF' + - uid: 33257 components: - type: Transform - pos: -58.5,-10.5 + pos: 85.5,8.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27169 + color: '#0055CCFF' + - uid: 33260 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,12.5 + pos: 86.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27170 + color: '#0055CCFF' + - uid: 33261 components: - type: Transform rot: 1.5707963267948966 rad - pos: -30.5,12.5 + pos: 87.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27171 + color: '#0055CCFF' + - uid: 33262 components: - type: Transform rot: 1.5707963267948966 rad - pos: -31.5,12.5 + pos: 88.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27172 + color: '#0055CCFF' + - uid: 33263 components: - type: Transform rot: 1.5707963267948966 rad - pos: -31.5,13.5 + pos: 89.5,10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27173 + - uid: 33264 components: - type: Transform rot: 1.5707963267948966 rad - pos: -30.5,13.5 + pos: 90.5,10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27174 + - uid: 33265 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,13.5 + pos: 85.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27177 + color: '#990000FF' + - uid: 33266 components: - type: Transform rot: 1.5707963267948966 rad - pos: -32.5,13.5 + pos: 86.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27178 + color: '#990000FF' + - uid: 33267 components: - type: Transform rot: 1.5707963267948966 rad - pos: -33.5,13.5 + pos: 87.5,9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27182 + color: '#990000FF' + - uid: 33268 components: - type: Transform rot: 1.5707963267948966 rad - pos: -33.5,10.5 + pos: 88.5,9.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27183 + - uid: 33269 components: - type: Transform rot: 1.5707963267948966 rad - pos: -34.5,10.5 + pos: 89.5,9.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27184 + - uid: 33270 components: - type: Transform rot: 1.5707963267948966 rad - pos: -35.5,10.5 + pos: 90.5,9.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27185 + - uid: 33271 components: - type: Transform rot: 1.5707963267948966 rad - pos: -36.5,10.5 + pos: 91.5,9.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27186 + - uid: 33275 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,10.5 + rot: 3.141592653589793 rad + pos: 92.5,10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27187 + - uid: 33277 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,12.5 + rot: -1.5707963267948966 rad + pos: 92.5,10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27188 + - uid: 33278 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,12.5 + rot: -1.5707963267948966 rad + pos: 93.5,10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27189 + - uid: 33279 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,12.5 + rot: -1.5707963267948966 rad + pos: 94.5,10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27229 + - uid: 33282 components: - type: Transform - pos: -14.5,2.5 + rot: -1.5707963267948966 rad + pos: 99.5,10.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 27259 + - uid: 33283 components: - type: Transform rot: -1.5707963267948966 rad - pos: -12.5,-5.5 + pos: 100.5,10.5 + parent: 2 + - uid: 33691 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27262 + color: '#88AAFFFF' + - uid: 33717 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -15.5,-5.5 + rot: 1.5707963267948966 rad + pos: -50.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27263 + color: '#CC00CCFF' + - uid: 33750 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-5.5 + pos: 2.5,-43.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27264 + - uid: 33751 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-5.5 + pos: 2.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27265 + - uid: 33752 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-5.5 + pos: 2.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27266 + - uid: 33753 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-5.5 + pos: 2.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27268 + - uid: 33754 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,-4.5 + pos: 2.5,-39.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27269 + color: '#990000FF' + - uid: 33755 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,-4.5 + pos: 0.5,-43.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27270 + - uid: 33756 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,-4.5 + pos: 0.5,-42.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27273 + - uid: 33757 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-4.5 + pos: 0.5,-41.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27274 + - uid: 33758 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-4.5 + pos: 0.5,-40.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27275 + - uid: 33759 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-4.5 + pos: 0.5,-39.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27276 + - uid: 33886 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-4.5 + rot: 1.5707963267948966 rad + pos: -71.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27277 + - uid: 33887 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,-4.5 + pos: 46.5,20.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27279 + color: '#990000FF' + - uid: 33888 components: - type: Transform - pos: -22.5,-5.5 + rot: 1.5707963267948966 rad + pos: -70.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27280 + - uid: 33889 components: - type: Transform - pos: -22.5,-6.5 + rot: 1.5707963267948966 rad + pos: -69.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27281 + - uid: 33891 components: - type: Transform - pos: -20.5,-6.5 + rot: 3.141592653589793 rad + pos: 28.5,8.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27282 + - uid: 33924 components: - type: Transform - pos: -16.5,-5.5 + pos: -46.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27283 + color: '#03FCD3FF' + - uid: 33926 components: - type: Transform - pos: -16.5,-6.5 + rot: 3.141592653589793 rad + pos: 10.5,15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27284 + color: '#990000FF' + - uid: 33946 components: - type: Transform - pos: -16.5,-7.5 + rot: 3.141592653589793 rad + pos: 10.5,19.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27285 + color: '#990000FF' + - uid: 33967 components: - type: Transform - pos: -16.5,-8.5 + rot: 1.5707963267948966 rad + pos: -67.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27286 + color: '#990000FF' + - uid: 33968 components: - type: Transform - pos: -16.5,-9.5 + rot: 1.5707963267948966 rad + pos: -66.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27287 + color: '#990000FF' + - uid: 33969 components: - type: Transform - pos: -16.5,-10.5 + rot: 1.5707963267948966 rad + pos: -65.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27288 + color: '#990000FF' + - uid: 33970 components: - type: Transform - pos: -14.5,-6.5 + pos: -64.5,0.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27289 + - uid: 33993 components: - type: Transform - pos: -14.5,-7.5 + pos: -64.5,1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27291 + - uid: 34013 components: - type: Transform - pos: -14.5,-9.5 + pos: -64.5,2.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27292 + - uid: 34014 components: - type: Transform - pos: -14.5,-10.5 + pos: -64.5,3.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27308 + - uid: 34032 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-6.5 + pos: -64.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27309 + color: '#990000FF' + - uid: 34048 components: - type: Transform rot: 3.141592653589793 rad - pos: -11.5,-5.5 + pos: 10.5,17.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27310 + color: '#990000FF' + - uid: 34061 components: - type: Transform rot: 3.141592653589793 rad - pos: -10.5,-6.5 + pos: 21.5,16.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27312 + color: '#CCCCFFFF' + - uid: 34070 components: - type: Transform - pos: 8.5,-12.5 + pos: -57.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27342 + color: '#FF5555FF' + - uid: 34111 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,8.5 + rot: 1.5707963267948966 rad + pos: -26.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27346 + color: '#990000FF' + - uid: 34112 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,6.5 + rot: 1.5707963267948966 rad + pos: -27.5,54.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27347 + - uid: 34113 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,7.5 + rot: 1.5707963267948966 rad + pos: -28.5,54.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27348 + - uid: 34115 components: - type: Transform rot: 3.141592653589793 rad - pos: 19.5,8.5 + pos: -22.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27357 + color: '#0055CCFF' + - uid: 34116 components: - type: Transform rot: 3.141592653589793 rad - pos: 31.5,6.5 + pos: -23.5,45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27358 + - uid: 34117 components: - type: Transform rot: 3.141592653589793 rad - pos: 31.5,7.5 + pos: -23.5,46.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27359 + - uid: 34119 components: - type: Transform rot: 3.141592653589793 rad - pos: 31.5,8.5 + pos: -23.5,47.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27360 + - uid: 34124 components: - type: Transform rot: 3.141592653589793 rad - pos: 31.5,9.5 + pos: -17.5,45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27361 + - uid: 34125 components: - type: Transform rot: 3.141592653589793 rad - pos: 31.5,10.5 + pos: -17.5,46.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27365 + - uid: 34126 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,5.5 + rot: 3.141592653589793 rad + pos: -17.5,47.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27366 + - uid: 34168 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,5.5 + rot: 3.141592653589793 rad + pos: 78.5,-0.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27367 + color: '#0055CCFF' + - uid: 34169 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 31.5,7.5 + rot: 3.141592653589793 rad + pos: 78.5,0.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27368 + - uid: 34170 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 32.5,7.5 + rot: 3.141592653589793 rad + pos: 78.5,1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27369 + - uid: 34171 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,7.5 + pos: 80.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27370 + color: '#990000FF' + - uid: 34188 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,5.5 + pos: -64.5,5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27374 + - uid: 34189 components: - type: Transform - rot: 3.141592653589793 rad - pos: 20.5,18.5 + pos: -64.5,6.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27376 + - uid: 34407 components: - type: Transform - pos: 29.5,12.5 + rot: 3.141592653589793 rad + pos: -18.5,47.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27378 + - uid: 34423 components: - type: Transform - pos: 29.5,14.5 + rot: 1.5707963267948966 rad + pos: -44.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27379 + color: '#CC00CCFF' + - uid: 34424 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,12.5 + rot: 1.5707963267948966 rad + pos: -45.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27380 + color: '#CC00CCFF' + - uid: 34500 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,13.5 + pos: -59.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27381 + color: '#88AAFFFF' + - uid: 34502 components: - type: Transform rot: 3.141592653589793 rad - pos: 31.5,14.5 + pos: -47.5,44.5 + parent: 2 + - uid: 34503 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -47.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27397 + color: '#CC00CCFF' + - uid: 34504 components: - type: Transform rot: -1.5707963267948966 rad - pos: 29.5,-1.5 + pos: -50.5,45.5 + parent: 2 + - uid: 34506 + components: + - type: Transform + pos: -49.5,45.5 + parent: 2 + - uid: 34508 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,45.5 + parent: 2 + - uid: 34510 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,44.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27398 + color: '#CC00CCFF' + - uid: 34530 components: - type: Transform - pos: 25.5,6.5 + rot: 1.5707963267948966 rad + pos: -61.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27399 + color: '#88AAFFFF' + - uid: 34531 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-1.5 + rot: 1.5707963267948966 rad + pos: -60.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27400 + color: '#88AAFFFF' + - uid: 34534 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-2.5 + rot: 1.5707963267948966 rad + pos: -56.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27401 + color: '#FF5555FF' + - uid: 34535 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-2.5 + rot: 1.5707963267948966 rad + pos: -55.5,46.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27403 + color: '#FF5555FF' + - uid: 34536 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,-2.5 + pos: -54.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27404 + color: '#FF5555FF' + - uid: 34537 components: - type: Transform - pos: 25.5,5.5 + pos: -54.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27405 + color: '#FF5555FF' + - uid: 34538 components: - type: Transform - pos: 25.5,4.5 + pos: -54.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27423 + color: '#FF5555FF' + - uid: 34539 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-1.5 + pos: -54.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 34540 + components: + - type: Transform + pos: -54.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 34547 + components: + - type: Transform + pos: -48.5,63.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27424 + - uid: 34548 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-1.5 + pos: -48.5,60.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27426 + - uid: 34550 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-2.5 + pos: -48.5,67.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27427 + color: '#0055CCFF' + - uid: 34551 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-2.5 + pos: -48.5,68.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27428 + color: '#0055CCFF' + - uid: 34552 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-2.5 + pos: -46.5,71.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27431 + - uid: 34561 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-13.5 + pos: -48.5,58.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27432 + - uid: 34682 components: - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,-12.5 + pos: 75.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27433 + - uid: 34959 components: - type: Transform rot: 3.141592653589793 rad - pos: 19.5,-12.5 + pos: 28.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27434 + - uid: 35090 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-13.5 + rot: 1.5707963267948966 rad + pos: -49.5,70.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27435 + - uid: 35109 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-14.5 + rot: 1.5707963267948966 rad + pos: -48.5,70.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27436 + - uid: 35110 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,-15.5 + rot: 1.5707963267948966 rad + pos: -49.5,72.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27443 + color: '#0055CCFF' + - uid: 35126 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,-3.5 + pos: -48.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27462 + color: '#0055CCFF' + - uid: 35137 components: - type: Transform - pos: -45.5,-27.5 + rot: 3.141592653589793 rad + pos: -56.5,43.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27465 + color: '#947507FF' + - uid: 35156 components: - type: Transform - pos: -45.5,-24.5 + pos: -48.5,70.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27468 + color: '#0055CCFF' + - uid: 35181 components: - type: Transform - pos: -33.5,-15.5 + rot: -1.5707963267948966 rad + pos: -32.5,55.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27469 + - uid: 35197 components: - type: Transform - pos: -33.5,-16.5 + rot: -1.5707963267948966 rad + pos: -38.5,55.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27470 + - uid: 35198 components: - type: Transform - pos: -33.5,-17.5 + rot: -1.5707963267948966 rad + pos: -40.5,55.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27471 + - uid: 35199 components: - type: Transform - pos: -33.5,-18.5 + rot: -1.5707963267948966 rad + pos: -36.5,55.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27472 + - uid: 35200 components: - type: Transform - pos: -33.5,-19.5 + rot: -1.5707963267948966 rad + pos: -41.5,55.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27473 + - uid: 35201 components: - type: Transform - pos: -33.5,-20.5 + rot: -1.5707963267948966 rad + pos: -42.5,55.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27474 + - uid: 35202 components: - type: Transform - pos: -33.5,-21.5 + rot: -1.5707963267948966 rad + pos: -37.5,55.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27475 + - uid: 35203 components: - type: Transform - pos: -33.5,-22.5 + rot: 1.5707963267948966 rad + pos: -59.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 35348 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,85.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27476 + - uid: 35349 components: - type: Transform - pos: -32.5,-17.5 + rot: 1.5707963267948966 rad + pos: 17.5,84.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27477 + - uid: 35351 components: - type: Transform - pos: -32.5,-18.5 + rot: 1.5707963267948966 rad + pos: 6.5,82.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27478 + color: '#0055CCFF' + - uid: 35352 components: - type: Transform - pos: -32.5,-19.5 + rot: 1.5707963267948966 rad + pos: 7.5,82.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27479 + color: '#0055CCFF' + - uid: 35353 components: - type: Transform - pos: -32.5,-20.5 + rot: 1.5707963267948966 rad + pos: 8.5,82.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27480 + color: '#0055CCFF' + - uid: 35354 components: - type: Transform - pos: -32.5,-21.5 + rot: 1.5707963267948966 rad + pos: 9.5,82.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27481 + color: '#0055CCFF' + - uid: 35355 components: - type: Transform - pos: -32.5,-22.5 + rot: 1.5707963267948966 rad + pos: 10.5,82.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27485 + color: '#0055CCFF' + - uid: 35356 components: - type: Transform - pos: -4.5,-15.5 + rot: 1.5707963267948966 rad + pos: 11.5,82.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27486 + - uid: 35357 components: - type: Transform - pos: -4.5,-16.5 + rot: 1.5707963267948966 rad + pos: 12.5,82.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27487 + - uid: 35358 components: - type: Transform - pos: -4.5,-17.5 + rot: 1.5707963267948966 rad + pos: 13.5,82.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27488 + - uid: 35359 components: - type: Transform - pos: -4.5,-18.5 + rot: 1.5707963267948966 rad + pos: 14.5,82.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27489 + - uid: 35360 components: - type: Transform - pos: -3.5,-17.5 + rot: -1.5707963267948966 rad + pos: 6.5,81.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27490 + - uid: 35361 components: - type: Transform - pos: -3.5,-18.5 + rot: -1.5707963267948966 rad + pos: 7.5,81.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27495 + - uid: 35362 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-27.5 + rot: -1.5707963267948966 rad + pos: 8.5,81.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27498 + color: '#990000FF' + - uid: 35363 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,-29.5 + rot: -1.5707963267948966 rad + pos: 9.5,81.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27499 + - uid: 35364 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-29.5 + rot: -1.5707963267948966 rad + pos: 10.5,81.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27500 + - uid: 35365 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-29.5 + rot: -1.5707963267948966 rad + pos: 11.5,81.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27501 + - uid: 35366 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-29.5 + rot: -1.5707963267948966 rad + pos: 12.5,81.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27502 + - uid: 35367 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-29.5 + rot: -1.5707963267948966 rad + pos: 13.5,81.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27508 + - uid: 35368 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,19.5 + rot: -1.5707963267948966 rad + pos: 14.5,81.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27517 + - uid: 35369 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-15.5 + rot: -1.5707963267948966 rad + pos: 15.5,81.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27518 + color: '#990000FF' + - uid: 35372 components: - type: Transform rot: 3.141592653589793 rad - pos: 34.5,-16.5 + pos: 15.5,83.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27519 + - uid: 35373 components: - type: Transform rot: 3.141592653589793 rad - pos: 34.5,-17.5 + pos: 15.5,84.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27520 + - uid: 35375 components: - type: Transform rot: 3.141592653589793 rad - pos: 34.5,-18.5 + pos: 15.5,86.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27521 + - uid: 35376 components: - type: Transform rot: 3.141592653589793 rad - pos: 34.5,-19.5 + pos: 16.5,82.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27522 + color: '#990000FF' + - uid: 35377 components: - type: Transform rot: 3.141592653589793 rad - pos: 34.5,-20.5 + pos: 16.5,83.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27523 + color: '#990000FF' + - uid: 35379 components: - type: Transform rot: 3.141592653589793 rad - pos: 36.5,-17.5 + pos: 16.5,85.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27524 + - uid: 35380 components: - type: Transform rot: 3.141592653589793 rad - pos: 36.5,-18.5 + pos: 16.5,86.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27525 + - uid: 35385 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-19.5 + rot: 1.5707963267948966 rad + pos: 16.5,85.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27529 + color: '#0055CCFF' + - uid: 35390 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-21.5 + pos: 15.5,81.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27530 + - uid: 35391 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-21.5 + pos: 15.5,80.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 35392 + components: + - type: Transform + pos: 17.5,79.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27531 + - uid: 35393 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-22.5 + pos: 17.5,78.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 35394 + components: + - type: Transform + pos: 17.5,77.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 35395 + components: + - type: Transform + pos: 17.5,76.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27532 + - uid: 35396 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-23.5 + pos: 17.5,75.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27533 + - uid: 35397 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-24.5 + pos: 17.5,74.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27534 + - uid: 35399 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-25.5 + pos: 17.5,72.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27535 + - uid: 35401 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-26.5 + pos: 17.5,71.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27536 + - uid: 35402 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-27.5 + pos: 17.5,70.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27537 + - uid: 35403 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-28.5 + pos: 17.5,69.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27538 + - uid: 35404 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-29.5 + pos: 17.5,68.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27539 + - uid: 35406 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-30.5 + pos: 17.5,67.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27541 + - uid: 35407 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-32.5 + pos: 17.5,66.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27542 + - uid: 35408 components: - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-33.5 + pos: 17.5,65.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27544 + - uid: 35410 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-23.5 + pos: 17.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27545 + color: '#990000FF' + - uid: 35411 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-24.5 + pos: 17.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27546 + color: '#990000FF' + - uid: 35412 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-25.5 + pos: 16.5,78.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27547 + - uid: 35413 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-26.5 + pos: 16.5,77.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27548 + - uid: 35414 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-27.5 + pos: 16.5,76.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27549 + - uid: 35415 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-28.5 + pos: 16.5,75.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27550 + - uid: 35417 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-29.5 + pos: 16.5,73.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27553 + - uid: 35418 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-32.5 + pos: 16.5,72.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27554 + - uid: 35419 components: - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-33.5 + pos: 16.5,71.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27557 + - uid: 35420 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-34.5 + pos: 16.5,70.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27563 + - uid: 35421 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-17.5 + pos: 16.5,69.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27564 + - uid: 35422 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-18.5 + pos: 16.5,68.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27565 + - uid: 35423 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-19.5 + pos: 16.5,67.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27566 + - uid: 35425 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-20.5 + pos: 16.5,65.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27567 + - uid: 35426 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-21.5 + pos: 16.5,64.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27568 + - uid: 35427 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-22.5 + pos: 16.5,63.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27569 + - uid: 35428 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-23.5 + pos: 16.5,62.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27570 + - uid: 35430 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-24.5 + rot: -1.5707963267948966 rad + pos: 6.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27571 + color: '#990000FF' + - uid: 35431 components: - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-25.5 + rot: -1.5707963267948966 rad + pos: 7.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27575 + color: '#990000FF' + - uid: 35432 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-19.5 + rot: -1.5707963267948966 rad + pos: 8.5,64.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27576 + - uid: 35433 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-20.5 + rot: -1.5707963267948966 rad + pos: 9.5,64.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27577 + - uid: 35434 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-21.5 + rot: -1.5707963267948966 rad + pos: 10.5,64.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27578 + - uid: 35435 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-22.5 + rot: -1.5707963267948966 rad + pos: 11.5,64.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27579 + - uid: 35437 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-23.5 + rot: -1.5707963267948966 rad + pos: 13.5,64.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27580 + - uid: 35439 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-24.5 + rot: -1.5707963267948966 rad + pos: 15.5,64.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27581 + - uid: 35440 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-25.5 + rot: -1.5707963267948966 rad + pos: 16.5,64.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27585 + - uid: 35441 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,-2.5 + rot: -1.5707963267948966 rad + pos: 1.5,66.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27586 + - uid: 35442 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,-2.5 + rot: -1.5707963267948966 rad + pos: 2.5,66.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27587 + - uid: 35443 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-2.5 + rot: -1.5707963267948966 rad + pos: 3.5,66.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27589 + - uid: 35445 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-2.5 + rot: -1.5707963267948966 rad + pos: 5.5,66.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27590 + - uid: 35446 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-2.5 + rot: -1.5707963267948966 rad + pos: 6.5,66.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27591 + - uid: 35448 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-2.5 + rot: -1.5707963267948966 rad + pos: 8.5,66.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27592 + - uid: 35449 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-2.5 + rot: -1.5707963267948966 rad + pos: 9.5,66.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27593 + - uid: 35450 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-2.5 + rot: -1.5707963267948966 rad + pos: 10.5,66.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27594 + - uid: 35451 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-2.5 + rot: -1.5707963267948966 rad + pos: 11.5,66.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27596 + - uid: 35452 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,-2.5 + rot: -1.5707963267948966 rad + pos: 12.5,66.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27597 + - uid: 35454 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-2.5 + rot: -1.5707963267948966 rad + pos: 14.5,66.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27598 + - uid: 35455 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,-2.5 + rot: -1.5707963267948966 rad + pos: 15.5,66.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27599 + - uid: 35464 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-2.5 + rot: -1.5707963267948966 rad + pos: 16.5,73.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27600 + color: '#990000FF' + - uid: 35465 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,-2.5 + rot: -1.5707963267948966 rad + pos: 15.5,73.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27601 + color: '#990000FF' + - uid: 35466 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-2.5 + rot: -1.5707963267948966 rad + pos: 15.5,74.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27602 + - uid: 35482 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,-2.5 + rot: 3.141592653589793 rad + pos: 7.5,65.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27603 + - uid: 35748 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,-2.5 + rot: -1.5707963267948966 rad + pos: 13.5,7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27604 + - uid: 35767 components: - type: Transform rot: 1.5707963267948966 rad - pos: 69.5,-2.5 + pos: 12.5,15.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27605 + - uid: 35770 components: - type: Transform rot: 1.5707963267948966 rad - pos: 70.5,-2.5 + pos: 11.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27606 + color: '#990000FF' + - uid: 35771 components: - type: Transform rot: 1.5707963267948966 rad - pos: 71.5,-2.5 + pos: 12.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27607 + color: '#990000FF' + - uid: 35796 components: - type: Transform rot: 1.5707963267948966 rad - pos: 72.5,-2.5 + pos: 13.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27609 + color: '#990000FF' + - uid: 35797 components: - type: Transform rot: 1.5707963267948966 rad - pos: 74.5,-2.5 + pos: 14.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27612 + color: '#990000FF' + - uid: 35805 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,-2.5 + rot: 3.141592653589793 rad + pos: 13.5,16.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27613 + - uid: 35806 components: - type: Transform - pos: 60.5,-4.5 + rot: 3.141592653589793 rad + pos: 13.5,17.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27614 + - uid: 35807 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,-5.5 + rot: 3.141592653589793 rad + pos: 15.5,17.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27615 + - uid: 35808 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,-5.5 + rot: 3.141592653589793 rad + pos: 15.5,16.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27617 + - uid: 35811 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-5.5 + rot: 3.141592653589793 rad + pos: 15.5,14.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27618 + - uid: 35813 components: - type: Transform rot: 1.5707963267948966 rad - pos: 56.5,-5.5 + pos: 25.5,42.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27619 + - uid: 35837 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-5.5 + rot: 3.141592653589793 rad + pos: 15.5,15.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27620 + - uid: 36061 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-5.5 + rot: 3.141592653589793 rad + pos: -24.5,27.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27621 + - uid: 36062 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-5.5 + rot: 3.141592653589793 rad + pos: -24.5,26.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27622 + - uid: 36063 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-5.5 + rot: 3.141592653589793 rad + pos: -26.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27623 + color: '#0055CCFF' + - uid: 36064 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,-5.5 + rot: 3.141592653589793 rad + pos: -26.5,28.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27625 + color: '#0055CCFF' + - uid: 36065 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,-5.5 + rot: 3.141592653589793 rad + pos: -26.5,27.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27626 + color: '#0055CCFF' + - uid: 36066 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-5.5 + rot: 3.141592653589793 rad + pos: -26.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27627 + color: '#0055CCFF' + - uid: 36067 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,-5.5 + rot: 3.141592653589793 rad + pos: -28.5,27.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27628 + - uid: 36068 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-5.5 + rot: 3.141592653589793 rad + pos: -28.5,26.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27637 + - uid: 36069 components: - type: Transform - pos: 72.5,-12.5 + rot: 3.141592653589793 rad + pos: -29.5,29.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27639 + color: '#0055CCFF' + - uid: 36070 components: - type: Transform - pos: 71.5,-12.5 + rot: 3.141592653589793 rad + pos: -29.5,28.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27640 + - uid: 36071 components: - type: Transform - pos: 60.5,-3.5 + rot: 3.141592653589793 rad + pos: -29.5,27.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27641 + - uid: 36072 components: - type: Transform rot: 3.141592653589793 rad - pos: 80.5,0.5 + pos: -29.5,26.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27642 + color: '#0055CCFF' + - uid: 36179 components: - type: Transform - rot: 3.141592653589793 rad - pos: 80.5,1.5 + rot: 1.5707963267948966 rad + pos: 79.5,-3.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27643 + - uid: 36380 components: - type: Transform - pos: 60.5,-5.5 + rot: 1.5707963267948966 rad + pos: 48.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27644 + - uid: 36579 components: - type: Transform - pos: 60.5,-6.5 + rot: 1.5707963267948966 rad + pos: 70.5,81.5 + parent: 2 + - uid: 36582 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 76.5,81.5 + parent: 2 + - uid: 36583 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,81.5 + parent: 2 + - uid: 36586 + components: + - type: Transform + pos: 69.5,82.5 + parent: 2 + - uid: 36660 + components: + - type: Transform + pos: 10.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27645 + - uid: 36733 components: - type: Transform - pos: 60.5,-7.5 + pos: 11.5,-18.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27646 + color: '#990000FF' + - uid: 36734 components: - type: Transform - pos: 60.5,-8.5 + pos: 10.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27647 + - uid: 36891 components: - type: Transform - pos: 60.5,-9.5 + rot: 3.141592653589793 rad + pos: 14.5,4.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27648 + color: '#990000FF' + - uid: 37012 components: - type: Transform - pos: 60.5,-10.5 + rot: 1.5707963267948966 rad + pos: 78.5,-3.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27649 + color: '#990000FF' + - uid: 37194 components: - type: Transform - pos: 60.5,-11.5 + rot: 3.141592653589793 rad + pos: 12.5,4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27650 + - uid: 37203 components: - type: Transform - pos: 60.5,-12.5 + rot: 1.5707963267948966 rad + pos: 49.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27651 + - uid: 37370 components: - type: Transform - pos: 60.5,-13.5 + rot: 3.141592653589793 rad + pos: 12.5,5.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27652 + - uid: 37380 components: - type: Transform - pos: 60.5,-14.5 + rot: 1.5707963267948966 rad + pos: 50.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27654 + - uid: 37381 components: - type: Transform - pos: 60.5,-16.5 + rot: 1.5707963267948966 rad + pos: 51.5,-33.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27655 + - uid: 37385 components: - type: Transform - pos: 60.5,-17.5 + pos: 53.5,-33.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27656 + color: '#990000FF' + - uid: 37386 components: - type: Transform - pos: 60.5,-18.5 + pos: 53.5,-32.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27657 + color: '#990000FF' + - uid: 37387 components: - type: Transform - pos: 60.5,-19.5 + rot: -1.5707963267948966 rad + pos: 54.5,-31.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27658 + color: '#990000FF' + - uid: 37388 components: - type: Transform - pos: 60.5,-20.5 + rot: -1.5707963267948966 rad + pos: 55.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 37389 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 37390 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 37391 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 37392 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 37393 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-31.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 37396 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27659 + - uid: 37397 components: - type: Transform - pos: 60.5,-21.5 + rot: -1.5707963267948966 rad + pos: 54.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27660 + - uid: 37398 components: - type: Transform - pos: 60.5,-22.5 + rot: -1.5707963267948966 rad + pos: 55.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27661 + - uid: 37399 components: - type: Transform - pos: 60.5,-23.5 + rot: -1.5707963267948966 rad + pos: 56.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27662 + - uid: 37400 components: - type: Transform - pos: 60.5,-24.5 + rot: -1.5707963267948966 rad + pos: 57.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27663 + - uid: 37401 components: - type: Transform - pos: 60.5,-25.5 + rot: -1.5707963267948966 rad + pos: 58.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27664 + - uid: 37402 components: - type: Transform - pos: 60.5,-26.5 + rot: -1.5707963267948966 rad + pos: 59.5,-29.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27665 + - uid: 37403 components: - type: Transform - pos: 60.5,-27.5 + rot: 3.141592653589793 rad + pos: 52.5,-30.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27666 + - uid: 37404 components: - type: Transform - pos: 60.5,-28.5 + rot: 3.141592653589793 rad + pos: 52.5,-31.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27668 + - uid: 37405 components: - type: Transform - pos: 60.5,-30.5 + rot: 3.141592653589793 rad + pos: 52.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27669 + - uid: 37475 components: - type: Transform - pos: 62.5,-6.5 + rot: 1.5707963267948966 rad + pos: 24.5,42.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27670 + - uid: 37502 components: - type: Transform - pos: 62.5,-7.5 + pos: -55.5,39.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27671 + color: '#0055CCFF' + - uid: 37504 components: - type: Transform - pos: 62.5,-8.5 + pos: -55.5,41.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27672 + color: '#0055CCFF' + - uid: 37556 components: - type: Transform - pos: 62.5,-9.5 + pos: -55.5,42.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27673 + color: '#0055CCFF' + - uid: 37682 components: - type: Transform - pos: 62.5,-10.5 + rot: 1.5707963267948966 rad + pos: -45.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27674 + color: '#0055CCFF' + - uid: 37704 components: - type: Transform - pos: 62.5,-11.5 + rot: 1.5707963267948966 rad + pos: -46.5,5.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27675 + color: '#0055CCFF' + - uid: 37713 components: - type: Transform - pos: 62.5,-12.5 + rot: 3.141592653589793 rad + pos: -54.5,42.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27676 + - uid: 37886 components: - type: Transform - pos: 62.5,-13.5 + rot: 1.5707963267948966 rad + pos: 77.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27677 + color: '#0055CCFF' + - uid: 37887 components: - type: Transform - pos: 62.5,-14.5 + rot: 1.5707963267948966 rad + pos: 78.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27678 + color: '#0055CCFF' + - uid: 37888 components: - type: Transform - pos: 62.5,-15.5 + rot: 1.5707963267948966 rad + pos: 78.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27679 + - uid: 38174 components: - type: Transform - pos: 62.5,-16.5 + rot: -1.5707963267948966 rad + pos: -49.5,-26.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27681 + - uid: 38175 components: - type: Transform - pos: 62.5,-18.5 + rot: -1.5707963267948966 rad + pos: -47.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27682 + color: '#0055CCFF' + - uid: 38176 components: - type: Transform - pos: 62.5,-19.5 + rot: -1.5707963267948966 rad + pos: -48.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27683 + color: '#0055CCFF' + - uid: 38177 components: - type: Transform - pos: 62.5,-20.5 + rot: -1.5707963267948966 rad + pos: -49.5,-25.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27684 + color: '#0055CCFF' + - uid: 38187 components: - type: Transform - pos: 62.5,-21.5 + pos: -35.5,-32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27685 + - uid: 38792 components: - type: Transform - pos: 62.5,-22.5 + rot: 1.5707963267948966 rad + pos: 18.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27686 + color: '#0055CCFF' + - uid: 38793 components: - type: Transform - pos: 62.5,-23.5 + rot: 1.5707963267948966 rad + pos: 21.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27687 + color: '#0055CCFF' + - uid: 38795 components: - type: Transform - pos: 62.5,-24.5 + rot: 1.5707963267948966 rad + pos: 23.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27688 + color: '#0055CCFF' + - uid: 38802 components: - type: Transform - pos: 62.5,-25.5 + rot: 1.5707963267948966 rad + pos: 22.5,54.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27689 + - uid: 38803 components: - type: Transform - pos: 62.5,-26.5 + rot: 1.5707963267948966 rad + pos: 21.5,54.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27690 + - uid: 38804 components: - type: Transform - pos: 62.5,-27.5 + rot: 1.5707963267948966 rad + pos: 20.5,54.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27691 + - uid: 38805 components: - type: Transform - pos: 62.5,-28.5 + rot: 1.5707963267948966 rad + pos: 24.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27692 + color: '#0055CCFF' + - uid: 38812 components: - type: Transform - pos: 62.5,-29.5 + rot: 3.141592653589793 rad + pos: 35.5,45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27699 + - uid: 38843 components: - type: Transform rot: 1.5707963267948966 rad - pos: 46.5,-27.5 + pos: 4.5,61.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27708 + - uid: 38844 components: - type: Transform rot: 1.5707963267948966 rad - pos: 63.5,-17.5 + pos: 4.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27709 + color: '#0055CCFF' + - uid: 39151 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-17.5 + rot: 3.141592653589793 rad + pos: 52.5,11.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27710 + color: '#0055CCFF' + - uid: 39152 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,-17.5 + rot: 3.141592653589793 rad + pos: 52.5,13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27711 + color: '#0055CCFF' + - uid: 39154 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-17.5 + rot: 3.141592653589793 rad + pos: 52.5,12.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27712 + color: '#0055CCFF' + - uid: 39163 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,-17.5 + pos: 8.5,-13.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27713 + color: '#0055CCFF' + - uid: 39164 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,-17.5 + pos: 10.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27714 + - uid: 39166 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-17.5 + pos: 10.5,-6.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27715 + - uid: 39168 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,-17.5 + pos: 10.5,-8.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27718 + - uid: 39170 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,-17.5 + pos: 10.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27719 + - uid: 39171 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 74.5,-17.5 + pos: 10.5,-11.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27720 + - uid: 39172 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 75.5,-17.5 + pos: 10.5,-12.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27722 + - uid: 39175 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 61.5,-15.5 + pos: 11.5,-14.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27723 + color: '#990000FF' + - uid: 39176 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-15.5 + pos: 11.5,-15.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27724 + color: '#990000FF' + - uid: 39179 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 63.5,-15.5 + rot: -1.5707963267948966 rad + pos: 9.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27725 + - uid: 39180 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-15.5 + rot: -1.5707963267948966 rad + pos: 10.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27726 + - uid: 39181 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 65.5,-15.5 + rot: -1.5707963267948966 rad + pos: 11.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27727 + - uid: 39182 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 66.5,-15.5 + rot: -1.5707963267948966 rad + pos: 12.5,-10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27728 + - uid: 39191 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 67.5,-15.5 + rot: -1.5707963267948966 rad + pos: 8.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27729 + color: '#990000FF' + - uid: 39192 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,-15.5 + rot: -1.5707963267948966 rad + pos: 11.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27730 + color: '#990000FF' + - uid: 39194 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.5,-15.5 + rot: -1.5707963267948966 rad + pos: 9.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27731 + color: '#990000FF' + - uid: 39195 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 70.5,-15.5 + rot: -1.5707963267948966 rad + pos: 8.5,-5.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27732 + color: '#990000FF' + - uid: 39202 components: - type: Transform - pos: 71.5,-13.5 + pos: 0.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27733 + - uid: 39206 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 72.5,-15.5 + pos: 0.5,7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27734 + - uid: 39207 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 73.5,-15.5 + pos: 2.5,7.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 27758 + color: '#990000FF' + - uid: 39212 components: - type: Transform - pos: 54.5,2.5 + rot: 1.5707963267948966 rad + pos: 9.5,5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27759 + - uid: 39213 components: - type: Transform - pos: 54.5,1.5 + rot: 1.5707963267948966 rad + pos: 8.5,5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27760 + - uid: 39214 components: - type: Transform - pos: 54.5,0.5 + rot: 1.5707963267948966 rad + pos: 7.5,5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27761 + - uid: 39347 components: - type: Transform - pos: 54.5,-0.5 + rot: -1.5707963267948966 rad + pos: 22.5,49.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27762 + - uid: 39348 components: - type: Transform - pos: 54.5,-1.5 + rot: -1.5707963267948966 rad + pos: 23.5,49.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27763 + - uid: 39349 components: - type: Transform - pos: 54.5,-2.5 + rot: -1.5707963267948966 rad + pos: 24.5,49.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27764 + - uid: 39359 components: - type: Transform - pos: 54.5,-3.5 + rot: 1.5707963267948966 rad + pos: 82.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27765 + - uid: 39360 components: - type: Transform - pos: 54.5,-4.5 + rot: 1.5707963267948966 rad + pos: 82.5,2.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27766 + color: '#0055CCFF' + - uid: 39361 components: - type: Transform - pos: 53.5,2.5 + rot: 1.5707963267948966 rad + pos: 81.5,2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27767 + - uid: 39362 components: - type: Transform - pos: 53.5,1.5 + rot: 1.5707963267948966 rad + pos: 80.5,2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27768 + - uid: 39363 components: - type: Transform - pos: 53.5,0.5 + rot: 1.5707963267948966 rad + pos: 79.5,2.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27769 + - uid: 39634 components: - type: Transform - pos: 53.5,-0.5 + rot: 1.5707963267948966 rad + pos: 76.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27770 + - uid: 39635 components: - type: Transform - pos: 53.5,-1.5 + rot: 1.5707963267948966 rad + pos: 77.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27772 + - uid: 39636 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,21.5 + rot: 1.5707963267948966 rad + pos: 78.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27773 + - uid: 39637 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,21.5 + rot: 1.5707963267948966 rad + pos: 79.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27775 + - uid: 39638 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,21.5 + rot: 1.5707963267948966 rad + pos: 80.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27776 + - uid: 39639 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,23.5 + rot: 1.5707963267948966 rad + pos: 81.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27777 + - uid: 39640 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,21.5 + rot: 1.5707963267948966 rad + pos: 82.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27778 + - uid: 39641 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,21.5 + rot: 1.5707963267948966 rad + pos: 83.5,-4.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27779 + - uid: 39749 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,21.5 + pos: 75.5,-16.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27780 + - uid: 39750 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,21.5 + pos: 75.5,-17.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27781 + - uid: 39751 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,21.5 + pos: 75.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27782 + - uid: 39752 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,21.5 + pos: 75.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27783 + - uid: 39753 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,21.5 + pos: 75.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27792 + - uid: 39755 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,18.5 + pos: 76.5,-18.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27793 + - uid: 39756 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,18.5 + pos: 76.5,-19.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27795 + - uid: 39757 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,18.5 + pos: 76.5,-20.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27796 + - uid: 39758 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,18.5 + pos: 76.5,-21.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27797 + - uid: 39760 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,18.5 + pos: 74.5,-22.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27798 + color: '#0055CCFF' + - uid: 39761 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,18.5 + pos: 76.5,-22.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27800 + - uid: 39846 components: - type: Transform rot: -1.5707963267948966 rad - pos: 60.5,18.5 + pos: 81.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27801 + - uid: 40033 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,18.5 + rot: 3.141592653589793 rad + pos: -37.5,32.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27802 + - uid: 40037 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,18.5 + rot: 3.141592653589793 rad + pos: -38.5,32.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27803 + color: '#0055CCFF' + - uid: 40038 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,18.5 + rot: 3.141592653589793 rad + pos: -38.5,33.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27804 + color: '#0055CCFF' + - uid: 40039 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,18.5 + rot: 3.141592653589793 rad + pos: -38.5,34.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27805 + color: '#0055CCFF' + - uid: 40043 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 65.5,18.5 + rot: 3.141592653589793 rad + pos: -38.5,31.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27820 + color: '#0055CCFF' + - uid: 40429 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,24.5 + rot: 1.5707963267948966 rad + pos: -12.5,35.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27821 + - uid: 41180 components: - type: Transform rot: 3.141592653589793 rad - pos: 57.5,25.5 + pos: 0.5,75.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27822 + - uid: 41181 components: - type: Transform rot: 3.141592653589793 rad - pos: 57.5,26.5 + pos: 0.5,76.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27824 + - uid: 41182 components: - type: Transform rot: 3.141592653589793 rad - pos: 57.5,28.5 + pos: 0.5,77.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27825 + - uid: 41183 components: - type: Transform rot: 3.141592653589793 rad - pos: 57.5,29.5 + pos: 0.5,78.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27826 + - uid: 41185 components: - type: Transform rot: 3.141592653589793 rad - pos: 57.5,30.5 + pos: 0.5,80.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27827 + - uid: 41186 components: - type: Transform rot: 3.141592653589793 rad - pos: 57.5,31.5 + pos: 0.5,81.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27845 + - uid: 41188 components: - type: Transform rot: 3.141592653589793 rad - pos: 59.5,19.5 + pos: 0.5,83.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27847 + color: '#0055CCFF' + - uid: 41189 components: - type: Transform rot: 3.141592653589793 rad - pos: 59.5,21.5 + pos: 0.5,84.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27848 + color: '#0055CCFF' + - uid: 41190 components: - type: Transform rot: 3.141592653589793 rad - pos: 59.5,22.5 + pos: 0.5,85.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27849 + color: '#0055CCFF' + - uid: 41191 components: - type: Transform rot: 3.141592653589793 rad - pos: 59.5,23.5 + pos: 0.5,86.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27850 + color: '#0055CCFF' + - uid: 41192 components: - type: Transform rot: 3.141592653589793 rad - pos: 59.5,24.5 + pos: 0.5,87.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27851 + color: '#0055CCFF' + - uid: 41193 components: - type: Transform rot: 3.141592653589793 rad - pos: 59.5,25.5 + pos: 0.5,88.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 27852 + color: '#0055CCFF' + - uid: 41196 components: - type: Transform rot: 3.141592653589793 rad - pos: 59.5,26.5 + pos: 2.5,75.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27854 + - uid: 41197 components: - type: Transform rot: 3.141592653589793 rad - pos: 59.5,28.5 + pos: 2.5,76.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27855 + - uid: 41198 components: - type: Transform rot: 3.141592653589793 rad - pos: 59.5,29.5 + pos: 2.5,77.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27856 + - uid: 41200 components: - type: Transform rot: 3.141592653589793 rad - pos: 59.5,30.5 + pos: 2.5,79.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27857 + - uid: 41201 components: - type: Transform rot: 3.141592653589793 rad - pos: 59.5,31.5 + pos: 2.5,80.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 27961 + - uid: 41203 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,35.5 + rot: 3.141592653589793 rad + pos: 2.5,82.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28051 + color: '#990000FF' + - uid: 41204 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-1.5 + rot: 3.141592653589793 rad + pos: 2.5,83.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28052 + color: '#990000FF' + - uid: 41205 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-1.5 + rot: 3.141592653589793 rad + pos: 2.5,84.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28053 + color: '#990000FF' + - uid: 41206 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-1.5 + rot: 3.141592653589793 rad + pos: 2.5,85.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28054 + color: '#990000FF' + - uid: 41207 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-1.5 + rot: 3.141592653589793 rad + pos: 2.5,86.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28056 + color: '#990000FF' + - uid: 41208 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-2.5 + rot: 3.141592653589793 rad + pos: 2.5,87.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28057 + - uid: 41209 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-2.5 + rot: 3.141592653589793 rad + pos: 2.5,88.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28058 + - uid: 41210 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-2.5 + rot: 3.141592653589793 rad + pos: 2.5,89.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28063 + - uid: 41211 components: - type: Transform - pos: 36.5,20.5 + rot: 3.141592653589793 rad + pos: 0.5,89.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28064 + - uid: 41212 components: - type: Transform - pos: 36.5,19.5 + rot: 3.141592653589793 rad + pos: 0.5,90.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28065 + - uid: 41213 components: - type: Transform - pos: 36.5,18.5 + rot: 3.141592653589793 rad + pos: 0.5,91.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28066 + - uid: 41214 components: - type: Transform - pos: 36.5,17.5 + rot: 3.141592653589793 rad + pos: 0.5,92.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28067 + - uid: 41217 components: - type: Transform - pos: 36.5,16.5 + rot: -1.5707963267948966 rad + pos: -0.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28068 - components: - - type: Transform - pos: 37.5,17.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28069 - components: - - type: Transform - pos: 37.5,16.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28152 + - uid: 41218 components: - type: Transform - pos: -21.5,-15.5 + rot: -1.5707963267948966 rad + pos: -1.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28153 + - uid: 41219 components: - type: Transform - pos: -21.5,-16.5 + rot: -1.5707963267948966 rad + pos: -2.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28154 + - uid: 41220 components: - type: Transform - pos: -21.5,-17.5 + rot: -1.5707963267948966 rad + pos: -3.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28156 + - uid: 41221 components: - type: Transform - pos: -21.5,-19.5 + rot: -1.5707963267948966 rad + pos: -4.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28157 - components: - - type: Transform - pos: -19.5,-21.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28165 + - uid: 41222 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-2.5 + rot: -1.5707963267948966 rad + pos: -5.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28166 + - uid: 41223 components: - type: Transform - pos: -21.5,-29.5 + rot: -1.5707963267948966 rad + pos: -6.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28167 + - uid: 41224 components: - type: Transform - pos: -21.5,-30.5 + rot: -1.5707963267948966 rad + pos: -7.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28168 + - uid: 41225 components: - type: Transform - pos: -21.5,-31.5 + rot: -1.5707963267948966 rad + pos: -8.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28169 + - uid: 41226 components: - type: Transform - pos: -21.5,-32.5 + rot: -1.5707963267948966 rad + pos: -9.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28170 + - uid: 41227 components: - type: Transform - pos: -21.5,-33.5 + rot: -1.5707963267948966 rad + pos: 1.5,90.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28171 + color: '#990000FF' + - uid: 41228 components: - type: Transform - pos: -19.5,-17.5 + rot: -1.5707963267948966 rad + pos: 0.5,90.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28172 + - uid: 41229 components: - type: Transform - pos: -19.5,-18.5 + rot: -1.5707963267948966 rad + pos: -0.5,90.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28181 + - uid: 41230 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-36.5 + rot: -1.5707963267948966 rad + pos: -1.5,90.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28182 + color: '#990000FF' + - uid: 41231 components: - type: Transform - pos: -19.5,-28.5 + rot: -1.5707963267948966 rad + pos: -2.5,90.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28183 + - uid: 41232 components: - type: Transform - pos: -19.5,-29.5 + rot: -1.5707963267948966 rad + pos: -3.5,90.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28184 + - uid: 41233 components: - type: Transform - pos: -19.5,-30.5 + rot: -1.5707963267948966 rad + pos: -4.5,90.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28185 + - uid: 41234 components: - type: Transform - pos: -19.5,-31.5 + rot: -1.5707963267948966 rad + pos: -5.5,90.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28186 + - uid: 41235 components: - type: Transform - pos: -19.5,-32.5 + rot: -1.5707963267948966 rad + pos: -6.5,90.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28187 + - uid: 41236 components: - type: Transform - pos: -19.5,-33.5 + rot: -1.5707963267948966 rad + pos: -7.5,90.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28194 + - uid: 41237 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-37.5 + rot: -1.5707963267948966 rad + pos: -8.5,90.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28197 + color: '#990000FF' + - uid: 41238 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-37.5 + rot: -1.5707963267948966 rad + pos: -9.5,90.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28208 + - uid: 41239 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-39.5 + rot: -1.5707963267948966 rad + pos: 1.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28209 + - uid: 41240 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-39.5 + rot: -1.5707963267948966 rad + pos: 2.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28210 + - uid: 41241 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-39.5 + rot: -1.5707963267948966 rad + pos: 3.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28212 + - uid: 41242 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-39.5 + rot: -1.5707963267948966 rad + pos: 4.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28215 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-40.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 28217 + - uid: 41243 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-40.5 + rot: -1.5707963267948966 rad + pos: 5.5,93.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28218 + color: '#0055CCFF' + - uid: 41244 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-40.5 + rot: -1.5707963267948966 rad + pos: 6.5,93.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28220 + color: '#0055CCFF' + - uid: 41245 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-40.5 + rot: -1.5707963267948966 rad + pos: 7.5,93.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28221 + color: '#0055CCFF' + - uid: 41246 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-40.5 + rot: -1.5707963267948966 rad + pos: 8.5,93.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28222 + color: '#0055CCFF' + - uid: 41247 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-40.5 + rot: -1.5707963267948966 rad + pos: 9.5,93.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28223 + color: '#0055CCFF' + - uid: 41248 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-40.5 + rot: -1.5707963267948966 rad + pos: 10.5,93.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28224 + color: '#0055CCFF' + - uid: 41249 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-40.5 + rot: -1.5707963267948966 rad + pos: 11.5,93.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28232 + color: '#0055CCFF' + - uid: 41250 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,-39.5 + rot: -1.5707963267948966 rad + pos: 12.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28233 + - uid: 41251 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,-39.5 + rot: -1.5707963267948966 rad + pos: 13.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28234 + - uid: 41252 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,-39.5 + rot: -1.5707963267948966 rad + pos: 3.5,90.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28235 + color: '#990000FF' + - uid: 41253 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,-39.5 + rot: -1.5707963267948966 rad + pos: 4.5,90.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28236 + color: '#990000FF' + - uid: 41254 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,-39.5 + rot: -1.5707963267948966 rad + pos: 5.5,90.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28237 + color: '#990000FF' + - uid: 41255 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-39.5 + rot: -1.5707963267948966 rad + pos: 6.5,90.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28255 + color: '#990000FF' + - uid: 41256 components: - type: Transform - pos: -12.5,-15.5 + rot: -1.5707963267948966 rad + pos: 7.5,90.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28256 + color: '#990000FF' + - uid: 41257 components: - type: Transform - pos: -12.5,-16.5 + rot: -1.5707963267948966 rad + pos: 8.5,90.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28257 + color: '#990000FF' + - uid: 41258 components: - type: Transform - pos: -12.5,-17.5 + rot: -1.5707963267948966 rad + pos: 9.5,90.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28261 + color: '#990000FF' + - uid: 41259 components: - type: Transform - pos: -10.5,-17.5 + rot: -1.5707963267948966 rad + pos: 10.5,90.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28267 + - uid: 41260 components: - type: Transform rot: -1.5707963267948966 rad - pos: 1.5,-25.5 + pos: 11.5,90.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28268 + - uid: 41261 components: - type: Transform rot: -1.5707963267948966 rad - pos: 0.5,-25.5 + pos: 12.5,90.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28269 + - uid: 41262 components: - type: Transform rot: -1.5707963267948966 rad - pos: -0.5,-25.5 + pos: 13.5,90.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28270 + - uid: 41269 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,-25.5 + rot: 3.141592653589793 rad + pos: 2.5,91.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28271 + - uid: 41270 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,-25.5 + rot: 3.141592653589793 rad + pos: 2.5,92.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28272 + - uid: 41271 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,-25.5 + rot: 3.141592653589793 rad + pos: 2.5,93.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28273 + - uid: 41276 components: - type: Transform rot: -1.5707963267948966 rad - pos: -4.5,-25.5 + pos: -11.5,91.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28275 + - uid: 41277 components: - type: Transform rot: -1.5707963267948966 rad - pos: -6.5,-25.5 + pos: -12.5,91.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28276 + - uid: 41278 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,-25.5 + pos: -13.5,91.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28277 + - uid: 41279 components: - type: Transform rot: -1.5707963267948966 rad - pos: -8.5,-25.5 + pos: -11.5,92.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28279 + color: '#0055CCFF' + - uid: 41280 components: - type: Transform rot: -1.5707963267948966 rad - pos: -0.5,-23.5 + pos: -12.5,92.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28280 + - uid: 41285 components: - type: Transform rot: -1.5707963267948966 rad - pos: -1.5,-23.5 + pos: -16.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28281 + - uid: 41286 components: - type: Transform rot: -1.5707963267948966 rad - pos: -2.5,-23.5 + pos: -17.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28282 + - uid: 41287 components: - type: Transform rot: -1.5707963267948966 rad - pos: -3.5,-23.5 + pos: -18.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28284 + - uid: 41288 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,-23.5 + pos: -19.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28285 + - uid: 41289 components: - type: Transform rot: -1.5707963267948966 rad - pos: -6.5,-23.5 + pos: -20.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28286 + - uid: 41290 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,-23.5 + pos: -21.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28287 + - uid: 41291 components: - type: Transform rot: -1.5707963267948966 rad - pos: -8.5,-23.5 + pos: -22.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28288 + - uid: 41292 components: - type: Transform rot: -1.5707963267948966 rad - pos: -9.5,-23.5 + pos: -23.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28291 + - uid: 41293 components: - type: Transform - pos: -10.5,-24.5 + rot: -1.5707963267948966 rad + pos: -24.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28292 + - uid: 41294 components: - type: Transform - pos: -10.5,-25.5 + rot: -1.5707963267948966 rad + pos: -25.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28293 + - uid: 41295 components: - type: Transform - pos: -10.5,-26.5 + rot: -1.5707963267948966 rad + pos: -26.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28294 + - uid: 41296 components: - type: Transform - pos: -9.5,-26.5 + rot: -1.5707963267948966 rad + pos: -27.5,93.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28295 + color: '#0055CCFF' + - uid: 41297 components: - type: Transform - pos: -9.5,-27.5 + rot: -1.5707963267948966 rad + pos: -28.5,93.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28296 + color: '#0055CCFF' + - uid: 41298 components: - type: Transform - pos: -9.5,-28.5 + rot: -1.5707963267948966 rad + pos: -29.5,93.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28298 + color: '#0055CCFF' + - uid: 41299 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,-27.5 + rot: -1.5707963267948966 rad + pos: -30.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28303 + - uid: 41300 components: - type: Transform - pos: -10.5,-30.5 + rot: -1.5707963267948966 rad + pos: -31.5,93.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28304 + color: '#0055CCFF' + - uid: 41301 components: - type: Transform - pos: -10.5,-31.5 + rot: -1.5707963267948966 rad + pos: -32.5,93.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28306 + color: '#0055CCFF' + - uid: 41302 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-29.5 + rot: -1.5707963267948966 rad + pos: -33.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28307 + - uid: 41303 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-30.5 + rot: -1.5707963267948966 rad + pos: -34.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28308 + - uid: 41304 components: - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,-31.5 + rot: -1.5707963267948966 rad + pos: -35.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28309 + - uid: 41305 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,-28.5 + rot: -1.5707963267948966 rad + pos: -36.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28310 + - uid: 41306 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-28.5 + rot: -1.5707963267948966 rad + pos: -37.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28311 + - uid: 41307 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,-28.5 + rot: -1.5707963267948966 rad + pos: -38.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28312 + - uid: 41308 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,-29.5 + pos: -39.5,93.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28313 + color: '#0055CCFF' + - uid: 41309 components: - type: Transform rot: -1.5707963267948966 rad - pos: -12.5,-29.5 + pos: -40.5,93.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28314 + color: '#0055CCFF' + - uid: 41310 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,-29.5 + pos: -41.5,93.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28315 + color: '#0055CCFF' + - uid: 41311 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,-29.5 + pos: -42.5,93.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28318 + color: '#0055CCFF' + - uid: 41312 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-13.5 + rot: -1.5707963267948966 rad + pos: -43.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28319 + - uid: 41313 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-12.5 + rot: -1.5707963267948966 rad + pos: -44.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28320 + - uid: 41315 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-11.5 + rot: -1.5707963267948966 rad + pos: -46.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28321 + - uid: 41316 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-10.5 + rot: -1.5707963267948966 rad + pos: -47.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28322 + - uid: 41317 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,-9.5 + rot: -1.5707963267948966 rad + pos: -14.5,93.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28323 + - uid: 41318 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-15.5 + rot: -1.5707963267948966 rad + pos: -15.5,91.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28324 + - uid: 41319 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-14.5 + rot: -1.5707963267948966 rad + pos: -16.5,91.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28325 + - uid: 41320 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-13.5 + rot: -1.5707963267948966 rad + pos: -17.5,91.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28326 + - uid: 41321 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-12.5 + rot: -1.5707963267948966 rad + pos: -18.5,91.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28327 + - uid: 41322 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-11.5 + rot: -1.5707963267948966 rad + pos: -19.5,91.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28328 + - uid: 41323 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-10.5 + rot: -1.5707963267948966 rad + pos: -20.5,91.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28329 + - uid: 41324 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,-9.5 + rot: -1.5707963267948966 rad + pos: -21.5,91.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28344 + - uid: 41325 components: - type: Transform - pos: -57.5,54.5 + rot: -1.5707963267948966 rad + pos: -22.5,91.5 parent: 2 - - uid: 28345 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41326 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,33.5 + rot: -1.5707963267948966 rad + pos: -23.5,91.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28376 + - uid: 41327 components: - type: Transform - pos: -71.5,3.5 + rot: -1.5707963267948966 rad + pos: -24.5,91.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28430 + - uid: 41328 components: - type: Transform - rot: 3.141592653589793 rad - pos: 78.5,-1.5 + rot: -1.5707963267948966 rad + pos: -25.5,91.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28438 + color: '#990000FF' + - uid: 41329 components: - type: Transform - pos: 21.5,6.5 + rot: -1.5707963267948966 rad + pos: -26.5,91.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28442 + color: '#990000FF' + - uid: 41330 components: - type: Transform - pos: 21.5,5.5 + rot: -1.5707963267948966 rad + pos: -27.5,91.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28443 + color: '#990000FF' + - uid: 41331 components: - type: Transform - pos: 21.5,4.5 + rot: -1.5707963267948966 rad + pos: -28.5,91.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28444 + color: '#990000FF' + - uid: 41332 components: - type: Transform - pos: 21.5,3.5 + rot: -1.5707963267948966 rad + pos: -29.5,91.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28445 + color: '#990000FF' + - uid: 41333 components: - type: Transform - pos: 21.5,2.5 + rot: -1.5707963267948966 rad + pos: -30.5,91.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28446 + color: '#990000FF' + - uid: 41334 components: - type: Transform - pos: 22.5,4.5 + rot: -1.5707963267948966 rad + pos: -31.5,91.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28447 + - uid: 41335 components: - type: Transform - pos: 22.5,3.5 + rot: -1.5707963267948966 rad + pos: -32.5,91.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28448 + - uid: 41336 components: - type: Transform - pos: 22.5,2.5 + rot: -1.5707963267948966 rad + pos: -33.5,91.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28453 + - uid: 41337 components: - type: Transform - pos: 29.5,-15.5 + rot: -1.5707963267948966 rad + pos: -34.5,91.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28455 + - uid: 41338 components: - type: Transform - pos: 29.5,-14.5 + rot: -1.5707963267948966 rad + pos: -35.5,91.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28456 + - uid: 41339 components: - type: Transform - rot: 3.141592653589793 rad - pos: 25.5,3.5 + rot: -1.5707963267948966 rad + pos: -36.5,91.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28459 + color: '#990000FF' + - uid: 41340 components: - type: Transform - pos: 27.5,4.5 + rot: -1.5707963267948966 rad + pos: -37.5,91.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28460 + - uid: 41341 components: - type: Transform - rot: 3.141592653589793 rad - pos: 31.5,3.5 + rot: -1.5707963267948966 rad + pos: -38.5,91.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28470 + - uid: 41342 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,51.5 + rot: -1.5707963267948966 rad + pos: -39.5,91.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28482 + - uid: 41343 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 9.5,16.5 + rot: -1.5707963267948966 rad + pos: -40.5,91.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28483 + color: '#990000FF' + - uid: 41344 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,16.5 + rot: -1.5707963267948966 rad + pos: -41.5,91.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28492 + color: '#990000FF' + - uid: 41345 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,19.5 + rot: -1.5707963267948966 rad + pos: -42.5,91.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28493 + - uid: 41346 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,20.5 + rot: -1.5707963267948966 rad + pos: -43.5,91.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28494 + - uid: 41348 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,21.5 + rot: -1.5707963267948966 rad + pos: -45.5,91.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28495 + - uid: 41351 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,22.5 + pos: -48.5,92.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28496 + color: '#0055CCFF' + - uid: 41352 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,23.5 + pos: -48.5,91.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28497 + color: '#0055CCFF' + - uid: 41353 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,24.5 + pos: -48.5,90.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28498 + color: '#0055CCFF' + - uid: 41354 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,25.5 + pos: -48.5,89.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28499 + color: '#0055CCFF' + - uid: 41355 components: - type: Transform - rot: 3.141592653589793 rad - pos: 65.5,25.5 + pos: -48.5,88.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28520 + - uid: 41356 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -63.5,28.5 + pos: -48.5,87.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28538 + color: '#0055CCFF' + - uid: 41357 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,22.5 + pos: -48.5,86.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28539 + - uid: 41358 components: - type: Transform - rot: 3.141592653589793 rad - pos: 18.5,23.5 + pos: -48.5,85.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28541 + - uid: 41359 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,20.5 + pos: -48.5,84.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28542 + color: '#0055CCFF' + - uid: 41360 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,21.5 + pos: -48.5,83.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28543 + color: '#0055CCFF' + - uid: 41361 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,22.5 + pos: -48.5,82.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28544 + color: '#0055CCFF' + - uid: 41362 components: - type: Transform - rot: 3.141592653589793 rad - pos: 19.5,23.5 + pos: -48.5,81.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28550 + color: '#0055CCFF' + - uid: 41364 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,21.5 + pos: -48.5,79.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28551 + color: '#0055CCFF' + - uid: 41365 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,22.5 + pos: -48.5,78.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28552 + color: '#0055CCFF' + - uid: 41366 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,23.5 + pos: -48.5,77.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28553 + color: '#0055CCFF' + - uid: 41368 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,24.5 + pos: -46.5,90.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28554 + - uid: 41369 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,25.5 + pos: -46.5,89.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28555 + - uid: 41370 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,26.5 + pos: -46.5,88.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28556 + - uid: 41371 components: - type: Transform - rot: 3.141592653589793 rad - pos: 9.5,27.5 + pos: -46.5,87.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28557 + - uid: 41372 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,22.5 + pos: -46.5,86.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28558 + color: '#990000FF' + - uid: 41373 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,23.5 + pos: -46.5,85.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28559 + color: '#990000FF' + - uid: 41374 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,24.5 + pos: -46.5,84.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28560 + color: '#990000FF' + - uid: 41375 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,25.5 + pos: -46.5,83.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28561 + color: '#990000FF' + - uid: 41376 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,26.5 + pos: -46.5,82.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28562 + color: '#990000FF' + - uid: 41377 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,27.5 + pos: -46.5,81.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28563 + color: '#990000FF' + - uid: 41378 components: - type: Transform - rot: 3.141592653589793 rad - pos: 7.5,28.5 + pos: -46.5,80.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28565 + color: '#990000FF' + - uid: 41379 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 8.5,29.5 + pos: -46.5,79.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28568 + color: '#990000FF' + - uid: 41381 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,23.5 + pos: -46.5,77.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28569 + color: '#990000FF' + - uid: 41382 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,24.5 + pos: -46.5,76.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28570 + color: '#990000FF' + - uid: 41388 components: - type: Transform rot: 3.141592653589793 rad - pos: 12.5,25.5 + pos: -39.5,66.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28571 + - uid: 41389 components: - type: Transform rot: 3.141592653589793 rad - pos: 12.5,26.5 + pos: -39.5,67.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28574 + - uid: 41390 components: - type: Transform rot: 3.141592653589793 rad - pos: 14.5,21.5 + pos: -39.5,68.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28575 + color: '#0055CCFF' + - uid: 41392 components: - type: Transform rot: 3.141592653589793 rad - pos: 14.5,22.5 + pos: -39.5,70.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28576 + color: '#0055CCFF' + - uid: 41393 components: - type: Transform rot: 3.141592653589793 rad - pos: 14.5,23.5 + pos: -39.5,71.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28577 + color: '#0055CCFF' + - uid: 41395 components: - type: Transform rot: 3.141592653589793 rad - pos: 14.5,24.5 + pos: -38.5,65.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28578 + - uid: 41396 components: - type: Transform rot: 3.141592653589793 rad - pos: 14.5,25.5 + pos: -38.5,66.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28579 + - uid: 41397 components: - type: Transform rot: 3.141592653589793 rad - pos: 14.5,26.5 + pos: -38.5,67.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28580 + - uid: 41398 components: - type: Transform rot: 3.141592653589793 rad - pos: 14.5,27.5 + pos: -38.5,68.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28581 + - uid: 41399 components: - type: Transform rot: 3.141592653589793 rad - pos: 14.5,28.5 + pos: -38.5,69.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28703 + - uid: 41402 components: - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,20.5 + rot: -1.5707963267948966 rad + pos: -40.5,72.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28725 + color: '#0055CCFF' + - uid: 41403 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,-1.5 + pos: -41.5,72.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28726 + - uid: 41404 components: - type: Transform rot: -1.5707963267948966 rad - pos: -7.5,-1.5 + pos: -42.5,72.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28737 + - uid: 41405 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,35.5 + rot: -1.5707963267948966 rad + pos: -43.5,72.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28758 + - uid: 41406 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-18.5 + rot: -1.5707963267948966 rad + pos: -44.5,72.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28759 + - uid: 41407 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,-18.5 + rot: -1.5707963267948966 rad + pos: -45.5,72.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28760 + - uid: 41410 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-18.5 + rot: -1.5707963267948966 rad + pos: -39.5,70.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28761 + color: '#990000FF' + - uid: 41411 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,-18.5 + rot: -1.5707963267948966 rad + pos: -40.5,70.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28762 + color: '#990000FF' + - uid: 41412 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,-18.5 + rot: -1.5707963267948966 rad + pos: -41.5,70.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28763 + color: '#990000FF' + - uid: 41413 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,-18.5 + rot: -1.5707963267948966 rad + pos: -42.5,70.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28764 + color: '#990000FF' + - uid: 41414 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-18.5 + rot: -1.5707963267948966 rad + pos: -43.5,70.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 28765 + color: '#990000FF' + - uid: 41415 components: - type: Transform - pos: -28.5,-20.5 + rot: -1.5707963267948966 rad + pos: -44.5,70.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28766 + - uid: 41416 components: - type: Transform - pos: -28.5,-21.5 + rot: -1.5707963267948966 rad + pos: -45.5,70.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28767 + - uid: 41419 components: - type: Transform - pos: -28.5,-22.5 + rot: 3.141592653589793 rad + pos: -48.5,73.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28768 + color: '#0055CCFF' + - uid: 41420 components: - type: Transform - pos: -28.5,-23.5 + rot: 3.141592653589793 rad + pos: -48.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28769 + color: '#0055CCFF' + - uid: 41421 components: - type: Transform - pos: -28.5,-24.5 + rot: 3.141592653589793 rad + pos: -48.5,75.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28770 + color: '#0055CCFF' + - uid: 41637 components: - type: Transform - pos: -29.5,-19.5 + rot: 3.141592653589793 rad + pos: -27.5,63.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28771 + - uid: 41639 components: - type: Transform - pos: -29.5,-20.5 + rot: 3.141592653589793 rad + pos: -27.5,64.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28772 + - uid: 41641 components: - type: Transform - pos: -29.5,-21.5 + rot: 3.141592653589793 rad + pos: -27.5,66.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28773 + - uid: 41643 components: - type: Transform - pos: -29.5,-22.5 + rot: 3.141592653589793 rad + pos: -27.5,68.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28774 + - uid: 41644 components: - type: Transform - pos: -28.5,-24.5 + rot: 3.141592653589793 rad + pos: -27.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 28931 + color: '#0055CCFF' + - uid: 41645 components: - type: Transform - pos: -32.5,26.5 + rot: 3.141592653589793 rad + pos: -27.5,70.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 29077 + color: '#0055CCFF' + - uid: 41647 components: - type: Transform - pos: -44.5,12.5 + rot: 3.141592653589793 rad + pos: -27.5,72.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 29081 + - uid: 41649 components: - type: Transform - pos: -53.5,40.5 + rot: 3.141592653589793 rad + pos: -27.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 29093 + color: '#0055CCFF' + - uid: 41650 components: - type: Transform - pos: -44.5,11.5 + rot: 3.141592653589793 rad + pos: -27.5,75.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 29125 + - uid: 41652 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,29.5 + pos: -27.5,77.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 29146 + color: '#0055CCFF' + - uid: 41654 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,35.5 + rot: 3.141592653589793 rad + pos: -27.5,79.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 29148 + - uid: 41655 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,35.5 + rot: 3.141592653589793 rad + pos: -27.5,80.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 29162 + - uid: 41656 components: - type: Transform - pos: -49.5,44.5 + rot: 3.141592653589793 rad + pos: -27.5,81.5 parent: 2 - - uid: 29255 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41659 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,33.5 + rot: 3.141592653589793 rad + pos: -25.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41660 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41661 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,67.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41662 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,68.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 29288 + - uid: 41663 components: - type: Transform rot: 3.141592653589793 rad - pos: -27.5,54.5 + pos: -25.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 29311 + color: '#990000FF' + - uid: 41664 components: - type: Transform - pos: 11.5,-20.5 + rot: 3.141592653589793 rad + pos: -25.5,70.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 29563 + - uid: 41666 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,33.5 + rot: 3.141592653589793 rad + pos: -25.5,72.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 29603 + - uid: 41667 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,33.5 + rot: 3.141592653589793 rad + pos: -25.5,73.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 29610 + - uid: 41668 components: - type: Transform - pos: 11.5,-17.5 + rot: 3.141592653589793 rad + pos: -25.5,74.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 29699 + - uid: 41669 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,33.5 + rot: 3.141592653589793 rad + pos: -25.5,75.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 29893 + - uid: 41672 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,53.5 + rot: 3.141592653589793 rad + pos: -25.5,78.5 parent: 2 - - uid: 29987 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41673 components: - type: Transform rot: 3.141592653589793 rad - pos: 73.5,34.5 + pos: -25.5,79.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 30262 + - uid: 41674 components: - type: Transform rot: 3.141592653589793 rad - pos: 10.5,16.5 + pos: -25.5,80.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 30410 + - uid: 41677 components: - type: Transform rot: 1.5707963267948966 rad - pos: 5.5,-36.5 + pos: -26.5,82.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 30517 + - uid: 41678 components: - type: Transform - rot: 3.141592653589793 rad - pos: -33.5,28.5 + rot: 1.5707963267948966 rad + pos: -25.5,82.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 30773 + - uid: 41679 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,30.5 + rot: 1.5707963267948966 rad + pos: -24.5,82.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 30774 + - uid: 41680 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,29.5 + rot: 1.5707963267948966 rad + pos: -23.5,82.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 30775 + color: '#0055CCFF' + - uid: 41682 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,29.5 + rot: 1.5707963267948966 rad + pos: -21.5,82.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 30776 + color: '#0055CCFF' + - uid: 41683 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,29.5 + rot: 1.5707963267948966 rad + pos: -20.5,82.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 30934 + color: '#0055CCFF' + - uid: 41684 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-3.5 + rot: 1.5707963267948966 rad + pos: -19.5,82.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 30965 + - uid: 41685 components: - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,-4.5 + rot: 1.5707963267948966 rad + pos: -18.5,82.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 31006 + - uid: 41688 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-3.5 + rot: 1.5707963267948966 rad + pos: -15.5,82.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 31110 + color: '#0055CCFF' + - uid: 41689 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,63.5 + rot: 1.5707963267948966 rad + pos: -14.5,82.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 31114 + color: '#0055CCFF' + - uid: 41690 components: - type: Transform - rot: 3.141592653589793 rad - pos: 26.5,8.5 + rot: 1.5707963267948966 rad + pos: -13.5,82.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 31122 + - uid: 41691 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,63.5 + rot: 1.5707963267948966 rad + pos: -12.5,82.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 31123 + color: '#0055CCFF' + - uid: 41692 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,63.5 + rot: 1.5707963267948966 rad + pos: -11.5,82.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 31124 + color: '#0055CCFF' + - uid: 41693 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,63.5 + rot: 1.5707963267948966 rad + pos: -10.5,82.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 31125 + color: '#0055CCFF' + - uid: 41695 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,63.5 + rot: 1.5707963267948966 rad + pos: -8.5,82.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 31126 + color: '#0055CCFF' + - uid: 41696 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,63.5 + rot: 1.5707963267948966 rad + pos: -7.5,82.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 31127 + color: '#0055CCFF' + - uid: 41697 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,63.5 + rot: 1.5707963267948966 rad + pos: -6.5,82.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 31128 + color: '#0055CCFF' + - uid: 41698 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,63.5 + rot: 1.5707963267948966 rad + pos: -5.5,82.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 31129 + color: '#0055CCFF' + - uid: 41699 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,63.5 + rot: 1.5707963267948966 rad + pos: -4.5,82.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 31131 + color: '#0055CCFF' + - uid: 41701 components: - type: Transform rot: -1.5707963267948966 rad - pos: -36.5,63.5 + pos: -1.5,81.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 31132 + - uid: 41702 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,63.5 + rot: 1.5707963267948966 rad + pos: -1.5,82.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 31133 + color: '#0055CCFF' + - uid: 41703 components: - type: Transform rot: 1.5707963267948966 rad - pos: 30.5,16.5 + pos: -0.5,82.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 31134 + - uid: 41704 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,63.5 + rot: 1.5707963267948966 rad + pos: -24.5,81.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 31135 + - uid: 41705 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,63.5 + rot: 1.5707963267948966 rad + pos: -23.5,81.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 31136 + - uid: 41706 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,63.5 + rot: 1.5707963267948966 rad + pos: -22.5,81.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 31138 + - uid: 41707 components: - type: Transform - rot: 3.141592653589793 rad - pos: 29.5,10.5 + rot: 1.5707963267948966 rad + pos: -21.5,81.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31140 + color: '#990000FF' + - uid: 41708 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,64.5 + rot: 1.5707963267948966 rad + pos: -20.5,81.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31141 + color: '#990000FF' + - uid: 41710 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,64.5 + rot: 1.5707963267948966 rad + pos: -18.5,81.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31142 + color: '#990000FF' + - uid: 41711 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,64.5 + rot: 1.5707963267948966 rad + pos: -17.5,81.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31143 + color: '#990000FF' + - uid: 41713 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,64.5 + rot: 1.5707963267948966 rad + pos: -15.5,81.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31144 + color: '#990000FF' + - uid: 41714 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,64.5 + rot: 1.5707963267948966 rad + pos: -14.5,81.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31145 + color: '#990000FF' + - uid: 41716 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,64.5 + rot: 1.5707963267948966 rad + pos: -12.5,81.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31146 + color: '#990000FF' + - uid: 41717 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,64.5 + rot: 1.5707963267948966 rad + pos: -11.5,81.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31148 + color: '#990000FF' + - uid: 41718 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,64.5 + rot: 1.5707963267948966 rad + pos: -10.5,81.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31149 + color: '#990000FF' + - uid: 41720 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,64.5 + rot: 1.5707963267948966 rad + pos: -8.5,81.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31150 + color: '#990000FF' + - uid: 41721 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,64.5 + rot: 1.5707963267948966 rad + pos: -7.5,81.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31152 + color: '#990000FF' + - uid: 41722 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,64.5 + rot: 1.5707963267948966 rad + pos: -6.5,81.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31153 + color: '#990000FF' + - uid: 41723 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,64.5 + rot: 1.5707963267948966 rad + pos: -5.5,81.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31154 + color: '#990000FF' + - uid: 41724 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,64.5 + rot: 1.5707963267948966 rad + pos: -4.5,81.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 31173 + color: '#990000FF' + - uid: 41726 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,60.5 + rot: -1.5707963267948966 rad + pos: -2.5,82.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 31179 + - uid: 41727 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,59.5 + rot: -1.5707963267948966 rad + pos: -2.5,81.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 31410 + - uid: 41728 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 7.5,-16.5 + rot: 1.5707963267948966 rad + pos: -0.5,81.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 31417 + - uid: 41729 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,51.5 + rot: 1.5707963267948966 rad + pos: 0.5,81.5 parent: 2 - type: AtmosPipeColor - color: '#947507FF' - - uid: 31598 + color: '#990000FF' + - uid: 41730 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,47.5 + rot: 1.5707963267948966 rad + pos: 1.5,81.5 parent: 2 - type: AtmosPipeColor - color: '#947507FF' - - uid: 31602 + color: '#990000FF' + - uid: 41755 components: - type: Transform rot: 3.141592653589793 rad - pos: -55.5,49.5 + pos: -17.5,83.5 parent: 2 - type: AtmosPipeColor - color: '#947507FF' - - uid: 31775 + color: '#0055CCFF' + - uid: 41756 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,65.5 + rot: 3.141592653589793 rad + pos: -17.5,84.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 31787 + - uid: 41757 components: - type: Transform - pos: -19.5,-24.5 + rot: 3.141592653589793 rad + pos: -17.5,85.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 31788 + color: '#0055CCFF' + - uid: 41758 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,16.5 + rot: 3.141592653589793 rad + pos: -17.5,86.5 parent: 2 - type: AtmosPipeColor - color: '#CCCCFFFF' - - uid: 31809 + color: '#0055CCFF' + - uid: 41759 components: - type: Transform rot: 3.141592653589793 rad - pos: -55.5,52.5 + pos: -13.5,82.5 parent: 2 - type: AtmosPipeColor - color: '#947507FF' - - uid: 31810 + color: '#990000FF' + - uid: 41760 components: - type: Transform rot: 3.141592653589793 rad - pos: -55.5,48.5 + pos: -13.5,83.5 parent: 2 - type: AtmosPipeColor - color: '#947507FF' - - uid: 31812 + color: '#990000FF' + - uid: 41761 components: - type: Transform - pos: -40.5,39.5 + rot: 3.141592653589793 rad + pos: -13.5,84.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 31853 + - uid: 41762 components: - type: Transform - pos: -59.5,54.5 + rot: 3.141592653589793 rad + pos: -13.5,85.5 parent: 2 - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 31854 + color: '#990000FF' + - uid: 41763 components: - type: Transform rot: 3.141592653589793 rad - pos: -55.5,46.5 + pos: -13.5,86.5 parent: 2 - type: AtmosPipeColor - color: '#947507FF' - - uid: 31887 + color: '#990000FF' + - uid: 41764 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -1.5,2.5 + rot: 3.141592653589793 rad + pos: -22.5,83.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 32089 + - uid: 41765 components: - type: Transform - pos: 43.5,-32.5 + rot: 3.141592653589793 rad + pos: -22.5,84.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 32096 + - uid: 41766 components: - type: Transform - pos: 43.5,-29.5 + rot: 3.141592653589793 rad + pos: -19.5,82.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 32098 + color: '#990000FF' + - uid: 41767 components: - type: Transform - pos: 12.5,17.5 + rot: 3.141592653589793 rad + pos: -19.5,83.5 parent: 2 - type: AtmosPipeColor - color: '#CCCCFFFF' - - uid: 32267 + color: '#990000FF' + - uid: 41768 components: - type: Transform - pos: -41.5,39.5 + rot: 3.141592653589793 rad + pos: -19.5,84.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 32363 + - uid: 41773 components: - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,17.5 + rot: -1.5707963267948966 rad + pos: -28.5,82.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 32516 + - uid: 41774 components: - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,18.5 + rot: -1.5707963267948966 rad + pos: -26.5,81.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 32616 + color: '#990000FF' + - uid: 41775 components: - type: Transform - pos: -57.5,50.5 + rot: -1.5707963267948966 rad + pos: -27.5,81.5 parent: 2 - type: AtmosPipeColor - color: '#FF5555FF' - - uid: 32623 + color: '#990000FF' + - uid: 41778 components: - type: Transform - pos: -59.5,55.5 + pos: -28.5,82.5 parent: 2 - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 32625 + color: '#990000FF' + - uid: 41780 components: - type: Transform - pos: -59.5,56.5 + pos: -28.5,84.5 parent: 2 - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 32627 + color: '#990000FF' + - uid: 41782 components: - type: Transform - pos: -59.5,57.5 + pos: -28.5,86.5 parent: 2 - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 32631 + color: '#990000FF' + - uid: 41783 components: - type: Transform - pos: -59.5,59.5 + pos: -28.5,87.5 parent: 2 - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 32639 + color: '#990000FF' + - uid: 41784 components: - type: Transform - pos: -59.5,58.5 + pos: -29.5,83.5 parent: 2 - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 32686 + color: '#0055CCFF' + - uid: 41785 components: - type: Transform - pos: -62.5,53.5 + pos: -29.5,84.5 parent: 2 - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 33001 + color: '#0055CCFF' + - uid: 41788 components: - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,37.5 + pos: -29.5,87.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33002 + - uid: 41789 components: - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,36.5 + pos: -29.5,88.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33013 + - uid: 41791 components: - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,35.5 + pos: -29.5,80.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33123 + - uid: 41792 components: - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,34.5 + pos: -29.5,79.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33124 + - uid: 41795 components: - type: Transform - rot: 3.141592653589793 rad - pos: 72.5,38.5 + pos: -28.5,80.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33125 + color: '#990000FF' + - uid: 41797 components: - type: Transform - pos: 73.5,38.5 + pos: -28.5,78.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33126 + - uid: 41804 components: - type: Transform rot: 3.141592653589793 rad - pos: 73.5,36.5 + pos: -29.5,76.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33127 + - uid: 41805 components: - type: Transform - rot: 3.141592653589793 rad - pos: 73.5,35.5 + rot: 1.5707963267948966 rad + pos: -30.5,75.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33128 + - uid: 41818 components: - type: Transform - rot: 3.141592653589793 rad - pos: 73.5,37.5 + rot: 1.5707963267948966 rad + pos: -30.5,81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41819 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,79.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33129 + - uid: 41820 components: - type: Transform - rot: 3.141592653589793 rad - pos: 73.5,33.5 + rot: 1.5707963267948966 rad + pos: -30.5,79.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33130 + - uid: 41821 components: - type: Transform - pos: 72.5,39.5 + rot: 1.5707963267948966 rad + pos: -29.5,83.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33134 + color: '#990000FF' + - uid: 41822 components: - type: Transform rot: 1.5707963267948966 rad - pos: 72.5,39.5 + pos: -30.5,83.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33135 + - uid: 41823 components: - type: Transform rot: 1.5707963267948966 rad - pos: 73.5,40.5 + pos: -30.5,85.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33136 + - uid: 41824 components: - type: Transform rot: 1.5707963267948966 rad - pos: 74.5,40.5 + pos: -28.5,86.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33137 + - uid: 41825 components: - type: Transform rot: 1.5707963267948966 rad - pos: 75.5,40.5 + pos: -27.5,86.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33139 + - uid: 41826 components: - type: Transform rot: 1.5707963267948966 rad - pos: 77.5,40.5 + pos: -26.5,86.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33140 + - uid: 41827 components: - type: Transform rot: 1.5707963267948966 rad - pos: 78.5,40.5 + pos: -27.5,85.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33141 + color: '#990000FF' + - uid: 41828 components: - type: Transform rot: 1.5707963267948966 rad - pos: 79.5,40.5 + pos: -26.5,85.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33143 + color: '#990000FF' + - uid: 41829 components: - type: Transform rot: 1.5707963267948966 rad - pos: 81.5,40.5 + pos: -27.5,88.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41830 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,88.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,89.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33144 + - uid: 41832 components: - type: Transform rot: 1.5707963267948966 rad - pos: 82.5,40.5 + pos: -27.5,89.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33145 + - uid: 41833 components: - type: Transform rot: 1.5707963267948966 rad - pos: 82.5,39.5 + pos: -26.5,89.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 33146 + color: '#0055CCFF' + - uid: 41834 components: - type: Transform rot: 1.5707963267948966 rad - pos: 81.5,39.5 + pos: -30.5,89.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 33147 + color: '#0055CCFF' + - uid: 41837 components: - type: Transform rot: 1.5707963267948966 rad - pos: 80.5,39.5 + pos: -29.5,88.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33148 + - uid: 42100 components: - type: Transform rot: 1.5707963267948966 rad - pos: 79.5,39.5 + pos: -23.5,71.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33149 + - uid: 42101 components: - type: Transform rot: 1.5707963267948966 rad - pos: 78.5,39.5 + pos: -26.5,73.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 33151 + color: '#0055CCFF' + - uid: 42102 components: - type: Transform rot: 1.5707963267948966 rad - pos: 76.5,39.5 + pos: -25.5,73.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 33152 + color: '#0055CCFF' + - uid: 42103 components: - type: Transform rot: 1.5707963267948966 rad - pos: 75.5,39.5 + pos: -24.5,73.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 33153 + color: '#0055CCFF' + - uid: 42104 components: - type: Transform rot: 1.5707963267948966 rad - pos: 74.5,39.5 + pos: -23.5,73.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 33155 + color: '#0055CCFF' + - uid: 42112 components: - type: Transform rot: 3.141592653589793 rad - pos: 77.5,40.5 + pos: -42.5,64.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33156 + - uid: 42113 components: - type: Transform rot: 3.141592653589793 rad - pos: 77.5,41.5 + pos: -43.5,65.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 33157 + color: '#0055CCFF' + - uid: 42116 components: - type: Transform - rot: 3.141592653589793 rad - pos: 77.5,42.5 + rot: -1.5707963267948966 rad + pos: -43.5,65.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33158 + - uid: 42127 components: - type: Transform rot: 3.141592653589793 rad - pos: 77.5,43.5 + pos: -30.5,65.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33159 + - uid: 42128 components: - type: Transform rot: 3.141592653589793 rad - pos: 77.5,44.5 + pos: -30.5,66.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33160 + - uid: 42129 components: - type: Transform rot: 3.141592653589793 rad - pos: 77.5,45.5 + pos: -30.5,67.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33161 + - uid: 42130 components: - type: Transform rot: 3.141592653589793 rad - pos: 77.5,46.5 + pos: -32.5,66.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 33162 + color: '#0055CCFF' + - uid: 42131 components: - type: Transform rot: 3.141592653589793 rad - pos: 77.5,47.5 + pos: -32.5,67.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42133 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,63.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33163 + - uid: 42140 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,41.5 + rot: -1.5707963267948966 rad + pos: -28.5,60.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33164 + - uid: 42141 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,42.5 + rot: -1.5707963267948966 rad + pos: -26.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33165 + color: '#990000FF' + - uid: 42142 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,43.5 + rot: -1.5707963267948966 rad + pos: -27.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33166 + color: '#990000FF' + - uid: 42143 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,44.5 + rot: -1.5707963267948966 rad + pos: -28.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33167 + color: '#990000FF' + - uid: 42174 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,45.5 + rot: -1.5707963267948966 rad + pos: 1.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33168 + color: '#990000FF' + - uid: 42175 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,46.5 + rot: -1.5707963267948966 rad + pos: 0.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33169 + color: '#990000FF' + - uid: 42186 components: - type: Transform - rot: 3.141592653589793 rad - pos: 76.5,47.5 + rot: -1.5707963267948966 rad + pos: 4.5,81.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33170 + color: '#990000FF' + - uid: 42187 components: - type: Transform - pos: 76.5,48.5 + rot: -1.5707963267948966 rad + pos: 1.5,82.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33171 + - uid: 42188 components: - type: Transform - pos: 77.5,48.5 + rot: -1.5707963267948966 rad + pos: 2.5,82.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 33185 + color: '#0055CCFF' + - uid: 42189 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 68.5,52.5 + rot: -1.5707963267948966 rad + pos: 3.5,82.5 parent: 2 - - uid: 33188 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42190 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 85.5,48.5 + rot: -1.5707963267948966 rad + pos: 4.5,82.5 parent: 2 - - uid: 33189 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42587 components: - type: Transform rot: 3.141592653589793 rad - pos: 59.5,54.5 + pos: -12.5,49.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33190 + - uid: 42588 components: - type: Transform rot: 3.141592653589793 rad - pos: 59.5,55.5 + pos: -12.5,50.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33191 + - uid: 42590 components: - type: Transform rot: 3.141592653589793 rad - pos: 59.5,56.5 + pos: -12.5,52.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33192 + - uid: 42591 components: - type: Transform rot: 3.141592653589793 rad - pos: 59.5,57.5 + pos: -12.5,53.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33193 + - uid: 42592 components: - type: Transform rot: 3.141592653589793 rad - pos: 59.5,58.5 + pos: -12.5,54.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33194 + - uid: 42593 components: - type: Transform rot: 3.141592653589793 rad - pos: 59.5,59.5 + pos: -12.5,55.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33195 + - uid: 42594 components: - type: Transform rot: 3.141592653589793 rad - pos: 57.5,55.5 + pos: -12.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33196 + color: '#990000FF' + - uid: 42596 components: - type: Transform rot: 3.141592653589793 rad - pos: 57.5,56.5 + pos: -12.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33197 + color: '#990000FF' + - uid: 42599 components: - type: Transform rot: 3.141592653589793 rad - pos: 57.5,57.5 + pos: -13.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33198 + color: '#990000FF' + - uid: 42600 components: - type: Transform rot: 3.141592653589793 rad - pos: 57.5,58.5 + pos: -13.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33199 + color: '#990000FF' + - uid: 42602 components: - type: Transform rot: 3.141592653589793 rad - pos: 57.5,59.5 + pos: -13.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33200 + color: '#990000FF' + - uid: 42603 components: - type: Transform rot: 3.141592653589793 rad - pos: 57.5,60.5 + pos: -13.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33205 + color: '#990000FF' + - uid: 42604 components: - type: Transform rot: 3.141592653589793 rad - pos: 59.5,60.5 + pos: -13.5,65.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33208 + - uid: 42605 components: - type: Transform - pos: 57.5,62.5 + rot: 3.141592653589793 rad + pos: -13.5,66.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33209 + color: '#990000FF' + - uid: 42607 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,63.5 + rot: 1.5707963267948966 rad + pos: -12.5,67.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33210 + color: '#990000FF' + - uid: 42608 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,63.5 + rot: 1.5707963267948966 rad + pos: -11.5,67.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33211 + color: '#990000FF' + - uid: 42609 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,63.5 + rot: 1.5707963267948966 rad + pos: -10.5,67.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33216 + color: '#990000FF' + - uid: 42610 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 66.5,62.5 + rot: 1.5707963267948966 rad + pos: -9.5,67.5 parent: 2 - - uid: 33217 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42613 components: - type: Transform rot: 1.5707963267948966 rad - pos: 86.5,48.5 + pos: -6.5,67.5 parent: 2 - - uid: 33218 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42614 components: - type: Transform rot: 1.5707963267948966 rad - pos: 87.5,48.5 + pos: -5.5,67.5 parent: 2 - - uid: 33219 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42615 components: - type: Transform rot: 1.5707963267948966 rad - pos: 86.5,49.5 + pos: -4.5,67.5 parent: 2 - - uid: 33220 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42616 components: - type: Transform rot: 1.5707963267948966 rad - pos: 87.5,49.5 + pos: -3.5,67.5 parent: 2 - - uid: 33221 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42619 components: - type: Transform rot: 1.5707963267948966 rad - pos: 88.5,49.5 + pos: -0.5,67.5 parent: 2 - - uid: 33224 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42620 components: - type: Transform - pos: 92.5,61.5 + rot: 1.5707963267948966 rad + pos: 0.5,67.5 parent: 2 - - uid: 33225 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42621 components: - type: Transform - pos: 93.5,61.5 + rot: 1.5707963267948966 rad + pos: 1.5,67.5 parent: 2 - - uid: 33228 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42622 components: - type: Transform - pos: 93.5,57.5 + rot: -1.5707963267948966 rad + pos: -0.5,69.5 parent: 2 - - uid: 33230 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42623 components: - type: Transform - pos: 92.5,52.5 + rot: -1.5707963267948966 rad + pos: -1.5,69.5 parent: 2 - - uid: 33231 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42624 components: - type: Transform - rot: 3.141592653589793 rad - pos: 92.5,50.5 + rot: -1.5707963267948966 rad + pos: -2.5,69.5 parent: 2 - - uid: 33232 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42625 components: - type: Transform - rot: 3.141592653589793 rad - pos: 92.5,51.5 + rot: -1.5707963267948966 rad + pos: -3.5,69.5 parent: 2 - - uid: 33233 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42627 components: - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,14.5 + rot: -1.5707963267948966 rad + pos: -5.5,69.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33235 + - uid: 42628 components: - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,15.5 + rot: -1.5707963267948966 rad + pos: -6.5,69.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33236 + - uid: 42629 components: - type: Transform - rot: 3.141592653589793 rad - pos: 85.5,18.5 + rot: -1.5707963267948966 rad + pos: -7.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 33239 + color: '#0055CCFF' + - uid: 42630 components: - type: Transform - rot: 3.141592653589793 rad - pos: 86.5,16.5 + rot: -1.5707963267948966 rad + pos: -8.5,69.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33240 + - uid: 42631 components: - type: Transform - rot: 3.141592653589793 rad - pos: 85.5,17.5 + rot: -1.5707963267948966 rad + pos: -9.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 33241 + color: '#0055CCFF' + - uid: 42633 components: - type: Transform - rot: 3.141592653589793 rad - pos: 85.5,16.5 + rot: -1.5707963267948966 rad + pos: -11.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 33242 + color: '#0055CCFF' + - uid: 42634 components: - type: Transform - rot: 3.141592653589793 rad - pos: 85.5,15.5 + rot: -1.5707963267948966 rad + pos: -12.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 33247 + color: '#0055CCFF' + - uid: 42635 components: - type: Transform - pos: 84.5,13.5 + rot: -1.5707963267948966 rad + pos: -13.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 33248 + color: '#0055CCFF' + - uid: 42636 components: - type: Transform - pos: 84.5,12.5 + rot: -1.5707963267948966 rad + pos: -14.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 33249 + color: '#0055CCFF' + - uid: 42638 components: - type: Transform - pos: 84.5,11.5 + rot: -1.5707963267948966 rad + pos: -16.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 33250 + color: '#0055CCFF' + - uid: 42639 components: - type: Transform - pos: 84.5,10.5 + rot: -1.5707963267948966 rad + pos: -17.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 33252 + color: '#0055CCFF' + - uid: 42640 components: - type: Transform - pos: 84.5,8.5 + rot: -1.5707963267948966 rad + pos: -14.5,67.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33253 + - uid: 42641 components: - type: Transform - pos: 85.5,12.5 + rot: -1.5707963267948966 rad + pos: -15.5,67.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33254 + color: '#990000FF' + - uid: 42642 components: - type: Transform - pos: 85.5,11.5 + rot: -1.5707963267948966 rad + pos: -16.5,67.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33256 + color: '#990000FF' + - uid: 42645 components: - type: Transform - pos: 85.5,9.5 + pos: -18.5,68.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33257 + - uid: 42646 components: - type: Transform - pos: 85.5,8.5 + pos: -18.5,67.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33260 + - uid: 42649 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 86.5,10.5 + rot: 3.141592653589793 rad + pos: -17.5,68.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33261 + color: '#990000FF' + - uid: 42650 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 87.5,10.5 + rot: 3.141592653589793 rad + pos: -17.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33262 + color: '#990000FF' + - uid: 42651 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 88.5,10.5 + rot: 3.141592653589793 rad + pos: -15.5,68.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33263 + - uid: 42652 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 89.5,10.5 + rot: 3.141592653589793 rad + pos: -15.5,67.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33264 + - uid: 42653 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 90.5,10.5 + rot: 3.141592653589793 rad + pos: -15.5,66.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33265 + - uid: 42654 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 85.5,9.5 + rot: 3.141592653589793 rad + pos: -15.5,65.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 33266 + color: '#0055CCFF' + - uid: 42655 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 86.5,9.5 + rot: 3.141592653589793 rad + pos: -15.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 33267 + color: '#0055CCFF' + - uid: 42656 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 87.5,9.5 + rot: 3.141592653589793 rad + pos: -15.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 33268 + color: '#0055CCFF' + - uid: 42660 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 88.5,9.5 + pos: -15.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 33269 + color: '#0055CCFF' + - uid: 42661 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 89.5,9.5 + pos: -14.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 33270 + color: '#0055CCFF' + - uid: 42663 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 90.5,9.5 + pos: -14.5,57.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 33271 + color: '#0055CCFF' + - uid: 42664 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 91.5,9.5 + pos: -14.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 33275 + color: '#0055CCFF' + - uid: 42665 components: - type: Transform - rot: 3.141592653589793 rad - pos: 92.5,10.5 + pos: -14.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 33277 + color: '#0055CCFF' + - uid: 42667 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 92.5,10.5 + pos: -14.5,53.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33278 + - uid: 42668 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 93.5,10.5 + pos: -14.5,52.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33279 + - uid: 42670 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 94.5,10.5 + pos: -14.5,50.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33282 + - uid: 42672 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 99.5,10.5 + pos: -14.5,48.5 parent: 2 - - uid: 33283 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42673 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 100.5,10.5 + pos: -14.5,47.5 parent: 2 - - uid: 33691 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42682 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,50.5 + rot: 1.5707963267948966 rad + pos: -13.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 33696 + color: '#0055CCFF' + - uid: 42683 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,51.5 + rot: 1.5707963267948966 rad + pos: -12.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 33712 + color: '#0055CCFF' + - uid: 42684 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,50.5 + rot: 1.5707963267948966 rad + pos: -11.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#947507FF' - - uid: 33717 + color: '#0055CCFF' + - uid: 42686 components: - type: Transform rot: 1.5707963267948966 rad - pos: -50.5,44.5 + pos: -9.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#CC00CCFF' - - uid: 33750 + color: '#0055CCFF' + - uid: 42687 components: - type: Transform - pos: 2.5,-43.5 + rot: 1.5707963267948966 rad + pos: -8.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 33751 + color: '#0055CCFF' + - uid: 42688 components: - type: Transform - pos: 2.5,-42.5 + rot: 1.5707963267948966 rad + pos: -7.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 33752 + color: '#0055CCFF' + - uid: 42689 components: - type: Transform - pos: 2.5,-41.5 + rot: 1.5707963267948966 rad + pos: -11.5,48.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33753 + - uid: 42690 components: - type: Transform - pos: 2.5,-40.5 + rot: 1.5707963267948966 rad + pos: -10.5,48.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33754 + - uid: 42691 components: - type: Transform - pos: 2.5,-39.5 + rot: 1.5707963267948966 rad + pos: -9.5,48.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33755 + - uid: 42693 components: - type: Transform - pos: 0.5,-43.5 + rot: 1.5707963267948966 rad + pos: -7.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 33756 + color: '#990000FF' + - uid: 42696 components: - type: Transform - pos: 0.5,-42.5 + pos: -10.5,48.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33757 + - uid: 42700 components: - type: Transform - pos: 0.5,-41.5 + rot: 1.5707963267948966 rad + pos: -12.5,46.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33758 + - uid: 42701 components: - type: Transform - pos: 0.5,-40.5 + rot: 1.5707963267948966 rad + pos: -11.5,46.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33759 + - uid: 42702 components: - type: Transform - pos: 0.5,-39.5 + rot: 1.5707963267948966 rad + pos: -10.5,46.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33886 + - uid: 42703 components: - type: Transform rot: 1.5707963267948966 rad - pos: -71.5,1.5 + pos: -9.5,46.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33887 - components: - - type: Transform - pos: 46.5,20.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 33888 + - uid: 42704 components: - type: Transform rot: 1.5707963267948966 rad - pos: -70.5,1.5 + pos: -8.5,46.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33889 + - uid: 42705 components: - type: Transform rot: 1.5707963267948966 rad - pos: -69.5,1.5 + pos: -7.5,46.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33891 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 28.5,8.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 33924 - components: - - type: Transform - pos: -46.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 33926 + - uid: 42706 components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,15.5 + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33946 + - uid: 42707 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,19.5 + rot: 1.5707963267948966 rad + pos: -10.5,45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33967 + - uid: 42708 components: - type: Transform rot: 1.5707963267948966 rad - pos: -67.5,-0.5 + pos: -9.5,45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33968 + - uid: 42709 components: - type: Transform rot: 1.5707963267948966 rad - pos: -66.5,-0.5 + pos: -8.5,45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33969 + - uid: 42710 components: - type: Transform rot: 1.5707963267948966 rad - pos: -65.5,-0.5 + pos: -7.5,45.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33970 + - uid: 42713 components: - type: Transform - pos: -64.5,0.5 + rot: 3.141592653589793 rad + pos: -17.5,70.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 33993 + - uid: 42714 components: - type: Transform - pos: -64.5,1.5 + rot: 3.141592653589793 rad + pos: -17.5,71.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 34013 + - uid: 42715 components: - type: Transform - pos: -64.5,2.5 + rot: 3.141592653589793 rad + pos: -17.5,72.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 34014 + - uid: 42717 components: - type: Transform - pos: -64.5,3.5 + rot: 3.141592653589793 rad + pos: -17.5,74.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 34032 + - uid: 42718 components: - type: Transform - pos: -64.5,4.5 + rot: 3.141592653589793 rad + pos: -17.5,75.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 34036 + - uid: 42719 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,45.5 + rot: 3.141592653589793 rad + pos: -18.5,70.5 parent: 2 - type: AtmosPipeColor - color: '#947507FF' - - uid: 34048 + color: '#0055CCFF' + - uid: 42720 components: - type: Transform rot: 3.141592653589793 rad - pos: 10.5,17.5 + pos: -18.5,71.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 34061 + color: '#0055CCFF' + - uid: 42721 components: - type: Transform rot: 3.141592653589793 rad - pos: 21.5,16.5 + pos: -18.5,72.5 parent: 2 - type: AtmosPipeColor - color: '#CCCCFFFF' - - uid: 34070 + color: '#0055CCFF' + - uid: 42722 components: - type: Transform - pos: -57.5,51.5 + rot: 3.141592653589793 rad + pos: -18.5,73.5 parent: 2 - type: AtmosPipeColor - color: '#FF5555FF' - - uid: 34111 + color: '#0055CCFF' + - uid: 42724 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,54.5 + rot: 3.141592653589793 rad + pos: -18.5,75.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 34112 + color: '#0055CCFF' + - uid: 42727 components: - type: Transform rot: 1.5707963267948966 rad - pos: -27.5,54.5 + pos: -17.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 34113 + color: '#0055CCFF' + - uid: 42728 components: - type: Transform rot: 1.5707963267948966 rad - pos: -28.5,54.5 + pos: -16.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 34115 + color: '#0055CCFF' + - uid: 42729 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,47.5 + rot: 1.5707963267948966 rad + pos: -15.5,74.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 34116 + - uid: 42730 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,45.5 + rot: 1.5707963267948966 rad + pos: -14.5,74.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 34117 + color: '#0055CCFF' + - uid: 42731 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,46.5 + rot: 1.5707963267948966 rad + pos: -16.5,73.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 34119 + - uid: 42732 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,47.5 + rot: 1.5707963267948966 rad + pos: -15.5,73.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 34124 + - uid: 42733 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,45.5 + rot: 1.5707963267948966 rad + pos: -14.5,73.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 34125 + - uid: 42734 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,46.5 + rot: 1.5707963267948966 rad + pos: -13.5,73.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 34126 + - uid: 42737 components: - type: Transform rot: 3.141592653589793 rad - pos: -17.5,47.5 + pos: -13.5,75.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 34168 + color: '#0055CCFF' + - uid: 42738 components: - type: Transform rot: 3.141592653589793 rad - pos: 78.5,-0.5 + pos: -13.5,76.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 34169 + - uid: 42739 components: - type: Transform rot: 3.141592653589793 rad - pos: 78.5,0.5 + pos: -13.5,77.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 34170 + - uid: 42740 components: - type: Transform rot: 3.141592653589793 rad - pos: 78.5,1.5 + pos: -13.5,78.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 34171 + - uid: 42741 components: - type: Transform - pos: 80.5,2.5 + rot: 3.141592653589793 rad + pos: -12.5,74.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 34188 + - uid: 42742 components: - type: Transform - pos: -64.5,5.5 + rot: 3.141592653589793 rad + pos: -12.5,75.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 34189 + - uid: 42743 components: - type: Transform - pos: -64.5,6.5 + rot: 3.141592653589793 rad + pos: -12.5,76.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 34348 + - uid: 42744 components: - type: Transform - pos: -55.5,54.5 + rot: 3.141592653589793 rad + pos: -12.5,77.5 parent: 2 - type: AtmosPipeColor - color: '#947507FF' - - uid: 34407 + color: '#990000FF' + - uid: 42747 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,47.5 + rot: 1.5707963267948966 rad + pos: -11.5,78.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34420 + color: '#990000FF' + - uid: 42748 components: - type: Transform - pos: -54.5,54.5 + rot: 1.5707963267948966 rad + pos: -10.5,78.5 parent: 2 - - uid: 34423 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42749 components: - type: Transform rot: 1.5707963267948966 rad - pos: -44.5,44.5 + pos: -9.5,78.5 parent: 2 - type: AtmosPipeColor - color: '#CC00CCFF' - - uid: 34424 + color: '#990000FF' + - uid: 42750 components: - type: Transform rot: 1.5707963267948966 rad - pos: -45.5,44.5 + pos: -8.5,78.5 parent: 2 - type: AtmosPipeColor - color: '#CC00CCFF' - - uid: 34500 + color: '#990000FF' + - uid: 42751 components: - type: Transform - pos: -59.5,47.5 + rot: 1.5707963267948966 rad + pos: -7.5,78.5 parent: 2 - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 34502 + color: '#990000FF' + - uid: 42752 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,44.5 + rot: 1.5707963267948966 rad + pos: -6.5,78.5 parent: 2 - - uid: 34503 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42753 components: - type: Transform rot: 1.5707963267948966 rad - pos: -47.5,44.5 + pos: -5.5,78.5 parent: 2 - type: AtmosPipeColor - color: '#CC00CCFF' - - uid: 34504 + color: '#990000FF' + - uid: 42754 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,45.5 + rot: 1.5707963267948966 rad + pos: -4.5,78.5 parent: 2 - - uid: 34506 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42756 components: - type: Transform - pos: -49.5,45.5 + rot: 1.5707963267948966 rad + pos: -2.5,78.5 parent: 2 - - uid: 34508 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42757 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,45.5 + rot: 1.5707963267948966 rad + pos: -1.5,78.5 parent: 2 - - uid: 34510 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42758 components: - type: Transform rot: 1.5707963267948966 rad - pos: -48.5,44.5 + pos: -0.5,78.5 parent: 2 - type: AtmosPipeColor - color: '#CC00CCFF' - - uid: 34523 + color: '#990000FF' + - uid: 42759 components: - type: Transform - pos: -62.5,52.5 + rot: 1.5707963267948966 rad + pos: 0.5,78.5 parent: 2 - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 34524 + color: '#990000FF' + - uid: 42760 components: - type: Transform - pos: -62.5,51.5 + rot: 1.5707963267948966 rad + pos: 1.5,78.5 parent: 2 - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 34525 + color: '#990000FF' + - uid: 42761 components: - type: Transform - pos: -62.5,50.5 + rot: 1.5707963267948966 rad + pos: -12.5,79.5 parent: 2 - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 34526 + color: '#0055CCFF' + - uid: 42762 components: - type: Transform - pos: -62.5,49.5 + rot: 1.5707963267948966 rad + pos: -11.5,79.5 parent: 2 - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 34527 + color: '#0055CCFF' + - uid: 42763 components: - type: Transform - pos: -62.5,48.5 + rot: 1.5707963267948966 rad + pos: -10.5,79.5 parent: 2 - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 34528 + color: '#0055CCFF' + - uid: 42764 components: - type: Transform - pos: -62.5,47.5 + rot: 1.5707963267948966 rad + pos: -9.5,79.5 parent: 2 - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 34530 + color: '#0055CCFF' + - uid: 42765 components: - type: Transform rot: 1.5707963267948966 rad - pos: -61.5,46.5 + pos: -8.5,79.5 parent: 2 - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 34531 + color: '#0055CCFF' + - uid: 42766 components: - type: Transform rot: 1.5707963267948966 rad - pos: -60.5,46.5 + pos: -7.5,79.5 parent: 2 - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 34534 + color: '#0055CCFF' + - uid: 42767 components: - type: Transform rot: 1.5707963267948966 rad - pos: -56.5,46.5 + pos: -6.5,79.5 parent: 2 - type: AtmosPipeColor - color: '#FF5555FF' - - uid: 34535 + color: '#0055CCFF' + - uid: 42768 components: - type: Transform rot: 1.5707963267948966 rad - pos: -55.5,46.5 + pos: -5.5,79.5 parent: 2 - type: AtmosPipeColor - color: '#FF5555FF' - - uid: 34536 + color: '#0055CCFF' + - uid: 42769 components: - type: Transform - pos: -54.5,47.5 + rot: 1.5707963267948966 rad + pos: -4.5,79.5 parent: 2 - type: AtmosPipeColor - color: '#FF5555FF' - - uid: 34537 + color: '#0055CCFF' + - uid: 42770 components: - type: Transform - pos: -54.5,48.5 + rot: 1.5707963267948966 rad + pos: -3.5,79.5 parent: 2 - type: AtmosPipeColor - color: '#FF5555FF' - - uid: 34538 + color: '#0055CCFF' + - uid: 42771 components: - type: Transform - pos: -54.5,49.5 + rot: 1.5707963267948966 rad + pos: -2.5,79.5 parent: 2 - type: AtmosPipeColor - color: '#FF5555FF' - - uid: 34539 + color: '#0055CCFF' + - uid: 42773 components: - type: Transform - pos: -54.5,50.5 + rot: 1.5707963267948966 rad + pos: -0.5,79.5 parent: 2 - type: AtmosPipeColor - color: '#FF5555FF' - - uid: 34540 + color: '#0055CCFF' + - uid: 42778 components: - type: Transform - pos: -54.5,51.5 + rot: 3.141592653589793 rad + pos: -2.5,68.5 parent: 2 - type: AtmosPipeColor - color: '#FF5555FF' - - uid: 34682 + color: '#990000FF' + - uid: 42779 components: - type: Transform - pos: 75.5,-3.5 + rot: 3.141592653589793 rad + pos: -2.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 34959 + color: '#990000FF' + - uid: 42780 components: - type: Transform rot: 3.141592653589793 rad - pos: 28.5,7.5 + pos: -2.5,70.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 35748 + - uid: 42781 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,7.5 + rot: 3.141592653589793 rad + pos: -4.5,70.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 35767 + - uid: 42784 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,15.5 + pos: -2.5,65.5 parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 35770 + - uid: 42785 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,13.5 + pos: -2.5,64.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 35771 + - uid: 42786 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,13.5 + pos: -2.5,63.5 parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 35796 + - uid: 42787 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 13.5,13.5 + pos: -2.5,62.5 + parent: 2 + - uid: 42789 + components: + - type: Transform + pos: -4.5,67.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 35797 + color: '#0055CCFF' + - uid: 42790 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,13.5 + pos: -4.5,66.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 35805 + color: '#0055CCFF' + - uid: 42791 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,16.5 + pos: -4.5,65.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 35806 + - uid: 42792 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,17.5 + pos: -4.5,64.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 35807 + - uid: 42793 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,17.5 + pos: -4.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 35808 + color: '#0055CCFF' + - uid: 42794 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,16.5 + pos: -4.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 35811 + color: '#0055CCFF' + - uid: 42799 components: - type: Transform rot: 3.141592653589793 rad - pos: 15.5,14.5 + pos: -8.5,66.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 35813 + - uid: 42800 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 25.5,42.5 + rot: 3.141592653589793 rad + pos: -8.5,65.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 35837 + - uid: 42801 components: - type: Transform rot: 3.141592653589793 rad - pos: 15.5,15.5 + pos: -8.5,64.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 36061 + - uid: 42802 components: - type: Transform rot: 3.141592653589793 rad - pos: -24.5,27.5 + pos: -8.5,63.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 36062 + - uid: 42803 components: - type: Transform rot: 3.141592653589793 rad - pos: -24.5,26.5 + pos: -8.5,62.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 36063 + - uid: 42805 components: - type: Transform rot: 3.141592653589793 rad - pos: -26.5,29.5 + pos: -10.5,67.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 36064 + - uid: 42806 components: - type: Transform rot: 3.141592653589793 rad - pos: -26.5,28.5 + pos: -10.5,66.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 36065 + - uid: 42807 components: - type: Transform rot: 3.141592653589793 rad - pos: -26.5,27.5 + pos: -10.5,65.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 36066 + - uid: 42808 components: - type: Transform rot: 3.141592653589793 rad - pos: -26.5,26.5 + pos: -10.5,64.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 36067 + - uid: 42809 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,27.5 + pos: -10.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 36068 + color: '#0055CCFF' + - uid: 42810 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,26.5 + pos: -10.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 36069 + color: '#0055CCFF' + - uid: 42811 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,29.5 + pos: -10.5,70.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 36070 + - uid: 42812 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,28.5 + pos: -8.5,68.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 36071 + color: '#990000FF' + - uid: 42813 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,27.5 + pos: -8.5,69.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 36072 + color: '#990000FF' + - uid: 42814 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,26.5 + pos: -8.5,70.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 36179 + color: '#990000FF' + - uid: 42827 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,-3.5 + rot: 3.141592653589793 rad + pos: -7.5,68.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 36380 + - uid: 42828 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,-33.5 + rot: 3.141592653589793 rad + pos: -1.5,68.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 36579 + color: '#990000FF' + - uid: 42847 components: - type: Transform rot: 1.5707963267948966 rad - pos: 70.5,81.5 - parent: 2 - - uid: 36582 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 76.5,81.5 - parent: 2 - - uid: 36583 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 75.5,81.5 - parent: 2 - - uid: 36586 - components: - - type: Transform - pos: 69.5,82.5 + pos: -13.5,58.5 parent: 2 - - uid: 36660 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42848 components: - type: Transform - pos: 10.5,-17.5 + rot: 1.5707963267948966 rad + pos: -12.5,58.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 36733 + - uid: 42849 components: - type: Transform - pos: 11.5,-18.5 + rot: 1.5707963267948966 rad + pos: -11.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 36734 + color: '#0055CCFF' + - uid: 42850 components: - type: Transform - pos: 10.5,-20.5 + rot: 1.5707963267948966 rad + pos: -10.5,58.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 36891 + - uid: 42851 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,4.5 + rot: 1.5707963267948966 rad + pos: -11.5,57.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 37012 + - uid: 42852 components: - type: Transform rot: 1.5707963267948966 rad - pos: 78.5,-3.5 + pos: -10.5,57.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 37194 + - uid: 42853 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,4.5 + rot: 1.5707963267948966 rad + pos: -10.5,52.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 37203 + color: '#990000FF' + - uid: 42854 components: - type: Transform rot: 1.5707963267948966 rad - pos: 49.5,-33.5 + pos: -13.5,54.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 37370 + - uid: 42855 components: - type: Transform - rot: 3.141592653589793 rad - pos: 12.5,5.5 + rot: 1.5707963267948966 rad + pos: -12.5,54.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 37380 + - uid: 42856 components: - type: Transform rot: 1.5707963267948966 rad - pos: 50.5,-33.5 + pos: -11.5,54.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 37381 + - uid: 42857 components: - type: Transform rot: 1.5707963267948966 rad - pos: 51.5,-33.5 + pos: -10.5,54.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 37385 + - uid: 42865 components: - type: Transform - pos: 53.5,-33.5 + rot: -1.5707963267948966 rad + pos: 1.5,55.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 37386 + - uid: 42866 components: - type: Transform - pos: 53.5,-32.5 + rot: -1.5707963267948966 rad + pos: 0.5,55.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 37387 + - uid: 42867 components: - type: Transform rot: -1.5707963267948966 rad - pos: 54.5,-31.5 + pos: -0.5,55.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 37388 + - uid: 42868 components: - type: Transform rot: -1.5707963267948966 rad - pos: 55.5,-31.5 + pos: -1.5,55.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 37389 + - uid: 42869 components: - type: Transform rot: -1.5707963267948966 rad - pos: 56.5,-31.5 + pos: -0.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 37390 + color: '#0055CCFF' + - uid: 42870 components: - type: Transform rot: -1.5707963267948966 rad - pos: 57.5,-31.5 + pos: -1.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 37391 + color: '#0055CCFF' + - uid: 42973 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,-31.5 + rot: 3.141592653589793 rad + pos: -90.5,6.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 37392 + - uid: 42974 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-31.5 + rot: 3.141592653589793 rad + pos: -90.5,8.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 37393 + - uid: 42975 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-31.5 + rot: 3.141592653589793 rad + pos: -90.5,9.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 37396 + - uid: 42976 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-29.5 + rot: 3.141592653589793 rad + pos: -90.5,10.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 37397 + color: '#990000FF' + - uid: 42977 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-29.5 + rot: 3.141592653589793 rad + pos: -91.5,10.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 37398 + - uid: 42978 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-29.5 + rot: 3.141592653589793 rad + pos: -91.5,8.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 37399 + - uid: 42979 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-29.5 + rot: 3.141592653589793 rad + pos: -91.5,7.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 37400 + - uid: 42980 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 57.5,-29.5 + rot: 3.141592653589793 rad + pos: -91.5,6.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 37401 + - uid: 43107 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,-29.5 + rot: 3.141592653589793 rad + pos: 52.5,52.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 37402 + - uid: 43112 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-29.5 + rot: 3.141592653589793 rad + pos: 53.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 37403 + color: '#990000FF' + - uid: 43113 components: - type: Transform rot: 3.141592653589793 rad - pos: 52.5,-30.5 + pos: 53.5,59.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 37404 + color: '#990000FF' + - uid: 43114 components: - type: Transform rot: 3.141592653589793 rad - pos: 52.5,-31.5 + pos: 53.5,60.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 37405 + color: '#990000FF' + - uid: 43115 components: - type: Transform rot: 3.141592653589793 rad - pos: 52.5,-32.5 + pos: 53.5,61.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 37475 + color: '#990000FF' + - uid: 43119 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,42.5 + rot: -1.5707963267948966 rad + pos: 54.5,50.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 37502 + - uid: 43120 components: - type: Transform - pos: -55.5,39.5 + rot: -1.5707963267948966 rad + pos: 53.5,51.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 37504 + - uid: 43123 components: - type: Transform - pos: -55.5,41.5 + rot: 3.141592653589793 rad + pos: 50.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 37556 + color: '#990000FF' + - uid: 43124 components: - type: Transform - pos: -55.5,42.5 + rot: 3.141592653589793 rad + pos: 50.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 37682 + color: '#990000FF' + - uid: 43125 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,5.5 + rot: 3.141592653589793 rad + pos: 49.5,49.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 37704 + - uid: 43126 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,5.5 + rot: 3.141592653589793 rad + pos: 49.5,50.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 37713 + - uid: 43127 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,42.5 + rot: 1.5707963267948966 rad + pos: 50.5,51.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 37886 + color: '#0055CCFF' + - uid: 43128 components: - type: Transform rot: 1.5707963267948966 rad - pos: 77.5,-15.5 + pos: 51.5,51.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 37887 + - uid: 43129 components: - type: Transform rot: 1.5707963267948966 rad - pos: 78.5,-15.5 + pos: 51.5,50.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 37888 + color: '#990000FF' + - uid: 43130 components: - type: Transform rot: 1.5707963267948966 rad - pos: 78.5,-17.5 + pos: 52.5,50.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 38174 + - uid: 43133 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-26.5 + rot: 3.141592653589793 rad + pos: 53.5,51.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 38175 + - uid: 43134 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,-25.5 + rot: 3.141592653589793 rad + pos: 52.5,50.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 38176 + - uid: 43140 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-25.5 + rot: 1.5707963267948966 rad + pos: 52.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 38177 + color: '#990000FF' + - uid: 43141 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-25.5 + rot: 1.5707963267948966 rad + pos: 51.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 38187 + color: '#990000FF' + - uid: 43142 components: - type: Transform - pos: -35.5,-32.5 + rot: 1.5707963267948966 rad + pos: 50.5,62.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 38792 + - uid: 43143 components: - type: Transform rot: 1.5707963267948966 rad - pos: 18.5,56.5 + pos: 49.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 38793 + color: '#990000FF' + - uid: 43144 components: - type: Transform rot: 1.5707963267948966 rad - pos: 21.5,56.5 + pos: 48.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 38795 + color: '#990000FF' + - uid: 43145 components: - type: Transform rot: 1.5707963267948966 rad - pos: 23.5,56.5 + pos: 47.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 38802 + color: '#990000FF' + - uid: 43146 components: - type: Transform rot: 1.5707963267948966 rad - pos: 22.5,54.5 + pos: 46.5,62.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 38803 + - uid: 43147 components: - type: Transform rot: 1.5707963267948966 rad - pos: 21.5,54.5 + pos: 45.5,62.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 38804 + - uid: 43148 components: - type: Transform rot: 1.5707963267948966 rad - pos: 20.5,54.5 + pos: 44.5,62.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 38805 + - uid: 43149 components: - type: Transform rot: 1.5707963267948966 rad - pos: 24.5,56.5 + pos: 43.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 38812 + color: '#990000FF' + - uid: 43150 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,45.5 + rot: 1.5707963267948966 rad + pos: 42.5,62.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 38843 + - uid: 43151 components: - type: Transform rot: 1.5707963267948966 rad - pos: 4.5,61.5 + pos: 41.5,62.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 38844 + - uid: 43153 components: - type: Transform rot: 1.5707963267948966 rad - pos: 4.5,60.5 + pos: 39.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 38869 + color: '#990000FF' + - uid: 43155 components: - type: Transform - pos: -23.5,62.5 + rot: 1.5707963267948966 rad + pos: 37.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 38870 + color: '#990000FF' + - uid: 43156 components: - type: Transform - pos: -20.5,62.5 + rot: 1.5707963267948966 rad + pos: 36.5,62.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 39151 + - uid: 43157 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,11.5 + rot: 1.5707963267948966 rad + pos: 35.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 39152 + color: '#990000FF' + - uid: 43160 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,13.5 + rot: 1.5707963267948966 rad + pos: 32.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 39154 + color: '#990000FF' + - uid: 43161 components: - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,12.5 + rot: 1.5707963267948966 rad + pos: 31.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 39163 + color: '#990000FF' + - uid: 43162 components: - type: Transform - pos: 8.5,-13.5 + rot: 1.5707963267948966 rad + pos: 30.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 39164 + color: '#990000FF' + - uid: 43163 components: - type: Transform - pos: 10.5,-4.5 + rot: 1.5707963267948966 rad + pos: 29.5,62.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 39166 + - uid: 43164 components: - type: Transform - pos: 10.5,-6.5 + rot: 1.5707963267948966 rad + pos: 51.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 39168 + color: '#0055CCFF' + - uid: 43165 components: - type: Transform - pos: 10.5,-8.5 + rot: 1.5707963267948966 rad + pos: 50.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 39170 + color: '#0055CCFF' + - uid: 43166 components: - type: Transform - pos: 10.5,-10.5 + rot: 1.5707963267948966 rad + pos: 49.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 39171 + color: '#0055CCFF' + - uid: 43167 components: - type: Transform - pos: 10.5,-11.5 + rot: 1.5707963267948966 rad + pos: 48.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 39172 + color: '#0055CCFF' + - uid: 43168 components: - type: Transform - pos: 10.5,-12.5 + rot: 1.5707963267948966 rad + pos: 47.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 39175 + color: '#0055CCFF' + - uid: 43169 components: - type: Transform - pos: 11.5,-14.5 + rot: 1.5707963267948966 rad + pos: 46.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 39176 + color: '#0055CCFF' + - uid: 43170 components: - type: Transform - pos: 11.5,-15.5 + rot: 1.5707963267948966 rad + pos: 45.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 39179 + color: '#0055CCFF' + - uid: 43171 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-10.5 + rot: 1.5707963267948966 rad + pos: 44.5,64.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39180 + - uid: 43172 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-10.5 + rot: 1.5707963267948966 rad + pos: 43.5,64.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39181 + - uid: 43173 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-10.5 + rot: 1.5707963267948966 rad + pos: 42.5,64.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39182 + - uid: 43174 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-10.5 + rot: 1.5707963267948966 rad + pos: 41.5,64.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39191 + - uid: 43175 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-9.5 + rot: 1.5707963267948966 rad + pos: 40.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 39192 + color: '#0055CCFF' + - uid: 43176 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-9.5 + rot: 1.5707963267948966 rad + pos: 39.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 39194 + color: '#0055CCFF' + - uid: 43178 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-5.5 + rot: 1.5707963267948966 rad + pos: 37.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 39195 + color: '#0055CCFF' + - uid: 43179 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-5.5 + rot: 1.5707963267948966 rad + pos: 36.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 39202 + color: '#0055CCFF' + - uid: 43180 components: - type: Transform - pos: 0.5,-2.5 + rot: 1.5707963267948966 rad + pos: 35.5,64.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39206 + - uid: 43182 components: - type: Transform - pos: 0.5,7.5 + rot: 1.5707963267948966 rad + pos: 33.5,64.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39207 + - uid: 43184 components: - type: Transform - pos: 2.5,7.5 + rot: 1.5707963267948966 rad + pos: 31.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 39212 + color: '#0055CCFF' + - uid: 43185 components: - type: Transform rot: 1.5707963267948966 rad - pos: 9.5,5.5 + pos: 30.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 39213 + color: '#0055CCFF' + - uid: 43186 components: - type: Transform rot: 1.5707963267948966 rad - pos: 8.5,5.5 + pos: 29.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 39214 + color: '#0055CCFF' + - uid: 43187 components: - type: Transform rot: 1.5707963267948966 rad - pos: 7.5,5.5 + pos: 28.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 39347 + color: '#0055CCFF' + - uid: 43188 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 22.5,49.5 + rot: 1.5707963267948966 rad + pos: 27.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 39348 + color: '#0055CCFF' + - uid: 43191 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,49.5 + pos: 28.5,61.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 39349 + - uid: 43192 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,49.5 + pos: 28.5,60.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 39359 + - uid: 43194 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 82.5,-1.5 + pos: 28.5,58.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 39360 + - uid: 43195 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 82.5,2.5 + pos: 28.5,57.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 39361 + color: '#990000FF' + - uid: 43196 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,2.5 + pos: 28.5,56.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 39362 + color: '#990000FF' + - uid: 43197 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 80.5,2.5 + pos: 28.5,55.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 39363 + color: '#990000FF' + - uid: 43198 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,2.5 + pos: 26.5,63.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39634 + - uid: 43199 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 76.5,-4.5 + pos: 26.5,62.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39635 + - uid: 43200 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 77.5,-4.5 + pos: 26.5,61.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39636 + - uid: 43201 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 78.5,-4.5 + pos: 26.5,60.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39637 + - uid: 43203 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 79.5,-4.5 + pos: 26.5,58.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39638 + - uid: 43204 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 80.5,-4.5 + pos: 26.5,57.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39639 + - uid: 43211 components: - type: Transform rot: 1.5707963267948966 rad - pos: 81.5,-4.5 + pos: 25.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 39640 + color: '#990000FF' + - uid: 43213 components: - type: Transform rot: 1.5707963267948966 rad - pos: 82.5,-4.5 + pos: 27.5,54.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 39641 + color: '#990000FF' + - uid: 43214 components: - type: Transform rot: 1.5707963267948966 rad - pos: 83.5,-4.5 + pos: 25.5,56.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39698 + - uid: 43241 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,51.5 + rot: -1.5707963267948966 rad + pos: 53.5,64.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39701 + - uid: 43245 components: - type: Transform rot: 3.141592653589793 rad - pos: -13.5,49.5 + pos: 33.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 39702 + color: '#990000FF' + - uid: 43246 components: - type: Transform rot: 3.141592653589793 rad - pos: -13.5,53.5 + pos: 33.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 39703 + color: '#990000FF' + - uid: 43247 components: - type: Transform rot: 3.141592653589793 rad - pos: -13.5,54.5 + pos: 32.5,65.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39705 + - uid: 43250 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,50.5 + pos: 26.5,65.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 39706 + color: '#0055CCFF' + - uid: 43251 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,51.5 + pos: 28.5,63.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 39707 + - uid: 43252 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,52.5 + pos: 28.5,64.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 39708 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,55.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 39709 + - uid: 43253 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,55.5 + pos: 28.5,65.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 39710 + color: '#990000FF' + - uid: 43266 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,55.5 + pos: 40.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 39711 + color: '#990000FF' + - uid: 43267 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,53.5 + pos: 40.5,64.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 39712 + - uid: 43268 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,53.5 + pos: 40.5,65.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 39713 + - uid: 43269 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,50.5 + pos: 38.5,65.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39714 + - uid: 43812 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,50.5 + rot: -1.5707963267948966 rad + pos: -47.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 39715 + color: '#990000FF' + - uid: 43816 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,50.5 + rot: -1.5707963267948966 rad + pos: -48.5,58.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 39716 + color: '#990000FF' + - uid: 43817 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,48.5 + rot: -1.5707963267948966 rad + pos: -49.5,58.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 39717 + - uid: 43818 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,48.5 + rot: -1.5707963267948966 rad + pos: -50.5,58.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 39725 + - uid: 43819 components: - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,48.5 + rot: -1.5707963267948966 rad + pos: -49.5,59.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39749 + - uid: 43820 components: - type: Transform - pos: 75.5,-16.5 + rot: -1.5707963267948966 rad + pos: -50.5,59.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39750 + - uid: 43835 components: - type: Transform - pos: 75.5,-17.5 + rot: 1.5707963267948966 rad + pos: -25.5,78.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39751 + - uid: 43836 components: - type: Transform - pos: 75.5,-18.5 + rot: 1.5707963267948966 rad + pos: -24.5,78.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39752 + - uid: 43837 components: - type: Transform - pos: 75.5,-19.5 + rot: 1.5707963267948966 rad + pos: -23.5,78.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39753 + - uid: 43839 components: - type: Transform - pos: 75.5,-20.5 + rot: 1.5707963267948966 rad + pos: -21.5,78.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39755 + - uid: 43840 components: - type: Transform - pos: 76.5,-18.5 + rot: 1.5707963267948966 rad + pos: -20.5,78.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 39756 + color: '#0055CCFF' + - uid: 43841 components: - type: Transform - pos: 76.5,-19.5 + rot: 1.5707963267948966 rad + pos: -19.5,78.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 39757 + color: '#0055CCFF' + - uid: 43842 components: - type: Transform - pos: 76.5,-20.5 + rot: 1.5707963267948966 rad + pos: -18.5,78.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 39758 + color: '#0055CCFF' + - uid: 43843 components: - type: Transform - pos: 76.5,-21.5 + rot: 1.5707963267948966 rad + pos: -17.5,78.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 39760 + color: '#0055CCFF' + - uid: 43844 components: - type: Transform - pos: 74.5,-22.5 + rot: 1.5707963267948966 rad + pos: -16.5,78.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39761 + - uid: 43845 components: - type: Transform - pos: 76.5,-22.5 + rot: 1.5707963267948966 rad + pos: -24.5,77.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 39846 + - uid: 43846 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 81.5,-5.5 + rot: 1.5707963267948966 rad + pos: -23.5,77.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 40033 + - uid: 43848 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,32.5 + rot: 1.5707963267948966 rad + pos: -21.5,77.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 40037 + - uid: 43849 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,32.5 + rot: 1.5707963267948966 rad + pos: -20.5,77.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 40038 + color: '#990000FF' + - uid: 43850 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,33.5 + rot: 1.5707963267948966 rad + pos: -19.5,77.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 40039 + color: '#990000FF' + - uid: 43851 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,34.5 + rot: 1.5707963267948966 rad + pos: -18.5,77.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 40043 + color: '#990000FF' + - uid: 43852 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,31.5 + rot: 1.5707963267948966 rad + pos: -17.5,77.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 40429 + color: '#990000FF' + - uid: 43853 components: - type: Transform rot: 1.5707963267948966 rad - pos: -12.5,35.5 + pos: -16.5,77.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - proto: GasPipeTJunction entities: - uid: 19 @@ -156772,14 +172358,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 394 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,49.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 747 components: - type: Transform @@ -156851,13 +172429,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 2336 - components: - - type: Transform - pos: -25.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 2529 components: - type: Transform @@ -156889,6 +172460,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 3356 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 3382 components: - type: Transform @@ -157014,10 +172593,19 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 5568 + - uid: 5407 components: - type: Transform - pos: -27.5,64.5 + rot: -1.5707963267948966 rad + pos: -25.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5740 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,65.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -157053,28 +172641,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 6332 - components: - - type: Transform - pos: -23.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 6333 - components: - - type: Transform - pos: -20.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 6434 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,55.5 - parent: 2 - - type: AtmosPipeColor - color: '#947507FF' - uid: 6687 components: - type: Transform @@ -157121,14 +172687,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 6900 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,50.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 6946 components: - type: Transform @@ -157136,14 +172694,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 7326 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,52.5 - parent: 2 - - type: AtmosPipeColor - color: '#88AAFFFF' - uid: 7433 components: - type: Transform @@ -157300,36 +172850,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 9176 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,56.5 - parent: 2 - - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 9207 - components: - - type: Transform - pos: -66.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 9208 - components: - - type: Transform - pos: -65.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 9209 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,56.5 - parent: 2 - - type: AtmosPipeColor - color: '#88AAFFFF' - uid: 9238 components: - type: Transform @@ -157338,65 +172858,30 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 9295 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,56.5 - parent: 2 - - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 9302 - components: - - type: Transform - pos: -64.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#88AAFFFF' - uid: 9307 components: - type: Transform - pos: -63.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 9309 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,56.5 - parent: 2 - - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 9310 - components: - - type: Transform - pos: -62.5,60.5 + rot: 1.5707963267948966 rad + pos: -68.5,50.5 parent: 2 - type: AtmosPipeColor color: '#88AAFFFF' - - uid: 9313 + - uid: 9308 components: - type: Transform - pos: -61.5,60.5 + rot: -1.5707963267948966 rad + pos: -64.5,50.5 parent: 2 - type: AtmosPipeColor color: '#88AAFFFF' - - uid: 9497 + - uid: 9458 components: - type: Transform rot: 3.141592653589793 rad - pos: -61.5,56.5 - parent: 2 - - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 9498 - components: - - type: Transform - pos: -60.5,60.5 + pos: -32.5,65.5 parent: 2 - type: AtmosPipeColor - color: '#88AAFFFF' + color: '#0055CCFF' - uid: 9674 components: - type: Transform @@ -157459,6 +172944,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 11216 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 11440 components: - type: Transform @@ -157576,19 +173069,18 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 12999 + - uid: 13003 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,68.5 + rot: 3.141592653589793 rad + pos: -12.5,19.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 13003 + - uid: 13148 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,19.5 + pos: 5.5,81.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' @@ -157616,14 +173108,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 13381 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-5.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 13383 components: - type: Transform @@ -157680,6 +173164,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 14067 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,73.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 14077 components: - type: Transform @@ -157687,6 +173179,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 14889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 15205 components: - type: Transform @@ -157695,6 +173195,30 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 15208 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15215 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15224 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,69.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 15273 components: - type: Transform @@ -157702,6 +173226,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 15319 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,67.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 15429 components: - type: Transform @@ -157740,6 +173272,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 15618 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 15664 components: - type: Transform @@ -157756,25 +173296,26 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 15717 + - uid: 15728 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,53.5 + rot: -1.5707963267948966 rad + pos: 2.5,78.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 15726 + color: '#990000FF' + - uid: 15814 components: - type: Transform rot: -1.5707963267948966 rad - pos: -25.5,56.5 + pos: 0.5,79.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 15827 components: - type: Transform + rot: 3.141592653589793 rad pos: -14.5,46.5 parent: 2 - type: AtmosPipeColor @@ -157802,14 +173343,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15902 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,44.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 15903 components: - type: Transform @@ -157825,6 +173358,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 15965 + components: + - type: Transform + pos: -13.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 15993 components: - type: Transform @@ -157999,14 +173539,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 16529 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 16607 components: - type: Transform @@ -158031,6 +173563,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 17133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17581 components: - type: Transform @@ -158116,22 +173656,37 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 18334 + - uid: 18339 components: - type: Transform rot: 1.5707963267948966 rad - pos: 0.5,71.5 + pos: -13.5,35.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 18339 + - uid: 18345 + components: + - type: Transform + pos: -38.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 18391 components: - type: Transform rot: 1.5707963267948966 rad - pos: -13.5,35.5 + pos: -68.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#88AAFFFF' + - uid: 18398 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -68.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' - uid: 18663 components: - type: Transform @@ -158185,6 +173740,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 19329 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 19369 components: - type: Transform @@ -158193,6 +173756,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 19382 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19475 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 19478 components: - type: Transform @@ -158201,6 +173780,54 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 19535 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19579 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19586 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 2.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 19655 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,70.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 19862 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,60.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 19937 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 20005 components: - type: Transform @@ -158333,13 +173960,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 21333 + - uid: 21723 components: - type: Transform - pos: -5.5,63.5 + rot: 3.141592653589793 rad + pos: -36.5,65.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 21877 components: - type: Transform @@ -158356,6 +173984,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 22315 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 22421 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 22504 components: - type: Transform @@ -158503,14 +174147,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22945 + - uid: 22937 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,65.5 + pos: -36.5,64.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 22948 components: - type: Transform @@ -158527,22 +174170,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 22997 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,48.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 23217 + - uid: 22998 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,58.5 + pos: -64.5,49.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#88AAFFFF' - uid: 23232 components: - type: Transform @@ -158551,6 +174186,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 23252 + components: + - type: Transform + pos: -64.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' - uid: 23268 components: - type: Transform @@ -158574,14 +174216,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23416 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 23431 components: - type: Transform @@ -158590,14 +174224,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23436 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 23438 components: - type: Transform @@ -158630,11 +174256,75 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 23803 + - uid: 23717 components: - type: Transform rot: -1.5707963267948966 rad - pos: 0.5,55.5 + pos: -59.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 23763 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -64.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 23767 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23787 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -68.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 23788 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,69.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 23789 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -68.5,47.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 23790 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 23829 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -68.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 23830 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,80.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -158761,6 +174451,30 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 24054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,78.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 24069 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,67.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 24080 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 24115 components: - type: Transform @@ -158901,14 +174615,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 24270 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 24276 components: - type: Transform @@ -158931,14 +174637,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24310 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 24316 components: - type: Transform @@ -159051,13 +174749,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24493 - components: - - type: Transform - pos: -17.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 24507 components: - type: Transform @@ -159073,17 +174764,11 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24585 - components: - - type: Transform - pos: -7.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 24596 + - uid: 24602 components: - type: Transform - pos: -16.5,64.5 + rot: 3.141592653589793 rad + pos: -47.5,72.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -159171,39 +174856,25 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25049 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25053 + - uid: 25157 components: - type: Transform - pos: -38.5,63.5 + pos: 29.5,-2.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25070 + - uid: 25167 components: - type: Transform - pos: -39.5,64.5 + pos: 28.5,-1.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25157 - components: - - type: Transform - pos: 29.5,-2.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25167 + - uid: 25200 components: - type: Transform - pos: 28.5,-1.5 + rot: 1.5707963267948966 rad + pos: -27.5,73.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -159500,6 +175171,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 25955 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 25962 components: - type: Transform @@ -159522,30 +175201,30 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26140 + - uid: 26171 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,63.5 + rot: 1.5707963267948966 rad + pos: -47.5,-9.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 26146 + color: '#0055CCFF' + - uid: 26192 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,64.5 + rot: 1.5707963267948966 rad + pos: -25.5,71.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26171 + color: '#990000FF' + - uid: 26218 components: - type: Transform rot: 1.5707963267948966 rad - pos: -47.5,-9.5 + pos: -42.5,63.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' + color: '#990000FF' - uid: 26234 components: - type: Transform @@ -159562,6 +175241,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 26451 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,50.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 26454 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' - uid: 26491 components: - type: Transform @@ -159773,6 +175468,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 27444 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 27506 components: - type: Transform @@ -159963,6 +175666,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 28598 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 28608 components: - type: Transform @@ -159987,36 +175698,37 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 29971 + - uid: 30759 components: - type: Transform - pos: -42.5,63.5 + pos: -64.5,7.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 30253 + - uid: 30825 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,64.5 + rot: 1.5707963267948966 rad + pos: -25.5,77.5 parent: 2 - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 30759 + color: '#990000FF' + - uid: 31040 components: - type: Transform - pos: -64.5,7.5 + rot: -1.5707963267948966 rad + pos: -10.5,-5.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 31040 + - uid: 31196 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,-5.5 + pos: -64.5,47.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' + color: '#88AAFFFF' - uid: 31504 components: - type: Transform @@ -160033,6 +175745,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 31838 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' - uid: 32095 components: - type: Transform @@ -160065,14 +175785,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 32682 + - uid: 32615 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,52.5 + rot: 1.5707963267948966 rad + pos: -46.5,62.5 parent: 2 - type: AtmosPipeColor - color: '#FF5555FF' + color: '#990000FF' - uid: 33138 components: - type: Transform @@ -160137,14 +175857,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 33709 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,56.5 - parent: 2 - - type: AtmosPipeColor - color: '#947507FF' - uid: 33909 components: - type: Transform @@ -160175,6 +175887,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 34114 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,78.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 34181 components: - type: Transform @@ -160183,14 +175903,155 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 34350 + - uid: 34546 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 34557 components: - type: Transform rot: -1.5707963267948966 rad - pos: -55.5,57.5 + pos: -64.5,48.5 parent: 2 - type: AtmosPipeColor - color: '#947507FF' + color: '#88AAFFFF' + - uid: 35196 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,55.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 35370 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,82.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 35371 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,81.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 35374 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,84.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 35378 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,85.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 35398 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 35409 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 35416 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,73.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 35424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 35429 + components: + - type: Transform + pos: 4.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 35436 + components: + - type: Transform + pos: 7.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 35438 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 35444 + components: + - type: Transform + pos: 13.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 35447 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 35453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 35456 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 35457 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 36581 components: - type: Transform @@ -160233,15 +176094,378 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 39704 + - uid: 41263 + components: + - type: Transform + pos: -10.5,93.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41264 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,90.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41283 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,91.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41284 + components: + - type: Transform + pos: -15.5,93.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41314 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,91.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41347 + components: + - type: Transform + pos: -45.5,93.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41651 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,76.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41670 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,76.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41675 + components: + - type: Transform + pos: -25.5,81.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41676 + components: + - type: Transform + pos: -27.5,82.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41681 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,81.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41686 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,81.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41687 + components: + - type: Transform + pos: -16.5,81.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41694 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,82.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41700 + components: + - type: Transform + pos: -3.5,81.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41709 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,82.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41712 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,82.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41715 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,82.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41719 + components: + - type: Transform + pos: -9.5,81.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41725 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,82.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41776 components: - type: Transform rot: 1.5707963267948966 rad - pos: -12.5,49.5 + pos: -29.5,82.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41777 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,81.5 parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 39718 + - uid: 41779 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,85.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41781 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,85.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41786 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,83.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41787 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,86.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41790 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,79.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41794 + components: + - type: Transform + pos: -29.5,89.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,81.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41798 + components: + - type: Transform + pos: -28.5,88.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42090 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42099 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42159 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42586 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42589 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42595 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42601 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42606 + components: + - type: Transform + pos: -13.5,67.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42612 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,67.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42618 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,67.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42637 + components: + - type: Transform + pos: -15.5,69.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42643 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,67.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42644 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,69.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42657 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42662 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,57.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42666 + components: + - type: Transform + pos: -11.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42669 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42671 components: - type: Transform rot: 1.5707963267948966 rad @@ -160249,11 +176473,200 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 39726 + - uid: 42676 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42678 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42679 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,49.5 + pos: -11.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42685 + components: + - type: Transform + pos: -10.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42692 + components: + - type: Transform + pos: -8.5,48.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42716 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42755 + components: + - type: Transform + pos: -1.5,79.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42772 + components: + - type: Transform + pos: -3.5,78.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42788 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,68.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42804 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,68.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 43117 + components: + - type: Transform + pos: 53.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43118 + components: + - type: Transform + pos: 52.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 43152 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43154 + components: + - type: Transform + pos: 38.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43158 + components: + - type: Transform + pos: 34.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43177 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 43181 + components: + - type: Transform + pos: 34.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 43183 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 43190 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,62.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43193 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43202 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 43206 + components: + - type: Transform + pos: 26.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43212 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 43838 + components: + - type: Transform + pos: -22.5,77.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43847 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,78.5 parent: 2 - type: AtmosPipeColor color: '#0055CCFF' @@ -160448,42 +176861,6 @@ entities: targetPressure: 4500 - type: AtmosPipeColor color: '#88AAFFFF' - - uid: 9188 - components: - - type: Transform - pos: -65.5,57.5 - parent: 2 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 9206 - components: - - type: Transform - pos: -67.5,57.5 - parent: 2 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 9308 - components: - - type: Transform - pos: -66.5,57.5 - parent: 2 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 9499 - components: - - type: Transform - pos: -63.5,57.5 - parent: 2 - - type: GasPressurePump - targetPressure: 4500 - - type: AtmosPipeColor - color: '#88AAFFFF' - uid: 9874 components: - type: Transform @@ -160501,107 +176878,128 @@ entities: - type: Transform pos: -43.5,46.5 parent: 2 - - uid: 19397 + - uid: 18331 components: - type: Transform rot: 1.5707963267948966 rad - pos: -45.5,41.5 + pos: -65.5,50.5 parent: 2 - - type: GasPressurePump - targetPressure: 4500 - type: AtmosPipeColor - color: '#03FCD3FF' - - uid: 27152 + color: '#88AAFFFF' + - uid: 18397 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,52.5 + rot: 1.5707963267948966 rad + pos: -65.5,45.5 parent: 2 - - type: GasPressurePump - targetPressure: 4500 - - uid: 31813 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 18405 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,53.5 + rot: 1.5707963267948966 rad + pos: -65.5,46.5 parent: 2 - - type: GasPressurePump - targetPressure: 4500 - type: AtmosPipeColor - color: '#947507FF' - - uid: 32444 + color: '#88AAFFFF' + - uid: 18406 components: - type: Transform - pos: -57.5,53.5 + rot: 1.5707963267948966 rad + pos: -65.5,47.5 parent: 2 - - type: GasPressurePump - targetPressure: 4500 - type: AtmosPipeColor - color: '#FF5555FF' - - uid: 32600 + color: '#88AAFFFF' + - uid: 18440 components: - type: Transform - pos: -57.5,49.5 + rot: 1.5707963267948966 rad + pos: -65.5,48.5 parent: 2 - - type: GasPressurePump - targetPressure: 4500 - type: AtmosPipeColor - color: '#FF5555FF' - - uid: 32601 + color: '#88AAFFFF' + - uid: 18579 components: - type: Transform - pos: -57.5,47.5 + rot: 1.5707963267948966 rad + pos: -65.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 19397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,41.5 parent: 2 - type: GasPressurePump targetPressure: 4500 - type: AtmosPipeColor - color: '#FF5555FF' - - uid: 32603 + color: '#03FCD3FF' + - uid: 23011 components: - type: Transform rot: 3.141592653589793 rad - pos: -54.5,53.5 + pos: -51.5,47.5 + parent: 2 + - uid: 26178 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.5,44.5 parent: 2 - - type: GasPressurePump - targetPressure: 4500 - type: AtmosPipeColor color: '#FF5555FF' - - uid: 32670 + - uid: 26868 components: - type: Transform - pos: -60.5,57.5 + rot: 1.5707963267948966 rad + pos: -65.5,51.5 parent: 2 - - type: GasPressurePump - targetPressure: 4500 - type: AtmosPipeColor color: '#88AAFFFF' - - uid: 32671 + - uid: 31602 components: - type: Transform - pos: -61.5,57.5 + rot: 1.5707963267948966 rad + pos: -65.5,44.5 parent: 2 - - type: GasPressurePump - targetPressure: 4500 - type: AtmosPipeColor color: '#88AAFFFF' - - uid: 32677 + - uid: 31835 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 32600 components: - type: Transform - pos: -62.5,57.5 + pos: -57.5,49.5 parent: 2 - type: GasPressurePump targetPressure: 4500 - type: AtmosPipeColor - color: '#88AAFFFF' - - uid: 32681 + color: '#FF5555FF' + - uid: 32601 components: - type: Transform - pos: -64.5,57.5 + pos: -57.5,47.5 parent: 2 - type: GasPressurePump targetPressure: 4500 - type: AtmosPipeColor - color: '#88AAFFFF' + color: '#FF5555FF' + - uid: 32623 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' - uid: 33699 components: - type: Transform @@ -160723,17 +177121,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 399 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,47.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25700 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 782 components: - type: Transform @@ -160789,6 +177176,27 @@ entities: - 2285 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 2440 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,73.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 35093 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 2713 + components: + - type: Transform + pos: -39.5,56.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 35093 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 2846 components: - type: Transform @@ -160866,14 +177274,6 @@ entities: - 3525 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 4658 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -29.5,55.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 4778 components: - type: Transform @@ -161144,14 +177544,6 @@ entities: - 9608 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 10937 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,64.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 11529 components: - type: Transform @@ -161163,17 +177555,6 @@ entities: - 38117 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11850 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -14.5,48.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22157 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 12085 components: - type: Transform @@ -161271,6 +177652,28 @@ entities: - 21903 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 15156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,66.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 35093 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 15230 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,72.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 11638 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 15498 components: - type: Transform @@ -161290,23 +177693,34 @@ entities: - 26091 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15814 + - uid: 15944 components: - type: Transform rot: 3.141592653589793 rad - pos: -14.5,45.5 + pos: -95.5,20.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 15967 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,50.5 parent: 2 - type: DeviceNetwork deviceLists: - 34109 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15944 + - uid: 15970 components: - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,20.5 + rot: 1.5707963267948966 rad + pos: -14.5,52.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 42846 - type: AtmosPipeColor color: '#0055CCFF' - uid: 16166 @@ -161336,6 +177750,9 @@ entities: rot: -1.5707963267948966 rad pos: -22.5,58.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 42093 - type: AtmosPipeColor color: '#0055CCFF' - uid: 16551 @@ -161383,13 +177800,6 @@ entities: - 7608 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 18332 - components: - - type: Transform - pos: -10.5,66.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 18950 components: - type: Transform @@ -161428,27 +177838,6 @@ entities: - 19822 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19759 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,64.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 18239 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 19766 - components: - - type: Transform - pos: -43.5,65.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22291 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 20648 components: - type: Transform @@ -161586,6 +177975,17 @@ entities: - 2971 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 23792 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,67.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 40871 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 24173 components: - type: Transform @@ -161630,17 +178030,6 @@ entities: - 25345 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 24602 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,53.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 24737 components: - type: Transform @@ -161779,14 +178168,6 @@ entities: - 25158 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25773 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 25783 components: - type: Transform @@ -161842,25 +178223,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25877 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,60.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 25887 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,55.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22157 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 25978 components: - type: Transform @@ -161898,17 +178260,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26080 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -16.5,63.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 26087 components: - type: Transform @@ -161964,13 +178315,6 @@ entities: - 25247 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26219 - components: - - type: Transform - pos: -4.5,66.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 26232 components: - type: Transform @@ -162023,22 +178367,6 @@ entities: - 22045 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26865 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.5,74.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 26868 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,73.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 26869 components: - type: Transform @@ -162288,17 +178616,6 @@ entities: - 25246 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 27496 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,71.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 1690 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 27503 components: - type: Transform @@ -162465,6 +178782,14 @@ entities: - 25293 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 28487 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 28501 components: - type: Transform @@ -162472,7 +178797,7 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 23957 + - 15059 - type: AtmosPipeColor color: '#0055CCFF' - uid: 28546 @@ -162508,6 +178833,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 28601 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 28609 components: - type: Transform @@ -162593,6 +178926,17 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 32133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,80.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 11638 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 33132 components: - type: Transform @@ -162728,6 +179072,67 @@ entities: - type: DeviceNetwork deviceLists: - 21 + - uid: 35350 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,82.5 + parent: 2 + - uid: 35381 + components: + - type: Transform + pos: 15.5,87.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 35383 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,85.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 35459 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 35460 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 35463 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,74.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 35468 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 35479 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 36080 components: - type: Transform @@ -162850,22 +179255,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 38806 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,56.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 38871 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 38928 components: - type: Transform @@ -162986,75 +179375,576 @@ entities: - 39629 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39721 + - uid: 39762 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 74.5,-23.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 40034 components: - type: Transform rot: -1.5707963267948966 rad - pos: -9.5,50.5 + pos: -37.5,35.5 parent: 2 - type: DeviceNetwork deviceLists: - - 22157 + - 40041 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39722 + - uid: 40431 components: - type: Transform rot: -1.5707963267948966 rad - pos: -9.5,55.5 + pos: -11.5,35.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41267 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,93.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41268 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,93.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41273 + components: + - type: Transform + pos: 0.5,94.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41383 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,92.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41385 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,92.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41737 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,82.5 parent: 2 - type: DeviceNetwork deviceLists: - - 22157 + - 43834 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 39762 + - uid: 41744 components: - type: Transform rot: 3.141592653589793 rad - pos: 74.5,-23.5 + pos: -15.5,82.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 43833 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 40034 + - uid: 41749 components: - type: Transform rot: -1.5707963267948966 rad - pos: -37.5,35.5 + pos: -27.5,75.5 parent: 2 - type: DeviceNetwork deviceLists: - - 40041 + - 42095 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 40431 + - uid: 41771 + components: + - type: Transform + pos: -22.5,85.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42097 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41772 + components: + - type: Transform + pos: -17.5,87.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42098 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41806 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,77.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42095 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41807 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,81.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42095 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41808 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,85.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42095 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41809 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,89.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42095 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 41810 components: - type: Transform rot: -1.5707963267948966 rad - pos: -11.5,35.5 + pos: -25.5,89.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 42095 - type: AtmosPipeColor color: '#0055CCFF' -- proto: GasVentScrubber - entities: - - uid: 386 + - uid: 41811 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,86.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42095 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42106 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,73.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42094 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42110 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,54.5 + pos: -44.5,66.5 parent: 2 - type: AtmosPipeColor - color: '#990000FF' - - uid: 391 + color: '#0055CCFF' + - uid: 42117 components: - type: Transform - pos: 52.5,47.5 + rot: 1.5707963267948966 rad + pos: -40.5,69.5 parent: 2 - type: DeviceNetwork deviceLists: - - 25700 + - 42122 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' + - uid: 42126 + components: + - type: Transform + pos: -32.5,68.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42107 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,72.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42145 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,60.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3277 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42157 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,73.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42177 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,59.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42185 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,84.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43834 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42647 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42695 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,49.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43867 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42698 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43867 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42711 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42725 + components: + - type: Transform + pos: -18.5,76.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42774 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,78.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42782 + components: + - type: Transform + pos: -4.5,71.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42843 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42795 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42844 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42845 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42816 + components: + - type: Transform + pos: -10.5,71.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42842 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42823 + components: + - type: Transform + pos: -5.5,69.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42841 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42824 + components: + - type: Transform + pos: -11.5,69.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42841 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42833 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42840 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42863 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42846 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42864 + components: + - type: Transform + pos: -9.5,59.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42846 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42874 + components: + - type: Transform + pos: -2.5,57.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43861 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42983 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -91.5,5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42985 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 42984 + components: + - type: Transform + pos: -91.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42985 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 43135 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 43207 + components: + - type: Transform + pos: 25.5,56.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 43216 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,58.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43243 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 43224 + components: + - type: Transform + pos: 35.5,64.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43243 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 43227 + components: + - type: Transform + pos: 37.5,64.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43242 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 43238 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,64.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43242 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 43254 + components: + - type: Transform + pos: 26.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 43256 + components: + - type: Transform + pos: 32.5,66.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43243 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 43258 + components: + - type: Transform + pos: 38.5,66.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43242 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 43822 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,59.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 35093 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 43855 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,78.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43859 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 43858 + components: + - type: Transform + pos: -22.5,79.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43859 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasVentScrubber + entities: - uid: 637 components: - type: Transform @@ -163143,6 +180033,25 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 1864 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,71.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2717 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,63.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 40871 + - type: AtmosPipeColor + color: '#990000FF' - uid: 2749 components: - type: Transform @@ -163165,6 +180074,17 @@ entities: - 8726 - type: AtmosPipeColor color: '#990000FF' + - uid: 3037 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42846 + - type: AtmosPipeColor + color: '#990000FF' - uid: 3550 components: - type: Transform @@ -163183,6 +180103,17 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 3699 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -46.5,73.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 35093 + - type: AtmosPipeColor + color: '#990000FF' - uid: 3850 components: - type: Transform @@ -163277,14 +180208,6 @@ entities: - 39733 - type: AtmosPipeColor color: '#990000FF' - - uid: 5923 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,62.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 5959 components: - type: Transform @@ -163335,6 +180258,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 8069 + components: + - type: Transform + pos: 25.5,54.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 8417 components: - type: Transform @@ -163383,25 +180313,26 @@ entities: - 21903 - type: AtmosPipeColor color: '#990000FF' - - uid: 9132 + - uid: 9593 components: - type: Transform - pos: -15.5,45.5 + rot: -1.5707963267948966 rad + pos: -53.5,14.5 parent: 2 - type: DeviceNetwork deviceLists: - - 34109 + - 21008 - type: AtmosPipeColor color: '#990000FF' - - uid: 9593 + - uid: 9956 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,14.5 + rot: 1.5707963267948966 rad + pos: -50.5,70.5 parent: 2 - type: DeviceNetwork deviceLists: - - 21008 + - 11638 - type: AtmosPipeColor color: '#990000FF' - uid: 10200 @@ -163437,17 +180368,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 11843 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,48.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22157 - - type: AtmosPipeColor - color: '#990000FF' - uid: 12292 components: - type: Transform @@ -163517,6 +180437,28 @@ entities: - 25291 - type: AtmosPipeColor color: '#990000FF' + - uid: 15069 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,50.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 34109 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 15194 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,63.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 35093 + - type: AtmosPipeColor + color: '#990000FF' - uid: 15479 components: - type: Transform @@ -163676,13 +180618,6 @@ entities: - 25275 - type: AtmosPipeColor color: '#990000FF' - - uid: 18234 - components: - - type: Transform - pos: -8.5,66.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 18356 components: - type: Transform @@ -163829,6 +180764,9 @@ entities: rot: -1.5707963267948966 rad pos: -22.5,57.5 parent: 2 + - type: DeviceNetwork + deviceLists: + - 42093 - type: AtmosPipeColor color: '#990000FF' - uid: 23613 @@ -163884,13 +180822,6 @@ entities: - 25191 - type: AtmosPipeColor color: '#990000FF' - - uid: 24728 - components: - - type: Transform - pos: -6.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 25107 components: - type: Transform @@ -163910,25 +180841,6 @@ entities: - 25293 - type: AtmosPipeColor color: '#990000FF' - - uid: 25200 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,63.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - 22291 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25253 - components: - - type: Transform - pos: -1.5,63.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 25254 components: - type: Transform @@ -164058,28 +180970,6 @@ entities: - 2971 - type: AtmosPipeColor color: '#990000FF' - - uid: 25772 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,62.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25775 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,56.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 25316 - - type: AtmosPipeColor - color: '#990000FF' - uid: 25779 components: - type: Transform @@ -164130,14 +181020,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25842 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,54.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 25859 components: - type: Transform @@ -164146,25 +181028,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 25876 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,58.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 25886 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,48.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22157 - - type: AtmosPipeColor - color: '#990000FF' - uid: 25936 components: - type: Transform @@ -164278,13 +181141,6 @@ entities: - 25256 - type: AtmosPipeColor color: '#990000FF' - - uid: 26220 - components: - - type: Transform - pos: -2.5,66.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 26330 components: - type: Transform @@ -164304,6 +181160,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 26463 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,63.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 26695 components: - type: Transform @@ -164344,22 +181208,6 @@ entities: - 22045 - type: AtmosPipeColor color: '#990000FF' - - uid: 26866 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,74.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 26867 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,73.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 26886 components: - type: Transform @@ -164724,17 +181572,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 28055 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,68.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 1690 - - type: AtmosPipeColor - color: '#990000FF' - uid: 28060 components: - type: Transform @@ -164842,7 +181679,7 @@ entities: parent: 2 - type: DeviceNetwork deviceLists: - - 23957 + - 15059 - type: AtmosPipeColor color: '#990000FF' - uid: 28536 @@ -164922,6 +181759,27 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 32116 + components: + - type: Transform + pos: -36.5,56.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 35093 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 32132 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,78.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 11638 + - type: AtmosPipeColor + color: '#990000FF' - uid: 33104 components: - type: Transform @@ -165043,6 +181901,59 @@ entities: - 21 - type: AtmosPipeColor color: '#990000FF' + - uid: 35382 + components: + - type: Transform + pos: 16.5,87.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 35384 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 18.5,84.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 35458 + components: + - type: Transform + pos: 14.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 35461 + components: + - type: Transform + pos: 5.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 35462 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,73.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 35469 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,61.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 35478 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,64.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' - uid: 35715 components: - type: Transform @@ -165171,14 +182082,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 38872 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,61.5 - parent: 2 - - type: AtmosPipeColor - color: '#990000FF' - uid: 38927 components: - type: Transform @@ -165300,28 +182203,6 @@ entities: - 39629 - type: AtmosPipeColor color: '#990000FF' - - uid: 39719 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,48.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22157 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 39720 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,53.5 - parent: 2 - - type: DeviceNetwork - deviceLists: - - 22157 - - type: AtmosPipeColor - color: '#990000FF' - uid: 39763 components: - type: Transform @@ -165356,88 +182237,691 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 41106 + components: + - type: Transform + pos: -44.5,92.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41265 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,90.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41266 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,90.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41272 + components: + - type: Transform + pos: 2.5,94.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41384 + components: + - type: Transform + pos: -14.5,92.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41731 + components: + - type: Transform + pos: -2.5,81.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43834 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41738 + components: + - type: Transform + pos: -8.5,81.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43834 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41743 + components: + - type: Transform + pos: -15.5,81.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43833 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41750 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,75.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42095 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41769 + components: + - type: Transform + pos: -19.5,85.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42097 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41770 + components: + - type: Transform + pos: -13.5,87.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42098 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41812 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,85.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42095 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41813 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,88.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42095 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41814 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,87.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42095 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41815 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,83.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42095 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41816 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,79.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42095 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 41817 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,75.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42095 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42105 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,71.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42094 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42111 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,65.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42118 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,69.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42122 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42125 + components: + - type: Transform + pos: -30.5,68.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42107 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,72.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 25316 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42144 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,59.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 3277 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42158 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,73.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42176 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,58.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42192 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,80.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42648 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42694 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,48.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43867 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42697 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,47.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43867 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42712 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,45.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42726 + components: + - type: Transform + pos: -17.5,76.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42775 + components: + - type: Transform + pos: -2.5,78.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42783 + components: + - type: Transform + pos: -2.5,71.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42843 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42844 + - uid: 42798 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42845 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42815 + components: + - type: Transform + pos: -8.5,71.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42842 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42825 + components: + - type: Transform + pos: -7.5,69.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42841 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42826 + components: + - type: Transform + pos: -1.5,69.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42841 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,61.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42840 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42861 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,57.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42846 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42862 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,52.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42846 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42873 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,54.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43861 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42981 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,5.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42985 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 42982 + components: + - type: Transform + pos: -90.5,11.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 42985 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43136 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,49.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43219 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,58.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43243 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43225 + components: + - type: Transform + pos: 35.5,62.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43243 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43226 + components: + - type: Transform + pos: 37.5,62.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43242 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43239 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,62.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43242 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43255 + components: + - type: Transform + pos: 28.5,66.5 + parent: 2 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43257 + components: + - type: Transform + pos: 34.5,66.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43243 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43259 + components: + - type: Transform + pos: 40.5,66.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43242 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43821 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,58.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 35093 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43854 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,77.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43859 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 43857 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,76.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 43859 + - type: AtmosPipeColor + color: '#990000FF' - proto: GasVolumePump entities: - - uid: 9171 + - uid: 5159 components: - type: Transform - pos: -61.5,59.5 + rot: 1.5707963267948966 rad + pos: -67.5,50.5 parent: 2 - - type: GasVolumePump - transferRate: 25 - type: AtmosPipeColor color: '#88AAFFFF' - - uid: 9177 + - uid: 5920 components: - type: Transform - pos: -64.5,59.5 + rot: 1.5707963267948966 rad + pos: -67.5,49.5 parent: 2 - - type: GasVolumePump - transferRate: 25 - type: AtmosPipeColor color: '#88AAFFFF' - - uid: 32621 + - uid: 5922 components: - type: Transform - pos: -60.5,59.5 + rot: 1.5707963267948966 rad + pos: -67.5,45.5 parent: 2 - - type: GasVolumePump - transferRate: 25 - type: AtmosPipeColor color: '#88AAFFFF' - - uid: 32640 + - uid: 5925 components: - type: Transform - pos: -62.5,59.5 + rot: 1.5707963267948966 rad + pos: -67.5,47.5 parent: 2 - - type: GasVolumePump - transferRate: 25 - type: AtmosPipeColor color: '#88AAFFFF' - - uid: 32650 + - uid: 6331 components: - type: Transform - pos: -63.5,59.5 + rot: 1.5707963267948966 rad + pos: -67.5,46.5 parent: 2 - - type: GasVolumePump - transferRate: 25 - type: AtmosPipeColor color: '#88AAFFFF' - - uid: 32658 + - uid: 9209 components: - type: Transform - pos: -65.5,59.5 + rot: 1.5707963267948966 rad + pos: -67.5,48.5 parent: 2 - - type: GasVolumePump - transferRate: 25 - type: AtmosPipeColor color: '#88AAFFFF' - - uid: 32660 + - uid: 9426 components: - type: Transform - pos: -66.5,59.5 + rot: 1.5707963267948966 rad + pos: -67.5,44.5 parent: 2 - - type: GasVolumePump - transferRate: 25 - type: AtmosPipeColor color: '#88AAFFFF' - - uid: 32666 + - uid: 31195 components: - type: Transform - pos: -67.5,59.5 + rot: 1.5707963267948966 rad + pos: -67.5,51.5 parent: 2 - - type: GasVolumePump - transferRate: 25 - type: AtmosPipeColor color: '#88AAFFFF' - - uid: 34038 + - uid: 31197 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,53.5 + rot: -1.5707963267948966 rad + pos: -60.5,51.5 parent: 2 - type: AtmosPipeColor color: '#88AAFFFF' +- proto: Gateway + entities: + - uid: 2114 + components: + - type: MetaData + name: hospital gateway + - type: Transform + pos: -2.5,6.5 + parent: 2 + missingComponents: + - Gateway + - uid: 5418 + components: + - type: MetaData + name: arrivals gateway + - type: Transform + pos: -3.5,-42.5 + parent: 2 + missingComponents: + - Gateway + - uid: 5482 + components: + - type: MetaData + name: hospital gateway + - type: Transform + pos: -92.5,15.5 + parent: 2 + missingComponents: + - Gateway + - uid: 26462 + components: + - type: MetaData + name: park gateway + - type: Transform + pos: 47.5,-3.5 + parent: 2 + missingComponents: + - Gateway + - uid: 26772 + components: + - type: MetaData + name: park gateway + - type: Transform + pos: -89.5,15.5 + parent: 2 + missingComponents: + - Gateway + - uid: 26880 + components: + - type: MetaData + name: evac gateway + - type: Transform + pos: -89.5,1.5 + parent: 2 + missingComponents: + - Gateway + - uid: 26894 + components: + - type: MetaData + name: arrivals gateway + - type: Transform + pos: -92.5,1.5 + parent: 2 + missingComponents: + - Gateway + - uid: 41859 + components: + - type: MetaData + name: evac gateway + - type: Transform + pos: 10.5,81.5 + parent: 2 + missingComponents: + - Gateway - proto: Gauze entities: - uid: 3465 @@ -165617,10 +183101,11 @@ entities: - type: Transform pos: -1.5,11.5 parent: 2 - - uid: 24 + - uid: 47 components: - type: Transform - pos: -53.5,55.5 + rot: 3.141592653589793 rad + pos: 9.5,96.5 parent: 2 - uid: 48 components: @@ -165632,6 +183117,12 @@ entities: - type: Transform pos: -1.5,12.5 parent: 2 + - uid: 94 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,70.5 + parent: 2 - uid: 123 components: - type: Transform @@ -165687,22 +183178,28 @@ entities: - type: Transform pos: -11.5,17.5 parent: 2 - - uid: 233 + - uid: 337 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,54.5 + pos: -15.5,-47.5 parent: 2 - - uid: 337 + - uid: 365 components: - type: Transform - pos: -15.5,-47.5 + rot: 3.141592653589793 rad + pos: 47.5,61.5 parent: 2 - uid: 381 components: - type: Transform pos: -32.5,0.5 parent: 2 + - uid: 391 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,61.5 + parent: 2 - uid: 605 components: - type: Transform @@ -165719,12 +183216,6 @@ entities: - type: Transform pos: 15.5,35.5 parent: 2 - - uid: 634 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,73.5 - parent: 2 - uid: 684 components: - type: Transform @@ -165889,6 +183380,12 @@ entities: - type: Transform pos: 23.5,39.5 parent: 2 + - uid: 1347 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,88.5 + parent: 2 - uid: 1356 components: - type: Transform @@ -165906,6 +183403,12 @@ entities: - type: Transform pos: -98.5,64.5 parent: 2 + - uid: 1454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,96.5 + parent: 2 - uid: 1458 components: - type: Transform @@ -166271,11 +183774,6 @@ entities: - type: Transform pos: 29.5,22.5 parent: 2 - - uid: 2232 - components: - - type: Transform - pos: -53.5,56.5 - parent: 2 - uid: 2276 components: - type: Transform @@ -166311,15 +183809,17 @@ entities: - type: Transform pos: -90.5,116.5 parent: 2 - - uid: 2367 + - uid: 2361 components: - type: Transform - pos: -89.5,116.5 + rot: 3.141592653589793 rad + pos: 15.5,91.5 parent: 2 - - uid: 2375 + - uid: 2363 components: - type: Transform - pos: -88.5,117.5 + rot: 3.141592653589793 rad + pos: -8.5,97.5 parent: 2 - uid: 2385 components: @@ -166357,11 +183857,6 @@ entities: - type: Transform pos: -1.5,-45.5 parent: 2 - - uid: 2481 - components: - - type: Transform - pos: -88.5,115.5 - parent: 2 - uid: 2482 components: - type: Transform @@ -166497,11 +183992,6 @@ entities: - type: Transform pos: 78.5,-19.5 parent: 2 - - uid: 2788 - components: - - type: Transform - pos: -24.5,57.5 - parent: 2 - uid: 2801 components: - type: Transform @@ -166527,11 +184017,6 @@ entities: - type: Transform pos: 27.5,45.5 parent: 2 - - uid: 2855 - components: - - type: Transform - pos: -1.5,49.5 - parent: 2 - uid: 2857 components: - type: Transform @@ -166542,11 +184027,6 @@ entities: - type: Transform pos: 43.5,52.5 parent: 2 - - uid: 2861 - components: - - type: Transform - pos: 24.5,58.5 - parent: 2 - uid: 2867 components: - type: Transform @@ -166573,26 +184053,6 @@ entities: rot: -1.5707963267948966 rad pos: 12.5,-41.5 parent: 2 - - uid: 2920 - components: - - type: Transform - pos: -87.5,115.5 - parent: 2 - - uid: 2922 - components: - - type: Transform - pos: -86.5,115.5 - parent: 2 - - uid: 2924 - components: - - type: Transform - pos: -85.5,115.5 - parent: 2 - - uid: 2942 - components: - - type: Transform - pos: -83.5,115.5 - parent: 2 - uid: 2979 components: - type: Transform @@ -166608,10 +184068,11 @@ entities: - type: Transform pos: -19.5,-17.5 parent: 2 - - uid: 3000 + - uid: 2993 components: - type: Transform - pos: -82.5,115.5 + rot: 1.5707963267948966 rad + pos: -16.5,53.5 parent: 2 - uid: 3006 components: @@ -166619,11 +184080,6 @@ entities: rot: -1.5707963267948966 rad pos: 26.5,36.5 parent: 2 - - uid: 3059 - components: - - type: Transform - pos: -81.5,115.5 - parent: 2 - uid: 3096 components: - type: Transform @@ -166660,11 +184116,6 @@ entities: - type: Transform pos: 18.5,-37.5 parent: 2 - - uid: 3198 - components: - - type: Transform - pos: -80.5,115.5 - parent: 2 - uid: 3206 components: - type: Transform @@ -166691,11 +184142,6 @@ entities: - type: Transform pos: 9.5,-55.5 parent: 2 - - uid: 3223 - components: - - type: Transform - pos: -79.5,115.5 - parent: 2 - uid: 3225 components: - type: Transform @@ -166726,21 +184172,6 @@ entities: - type: Transform pos: -15.5,-17.5 parent: 2 - - uid: 3270 - components: - - type: Transform - pos: -78.5,115.5 - parent: 2 - - uid: 3274 - components: - - type: Transform - pos: -77.5,115.5 - parent: 2 - - uid: 3290 - components: - - type: Transform - pos: -76.5,115.5 - parent: 2 - uid: 3326 components: - type: Transform @@ -166751,11 +184182,6 @@ entities: - type: Transform pos: 14.5,-37.5 parent: 2 - - uid: 3331 - components: - - type: Transform - pos: -75.5,115.5 - parent: 2 - uid: 3346 components: - type: Transform @@ -166816,16 +184242,6 @@ entities: - type: Transform pos: 32.5,-35.5 parent: 2 - - uid: 3546 - components: - - type: Transform - pos: -73.5,115.5 - parent: 2 - - uid: 3549 - components: - - type: Transform - pos: -71.5,115.5 - parent: 2 - uid: 3561 components: - type: Transform @@ -166838,11 +184254,6 @@ entities: rot: 1.5707963267948966 rad pos: 44.5,10.5 parent: 2 - - uid: 3618 - components: - - type: Transform - pos: -70.5,115.5 - parent: 2 - uid: 3626 components: - type: Transform @@ -166868,11 +184279,6 @@ entities: - type: Transform pos: 42.5,-15.5 parent: 2 - - uid: 3643 - components: - - type: Transform - pos: -69.5,115.5 - parent: 2 - uid: 3644 components: - type: Transform @@ -166893,11 +184299,6 @@ entities: - type: Transform pos: 47.5,5.5 parent: 2 - - uid: 3649 - components: - - type: Transform - pos: -68.5,114.5 - parent: 2 - uid: 3662 components: - type: Transform @@ -166914,67 +184315,11 @@ entities: - type: Transform pos: -48.5,38.5 parent: 2 - - uid: 3674 - components: - - type: Transform - pos: -0.5,63.5 - parent: 2 - uid: 3682 components: - type: Transform pos: 79.5,6.5 parent: 2 - - uid: 3718 - components: - - type: Transform - pos: -67.5,114.5 - parent: 2 - - uid: 3738 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,44.5 - parent: 2 - - uid: 3747 - components: - - type: Transform - pos: -66.5,115.5 - parent: 2 - - uid: 3748 - components: - - type: Transform - pos: -65.5,115.5 - parent: 2 - - uid: 3750 - components: - - type: Transform - pos: -63.5,115.5 - parent: 2 - - uid: 3751 - components: - - type: Transform - pos: -62.5,114.5 - parent: 2 - - uid: 3752 - components: - - type: Transform - pos: -61.5,113.5 - parent: 2 - - uid: 3753 - components: - - type: Transform - pos: -61.5,112.5 - parent: 2 - - uid: 3759 - components: - - type: Transform - pos: -61.5,111.5 - parent: 2 - - uid: 3792 - components: - - type: Transform - pos: -61.5,110.5 - parent: 2 - uid: 3794 components: - type: Transform @@ -166985,16 +184330,6 @@ entities: - type: Transform pos: 44.5,-35.5 parent: 2 - - uid: 3799 - components: - - type: Transform - pos: -61.5,109.5 - parent: 2 - - uid: 3805 - components: - - type: Transform - pos: -62.5,109.5 - parent: 2 - uid: 3822 components: - type: Transform @@ -167010,11 +184345,6 @@ entities: - type: Transform pos: 51.5,14.5 parent: 2 - - uid: 3839 - components: - - type: Transform - pos: -62.5,108.5 - parent: 2 - uid: 3845 components: - type: Transform @@ -167083,17 +184413,8 @@ entities: - uid: 3891 components: - type: Transform - pos: -62.5,107.5 - parent: 2 - - uid: 3895 - components: - - type: Transform - pos: -62.5,106.5 - parent: 2 - - uid: 3896 - components: - - type: Transform - pos: -62.5,105.5 + rot: -1.5707963267948966 rad + pos: -53.5,71.5 parent: 2 - uid: 3901 components: @@ -167152,20 +184473,11 @@ entities: - type: Transform pos: -106.5,28.5 parent: 2 - - uid: 3938 - components: - - type: Transform - pos: -61.5,106.5 - parent: 2 - - uid: 3939 - components: - - type: Transform - pos: -62.5,96.5 - parent: 2 - uid: 3940 components: - type: Transform - pos: -62.5,102.5 + rot: 3.141592653589793 rad + pos: -53.5,62.5 parent: 2 - uid: 3942 components: @@ -167197,11 +184509,6 @@ entities: - type: Transform pos: 27.5,22.5 parent: 2 - - uid: 3984 - components: - - type: Transform - pos: -62.5,101.5 - parent: 2 - uid: 3986 components: - type: Transform @@ -167212,11 +184519,6 @@ entities: - type: Transform pos: 40.5,-30.5 parent: 2 - - uid: 4000 - components: - - type: Transform - pos: -62.5,100.5 - parent: 2 - uid: 4012 components: - type: Transform @@ -167272,41 +184574,16 @@ entities: - type: Transform pos: 42.5,56.5 parent: 2 - - uid: 4166 - components: - - type: Transform - pos: 36.5,55.5 - parent: 2 - uid: 4176 components: - type: Transform pos: -101.5,-14.5 parent: 2 - - uid: 4178 - components: - - type: Transform - pos: -62.5,99.5 - parent: 2 - - uid: 4179 - components: - - type: Transform - pos: -63.5,101.5 - parent: 2 - - uid: 4182 - components: - - type: Transform - pos: 36.5,54.5 - parent: 2 - uid: 4188 components: - type: Transform pos: 48.5,54.5 parent: 2 - - uid: 4189 - components: - - type: Transform - pos: 36.5,56.5 - parent: 2 - uid: 4193 components: - type: Transform @@ -167340,7 +184617,14 @@ entities: - uid: 4209 components: - type: Transform - pos: -62.5,95.5 + rot: -1.5707963267948966 rad + pos: -49.5,73.5 + parent: 2 + - uid: 4211 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,85.5 parent: 2 - uid: 4214 components: @@ -167392,55 +184676,28 @@ entities: - type: Transform pos: 63.5,9.5 parent: 2 - - uid: 4307 - components: - - type: Transform - pos: -62.5,94.5 - parent: 2 - uid: 4310 components: - type: Transform pos: 37.5,-19.5 parent: 2 - - uid: 4318 - components: - - type: Transform - pos: -62.5,93.5 - parent: 2 - uid: 4319 components: - type: Transform - pos: -62.5,92.5 - parent: 2 - - uid: 4320 - components: - - type: Transform - pos: -62.5,90.5 - parent: 2 - - uid: 4321 - components: - - type: Transform - pos: -62.5,87.5 - parent: 2 - - uid: 4322 - components: - - type: Transform - pos: -61.5,86.5 + rot: 3.141592653589793 rad + pos: -34.5,85.5 parent: 2 - uid: 4325 components: - type: Transform - pos: -61.5,85.5 + rot: 3.141592653589793 rad + pos: -34.5,83.5 parent: 2 - uid: 4326 components: - type: Transform - pos: -62.5,84.5 - parent: 2 - - uid: 4327 - components: - - type: Transform - pos: -63.5,83.5 + rot: 3.141592653589793 rad + pos: -34.5,80.5 parent: 2 - uid: 4351 components: @@ -167457,12 +184714,23 @@ entities: - type: Transform pos: 44.5,-20.5 parent: 2 + - uid: 4451 + components: + - type: Transform + pos: -1.5,61.5 + parent: 2 - uid: 4457 components: - type: Transform rot: 3.141592653589793 rad pos: -32.5,27.5 parent: 2 + - uid: 4504 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,97.5 + parent: 2 - uid: 4527 components: - type: Transform @@ -167474,11 +184742,6 @@ entities: - type: Transform pos: -104.5,18.5 parent: 2 - - uid: 4632 - components: - - type: Transform - pos: -1.5,48.5 - parent: 2 - uid: 4634 components: - type: Transform @@ -167542,6 +184805,17 @@ entities: - type: Transform pos: 90.5,14.5 parent: 2 + - uid: 4856 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,85.5 + parent: 2 + - uid: 4923 + components: + - type: Transform + pos: -73.5,37.5 + parent: 2 - uid: 4943 components: - type: Transform @@ -167563,6 +184837,17 @@ entities: - type: Transform pos: -106.5,20.5 parent: 2 + - uid: 4965 + components: + - type: Transform + pos: -72.5,37.5 + parent: 2 + - uid: 5012 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,66.5 + parent: 2 - uid: 5014 components: - type: Transform @@ -167633,15 +184918,22 @@ entities: - type: Transform pos: -105.5,19.5 parent: 2 - - uid: 5082 + - uid: 5095 components: - type: Transform - pos: 22.5,59.5 + pos: 70.5,-13.5 parent: 2 - - uid: 5095 + - uid: 5102 components: - type: Transform - pos: 70.5,-13.5 + rot: 1.5707963267948966 rad + pos: -30.5,81.5 + parent: 2 + - uid: 5109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,81.5 parent: 2 - uid: 5200 components: @@ -167666,11 +184958,6 @@ entities: - type: Transform pos: -15.5,40.5 parent: 2 - - uid: 5298 - components: - - type: Transform - pos: 22.5,60.5 - parent: 2 - uid: 5315 components: - type: Transform @@ -167681,15 +184968,16 @@ entities: - type: Transform pos: 59.5,58.5 parent: 2 - - uid: 5317 + - uid: 5326 components: - type: Transform - pos: 58.5,58.5 + pos: -102.5,-14.5 parent: 2 - - uid: 5326 + - uid: 5355 components: - type: Transform - pos: -102.5,-14.5 + rot: 1.5707963267948966 rad + pos: 46.5,68.5 parent: 2 - uid: 5360 components: @@ -167911,37 +185199,18 @@ entities: - type: Transform pos: -14.5,-41.5 parent: 2 - - uid: 6183 - components: - - type: Transform - pos: -62.5,82.5 - parent: 2 - - uid: 6208 - components: - - type: Transform - pos: -62.5,81.5 - parent: 2 - - uid: 6209 - components: - - type: Transform - pos: -62.5,79.5 - parent: 2 - - uid: 6210 - components: - - type: Transform - pos: -62.5,78.5 - parent: 2 - - uid: 6211 - components: - - type: Transform - pos: -58.5,58.5 - parent: 2 - uid: 6215 components: - type: Transform rot: 3.141592653589793 rad pos: -120.5,-9.5 parent: 2 + - uid: 6334 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,60.5 + parent: 2 - uid: 6367 components: - type: Transform @@ -167957,6 +185226,12 @@ entities: - type: Transform pos: 35.5,-10.5 parent: 2 + - uid: 6432 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,59.5 + parent: 2 - uid: 6439 components: - type: Transform @@ -168256,70 +185531,23 @@ entities: - type: Transform pos: -87.5,32.5 parent: 2 - - uid: 7494 - components: - - type: Transform - pos: -61.5,77.5 - parent: 2 - uid: 7495 components: - type: Transform - pos: -60.5,77.5 - parent: 2 - - uid: 7497 - components: - - type: Transform - pos: -58.5,77.5 - parent: 2 - - uid: 7498 - components: - - type: Transform - pos: -57.5,77.5 - parent: 2 - - uid: 7499 - components: - - type: Transform - pos: -56.5,77.5 - parent: 2 - - uid: 7500 - components: - - type: Transform - pos: -55.5,77.5 - parent: 2 - - uid: 7501 - components: - - type: Transform - pos: -54.5,77.5 - parent: 2 - - uid: 7502 - components: - - type: Transform - pos: -53.5,78.5 - parent: 2 - - uid: 7503 - components: - - type: Transform - pos: -52.5,78.5 + rot: 3.141592653589793 rad + pos: -34.5,79.5 parent: 2 - uid: 7506 components: - type: Transform - pos: -51.5,78.5 - parent: 2 - - uid: 7510 - components: - - type: Transform - pos: -50.5,78.5 - parent: 2 - - uid: 7533 - components: - - type: Transform - pos: -49.5,78.5 + rot: 3.141592653589793 rad + pos: -34.5,84.5 parent: 2 - uid: 7534 components: - type: Transform - pos: -48.5,78.5 + rot: -1.5707963267948966 rad + pos: -44.5,74.5 parent: 2 - uid: 7550 components: @@ -168332,12 +185560,6 @@ entities: - type: Transform pos: -39.5,68.5 parent: 2 - - uid: 7565 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,59.5 - parent: 2 - uid: 7584 components: - type: Transform @@ -168354,10 +185576,11 @@ entities: - type: Transform pos: -98.5,26.5 parent: 2 - - uid: 7596 + - uid: 7594 components: - type: Transform - pos: -44.5,80.5 + rot: -1.5707963267948966 rad + pos: -42.5,74.5 parent: 2 - uid: 7597 components: @@ -168365,11 +185588,6 @@ entities: rot: 3.141592653589793 rad pos: -27.5,1.5 parent: 2 - - uid: 7602 - components: - - type: Transform - pos: -45.5,80.5 - parent: 2 - uid: 7603 components: - type: Transform @@ -168380,11 +185598,6 @@ entities: - type: Transform pos: -98.5,28.5 parent: 2 - - uid: 7618 - components: - - type: Transform - pos: -33.5,74.5 - parent: 2 - uid: 7632 components: - type: Transform @@ -168406,11 +185619,6 @@ entities: - type: Transform pos: -98.5,19.5 parent: 2 - - uid: 7657 - components: - - type: Transform - pos: -28.5,71.5 - parent: 2 - uid: 7663 components: - type: Transform @@ -168426,61 +185634,6 @@ entities: - type: Transform pos: -98.5,23.5 parent: 2 - - uid: 7677 - components: - - type: Transform - pos: -26.5,75.5 - parent: 2 - - uid: 7686 - components: - - type: Transform - pos: -24.5,75.5 - parent: 2 - - uid: 7687 - components: - - type: Transform - pos: -23.5,75.5 - parent: 2 - - uid: 7689 - components: - - type: Transform - pos: -22.5,75.5 - parent: 2 - - uid: 7690 - components: - - type: Transform - pos: -21.5,75.5 - parent: 2 - - uid: 7693 - components: - - type: Transform - pos: -19.5,75.5 - parent: 2 - - uid: 7698 - components: - - type: Transform - pos: -14.5,75.5 - parent: 2 - - uid: 7699 - components: - - type: Transform - pos: -15.5,75.5 - parent: 2 - - uid: 7700 - components: - - type: Transform - pos: -16.5,75.5 - parent: 2 - - uid: 7702 - components: - - type: Transform - pos: 20.5,81.5 - parent: 2 - - uid: 7703 - components: - - type: Transform - pos: 21.5,81.5 - parent: 2 - uid: 7704 components: - type: Transform @@ -168501,11 +185654,6 @@ entities: - type: Transform pos: -86.5,0.5 parent: 2 - - uid: 7709 - components: - - type: Transform - pos: 37.5,76.5 - parent: 2 - uid: 7711 components: - type: Transform @@ -168716,11 +185864,6 @@ entities: - type: Transform pos: -98.5,-11.5 parent: 2 - - uid: 7891 - components: - - type: Transform - pos: 47.5,-5.5 - parent: 2 - uid: 7892 components: - type: Transform @@ -168801,106 +185944,6 @@ entities: - type: Transform pos: -104.5,2.5 parent: 2 - - uid: 7967 - components: - - type: Transform - pos: -24.5,60.5 - parent: 2 - - uid: 7973 - components: - - type: Transform - pos: 44.5,81.5 - parent: 2 - - uid: 7974 - components: - - type: Transform - pos: 46.5,81.5 - parent: 2 - - uid: 7977 - components: - - type: Transform - pos: 43.5,81.5 - parent: 2 - - uid: 7979 - components: - - type: Transform - pos: 45.5,81.5 - parent: 2 - - uid: 7984 - components: - - type: Transform - pos: 18.5,80.5 - parent: 2 - - uid: 7994 - components: - - type: Transform - pos: 32.5,76.5 - parent: 2 - - uid: 7995 - components: - - type: Transform - pos: 17.5,80.5 - parent: 2 - - uid: 7997 - components: - - type: Transform - pos: 41.5,76.5 - parent: 2 - - uid: 7998 - components: - - type: Transform - pos: 30.5,76.5 - parent: 2 - - uid: 8000 - components: - - type: Transform - pos: 31.5,76.5 - parent: 2 - - uid: 8001 - components: - - type: Transform - pos: 29.5,76.5 - parent: 2 - - uid: 8003 - components: - - type: Transform - pos: 27.5,76.5 - parent: 2 - - uid: 8004 - components: - - type: Transform - pos: 36.5,76.5 - parent: 2 - - uid: 8005 - components: - - type: Transform - pos: 33.5,76.5 - parent: 2 - - uid: 8006 - components: - - type: Transform - pos: 50.5,77.5 - parent: 2 - - uid: 8023 - components: - - type: Transform - pos: 25.5,76.5 - parent: 2 - - uid: 8028 - components: - - type: Transform - pos: 24.5,76.5 - parent: 2 - - uid: 8029 - components: - - type: Transform - pos: 23.5,81.5 - parent: 2 - - uid: 8032 - components: - - type: Transform - pos: 22.5,81.5 - parent: 2 - uid: 8036 components: - type: Transform @@ -169026,21 +186069,11 @@ entities: - type: Transform pos: -86.5,23.5 parent: 2 - - uid: 8067 - components: - - type: Transform - pos: 44.5,77.5 - parent: 2 - uid: 8068 components: - type: Transform pos: -84.5,23.5 parent: 2 - - uid: 8069 - components: - - type: Transform - pos: 42.5,77.5 - parent: 2 - uid: 8070 components: - type: Transform @@ -169061,36 +186094,6 @@ entities: - type: Transform pos: -79.5,23.5 parent: 2 - - uid: 8076 - components: - - type: Transform - pos: 52.5,77.5 - parent: 2 - - uid: 8086 - components: - - type: Transform - pos: 35.5,81.5 - parent: 2 - - uid: 8097 - components: - - type: Transform - pos: 47.5,80.5 - parent: 2 - - uid: 8102 - components: - - type: Transform - pos: 48.5,80.5 - parent: 2 - - uid: 8104 - components: - - type: Transform - pos: 49.5,80.5 - parent: 2 - - uid: 8123 - components: - - type: Transform - pos: 51.5,79.5 - parent: 2 - uid: 8124 components: - type: Transform @@ -169107,11 +186110,11 @@ entities: rot: 3.141592653589793 rad pos: -116.5,11.5 parent: 2 - - uid: 8316 + - uid: 8407 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,64.5 + rot: -1.5707963267948966 rad + pos: -49.5,71.5 parent: 2 - uid: 8439 components: @@ -169431,6 +186434,12 @@ entities: - type: Transform pos: -30.5,23.5 parent: 2 + - uid: 8738 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,73.5 + parent: 2 - uid: 8749 components: - type: Transform @@ -169688,6 +186697,11 @@ entities: - type: Transform pos: 49.5,52.5 parent: 2 + - uid: 9234 + components: + - type: Transform + pos: 38.5,61.5 + parent: 2 - uid: 9245 components: - type: Transform @@ -169816,36 +186830,6 @@ entities: rot: 3.141592653589793 rad pos: -116.5,-8.5 parent: 2 - - uid: 9463 - components: - - type: Transform - pos: -39.5,52.5 - parent: 2 - - uid: 9464 - components: - - type: Transform - pos: -41.5,52.5 - parent: 2 - - uid: 9465 - components: - - type: Transform - pos: -43.5,52.5 - parent: 2 - - uid: 9466 - components: - - type: Transform - pos: -45.5,52.5 - parent: 2 - - uid: 9467 - components: - - type: Transform - pos: -47.5,52.5 - parent: 2 - - uid: 9468 - components: - - type: Transform - pos: -49.5,52.5 - parent: 2 - uid: 9481 components: - type: Transform @@ -169858,6 +186842,12 @@ entities: rot: 3.141592653589793 rad pos: -120.5,-12.5 parent: 2 + - uid: 9513 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,74.5 + parent: 2 - uid: 9527 components: - type: Transform @@ -169868,6 +186858,11 @@ entities: - type: Transform pos: -66.5,-15.5 parent: 2 + - uid: 9539 + components: + - type: Transform + pos: 37.5,61.5 + parent: 2 - uid: 9555 components: - type: Transform @@ -169933,7 +186928,31 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,64.5 + pos: -77.5,46.5 + parent: 2 + - uid: 9701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -77.5,47.5 + parent: 2 + - uid: 9704 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -77.5,42.5 + parent: 2 + - uid: 9706 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -77.5,44.5 + parent: 2 + - uid: 9709 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,66.5 parent: 2 - uid: 9721 components: @@ -169945,6 +186964,18 @@ entities: - type: Transform pos: 58.5,-94.5 parent: 2 + - uid: 9757 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,63.5 + parent: 2 + - uid: 9762 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,65.5 + parent: 2 - uid: 9785 components: - type: Transform @@ -169975,22 +187006,78 @@ entities: - type: Transform pos: 51.5,-94.5 parent: 2 + - uid: 9852 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,67.5 + parent: 2 - uid: 9860 components: - type: Transform rot: 3.141592653589793 rad pos: -116.5,-1.5 parent: 2 + - uid: 9871 + components: + - type: Transform + pos: -75.5,48.5 + parent: 2 - uid: 9873 components: - type: Transform - pos: -55.5,54.5 + pos: -71.5,37.5 + parent: 2 + - uid: 9879 + components: + - type: Transform + pos: -70.5,51.5 + parent: 2 + - uid: 9882 + components: + - type: Transform + pos: -72.5,53.5 + parent: 2 + - uid: 9883 + components: + - type: Transform + pos: -70.5,49.5 + parent: 2 + - uid: 9884 + components: + - type: Transform + pos: -71.5,53.5 + parent: 2 + - uid: 9885 + components: + - type: Transform + pos: -75.5,51.5 + parent: 2 + - uid: 9887 + components: + - type: Transform + pos: -75.5,52.5 parent: 2 - uid: 9917 components: - type: Transform pos: 104.5,-30.5 parent: 2 + - uid: 9919 + components: + - type: Transform + pos: -75.5,49.5 + parent: 2 + - uid: 9925 + components: + - type: Transform + pos: -74.5,53.5 + parent: 2 + - uid: 9926 + components: + - type: Transform + pos: -73.5,53.5 + parent: 2 - uid: 9927 components: - type: Transform @@ -170021,6 +187108,35 @@ entities: - type: Transform pos: 92.5,-30.5 parent: 2 + - uid: 9934 + components: + - type: Transform + pos: -70.5,52.5 + parent: 2 + - uid: 9953 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,54.5 + parent: 2 + - uid: 9957 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -77.5,43.5 + parent: 2 + - uid: 9958 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -77.5,45.5 + parent: 2 + - uid: 9959 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,69.5 + parent: 2 - uid: 10023 components: - type: Transform @@ -170036,6 +187152,48 @@ entities: - type: Transform pos: 49.5,-94.5 parent: 2 + - uid: 10100 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,54.5 + parent: 2 + - uid: 10103 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -77.5,48.5 + parent: 2 + - uid: 10106 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,52.5 + parent: 2 + - uid: 10113 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -77.5,51.5 + parent: 2 + - uid: 10114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,54.5 + parent: 2 + - uid: 10116 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -77.5,53.5 + parent: 2 + - uid: 10118 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,69.5 + parent: 2 - uid: 10151 components: - type: Transform @@ -170101,7 +187259,7 @@ entities: - uid: 10391 components: - type: Transform - pos: 36.5,81.5 + pos: 39.5,61.5 parent: 2 - uid: 10398 components: @@ -170133,6 +187291,12 @@ entities: - type: Transform pos: 38.5,-88.5 parent: 2 + - uid: 10479 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,67.5 + parent: 2 - uid: 10646 components: - type: Transform @@ -170154,6 +187318,12 @@ entities: - type: Transform pos: -9.5,-0.5 parent: 2 + - uid: 11232 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,63.5 + parent: 2 - uid: 11245 components: - type: Transform @@ -170398,27 +187568,6 @@ entities: - type: Transform pos: -74.5,-60.5 parent: 2 - - uid: 11640 - components: - - type: Transform - pos: 8.5,72.5 - parent: 2 - - uid: 11642 - components: - - type: Transform - pos: 10.5,72.5 - parent: 2 - - uid: 11643 - components: - - type: Transform - pos: 9.5,72.5 - parent: 2 - - uid: 11871 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,61.5 - parent: 2 - uid: 11974 components: - type: Transform @@ -170429,12 +187578,6 @@ entities: - type: Transform pos: 3.5,-25.5 parent: 2 - - uid: 12033 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,59.5 - parent: 2 - uid: 12141 components: - type: Transform @@ -170443,7 +187586,8 @@ entities: - uid: 12145 components: - type: Transform - pos: 47.5,-4.5 + rot: 3.141592653589793 rad + pos: 43.5,61.5 parent: 2 - uid: 12213 components: @@ -170616,171 +187760,6 @@ entities: - type: Transform pos: -105.5,-2.5 parent: 2 - - uid: 13137 - components: - - type: Transform - pos: -69.5,-71.5 - parent: 2 - - uid: 13138 - components: - - type: Transform - pos: -70.5,-72.5 - parent: 2 - - uid: 13139 - components: - - type: Transform - pos: -71.5,-73.5 - parent: 2 - - uid: 13140 - components: - - type: Transform - pos: -72.5,-73.5 - parent: 2 - - uid: 13141 - components: - - type: Transform - pos: -73.5,-73.5 - parent: 2 - - uid: 13142 - components: - - type: Transform - pos: -74.5,-73.5 - parent: 2 - - uid: 13143 - components: - - type: Transform - pos: -75.5,-73.5 - parent: 2 - - uid: 13144 - components: - - type: Transform - pos: -75.5,-74.5 - parent: 2 - - uid: 13145 - components: - - type: Transform - pos: -77.5,-73.5 - parent: 2 - - uid: 13146 - components: - - type: Transform - pos: -79.5,-73.5 - parent: 2 - - uid: 13147 - components: - - type: Transform - pos: -80.5,-73.5 - parent: 2 - - uid: 13148 - components: - - type: Transform - pos: -82.5,-73.5 - parent: 2 - - uid: 13149 - components: - - type: Transform - pos: -83.5,-73.5 - parent: 2 - - uid: 13150 - components: - - type: Transform - pos: -84.5,-73.5 - parent: 2 - - uid: 13151 - components: - - type: Transform - pos: -85.5,-74.5 - parent: 2 - - uid: 13152 - components: - - type: Transform - pos: -86.5,-74.5 - parent: 2 - - uid: 13153 - components: - - type: Transform - pos: -87.5,-74.5 - parent: 2 - - uid: 13154 - components: - - type: Transform - pos: -88.5,-73.5 - parent: 2 - - uid: 13155 - components: - - type: Transform - pos: -89.5,-73.5 - parent: 2 - - uid: 13156 - components: - - type: Transform - pos: -90.5,-73.5 - parent: 2 - - uid: 13157 - components: - - type: Transform - pos: -91.5,-73.5 - parent: 2 - - uid: 13158 - components: - - type: Transform - pos: -92.5,-73.5 - parent: 2 - - uid: 13159 - components: - - type: Transform - pos: -93.5,-73.5 - parent: 2 - - uid: 13160 - components: - - type: Transform - pos: -94.5,-73.5 - parent: 2 - - uid: 13161 - components: - - type: Transform - pos: -96.5,-73.5 - parent: 2 - - uid: 13162 - components: - - type: Transform - pos: -98.5,-73.5 - parent: 2 - - uid: 13163 - components: - - type: Transform - pos: -100.5,-73.5 - parent: 2 - - uid: 13164 - components: - - type: Transform - pos: -101.5,-73.5 - parent: 2 - - uid: 13165 - components: - - type: Transform - pos: -102.5,-73.5 - parent: 2 - - uid: 13166 - components: - - type: Transform - pos: -103.5,-73.5 - parent: 2 - - uid: 13167 - components: - - type: Transform - pos: -104.5,-73.5 - parent: 2 - - uid: 13168 - components: - - type: Transform - pos: -99.5,-73.5 - parent: 2 - - uid: 13169 - components: - - type: Transform - pos: -101.5,-74.5 - parent: 2 - uid: 13170 components: - type: Transform @@ -171129,31 +188108,17 @@ entities: rot: 1.5707963267948966 rad pos: -45.5,14.5 parent: 2 - - uid: 13936 - components: - - type: Transform - pos: 19.5,60.5 - parent: 2 - - uid: 13939 + - uid: 13871 components: - type: Transform - pos: 18.5,60.5 + rot: 3.141592653589793 rad + pos: 46.5,61.5 parent: 2 - uid: 13949 components: - type: Transform pos: 9.5,57.5 parent: 2 - - uid: 13950 - components: - - type: Transform - pos: 17.5,60.5 - parent: 2 - - uid: 13955 - components: - - type: Transform - pos: -1.5,55.5 - parent: 2 - uid: 13960 components: - type: Transform @@ -171190,16 +188155,6 @@ entities: - type: Transform pos: 11.5,51.5 parent: 2 - - uid: 14048 - components: - - type: Transform - pos: 23.5,58.5 - parent: 2 - - uid: 14049 - components: - - type: Transform - pos: 23.5,59.5 - parent: 2 - uid: 14114 components: - type: Transform @@ -171217,18 +188172,6 @@ entities: - type: Transform pos: -30.5,26.5 parent: 2 - - uid: 14291 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,51.5 - parent: 2 - - uid: 14351 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,49.5 - parent: 2 - uid: 14364 components: - type: Transform @@ -171339,38 +188282,23 @@ entities: rot: 3.141592653589793 rad pos: -120.5,14.5 parent: 2 - - uid: 15141 - components: - - type: Transform - pos: -23.5,65.5 - parent: 2 - uid: 15154 components: - type: Transform rot: 3.141592653589793 rad pos: -120.5,7.5 parent: 2 - - uid: 15167 - components: - - type: Transform - pos: -25.5,65.5 - parent: 2 - - uid: 15170 - components: - - type: Transform - pos: -27.5,65.5 - parent: 2 - uid: 15181 components: - type: Transform rot: 3.141592653589793 rad pos: -120.5,12.5 parent: 2 - - uid: 15204 + - uid: 15198 components: - type: Transform rot: -1.5707963267948966 rad - pos: -34.5,58.5 + pos: -23.5,60.5 parent: 2 - uid: 15210 components: @@ -171384,11 +188312,6 @@ entities: rot: 3.141592653589793 rad pos: -120.5,25.5 parent: 2 - - uid: 15215 - components: - - type: Transform - pos: 15.5,65.5 - parent: 2 - uid: 15222 components: - type: Transform @@ -171401,12 +188324,6 @@ entities: rot: 3.141592653589793 rad pos: -121.5,31.5 parent: 2 - - uid: 15228 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,59.5 - parent: 2 - uid: 15233 components: - type: Transform @@ -171431,11 +188348,6 @@ entities: rot: 3.141592653589793 rad pos: -119.5,8.5 parent: 2 - - uid: 15256 - components: - - type: Transform - pos: -22.5,62.5 - parent: 2 - uid: 15270 components: - type: Transform @@ -171582,11 +188494,6 @@ entities: rot: 3.141592653589793 rad pos: -120.5,23.5 parent: 2 - - uid: 15630 - components: - - type: Transform - pos: -13.5,65.5 - parent: 2 - uid: 15632 components: - type: Transform @@ -171595,12 +188502,8 @@ entities: - uid: 15635 components: - type: Transform - pos: -25.5,52.5 - parent: 2 - - uid: 15637 - components: - - type: Transform - pos: -27.5,52.5 + rot: 1.5707963267948966 rad + pos: -49.5,66.5 parent: 2 - uid: 15648 components: @@ -171651,7 +188554,8 @@ entities: - uid: 15698 components: - type: Transform - pos: -25.5,47.5 + rot: -1.5707963267948966 rad + pos: -53.5,79.5 parent: 2 - uid: 15711 components: @@ -171693,51 +188597,34 @@ entities: - type: Transform pos: -90.5,111.5 parent: 2 - - uid: 15804 - components: - - type: Transform - pos: -88.5,111.5 - parent: 2 - - uid: 15807 - components: - - type: Transform - pos: -85.5,111.5 - parent: 2 - - uid: 15811 - components: - - type: Transform - pos: -84.5,111.5 - parent: 2 - - uid: 15812 - components: - - type: Transform - pos: -83.5,111.5 - parent: 2 - - uid: 15817 - components: - - type: Transform - pos: -15.5,65.5 - parent: 2 - uid: 15819 components: - type: Transform - pos: -17.5,65.5 + pos: -4.5,70.5 parent: 2 - uid: 15821 components: - type: Transform - pos: -19.5,65.5 + rot: -1.5707963267948966 rad + pos: -11.5,85.5 parent: 2 - uid: 15823 components: - type: Transform - pos: -21.5,65.5 + rot: -1.5707963267948966 rad + pos: -9.5,85.5 parent: 2 - uid: 15824 components: - type: Transform pos: 11.5,69.5 parent: 2 + - uid: 15826 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,85.5 + parent: 2 - uid: 15834 components: - type: Transform @@ -171748,6 +188635,18 @@ entities: - type: Transform pos: -25.5,43.5 parent: 2 + - uid: 15840 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,85.5 + parent: 2 + - uid: 15841 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,85.5 + parent: 2 - uid: 15849 components: - type: Transform @@ -171768,6 +188667,12 @@ entities: - type: Transform pos: 11.5,26.5 parent: 2 + - uid: 15892 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,85.5 + parent: 2 - uid: 15961 components: - type: Transform @@ -171794,20 +188699,52 @@ entities: - type: Transform pos: 81.5,-5.5 parent: 2 - - uid: 16003 + - uid: 16041 components: - type: Transform - pos: -18.5,62.5 + pos: -0.5,45.5 parent: 2 - - uid: 16041 + - uid: 16103 components: - type: Transform - pos: -0.5,45.5 + rot: -1.5707963267948966 rad + pos: -29.5,67.5 parent: 2 - - uid: 16242 + - uid: 16125 components: - type: Transform - pos: -57.5,54.5 + rot: 3.141592653589793 rad + pos: -8.5,95.5 + parent: 2 + - uid: 16126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,95.5 + parent: 2 + - uid: 16132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,98.5 + parent: 2 + - uid: 16133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,96.5 + parent: 2 + - uid: 16134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,70.5 + parent: 2 + - uid: 16135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,70.5 parent: 2 - uid: 16256 components: @@ -171845,83 +188782,100 @@ entities: - type: Transform pos: -50.5,-0.5 parent: 2 - - uid: 16341 + - uid: 16365 components: - type: Transform - pos: -17.5,54.5 + rot: -1.5707963267948966 rad + pos: -53.5,77.5 parent: 2 - - uid: 16342 + - uid: 16392 components: - type: Transform - pos: -17.5,55.5 + rot: 3.141592653589793 rad + pos: -0.5,98.5 parent: 2 - - uid: 16343 + - uid: 16393 components: - type: Transform - pos: -17.5,56.5 + rot: 3.141592653589793 rad + pos: 1.5,98.5 parent: 2 - - uid: 16344 + - uid: 16402 components: - type: Transform - pos: -17.5,58.5 + rot: 3.141592653589793 rad + pos: -0.5,96.5 parent: 2 - - uid: 16345 + - uid: 16403 components: - type: Transform - pos: -17.5,57.5 + rot: 3.141592653589793 rad + pos: -0.5,95.5 parent: 2 - - uid: 16356 + - uid: 16404 components: - type: Transform - pos: -28.5,70.5 + rot: 3.141592653589793 rad + pos: 1.5,97.5 parent: 2 - - uid: 16357 + - uid: 16405 components: - type: Transform - pos: -82.5,111.5 + rot: -1.5707963267948966 rad + pos: -53.5,81.5 parent: 2 - - uid: 16358 + - uid: 16406 components: - type: Transform - pos: -78.5,111.5 + rot: 3.141592653589793 rad + pos: 9.5,95.5 parent: 2 - - uid: 16359 + - uid: 16459 components: - type: Transform - pos: -76.5,111.5 + rot: 3.141592653589793 rad + pos: 11.5,96.5 parent: 2 - - uid: 16360 + - uid: 16464 components: - type: Transform - pos: -70.5,111.5 + pos: -1.5,53.5 parent: 2 - - uid: 16363 + - uid: 16477 components: - type: Transform - pos: -69.5,111.5 + rot: 3.141592653589793 rad + pos: 41.5,69.5 parent: 2 - - uid: 16427 + - uid: 16483 components: - type: Transform rot: 3.141592653589793 rad - pos: -37.5,50.5 + pos: -72.5,54.5 parent: 2 - - uid: 16428 + - uid: 16488 components: - type: Transform rot: 3.141592653589793 rad - pos: -37.5,48.5 + pos: -71.5,54.5 parent: 2 - - uid: 16477 + - uid: 16490 components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,61.5 + pos: -70.5,54.5 parent: 2 - - uid: 16483 + - uid: 16491 components: - type: Transform - pos: -56.5,54.5 + rot: 3.141592653589793 rad + pos: -77.5,52.5 + parent: 2 + - uid: 16493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -77.5,54.5 parent: 2 - uid: 16498 components: @@ -171929,6 +188883,12 @@ entities: rot: 3.141592653589793 rad pos: -120.5,11.5 parent: 2 + - uid: 16499 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -76.5,54.5 + parent: 2 - uid: 16509 components: - type: Transform @@ -171951,17 +188911,23 @@ entities: rot: 3.141592653589793 rad pos: -120.5,22.5 parent: 2 - - uid: 16554 + - uid: 16543 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,80.5 + rot: 3.141592653589793 rad + pos: -77.5,49.5 parent: 2 - uid: 16564 components: - type: Transform rot: 3.141592653589793 rad - pos: -69.5,55.5 + pos: -77.5,50.5 + parent: 2 + - uid: 16584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,97.5 parent: 2 - uid: 16609 components: @@ -171974,28 +188940,40 @@ entities: rot: 3.141592653589793 rad pos: -32.5,23.5 parent: 2 - - uid: 16686 + - uid: 16613 components: - type: Transform - pos: -41.5,-9.5 + rot: 3.141592653589793 rad + pos: 3.5,98.5 parent: 2 - - uid: 16973 + - uid: 16623 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,28.5 + rot: 3.141592653589793 rad + pos: 3.5,97.5 parent: 2 - - uid: 16993 + - uid: 16624 components: - type: Transform rot: 3.141592653589793 rad - pos: -67.5,54.5 + pos: 11.5,97.5 parent: 2 - - uid: 17015 + - uid: 16625 components: - type: Transform rot: 3.141592653589793 rad - pos: -66.5,54.5 + pos: 1.5,96.5 + parent: 2 + - uid: 16686 + components: + - type: Transform + pos: -41.5,-9.5 + parent: 2 + - uid: 16973 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,28.5 parent: 2 - uid: 17236 components: @@ -172008,6 +188986,11 @@ entities: - type: Transform pos: 15.5,-20.5 parent: 2 + - uid: 17698 + components: + - type: Transform + pos: -1.5,59.5 + parent: 2 - uid: 17769 components: - type: Transform @@ -172030,6 +189013,11 @@ entities: rot: 1.5707963267948966 rad pos: -57.5,30.5 parent: 2 + - uid: 17861 + components: + - type: Transform + pos: -1.5,62.5 + parent: 2 - uid: 17872 components: - type: Transform @@ -172040,10 +189028,11 @@ entities: - type: Transform pos: 3.5,35.5 parent: 2 - - uid: 17916 + - uid: 17885 components: - type: Transform - pos: -7.5,68.5 + rot: 1.5707963267948966 rad + pos: -1.5,48.5 parent: 2 - uid: 17992 components: @@ -172070,73 +189059,74 @@ entities: - type: Transform pos: 7.5,69.5 parent: 2 - - uid: 18095 - components: - - type: Transform - pos: -22.5,80.5 - parent: 2 - - uid: 18116 + - uid: 18174 components: - type: Transform - pos: -67.5,111.5 + pos: -24.5,57.5 parent: 2 - - uid: 18122 + - uid: 18191 components: - type: Transform - pos: -66.5,110.5 + rot: -1.5707963267948966 rad + pos: 12.5,-42.5 parent: 2 - - uid: 18139 + - uid: 18192 components: - type: Transform - pos: -66.5,107.5 + rot: 3.141592653589793 rad + pos: -120.5,30.5 parent: 2 - - uid: 18145 + - uid: 18201 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,59.5 + rot: 3.141592653589793 rad + pos: 11.5,72.5 parent: 2 - - uid: 18172 + - uid: 18235 components: - type: Transform - pos: -23.5,80.5 + rot: 3.141592653589793 rad + pos: 9.5,72.5 parent: 2 - - uid: 18174 + - uid: 18254 components: - type: Transform - pos: -67.5,104.5 + rot: -1.5707963267948966 rad + pos: -20.5,60.5 parent: 2 - - uid: 18178 + - uid: 18257 components: - type: Transform - pos: -19.5,80.5 + rot: 3.141592653589793 rad + pos: 8.5,72.5 parent: 2 - - uid: 18183 + - uid: 18289 components: - type: Transform - pos: -26.5,80.5 + rot: 1.5707963267948966 rad + pos: -16.5,54.5 parent: 2 - - uid: 18191 + - uid: 18291 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-42.5 + rot: 1.5707963267948966 rad + pos: -16.5,59.5 parent: 2 - - uid: 18192 + - uid: 18292 components: - type: Transform rot: 3.141592653589793 rad - pos: -120.5,30.5 + pos: 15.5,92.5 parent: 2 - - uid: 18196 + - uid: 18320 components: - type: Transform - pos: -46.5,80.5 + pos: -75.5,37.5 parent: 2 - - uid: 18242 + - uid: 18330 components: - type: Transform - pos: -34.5,62.5 + pos: -74.5,37.5 parent: 2 - uid: 18333 components: @@ -172144,47 +189134,22 @@ entities: rot: -1.5707963267948966 rad pos: 12.5,-43.5 parent: 2 - - uid: 18346 - components: - - type: Transform - pos: -76.5,10.5 - parent: 2 - - uid: 18383 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,59.5 - parent: 2 - - uid: 18384 + - uid: 18344 components: - type: Transform rot: 3.141592653589793 rad - pos: -18.5,60.5 - parent: 2 - - uid: 18386 - components: - - type: Transform - pos: -67.5,103.5 - parent: 2 - - uid: 18391 - components: - - type: Transform - pos: -67.5,102.5 - parent: 2 - - uid: 18398 - components: - - type: Transform - pos: -66.5,101.5 + pos: -4.5,95.5 parent: 2 - - uid: 18403 + - uid: 18346 components: - type: Transform - pos: -66.5,97.5 + pos: -76.5,10.5 parent: 2 - - uid: 18406 + - uid: 18382 components: - type: Transform - pos: -66.5,96.5 + rot: 3.141592653589793 rad + pos: -4.5,98.5 parent: 2 - uid: 18408 components: @@ -172221,56 +189186,6 @@ entities: - type: Transform pos: -52.5,6.5 parent: 2 - - uid: 18440 - components: - - type: Transform - pos: -66.5,95.5 - parent: 2 - - uid: 18441 - components: - - type: Transform - pos: -66.5,94.5 - parent: 2 - - uid: 18498 - components: - - type: Transform - pos: -66.5,93.5 - parent: 2 - - uid: 18520 - components: - - type: Transform - pos: -66.5,78.5 - parent: 2 - - uid: 18530 - components: - - type: Transform - pos: -66.5,92.5 - parent: 2 - - uid: 18549 - components: - - type: Transform - pos: -66.5,91.5 - parent: 2 - - uid: 18554 - components: - - type: Transform - pos: -66.5,89.5 - parent: 2 - - uid: 18578 - components: - - type: Transform - pos: -66.5,87.5 - parent: 2 - - uid: 18579 - components: - - type: Transform - pos: -66.5,85.5 - parent: 2 - - uid: 18616 - components: - - type: Transform - pos: -66.5,81.5 - parent: 2 - uid: 18635 components: - type: Transform @@ -172289,45 +189204,16 @@ entities: rot: -1.5707963267948966 rad pos: 92.5,-18.5 parent: 2 - - uid: 18686 - components: - - type: Transform - pos: -66.5,74.5 - parent: 2 - - uid: 18687 - components: - - type: Transform - pos: -66.5,73.5 - parent: 2 - - uid: 18690 - components: - - type: Transform - pos: -64.5,71.5 - parent: 2 - uid: 18691 components: - type: Transform - pos: -61.5,71.5 + rot: 3.141592653589793 rad + pos: -39.5,74.5 parent: 2 - uid: 18692 components: - type: Transform - pos: -59.5,71.5 - parent: 2 - - uid: 18693 - components: - - type: Transform - pos: -54.5,72.5 - parent: 2 - - uid: 18694 - components: - - type: Transform - pos: -55.5,72.5 - parent: 2 - - uid: 18696 - components: - - type: Transform - pos: -52.5,72.5 + pos: -4.5,83.5 parent: 2 - uid: 18779 components: @@ -172335,30 +189221,23 @@ entities: rot: -1.5707963267948966 rad pos: 20.5,44.5 parent: 2 - - uid: 18782 - components: - - type: Transform - pos: 34.5,81.5 - parent: 2 - - uid: 18789 - components: - - type: Transform - pos: 19.5,77.5 - parent: 2 - uid: 18792 components: - type: Transform - pos: 39.5,76.5 + rot: 3.141592653589793 rad + pos: 33.5,69.5 parent: 2 - uid: 18793 components: - type: Transform - pos: 40.5,76.5 + rot: 3.141592653589793 rad + pos: 39.5,69.5 parent: 2 - uid: 18794 components: - type: Transform - pos: 38.5,76.5 + rot: 3.141592653589793 rad + pos: 42.5,68.5 parent: 2 - uid: 18807 components: @@ -172527,20 +189406,15 @@ entities: rot: 3.141592653589793 rad pos: -116.5,33.5 parent: 2 - - uid: 18949 - components: - - type: Transform - pos: 26.5,76.5 - parent: 2 - uid: 18960 components: - type: Transform - pos: 49.5,77.5 + pos: 41.5,61.5 parent: 2 - uid: 18961 components: - type: Transform - pos: 51.5,77.5 + pos: 40.5,61.5 parent: 2 - uid: 18962 components: @@ -172730,32 +189604,6 @@ entities: - type: Transform pos: -45.5,64.5 parent: 2 - - uid: 19321 - components: - - type: Transform - pos: 28.5,81.5 - parent: 2 - - uid: 19327 - components: - - type: Transform - pos: 25.5,81.5 - parent: 2 - - uid: 19328 - components: - - type: Transform - pos: -58.5,59.5 - parent: 2 - - uid: 19329 - components: - - type: Transform - pos: -58.5,57.5 - parent: 2 - - uid: 19333 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,56.5 - parent: 2 - uid: 19340 components: - type: Transform @@ -172771,316 +189619,193 @@ entities: - type: Transform pos: -81.5,-15.5 parent: 2 - - uid: 19346 - components: - - type: Transform - pos: 24.5,81.5 - parent: 2 - - uid: 19362 - components: - - type: Transform - pos: 23.5,76.5 - parent: 2 - - uid: 19363 - components: - - type: Transform - pos: 22.5,76.5 - parent: 2 - - uid: 19364 - components: - - type: Transform - pos: 21.5,77.5 - parent: 2 - - uid: 19365 - components: - - type: Transform - pos: 22.5,77.5 - parent: 2 - - uid: 19377 - components: - - type: Transform - pos: -25.5,80.5 - parent: 2 - - uid: 19388 - components: - - type: Transform - pos: 32.5,81.5 - parent: 2 - uid: 19399 components: - type: Transform rot: -1.5707963267948966 rad pos: 35.5,-4.5 parent: 2 - - uid: 19401 - components: - - type: Transform - pos: 41.5,81.5 - parent: 2 - uid: 19402 components: - type: Transform pos: -63.5,47.5 parent: 2 - - uid: 19404 - components: - - type: Transform - pos: 42.5,81.5 - parent: 2 - uid: 19413 components: - type: Transform - pos: 33.5,81.5 + rot: 3.141592653589793 rad + pos: 36.5,67.5 parent: 2 - uid: 19433 components: - type: Transform - pos: 30.5,81.5 - parent: 2 - - uid: 19457 - components: - - type: Transform - pos: -99.5,31.5 - parent: 2 - - uid: 19463 - components: - - type: Transform - pos: -0.5,79.5 - parent: 2 - - uid: 19464 - components: - - type: Transform - pos: 1.5,79.5 - parent: 2 - - uid: 19465 - components: - - type: Transform - pos: 3.5,79.5 - parent: 2 - - uid: 19472 - components: - - type: Transform - pos: -4.5,79.5 + rot: 3.141592653589793 rad + pos: 37.5,69.5 parent: 2 - - uid: 19473 + - uid: 19451 components: - type: Transform - pos: -6.5,79.5 + rot: 3.141592653589793 rad + pos: -35.5,74.5 parent: 2 - - uid: 19474 + - uid: 19452 components: - type: Transform - pos: -8.5,79.5 + rot: 3.141592653589793 rad + pos: 31.5,69.5 parent: 2 - - uid: 19475 + - uid: 19453 components: - type: Transform - pos: 7.5,79.5 + rot: 3.141592653589793 rad + pos: 35.5,69.5 parent: 2 - - uid: 19476 + - uid: 19457 components: - type: Transform - pos: 9.5,79.5 + pos: -99.5,31.5 parent: 2 - - uid: 19477 + - uid: 19470 components: - type: Transform - pos: 11.5,79.5 + pos: -24.5,61.5 parent: 2 - uid: 19479 components: - type: Transform pos: -83.5,23.5 parent: 2 - - uid: 19488 - components: - - type: Transform - pos: -8.5,80.5 - parent: 2 - - uid: 19489 + - uid: 19483 components: - type: Transform - pos: -8.5,81.5 + rot: 3.141592653589793 rad + pos: -3.5,51.5 parent: 2 - - uid: 19490 + - uid: 19487 components: - type: Transform - pos: -8.5,82.5 + rot: 3.141592653589793 rad + pos: -4.5,96.5 parent: 2 - uid: 19491 components: - type: Transform - pos: -6.5,80.5 + pos: -22.5,70.5 parent: 2 - uid: 19492 components: - type: Transform - pos: -6.5,81.5 + pos: -21.5,70.5 parent: 2 - uid: 19493 components: - type: Transform - pos: -6.5,82.5 - parent: 2 - - uid: 19494 - components: - - type: Transform - pos: -4.5,80.5 - parent: 2 - - uid: 19495 - components: - - type: Transform - pos: -4.5,81.5 - parent: 2 - - uid: 19496 - components: - - type: Transform - pos: -4.5,82.5 - parent: 2 - - uid: 19497 - components: - - type: Transform - pos: -0.5,80.5 - parent: 2 - - uid: 19498 - components: - - type: Transform - pos: -0.5,81.5 - parent: 2 - - uid: 19499 - components: - - type: Transform - pos: -0.5,82.5 - parent: 2 - - uid: 19500 - components: - - type: Transform - pos: 1.5,80.5 - parent: 2 - - uid: 19501 - components: - - type: Transform - pos: 1.5,81.5 - parent: 2 - - uid: 19502 - components: - - type: Transform - pos: 1.5,82.5 + pos: -11.5,47.5 parent: 2 - - uid: 19503 + - uid: 19512 components: - type: Transform - pos: 3.5,80.5 + rot: 3.141592653589793 rad + pos: 3.5,96.5 parent: 2 - - uid: 19504 + - uid: 19520 components: - type: Transform - pos: 3.5,81.5 + rot: 3.141592653589793 rad + pos: 7.5,95.5 parent: 2 - - uid: 19505 + - uid: 19521 components: - type: Transform - pos: 3.5,82.5 + rot: 3.141592653589793 rad + pos: 7.5,97.5 parent: 2 - - uid: 19506 + - uid: 19526 components: - type: Transform - pos: 7.5,80.5 + rot: 3.141592653589793 rad + pos: 3.5,95.5 parent: 2 - - uid: 19507 + - uid: 19527 components: - type: Transform - pos: 7.5,81.5 + rot: 3.141592653589793 rad + pos: 7.5,96.5 parent: 2 - - uid: 19508 + - uid: 19528 components: - type: Transform - pos: 7.5,82.5 + rot: 3.141592653589793 rad + pos: 9.5,98.5 parent: 2 - - uid: 19509 + - uid: 19529 components: - type: Transform - pos: 9.5,80.5 + rot: 3.141592653589793 rad + pos: 7.5,98.5 parent: 2 - - uid: 19510 + - uid: 19533 components: - type: Transform - pos: 9.5,81.5 + pos: -20.5,70.5 parent: 2 - - uid: 19511 + - uid: 19537 components: - type: Transform - pos: 9.5,82.5 + rot: 1.5707963267948966 rad + pos: -16.5,55.5 parent: 2 - - uid: 19512 + - uid: 19539 components: - type: Transform - pos: 11.5,80.5 + pos: -24.5,69.5 parent: 2 - - uid: 19513 + - uid: 19546 components: - type: Transform - pos: 11.5,81.5 + rot: 3.141592653589793 rad + pos: 11.5,95.5 parent: 2 - - uid: 19514 + - uid: 19557 components: - type: Transform - pos: 11.5,82.5 + rot: 1.5707963267948966 rad + pos: -1.5,50.5 parent: 2 - - uid: 19515 + - uid: 19565 components: - type: Transform - pos: 7.5,72.5 + rot: 1.5707963267948966 rad + pos: 1.5,95.5 parent: 2 - - uid: 19602 + - uid: 19570 components: - type: Transform - pos: 37.5,81.5 + rot: -1.5707963267948966 rad + pos: -22.5,60.5 parent: 2 - - uid: 19611 + - uid: 19576 components: - type: Transform - pos: -12.5,77.5 + rot: -1.5707963267948966 rad + pos: -33.5,67.5 parent: 2 - - uid: 19612 + - uid: 19588 components: - type: Transform - pos: -12.5,76.5 + pos: -1.5,58.5 parent: 2 - uid: 19613 components: - type: Transform - pos: -12.5,75.5 - parent: 2 - - uid: 19614 - components: - - type: Transform - pos: -12.5,74.5 - parent: 2 - - uid: 19615 - components: - - type: Transform - pos: 15.5,77.5 - parent: 2 - - uid: 19616 - components: - - type: Transform - pos: 15.5,76.5 - parent: 2 - - uid: 19617 - components: - - type: Transform - pos: 15.5,75.5 - parent: 2 - - uid: 19618 - components: - - type: Transform - pos: 15.5,74.5 + rot: -1.5707963267948966 rad + pos: 9.5,85.5 parent: 2 - - uid: 19655 + - uid: 19623 components: - type: Transform - pos: -34.5,61.5 + rot: 3.141592653589793 rad + pos: -4.5,51.5 parent: 2 - uid: 19677 components: @@ -173088,15 +189813,11 @@ entities: rot: 3.141592653589793 rad pos: -9.5,33.5 parent: 2 - - uid: 19685 - components: - - type: Transform - pos: -9.5,68.5 - parent: 2 - - uid: 19731 + - uid: 19679 components: - type: Transform - pos: 11.5,72.5 + rot: 3.141592653589793 rad + pos: -5.5,51.5 parent: 2 - uid: 19736 components: @@ -173109,80 +189830,44 @@ entities: - type: Transform pos: -14.5,31.5 parent: 2 - - uid: 19799 - components: - - type: Transform - pos: -12.5,71.5 - parent: 2 - - uid: 19830 - components: - - type: Transform - pos: -26.5,68.5 - parent: 2 - - uid: 19831 - components: - - type: Transform - pos: -27.5,68.5 - parent: 2 - uid: 19832 components: - type: Transform - pos: -25.5,68.5 - parent: 2 - - uid: 19833 - components: - - type: Transform - pos: -23.5,68.5 - parent: 2 - - uid: 19834 - components: - - type: Transform - pos: -22.5,68.5 - parent: 2 - - uid: 19835 - components: - - type: Transform - pos: -21.5,68.5 - parent: 2 - - uid: 19836 - components: - - type: Transform - pos: -19.5,68.5 - parent: 2 - - uid: 19837 - components: - - type: Transform - pos: -18.5,68.5 + rot: -1.5707963267948966 rad + pos: -7.5,70.5 parent: 2 - uid: 19838 components: - type: Transform - pos: -17.5,68.5 + rot: 1.5707963267948966 rad + pos: -1.5,49.5 parent: 2 - - uid: 19839 + - uid: 19842 components: - type: Transform - pos: -15.5,68.5 + rot: 1.5707963267948966 rad + pos: -16.5,57.5 parent: 2 - - uid: 19840 + - uid: 19846 components: - type: Transform - pos: -14.5,68.5 + pos: -77.5,41.5 parent: 2 - - uid: 19841 + - uid: 19854 components: - type: Transform - pos: -13.5,68.5 + pos: -77.5,40.5 parent: 2 - - uid: 19844 + - uid: 19856 components: - type: Transform - pos: -12.5,70.5 + pos: -77.5,39.5 parent: 2 - - uid: 19845 + - uid: 19858 components: - type: Transform - pos: -12.5,69.5 + rot: -1.5707963267948966 rad + pos: -2.5,85.5 parent: 2 - uid: 19892 components: @@ -173234,6 +189919,12 @@ entities: - type: Transform pos: -63.5,-18.5 parent: 2 + - uid: 20027 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,72.5 + parent: 2 - uid: 20155 components: - type: Transform @@ -173245,10 +189936,20 @@ entities: - type: Transform pos: 19.5,-17.5 parent: 2 - - uid: 20163 + - uid: 20184 + components: + - type: Transform + pos: -77.5,38.5 + parent: 2 + - uid: 20203 + components: + - type: Transform + pos: -77.5,37.5 + parent: 2 + - uid: 20204 components: - type: Transform - pos: -23.5,62.5 + pos: -76.5,37.5 parent: 2 - uid: 20255 components: @@ -173267,6 +189968,12 @@ entities: - type: Transform pos: -63.5,49.5 parent: 2 + - uid: 20317 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,72.5 + parent: 2 - uid: 20373 components: - type: Transform @@ -173307,12 +190014,6 @@ entities: rot: 1.5707963267948966 rad pos: 31.5,58.5 parent: 2 - - uid: 20597 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,60.5 - parent: 2 - uid: 20641 components: - type: Transform @@ -173355,11 +190056,6 @@ entities: - type: Transform pos: -36.5,74.5 parent: 2 - - uid: 20867 - components: - - type: Transform - pos: -35.5,74.5 - parent: 2 - uid: 20868 components: - type: Transform @@ -173380,11 +190076,6 @@ entities: - type: Transform pos: 110.5,-4.5 parent: 2 - - uid: 20905 - components: - - type: Transform - pos: -19.5,62.5 - parent: 2 - uid: 20929 components: - type: Transform @@ -173397,34 +190088,6 @@ entities: rot: 3.141592653589793 rad pos: -104.5,14.5 parent: 2 - - uid: 20990 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,44.5 - parent: 2 - - uid: 20998 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,54.5 - parent: 2 - - uid: 21045 - components: - - type: Transform - pos: -17.5,79.5 - parent: 2 - - uid: 21046 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,58.5 - parent: 2 - - uid: 21077 - components: - - type: Transform - pos: -41.5,73.5 - parent: 2 - uid: 21122 components: - type: Transform @@ -173445,12 +190108,6 @@ entities: - type: Transform pos: 80.5,-25.5 parent: 2 - - uid: 21134 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,54.5 - parent: 2 - uid: 21163 components: - type: Transform @@ -173489,7 +190146,8 @@ entities: - uid: 21467 components: - type: Transform - pos: 47.5,-1.5 + rot: 3.141592653589793 rad + pos: 42.5,67.5 parent: 2 - uid: 21542 components: @@ -173502,37 +190160,92 @@ entities: - type: Transform pos: 79.5,-35.5 parent: 2 - - uid: 21793 + - uid: 21682 components: - type: Transform - pos: -16.5,79.5 + rot: 3.141592653589793 rad + pos: -24.5,55.5 parent: 2 - - uid: 21795 + - uid: 21689 components: - type: Transform - pos: -20.5,80.5 + pos: -24.5,68.5 parent: 2 - - uid: 21796 + - uid: 21692 components: - type: Transform - pos: -21.5,80.5 + pos: -11.5,46.5 parent: 2 - - uid: 21797 + - uid: 21695 components: - type: Transform - pos: -18.5,80.5 + pos: -52.5,48.5 parent: 2 - - uid: 21802 + - uid: 21711 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,56.5 + parent: 2 + - uid: 21712 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,58.5 + parent: 2 + - uid: 21718 + components: + - type: Transform + pos: -11.5,45.5 + parent: 2 + - uid: 21728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,70.5 + parent: 2 + - uid: 21729 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,70.5 + parent: 2 + - uid: 21739 + components: + - type: Transform + pos: -23.5,70.5 + parent: 2 + - uid: 21740 + components: + - type: Transform + pos: -24.5,66.5 + parent: 2 + - uid: 21741 + components: + - type: Transform + pos: -24.5,64.5 + parent: 2 + - uid: 21752 + components: + - type: Transform + pos: -24.5,67.5 + parent: 2 + - uid: 21762 + components: + - type: Transform + pos: -1.5,52.5 + parent: 2 + - uid: 21786 components: - type: Transform rot: 3.141592653589793 rad - pos: -69.5,61.5 + pos: 11.5,98.5 parent: 2 - - uid: 21805 + - uid: 21793 components: - type: Transform rot: 3.141592653589793 rad - pos: -69.5,59.5 + pos: 9.5,97.5 parent: 2 - uid: 21884 components: @@ -173837,6 +190550,12 @@ entities: - type: Transform pos: -85.5,23.5 parent: 2 + - uid: 22110 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -5.5,70.5 + parent: 2 - uid: 22111 components: - type: Transform @@ -173849,12 +190568,6 @@ entities: rot: 3.141592653589793 rad pos: -116.5,18.5 parent: 2 - - uid: 22183 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,54.5 - parent: 2 - uid: 22184 components: - type: Transform @@ -173885,25 +190598,11 @@ entities: rot: 3.141592653589793 rad pos: -121.5,-19.5 parent: 2 - - uid: 22275 - components: - - type: Transform - pos: -42.5,73.5 - parent: 2 - - uid: 22300 - components: - - type: Transform - pos: -39.5,80.5 - parent: 2 - - uid: 22308 - components: - - type: Transform - pos: -41.5,80.5 - parent: 2 - - uid: 22315 + - uid: 22216 components: - type: Transform - pos: -27.5,47.5 + rot: 3.141592653589793 rad + pos: 36.5,66.5 parent: 2 - uid: 22330 components: @@ -173935,11 +190634,6 @@ entities: - type: Transform pos: 113.5,-12.5 parent: 2 - - uid: 22463 - components: - - type: Transform - pos: -40.5,80.5 - parent: 2 - uid: 22494 components: - type: Transform @@ -174011,22 +190705,11 @@ entities: - type: Transform pos: -98.5,29.5 parent: 2 - - uid: 22575 - components: - - type: Transform - pos: -76.5,-69.5 - parent: 2 - uid: 22588 components: - type: Transform pos: 19.5,-48.5 parent: 2 - - uid: 22656 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,44.5 - parent: 2 - uid: 22730 components: - type: Transform @@ -174038,6 +190721,12 @@ entities: - type: Transform pos: 115.5,-18.5 parent: 2 + - uid: 22768 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,97.5 + parent: 2 - uid: 22799 components: - type: Transform @@ -174058,71 +190747,34 @@ entities: - type: Transform pos: 16.5,-51.5 parent: 2 - - uid: 22820 - components: - - type: Transform - pos: -82.5,-69.5 - parent: 2 - - uid: 22821 - components: - - type: Transform - pos: -84.5,-69.5 - parent: 2 - - uid: 22845 - components: - - type: Transform - pos: -85.5,-69.5 - parent: 2 - - uid: 22846 + - uid: 22860 components: - type: Transform - pos: -86.5,-69.5 + rot: 3.141592653589793 rad + pos: 15.5,90.5 parent: 2 - uid: 22863 components: - type: Transform pos: -25.5,-47.5 parent: 2 - - uid: 22891 + - uid: 22872 components: - type: Transform - pos: -87.5,-69.5 + rot: 3.141592653589793 rad + pos: 15.5,93.5 parent: 2 - - uid: 22898 + - uid: 22882 components: - type: Transform - pos: -88.5,-69.5 + rot: 3.141592653589793 rad + pos: -8.5,98.5 parent: 2 - uid: 22927 components: - type: Transform pos: 115.5,-22.5 parent: 2 - - uid: 22971 - components: - - type: Transform - pos: -89.5,-69.5 - parent: 2 - - uid: 22972 - components: - - type: Transform - pos: -90.5,-69.5 - parent: 2 - - uid: 22973 - components: - - type: Transform - pos: -91.5,-69.5 - parent: 2 - - uid: 22974 - components: - - type: Transform - pos: -94.5,-69.5 - parent: 2 - - uid: 22975 - components: - - type: Transform - pos: -97.5,-69.5 - parent: 2 - uid: 22976 components: - type: Transform @@ -174169,11 +190821,6 @@ entities: rot: 3.141592653589793 rad pos: -107.5,22.5 parent: 2 - - uid: 23016 - components: - - type: Transform - pos: 15.5,66.5 - parent: 2 - uid: 23017 components: - type: Transform @@ -174306,6 +190953,17 @@ entities: rot: 1.5707963267948966 rad pos: -15.5,49.5 parent: 2 + - uid: 23384 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,88.5 + parent: 2 + - uid: 23436 + components: + - type: Transform + pos: -21.5,80.5 + parent: 2 - uid: 23452 components: - type: Transform @@ -174314,7 +190972,7 @@ entities: - uid: 23455 components: - type: Transform - pos: -28.5,69.5 + pos: -22.5,80.5 parent: 2 - uid: 23477 components: @@ -174322,6 +190980,23 @@ entities: rot: -1.5707963267948966 rad pos: -38.5,-0.5 parent: 2 + - uid: 23487 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,79.5 + parent: 2 + - uid: 23495 + components: + - type: Transform + pos: -24.5,76.5 + parent: 2 + - uid: 23532 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,75.5 + parent: 2 - uid: 23545 components: - type: Transform @@ -174332,6 +191007,12 @@ entities: - type: Transform pos: -14.5,-44.5 parent: 2 + - uid: 23558 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,75.5 + parent: 2 - uid: 23566 components: - type: Transform @@ -174350,17 +191031,47 @@ entities: rot: -1.5707963267948966 rad pos: -40.5,-0.5 parent: 2 + - uid: 23657 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,75.5 + parent: 2 + - uid: 23678 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,75.5 + parent: 2 - uid: 23700 components: - type: Transform rot: -1.5707963267948966 rad pos: -107.5,-7.5 parent: 2 + - uid: 23703 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,74.5 + parent: 2 + - uid: 23719 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,52.5 + parent: 2 - uid: 23727 components: - type: Transform pos: 95.5,-28.5 parent: 2 + - uid: 23733 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,71.5 + parent: 2 - uid: 23743 components: - type: Transform @@ -174372,15 +191083,23 @@ entities: rot: 1.5707963267948966 rad pos: 31.5,-17.5 parent: 2 - - uid: 23807 + - uid: 23772 components: - type: Transform - pos: 47.5,-3.5 + rot: -1.5707963267948966 rad + pos: -33.5,74.5 parent: 2 - - uid: 23809 + - uid: 23778 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,74.5 + parent: 2 + - uid: 23800 components: - type: Transform - pos: 47.5,-2.5 + rot: -1.5707963267948966 rad + pos: -28.5,73.5 parent: 2 - uid: 23810 components: @@ -174393,11 +191112,40 @@ entities: - type: Transform pos: 91.5,-28.5 parent: 2 + - uid: 23886 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,69.5 + parent: 2 - uid: 23910 components: - type: Transform pos: -54.5,20.5 parent: 2 + - uid: 24052 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,68.5 + parent: 2 + - uid: 24095 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,70.5 + parent: 2 + - uid: 24096 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,71.5 + parent: 2 + - uid: 24104 + components: + - type: Transform + pos: -41.5,74.5 + parent: 2 - uid: 24229 components: - type: Transform @@ -174409,6 +191157,12 @@ entities: rot: -1.5707963267948966 rad pos: 26.5,17.5 parent: 2 + - uid: 24581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,61.5 + parent: 2 - uid: 24582 components: - type: Transform @@ -174460,6 +191214,12 @@ entities: - type: Transform pos: -5.5,-42.5 parent: 2 + - uid: 25053 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,79.5 + parent: 2 - uid: 25068 components: - type: Transform @@ -174498,11 +191258,6 @@ entities: rot: 3.141592653589793 rad pos: 64.5,45.5 parent: 2 - - uid: 25322 - components: - - type: Transform - pos: -42.5,80.5 - parent: 2 - uid: 25360 components: - type: Transform @@ -174525,15 +191280,27 @@ entities: - type: Transform pos: -25.5,40.5 parent: 2 - - uid: 25932 + - uid: 25842 components: - type: Transform - pos: -27.5,80.5 + rot: 3.141592653589793 rad + pos: 57.5,58.5 parent: 2 - - uid: 25945 + - uid: 25864 components: - type: Transform - pos: -24.5,80.5 + rot: 3.141592653589793 rad + pos: -34.5,89.5 + parent: 2 + - uid: 25873 + components: + - type: Transform + pos: -24.5,78.5 + parent: 2 + - uid: 25884 + components: + - type: Transform + pos: -24.5,73.5 parent: 2 - uid: 25967 components: @@ -174541,10 +191308,47 @@ entities: rot: 1.5707963267948966 rad pos: -3.5,26.5 parent: 2 - - uid: 26159 + - uid: 26141 components: - type: Transform - pos: -18.5,61.5 + rot: 1.5707963267948966 rad + pos: -30.5,87.5 + parent: 2 + - uid: 26147 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,88.5 + parent: 2 + - uid: 26161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,87.5 + parent: 2 + - uid: 26164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,89.5 + parent: 2 + - uid: 26166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,85.5 + parent: 2 + - uid: 26172 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,83.5 + parent: 2 + - uid: 26200 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,74.5 parent: 2 - uid: 26205 components: @@ -174606,10 +191410,38 @@ entities: rot: -1.5707963267948966 rad pos: -108.5,7.5 parent: 2 - - uid: 26485 + - uid: 26469 components: - type: Transform - pos: -43.5,80.5 + pos: -0.5,83.5 + parent: 2 + - uid: 26478 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,77.5 + parent: 2 + - uid: 26484 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,75.5 + parent: 2 + - uid: 26488 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,79.5 + parent: 2 + - uid: 26522 + components: + - type: Transform + pos: -34.5,77.5 + parent: 2 + - uid: 26527 + components: + - type: Transform + pos: -34.5,76.5 parent: 2 - uid: 26531 components: @@ -174671,6 +191503,11 @@ entities: rot: 3.141592653589793 rad pos: 62.5,39.5 parent: 2 + - uid: 26863 + components: + - type: Transform + pos: -34.5,75.5 + parent: 2 - uid: 26870 components: - type: Transform @@ -174724,6 +191561,11 @@ entities: - type: Transform pos: 61.5,47.5 parent: 2 + - uid: 27290 + components: + - type: Transform + pos: -19.5,79.5 + parent: 2 - uid: 27410 components: - type: Transform @@ -174846,11 +191688,6 @@ entities: - type: Transform pos: 21.5,-17.5 parent: 2 - - uid: 28141 - components: - - type: Transform - pos: -53.5,59.5 - parent: 2 - uid: 28164 components: - type: Transform @@ -174913,6 +191750,12 @@ entities: - type: Transform pos: 18.5,18.5 parent: 2 + - uid: 28491 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,83.5 + parent: 2 - uid: 28504 components: - type: Transform @@ -174923,11 +191766,6 @@ entities: - type: Transform pos: -70.5,32.5 parent: 2 - - uid: 28521 - components: - - type: Transform - pos: -54.5,54.5 - parent: 2 - uid: 28573 components: - type: Transform @@ -174953,6 +191791,12 @@ entities: - type: Transform pos: 96.5,-4.5 parent: 2 + - uid: 28717 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,83.5 + parent: 2 - uid: 28723 components: - type: Transform @@ -174975,12 +191819,6 @@ entities: - type: Transform pos: 100.5,-4.5 parent: 2 - - uid: 28805 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,57.5 - parent: 2 - uid: 28825 components: - type: Transform @@ -174991,11 +191829,6 @@ entities: - type: Transform pos: 111.5,-28.5 parent: 2 - - uid: 28835 - components: - - type: Transform - pos: -33.5,63.5 - parent: 2 - uid: 28913 components: - type: Transform @@ -175006,11 +191839,6 @@ entities: - type: Transform pos: 113.5,-25.5 parent: 2 - - uid: 28942 - components: - - type: Transform - pos: -20.5,52.5 - parent: 2 - uid: 28965 components: - type: Transform @@ -175071,16 +191899,6 @@ entities: - type: Transform pos: 102.5,-4.5 parent: 2 - - uid: 29064 - components: - - type: Transform - pos: -28.5,72.5 - parent: 2 - - uid: 29080 - components: - - type: Transform - pos: -58.5,56.5 - parent: 2 - uid: 29118 components: - type: Transform @@ -175149,11 +191967,6 @@ entities: - type: Transform pos: 96.5,-28.5 parent: 2 - - uid: 29298 - components: - - type: Transform - pos: -32.5,63.5 - parent: 2 - uid: 29336 components: - type: Transform @@ -175181,6 +191994,12 @@ entities: rot: -1.5707963267948966 rad pos: -32.5,4.5 parent: 2 + - uid: 29636 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,57.5 + parent: 2 - uid: 29655 components: - type: Transform @@ -175227,6 +192046,12 @@ entities: rot: -1.5707963267948966 rad pos: 94.5,8.5 parent: 2 + - uid: 29868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,65.5 + parent: 2 - uid: 29932 components: - type: Transform @@ -175237,11 +192062,6 @@ entities: - type: Transform pos: 92.5,16.5 parent: 2 - - uid: 29957 - components: - - type: Transform - pos: -31.5,74.5 - parent: 2 - uid: 29972 components: - type: Transform @@ -175253,12 +192073,30 @@ entities: - type: Transform pos: 89.5,20.5 parent: 2 + - uid: 30046 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-0.5 + parent: 2 + - uid: 30109 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-6.5 + parent: 2 - uid: 30264 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,10.5 parent: 2 + - uid: 30266 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,66.5 + parent: 2 - uid: 30287 components: - type: Transform @@ -175306,6 +192144,12 @@ entities: - type: Transform pos: -70.5,36.5 parent: 2 + - uid: 30508 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -68.5,54.5 + parent: 2 - uid: 30562 components: - type: Transform @@ -175329,45 +192173,62 @@ entities: rot: 3.141592653589793 rad pos: -48.5,-5.5 parent: 2 - - uid: 30687 - components: - - type: Transform - pos: 15.5,64.5 - parent: 2 - uid: 30688 components: - type: Transform - pos: -48.5,61.5 + pos: -87.5,116.5 parent: 2 - uid: 30710 components: - type: Transform pos: 12.5,68.5 parent: 2 - - uid: 30728 + - uid: 30748 components: - type: Transform - pos: -47.5,67.5 + pos: 6.5,68.5 parent: 2 - - uid: 30742 + - uid: 30760 components: - type: Transform - pos: -47.5,65.5 + rot: 3.141592653589793 rad + pos: -64.5,54.5 parent: 2 - - uid: 30743 + - uid: 30766 components: - type: Transform - pos: -47.5,64.5 + rot: -1.5707963267948966 rad + pos: -41.5,77.5 parent: 2 - - uid: 30744 + - uid: 30772 components: - type: Transform - pos: -47.5,63.5 + rot: 3.141592653589793 rad + pos: 61.5,66.5 parent: 2 - - uid: 30748 + - uid: 30811 components: - type: Transform - pos: 6.5,68.5 + rot: -1.5707963267948966 rad + pos: -42.5,77.5 + parent: 2 + - uid: 30814 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,80.5 + parent: 2 + - uid: 30815 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,81.5 + parent: 2 + - uid: 30824 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,79.5 parent: 2 - uid: 30834 components: @@ -175380,10 +192241,11 @@ entities: rot: -1.5707963267948966 rad pos: 20.5,18.5 parent: 2 - - uid: 30903 + - uid: 30886 components: - type: Transform - pos: -14.5,79.5 + rot: 3.141592653589793 rad + pos: -67.5,54.5 parent: 2 - uid: 30931 components: @@ -175401,249 +192263,255 @@ entities: rot: 3.141592653589793 rad pos: 17.5,7.5 parent: 2 - - uid: 31090 - components: - - type: Transform - pos: -47.5,66.5 - parent: 2 - uid: 31155 components: - type: Transform pos: 20.5,-17.5 parent: 2 - - uid: 31183 - components: - - type: Transform - pos: -43.5,73.5 - parent: 2 - - uid: 31186 + - uid: 31201 components: - type: Transform - pos: -44.5,73.5 + rot: 1.5707963267948966 rad + pos: -49.5,97.5 parent: 2 - - uid: 31187 + - uid: 31202 components: - type: Transform - pos: -45.5,73.5 + rot: 1.5707963267948966 rad + pos: -48.5,97.5 parent: 2 - - uid: 31188 + - uid: 31203 components: - type: Transform - pos: -46.5,73.5 + pos: 12.5,-23.5 parent: 2 - - uid: 31189 + - uid: 31204 components: - type: Transform - pos: -47.5,73.5 + rot: 3.141592653589793 rad + pos: 90.5,5.5 parent: 2 - - uid: 31190 + - uid: 31205 components: - type: Transform - pos: -48.5,73.5 + rot: 3.141592653589793 rad + pos: 95.5,6.5 parent: 2 - - uid: 31191 + - uid: 31219 components: - type: Transform - pos: -49.5,73.5 + pos: 113.5,-14.5 parent: 2 - - uid: 31192 + - uid: 31243 components: - type: Transform - pos: -50.5,73.5 + rot: 1.5707963267948966 rad + pos: -47.5,97.5 parent: 2 - - uid: 31193 + - uid: 31244 components: - type: Transform - pos: -51.5,73.5 + rot: 1.5707963267948966 rad + pos: -46.5,97.5 parent: 2 - - uid: 31194 + - uid: 31245 components: - type: Transform - pos: -51.5,72.5 + rot: 1.5707963267948966 rad + pos: -45.5,97.5 parent: 2 - - uid: 31195 + - uid: 31246 components: - type: Transform - pos: -51.5,71.5 + rot: 1.5707963267948966 rad + pos: -44.5,97.5 parent: 2 - - uid: 31196 + - uid: 31247 components: - type: Transform - pos: -51.5,70.5 + rot: 1.5707963267948966 rad + pos: -43.5,97.5 parent: 2 - - uid: 31197 + - uid: 31248 components: - type: Transform - pos: -51.5,69.5 + rot: 1.5707963267948966 rad + pos: -42.5,97.5 parent: 2 - - uid: 31198 + - uid: 31249 components: - type: Transform - pos: -51.5,68.5 + rot: 1.5707963267948966 rad + pos: -39.5,97.5 parent: 2 - - uid: 31199 + - uid: 31250 components: - type: Transform - pos: -51.5,67.5 + rot: 1.5707963267948966 rad + pos: -38.5,97.5 parent: 2 - - uid: 31200 + - uid: 31251 components: - type: Transform - pos: -51.5,66.5 + rot: 1.5707963267948966 rad + pos: -37.5,97.5 parent: 2 - - uid: 31201 + - uid: 31252 components: - type: Transform - pos: -51.5,65.5 + rot: 1.5707963267948966 rad + pos: -37.5,96.5 parent: 2 - - uid: 31202 + - uid: 31253 components: - type: Transform - pos: -51.5,64.5 + rot: 1.5707963267948966 rad + pos: -36.5,96.5 parent: 2 - - uid: 31203 + - uid: 31254 components: - type: Transform - pos: 12.5,-23.5 + rot: 1.5707963267948966 rad + pos: -35.5,96.5 parent: 2 - - uid: 31204 + - uid: 31255 components: - type: Transform - rot: 3.141592653589793 rad - pos: 90.5,5.5 + rot: 1.5707963267948966 rad + pos: -34.5,96.5 parent: 2 - - uid: 31205 + - uid: 31256 components: - type: Transform - rot: 3.141592653589793 rad - pos: 95.5,6.5 + rot: 1.5707963267948966 rad + pos: -33.5,96.5 parent: 2 - - uid: 31219 + - uid: 31257 components: - type: Transform - pos: 113.5,-14.5 + rot: 1.5707963267948966 rad + pos: -32.5,96.5 parent: 2 - - uid: 31263 + - uid: 31258 components: - type: Transform - pos: -30.5,74.5 + rot: 1.5707963267948966 rad + pos: -31.5,96.5 parent: 2 - - uid: 31281 + - uid: 31259 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,54.5 + rot: 1.5707963267948966 rad + pos: -30.5,96.5 parent: 2 - - uid: 31294 + - uid: 31260 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,64.5 + rot: 1.5707963267948966 rad + pos: -29.5,96.5 parent: 2 - - uid: 31308 + - uid: 31261 components: - type: Transform - pos: 107.5,-28.5 + rot: 1.5707963267948966 rad + pos: -29.5,95.5 parent: 2 - - uid: 31315 + - uid: 31262 components: - type: Transform - pos: 102.5,-28.5 + rot: 1.5707963267948966 rad + pos: -28.5,95.5 parent: 2 - - uid: 31325 + - uid: 31263 components: - type: Transform - pos: 113.5,-7.5 + rot: 1.5707963267948966 rad + pos: -27.5,95.5 parent: 2 - - uid: 31732 + - uid: 31274 components: - type: Transform - pos: 93.5,-28.5 + rot: 1.5707963267948966 rad + pos: -26.5,95.5 parent: 2 - - uid: 31740 + - uid: 31275 components: - type: Transform - pos: 12.5,19.5 + rot: 1.5707963267948966 rad + pos: -25.5,95.5 parent: 2 - - uid: 31805 + - uid: 31279 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,54.5 + rot: 1.5707963267948966 rad + pos: -24.5,95.5 parent: 2 - - uid: 31806 + - uid: 31280 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,54.5 + rot: 1.5707963267948966 rad + pos: -23.5,95.5 parent: 2 - - uid: 31808 + - uid: 31302 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,54.5 + rot: 1.5707963267948966 rad + pos: -22.5,95.5 parent: 2 - - uid: 31815 + - uid: 31308 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,44.5 + pos: 107.5,-28.5 parent: 2 - - uid: 31819 + - uid: 31315 components: - type: Transform - pos: -58.5,55.5 + pos: 102.5,-28.5 parent: 2 - - uid: 31827 + - uid: 31325 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,64.5 + pos: 113.5,-7.5 parent: 2 - - uid: 31835 + - uid: 31455 components: - type: Transform rot: 3.141592653589793 rad - pos: -65.5,54.5 + pos: 20.5,60.5 parent: 2 - - uid: 31837 + - uid: 31456 components: - type: Transform rot: 3.141592653589793 rad - pos: -56.5,64.5 + pos: 9.5,88.5 parent: 2 - - uid: 31843 + - uid: 31599 components: - type: Transform - pos: -50.5,55.5 + rot: 1.5707963267948966 rad + pos: -39.5,57.5 parent: 2 - - uid: 31845 + - uid: 31732 components: - type: Transform - pos: -53.5,58.5 + pos: 93.5,-28.5 parent: 2 - - uid: 31856 + - uid: 31740 components: - type: Transform - pos: -50.5,56.5 + pos: 12.5,19.5 parent: 2 - - uid: 31857 + - uid: 31807 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,64.5 parent: 2 - - uid: 31858 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,64.5 - parent: 2 - - uid: 31859 + - uid: 31815 components: - type: Transform rot: 3.141592653589793 rad - pos: -54.5,64.5 + pos: -53.5,44.5 parent: 2 - uid: 31932 components: @@ -175742,6 +192610,27 @@ entities: - type: Transform pos: -35.5,68.5 parent: 2 + - uid: 32627 + components: + - type: Transform + pos: -26.5,56.5 + parent: 2 + - uid: 32639 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,83.5 + parent: 2 + - uid: 32650 + components: + - type: Transform + pos: -89.5,116.5 + parent: 2 + - uid: 32658 + components: + - type: Transform + pos: -88.5,116.5 + parent: 2 - uid: 32679 components: - type: Transform @@ -175776,10 +192665,11 @@ entities: - type: Transform pos: -7.5,-8.5 parent: 2 - - uid: 33807 + - uid: 33721 components: - type: Transform - pos: -29.5,74.5 + rot: -1.5707963267948966 rad + pos: -43.5,77.5 parent: 2 - uid: 33883 components: @@ -175840,6 +192730,12 @@ entities: - type: Transform pos: -9.5,-2.5 parent: 2 + - uid: 34348 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,83.5 + parent: 2 - uid: 34392 components: - type: Transform @@ -175852,6 +192748,29 @@ entities: rot: 1.5707963267948966 rad pos: 34.5,58.5 parent: 2 + - uid: 34420 + components: + - type: Transform + pos: -51.5,48.5 + parent: 2 + - uid: 34513 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,57.5 + parent: 2 + - uid: 34522 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -66.5,54.5 + parent: 2 + - uid: 34523 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -65.5,54.5 + parent: 2 - uid: 34653 components: - type: Transform @@ -175874,6 +192793,22 @@ entities: rot: 3.141592653589793 rad pos: -121.5,1.5 parent: 2 + - uid: 34801 + components: + - type: Transform + pos: -70.5,48.5 + parent: 2 + - uid: 34817 + components: + - type: Transform + pos: -63.5,46.5 + parent: 2 + - uid: 34818 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -69.5,54.5 + parent: 2 - uid: 34960 components: - type: Transform @@ -175885,6 +192820,82 @@ entities: - type: Transform pos: -11.5,-6.5 parent: 2 + - uid: 35102 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,62.5 + parent: 2 + - uid: 35129 + components: + - type: Transform + pos: -34.5,56.5 + parent: 2 + - uid: 35148 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,54.5 + parent: 2 + - uid: 35149 + components: + - type: Transform + pos: -63.5,51.5 + parent: 2 + - uid: 35151 + components: + - type: Transform + pos: -63.5,45.5 + parent: 2 + - uid: 35155 + components: + - type: Transform + pos: -63.5,50.5 + parent: 2 + - uid: 35163 + components: + - type: Transform + pos: -33.5,56.5 + parent: 2 + - uid: 35174 + components: + - type: Transform + pos: -45.5,79.5 + parent: 2 + - uid: 35175 + components: + - type: Transform + pos: -45.5,81.5 + parent: 2 + - uid: 35182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,57.5 + parent: 2 + - uid: 35186 + components: + - type: Transform + pos: -32.5,56.5 + parent: 2 + - uid: 35209 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,54.5 + parent: 2 + - uid: 35210 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,54.5 + parent: 2 + - uid: 35212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,54.5 + parent: 2 - uid: 35467 components: - type: Transform @@ -176002,102 +193013,47 @@ entities: rot: -1.5707963267948966 rad pos: 22.5,41.5 parent: 2 - - uid: 36226 - components: - - type: Transform - pos: -129.5,67.5 - parent: 2 - - uid: 36258 - components: - - type: Transform - pos: -121.5,68.5 - parent: 2 - - uid: 36279 - components: - - type: Transform - pos: -119.5,68.5 - parent: 2 - - uid: 36281 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,62.5 - parent: 2 - - uid: 36282 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,63.5 - parent: 2 - - uid: 36283 - components: - - type: Transform - pos: -120.5,68.5 - parent: 2 - - uid: 36284 - components: - - type: Transform - pos: -117.5,68.5 - parent: 2 - - uid: 36289 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,64.5 - parent: 2 - - uid: 36290 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,64.5 - parent: 2 - - uid: 36291 + - uid: 36131 components: - type: Transform rot: 3.141592653589793 rad - pos: -67.5,64.5 + pos: -16.5,80.5 parent: 2 - - uid: 36292 + - uid: 36132 components: - type: Transform rot: 3.141592653589793 rad - pos: -66.5,64.5 + pos: -17.5,80.5 parent: 2 - - uid: 36293 + - uid: 36133 components: - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,64.5 + pos: -19.5,78.5 parent: 2 - - uid: 36294 + - uid: 36226 components: - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,64.5 + pos: -129.5,67.5 parent: 2 - - uid: 36298 + - uid: 36258 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,64.5 + pos: -121.5,68.5 parent: 2 - - uid: 36299 + - uid: 36279 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,64.5 + pos: -119.5,68.5 parent: 2 - - uid: 36300 + - uid: 36283 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,64.5 + pos: -120.5,68.5 parent: 2 - - uid: 36301 + - uid: 36284 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,64.5 + pos: -117.5,68.5 parent: 2 - uid: 36350 components: @@ -176124,11 +193080,6 @@ entities: - type: Transform pos: -121.5,43.5 parent: 2 - - uid: 36409 - components: - - type: Transform - pos: -50.5,53.5 - parent: 2 - uid: 36416 components: - type: Transform @@ -176167,17 +193118,6 @@ entities: rot: -1.5707963267948966 rad pos: 3.5,-23.5 parent: 2 - - uid: 36944 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,59.5 - parent: 2 - - uid: 36945 - components: - - type: Transform - pos: -24.5,62.5 - parent: 2 - uid: 37186 components: - type: Transform @@ -176230,40 +193170,30 @@ entities: rot: -1.5707963267948966 rad pos: 31.5,37.5 parent: 2 - - uid: 37222 - components: - - type: Transform - pos: -32.5,74.5 - parent: 2 - - uid: 37263 - components: - - type: Transform - pos: -38.5,80.5 - parent: 2 - uid: 37264 components: - type: Transform pos: -36.5,68.5 parent: 2 - - uid: 37265 + - uid: 37318 components: - type: Transform - pos: -39.5,74.5 + pos: -19.5,76.5 parent: 2 - - uid: 37300 + - uid: 37331 components: - type: Transform - pos: -28.5,73.5 + pos: -38.5,68.5 parent: 2 - - uid: 37312 + - uid: 37335 components: - type: Transform - pos: -27.5,74.5 + pos: -15.5,72.5 parent: 2 - - uid: 37331 + - uid: 37368 components: - type: Transform - pos: -38.5,68.5 + pos: -14.5,72.5 parent: 2 - uid: 37369 components: @@ -176271,38 +193201,10 @@ entities: rot: -1.5707963267948966 rad pos: 29.5,39.5 parent: 2 - - uid: 37438 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,69.5 - parent: 2 - - uid: 37439 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,72.5 - parent: 2 - - uid: 37440 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,70.5 - parent: 2 - - uid: 37442 - components: - - type: Transform - pos: -33.5,80.5 - parent: 2 - - uid: 37443 - components: - - type: Transform - pos: -34.5,80.5 - parent: 2 - - uid: 37664 + - uid: 37635 components: - type: Transform - pos: -11.5,68.5 + pos: -13.5,72.5 parent: 2 - uid: 37694 components: @@ -176399,6 +193301,12 @@ entities: rot: -1.5707963267948966 rad pos: -8.5,-46.5 parent: 2 + - uid: 38128 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-0.5 + parent: 2 - uid: 38129 components: - type: Transform @@ -176445,12 +193353,6 @@ entities: rot: 3.141592653589793 rad pos: -116.5,-22.5 parent: 2 - - uid: 38652 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,53.5 - parent: 2 - uid: 38679 components: - type: Transform @@ -176478,12 +193380,6 @@ entities: - type: Transform pos: -107.5,-41.5 parent: 2 - - uid: 38689 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,52.5 - parent: 2 - uid: 38692 components: - type: Transform @@ -176593,17 +193489,6 @@ entities: rot: 1.5707963267948966 rad pos: 85.5,-2.5 parent: 2 - - uid: 38857 - components: - - type: Transform - pos: -5.5,44.5 - parent: 2 - - uid: 38882 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,59.5 - parent: 2 - uid: 38934 components: - type: Transform @@ -176639,12 +193524,23 @@ entities: rot: -1.5707963267948966 rad pos: -20.5,-12.5 parent: 2 + - uid: 39860 + components: + - type: Transform + pos: -0.5,75.5 + parent: 2 - uid: 39996 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,-12.5 parent: 2 + - uid: 40107 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,89.5 + parent: 2 - uid: 40448 components: - type: Transform @@ -176687,6 +193583,938 @@ entities: rot: -1.5707963267948966 rad pos: 5.5,43.5 parent: 2 + - uid: 40584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,88.5 + parent: 2 + - uid: 40585 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,87.5 + parent: 2 + - uid: 40634 + components: + - type: Transform + pos: -0.5,74.5 + parent: 2 + - uid: 40656 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,89.5 + parent: 2 + - uid: 40692 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,60.5 + parent: 2 + - uid: 40696 + components: + - type: Transform + pos: -16.5,-12.5 + parent: 2 + - uid: 40697 + components: + - type: Transform + pos: -14.5,-12.5 + parent: 2 + - uid: 40706 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,60.5 + parent: 2 + - uid: 40896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,87.5 + parent: 2 + - uid: 41121 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,78.5 + parent: 2 + - uid: 41132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-6.5 + parent: 2 + - uid: 41176 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,88.5 + parent: 2 + - uid: 41387 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,88.5 + parent: 2 + - uid: 41855 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,83.5 + parent: 2 + - uid: 41857 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,79.5 + parent: 2 + - uid: 41866 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,77.5 + parent: 2 + - uid: 41867 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,77.5 + parent: 2 + - uid: 41868 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,77.5 + parent: 2 + - uid: 41869 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,77.5 + parent: 2 + - uid: 41870 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,77.5 + parent: 2 + - uid: 41873 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,85.5 + parent: 2 + - uid: 41875 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,85.5 + parent: 2 + - uid: 41877 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,85.5 + parent: 2 + - uid: 41880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,88.5 + parent: 2 + - uid: 41885 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,85.5 + parent: 2 + - uid: 42062 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,90.5 + parent: 2 + - uid: 42077 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,76.5 + parent: 2 + - uid: 42078 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,75.5 + parent: 2 + - uid: 42079 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,74.5 + parent: 2 + - uid: 42080 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,73.5 + parent: 2 + - uid: 42998 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,65.5 + parent: 2 + - uid: 43009 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,65.5 + parent: 2 + - uid: 43010 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,65.5 + parent: 2 + - uid: 43012 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,65.5 + parent: 2 + - uid: 43013 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,65.5 + parent: 2 + - uid: 43014 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,65.5 + parent: 2 + - uid: 43019 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,67.5 + parent: 2 + - uid: 43020 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,66.5 + parent: 2 + - uid: 43030 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,66.5 + parent: 2 + - uid: 43037 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,69.5 + parent: 2 + - uid: 43038 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,65.5 + parent: 2 + - uid: 43039 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,69.5 + parent: 2 + - uid: 43041 + components: + - type: Transform + pos: 25.5,69.5 + parent: 2 + - uid: 43062 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,67.5 + parent: 2 + - uid: 43091 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,68.5 + parent: 2 + - uid: 43092 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,68.5 + parent: 2 + - uid: 43093 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,68.5 + parent: 2 + - uid: 43524 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,-78.5 + parent: 2 + - uid: 43525 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,-79.5 + parent: 2 + - uid: 43526 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,-80.5 + parent: 2 + - uid: 43527 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,-81.5 + parent: 2 + - uid: 43528 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,-82.5 + parent: 2 + - uid: 43529 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,-83.5 + parent: 2 + - uid: 43530 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,-84.5 + parent: 2 + - uid: 43531 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,-85.5 + parent: 2 + - uid: 43532 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -104.5,-85.5 + parent: 2 + - uid: 43533 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -104.5,-86.5 + parent: 2 + - uid: 43534 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -104.5,-87.5 + parent: 2 + - uid: 43535 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -104.5,-88.5 + parent: 2 + - uid: 43536 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -104.5,-89.5 + parent: 2 + - uid: 43537 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,-68.5 + parent: 2 + - uid: 43538 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,-95.5 + parent: 2 + - uid: 43539 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,-96.5 + parent: 2 + - uid: 43540 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,-97.5 + parent: 2 + - uid: 43541 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,-98.5 + parent: 2 + - uid: 43542 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,-98.5 + parent: 2 + - uid: 43543 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -100.5,-98.5 + parent: 2 + - uid: 43544 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,-98.5 + parent: 2 + - uid: 43545 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,-98.5 + parent: 2 + - uid: 43546 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -99.5,-97.5 + parent: 2 + - uid: 43547 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -98.5,-98.5 + parent: 2 + - uid: 43548 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -98.5,-97.5 + parent: 2 + - uid: 43549 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -91.5,-98.5 + parent: 2 + - uid: 43550 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,-97.5 + parent: 2 + - uid: 43551 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,-98.5 + parent: 2 + - uid: 43552 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,-97.5 + parent: 2 + - uid: 43553 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,-98.5 + parent: 2 + - uid: 43554 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,-98.5 + parent: 2 + - uid: 43555 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-98.5 + parent: 2 + - uid: 43556 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,-98.5 + parent: 2 + - uid: 43557 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-98.5 + parent: 2 + - uid: 43558 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -73.5,-98.5 + parent: 2 + - uid: 43559 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,-98.5 + parent: 2 + - uid: 43560 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,-98.5 + parent: 2 + - uid: 43561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,-98.5 + parent: 2 + - uid: 43562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,-98.5 + parent: 2 + - uid: 43563 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,-94.5 + parent: 2 + - uid: 43564 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,-94.5 + parent: 2 + - uid: 43565 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-94.5 + parent: 2 + - uid: 43566 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,-94.5 + parent: 2 + - uid: 43567 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,-94.5 + parent: 2 + - uid: 43568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,-94.5 + parent: 2 + - uid: 43569 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,-94.5 + parent: 2 + - uid: 43570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-94.5 + parent: 2 + - uid: 43571 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,-94.5 + parent: 2 + - uid: 43572 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,-87.5 + parent: 2 + - uid: 43573 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,-88.5 + parent: 2 + - uid: 43574 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,-89.5 + parent: 2 + - uid: 43575 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,-90.5 + parent: 2 + - uid: 43576 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,-91.5 + parent: 2 + - uid: 43577 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,-92.5 + parent: 2 + - uid: 43578 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,-93.5 + parent: 2 + - uid: 43579 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,-79.5 + parent: 2 + - uid: 43580 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,-78.5 + parent: 2 + - uid: 43581 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,-77.5 + parent: 2 + - uid: 43582 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,-76.5 + parent: 2 + - uid: 43583 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,-75.5 + parent: 2 + - uid: 43584 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,-74.5 + parent: 2 + - uid: 43585 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,-73.5 + parent: 2 + - uid: 43586 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,-72.5 + parent: 2 + - uid: 43587 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,-69.5 + parent: 2 + - uid: 43588 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,-70.5 + parent: 2 + - uid: 43589 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,-80.5 + parent: 2 + - uid: 43590 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,-81.5 + parent: 2 + - uid: 43591 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,-82.5 + parent: 2 + - uid: 43592 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,-83.5 + parent: 2 + - uid: 43593 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,-84.5 + parent: 2 + - uid: 43594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,-80.5 + parent: 2 + - uid: 43595 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,-79.5 + parent: 2 + - uid: 43596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,-78.5 + parent: 2 + - uid: 43597 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,-77.5 + parent: 2 + - uid: 43598 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,-76.5 + parent: 2 + - uid: 43599 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -69.5,-79.5 + parent: 2 + - uid: 43600 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-83.5 + parent: 2 + - uid: 43601 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,-73.5 + parent: 2 + - uid: 43602 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,-72.5 + parent: 2 + - uid: 43603 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,-71.5 + parent: 2 + - uid: 43604 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,-70.5 + parent: 2 + - uid: 43605 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-71.5 + parent: 2 + - uid: 43606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-72.5 + parent: 2 + - uid: 43607 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,-74.5 + parent: 2 + - uid: 43608 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,-75.5 + parent: 2 + - uid: 43609 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,-76.5 + parent: 2 + - uid: 43610 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-77.5 + parent: 2 + - uid: 43611 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-78.5 + parent: 2 + - uid: 43612 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-79.5 + parent: 2 + - uid: 43613 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-84.5 + parent: 2 + - uid: 43614 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-85.5 + parent: 2 + - uid: 43615 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-86.5 + parent: 2 + - uid: 43616 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-87.5 + parent: 2 + - uid: 43617 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-88.5 + parent: 2 + - uid: 43618 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-89.5 + parent: 2 + - uid: 43619 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,-90.5 + parent: 2 + - uid: 43620 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-92.5 + parent: 2 + - uid: 43621 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-91.5 + parent: 2 + - uid: 43622 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,-90.5 + parent: 2 + - uid: 43623 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,-91.5 + parent: 2 + - uid: 43624 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,-92.5 + parent: 2 + - uid: 43625 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,-93.5 + parent: 2 + - uid: 43626 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,-94.5 + parent: 2 + - uid: 43627 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,-95.5 + parent: 2 + - uid: 43628 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -79.5,-94.5 + parent: 2 + - uid: 43629 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,-94.5 + parent: 2 + - uid: 43630 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -76.5,-94.5 + parent: 2 + - uid: 43631 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -77.5,-94.5 + parent: 2 + - uid: 43632 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,-94.5 + parent: 2 - proto: GrilleBroken entities: - uid: 1098 @@ -177165,23 +194993,11 @@ entities: parent: 2 - proto: GrilleDiagonal entities: - - uid: 20317 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,59.5 - parent: 2 - uid: 28481 components: - type: Transform pos: 7.5,18.5 parent: 2 - - uid: 28489 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,60.5 - parent: 2 - proto: GunSafe entities: - uid: 13323 @@ -177195,8 +195011,8 @@ entities: immutable: False temperature: 293.14673 moles: - - 1.7459903 - - 6.568249 + - 1.8856695 + - 7.0937095 - 0 - 0 - 0 @@ -177213,16 +195029,7 @@ entities: showEnts: False occludes: True ents: - - 22722 - - 22563 - - 22401 - - 21108 - - 21004 - - 19937 - - 18097 - - 17751 - - 15225 - - 14194 + - 15204 - 13324 paper_label: !type:ContainerSlot showEnts: False @@ -177329,6 +195136,11 @@ entities: - type: Transform pos: -25.51881,9.577614 parent: 2 + - uid: 38881 + components: + - type: Transform + pos: -17.65569,86.68288 + parent: 2 - proto: HandheldHealthAnalyzer entities: - uid: 5561 @@ -177351,15 +195163,15 @@ entities: - type: Transform pos: 13.549272,55.62919 parent: 2 - - uid: 15727 + - uid: 25876 components: - type: Transform - pos: -18.282223,50.640102 + pos: -22.49525,79.58365 parent: 2 - - uid: 27221 + - uid: 25877 components: - type: Transform - pos: -44.588486,60.89263 + pos: -22.7765,79.6774 parent: 2 - proto: HandHeldMassScanner entities: @@ -177414,7 +195226,7 @@ entities: - uid: 40421 components: - type: Transform - pos: -18.625668,51.201 + pos: -18.445183,50.364044 parent: 2 - proto: HappyHonk entities: @@ -177428,6 +195240,11 @@ entities: - type: Transform pos: -79.39417,3.798067 parent: 2 + - uid: 42169 + components: + - type: Transform + pos: 5.4031315,75.64081 + parent: 2 - proto: HappyHonkMime entities: - uid: 4210 @@ -177459,11 +195276,6 @@ entities: - type: Transform pos: -3.5,-18.5 parent: 2 - - uid: 21095 - components: - - type: Transform - pos: -66.5,50.5 - parent: 2 - uid: 21098 components: - type: Transform @@ -177539,101 +195351,109 @@ entities: parent: 2 - proto: HeatExchanger entities: - - uid: 28715 + - uid: 9425 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,58.5 + pos: -74.5,50.5 parent: 2 - - uid: 28718 + - uid: 9463 components: - type: Transform - pos: -57.5,56.5 + pos: -71.5,51.5 parent: 2 - - uid: 28730 + - uid: 9464 components: - type: Transform - pos: -57.5,55.5 + pos: -71.5,49.5 parent: 2 - - uid: 28824 + - uid: 9870 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,59.5 + rot: 1.5707963267948966 rad + pos: -73.5,52.5 parent: 2 - - uid: 30698 + - uid: 9890 components: - type: Transform - pos: -57.5,57.5 + pos: -74.5,51.5 parent: 2 - - uid: 31305 + - uid: 9892 components: - type: Transform - pos: -57.5,58.5 + pos: -74.5,49.5 parent: 2 - - uid: 32608 + - uid: 9910 components: - type: Transform - pos: -62.5,58.5 + pos: -71.5,50.5 parent: 2 - - uid: 32610 + - uid: 18350 components: - type: Transform - pos: -61.5,58.5 + rot: 1.5707963267948966 rad + pos: -66.5,50.5 parent: 2 - - uid: 32612 + - uid: 18386 components: - type: Transform - pos: -60.5,58.5 + rot: 1.5707963267948966 rad + pos: -66.5,49.5 parent: 2 - - uid: 32613 + - uid: 18786 components: - type: Transform - pos: -63.5,58.5 + rot: 1.5707963267948966 rad + pos: -66.5,48.5 parent: 2 - - uid: 32615 + - uid: 18995 components: - type: Transform - pos: -64.5,58.5 + rot: 1.5707963267948966 rad + pos: -66.5,46.5 parent: 2 - - uid: 32618 + - uid: 18996 components: - type: Transform - pos: -65.5,58.5 + rot: 1.5707963267948966 rad + pos: -66.5,45.5 parent: 2 - - uid: 32622 + - uid: 23567 components: - type: Transform - pos: -67.5,58.5 + pos: -71.5,48.5 parent: 2 - - uid: 32629 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 26445 components: - type: Transform - pos: -66.5,58.5 + pos: -74.5,48.5 parent: 2 - - uid: 34501 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 31200 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,55.5 + rot: 1.5707963267948966 rad + pos: -66.5,47.5 parent: 2 - - uid: 34513 + - uid: 31600 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,56.5 + rot: -1.5707963267948966 rad + pos: -66.5,44.5 parent: 2 - - uid: 34522 + - uid: 32103 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,59.5 + rot: 1.5707963267948966 rad + pos: -72.5,52.5 parent: 2 - - uid: 34574 + - uid: 34553 components: - type: Transform - rot: 3.141592653589793 rad - pos: -54.5,57.5 + rot: 1.5707963267948966 rad + pos: -66.5,51.5 parent: 2 - proto: HighSecArmoryLocked entities: @@ -177642,11 +195462,6 @@ entities: - type: Transform pos: -26.5,40.5 parent: 2 - - uid: 16528 - components: - - type: Transform - pos: -26.5,43.5 - parent: 2 - uid: 26521 components: - type: Transform @@ -177664,11 +195479,6 @@ entities: - type: Transform pos: -77.5,10.5 parent: 2 - - uid: 19216 - components: - - type: Transform - pos: 20.5,43.5 - parent: 2 - uid: 25758 components: - type: Transform @@ -177718,6 +195528,11 @@ entities: rot: -1.5707963267948966 rad pos: -21.5,0.5 parent: 2 + - uid: 589 + components: + - type: Transform + pos: -40.5,59.5 + parent: 2 - uid: 882 components: - type: Transform @@ -177819,18 +195634,6 @@ entities: - type: Transform pos: 98.5,75.5 parent: 2 - - uid: 5109 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,59.5 - parent: 2 - - uid: 5762 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,64.5 - parent: 2 - uid: 6551 components: - type: Transform @@ -177842,12 +195645,6 @@ entities: rot: -1.5707963267948966 rad pos: 4.5,-9.5 parent: 2 - - uid: 7328 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,60.5 - parent: 2 - uid: 7537 components: - type: Transform @@ -177906,11 +195703,6 @@ entities: rot: -1.5707963267948966 rad pos: 32.5,-7.5 parent: 2 - - uid: 13952 - components: - - type: Transform - pos: -24.5,55.5 - parent: 2 - uid: 14102 components: - type: Transform @@ -177927,46 +195719,11 @@ entities: rot: -1.5707963267948966 rad pos: 4.5,-10.5 parent: 2 - - uid: 15720 - components: - - type: Transform - pos: -2.5,60.5 - parent: 2 - - uid: 15732 - components: - - type: Transform - pos: -2.5,58.5 - parent: 2 - - uid: 15747 - components: - - type: Transform - pos: -2.5,61.5 - parent: 2 - - uid: 18048 - components: - - type: Transform - pos: -26.5,65.5 - parent: 2 - - uid: 18049 - components: - - type: Transform - pos: -22.5,65.5 - parent: 2 - - uid: 18050 - components: - - type: Transform - pos: -18.5,65.5 - parent: 2 - - uid: 18051 - components: - - type: Transform - pos: -14.5,65.5 - parent: 2 - - uid: 19854 + - uid: 19305 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,65.5 + rot: 1.5707963267948966 rad + pos: -30.5,75.5 parent: 2 - uid: 19962 components: @@ -178010,6 +195767,17 @@ entities: rot: -1.5707963267948966 rad pos: 4.5,-6.5 parent: 2 + - uid: 24087 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,72.5 + parent: 2 + - uid: 24099 + components: + - type: Transform + pos: -24.5,77.5 + parent: 2 - uid: 25092 components: - type: Transform @@ -178026,6 +195794,12 @@ entities: rot: 1.5707963267948966 rad pos: 24.5,49.5 parent: 2 + - uid: 26474 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,77.5 + parent: 2 - uid: 27192 components: - type: Transform @@ -178114,32 +195888,65 @@ entities: rot: 1.5707963267948966 rad pos: 87.5,74.5 parent: 2 - - uid: 31046 + - uid: 32565 components: - type: Transform rot: 3.141592653589793 rad - pos: -29.5,65.5 + pos: 87.5,35.5 parent: 2 - - uid: 31113 + - uid: 37316 components: - type: Transform - pos: -33.5,65.5 + rot: 1.5707963267948966 rad + pos: -31.5,74.5 parent: 2 - - uid: 32565 + - uid: 37317 components: - type: Transform - rot: 3.141592653589793 rad - pos: 87.5,35.5 + rot: 1.5707963267948966 rad + pos: -32.5,74.5 parent: 2 - - uid: 33653 + - uid: 37319 components: - type: Transform - pos: -31.5,65.5 + rot: 1.5707963267948966 rad + pos: -33.5,74.5 parent: 2 - - uid: 33655 + - uid: 37321 components: - type: Transform - pos: -34.5,64.5 + rot: 1.5707963267948966 rad + pos: -30.5,79.5 + parent: 2 + - uid: 37330 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,81.5 + parent: 2 + - uid: 37332 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,83.5 + parent: 2 + - uid: 37337 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,85.5 + parent: 2 + - uid: 37339 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,87.5 + parent: 2 + - uid: 37341 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,89.5 parent: 2 - uid: 37539 components: @@ -178147,38 +195954,70 @@ entities: rot: 1.5707963267948966 rad pos: 87.5,17.5 parent: 2 -- proto: hydroponicsSoil - entities: - - uid: 2368 + - uid: 38861 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,84.5 + parent: 2 + - uid: 38863 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,84.5 + parent: 2 + - uid: 40695 + components: + - type: Transform + pos: -24.5,72.5 + parent: 2 + - uid: 40719 components: - type: Transform rot: 3.141592653589793 rad - pos: -56.5,4.5 + pos: -17.5,80.5 parent: 2 - - uid: 5407 + - uid: 40720 components: - type: Transform - pos: -33.5,62.5 + rot: 3.141592653589793 rad + pos: -16.5,80.5 parent: 2 - - uid: 5740 + - uid: 40721 components: - type: Transform - pos: -33.5,61.5 + rot: 3.141592653589793 rad + pos: -19.5,79.5 parent: 2 - - uid: 6274 + - uid: 40722 components: - type: Transform - pos: -33.5,60.5 + rot: 3.141592653589793 rad + pos: -19.5,78.5 parent: 2 - - uid: 6844 + - uid: 40723 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,76.5 + parent: 2 +- proto: hydroponicsSoil + entities: + - uid: 2368 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,4.5 + parent: 2 + - uid: 4231 components: - type: Transform pos: -33.5,59.5 parent: 2 - - uid: 9671 + - uid: 16520 components: - type: Transform - pos: -33.5,57.5 + pos: -33.5,60.5 parent: 2 - uid: 18418 components: @@ -178222,11 +196061,22 @@ entities: rot: 3.141592653589793 rad pos: -54.5,4.5 parent: 2 - - uid: 30754 + - uid: 29040 components: - type: Transform pos: -33.5,58.5 parent: 2 + - uid: 31124 + components: + - type: Transform + pos: -33.5,61.5 + parent: 2 + - uid: 31131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,62.5 + parent: 2 - proto: HydroponicsToolClippers entities: - uid: 2286 @@ -178408,18 +196258,11 @@ entities: - uid: 34515 components: - type: Transform - pos: -55.978214,57.575924 + pos: -73.019806,50.7248 parent: 2 - type: DeviceLinkSink links: - - 34516 -- proto: InflatableDoor - entities: - - uid: 22720 - components: - - type: Transform - pos: 57.5,57.5 - parent: 2 + - 9865 - proto: InflatableWall entities: - uid: 1129 @@ -178462,10 +196305,11 @@ entities: rot: -1.5707963267948966 rad pos: 15.5,28.5 parent: 2 - - uid: 14214 + - uid: 1566 components: - type: Transform - pos: 14.5,44.5 + rot: 1.5707963267948966 rad + pos: 16.5,43.5 parent: 2 - uid: 14272 components: @@ -178501,6 +196345,12 @@ entities: parent: 2 - proto: IntercomCommon entities: + - uid: 9939 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,58.5 + parent: 2 - uid: 22919 components: - type: Transform @@ -178528,16 +196378,16 @@ entities: rot: 1.5707963267948966 rad pos: -0.5,29.5 parent: 2 - - uid: 22937 + - uid: 22940 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,72.5 + pos: -36.5,-12.5 parent: 2 - - uid: 22940 + - uid: 35541 components: - type: Transform - pos: -36.5,-12.5 + rot: 3.141592653589793 rad + pos: -50.5,61.5 parent: 2 - uid: 37234 components: @@ -178550,17 +196400,47 @@ entities: - type: Transform pos: -43.5,18.5 parent: 2 + - uid: 41104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,74.5 + parent: 2 + - uid: 41485 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,80.5 + parent: 2 + - uid: 41633 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,69.5 + parent: 2 + - uid: 41634 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,73.5 + parent: 2 - proto: IntercomEngineering entities: + - uid: 284 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -63.5,52.5 + parent: 2 - uid: 9082 components: - type: Transform pos: -52.5,18.5 parent: 2 - - uid: 22700 + - uid: 9960 components: - type: Transform - pos: -36.5,47.5 + pos: -38.5,47.5 parent: 2 - uid: 39838 components: @@ -178584,12 +196464,6 @@ entities: - type: Transform pos: -62.5,42.5 parent: 2 - - uid: 39842 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,48.5 - parent: 2 - proto: IntercomMedical entities: - uid: 1951 @@ -178618,17 +196492,10 @@ entities: parent: 2 - proto: IntercomSecurity entities: - - uid: 2461 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,46.5 - parent: 2 - - uid: 15595 + - uid: 9043 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,61.5 + pos: -14.5,51.5 parent: 2 - uid: 15598 components: @@ -178654,11 +196521,29 @@ entities: rot: -1.5707963267948966 rad pos: -19.5,40.5 parent: 2 + - uid: 35146 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,53.5 + parent: 2 + - uid: 35542 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,57.5 + parent: 2 - uid: 37190 components: - type: Transform pos: -20.5,31.5 parent: 2 + - uid: 41635 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,66.5 + parent: 2 - proto: IntercomService entities: - uid: 6308 @@ -178753,14 +196638,6 @@ entities: - type: DeviceLinkSink links: - 34347 - - uid: 1566 - components: - - type: Transform - pos: -13.5,26.5 - parent: 2 - - type: DeviceLinkSink - links: - - 34347 - uid: 9521 components: - type: Transform @@ -178812,6 +196689,15 @@ entities: - type: DeviceLinkSink links: - 5995 + - uid: 35519 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,80.5 + parent: 2 + - type: DeviceLinkSink + links: + - 35521 - uid: 36181 components: - type: Transform @@ -178857,29 +196743,44 @@ entities: - type: DeviceLinkSink links: - 427 - - uid: 37724 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,62.5 - parent: 2 - - type: DeviceLinkSink - links: - - 37725 - proto: JetpackBlueFilled entities: - uid: 6071 components: - type: Transform - pos: 17.448954,30.694199 - parent: 2 + parent: 33819 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 6072 components: - type: Transform - pos: 20.48411,30.741074 - parent: 2 + parent: 33808 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 33814 + components: + - type: Transform + parent: 33808 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 33821 + components: + - type: Transform + parent: 33819 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: JetpackMini entities: + - uid: 15 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.476374,38.607143 + parent: 2 - uid: 9229 components: - type: Transform @@ -178913,38 +196814,16 @@ entities: - type: Transform pos: 33.563877,2.897162 parent: 2 - - uid: 39682 + - uid: 35488 components: - type: Transform - pos: -18.533348,38.69379 + pos: -18.510252,38.808464 parent: 2 - - type: GasTank - toggleActionEntity: 39684 - - type: Jetpack - toggleActionEntity: 39683 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 39683 - - 39684 - - uid: 39685 + - uid: 35489 components: - type: Transform - pos: -18.54116,38.50629 + pos: -18.510252,38.808464 parent: 2 - - type: GasTank - toggleActionEntity: 39687 - - type: Jetpack - toggleActionEntity: 39686 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 39686 - - 39687 - proto: JetpackSecurity entities: - uid: 30902 @@ -179038,15 +196917,15 @@ entities: - type: Transform pos: -40.5,62.5 parent: 2 - - uid: 40556 + - uid: 21832 components: - type: Transform - pos: 8.5,52.5 + pos: 1.5,94.5 parent: 2 - - uid: 40557 + - uid: 40556 components: - type: Transform - pos: 1.5,78.5 + pos: 8.5,52.5 parent: 2 - uid: 40559 components: @@ -179055,6 +196934,12 @@ entities: parent: 2 - proto: KitchenDeepFryer entities: + - uid: 24085 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,71.5 + parent: 2 - uid: 27019 components: - type: Transform @@ -179067,6 +196952,16 @@ entities: - type: Transform pos: -54.5,-16.5 parent: 2 + - uid: 9643 + components: + - type: Transform + pos: -30.5,73.5 + parent: 2 + - uid: 9943 + components: + - type: Transform + pos: -33.5,72.5 + parent: 2 - proto: KitchenKnife entities: - uid: 1676 @@ -179126,11 +197021,6 @@ entities: - type: Transform pos: -10.5,28.5 parent: 2 - - uid: 18088 - components: - - type: Transform - pos: -18.5,56.5 - parent: 2 - uid: 18453 components: - type: Transform @@ -179141,11 +197031,21 @@ entities: - type: Transform pos: -73.5,15.5 parent: 2 + - uid: 23803 + components: + - type: Transform + pos: -31.5,73.5 + parent: 2 - uid: 30613 components: - type: Transform pos: -53.5,-25.5 parent: 2 + - uid: 31031 + components: + - type: Transform + pos: -14.5,65.5 + parent: 2 - uid: 36784 components: - type: Transform @@ -179188,10 +197088,10 @@ entities: - type: Transform pos: -55.5,-25.5 parent: 2 - - uid: 34186 + - uid: 24357 components: - type: Transform - pos: -18.5,55.5 + pos: -29.5,69.5 parent: 2 - uid: 36026 components: @@ -179212,6 +197112,24 @@ entities: parent: 2 - proto: KnifePlastic entities: + - uid: 25160 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.486977,69.66667 + parent: 2 + - uid: 25189 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.46354,69.54167 + parent: 2 + - uid: 25253 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.486977,69.393234 + parent: 2 - uid: 30249 components: - type: Transform @@ -179366,12 +197284,23 @@ entities: rot: 3.141592653589793 rad pos: 65.775536,28.148746 parent: 2 + - uid: 35108 + components: + - type: Transform + pos: -35.595314,51.12454 + parent: 2 - uid: 39519 components: - type: Transform rot: 1.5707963267948966 rad pos: -61.67365,13.991311 parent: 2 + - uid: 43911 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.199718,-8.622075 + parent: 2 - proto: LampInterrogator entities: - uid: 15549 @@ -179408,21 +197337,6 @@ entities: - type: Transform pos: -33.52575,39.475075 parent: 2 - - uid: 26214 - components: - - type: Transform - pos: -35.710598,49.407745 - parent: 2 - - uid: 26216 - components: - - type: Transform - pos: -35.523098,51.95462 - parent: 2 - - uid: 26530 - components: - - type: Transform - pos: -35.257473,50.98587 - parent: 2 - proto: Lantern entities: - uid: 6113 @@ -179701,7 +197615,7 @@ entities: - Pressed: Toggle 36169: - Pressed: Toggle - 33290: + 2701: - Pressed: Toggle 36170: - Pressed: Toggle @@ -179745,35 +197659,45 @@ entities: - Pressed: Toggle - proto: LockableButtonAtmospherics entities: - - uid: 34516 + - uid: 9865 components: - type: MetaData name: igniter button - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,52.5 + rot: 1.5707963267948966 rad + pos: -70.5,50.5 parent: 2 - type: DeviceLinkSource linkedPorts: 34515: - Pressed: Trigger - - uid: 34518 + - uid: 23148 + components: + - type: Transform + pos: -59.5,45.5 + parent: 2 + - uid: 23762 + components: + - type: Transform + pos: -57.5,45.5 + parent: 2 + - uid: 26447 components: - type: MetaData name: blast doors button - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,53.5 + rot: 1.5707963267948966 rad + pos: -70.5,47.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 4965: + 9869: - Pressed: Toggle - 4354: + 9878: - Pressed: Toggle - 4359: + 9877: - Pressed: Toggle - 4350: + 9880: - Pressed: Toggle - proto: LockableButtonCommand entities: @@ -179793,35 +197717,11 @@ entities: - Pressed: Toggle 39849: - Pressed: Toggle - - uid: 4713 - components: - - type: MetaData - name: window lockdown button - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,51.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 15057: - - Pressed: Toggle - 15058: + 24079: - Pressed: Toggle - 15059: + 31057: - Pressed: Toggle - 15048: - - Pressed: Toggle - 15047: - - Pressed: Toggle - 15066: - - Pressed: Toggle - 15065: - - Pressed: Toggle - 15067: - - Pressed: Toggle - 15068: - - Pressed: Toggle - 15069: + 16408: - Pressed: Toggle - uid: 4746 components: @@ -179859,8 +197759,6 @@ entities: - Pressed: Toggle 15079: - Pressed: Toggle - 19884: - - Pressed: Toggle 27392: - Pressed: Toggle - uid: 16535 @@ -180086,6 +197984,32 @@ entities: - Pressed: Toggle 37457: - Pressed: Toggle + - uid: 16443 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,61.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 35122: + - Pressed: Forward + 12056: + - Pressed: Forward + 12109: + - Pressed: Forward + 13177: + - Pressed: Forward + 13493: + - Pressed: Forward + 13517: + - Pressed: Forward + 13518: + - Pressed: Forward + 9918: + - Pressed: Forward + 13592: + - Pressed: Forward - uid: 21216 components: - type: MetaData @@ -180118,100 +198042,6 @@ entities: - Pressed: Toggle 8755: - Pressed: Toggle - - uid: 25189 - components: - - type: MetaData - name: psych ward lockdown button - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,59.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 37487: - - Pressed: Toggle - 37486: - - Pressed: Toggle - 37485: - - Pressed: Toggle - 37463: - - Pressed: Toggle - 37478: - - Pressed: Toggle - 37479: - - Pressed: Toggle - 39972: - - Pressed: Toggle - 39973: - - Pressed: Toggle - 39976: - - Pressed: Toggle - 39975: - - Pressed: Toggle - 39974: - - Pressed: Toggle - 37488: - - Pressed: Toggle - 37489: - - Pressed: Toggle - 37490: - - Pressed: Toggle - 37491: - - Pressed: Toggle - 37492: - - Pressed: Toggle - 37493: - - Pressed: Toggle - 37494: - - Pressed: Toggle - 37495: - - Pressed: Toggle - 37496: - - Pressed: Toggle - 37497: - - Pressed: Toggle - 37498: - - Pressed: Toggle - 37499: - - Pressed: Toggle - 9508: - - Pressed: Toggle - 9511: - - Pressed: Toggle - 37512: - - Pressed: Toggle - 37511: - - Pressed: Toggle - 37510: - - Pressed: Toggle - 37509: - - Pressed: Toggle - 37508: - - Pressed: Toggle - 16584: - - Pressed: Close - 14099: - - Pressed: Close - 13916: - - Pressed: Close - 39977: - - Pressed: Toggle - 39978: - - Pressed: Toggle - 39980: - - Pressed: Toggle - 39981: - - Pressed: Toggle - 39982: - - Pressed: Toggle - 39983: - - Pressed: Toggle - 39984: - - Pressed: Toggle - 39985: - - Pressed: Toggle - 39986: - - Pressed: Toggle - uid: 25985 components: - type: MetaData @@ -180269,8 +198099,6 @@ entities: parent: 2 - type: DeviceLinkSource linkedPorts: - 1566: - - Pressed: Toggle 361: - Pressed: Toggle - uid: 34355 @@ -180289,33 +198117,6 @@ entities: - Pressed: Toggle 37462: - Pressed: Toggle - - uid: 34361 - components: - - type: MetaData - name: visitation lockdown button - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,65.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 16584: - - Pressed: Toggle - 14099: - - Pressed: Toggle - 13916: - - Pressed: Toggle - - uid: 34363 - components: - - type: Transform - pos: -14.5,47.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 25999: - - Pressed: Toggle - 37178: - - Pressed: Toggle - uid: 34364 components: - type: Transform @@ -180352,36 +198153,189 @@ entities: - Pressed: Toggle 12422: - Pressed: Toggle - - uid: 37524 + - uid: 39677 components: + - type: MetaData + name: south blast door button - type: Transform - pos: -4.5,44.5 + rot: -1.5707963267948966 rad + pos: 5.5,-25.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 38002: - - Pressed: Toggle - 38001: + 12106: - Pressed: Toggle - 38000: + 15677: - Pressed: Toggle - 37999: + 12053: - Pressed: Toggle - - uid: 39677 + - uid: 40103 + components: + - type: Transform + pos: -8.5,84.5 + parent: 2 + - uid: 40869 components: - - type: MetaData - name: south blast door button - type: Transform rot: -1.5707963267948966 rad - pos: 5.5,-25.5 + pos: -19.5,67.5 parent: 2 - type: DeviceLinkSource linkedPorts: - 12106: + 16140: - Pressed: Toggle - 15677: + 21685: - Pressed: Toggle - 12053: + 21686: + - Pressed: Toggle + 16431: + - Pressed: Toggle + 16469: + - Pressed: Toggle + 18214: + - Pressed: Toggle + 18272: + - Pressed: Toggle + 35509: + - Pressed: Toggle + 35508: + - Pressed: Toggle + 35507: + - Pressed: Toggle + 6210: + - Pressed: Toggle + 4320: + - Pressed: Toggle + 3423: + - Pressed: Toggle + 21680: + - Pressed: Toggle + 15829: + - Pressed: Toggle + 21722: + - Pressed: Toggle + 39985: + - Pressed: Toggle + 39984: + - Pressed: Toggle + 39983: + - Pressed: Toggle + 15959: + - Pressed: Toggle + 42195: + - Pressed: Toggle + 42196: + - Pressed: Toggle + 42197: + - Pressed: Toggle + 42198: + - Pressed: Toggle + 42199: + - Pressed: Toggle + 42200: + - Pressed: Toggle + 42201: + - Pressed: Toggle + 42202: + - Pressed: Toggle + 42203: + - Pressed: Toggle + 42204: + - Pressed: Toggle + 42205: + - Pressed: Toggle + 35510: + - Pressed: Toggle + 40085: + - Pressed: Toggle + 40086: + - Pressed: Toggle + 40087: + - Pressed: Toggle + 40088: + - Pressed: Toggle + 40089: + - Pressed: Toggle + 40090: + - Pressed: Toggle + 40110: + - Pressed: Toggle + 40980: + - Pressed: Toggle + 40111: + - Pressed: Toggle + 40112: + - Pressed: Toggle + 7600: + - Pressed: Toggle + 4307: + - Pressed: Toggle + 35511: + - Pressed: Toggle + 37479: + - Pressed: Toggle + 37478: + - Pressed: Toggle + 37463: + - Pressed: Toggle + 35518: + - Pressed: Toggle + 35517: + - Pressed: Toggle + 35516: + - Pressed: Toggle + 35515: + - Pressed: Toggle + 35514: + - Pressed: Toggle + 35513: + - Pressed: Toggle + 35512: + - Pressed: Toggle + - uid: 42031 + components: + - type: Transform + pos: -1.5,95.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 42021: + - Pressed: Toggle + 42020: + - Pressed: Toggle + 42019: + - Pressed: Toggle + 42018: + - Pressed: Toggle + 42017: + - Pressed: Toggle + 42016: + - Pressed: Toggle + 42022: + - Pressed: Toggle + 42023: + - Pressed: Toggle + 42024: + - Pressed: Toggle + 42025: + - Pressed: Toggle + 42026: + - Pressed: Toggle + 42027: + - Pressed: Toggle + 42028: + - Pressed: Toggle + 42029: + - Pressed: Toggle + 42030: + - Pressed: Toggle + 42032: + - Pressed: Toggle + 42033: + - Pressed: Toggle + 42034: + - Pressed: Toggle + 42035: - Pressed: Toggle - proto: LockerAtmosphericsFilled entities: @@ -180515,10 +198469,10 @@ entities: flags: Anchorable - proto: LockerDetectiveFilled entities: - - uid: 22421 + - uid: 41735 components: - type: Transform - pos: -40.5,36.5 + pos: -38.5,36.5 parent: 2 - type: EntityStorage air: @@ -180544,8 +198498,8 @@ entities: showEnts: False occludes: True ents: + - 41736 - 26511 - - 26513 paper_label: !type:ContainerSlot showEnts: False occludes: True @@ -180601,11 +198555,6 @@ entities: - type: Transform pos: -29.5,34.5 parent: 2 - - uid: 1394 - components: - - type: Transform - pos: -23.5,60.5 - parent: 2 - uid: 3765 components: - type: Transform @@ -180631,6 +198580,11 @@ entities: - type: Transform pos: 10.5,-24.5 parent: 2 + - uid: 23180 + components: + - type: Transform + pos: -22.5,69.5 + parent: 2 - uid: 38015 components: - type: Transform @@ -180682,11 +198636,44 @@ entities: parent: 2 - proto: LockerFreezerBase entities: - - uid: 11649 + - uid: 19100 components: - type: Transform - pos: -23.5,58.5 + pos: -29.5,73.5 parent: 2 + - type: Lock + locked: False + - 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: + - 19466 + - 19486 + - 19534 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - proto: LockerFreezerVaultFilled entities: - uid: 6913 @@ -180694,6 +198681,24 @@ entities: - type: Transform pos: 26.5,37.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: LockerHeadOfPersonnelFilled entities: - uid: 1978 @@ -180747,11 +198752,29 @@ entities: parent: 2 - proto: LockerMedicineFilled entities: - - uid: 7601 + - uid: 25867 components: - type: Transform - pos: -44.5,58.5 + pos: -18.5,76.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: LockerMime entities: - uid: 28611 @@ -180989,31 +199012,205 @@ entities: - type: Transform pos: -4.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: + - 21730 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - uid: 3745 components: - type: Transform pos: -4.5,43.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: + - 21736 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - uid: 3746 components: - type: Transform pos: -4.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 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 21744 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - uid: 15568 components: - type: Transform pos: -6.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: + - 21792 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - uid: 15569 components: - type: Transform pos: -6.5,43.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: + - 22587 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - uid: 15570 components: - type: Transform pos: -6.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 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 22720 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - uid: 28451 components: - type: Transform @@ -181025,8 +199222,8 @@ entities: immutable: False temperature: 293.14673 moles: - - 1.7459903 - - 6.568249 + - 1.8856695 + - 7.0937095 - 0 - 0 - 0 @@ -181043,11 +199240,12 @@ entities: showEnts: False occludes: True ents: - - 12055 - - 4676 - - 17385 - - 17723 - 12057 + - 17723 + - 17385 + - 4676 + - 19827 + - 12055 paper_label: !type:ContainerSlot showEnts: False occludes: True @@ -181088,6 +199286,35 @@ entities: - type: Transform pos: -23.5,49.5 parent: 2 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.8856695 + - 7.0937095 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 30645 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - proto: LockerWeldingSuppliesFilled entities: - uid: 3135 @@ -181110,50 +199337,18 @@ entities: - type: Transform pos: 79.5,-10.5 parent: 2 -- proto: LogicGate +- proto: LunchboxSecurityFilledRandom entities: - - uid: 34049 + - uid: 13756 components: - type: Transform - anchored: True - rot: 1.5707963267948966 rad - pos: -51.5,55.5 + pos: -43.35978,56.558533 parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 3713 - - 4349 - - type: DeviceLinkSource - linkedPorts: - 3699: - - Output: DoorBolt - 3705: - - Output: DoorBolt - - type: Physics - canCollide: False - bodyType: Static - - uid: 34173 + - uid: 35269 components: - type: Transform - anchored: True - rot: -1.5707963267948966 rad - pos: -51.5,56.5 + pos: -43.60978,56.714783 parent: 2 - - type: DeviceLinkSink - invokeCounter: 2 - links: - - 3699 - - 3705 - - type: DeviceLinkSource - linkedPorts: - 3713: - - Output: DoorBolt - 4349: - - Output: DoorBolt - - type: Physics - canCollide: False - bodyType: Static - proto: LuxuryPen entities: - uid: 2429 @@ -181161,12 +199356,35 @@ entities: - type: Transform pos: -39.413467,34.58346 parent: 2 + - uid: 19498 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.151365,63.66613 + parent: 2 + - uid: 19545 + components: + - type: Transform + pos: -4.3980494,50.382736 + parent: 2 + - uid: 19553 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.077737,63.604523 + parent: 2 - uid: 39389 components: - type: Transform rot: 3.141592653589793 rad pos: -59.117798,13.662118 parent: 2 + - uid: 43929 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.604961,-8.426763 + parent: 2 - proto: MachineAnomalyGenerator entities: - uid: 27872 @@ -181359,6 +199577,15 @@ entities: - type: Transform pos: 81.5,54.5 parent: 2 +- proto: MagazineBoxAntiMateriel + entities: + - uid: 15204 + components: + - type: Transform + parent: 13323 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: MagazineBoxLightRiflePractice entities: - uid: 39533 @@ -181588,16 +199815,6 @@ entities: rot: 1.5707963267948966 rad pos: -2.5,34.5 parent: 2 - - uid: 19386 - components: - - type: Transform - pos: -32.5,54.5 - parent: 2 - - uid: 19387 - components: - - type: Transform - pos: -30.5,55.5 - parent: 2 - uid: 20964 components: - type: Transform @@ -181877,21 +200094,6 @@ entities: - type: Transform pos: 93.5,8.5 parent: 2 - - uid: 37429 - components: - - type: Transform - pos: -42.5,70.5 - parent: 2 - - uid: 37431 - components: - - type: Transform - pos: -49.5,68.5 - parent: 2 - - uid: 37432 - components: - - type: Transform - pos: -48.5,67.5 - parent: 2 - uid: 39323 components: - type: Transform @@ -181964,11 +200166,6 @@ entities: - type: Transform pos: 96.5,44.5 parent: 2 - - uid: 37435 - components: - - type: Transform - pos: -43.5,70.5 - parent: 2 - uid: 38777 components: - type: Transform @@ -182134,16 +200331,6 @@ entities: - type: Transform pos: 100.5,61.5 parent: 2 - - uid: 37430 - components: - - type: Transform - pos: -41.5,70.5 - parent: 2 - - uid: 37433 - components: - - type: Transform - pos: -49.5,62.5 - parent: 2 - uid: 38779 components: - type: Transform @@ -182201,11 +200388,6 @@ entities: - type: Transform pos: -65.5,-0.5 parent: 2 - - uid: 21014 - components: - - type: Transform - pos: -3.5,71.5 - parent: 2 - uid: 21056 components: - type: Transform @@ -182267,11 +200449,6 @@ entities: - type: Transform pos: 78.5,37.5 parent: 2 - - uid: 37434 - components: - - type: Transform - pos: -45.5,70.5 - parent: 2 - uid: 40502 components: - type: Transform @@ -182470,11 +200647,6 @@ entities: - type: Transform pos: 77.5,63.5 parent: 2 - - uid: 34882 - components: - - type: Transform - pos: -17.5,66.5 - parent: 2 - uid: 36800 components: - type: Transform @@ -182485,6 +200657,11 @@ entities: - type: Transform pos: 66.5,69.5 parent: 2 + - uid: 39722 + components: + - type: Transform + pos: -32.5,81.5 + parent: 2 - proto: MedicalBed entities: - uid: 428 @@ -182492,16 +200669,6 @@ entities: - type: Transform pos: 7.5,-6.5 parent: 2 - - uid: 630 - components: - - type: Transform - pos: -41.5,58.5 - parent: 2 - - uid: 631 - components: - - type: Transform - pos: -41.5,60.5 - parent: 2 - uid: 1296 components: - type: Transform @@ -182517,6 +200684,11 @@ entities: - type: Transform pos: 7.5,-10.5 parent: 2 + - uid: 6007 + components: + - type: Transform + pos: -21.5,79.5 + parent: 2 - uid: 19517 components: - type: Transform @@ -182542,6 +200714,11 @@ entities: - type: Transform pos: 13.5,-10.5 parent: 2 + - uid: 26064 + components: + - type: Transform + pos: -21.5,76.5 + parent: 2 - uid: 33900 components: - type: Transform @@ -182552,6 +200729,16 @@ entities: - type: Transform pos: 5.5,10.5 parent: 2 + - uid: 40674 + components: + - type: Transform + pos: -20.5,79.5 + parent: 2 + - uid: 40693 + components: + - type: Transform + pos: -20.5,76.5 + parent: 2 - proto: MedicalScanner entities: - uid: 27419 @@ -182624,10 +200811,15 @@ entities: - type: Transform pos: 12.390569,8.023991 parent: 2 - - uid: 23357 + - uid: 25878 components: - type: Transform - pos: -43.92187,58.252357 + pos: -23.415812,76.5103 + parent: 2 + - uid: 25879 + components: + - type: Transform + pos: -23.572062,76.72905 parent: 2 - proto: MedkitOxygenFilled entities: @@ -182730,6 +200922,12 @@ entities: parent: 2 - proto: Mirror entities: + - uid: 22475 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,46.5 + parent: 2 - uid: 30970 components: - type: Transform @@ -182839,6 +201037,18 @@ entities: - type: Transform pos: 78.5,61.5 parent: 2 + - uid: 37495 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,86.5 + parent: 2 + - uid: 37508 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,89.5 + parent: 2 - uid: 38109 components: - type: Transform @@ -182849,6 +201059,13 @@ entities: - type: Transform pos: 24.5,-0.5 parent: 2 +- proto: MopBucket + entities: + - uid: 18543 + components: + - type: Transform + pos: -43.5,60.5 + parent: 2 - proto: MopBucketFull entities: - uid: 10261 @@ -182901,7 +201118,7 @@ entities: - uid: 34041 components: - type: Transform - pos: -20.296652,53.47299 + pos: -41.466087,58.43653 parent: 2 - uid: 37687 components: @@ -183539,11 +201756,6 @@ entities: - type: Transform pos: 69.5,63.5 parent: 2 - - uid: 23339 - components: - - type: Transform - pos: 55.5,63.5 - parent: 2 - uid: 23494 components: - type: Transform @@ -186256,7 +204468,12 @@ entities: - uid: 15061 components: - type: Transform - pos: 16.30094,59.79087 + pos: 20.565147,59.773777 + parent: 2 + - uid: 20213 + components: + - type: Transform + pos: -52.32224,60.699097 parent: 2 - uid: 26630 components: @@ -186293,11 +204510,6 @@ entities: - type: Transform pos: -58.880325,-4.5752883 parent: 2 - - uid: 12070 - components: - - type: Transform - pos: -5.3286896,57.48592 - parent: 2 - uid: 12072 components: - type: Transform @@ -186308,11 +204520,6 @@ entities: - type: Transform pos: 49.329147,33.419052 parent: 2 - - uid: 15217 - components: - - type: Transform - pos: -21.219473,62.59027 - parent: 2 - uid: 16577 components: - type: Transform @@ -186365,15 +204572,15 @@ entities: - type: Transform pos: 33.5,1.5 parent: 2 - - uid: 17784 + - uid: 15534 components: - type: Transform - pos: -16.5,37.5 + pos: -49.5,78.5 parent: 2 - - uid: 18134 + - uid: 17784 components: - type: Transform - pos: -1.5,68.5 + pos: -16.5,37.5 parent: 2 - uid: 20033 components: @@ -186405,6 +204612,11 @@ entities: - type: Transform pos: 58.5,-40.5 parent: 2 + - uid: 38001 + components: + - type: Transform + pos: -13.5,86.5 + parent: 2 - proto: NitrousOxideCanister entities: - uid: 9355 @@ -186518,6 +204730,13 @@ entities: - type: Transform pos: 26.5,44.5 parent: 2 +- proto: Omnitool + entities: + - uid: 41124 + components: + - type: Transform + pos: 28.50018,38.319942 + parent: 2 - proto: OperatingTable entities: - uid: 901 @@ -186585,6 +204804,18 @@ entities: - type: Transform pos: 86.55081,41.92444 parent: 2 + - uid: 35334 + components: + - type: Transform + pos: 19.300806,86.71312 + parent: 2 +- proto: OrganHumanEyes + entities: + - uid: 35331 + components: + - type: Transform + pos: 19.417994,84.37718 + parent: 2 - proto: OrganHumanHeart entities: - uid: 30071 @@ -186592,6 +204823,11 @@ entities: - type: Transform pos: 89.90344,39.648834 parent: 2 + - uid: 35326 + components: + - type: Transform + pos: 19.678522,84.672745 + parent: 2 - proto: OrganHumanKidneys entities: - uid: 30088 @@ -186599,6 +204835,12 @@ entities: - type: Transform pos: 90.048775,39.98767 parent: 2 + - uid: 35344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.428522,86.14931 + parent: 2 - proto: OrganHumanLiver entities: - uid: 30089 @@ -186620,6 +204862,12 @@ entities: - type: Transform pos: 85.00467,38.357273 parent: 2 + - uid: 35336 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.428522,84.53212 + parent: 2 - proto: OrganHumanTongue entities: - uid: 30076 @@ -186628,6 +204876,18 @@ entities: rot: 3.141592653589793 rad pos: 89.3144,38.95642 parent: 2 + - uid: 35341 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.79571,86.110245 + parent: 2 + - uid: 35342 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.319147,84.84462 + parent: 2 - proto: OxygenCanister entities: - uid: 6031 @@ -186655,11 +204915,6 @@ entities: - type: Transform pos: -31.5,-46.5 parent: 2 - - uid: 18132 - components: - - type: Transform - pos: -5.5,68.5 - parent: 2 - uid: 19384 components: - type: Transform @@ -186690,23 +204945,42 @@ entities: - type: Transform pos: -62.5,44.5 parent: 2 + - uid: 35177 + components: + - type: Transform + pos: -49.5,80.5 + parent: 2 - uid: 35833 components: - type: Transform pos: 58.5,-41.5 parent: 2 + - uid: 38689 + components: + - type: Transform + pos: -13.5,85.5 + parent: 2 - uid: 39689 components: - type: Transform pos: -16.5,38.5 parent: 2 -- proto: PaintingBlunt +- proto: PaintingAmogusTriptych entities: - - uid: 821 + - uid: 35329 components: - type: Transform - pos: -34.5,60.5 + rot: 1.5707963267948966 rad + pos: -15.5,80.5 + parent: 2 + - uid: 43963 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,77.5 parent: 2 +- proto: PaintingBlunt + entities: - uid: 12112 components: - type: Transform @@ -186717,6 +204991,40 @@ entities: - type: Transform pos: 23.5,-34.5 parent: 2 + - uid: 35333 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,74.5 + parent: 2 + - uid: 41732 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,63.5 + parent: 2 +- proto: PaintingCafeTerraceAtNight + entities: + - uid: 35338 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,65.5 + parent: 2 + - uid: 43962 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,60.5 + parent: 2 +- proto: PaintingHelloWorld + entities: + - uid: 41199 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,66.5 + parent: 2 - proto: PaintingMonkey entities: - uid: 1482 @@ -186724,6 +205032,68 @@ entities: - type: Transform pos: -39.5,-29.5 parent: 2 + - uid: 43958 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,90.5 + parent: 2 + - uid: 43975 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -92.5,19.5 + parent: 2 +- proto: PaintingMoony + entities: + - uid: 43967 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,80.5 + parent: 2 +- proto: PaintingMothBigCatch + entities: + - uid: 43966 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,82.5 + parent: 2 +- proto: PaintingNightHawks + entities: + - uid: 43907 + components: + - type: Transform + pos: -18.5,-7.5 + parent: 2 +- proto: PaintingOldGuitarist + entities: + - uid: 43908 + components: + - type: Transform + pos: -18.5,-10.5 + parent: 2 + - uid: 43954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,88.5 + parent: 2 +- proto: PaintingOlympia + entities: + - uid: 43961 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,51.5 + parent: 2 + - uid: 43972 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -95.5,14.5 + parent: 2 - proto: PaintingPersistenceOfMemory entities: - uid: 27914 @@ -186732,6 +205102,18 @@ entities: rot: 1.5707963267948966 rad pos: 87.5,18.5 parent: 2 + - uid: 43955 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,88.5 + parent: 2 + - uid: 43971 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -86.5,-0.5 + parent: 2 - proto: PaintingPrayerHands entities: - uid: 7777 @@ -186739,6 +205121,26 @@ entities: - type: Transform pos: 67.5,28.5 parent: 2 + - uid: 43950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,76.5 + parent: 2 + - uid: 43968 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,60.5 + parent: 2 +- proto: PaintingRedBlueYellow + entities: + - uid: 35340 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,64.5 + parent: 2 - proto: PaintingSadClown entities: - uid: 1373 @@ -186771,6 +205173,18 @@ entities: - type: Transform pos: -78.5,0.5 parent: 2 + - uid: 43948 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,66.5 + parent: 2 + - uid: 43973 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -87.5,18.5 + parent: 2 - proto: PaintingSaturn entities: - uid: 7772 @@ -186778,12 +205192,25 @@ entities: - type: Transform pos: 70.5,31.5 parent: 2 + - uid: 43959 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,61.5 + parent: 2 + - uid: 43960 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,47.5 + parent: 2 - proto: PaintingSkeletonBoof entities: - - uid: 40435 + - uid: 43964 components: - type: Transform - pos: -30.5,65.5 + rot: 1.5707963267948966 rad + pos: -6.5,74.5 parent: 2 - proto: PaintingSkeletonCigarette entities: @@ -186793,6 +205220,18 @@ entities: rot: 1.5707963267948966 rad pos: 90.5,44.5 parent: 2 + - uid: 43957 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,69.5 + parent: 2 + - uid: 43974 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -93.5,19.5 + parent: 2 - proto: PaintingSleepingGypsy entities: - uid: 32040 @@ -186801,14 +205240,76 @@ entities: rot: 1.5707963267948966 rad pos: -19.5,34.5 parent: 2 -- proto: Paper + - uid: 43909 + components: + - type: Transform + pos: -12.5,-9.5 + parent: 2 +- proto: PaintingSpoon entities: - - uid: 134 + - uid: 43949 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.4708214,58.159603 + rot: 1.5707963267948966 rad + pos: -6.5,70.5 + parent: 2 +- proto: PaintingTheGreatWave + entities: + - uid: 43953 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,62.5 + parent: 2 + - uid: 43970 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -95.5,3.5 + parent: 2 +- proto: PaintingTheKiss + entities: + - uid: 43951 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,76.5 + parent: 2 + - uid: 43969 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,60.5 + parent: 2 +- proto: PaintingTheScream + entities: + - uid: 43952 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,73.5 parent: 2 +- proto: PaintingTheSonOfMan + entities: + - uid: 17308 + components: + - type: Transform + pos: -15.5,-6.5 + parent: 2 + - uid: 43956 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,86.5 + parent: 2 + - uid: 43965 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,79.5 + parent: 2 +- proto: Paper + entities: - uid: 348 components: - type: Transform @@ -186852,18 +205353,6 @@ entities: Or was it all just a dream...? - - uid: 3736 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.353634,58.292416 - parent: 2 - - uid: 4211 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.452635,61.676525 - parent: 2 - uid: 5431 components: - type: Transform @@ -186876,15 +205365,16 @@ entities: rot: -1.5707963267948966 rad pos: 49.598236,33.539032 parent: 2 - - uid: 7944 + - uid: 6468 components: - type: Transform - pos: -62.09694,-1.5043344 + rot: -1.5707963267948966 rad + pos: -9.546487,45.96086 parent: 2 - - uid: 8812 + - uid: 7944 components: - type: Transform - pos: -20.70241,62.63365 + pos: -62.09694,-1.5043344 parent: 2 - uid: 8900 components: @@ -186903,11 +205393,6 @@ entities: - type: Transform pos: -47.96408,26.592196 parent: 2 - - uid: 9043 - components: - - type: Transform - pos: -13.021509,59.730175 - parent: 2 - uid: 10712 components: - type: Transform @@ -186923,38 +205408,63 @@ entities: - type: Transform pos: 65.400536,27.691715 parent: 2 + - uid: 13842 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.408849,58.640312 + parent: 2 - uid: 15122 components: - type: Transform pos: 28.424322,52.808193 parent: 2 - - uid: 18072 + - uid: 16113 components: - type: Transform - rot: 3.141592653589793 rad - pos: -27.425816,66.62427 + rot: -1.5707963267948966 rad + pos: -9.459595,45.757713 parent: 2 - - uid: 18074 + - uid: 16121 components: - type: Transform - pos: -27.6343,66.58359 + rot: 3.141592653589793 rad + pos: -8.273049,63.69807 parent: 2 - - uid: 18075 + - uid: 16138 components: - type: Transform rot: 3.141592653589793 rad - pos: -15.378941,66.56177 + pos: -4.3935523,63.705193 parent: 2 - - uid: 22081 + - uid: 16395 components: - type: Transform - pos: 34.72652,-4.3186865 + rot: -1.5707963267948966 rad + pos: -7.9917994,63.799633 parent: 2 - - uid: 22168 + - uid: 19488 components: - type: Transform rot: 1.5707963267948966 rad - pos: -12.599634,59.800488 + pos: -24.461546,63.135155 + parent: 2 + - uid: 19834 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.391445,53.117546 + parent: 2 + - uid: 21790 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5074244,50.64055 + parent: 2 + - uid: 22081 + components: + - type: Transform + pos: 34.72652,-4.3186865 parent: 2 - uid: 22278 components: @@ -186963,27 +205473,39 @@ entities: parent: 2 - type: Paper content: Have fun filling up the domes, Zookeepers! Cargo can buy you more animals. - - uid: 22780 + - uid: 22759 components: - type: Transform - pos: -5.4712806,6.7257013 + rot: 1.5707963267948966 rad + pos: -10.43832,53.648796 parent: 2 - - uid: 23202 + - uid: 22760 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -14.341822,58.472363 + rot: 1.5707963267948966 rad + pos: -10.53207,53.41442 parent: 2 - - uid: 23204 + - uid: 22780 components: - type: Transform - pos: -14.529322,58.71455 + pos: -5.4712806,6.7257013 + parent: 2 + - uid: 23140 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.531858,63.486717 parent: 2 - uid: 23458 components: - type: Transform pos: -62.19069,-1.3519907 parent: 2 + - uid: 26222 + components: + - type: Transform + pos: -16.386003,77.58821 + parent: 2 - uid: 27245 components: - type: Transform @@ -187049,24 +205571,6 @@ entities: - type: Transform pos: -53.011257,-12.423383 parent: 2 - - uid: 29294 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.565819,49.774994 - parent: 2 - - uid: 30365 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.187415,55.132004 - parent: 2 - - uid: 30366 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.35929,55.34294 - parent: 2 - uid: 30459 components: - type: Transform @@ -187168,6 +205672,11 @@ entities: - DamageOnHighSpeedImpact - Pullable - DamageExaminable + - uid: 35107 + components: + - type: Transform + pos: -35.345314,50.56204 + parent: 2 - uid: 35801 components: - type: MetaData @@ -187194,23 +205703,6 @@ entities: Cloning is *not* a cure-all. It can be distressing and psychologically damaging to wake up in a different body. Patients may act belligerent - and would you blame them? You may want to alert any active Psychologists to be on deck. - - uid: 36134 - components: - - type: Transform - pos: -14.013525,59.659668 - parent: 2 - - uid: 36215 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.351478,50.171066 - parent: 2 - - uid: 36396 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -10.507728,48.725754 - parent: 2 - uid: 36603 components: - type: Transform @@ -187287,6 +205779,48 @@ entities: - type: Transform pos: 72.45207,72.7386 parent: 2 + - uid: 41149 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.571743,64.77153 + parent: 2 + - uid: 41155 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.568867,57.014626 + parent: 2 + - uid: 41156 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.459492,56.803688 + parent: 2 + - uid: 41603 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.370247,79.62201 + parent: 2 + - uid: 41605 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.34681,87.61992 + parent: 2 + - uid: 43903 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.408932,-9.408316 + parent: 2 + - uid: 43904 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.61987,-9.205191 + parent: 2 - proto: PaperBin10 entities: - uid: 1956 @@ -187294,6 +205828,11 @@ entities: - type: Transform pos: 4.5,30.5 parent: 2 + - uid: 19608 + components: + - type: Transform + pos: -5.5,63.5 + parent: 2 - uid: 29174 components: - type: Transform @@ -187360,11 +205899,11 @@ entities: rot: -1.5707963267948966 rad pos: 27.5,25.5 parent: 2 - - uid: 38879 + - uid: 40597 components: - type: Transform rot: 3.141592653589793 rad - pos: -15.5,61.5 + pos: -22.5,61.5 parent: 2 - proto: PaperBin20 entities: @@ -187392,6 +205931,13 @@ entities: - type: Transform pos: 28.300636,52.715633 parent: 2 +- proto: ParchisBoard + entities: + - uid: 40579 + components: + - type: Transform + pos: -20.454477,59.652718 + parent: 2 - proto: ParticleAcceleratorControlBoxUnfinished entities: - uid: 4005 @@ -187454,10 +206000,10 @@ entities: - type: Transform pos: -46.523838,16.671139 parent: 2 - - uid: 35462 + - uid: 23738 components: - type: Transform - pos: -62.125828,39.512123 + pos: 43.515305,51.72322 parent: 2 - proto: PartRodMetal1 entities: @@ -187480,11 +206026,6 @@ entities: parent: 2 - proto: Pen entities: - - uid: 564 - components: - - type: Transform - pos: -14.31584,59.073666 - parent: 2 - uid: 780 components: - type: Transform @@ -187500,27 +206041,21 @@ entities: - type: Transform pos: -28.420527,-19.696085 parent: 2 - - uid: 3744 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.572384,57.878353 - parent: 2 - uid: 7725 components: - type: Transform pos: 65.38882,27.469059 parent: 2 - - uid: 11392 + - uid: 16952 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.288572,61.481213 + pos: -48.45627,21.498627 parent: 2 - - uid: 16952 + - uid: 18054 components: - type: Transform - pos: -48.45627,21.498627 + rot: 1.5707963267948966 rad + pos: -10.322911,58.429375 parent: 2 - uid: 18229 components: @@ -187537,15 +206072,27 @@ entities: - type: Transform pos: -35.98253,-18.708632 parent: 2 - - uid: 25337 + - uid: 19507 components: - type: Transform - pos: -6.5520496,-20.295 + rot: -1.5707963267948966 rad + pos: -9.507424,45.570236 parent: 2 - - uid: 27786 + - uid: 21702 + components: + - type: Transform + pos: -10.516445,54.03942 + parent: 2 + - uid: 21794 components: - type: Transform - pos: -12.245527,59.628353 + rot: 1.5707963267948966 rad + pos: -24.60217,62.892967 + parent: 2 + - uid: 25337 + components: + - type: Transform + pos: -6.5520496,-20.295 parent: 2 - uid: 28144 components: @@ -187573,12 +206120,6 @@ entities: - type: Transform pos: 19.507185,1.1545041 parent: 2 - - uid: 35941 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.775414,62.501503 - parent: 2 - uid: 36612 components: - type: Transform @@ -187590,32 +206131,21 @@ entities: - type: Transform pos: 66.65503,72.35333 parent: 2 - - uid: 36959 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.27135,54.65571 - parent: 2 - - uid: 36978 - components: - - type: Transform - pos: -10.310412,49.147896 - parent: 2 - - uid: 36983 + - uid: 40598 components: - type: Transform - pos: -10.349475,49.397896 + pos: -21.91467,61.736717 parent: 2 - - uid: 36984 + - uid: 40599 components: - type: Transform - pos: -10.224475,50.60102 + pos: -21.672483,61.68203 parent: 2 - - uid: 38864 + - uid: 41157 components: - type: Transform - rot: 3.141592653589793 rad - pos: -17.116697,61.614025 + rot: -1.5707963267948966 rad + pos: -13.553242,54.100563 parent: 2 - proto: PenCap entities: @@ -187666,21 +206196,6 @@ entities: parent: 2 - proto: PillCanister entities: - - uid: 1398 - components: - - type: Transform - pos: -35.123653,36.50873 - parent: 2 - - uid: 16257 - components: - - type: Transform - pos: -35.30334,36.618107 - parent: 2 - - uid: 16520 - components: - - type: Transform - pos: -35.76428,36.78217 - parent: 2 - uid: 19186 components: - type: Transform @@ -187696,11 +206211,6 @@ entities: - type: Transform pos: 15.607185,-11.199978 parent: 2 - - uid: 23369 - components: - - type: Transform - pos: -35.35803,36.90717 - parent: 2 - proto: PillCanisterDexalin entities: - uid: 19669 @@ -187708,6 +206218,13 @@ entities: - type: Transform pos: 15.458748,-10.231228 parent: 2 +- proto: PillCanisterDylovene + entities: + - uid: 43917 + components: + - type: Transform + pos: -13.473036,-9.201786 + parent: 2 - proto: PillCanisterKelotane entities: - uid: 19389 @@ -187727,6 +206244,11 @@ entities: - type: Transform pos: 18.357185,-9.223415 parent: 2 + - uid: 43927 + components: + - type: Transform + pos: -13.621473,-9.326786 + parent: 2 - proto: PillTricordrazine entities: - uid: 1647 @@ -187764,6 +206286,20 @@ entities: - type: Transform pos: 18.647013,-10.406719 parent: 2 +- proto: PinionAirlockGlass + entities: + - uid: 35281 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,85.5 + parent: 2 + - uid: 35300 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 17.5,84.5 + parent: 2 - proto: PinpointerNuclear entities: - uid: 14084 @@ -188127,6 +206663,26 @@ entities: rot: 1.5707963267948966 rad pos: -29.5,46.5 parent: 2 +- proto: PlasmaWindoorSecureArmoryLocked + entities: + - uid: 41060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,42.5 + parent: 2 + - uid: 41061 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,42.5 + parent: 2 + - uid: 41069 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,42.5 + parent: 2 - proto: PlasmaWindoorSecureEngineeringLocked entities: - uid: 7032 @@ -188154,6 +206710,23 @@ entities: - type: Transform pos: 66.5,-28.5 parent: 2 +- proto: PlasmaWindoorSecureSecurityLocked + entities: + - uid: 41070 + components: + - type: Transform + pos: -20.5,44.5 + parent: 2 + - uid: 41071 + components: + - type: Transform + pos: -21.5,44.5 + parent: 2 + - uid: 41072 + components: + - type: Transform + pos: -22.5,44.5 + parent: 2 - proto: PlasticFlapsAirtightClear entities: - uid: 244 @@ -188221,6 +206794,20 @@ entities: rot: 1.5707963267948966 rad pos: 75.63981,62.819332 parent: 2 +- proto: PlushieAtmosian + entities: + - uid: 13722 + components: + - type: Transform + pos: -35.545166,49.045345 + parent: 2 +- proto: PlushieBee + entities: + - uid: 22374 + components: + - type: Transform + pos: -15.502682,-8.947378 + parent: 2 - proto: PlushieCarp entities: - uid: 7846 @@ -188277,8 +206864,7 @@ entities: - uid: 5306 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 69.503395,29.603338 + pos: 68.450005,30.558432 parent: 2 - uid: 30093 components: @@ -188292,18 +206878,59 @@ entities: - type: Transform pos: 3.5841815,-0.32515478 parent: 2 -- proto: PlushieLizard +- proto: PlushieHuman entities: - - uid: 2081 + - uid: 35332 + components: + - type: Transform + pos: 19.503931,87.541245 + parent: 2 + - uid: 43930 + components: + - type: Transform + pos: -13.340223,-8.209599 + parent: 2 +- proto: PlushieLamp + entities: + - uid: 39978 + components: + - type: Transform + pos: -32.729027,79.87575 + parent: 2 + - uid: 39992 + components: + - type: Transform + pos: -32.61965,87.783295 + parent: 2 + - uid: 40724 components: - type: Transform - pos: -17.31847,-8.458204 + pos: -17.608194,77.80612 parent: 2 +- proto: PlushieLizard + entities: - uid: 13099 components: - type: Transform pos: 5.2591686,-34.27805 parent: 2 + - uid: 23652 + components: + - type: Transform + pos: -17.408932,-8.970816 + parent: 2 + - uid: 40725 + components: + - type: Transform + pos: -17.534595,79.49658 + parent: 2 +- proto: PlushieMoth + entities: + - uid: 26228 + components: + - type: Transform + pos: -13.535536,-7.998661 + parent: 2 - proto: PlushieMothMusician entities: - uid: 461 @@ -188318,18 +206945,34 @@ entities: - type: Transform pos: 5.8802624,-34.28977 parent: 2 -- proto: PlushieRGBee +- proto: PlushiePenguin entities: - - uid: 2079 + - uid: 25872 components: - type: Transform - pos: -16.81847,-8.450392 + pos: -13.715223,-8.256474 parent: 2 +- proto: PlushieRainbowCarp + entities: + - uid: 43940 + components: + - type: Transform + pos: -6.5478935,86.43025 + parent: 2 +- proto: PlushieRGBee + entities: - uid: 13098 components: - type: Transform pos: 4.5912,-34.28977 parent: 2 +- proto: PlushieRouny + entities: + - uid: 6068 + components: + - type: Transform + pos: -17.50782,54.48817 + parent: 2 - proto: PlushieSharkBlue entities: - uid: 8481 @@ -188357,6 +207000,11 @@ entities: - type: Transform pos: 63.997437,-8.901122 parent: 2 + - uid: 43876 + components: + - type: Transform + pos: -42.515255,73.40384 + parent: 2 - proto: PlushieSharkGrey entities: - uid: 33688 @@ -188376,6 +207024,11 @@ entities: - type: Transform pos: -82.2916,29.49453 parent: 2 + - uid: 8123 + components: + - type: Transform + pos: -17.524792,56.472546 + parent: 2 - uid: 23466 components: - type: Transform @@ -188386,8 +207039,18 @@ entities: - type: Transform pos: 64.34119,-9.651122 parent: 2 + - uid: 40726 + components: + - type: Transform + pos: -16.592157,79.406525 + parent: 2 - proto: PlushieSlime entities: + - uid: 6056 + components: + - type: Transform + pos: -24.597033,89.59331 + parent: 2 - uid: 22686 components: - type: Transform @@ -188403,7 +207066,7 @@ entities: - uid: 37662 components: - type: Transform - pos: -52.55401,58.47547 + pos: -64.909775,41.569305 parent: 2 - proto: PlushieSpaceLizard entities: @@ -188412,6 +207075,25 @@ entities: - type: Transform pos: -3.5416126,-33.492893 parent: 2 + - uid: 43941 + components: + - type: Transform + pos: -37.43418,75.56061 + parent: 2 +- proto: PlushieVox + entities: + - uid: 21733 + components: + - type: Transform + pos: -20.973148,73.91405 + parent: 2 +- proto: PlushieXeno + entities: + - uid: 14133 + components: + - type: Transform + pos: -31.579285,83.62825 + parent: 2 - proto: PortableFlasher entities: - uid: 17927 @@ -188462,10 +207144,10 @@ entities: - type: Transform pos: 23.5,-23.5 parent: 2 - - uid: 15918 + - uid: 29080 components: - type: Transform - pos: -32.5,72.5 + pos: -43.5,79.5 parent: 2 - uid: 38099 components: @@ -188487,6 +207169,11 @@ entities: - type: Transform pos: -17.5,37.5 parent: 2 + - uid: 43305 + components: + - type: Transform + pos: 52.5,65.5 + parent: 2 - proto: PortableGeneratorPacman entities: - uid: 10171 @@ -188558,6 +207245,105 @@ entities: - type: Transform pos: 85.5,-5.5 parent: 2 +- proto: PortalGatewayBlue + entities: + - uid: 1833 + components: + - type: MetaData + name: arrivals portal + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-42.5 + parent: 2 + - type: LinkedEntity + deleteOnEmptyLinks: True + linkedEntities: + - 6893 + - uid: 2189 + components: + - type: MetaData + name: hospital portal + - type: Transform + pos: -2.5,6.5 + parent: 2 + - type: LinkedEntity + deleteOnEmptyLinks: True + linkedEntities: + - 26781 + - uid: 5089 + components: + - type: MetaData + name: evac portal + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,81.5 + parent: 2 + - type: LinkedEntity + deleteOnEmptyLinks: True + linkedEntities: + - 6895 + - uid: 26525 + components: + - type: MetaData + name: park portal + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,-3.5 + parent: 2 + - type: LinkedEntity + deleteOnEmptyLinks: True + linkedEntities: + - 26776 +- proto: PortalGatewayOrange + entities: + - uid: 6893 + components: + - type: MetaData + name: arrivals portal + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,1.5 + parent: 2 + - type: LinkedEntity + deleteOnEmptyLinks: True + linkedEntities: + - 1833 + - uid: 6895 + components: + - type: MetaData + name: evac portal + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,1.5 + parent: 2 + - type: LinkedEntity + deleteOnEmptyLinks: True + linkedEntities: + - 5089 + - uid: 26776 + components: + - type: MetaData + name: park portal + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,15.5 + parent: 2 + - type: LinkedEntity + deleteOnEmptyLinks: True + linkedEntities: + - 26525 + - uid: 26781 + components: + - type: MetaData + name: hospital portal + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,15.5 + parent: 2 + - type: LinkedEntity + deleteOnEmptyLinks: True + linkedEntities: + - 2189 - proto: PosterBroken entities: - uid: 5391 @@ -188644,6 +207430,11 @@ entities: parent: 2 - proto: PosterContrabandBountyHunters entities: + - uid: 578 + components: + - type: Transform + pos: -49.5,59.5 + parent: 2 - uid: 30780 components: - type: Transform @@ -188668,6 +207459,12 @@ entities: - type: Transform pos: 32.5,-17.5 parent: 2 + - uid: 43976 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -95.5,0.5 + parent: 2 - proto: PosterContrabandC20r entities: - uid: 15624 @@ -188697,8 +207494,19 @@ entities: - type: Transform pos: -58.5,-30.5 parent: 2 + - uid: 43977 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -93.5,-2.5 + parent: 2 - proto: PosterContrabandCommunistState entities: + - uid: 9466 + components: + - type: Transform + pos: -46.5,53.5 + parent: 2 - uid: 12445 components: - type: Transform @@ -188714,6 +207522,20 @@ entities: - type: Transform pos: -7.5,-10.5 parent: 2 + - uid: 28407 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,65.5 + parent: 2 +- proto: PosterContrabandCybersun600 + entities: + - uid: 43979 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -89.5,19.5 + parent: 2 - proto: PosterContrabandDDayPromo entities: - uid: 15060 @@ -188746,6 +207568,12 @@ entities: - type: Transform pos: -62.5,22.5 parent: 2 + - uid: 43980 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -72.5,4.5 + parent: 2 - proto: PosterContrabandDonutCorp entities: - uid: 4736 @@ -188754,10 +207582,11 @@ entities: rot: 3.141592653589793 rad pos: -2.5,46.5 parent: 2 - - uid: 37191 + - uid: 19614 components: - type: Transform - pos: -10.5,47.5 + rot: 3.141592653589793 rad + pos: -7.5,46.5 parent: 2 - uid: 39851 components: @@ -188766,6 +207595,11 @@ entities: parent: 2 - proto: PosterContrabandEAT entities: + - uid: 3792 + components: + - type: Transform + pos: -44.5,57.5 + parent: 2 - uid: 7619 components: - type: Transform @@ -188813,6 +207647,12 @@ entities: - type: Transform pos: -17.5,-17.5 parent: 2 + - uid: 43982 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -70.5,1.5 + parent: 2 - proto: PosterContrabandFunPolice entities: - uid: 19445 @@ -188831,6 +207671,12 @@ entities: - type: Transform pos: -31.5,34.5 parent: 2 + - uid: 28383 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,66.5 + parent: 2 - uid: 30786 components: - type: Transform @@ -188859,6 +207705,12 @@ entities: rot: -1.5707963267948966 rad pos: -38.5,37.5 parent: 2 + - uid: 43987 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-28.5 + parent: 2 - proto: PosterContrabandHaveaPuff entities: - uid: 23375 @@ -188871,6 +207723,12 @@ entities: - type: Transform pos: -50.5,28.5 parent: 2 + - uid: 43988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,-30.5 + parent: 2 - proto: PosterContrabandHighEffectEngineering entities: - uid: 26338 @@ -188956,6 +207814,14 @@ entities: - type: Transform pos: -59.5,10.5 parent: 2 +- proto: PosterContrabandMoth + entities: + - uid: 30681 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,78.5 + parent: 2 - proto: PosterContrabandNuclearDeviceInformational entities: - uid: 1358 @@ -189026,6 +207892,12 @@ entities: rot: 1.5707963267948966 rad pos: -50.5,-27.5 parent: 2 + - uid: 28477 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,68.5 + parent: 2 - uid: 39559 components: - type: Transform @@ -189075,16 +207947,17 @@ entities: parent: 2 - proto: PosterContrabandRIPBadger entities: - - uid: 20027 + - uid: 22921 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,72.5 + rot: -1.5707963267948966 rad + pos: 31.5,14.5 parent: 2 - - uid: 23397 + - uid: 42351 components: - type: Transform - pos: 30.5,14.5 + rot: -1.5707963267948966 rad + pos: 7.5,88.5 parent: 2 - proto: PosterContrabandRise entities: @@ -189099,6 +207972,12 @@ entities: - type: Transform pos: -34.5,5.5 parent: 2 + - uid: 28480 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,61.5 + parent: 2 - uid: 39561 components: - type: Transform @@ -189163,6 +208042,12 @@ entities: - type: Transform pos: 44.5,16.5 parent: 2 + - uid: 28619 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,82.5 + parent: 2 - uid: 30841 components: - type: Transform @@ -189261,8 +208146,20 @@ entities: rot: 1.5707963267948966 rad pos: -28.5,40.5 parent: 2 + - uid: 30412 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,78.5 + parent: 2 - proto: PosterContrabandSyndicateRecruitment entities: + - uid: 30680 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,78.5 + parent: 2 - uid: 30847 components: - type: Transform @@ -189297,6 +208194,12 @@ entities: rot: 1.5707963267948966 rad pos: -8.5,0.5 parent: 2 + - uid: 31066 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,88.5 + parent: 2 - uid: 39569 components: - type: Transform @@ -189326,6 +208229,12 @@ entities: - type: Transform pos: 10.5,26.5 parent: 2 + - uid: 34202 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,84.5 + parent: 2 - uid: 35726 components: - type: Transform @@ -189350,11 +208259,10 @@ entities: parent: 2 - proto: PosterContrabandWaffleCorp entities: - - uid: 25633 + - uid: 16628 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,79.5 + pos: 13.5,95.5 parent: 2 - proto: PosterContrabandWehWatches entities: @@ -189368,6 +208276,12 @@ entities: - type: Transform pos: -66.5,1.5 parent: 2 + - uid: 35328 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,86.5 + parent: 2 - proto: PosterLegit12Gauge entities: - uid: 23345 @@ -189385,6 +208299,11 @@ entities: - type: Transform pos: -28.5,45.5 parent: 2 + - uid: 35268 + components: + - type: Transform + pos: -45.5,56.5 + parent: 2 - proto: PosterLegit50thAnniversaryVintageReprint entities: - uid: 23347 @@ -189394,6 +208313,11 @@ entities: parent: 2 - proto: PosterLegitAnatomyPoster entities: + - uid: 582 + components: + - type: Transform + pos: -53.5,59.5 + parent: 2 - uid: 1362 components: - type: Transform @@ -189407,12 +208331,6 @@ entities: parent: 2 - proto: PosterLegitBarDrinks entities: - - uid: 33679 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,66.5 - parent: 2 - uid: 35894 components: - type: Transform @@ -189454,11 +208372,16 @@ entities: - type: Transform pos: -50.5,-12.5 parent: 2 - - uid: 38884 + - uid: 43947 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,57.5 + pos: -39.5,53.5 + parent: 2 + - uid: 43984 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-23.5 parent: 2 - proto: PosterLegitBuild entities: @@ -189541,12 +208464,22 @@ entities: - type: Transform pos: 73.5,-14.5 parent: 2 + - uid: 35267 + components: + - type: Transform + pos: -42.5,57.5 + parent: 2 - uid: 37727 components: - type: Transform rot: 1.5707963267948966 rad pos: -31.5,18.5 parent: 2 + - uid: 39471 + components: + - type: Transform + pos: -25.5,87.5 + parent: 2 - uid: 40067 components: - type: Transform @@ -189572,6 +208505,12 @@ entities: - type: Transform pos: -59.5,-30.5 parent: 2 + - uid: 43978 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -95.5,17.5 + parent: 2 - proto: PosterLegitDejaVu entities: - uid: 4674 @@ -189590,6 +208529,11 @@ entities: rot: 1.5707963267948966 rad pos: -42.5,31.5 parent: 2 + - uid: 43943 + components: + - type: Transform + pos: -43.5,53.5 + parent: 2 - proto: PosterLegitDickGumshue entities: - uid: 5596 @@ -189616,22 +208560,15 @@ entities: - type: Transform pos: -18.5,23.5 parent: 2 - - uid: 26167 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,54.5 - parent: 2 - - uid: 28908 + - uid: 39541 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -16.5,67.5 + pos: -60.5,37.5 parent: 2 - - uid: 39541 + - uid: 43945 components: - type: Transform - pos: -60.5,37.5 + pos: -52.5,61.5 parent: 2 - proto: PosterLegitDontPanic entities: @@ -189646,18 +208583,34 @@ entities: - type: Transform pos: 5.5,26.5 parent: 2 + - uid: 35130 + components: + - type: Transform + pos: -40.5,56.5 + parent: 2 + - uid: 43981 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -74.5,2.5 + parent: 2 - proto: PosterLegitEatMeat entities: + - uid: 7565 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,88.5 + parent: 2 - uid: 7620 components: - type: Transform pos: -48.5,-12.5 parent: 2 - - uid: 16596 + - uid: 43946 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,73.5 + pos: -45.5,60.5 parent: 2 - proto: PosterLegitEnlist entities: @@ -189675,6 +208628,11 @@ entities: rot: 1.5707963267948966 rad pos: -19.5,39.5 parent: 2 + - uid: 31372 + components: + - type: Transform + pos: -33.5,53.5 + parent: 2 - proto: PosterLegitFruitBowl entities: - uid: 11343 @@ -189683,6 +208641,12 @@ entities: rot: 3.141592653589793 rad pos: -34.5,-20.5 parent: 2 + - uid: 43983 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,-22.5 + parent: 2 - proto: PosterLegitFuckAround entities: - uid: 176 @@ -189697,6 +208661,12 @@ entities: rot: 3.141592653589793 rad pos: -0.5,38.5 parent: 2 + - uid: 43985 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.5,-27.5 + parent: 2 - proto: PosterLegitGetYourLEGS entities: - uid: 23370 @@ -189704,6 +208674,12 @@ entities: - type: Transform pos: -48.5,-2.5 parent: 2 + - uid: 43986 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-25.5 + parent: 2 - proto: PosterLegitHelpOthers entities: - uid: 23377 @@ -189755,12 +208731,6 @@ entities: - type: Transform pos: -40.5,-24.5 parent: 2 - - uid: 19383 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,78.5 - parent: 2 - uid: 31935 components: - type: Transform @@ -189771,6 +208741,12 @@ entities: - type: Transform pos: -45.5,25.5 parent: 2 + - uid: 43989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-34.5 + parent: 2 - proto: PosterLegitHotDonkExplosion entities: - uid: 23360 @@ -189778,6 +208754,17 @@ entities: - type: Transform pos: 22.5,22.5 parent: 2 + - uid: 28389 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,62.5 + parent: 2 + - uid: 43944 + components: + - type: Transform + pos: -51.5,68.5 + parent: 2 - proto: PosterLegitIan entities: - uid: 24043 @@ -189805,11 +208792,11 @@ entities: parent: 2 - proto: PosterLegitJustAWeekAway entities: - - uid: 19382 + - uid: 18188 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,73.5 + rot: 1.5707963267948966 rad + pos: -18.5,75.5 parent: 2 - uid: 23380 components: @@ -189827,18 +208814,24 @@ entities: - type: Transform pos: -56.5,19.5 parent: 2 + - uid: 42353 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,88.5 + parent: 2 - proto: PosterLegitLoveIan entities: - - uid: 23382 + - uid: 17999 components: - type: Transform - pos: 13.5,26.5 + rot: 1.5707963267948966 rad + pos: -14.5,76.5 parent: 2 - - uid: 28963 + - uid: 23382 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,59.5 + pos: 13.5,26.5 parent: 2 - uid: 39549 components: @@ -189868,6 +208861,11 @@ entities: - type: Transform pos: 14.5,-8.5 parent: 2 + - uid: 41488 + components: + - type: Transform + pos: -23.5,80.5 + parent: 2 - proto: PosterLegitMime entities: - uid: 3935 @@ -189875,6 +208873,12 @@ entities: - type: Transform pos: -81.5,2.5 parent: 2 + - uid: 28473 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,80.5 + parent: 2 - uid: 36091 components: - type: Transform @@ -189906,12 +208910,6 @@ entities: rot: 3.141592653589793 rad pos: -17.5,-36.5 parent: 2 - - uid: 28919 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,67.5 - parent: 2 - uid: 35893 components: - type: Transform @@ -189928,21 +208926,8 @@ entities: - type: Transform pos: -56.5,10.5 parent: 2 -- proto: PosterLegitNoERP - entities: - - uid: 28941 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,67.5 - parent: 2 - proto: PosterLegitNoTouching entities: - - uid: 5409 - components: - - type: Transform - pos: -10.5,68.5 - parent: 2 - uid: 15213 components: - type: Transform @@ -189980,12 +208965,6 @@ entities: rot: 1.5707963267948966 rad pos: -10.5,38.5 parent: 2 - - uid: 28918 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,67.5 - parent: 2 - uid: 36779 components: - type: Transform @@ -190009,6 +208988,12 @@ entities: - type: Transform pos: -41.5,12.5 parent: 2 + - uid: 28476 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,84.5 + parent: 2 - uid: 38003 components: - type: Transform @@ -190035,11 +209020,11 @@ entities: parent: 2 - proto: PosterLegitPieSlice entities: - - uid: 16613 + - uid: 15999 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,72.5 + rot: 3.141592653589793 rad + pos: -5.5,88.5 parent: 2 - uid: 23393 components: @@ -190058,6 +209043,12 @@ entities: - type: Transform pos: -51.5,-19.5 parent: 2 + - uid: 28478 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,74.5 + parent: 2 - proto: PosterLegitRenault entities: - uid: 16084 @@ -190071,6 +209062,12 @@ entities: - type: Transform pos: 15.5,37.5 parent: 2 + - uid: 28479 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,57.5 + parent: 2 - uid: 34654 components: - type: Transform @@ -190137,6 +209134,12 @@ entities: rot: 3.141592653589793 rad pos: -26.5,-47.5 parent: 2 + - uid: 28512 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,74.5 + parent: 2 - uid: 36769 components: - type: Transform @@ -190188,15 +209191,15 @@ entities: parent: 2 - proto: PosterLegitSafetyMothFires entities: - - uid: 22312 + - uid: 39563 components: - type: Transform - pos: -12.5,-10.5 + pos: -50.5,20.5 parent: 2 - - uid: 39563 + - uid: 43910 components: - type: Transform - pos: -50.5,20.5 + pos: -12.5,-11.5 parent: 2 - proto: PosterLegitSafetyMothGlimmer entities: @@ -190214,11 +209217,6 @@ entities: parent: 2 - proto: PosterLegitSafetyMothMeth entities: - - uid: 5302 - components: - - type: Transform - pos: -10.5,72.5 - parent: 2 - uid: 23415 components: - type: Transform @@ -190241,6 +209239,17 @@ entities: - type: Transform pos: 23.5,17.5 parent: 2 + - uid: 26459 + components: + - type: Transform + pos: -14.5,78.5 + parent: 2 + - uid: 43905 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,-9.5 + parent: 2 - proto: PosterLegitSafetyMothPiping entities: - uid: 17227 @@ -190275,6 +209284,12 @@ entities: - type: Transform pos: 22.5,26.5 parent: 2 + - uid: 28514 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,80.5 + parent: 2 - uid: 30300 components: - type: Transform @@ -190311,27 +209326,28 @@ entities: - type: Transform pos: -0.5,-23.5 parent: 2 - - uid: 15413 + - uid: 17851 components: - type: Transform - rot: 3.141592653589793 rad - pos: -12.5,60.5 + pos: 52.5,-8.5 parent: 2 - - uid: 17851 + - uid: 21464 components: - type: Transform - pos: 52.5,-8.5 + rot: -1.5707963267948966 rad + pos: 3.5,43.5 parent: 2 - - uid: 17928 + - uid: 28528 components: - type: Transform - pos: -8.5,68.5 + rot: 1.5707963267948966 rad + pos: -12.5,84.5 parent: 2 - - uid: 21464 + - uid: 28533 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,43.5 + rot: 1.5707963267948966 rad + pos: -29.5,90.5 parent: 2 - uid: 28623 components: @@ -190494,33 +209510,11 @@ entities: - type: Transform pos: -0.5,-49.5 parent: 2 - - uid: 3430 - components: - - type: Transform - pos: -27.5,46.5 - parent: 2 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot - showEnts: False - occludes: True - ent: 3791 - - uid: 7445 - components: - - type: Transform - pos: -25.5,46.5 - parent: 2 - - uid: 23175 + - uid: 16407 components: - type: Transform pos: -9.5,39.5 parent: 2 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot - showEnts: False - occludes: True - ent: 23187 - uid: 23804 components: - type: Transform @@ -190572,11 +209566,6 @@ entities: - type: Transform pos: 13.5,-14.5 parent: 2 - - uid: 30505 - components: - - type: Transform - pos: 0.5,69.5 - parent: 2 - proto: PottedPlant14 entities: - uid: 2578 @@ -190594,6 +209583,28 @@ entities: - type: Transform pos: 18.5,-13.5 parent: 2 +- proto: PottedPlant15 + entities: + - uid: 40097 + components: + - type: Transform + pos: -9.5,86.5 + parent: 2 + - uid: 40098 + components: + - type: Transform + pos: -9.5,84.5 + parent: 2 + - uid: 40099 + components: + - type: Transform + pos: -5.5,86.5 + parent: 2 + - uid: 40102 + components: + - type: Transform + pos: -5.5,84.5 + parent: 2 - proto: PottedPlant17 entities: - uid: 99 @@ -190628,6 +209639,16 @@ entities: - type: Transform pos: -45.5,-4.5 parent: 2 + - uid: 42167 + components: + - type: Transform + pos: 4.5,76.5 + parent: 2 + - uid: 42168 + components: + - type: Transform + pos: 4.5,73.5 + parent: 2 - proto: PottedPlant2 entities: - uid: 3506 @@ -190682,26 +209703,11 @@ entities: parent: 2 - proto: PottedPlant5 entities: - - uid: 1679 - components: - - type: Transform - pos: -4.5,-43.5 - parent: 2 - - uid: 1858 - components: - - type: Transform - pos: -1.5,-40.5 - parent: 2 - uid: 1919 components: - type: Transform pos: 4.5,-43.5 parent: 2 - - uid: 2309 - components: - - type: Transform - pos: -1.5,-43.5 - parent: 2 - uid: 2474 components: - type: Transform @@ -190712,11 +209718,6 @@ entities: - type: Transform pos: 7.5,-40.5 parent: 2 - - uid: 12245 - components: - - type: Transform - pos: -4.5,-40.5 - parent: 2 - uid: 12253 components: - type: Transform @@ -190810,25 +209811,20 @@ entities: - type: Transform pos: -2.5,-4.5 parent: 2 - - uid: 677 - components: - - type: Transform - pos: -13.5,-11.5 - parent: 2 - uid: 692 components: - type: Transform pos: 33.5,-18.5 parent: 2 - - uid: 700 + - uid: 751 components: - type: Transform - pos: -16.5,-7.5 + pos: 8.5,-17.5 parent: 2 - - uid: 751 + - uid: 984 components: - type: Transform - pos: 8.5,-17.5 + pos: 14.5,94.5 parent: 2 - uid: 1115 components: @@ -190905,11 +209901,6 @@ entities: - type: Transform pos: 6.5,-2.5 parent: 2 - - uid: 1698 - components: - - type: Transform - pos: -0.5,7.5 - parent: 2 - uid: 1708 components: - type: Transform @@ -190933,12 +209924,7 @@ entities: - uid: 2249 components: - type: Transform - pos: -25.5,51.5 - parent: 2 - - uid: 2657 - components: - - type: Transform - pos: -19.5,53.5 + pos: -26.5,55.5 parent: 2 - uid: 2926 components: @@ -191040,6 +210026,11 @@ entities: - type: Transform pos: -46.5,11.5 parent: 2 + - uid: 5232 + components: + - type: Transform + pos: -3.5,52.5 + parent: 2 - uid: 5246 components: - type: Transform @@ -191105,6 +210096,16 @@ entities: - type: Transform pos: -53.5,33.5 parent: 2 + - uid: 6003 + components: + - type: Transform + pos: -6.5,50.5 + parent: 2 + - uid: 6179 + components: + - type: Transform + pos: -6.5,48.5 + parent: 2 - uid: 6191 components: - type: Transform @@ -191115,6 +210116,11 @@ entities: - type: Transform pos: -48.5,-35.5 parent: 2 + - uid: 6303 + components: + - type: Transform + pos: -7.5,61.5 + parent: 2 - uid: 6851 components: - type: Transform @@ -191155,15 +210161,20 @@ entities: - type: Transform pos: 5.5,48.5 parent: 2 - - uid: 7277 + - uid: 7283 components: - type: Transform - pos: -3.5,7.5 + pos: 32.5,40.5 parent: 2 - - uid: 7283 + - uid: 7445 components: - type: Transform - pos: 32.5,40.5 + pos: -27.5,47.5 + parent: 2 + - uid: 7474 + components: + - type: Transform + pos: -11.5,94.5 parent: 2 - uid: 7475 components: @@ -191175,6 +210186,16 @@ entities: - type: Transform pos: -45.5,-13.5 parent: 2 + - uid: 7487 + components: + - type: Transform + pos: -11.5,89.5 + parent: 2 + - uid: 7488 + components: + - type: Transform + pos: 14.5,89.5 + parent: 2 - uid: 7737 components: - type: Transform @@ -191210,10 +210231,10 @@ entities: - type: Transform pos: -41.5,14.5 parent: 2 - - uid: 8832 + - uid: 8812 components: - type: Transform - pos: -8.5,57.5 + pos: -11.5,63.5 parent: 2 - uid: 8872 components: @@ -191250,11 +210271,36 @@ entities: - type: Transform pos: 60.5,10.5 parent: 2 + - uid: 9499 + components: + - type: Transform + pos: -37.5,48.5 + parent: 2 + - uid: 9500 + components: + - type: Transform + pos: -52.5,73.5 + parent: 2 + - uid: 9501 + components: + - type: Transform + pos: -52.5,77.5 + parent: 2 + - uid: 9562 + components: + - type: Transform + pos: -18.5,53.5 + parent: 2 - uid: 9911 components: - type: Transform pos: -53.5,31.5 parent: 2 + - uid: 9945 + components: + - type: Transform + pos: -37.5,52.5 + parent: 2 - uid: 10025 components: - type: Transform @@ -191335,11 +210381,6 @@ entities: - type: Transform pos: 45.5,17.5 parent: 2 - - uid: 13871 - components: - - type: Transform - pos: 48.5,-1.5 - parent: 2 - uid: 13929 components: - type: Transform @@ -191455,11 +210496,6 @@ entities: - type: Transform pos: -4.5,23.5 parent: 2 - - uid: 15999 - components: - - type: Transform - pos: -14.5,57.5 - parent: 2 - uid: 16161 components: - type: Transform @@ -191470,15 +210506,10 @@ entities: - type: Transform pos: -15.5,44.5 parent: 2 - - uid: 16283 - components: - - type: Transform - pos: -3.5,48.5 - parent: 2 - - uid: 16288 + - uid: 16528 components: - type: Transform - pos: -3.5,55.5 + pos: -27.5,52.5 parent: 2 - uid: 16540 components: @@ -191505,10 +210536,20 @@ entities: - type: Transform pos: -50.5,-25.5 parent: 2 - - uid: 17918 + - uid: 17972 components: - type: Transform - pos: -7.5,66.5 + pos: 11.5,94.5 + parent: 2 + - uid: 18062 + components: + - type: Transform + pos: -8.5,94.5 + parent: 2 + - uid: 18063 + components: + - type: Transform + pos: -3.5,59.5 parent: 2 - uid: 18108 components: @@ -191520,10 +210561,10 @@ entities: - type: Transform pos: -53.5,37.5 parent: 2 - - uid: 18316 + - uid: 18340 components: - type: Transform - pos: -11.5,71.5 + pos: -10.5,50.5 parent: 2 - uid: 18449 components: @@ -191550,11 +210591,6 @@ entities: - type: Transform pos: -55.5,37.5 parent: 2 - - uid: 19396 - components: - - type: Transform - pos: -25.5,48.5 - parent: 2 - uid: 19441 components: - type: Transform @@ -191565,85 +210601,55 @@ entities: - type: Transform pos: -76.5,7.5 parent: 2 - - uid: 19576 - components: - - type: Transform - pos: -6.5,75.5 - parent: 2 - - uid: 19578 - components: - - type: Transform - pos: 9.5,75.5 - parent: 2 - - uid: 19579 - components: - - type: Transform - pos: 1.5,75.5 - parent: 2 - - uid: 19588 + - uid: 19680 components: - type: Transform - pos: 1.5,76.5 + pos: 9.5,91.5 parent: 2 - - uid: 19589 + - uid: 19681 components: - type: Transform - pos: 9.5,76.5 + pos: 9.5,92.5 parent: 2 - - uid: 19591 + - uid: 19682 components: - type: Transform - pos: -6.5,76.5 + pos: -6.5,92.5 parent: 2 - - uid: 19607 + - uid: 19684 components: - type: Transform - pos: 14.5,78.5 + pos: 1.5,91.5 parent: 2 - - uid: 19608 + - uid: 19685 components: - type: Transform - pos: -11.5,78.5 - parent: 2 - - uid: 19639 - components: - - type: Transform - pos: -27.5,53.5 + pos: -6.5,91.5 parent: 2 - uid: 19730 components: - type: Transform pos: -38.5,67.5 parent: 2 - - uid: 19764 - components: - - type: Transform - pos: -17.5,28.5 - parent: 2 - - uid: 19767 - components: - - type: Transform - pos: -25.5,53.5 - parent: 2 - - uid: 19859 + - uid: 19745 components: - type: Transform - pos: -0.5,73.5 + pos: -5.5,61.5 parent: 2 - - uid: 19860 + - uid: 19764 components: - type: Transform - pos: 3.5,73.5 + pos: -17.5,28.5 parent: 2 - uid: 20604 components: - type: Transform pos: -35.5,-35.5 parent: 2 - - uid: 20670 + - uid: 20682 components: - type: Transform - pos: -17.5,-7.5 + pos: -26.5,73.5 parent: 2 - uid: 20875 components: @@ -191655,6 +210661,16 @@ entities: - type: Transform pos: -28.5,-25.5 parent: 2 + - uid: 21676 + components: + - type: Transform + pos: 1.5,92.5 + parent: 2 + - uid: 21693 + components: + - type: Transform + pos: -8.5,50.5 + parent: 2 - uid: 21943 components: - type: Transform @@ -191700,31 +210716,46 @@ entities: - type: Transform pos: -22.5,5.5 parent: 2 - - uid: 23632 + - uid: 24547 components: - type: Transform - pos: -14.5,48.5 + pos: 5.5,-4.5 parent: 2 - - uid: 24547 + - uid: 27207 components: - type: Transform - pos: 5.5,-4.5 + pos: -93.5,5.5 parent: 2 - - uid: 25955 + - uid: 27208 components: - type: Transform - pos: -29.5,54.5 + pos: -88.5,5.5 parent: 2 - - uid: 26020 + - uid: 27209 components: - type: Transform - pos: -33.5,54.5 + pos: -93.5,11.5 + parent: 2 + - uid: 27211 + components: + - type: Transform + pos: -88.5,11.5 parent: 2 - uid: 27809 components: - type: Transform pos: -15.5,46.5 parent: 2 + - uid: 28348 + components: + - type: Transform + pos: 13.5,71.5 + parent: 2 + - uid: 28410 + components: + - type: Transform + pos: 5.5,71.5 + parent: 2 - uid: 28606 components: - type: Transform @@ -191735,6 +210766,11 @@ entities: - type: Transform pos: -19.5,46.5 parent: 2 + - uid: 28933 + components: + - type: Transform + pos: -17.5,-11.5 + parent: 2 - uid: 29016 components: - type: Transform @@ -191780,11 +210816,6 @@ entities: - type: Transform pos: 22.5,18.5 parent: 2 - - uid: 31561 - components: - - type: Transform - pos: 48.5,-5.5 - parent: 2 - uid: 31769 components: - type: Transform @@ -191800,15 +210831,15 @@ entities: - type: Transform pos: -43.5,35.5 parent: 2 - - uid: 34957 + - uid: 34554 components: - type: Transform - pos: 3.5,62.5 + pos: -39.5,56.5 parent: 2 - - uid: 34958 + - uid: 34957 components: - type: Transform - pos: 3.5,58.5 + pos: 3.5,62.5 parent: 2 - uid: 34964 components: @@ -191830,11 +210861,6 @@ entities: - type: Transform pos: -10.5,18.5 parent: 2 - - uid: 36094 - components: - - type: Transform - pos: -14.5,51.5 - parent: 2 - uid: 36150 components: - type: Transform @@ -191845,6 +210871,11 @@ entities: - type: Transform pos: 24.5,7.5 parent: 2 + - uid: 37537 + components: + - type: Transform + pos: 3.5,58.5 + parent: 2 - uid: 37678 components: - type: Transform @@ -191885,6 +210916,166 @@ entities: - type: Transform pos: -0.5,50.5 parent: 2 + - uid: 40081 + components: + - type: Transform + pos: -33.5,75.5 + parent: 2 + - uid: 40082 + components: + - type: Transform + pos: -33.5,79.5 + parent: 2 + - uid: 40083 + components: + - type: Transform + pos: -33.5,83.5 + parent: 2 + - uid: 40084 + components: + - type: Transform + pos: -33.5,87.5 + parent: 2 + - uid: 40343 + components: + - type: Transform + pos: -26.5,75.5 + parent: 2 + - uid: 40345 + components: + - type: Transform + pos: -17.5,83.5 + parent: 2 + - uid: 40346 + components: + - type: Transform + pos: -13.5,83.5 + parent: 2 + - uid: 40565 + components: + - type: Transform + pos: -28.5,83.5 + parent: 2 + - uid: 40577 + components: + - type: Transform + pos: -19.5,83.5 + parent: 2 + - uid: 40578 + components: + - type: Transform + pos: -22.5,83.5 + parent: 2 + - uid: 40641 + components: + - type: Transform + pos: -7.5,69.5 + parent: 2 + - uid: 40642 + components: + - type: Transform + pos: -5.5,69.5 + parent: 2 + - uid: 42817 + components: + - type: Transform + pos: -1.5,71.5 + parent: 2 + - uid: 42818 + components: + - type: Transform + pos: -5.5,71.5 + parent: 2 + - uid: 42912 + components: + - type: Transform + pos: 12.5,78.5 + parent: 2 + - uid: 42913 + components: + - type: Transform + pos: 13.5,79.5 + parent: 2 + - uid: 42914 + components: + - type: Transform + pos: 13.5,83.5 + parent: 2 + - uid: 42915 + components: + - type: Transform + pos: 7.5,79.5 + parent: 2 + - uid: 42916 + components: + - type: Transform + pos: 7.5,83.5 + parent: 2 + - uid: 42961 + components: + - type: Transform + pos: -94.5,4.5 + parent: 2 + - uid: 42962 + components: + - type: Transform + pos: -94.5,12.5 + parent: 2 + - uid: 43001 + components: + - type: Transform + pos: -1.5,67.5 + parent: 2 + - uid: 43002 + components: + - type: Transform + pos: -15.5,67.5 + parent: 2 + - uid: 43303 + components: + - type: Transform + pos: 42.5,64.5 + parent: 2 + - uid: 43393 + components: + - type: Transform + pos: 46.5,66.5 + parent: 2 + - uid: 43394 + components: + - type: Transform + pos: 49.5,66.5 + parent: 2 + - uid: 43810 + components: + - type: Transform + pos: -26.5,57.5 + parent: 2 + - uid: 43811 + components: + - type: Transform + pos: -35.5,55.5 + parent: 2 + - uid: 43813 + components: + - type: Transform + pos: -46.5,56.5 + parent: 2 + - uid: 43814 + components: + - type: Transform + pos: -46.5,63.5 + parent: 2 + - uid: 43815 + components: + - type: Transform + pos: -46.5,67.5 + parent: 2 + - uid: 43897 + components: + - type: Transform + pos: -13.5,-11.5 + parent: 2 - proto: PottedPlantRD entities: - uid: 28745 @@ -191915,6 +211106,11 @@ entities: parent: 2 - proto: PowerCellRecharger entities: + - uid: 677 + components: + - type: Transform + pos: -23.5,79.5 + parent: 2 - uid: 1760 components: - type: Transform @@ -191926,12 +211122,6 @@ entities: - type: Transform pos: 4.5,28.5 parent: 2 - - uid: 4463 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 21.5,59.5 - parent: 2 - uid: 4799 components: - type: Transform @@ -191958,11 +211148,11 @@ entities: - type: Transform pos: 42.5,51.5 parent: 2 - - uid: 6047 + - uid: 6045 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,28.5 + rot: 1.5707963267948966 rad + pos: 21.5,27.5 parent: 2 - uid: 6048 components: @@ -192024,27 +211214,26 @@ entities: - type: Transform pos: 20.5,59.5 parent: 2 - - uid: 15501 + - uid: 14632 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,36.5 + pos: -20.5,69.5 parent: 2 - - uid: 17624 + - uid: 15501 components: - type: Transform - pos: 31.5,13.5 + rot: -1.5707963267948966 rad + pos: -34.5,36.5 parent: 2 - uid: 19140 components: - type: Transform pos: -15.5,-25.5 parent: 2 - - uid: 19647 + - uid: 19312 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,60.5 + pos: -60.5,43.5 parent: 2 - uid: 29768 components: @@ -192057,6 +211246,16 @@ entities: rot: 3.141592653589793 rad pos: -110.5,48.5 parent: 2 + - uid: 35086 + components: + - type: Transform + pos: -59.5,43.5 + parent: 2 + - uid: 35131 + components: + - type: Transform + pos: -58.5,41.5 + parent: 2 - uid: 36758 components: - type: Transform @@ -192088,6 +211287,12 @@ entities: rot: -1.5707963267948966 rad pos: -6.5,-41.5 parent: 2 + - uid: 39719 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,68.5 + parent: 2 - uid: 39778 components: - type: Transform @@ -192143,12 +211348,6 @@ entities: - type: Transform pos: -106.5,-5.5 parent: 2 - - uid: 1610 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,59.5 - parent: 2 - uid: 1635 components: - type: Transform @@ -192217,21 +211416,27 @@ entities: rot: 3.141592653589793 rad pos: 7.5,-25.5 parent: 2 - - uid: 3410 + - uid: 3430 components: - type: Transform - pos: -2.5,71.5 + pos: -51.5,60.5 parent: 2 - uid: 3603 components: - type: Transform pos: 9.5,-50.5 parent: 2 - - uid: 3771 + - uid: 3752 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,52.5 + rot: -1.5707963267948966 rad + pos: -71.5,50.5 + parent: 2 + - uid: 3753 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,54.5 parent: 2 - uid: 3847 components: @@ -192269,15 +211474,16 @@ entities: rot: 1.5707963267948966 rad pos: 17.5,-20.5 parent: 2 - - uid: 4885 + - uid: 4919 components: - type: Transform - pos: -9.5,71.5 + pos: 7.5,62.5 parent: 2 - - uid: 4919 + - uid: 5011 components: - type: Transform - pos: 7.5,62.5 + rot: 1.5707963267948966 rad + pos: 37.5,63.5 parent: 2 - uid: 5234 components: @@ -192285,6 +211491,12 @@ entities: rot: 1.5707963267948966 rad pos: 54.5,-10.5 parent: 2 + - uid: 5317 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,57.5 + parent: 2 - uid: 5661 components: - type: Transform @@ -192336,6 +211548,11 @@ entities: rot: -1.5707963267948966 rad pos: -27.5,-43.5 parent: 2 + - uid: 6901 + components: + - type: Transform + pos: -5.5,46.5 + parent: 2 - uid: 7135 components: - type: Transform @@ -192418,6 +211635,12 @@ entities: rot: -1.5707963267948966 rad pos: 10.5,-7.5 parent: 2 + - uid: 7964 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,61.5 + parent: 2 - uid: 8432 components: - type: Transform @@ -192457,6 +211680,12 @@ entities: rot: 3.141592653589793 rad pos: 34.5,1.5 parent: 2 + - uid: 9600 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,61.5 + parent: 2 - uid: 9654 components: - type: Transform @@ -192473,6 +211702,12 @@ entities: rot: 1.5707963267948966 rad pos: -55.5,19.5 parent: 2 + - uid: 10105 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,75.5 + parent: 2 - uid: 10258 components: - type: Transform @@ -192491,6 +211726,11 @@ entities: rot: -1.5707963267948966 rad pos: 75.5,-11.5 parent: 2 + - uid: 10563 + components: + - type: Transform + pos: -51.5,81.5 + parent: 2 - uid: 11012 components: - type: Transform @@ -192503,6 +211743,12 @@ entities: rot: 3.141592653589793 rad pos: -20.5,-39.5 parent: 2 + - uid: 11239 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,69.5 + parent: 2 - uid: 11269 components: - type: Transform @@ -192567,23 +211813,41 @@ entities: rot: 1.5707963267948966 rad pos: -49.5,-27.5 parent: 2 + - uid: 13935 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,69.5 + parent: 2 + - uid: 13936 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,77.5 + parent: 2 - uid: 14383 components: - type: Transform rot: 1.5707963267948966 rad pos: 25.5,14.5 parent: 2 + - uid: 14884 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,54.5 + parent: 2 - uid: 14933 components: - type: Transform rot: -1.5707963267948966 rad pos: 50.5,15.5 parent: 2 - - uid: 15063 + - uid: 15067 components: - type: Transform rot: 3.141592653589793 rad - pos: -16.5,61.5 + pos: -13.5,61.5 parent: 2 - uid: 15146 components: @@ -192752,6 +212016,12 @@ entities: rot: 3.141592653589793 rad pos: -62.5,17.5 parent: 2 + - uid: 15523 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,54.5 + parent: 2 - uid: 15638 components: - type: Transform @@ -192782,12 +212052,6 @@ entities: rot: -1.5707963267948966 rad pos: 69.5,-15.5 parent: 2 - - uid: 15958 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,60.5 - parent: 2 - uid: 15985 components: - type: Transform @@ -192939,12 +212203,6 @@ entities: rot: -1.5707963267948966 rad pos: 2.5,31.5 parent: 2 - - uid: 17853 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,50.5 - parent: 2 - uid: 17854 components: - type: Transform @@ -193050,12 +212308,6 @@ entities: rot: -1.5707963267948966 rad pos: -47.5,49.5 parent: 2 - - uid: 17908 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,50.5 - parent: 2 - uid: 17911 components: - type: Transform @@ -193113,26 +212365,6 @@ entities: rot: 1.5707963267948966 rad pos: 49.5,-20.5 parent: 2 - - uid: 18159 - components: - - type: Transform - pos: -26.5,67.5 - parent: 2 - - uid: 18160 - components: - - type: Transform - pos: -22.5,67.5 - parent: 2 - - uid: 18161 - components: - - type: Transform - pos: -18.5,67.5 - parent: 2 - - uid: 18162 - components: - - type: Transform - pos: -14.5,67.5 - parent: 2 - uid: 18164 components: - type: Transform @@ -193177,15 +212409,16 @@ entities: - type: Transform pos: -19.5,30.5 parent: 2 - - uid: 18195 + - uid: 18381 components: - type: Transform - pos: -3.5,68.5 + pos: 12.5,50.5 parent: 2 - - uid: 18381 + - uid: 18997 components: - type: Transform - pos: 12.5,50.5 + rot: 1.5707963267948966 rad + pos: -62.5,52.5 parent: 2 - uid: 19085 components: @@ -193199,6 +212432,18 @@ entities: rot: -1.5707963267948966 rad pos: -39.5,49.5 parent: 2 + - uid: 19127 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,44.5 + parent: 2 + - uid: 19185 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,52.5 + parent: 2 - uid: 19283 components: - type: Transform @@ -193228,11 +212473,11 @@ entities: rot: 1.5707963267948966 rad pos: 49.5,-6.5 parent: 2 - - uid: 19843 + - uid: 19814 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,66.5 + rot: -1.5707963267948966 rad + pos: -25.5,60.5 parent: 2 - uid: 19877 components: @@ -193240,12 +212485,6 @@ entities: rot: -1.5707963267948966 rad pos: -49.5,49.5 parent: 2 - - uid: 19890 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,58.5 - parent: 2 - uid: 19926 components: - type: Transform @@ -193269,6 +212508,12 @@ entities: rot: -1.5707963267948966 rad pos: 34.5,11.5 parent: 2 + - uid: 20670 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,68.5 + parent: 2 - uid: 20970 components: - type: Transform @@ -193281,10 +212526,11 @@ entities: rot: 1.5707963267948966 rad pos: -30.5,34.5 parent: 2 - - uid: 21794 + - uid: 21763 components: - type: Transform - pos: -3.5,55.5 + rot: 1.5707963267948966 rad + pos: -0.5,51.5 parent: 2 - uid: 21810 components: @@ -193292,12 +212538,6 @@ entities: rot: 1.5707963267948966 rad pos: -33.5,51.5 parent: 2 - - uid: 21827 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,48.5 - parent: 2 - uid: 21858 components: - type: Transform @@ -193322,12 +212562,6 @@ entities: rot: 3.141592653589793 rad pos: -51.5,-7.5 parent: 2 - - uid: 22127 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,48.5 - parent: 2 - uid: 22318 components: - type: Transform @@ -193384,12 +212618,6 @@ entities: rot: 1.5707963267948966 rad pos: -30.5,-19.5 parent: 2 - - uid: 22464 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,60.5 - parent: 2 - uid: 22465 components: - type: Transform @@ -193411,39 +212639,11 @@ entities: - type: Transform pos: 43.5,40.5 parent: 2 - - uid: 22472 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,40.5 - parent: 2 - uid: 22473 components: - type: Transform pos: 38.5,26.5 parent: 2 - - uid: 22475 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,73.5 - parent: 2 - - uid: 22476 - components: - - type: Transform - pos: 12.5,78.5 - parent: 2 - - uid: 22477 - components: - - type: Transform - pos: -9.5,78.5 - parent: 2 - - uid: 22478 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,73.5 - parent: 2 - uid: 22479 components: - type: Transform @@ -193576,6 +212776,12 @@ entities: rot: -1.5707963267948966 rad pos: -99.5,-13.5 parent: 2 + - uid: 22541 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,67.5 + parent: 2 - uid: 22552 components: - type: Transform @@ -193598,28 +212804,23 @@ entities: rot: -1.5707963267948966 rad pos: -95.5,-10.5 parent: 2 - - uid: 22628 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,22.5 - parent: 2 - uid: 22813 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,-29.5 parent: 2 - - uid: 23011 + - uid: 23015 components: - type: Transform - pos: -12.5,64.5 + rot: 1.5707963267948966 rad + pos: 41.5,-9.5 parent: 2 - - uid: 23015 + - uid: 23016 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,-9.5 + pos: -5.5,75.5 parent: 2 - uid: 23046 components: @@ -193645,12 +212846,6 @@ entities: rot: -1.5707963267948966 rad pos: -43.5,8.5 parent: 2 - - uid: 23058 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,56.5 - parent: 2 - uid: 23063 components: - type: Transform @@ -193824,12 +213019,6 @@ entities: rot: -1.5707963267948966 rad pos: -3.5,-23.5 parent: 2 - - uid: 23180 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,66.5 - parent: 2 - uid: 23181 components: - type: Transform @@ -193847,11 +213036,22 @@ entities: rot: -1.5707963267948966 rad pos: -16.5,51.5 parent: 2 - - uid: 23787 + - uid: 23363 components: - type: Transform rot: 1.5707963267948966 rad - pos: -27.5,56.5 + pos: -11.5,65.5 + parent: 2 + - uid: 23372 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,53.5 + parent: 2 + - uid: 23383 + components: + - type: Transform + pos: -19.5,59.5 parent: 2 - uid: 24537 components: @@ -193895,18 +213095,18 @@ entities: rot: -1.5707963267948966 rad pos: -24.5,34.5 parent: 2 - - uid: 26286 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,22.5 - parent: 2 - uid: 26486 components: - type: Transform rot: -1.5707963267948966 rad pos: -36.5,42.5 parent: 2 + - uid: 26882 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,-3.5 + parent: 2 - uid: 27228 components: - type: Transform @@ -193993,12 +213193,6 @@ entities: rot: 1.5707963267948966 rad pos: 71.5,-15.5 parent: 2 - - uid: 28840 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,58.5 - parent: 2 - uid: 28847 components: - type: Transform @@ -194021,11 +213215,11 @@ entities: rot: 3.141592653589793 rad pos: 23.5,9.5 parent: 2 - - uid: 28932 + - uid: 28925 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,22.5 + rot: -1.5707963267948966 rad + pos: 35.5,63.5 parent: 2 - uid: 28996 components: @@ -194103,11 +213297,11 @@ entities: rot: -1.5707963267948966 rad pos: -71.5,2.5 parent: 2 - - uid: 31600 + - uid: 31605 components: - type: Transform rot: 1.5707963267948966 rad - pos: -62.5,46.5 + pos: -44.5,58.5 parent: 2 - uid: 31931 components: @@ -194155,11 +213349,11 @@ entities: rot: 3.141592653589793 rad pos: 17.5,9.5 parent: 2 - - uid: 34357 + - uid: 34516 components: - type: Transform rot: 1.5707963267948966 rad - pos: -26.5,22.5 + pos: -39.5,58.5 parent: 2 - uid: 34590 components: @@ -194179,22 +213373,10 @@ entities: rot: -1.5707963267948966 rad pos: -54.5,46.5 parent: 2 - - uid: 34758 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,59.5 - parent: 2 - - uid: 34814 - components: - - type: Transform - pos: -58.5,53.5 - parent: 2 - - uid: 34817 + - uid: 35123 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,57.5 + pos: -51.5,67.5 parent: 2 - uid: 35947 components: @@ -194202,12 +213384,6 @@ entities: rot: -1.5707963267948966 rad pos: 14.5,71.5 parent: 2 - - uid: 35948 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,63.5 - parent: 2 - uid: 36184 components: - type: Transform @@ -194247,6 +213423,12 @@ entities: rot: -1.5707963267948966 rad pos: -37.5,13.5 parent: 2 + - uid: 37723 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,61.5 + parent: 2 - uid: 37901 components: - type: Transform @@ -194319,16 +213501,11 @@ entities: - type: Transform pos: -6.5,30.5 parent: 2 - - uid: 38878 - components: - - type: Transform - pos: -24.5,64.5 - parent: 2 - - uid: 38883 + - uid: 38884 components: - type: Transform rot: -1.5707963267948966 rad - pos: -18.5,53.5 + pos: -20.5,69.5 parent: 2 - uid: 38939 components: @@ -194342,6 +213519,12 @@ entities: rot: -1.5707963267948966 rad pos: -95.5,-3.5 parent: 2 + - uid: 39128 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,74.5 + parent: 2 - uid: 39338 components: - type: Transform @@ -194365,6 +213548,11 @@ entities: rot: -1.5707963267948966 rad pos: 67.5,-12.5 parent: 2 + - uid: 39726 + components: + - type: Transform + pos: 4.5,87.5 + parent: 2 - uid: 40015 components: - type: Transform @@ -194388,6 +213576,389 @@ entities: rot: -1.5707963267948966 rad pos: 7.5,42.5 parent: 2 + - uid: 40572 + components: + - type: Transform + pos: -32.5,85.5 + parent: 2 + - uid: 40575 + components: + - type: Transform + pos: -32.5,81.5 + parent: 2 + - uid: 40576 + components: + - type: Transform + pos: -32.5,77.5 + parent: 2 + - uid: 40608 + components: + - type: Transform + pos: -32.5,89.5 + parent: 2 + - uid: 40609 + components: + - type: Transform + pos: -25.5,86.5 + parent: 2 + - uid: 40610 + components: + - type: Transform + pos: -25.5,89.5 + parent: 2 + - uid: 40611 + components: + - type: Transform + pos: -25.5,83.5 + parent: 2 + - uid: 40612 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,87.5 + parent: 2 + - uid: 40613 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,87.5 + parent: 2 + - uid: 40614 + components: + - type: Transform + pos: -10.5,87.5 + parent: 2 + - uid: 40615 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,83.5 + parent: 2 + - uid: 40616 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,83.5 + parent: 2 + - uid: 40617 + components: + - type: Transform + pos: -6.5,87.5 + parent: 2 + - uid: 40618 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,81.5 + parent: 2 + - uid: 41187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,89.5 + parent: 2 + - uid: 42206 + components: + - type: Transform + pos: 4.5,76.5 + parent: 2 + - uid: 42272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,89.5 + parent: 2 + - uid: 42273 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,89.5 + parent: 2 + - uid: 42274 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,89.5 + parent: 2 + - uid: 42276 + components: + - type: Transform + pos: 3.5,82.5 + parent: 2 + - uid: 42277 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,78.5 + parent: 2 + - uid: 42278 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,84.5 + parent: 2 + - uid: 42309 + components: + - type: Transform + pos: -30.5,62.5 + parent: 2 + - uid: 42337 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,52.5 + parent: 2 + - uid: 42338 + components: + - type: Transform + pos: -7.5,59.5 + parent: 2 + - uid: 42339 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,67.5 + parent: 2 + - uid: 42341 + components: + - type: Transform + pos: -13.5,59.5 + parent: 2 + - uid: 42342 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,52.5 + parent: 2 + - uid: 42343 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,67.5 + parent: 2 + - uid: 42344 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,67.5 + parent: 2 + - uid: 42345 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,64.5 + parent: 2 + - uid: 42346 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,24.5 + parent: 2 + - uid: 42347 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,24.5 + parent: 2 + - uid: 42348 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,71.5 + parent: 2 + - uid: 42349 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,24.5 + parent: 2 + - uid: 42350 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,24.5 + parent: 2 + - uid: 42582 + components: + - type: Transform + pos: -23.5,79.5 + parent: 2 + - uid: 42876 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,47.5 + parent: 2 + - uid: 42877 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,48.5 + parent: 2 + - uid: 42887 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,63.5 + parent: 2 + - uid: 42917 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,78.5 + parent: 2 + - uid: 42918 + components: + - type: Transform + pos: -26.5,73.5 + parent: 2 + - uid: 42919 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,86.5 + parent: 2 + - uid: 42921 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,48.5 + parent: 2 + - uid: 42926 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -7.5,75.5 + parent: 2 + - uid: 42927 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,61.5 + parent: 2 + - uid: 42928 + components: + - type: Transform + pos: -1.5,65.5 + parent: 2 + - uid: 42929 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,72.5 + parent: 2 + - uid: 42930 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,72.5 + parent: 2 + - uid: 42963 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -87.5,17.5 + parent: 2 + - uid: 42964 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -94.5,17.5 + parent: 2 + - uid: 42965 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -94.5,-0.5 + parent: 2 + - uid: 42966 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -87.5,-0.5 + parent: 2 + - uid: 42968 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,11.5 + parent: 2 + - uid: 42969 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,11.5 + parent: 2 + - uid: 42970 + components: + - type: Transform + pos: -88.5,5.5 + parent: 2 + - uid: 42971 + components: + - type: Transform + pos: -93.5,5.5 + parent: 2 + - uid: 43063 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,68.5 + parent: 2 + - uid: 43082 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,68.5 + parent: 2 + - uid: 43083 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 49.5,62.5 + parent: 2 + - uid: 43084 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,68.5 + parent: 2 + - uid: 43085 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,68.5 + parent: 2 + - uid: 43087 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,63.5 + parent: 2 + - uid: 43088 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,62.5 + parent: 2 + - uid: 43089 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,63.5 + parent: 2 + - uid: 43090 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 31.5,68.5 + parent: 2 + - uid: 43102 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 49.5,66.5 + parent: 2 - proto: PoweredLightBlueInterior entities: - uid: 6724 @@ -194401,21 +213972,11 @@ entities: - type: Transform pos: -20.5,-48.5 parent: 2 - - uid: 6837 - components: - - type: Transform - pos: -61.5,41.5 - parent: 2 - uid: 11041 components: - type: Transform pos: -43.5,-37.5 parent: 2 - - uid: 12109 - components: - - type: Transform - pos: -48.5,70.5 - parent: 2 - uid: 12285 components: - type: Transform @@ -194452,6 +214013,12 @@ entities: - type: Transform pos: 42.5,7.5 parent: 2 + - uid: 14043 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,87.5 + parent: 2 - uid: 14088 components: - type: Transform @@ -194464,11 +214031,6 @@ entities: rot: 3.141592653589793 rad pos: 105.5,53.5 parent: 2 - - uid: 15176 - components: - - type: Transform - pos: -94.5,15.5 - parent: 2 - uid: 15232 components: - type: Transform @@ -194487,12 +214049,6 @@ entities: rot: 1.5707963267948966 rad pos: 78.5,0.5 parent: 2 - - uid: 15507 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,1.5 - parent: 2 - uid: 15512 components: - type: Transform @@ -194514,79 +214070,72 @@ entities: - type: Transform pos: -9.5,-54.5 parent: 2 - - uid: 28968 + - uid: 30888 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,80.5 + pos: -43.5,85.5 parent: 2 - - uid: 31681 + - uid: 38947 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,80.5 + rot: 1.5707963267948966 rad + pos: -73.5,27.5 parent: 2 - - uid: 32654 + - uid: 38949 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,80.5 + pos: -103.5,0.5 parent: 2 - - uid: 34042 + - uid: 38950 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,80.5 + pos: -65.5,-14.5 parent: 2 - - uid: 34818 + - uid: 38951 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,60.5 + pos: -62.5,-33.5 parent: 2 - - uid: 34819 + - uid: 38955 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,58.5 + pos: 58.5,-37.5 parent: 2 - - uid: 38947 + - uid: 39371 components: - type: Transform rot: 1.5707963267948966 rad - pos: -73.5,27.5 + pos: 82.5,-8.5 parent: 2 - - uid: 38948 + - uid: 42268 components: - type: Transform rot: 3.141592653589793 rad - pos: -49.5,62.5 - parent: 2 - - uid: 38949 - components: - - type: Transform - pos: -103.5,0.5 + pos: -10.5,96.5 parent: 2 - - uid: 38950 + - uid: 42269 components: - type: Transform - pos: -65.5,-14.5 + rot: 3.141592653589793 rad + pos: -2.5,96.5 parent: 2 - - uid: 38951 + - uid: 42270 components: - type: Transform - pos: -62.5,-33.5 + rot: 3.141592653589793 rad + pos: 5.5,96.5 parent: 2 - - uid: 38955 + - uid: 42271 components: - type: Transform - pos: 58.5,-37.5 + rot: 3.141592653589793 rad + pos: 13.5,96.5 parent: 2 - - uid: 39371 + - uid: 42464 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 82.5,-8.5 + rot: -1.5707963267948966 rad + pos: 12.5,74.5 parent: 2 - proto: PoweredLightColoredRed entities: @@ -194685,16 +214234,26 @@ entities: - type: Transform pos: 68.5,43.5 parent: 2 - - uid: 5970 + - uid: 7451 components: - type: Transform - pos: -41.5,72.5 + pos: -76.5,38.5 parent: 2 - uid: 9638 components: - type: Transform pos: 102.5,16.5 parent: 2 + - uid: 9898 + components: + - type: Transform + pos: -76.5,53.5 + parent: 2 + - uid: 9961 + components: + - type: Transform + pos: -64.5,42.5 + parent: 2 - uid: 10448 components: - type: Transform @@ -194710,11 +214269,6 @@ entities: - type: Transform pos: -81.5,-33.5 parent: 2 - - uid: 13711 - components: - - type: Transform - pos: -79.5,89.5 - parent: 2 - uid: 17010 components: - type: Transform @@ -194804,15 +214358,10 @@ entities: - type: Transform pos: 93.5,42.5 parent: 2 - - uid: 30277 - components: - - type: Transform - pos: 1.5,-37.5 - parent: 2 - - uid: 31302 + - uid: 31805 components: - type: Transform - pos: -52.5,70.5 + pos: -64.5,53.5 parent: 2 - uid: 32001 components: @@ -194824,31 +214373,11 @@ entities: - type: Transform pos: 48.5,-28.5 parent: 2 - - uid: 32108 - components: - - type: Transform - pos: -81.5,51.5 - parent: 2 - - uid: 32111 - components: - - type: Transform - pos: -67.5,42.5 - parent: 2 - uid: 32163 components: - type: Transform pos: 112.5,-16.5 parent: 2 - - uid: 32288 - components: - - type: Transform - pos: -65.5,51.5 - parent: 2 - - uid: 32321 - components: - - type: Transform - pos: -79.5,69.5 - parent: 2 - uid: 32946 components: - type: Transform @@ -194904,12 +214433,6 @@ entities: - type: Transform pos: 99.5,11.5 parent: 2 - - uid: 36323 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,65.5 - parent: 2 - uid: 36590 components: - type: Transform @@ -194947,45 +214470,73 @@ entities: parent: 2 - proto: PoweredLightPostSmallEmpty entities: - - uid: 15494 + - uid: 17708 components: - type: Transform - pos: -30.5,71.5 + rot: 3.141592653589793 rad + pos: -42.5,19.5 parent: 2 - type: ContainerContainer containers: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 15730 + ent: 17711 - type: ApcPowerReceiver powerLoad: 100 - - uid: 17708 + - uid: 17763 components: - type: Transform rot: 3.141592653589793 rad - pos: -42.5,19.5 + pos: -67.5,35.5 parent: 2 - type: ContainerContainer containers: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 17711 + ent: 17765 - type: ApcPowerReceiver powerLoad: 100 - - uid: 17763 + - uid: 23423 components: - type: Transform rot: 3.141592653589793 rad - pos: -67.5,35.5 + pos: -44.5,73.5 parent: 2 - type: ContainerContainer containers: light_bulb: !type:ContainerSlot showEnts: False occludes: True - ent: 17765 + ent: 23483 + - type: ApcPowerReceiver + powerLoad: 100 + - uid: 23601 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,73.5 + parent: 2 + - type: ContainerContainer + containers: + light_bulb: !type:ContainerSlot + showEnts: False + occludes: True + ent: 23604 + - type: ApcPowerReceiver + powerLoad: 100 + - uid: 28718 + components: + - type: Transform + pos: -40.5,82.5 + parent: 2 + - type: ContainerContainer + containers: + light_bulb: !type:ContainerSlot + showEnts: False + occludes: True + ent: 28730 - type: ApcPowerReceiver powerLoad: 100 - uid: 28873 @@ -195112,21 +214663,20 @@ entities: ent: 31028 - type: ApcPowerReceiver powerLoad: 100 - - uid: 37343 +- proto: PoweredlightRed + entities: + - uid: 35322 components: - type: Transform - pos: -39.5,72.5 + rot: -1.5707963267948966 rad + pos: 20.5,81.5 + parent: 2 + - uid: 35323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 20.5,88.5 parent: 2 - - type: ContainerContainer - containers: - light_bulb: !type:ContainerSlot - showEnts: False - occludes: True - ent: 37344 - - type: ApcPowerReceiver - powerLoad: 100 -- proto: PoweredlightRed - entities: - uid: 37924 components: - type: Transform @@ -195193,12 +214743,6 @@ entities: rot: -1.5707963267948966 rad pos: 68.5,8.5 parent: 2 - - uid: 22469 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,40.5 - parent: 2 - uid: 22490 components: - type: Transform @@ -195237,11 +214781,6 @@ entities: - type: Transform pos: -26.5,-27.5 parent: 2 - - uid: 22860 - components: - - type: Transform - pos: -29.5,67.5 - parent: 2 - uid: 23129 components: - type: Transform @@ -195290,16 +214829,6 @@ entities: rot: 1.5707963267948966 rad pos: -14.5,9.5 parent: 2 - - uid: 23179 - components: - - type: Transform - pos: -33.5,67.5 - parent: 2 - - uid: 23252 - components: - - type: Transform - pos: -31.5,67.5 - parent: 2 - uid: 29257 components: - type: Transform @@ -195389,6 +214918,12 @@ entities: rot: 1.5707963267948966 rad pos: 39.5,16.5 parent: 2 + - uid: 13938 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,78.5 + parent: 2 - uid: 14497 components: - type: Transform @@ -195446,11 +214981,6 @@ entities: rot: 1.5707963267948966 rad pos: 84.5,9.5 parent: 2 - - uid: 22771 - components: - - type: Transform - pos: -43.5,70.5 - parent: 2 - uid: 23059 components: - type: Transform @@ -195468,6 +214998,12 @@ entities: - type: Transform pos: 70.5,30.5 parent: 2 + - uid: 31352 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,48.5 + parent: 2 - uid: 32528 components: - type: Transform @@ -195490,6 +215026,17 @@ entities: rot: 3.141592653589793 rad pos: 82.5,26.5 parent: 2 + - uid: 35266 + components: + - type: Transform + pos: -37.5,52.5 + parent: 2 + - uid: 35296 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,91.5 + parent: 2 - uid: 36877 components: - type: Transform @@ -195505,6 +215052,64 @@ entities: ent: 36878 - type: ApcPowerReceiver powerLoad: 0 + - uid: 42492 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,61.5 + parent: 2 + - uid: 42493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,73.5 + parent: 2 + - uid: 42494 + components: + - type: Transform + pos: 14.5,77.5 + parent: 2 + - uid: 42495 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 14.5,87.5 + parent: 2 + - uid: 42496 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,78.5 + parent: 2 + - uid: 42497 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,78.5 + parent: 2 + - uid: 42498 + components: + - type: Transform + pos: -16.5,74.5 + parent: 2 + - uid: 42499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,69.5 + parent: 2 + - uid: 42500 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -18.5,64.5 + parent: 2 + - uid: 42501 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -48.5,76.5 + parent: 2 - proto: PoweredSmallLightMaintenanceRed entities: - uid: 3564 @@ -195513,11 +215118,6 @@ entities: rot: 1.5707963267948966 rad pos: -44.5,23.5 parent: 2 - - uid: 4455 - components: - - type: Transform - pos: -35.5,56.5 - parent: 2 - uid: 5974 components: - type: Transform @@ -195618,12 +215218,6 @@ entities: rot: 1.5707963267948966 rad pos: -2.5,35.5 parent: 2 - - uid: 19641 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,58.5 - parent: 2 - uid: 20611 components: - type: Transform @@ -195721,10 +215315,16 @@ entities: - type: Transform pos: -26.5,-4.5 parent: 2 - - uid: 26516 + - uid: 26845 components: - type: Transform - pos: -30.5,55.5 + rot: 3.141592653589793 rad + pos: -96.5,15.5 + parent: 2 + - uid: 26924 + components: + - type: Transform + pos: -96.5,1.5 parent: 2 - uid: 29027 components: @@ -195778,13 +215378,6 @@ entities: - type: Transform pos: 26.5,28.5 parent: 2 -- proto: PsychBed - entities: - - uid: 20469 - components: - - type: Transform - pos: -14.5,-9.5 - parent: 2 - proto: Puddle entities: - uid: 29873 @@ -196041,28 +215634,14 @@ entities: - type: Transform pos: 94.5,73.5 parent: 2 - - uid: 6039 + - uid: 6034 components: - type: Transform - rot: -1.5707963267948966 rad pos: 21.5,24.5 parent: 2 - - uid: 6040 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 21.5,23.5 - parent: 2 - - uid: 6045 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,23.5 - parent: 2 - - uid: 6046 + - uid: 6039 components: - type: Transform - rot: -1.5707963267948966 rad pos: 16.5,24.5 parent: 2 - uid: 6118 @@ -196178,6 +215757,18 @@ entities: - type: Transform pos: -43.5,1.5 parent: 2 + - uid: 9672 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,60.5 + parent: 2 + - uid: 9942 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,68.5 + parent: 2 - uid: 10175 components: - type: Transform @@ -196189,6 +215780,12 @@ entities: rot: 1.5707963267948966 rad pos: -50.5,19.5 parent: 2 + - uid: 10369 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,69.5 + parent: 2 - uid: 11009 components: - type: Transform @@ -196234,12 +215831,6 @@ entities: rot: 3.141592653589793 rad pos: 20.5,-18.5 parent: 2 - - uid: 12511 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,53.5 - parent: 2 - uid: 12931 components: - type: Transform @@ -196397,6 +215988,12 @@ entities: - type: Transform pos: 34.5,-0.5 parent: 2 + - uid: 23197 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,58.5 + parent: 2 - uid: 23292 components: - type: Transform @@ -196412,23 +216009,16 @@ entities: - type: Transform pos: 71.5,29.5 parent: 2 - - uid: 25917 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,42.5 - parent: 2 - - uid: 25992 + - uid: 25870 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,43.5 + pos: -23.5,76.5 parent: 2 - - uid: 26489 + - uid: 25917 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,43.5 + rot: 1.5707963267948966 rad + pos: -23.5,42.5 parent: 2 - uid: 26598 components: @@ -196517,6 +216107,16 @@ entities: rot: 3.141592653589793 rad pos: 6.5,-27.5 parent: 2 + - uid: 38139 + components: + - type: Transform + pos: -17.5,86.5 + parent: 2 + - uid: 38652 + components: + - type: Transform + pos: -17.5,85.5 + parent: 2 - uid: 39261 components: - type: Transform @@ -196671,6 +216271,11 @@ entities: - type: Transform pos: -48.915684,19.610594 parent: 2 + - uid: 18301 + components: + - type: Transform + pos: 16.338207,28.037386 + parent: 2 - uid: 20182 components: - type: Transform @@ -196698,16 +216303,6 @@ entities: - type: Transform pos: 29.057135,52.597256 parent: 2 - - uid: 22385 - components: - - type: Transform - pos: 21.358255,26.350407 - parent: 2 - - uid: 22386 - components: - - type: Transform - pos: 21.452005,26.280094 - parent: 2 - uid: 22387 components: - type: Transform @@ -196721,8 +216316,10 @@ entities: - uid: 22389 components: - type: Transform - pos: 17.295755,30.787907 - parent: 2 + parent: 33819 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 22390 components: - type: Transform @@ -196738,6 +216335,11 @@ entities: - type: Transform pos: -28.377155,-20.761341 parent: 2 + - uid: 22478 + components: + - type: Transform + pos: -35.648384,36.84841 + parent: 2 - uid: 23421 components: - type: Transform @@ -196748,12 +216350,73 @@ entities: - type: Transform pos: 25.636763,37.77135 parent: 2 + - uid: 33813 + components: + - type: Transform + parent: 33808 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 33822 + components: + - type: Transform + parent: 33819 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 39390 components: - type: Transform rot: 1.5707963267948966 rad pos: -61.1233,13.545899 parent: 2 +- proto: RadioHandheldSecurity + entities: + - uid: 7607 + components: + - type: Transform + pos: -18.722305,50.64023 + parent: 2 + - uid: 7754 + components: + - type: Transform + pos: -11.181658,37.848003 + parent: 2 + - uid: 15058 + components: + - type: Transform + pos: 16.246307,59.589634 + parent: 2 + - uid: 19105 + components: + - type: Transform + pos: -11.009783,37.816753 + parent: 2 + - uid: 25919 + components: + - type: Transform + pos: -35.773384,36.762474 + parent: 2 + - uid: 30911 + components: + - type: Transform + pos: -39.20585,34.7781 + parent: 2 + - uid: 35271 + components: + - type: Transform + pos: -50.6528,60.552006 + parent: 2 + - uid: 35272 + components: + - type: Transform + pos: -50.74655,60.677006 + parent: 2 + - uid: 38781 + components: + - type: Transform + pos: -8.185295,32.4982 + parent: 2 - proto: Railing entities: - uid: 586 @@ -196815,6 +216478,12 @@ entities: rot: 1.5707963267948966 rad pos: -0.5,9.5 parent: 2 + - uid: 2125 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,13.5 + parent: 2 - uid: 2520 components: - type: Transform @@ -196845,6 +216514,18 @@ entities: rot: 1.5707963267948966 rad pos: 27.5,43.5 parent: 2 + - uid: 3270 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -76.5,41.5 + parent: 2 + - uid: 3274 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -75.5,41.5 + parent: 2 - uid: 3303 components: - type: Transform @@ -196960,6 +216641,12 @@ entities: - type: Transform pos: 21.5,-21.5 parent: 2 + - uid: 6196 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,61.5 + parent: 2 - uid: 6249 components: - type: Transform @@ -197121,12 +216808,6 @@ entities: - type: Transform pos: -61.5,36.5 parent: 2 - - uid: 9753 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,51.5 - parent: 2 - uid: 9786 components: - type: Transform @@ -197209,188 +216890,41 @@ entities: rot: 1.5707963267948966 rad pos: 57.5,-63.5 parent: 2 - - uid: 9856 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,38.5 - parent: 2 - - uid: 9857 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,39.5 - parent: 2 - - uid: 9858 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,40.5 - parent: 2 - - uid: 9859 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,41.5 - parent: 2 - - uid: 9863 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -67.5,48.5 - parent: 2 - - uid: 9864 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,50.5 - parent: 2 - - uid: 9865 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,49.5 - parent: 2 - - uid: 9866 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,48.5 - parent: 2 - - uid: 9867 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,47.5 - parent: 2 - - uid: 9868 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,46.5 - parent: 2 - - uid: 9869 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,45.5 - parent: 2 - - uid: 9870 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,44.5 - parent: 2 - - uid: 9871 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,43.5 - parent: 2 - - uid: 9872 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,42.5 - parent: 2 - - uid: 9918 - components: - - type: Transform - pos: -79.5,50.5 - parent: 2 - - uid: 9919 - components: - - type: Transform - pos: -68.5,50.5 - parent: 2 - - uid: 9920 - components: - - type: Transform - pos: -69.5,50.5 - parent: 2 - - uid: 9921 - components: - - type: Transform - pos: -70.5,50.5 - parent: 2 - - uid: 9922 - components: - - type: Transform - pos: -73.5,50.5 - parent: 2 - - uid: 9923 - components: - - type: Transform - pos: -72.5,50.5 - parent: 2 - - uid: 9924 - components: - - type: Transform - pos: -74.5,50.5 - parent: 2 - - uid: 9925 - components: - - type: Transform - pos: -77.5,50.5 - parent: 2 - - uid: 9926 - components: - - type: Transform - pos: -80.5,50.5 - parent: 2 - uid: 9933 components: - type: Transform rot: -1.5707963267948966 rad pos: 55.5,-77.5 parent: 2 - - uid: 9934 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -77.5,52.5 - parent: 2 - - uid: 9935 + - uid: 9976 components: - type: Transform rot: 3.141592653589793 rad - pos: -74.5,52.5 + pos: -68.5,41.5 parent: 2 - - uid: 9936 + - uid: 10072 components: - type: Transform - rot: 3.141592653589793 rad - pos: -78.5,52.5 + rot: -1.5707963267948966 rad + pos: 32.5,55.5 parent: 2 - - uid: 9937 + - uid: 10101 components: - type: Transform rot: 3.141592653589793 rad - pos: -68.5,52.5 + pos: -69.5,41.5 parent: 2 - - uid: 9938 + - uid: 10109 components: - type: Transform rot: 3.141592653589793 rad - pos: -67.5,52.5 + pos: -70.5,41.5 parent: 2 - - uid: 9939 + - uid: 10110 components: - type: Transform rot: 3.141592653589793 rad - pos: -66.5,52.5 - parent: 2 - - uid: 10072 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,55.5 - parent: 2 - - uid: 10190 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,15.5 + pos: -71.5,41.5 parent: 2 - uid: 10437 components: @@ -197766,18 +217300,6 @@ entities: rot: 1.5707963267948966 rad pos: 21.5,-31.5 parent: 2 - - uid: 15208 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,61.5 - parent: 2 - - uid: 15209 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,62.5 - parent: 2 - uid: 15579 components: - type: Transform @@ -197796,12 +217318,6 @@ entities: rot: -1.5707963267948966 rad pos: -37.5,-48.5 parent: 2 - - uid: 15755 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,57.5 - parent: 2 - uid: 16061 components: - type: Transform @@ -197876,11 +217392,29 @@ entities: - type: Transform pos: 9.5,24.5 parent: 2 - - uid: 18219 + - uid: 18129 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,62.5 + parent: 2 + - uid: 18215 components: - type: Transform rot: 1.5707963267948966 rad - pos: -32.5,58.5 + pos: 16.5,93.5 + parent: 2 + - uid: 18217 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,92.5 + parent: 2 + - uid: 18299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,91.5 parent: 2 - uid: 18552 components: @@ -197958,34 +217492,16 @@ entities: rot: 3.141592653589793 rad pos: -106.5,53.5 parent: 2 - - uid: 18995 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,53.5 - parent: 2 - - uid: 18996 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,52.5 - parent: 2 - - uid: 18997 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,51.5 - parent: 2 - uid: 19220 components: - type: Transform pos: 28.5,40.5 parent: 2 - - uid: 19330 + - uid: 19377 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,60.5 + rot: 1.5707963267948966 rad + pos: 16.5,90.5 parent: 2 - uid: 19966 components: @@ -198249,12 +217765,6 @@ entities: rot: -1.5707963267948966 rad pos: -37.5,-55.5 parent: 2 - - uid: 26084 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,61.5 - parent: 2 - uid: 26260 components: - type: Transform @@ -198423,18 +217933,6 @@ entities: - type: Transform pos: 38.5,-18.5 parent: 2 - - uid: 30268 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,58.5 - parent: 2 - - uid: 30272 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,62.5 - parent: 2 - uid: 30305 components: - type: Transform @@ -198450,12 +217948,6 @@ entities: - type: Transform pos: 3.5,50.5 parent: 2 - - uid: 30370 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-36.5 - parent: 2 - uid: 30375 components: - type: Transform @@ -198516,16 +218008,16 @@ entities: rot: 3.141592653589793 rad pos: -36.5,1.5 parent: 2 - - uid: 31605 + - uid: 31737 components: - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,60.5 + pos: 11.5,9.5 parent: 2 - - uid: 31737 + - uid: 31827 components: - type: Transform - pos: 11.5,9.5 + rot: 3.141592653589793 rad + pos: -64.5,41.5 parent: 2 - uid: 31864 components: @@ -198593,12 +218085,6 @@ entities: rot: -1.5707963267948966 rad pos: -90.5,-52.5 parent: 2 - - uid: 32264 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,1.5 - parent: 2 - uid: 32268 components: - type: Transform @@ -198735,293 +218221,11 @@ entities: rot: 3.141592653589793 rad pos: 105.5,15.5 parent: 2 - - uid: 35477 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,54.5 - parent: 2 - - uid: 35478 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,57.5 - parent: 2 - - uid: 35479 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,58.5 - parent: 2 - - uid: 35480 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,59.5 - parent: 2 - - uid: 35481 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,61.5 - parent: 2 - - uid: 35482 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,63.5 - parent: 2 - - uid: 35483 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,64.5 - parent: 2 - - uid: 35484 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,66.5 - parent: 2 - - uid: 35485 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,67.5 - parent: 2 - - uid: 35486 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,68.5 - parent: 2 - - uid: 35487 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,69.5 - parent: 2 - - uid: 35488 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,71.5 - parent: 2 - - uid: 35489 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,74.5 - parent: 2 - - uid: 35490 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,73.5 - parent: 2 - - uid: 35491 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,77.5 - parent: 2 - - uid: 35492 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,79.5 - parent: 2 - - uid: 35493 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,83.5 - parent: 2 - - uid: 35494 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,84.5 - parent: 2 - - uid: 35495 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,86.5 - parent: 2 - - uid: 35496 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,87.5 - parent: 2 - - uid: 35497 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,88.5 - parent: 2 - - uid: 35498 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,89.5 - parent: 2 - - uid: 35499 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,92.5 - parent: 2 - - uid: 35500 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -81.5,94.5 - parent: 2 - - uid: 35501 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,99.5 - parent: 2 - - uid: 35502 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,94.5 - parent: 2 - - uid: 35503 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,93.5 - parent: 2 - - uid: 35504 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,92.5 - parent: 2 - - uid: 35505 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,87.5 - parent: 2 - - uid: 35506 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,83.5 - parent: 2 - - uid: 35507 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,82.5 - parent: 2 - - uid: 35508 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,77.5 - parent: 2 - - uid: 35509 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,78.5 - parent: 2 - - uid: 35510 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,76.5 - parent: 2 - - uid: 35511 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,73.5 - parent: 2 - - uid: 35512 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,72.5 - parent: 2 - - uid: 35513 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,71.5 - parent: 2 - - uid: 35514 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,67.5 - parent: 2 - - uid: 35515 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,66.5 - parent: 2 - - uid: 35516 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,63.5 - parent: 2 - - uid: 35517 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,62.5 - parent: 2 - - uid: 35518 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,61.5 - parent: 2 - - uid: 35519 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,58.5 - parent: 2 - - uid: 35520 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,56.5 - parent: 2 - - uid: 35521 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,54.5 - parent: 2 - - uid: 35522 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -79.5,57.5 - parent: 2 - - uid: 35679 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -69.5,52.5 - parent: 2 - - uid: 35680 + - uid: 35089 components: - type: Transform rot: 3.141592653589793 rad - pos: -70.5,52.5 + pos: -74.5,41.5 parent: 2 - uid: 36166 components: @@ -199041,90 +218245,6 @@ entities: rot: 1.5707963267948966 rad pos: -7.5,41.5 parent: 2 - - uid: 36316 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,60.5 - parent: 2 - - uid: 36317 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,60.5 - parent: 2 - - uid: 36318 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,60.5 - parent: 2 - - uid: 36319 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -64.5,60.5 - parent: 2 - - uid: 36320 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -65.5,60.5 - parent: 2 - - uid: 36321 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,60.5 - parent: 2 - - uid: 36322 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -67.5,60.5 - parent: 2 - - uid: 36324 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -68.5,60.5 - parent: 2 - - uid: 36325 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,58.5 - parent: 2 - - uid: 36326 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,59.5 - parent: 2 - - uid: 36327 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,60.5 - parent: 2 - - uid: 36328 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,61.5 - parent: 2 - - uid: 36329 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,62.5 - parent: 2 - - uid: 36330 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,63.5 - parent: 2 - uid: 36737 components: - type: Transform @@ -199177,23 +218297,6 @@ entities: rot: -1.5707963267948966 rad pos: -28.5,3.5 parent: 2 - - uid: 37313 - components: - - type: Transform - pos: -31.5,70.5 - parent: 2 - - uid: 37314 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,72.5 - parent: 2 - - uid: 37315 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,71.5 - parent: 2 - uid: 37421 components: - type: Transform @@ -199212,6 +218315,12 @@ entities: rot: 3.141592653589793 rad pos: 42.5,-9.5 parent: 2 + - uid: 37689 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 30.5,13.5 + parent: 2 - uid: 38165 components: - type: Transform @@ -199347,6 +218456,40 @@ entities: rot: 3.141592653589793 rad pos: 67.5,-11.5 parent: 2 + - uid: 39701 + components: + - type: Transform + pos: -20.5,89.5 + parent: 2 + - uid: 39702 + components: + - type: Transform + pos: -21.5,89.5 + parent: 2 + - uid: 39703 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,87.5 + parent: 2 + - uid: 39704 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,88.5 + parent: 2 + - uid: 39705 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,88.5 + parent: 2 + - uid: 39706 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,87.5 + parent: 2 - uid: 39780 components: - type: Transform @@ -199602,6 +218745,77 @@ entities: - type: Transform pos: 104.5,-11.5 parent: 2 + - uid: 40560 + components: + - type: Transform + pos: -28.5,83.5 + parent: 2 + - uid: 43651 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -88.5,-86.5 + parent: 2 + - uid: 43793 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,-70.5 + parent: 2 + - uid: 43794 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,-71.5 + parent: 2 + - uid: 43795 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,-72.5 + parent: 2 + - uid: 43796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,-77.5 + parent: 2 + - uid: 43797 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,-82.5 + parent: 2 + - uid: 43798 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,-81.5 + parent: 2 + - uid: 43799 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -90.5,-80.5 + parent: 2 + - uid: 43800 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -88.5,-72.5 + parent: 2 + - uid: 43801 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -88.5,-71.5 + parent: 2 + - uid: 43942 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,77.5 + parent: 2 - proto: RailingCorner entities: - uid: 2384 @@ -199663,17 +218877,6 @@ entities: - type: Transform pos: 60.5,-24.5 parent: 2 - - uid: 4971 - components: - - type: Transform - pos: 58.5,-25.5 - parent: 2 - - uid: 4972 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-25.5 - parent: 2 - uid: 4973 components: - type: Transform @@ -199728,6 +218931,12 @@ entities: rot: 3.141592653589793 rad pos: 59.5,-13.5 parent: 2 + - uid: 6069 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,87.5 + parent: 2 - uid: 6185 components: - type: Transform @@ -199774,22 +218983,15 @@ entities: rot: 1.5707963267948966 rad pos: 33.5,40.5 parent: 2 - - uid: 7685 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,72.5 - parent: 2 - uid: 8336 components: - type: Transform pos: 65.5,23.5 parent: 2 - - uid: 9940 + - uid: 9137 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -65.5,52.5 + pos: 0.5,76.5 parent: 2 - uid: 10070 components: @@ -199809,12 +219011,6 @@ entities: rot: -1.5707963267948966 rad pos: -67.5,-36.5 parent: 2 - - uid: 11292 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,72.5 - parent: 2 - uid: 12318 components: - type: Transform @@ -199838,11 +219034,6 @@ entities: rot: 3.141592653589793 rad pos: 81.5,-13.5 parent: 2 - - uid: 12969 - components: - - type: Transform - pos: -30.5,70.5 - parent: 2 - uid: 12995 components: - type: Transform @@ -199861,12 +219052,6 @@ entities: rot: -1.5707963267948966 rad pos: 54.5,-42.5 parent: 2 - - uid: 15493 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,70.5 - parent: 2 - uid: 17379 components: - type: Transform @@ -199879,6 +219064,23 @@ entities: rot: -1.5707963267948966 rad pos: 81.5,-19.5 parent: 2 + - uid: 18298 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,94.5 + parent: 2 + - uid: 18300 + components: + - type: Transform + pos: 16.5,89.5 + parent: 2 + - uid: 19388 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,78.5 + parent: 2 - uid: 19438 components: - type: Transform @@ -199908,6 +219110,12 @@ entities: - type: Transform pos: 49.5,-30.5 parent: 2 + - uid: 20869 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 3.5,84.5 + parent: 2 - uid: 20932 components: - type: Transform @@ -199985,12 +219193,6 @@ entities: rot: 1.5707963267948966 rad pos: 65.5,11.5 parent: 2 - - uid: 26197 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,58.5 - parent: 2 - uid: 26326 components: - type: Transform @@ -200026,10 +219228,22 @@ entities: rot: -1.5707963267948966 rad pos: 88.5,70.5 parent: 2 - - uid: 28002 + - uid: 28824 components: - type: Transform - pos: -1.5,60.5 + rot: 3.141592653589793 rad + pos: -43.5,81.5 + parent: 2 + - uid: 29039 + components: + - type: Transform + pos: -41.5,79.5 + parent: 2 + - uid: 30698 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,79.5 parent: 2 - uid: 32269 components: @@ -200072,6 +219286,12 @@ entities: rot: -1.5707963267948966 rad pos: 77.5,57.5 parent: 2 + - uid: 34173 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,81.5 + parent: 2 - uid: 38164 components: - type: Transform @@ -200306,18 +219526,6 @@ entities: rot: -1.5707963267948966 rad pos: 61.5,-13.5 parent: 2 - - uid: 5011 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,-25.5 - parent: 2 - - uid: 5012 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-25.5 - parent: 2 - uid: 5013 components: - type: Transform @@ -200368,17 +219576,16 @@ entities: - type: Transform pos: 73.5,-7.5 parent: 2 - - uid: 9945 + - uid: 9973 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -67.5,50.5 + pos: -67.5,41.5 parent: 2 - - uid: 9946 + - uid: 9975 components: - type: Transform rot: -1.5707963267948966 rad - pos: -65.5,42.5 + pos: -65.5,41.5 parent: 2 - uid: 10463 components: @@ -200485,6 +219692,17 @@ entities: - type: Transform pos: 82.5,-18.5 parent: 2 + - uid: 19562 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,63.5 + parent: 2 + - uid: 19592 + components: + - type: Transform + pos: 0.5,60.5 + parent: 2 - uid: 20281 components: - type: Transform @@ -200519,12 +219737,6 @@ entities: rot: -1.5707963267948966 rad pos: 72.5,-11.5 parent: 2 - - uid: 22567 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,63.5 - parent: 2 - uid: 22585 components: - type: Transform @@ -200653,6 +219865,12 @@ entities: - type: Transform pos: 26.5,10.5 parent: 2 + - uid: 30761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -72.5,41.5 + parent: 2 - uid: 30784 components: - type: Transform @@ -200741,18 +219959,6 @@ entities: rot: 3.141592653589793 rad pos: 104.5,19.5 parent: 2 - - uid: 35474 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -79.5,52.5 - parent: 2 - - uid: 36331 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,64.5 - parent: 2 - uid: 37287 components: - type: Transform @@ -200782,6 +219988,18 @@ entities: rot: 1.5707963267948966 rad pos: 65.5,-6.5 parent: 2 + - uid: 38878 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,87.5 + parent: 2 + - uid: 38879 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,87.5 + parent: 2 - uid: 38959 components: - type: Transform @@ -200880,6 +220098,29 @@ entities: rot: -1.5707963267948966 rad pos: 63.5,-11.5 parent: 2 + - uid: 39707 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,89.5 + parent: 2 + - uid: 39708 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,89.5 + parent: 2 + - uid: 39709 + components: + - type: Transform + pos: -19.5,86.5 + parent: 2 + - uid: 39710 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,86.5 + parent: 2 - uid: 39781 components: - type: Transform @@ -200914,6 +220155,18 @@ entities: rot: 1.5707963267948966 rad pos: 106.5,-11.5 parent: 2 + - uid: 41122 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,42.5 + parent: 2 + - uid: 42280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,12.5 + parent: 2 - proto: RailingRound entities: - uid: 8216 @@ -200983,11 +220236,6 @@ entities: - type: Transform pos: 63.5,85.5 parent: 2 - - uid: 37483 - components: - - type: Transform - pos: -47.5,74.5 - parent: 2 - uid: 37637 components: - type: Transform @@ -201120,6 +220368,13 @@ entities: - type: Transform pos: -56.5,-27.5 parent: 2 +- proto: RandomArtifactSpawner + entities: + - uid: 23737 + components: + - type: Transform + pos: 39.5,55.5 + parent: 2 - proto: RandomArtifactSpawner20 entities: - uid: 7938 @@ -201147,21 +220402,11 @@ entities: - type: Transform pos: -68.5,-24.5 parent: 2 - - uid: 14098 - components: - - type: Transform - pos: -48.5,66.5 - parent: 2 - uid: 14667 components: - type: Transform pos: -30.5,-35.5 parent: 2 - - uid: 31031 - components: - - type: Transform - pos: 39.5,55.5 - parent: 2 - proto: RandomBoards entities: - uid: 11447 @@ -201214,45 +220459,23 @@ entities: rot: 3.141592653589793 rad pos: 4.3166614,4.395546 parent: 2 - - uid: 18380 - components: - - type: Transform - pos: -23.5,66.5 - parent: 2 - - uid: 18382 - components: - - type: Transform - pos: -15.5,66.5 - parent: 2 - - uid: 40409 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.959236,61.712505 - parent: 2 - - uid: 40410 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.834236,61.525005 - parent: 2 - - uid: 40411 + - uid: 40091 components: - type: Transform rot: 1.5707963267948966 rad - pos: -27.132782,54.981594 + pos: -10.520502,86.36998 parent: 2 - - uid: 40412 + - uid: 40413 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.670174,58.38003 + rot: 1.5707963267948966 rad + pos: -38.528988,59.664318 parent: 2 - - uid: 40413 + - uid: 41604 components: - type: Transform rot: 1.5707963267948966 rad - pos: -38.528988,59.664318 + pos: -32.456184,83.68242 parent: 2 - proto: RandomCrystalSpawner entities: @@ -201463,11 +220686,6 @@ entities: - type: Transform pos: 22.5,47.5 parent: 2 - - uid: 10325 - components: - - type: Transform - pos: -5.5,56.5 - parent: 2 - uid: 15073 components: - type: Transform @@ -201514,26 +220732,6 @@ entities: - type: Transform pos: 5.5,57.5 parent: 2 - - uid: 23601 - components: - - type: Transform - pos: -6.5,62.5 - parent: 2 - - uid: 23602 - components: - - type: Transform - pos: -16.5,65.5 - parent: 2 - - uid: 23603 - components: - - type: Transform - pos: -20.5,65.5 - parent: 2 - - uid: 23604 - components: - - type: Transform - pos: -24.5,65.5 - parent: 2 - uid: 23611 components: - type: Transform @@ -201911,12 +221109,36 @@ entities: parent: 2 - proto: RandomSoap entities: + - uid: 16508 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,46.5 + parent: 2 - uid: 18885 components: - type: Transform rot: 3.141592653589793 rad pos: -117.5,-8.5 parent: 2 + - uid: 22666 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,45.5 + parent: 2 + - uid: 37499 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,88.5 + parent: 2 + - uid: 37510 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,85.5 + parent: 2 - uid: 38776 components: - type: Transform @@ -201975,6 +221197,48 @@ entities: - type: Transform pos: -33.5,-36.5 parent: 2 + - uid: 9472 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,64.5 + parent: 2 + - uid: 9473 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,63.5 + parent: 2 + - uid: 9921 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,62.5 + parent: 2 + - uid: 9948 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,64.5 + parent: 2 + - uid: 11201 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,62.5 + parent: 2 + - uid: 11215 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,67.5 + parent: 2 + - uid: 13627 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,65.5 + parent: 2 - uid: 21081 components: - type: Transform @@ -201999,12 +221263,6 @@ entities: rot: 1.5707963267948966 rad pos: -50.5,21.5 parent: 2 - - uid: 31108 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,64.5 - parent: 2 - uid: 38733 components: - type: Transform @@ -202409,12 +221667,6 @@ entities: rot: 3.141592653589793 rad pos: -35.5,1.5 parent: 2 - - uid: 31107 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,65.5 - parent: 2 - uid: 32436 components: - type: Transform @@ -202670,10 +221922,15 @@ entities: - type: Transform pos: -15.5,-27.5 parent: 2 - - uid: 8468 + - uid: 7468 components: - type: Transform - pos: -10.5,59.5 + pos: -10.5,94.5 + parent: 2 + - uid: 7473 + components: + - type: Transform + pos: 12.5,94.5 parent: 2 - uid: 8791 components: @@ -202690,17 +221947,17 @@ entities: - type: Transform pos: 75.5,-13.5 parent: 2 - - uid: 19610 - components: - - type: Transform - pos: -10.5,78.5 - parent: 2 - uid: 27806 components: - type: Transform rot: 3.141592653589793 rad pos: -34.5,18.5 parent: 2 + - uid: 42900 + components: + - type: Transform + pos: 8.5,84.5 + parent: 2 - proto: RandomVendingSnacks entities: - uid: 112 @@ -202723,20 +221980,25 @@ entities: - type: Transform pos: -14.5,-27.5 parent: 2 - - uid: 8621 + - uid: 7472 components: - type: Transform - pos: -11.5,59.5 + pos: -9.5,94.5 parent: 2 - - uid: 16555 + - uid: 7489 components: - type: Transform - pos: 76.5,-13.5 + pos: 13.5,94.5 parent: 2 - - uid: 19609 + - uid: 11292 components: - type: Transform - pos: 13.5,78.5 + pos: -10.5,65.5 + parent: 2 + - uid: 16555 + components: + - type: Transform + pos: 76.5,-13.5 parent: 2 - uid: 26079 components: @@ -202744,6 +222006,16 @@ entities: rot: 3.141592653589793 rad pos: -35.5,18.5 parent: 2 + - uid: 40118 + components: + - type: Transform + pos: -24.5,83.5 + parent: 2 + - uid: 42901 + components: + - type: Transform + pos: 12.5,84.5 + parent: 2 - proto: ReagentContainerOliveoil entities: - uid: 23769 @@ -202778,6 +222050,15 @@ entities: parent: 2 - proto: Recycler entities: + - uid: 9918 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,67.5 + parent: 2 + - type: DeviceLinkSink + links: + - 16443 - uid: 19134 components: - type: Transform @@ -202804,36 +222085,6 @@ entities: - type: Transform pos: 88.5,-30.5 parent: 2 - - uid: 7600 - components: - - type: Transform - pos: -48.5,79.5 - parent: 2 - - uid: 7982 - components: - - type: Transform - pos: 38.5,81.5 - parent: 2 - - uid: 7983 - components: - - type: Transform - pos: 16.5,80.5 - parent: 2 - - uid: 7985 - components: - - type: Transform - pos: 48.5,81.5 - parent: 2 - - uid: 7986 - components: - - type: Transform - pos: 40.5,81.5 - parent: 2 - - uid: 8002 - components: - - type: Transform - pos: 52.5,80.5 - parent: 2 - uid: 8270 components: - type: Transform @@ -203022,11 +222273,6 @@ entities: - type: Transform pos: 88.5,4.5 parent: 2 - - uid: 18254 - components: - - type: Transform - pos: -15.5,79.5 - parent: 2 - uid: 18525 components: - type: Transform @@ -203125,46 +222371,6 @@ entities: rot: 3.141592653589793 rad pos: -119.5,24.5 parent: 2 - - uid: 18948 - components: - - type: Transform - pos: 35.5,76.5 - parent: 2 - - uid: 18954 - components: - - type: Transform - pos: 47.5,77.5 - parent: 2 - - uid: 18959 - components: - - type: Transform - pos: 45.5,77.5 - parent: 2 - - uid: 19100 - components: - - type: Transform - pos: -28.5,80.5 - parent: 2 - - uid: 19344 - components: - - type: Transform - pos: 26.5,81.5 - parent: 2 - - uid: 19348 - components: - - type: Transform - pos: 27.5,81.5 - parent: 2 - - uid: 19351 - components: - - type: Transform - pos: 29.5,81.5 - parent: 2 - - uid: 19385 - components: - - type: Transform - pos: -29.5,80.5 - parent: 2 - uid: 22186 components: - type: Transform @@ -203189,16 +222395,6 @@ entities: rot: 3.141592653589793 rad pos: -117.5,-23.5 parent: 2 - - uid: 25942 - components: - - type: Transform - pos: -17.5,80.5 - parent: 2 - - uid: 25943 - components: - - type: Transform - pos: -18.5,79.5 - parent: 2 - uid: 26394 components: - type: Transform @@ -203249,11 +222445,6 @@ entities: - type: Transform pos: -92.5,90.5 parent: 2 - - uid: 26424 - components: - - type: Transform - pos: -86.5,116.5 - parent: 2 - uid: 26425 components: - type: Transform @@ -203289,236 +222480,6 @@ entities: - type: Transform pos: -96.5,115.5 parent: 2 - - uid: 26433 - components: - - type: Transform - pos: -87.5,116.5 - parent: 2 - - uid: 26434 - components: - - type: Transform - pos: -84.5,115.5 - parent: 2 - - uid: 26435 - components: - - type: Transform - pos: -80.5,111.5 - parent: 2 - - uid: 26442 - components: - - type: Transform - pos: -77.5,111.5 - parent: 2 - - uid: 26443 - components: - - type: Transform - pos: -79.5,111.5 - parent: 2 - - uid: 26444 - components: - - type: Transform - pos: -74.5,115.5 - parent: 2 - - uid: 26445 - components: - - type: Transform - pos: -69.5,114.5 - parent: 2 - - uid: 26446 - components: - - type: Transform - pos: -67.5,115.5 - parent: 2 - - uid: 26447 - components: - - type: Transform - pos: -65.5,114.5 - parent: 2 - - uid: 26448 - components: - - type: Transform - pos: -64.5,115.5 - parent: 2 - - uid: 26449 - components: - - type: Transform - pos: -61.5,114.5 - parent: 2 - - uid: 26450 - components: - - type: Transform - pos: -62.5,111.5 - parent: 2 - - uid: 26451 - components: - - type: Transform - pos: -66.5,105.5 - parent: 2 - - uid: 26453 - components: - - type: Transform - pos: -67.5,101.5 - parent: 2 - - uid: 26454 - components: - - type: Transform - pos: -66.5,99.5 - parent: 2 - - uid: 26455 - components: - - type: Transform - pos: -66.5,98.5 - parent: 2 - - uid: 26456 - components: - - type: Transform - pos: -61.5,105.5 - parent: 2 - - uid: 26457 - components: - - type: Transform - pos: -60.5,109.5 - parent: 2 - - uid: 26460 - components: - - type: Transform - pos: -62.5,98.5 - parent: 2 - - uid: 26461 - components: - - type: Transform - pos: -61.5,97.5 - parent: 2 - - uid: 26462 - components: - - type: Transform - pos: -64.5,93.5 - parent: 2 - - uid: 26463 - components: - - type: Transform - pos: -66.5,88.5 - parent: 2 - - uid: 26464 - components: - - type: Transform - pos: -62.5,86.5 - parent: 2 - - uid: 26465 - components: - - type: Transform - pos: -61.5,84.5 - parent: 2 - - uid: 26466 - components: - - type: Transform - pos: -62.5,83.5 - parent: 2 - - uid: 26467 - components: - - type: Transform - pos: -66.5,82.5 - parent: 2 - - uid: 26468 - components: - - type: Transform - pos: -66.5,77.5 - parent: 2 - - uid: 26469 - components: - - type: Transform - pos: -62.5,77.5 - parent: 2 - - uid: 26470 - components: - - type: Transform - pos: -59.5,77.5 - parent: 2 - - uid: 26471 - components: - - type: Transform - pos: -53.5,77.5 - parent: 2 - - uid: 26472 - components: - - type: Transform - pos: -51.5,79.5 - parent: 2 - - uid: 26473 - components: - - type: Transform - pos: -49.5,74.5 - parent: 2 - - uid: 26475 - components: - - type: Transform - pos: -49.5,77.5 - parent: 2 - - uid: 26476 - components: - - type: Transform - pos: -56.5,72.5 - parent: 2 - - uid: 26477 - components: - - type: Transform - pos: -58.5,71.5 - parent: 2 - - uid: 26478 - components: - - type: Transform - pos: -45.5,74.5 - parent: 2 - - uid: 26483 - components: - - type: Transform - pos: -65.5,71.5 - parent: 2 - - uid: 26484 - components: - - type: Transform - pos: -66.5,72.5 - parent: 2 - - uid: 26487 - components: - - type: Transform - pos: -36.5,80.5 - parent: 2 - - uid: 26492 - components: - - type: Transform - pos: -18.5,75.5 - parent: 2 - - uid: 26493 - components: - - type: Transform - pos: -24.5,74.5 - parent: 2 - - uid: 26494 - components: - - type: Transform - pos: -20.5,75.5 - parent: 2 - - uid: 26501 - components: - - type: Transform - pos: 19.5,80.5 - parent: 2 - - uid: 26502 - components: - - type: Transform - pos: 20.5,80.5 - parent: 2 - - uid: 26509 - components: - - type: Transform - pos: 20.5,77.5 - parent: 2 - - uid: 26525 - components: - - type: Transform - pos: 50.5,80.5 - parent: 2 - uid: 26643 components: - type: Transform @@ -203914,111 +222875,16 @@ entities: - type: Transform pos: -74.5,-68.5 parent: 2 - - uid: 29200 - components: - - type: Transform - pos: -75.5,-69.5 - parent: 2 - uid: 29204 components: - type: Transform pos: -69.5,-67.5 parent: 2 - - uid: 29205 - components: - - type: Transform - pos: -69.5,-70.5 - parent: 2 - - uid: 29206 - components: - - type: Transform - pos: -70.5,-73.5 - parent: 2 - - uid: 29210 - components: - - type: Transform - pos: -74.5,-74.5 - parent: 2 - - uid: 29212 - components: - - type: Transform - pos: -73.5,-74.5 - parent: 2 - - uid: 29214 - components: - - type: Transform - pos: -76.5,-73.5 - parent: 2 - - uid: 29229 - components: - - type: Transform - pos: -83.5,-69.5 - parent: 2 - - uid: 29237 - components: - - type: Transform - pos: -81.5,-69.5 - parent: 2 - - uid: 29238 - components: - - type: Transform - pos: -78.5,-69.5 - parent: 2 - - uid: 29248 - components: - - type: Transform - pos: -78.5,-73.5 - parent: 2 - - uid: 29249 - components: - - type: Transform - pos: -84.5,-74.5 - parent: 2 - - uid: 29425 - components: - - type: Transform - pos: -86.5,-73.5 - parent: 2 - - uid: 29426 - components: - - type: Transform - pos: -87.5,-73.5 - parent: 2 - uid: 29429 components: - type: Transform pos: -101.5,-65.5 parent: 2 - - uid: 29430 - components: - - type: Transform - pos: -80.5,-72.5 - parent: 2 - - uid: 29431 - components: - - type: Transform - pos: -97.5,-73.5 - parent: 2 - - uid: 29432 - components: - - type: Transform - pos: -100.5,-74.5 - parent: 2 - - uid: 29452 - components: - - type: Transform - pos: -102.5,-74.5 - parent: 2 - - uid: 29453 - components: - - type: Transform - pos: -103.5,-74.5 - parent: 2 - - uid: 29459 - components: - - type: Transform - pos: -98.5,-69.5 - parent: 2 - uid: 29460 components: - type: Transform @@ -204154,11 +223020,6 @@ entities: - type: Transform pos: -96.5,68.5 parent: 2 - - uid: 30424 - components: - - type: Transform - pos: -61.5,76.5 - parent: 2 - uid: 30425 components: - type: Transform @@ -204170,6 +223031,36 @@ entities: rot: 3.141592653589793 rad pos: 91.5,5.5 parent: 2 + - uid: 31344 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,97.5 + parent: 2 + - uid: 31345 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,97.5 + parent: 2 + - uid: 31346 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,97.5 + parent: 2 + - uid: 31347 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,95.5 + parent: 2 + - uid: 31348 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,96.5 + parent: 2 - uid: 32318 components: - type: Transform @@ -204246,16 +223137,6 @@ entities: rot: 3.141592653589793 rad pos: -119.5,23.5 parent: 2 - - uid: 37236 - components: - - type: Transform - pos: -37.5,80.5 - parent: 2 - - uid: 37441 - components: - - type: Transform - pos: -32.5,80.5 - parent: 2 - uid: 37872 components: - type: Transform @@ -204313,6 +223194,156 @@ entities: - type: Transform pos: -119.5,-42.5 parent: 2 + - uid: 43507 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-73.5 + parent: 2 + - uid: 43518 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-80.5 + parent: 2 + - uid: 43519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,-82.5 + parent: 2 + - uid: 43520 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,-87.5 + parent: 2 + - uid: 43521 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,-88.5 + parent: 2 + - uid: 43522 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -74.5,-93.5 + parent: 2 + - uid: 43523 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,-94.5 + parent: 2 + - uid: 43633 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -80.5,-95.5 + parent: 2 + - uid: 43634 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,-98.5 + parent: 2 + - uid: 43635 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,-94.5 + parent: 2 + - uid: 43636 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -98.5,-94.5 + parent: 2 + - uid: 43637 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,-97.5 + parent: 2 + - uid: 43638 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-98.5 + parent: 2 + - uid: 43639 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -70.5,-97.5 + parent: 2 + - uid: 43640 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -100.5,-94.5 + parent: 2 + - uid: 43641 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -103.5,-98.5 + parent: 2 + - uid: 43642 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -104.5,-98.5 + parent: 2 + - uid: 43643 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,-93.5 + parent: 2 + - uid: 43644 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,-89.5 + parent: 2 + - uid: 43645 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -104.5,-80.5 + parent: 2 + - uid: 43646 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,-74.5 + parent: 2 + - uid: 43647 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -105.5,-76.5 + parent: 2 + - uid: 43648 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,-82.5 + parent: 2 + - uid: 43649 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,-86.5 + parent: 2 + - uid: 43650 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -71.5,-86.5 + parent: 2 - proto: ReinforcedPlasmaWindow entities: - uid: 264 @@ -204337,11 +223368,6 @@ entities: - type: Transform pos: 27.5,22.5 parent: 2 - - uid: 2440 - components: - - type: Transform - pos: -50.5,53.5 - parent: 2 - uid: 2839 components: - type: Transform @@ -204424,21 +223450,6 @@ entities: - type: Transform pos: 42.5,56.5 parent: 2 - - uid: 4230 - components: - - type: Transform - pos: 36.5,56.5 - parent: 2 - - uid: 4231 - components: - - type: Transform - pos: 36.5,55.5 - parent: 2 - - uid: 4232 - components: - - type: Transform - pos: 36.5,54.5 - parent: 2 - uid: 4233 components: - type: Transform @@ -204597,11 +223608,6 @@ entities: - type: Transform pos: 39.5,52.5 parent: 2 - - uid: 9469 - components: - - type: Transform - pos: -49.5,52.5 - parent: 2 - uid: 9470 components: - type: Transform @@ -204612,16 +223618,6 @@ entities: - type: Transform pos: -47.5,47.5 parent: 2 - - uid: 9472 - components: - - type: Transform - pos: -47.5,52.5 - parent: 2 - - uid: 9473 - components: - - type: Transform - pos: -45.5,52.5 - parent: 2 - uid: 9474 components: - type: Transform @@ -204632,16 +223628,6 @@ entities: - type: Transform pos: -43.5,47.5 parent: 2 - - uid: 9476 - components: - - type: Transform - pos: -43.5,52.5 - parent: 2 - - uid: 9477 - components: - - type: Transform - pos: -41.5,52.5 - parent: 2 - uid: 9478 components: - type: Transform @@ -204652,11 +223638,6 @@ entities: - type: Transform pos: -39.5,47.5 parent: 2 - - uid: 9480 - components: - - type: Transform - pos: -39.5,52.5 - parent: 2 - uid: 9585 components: - type: Transform @@ -204684,6 +223665,12 @@ entities: - type: Transform pos: 92.5,-17.5 parent: 2 + - uid: 13381 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,61.5 + parent: 2 - uid: 14109 components: - type: Transform @@ -204706,11 +223693,6 @@ entities: rot: -1.5707963267948966 rad pos: 20.5,44.5 parent: 2 - - uid: 15699 - components: - - type: Transform - pos: -20.5,52.5 - parent: 2 - uid: 15705 components: - type: Transform @@ -204783,6 +223765,12 @@ entities: rot: -1.5707963267948966 rad pos: 70.5,20.5 parent: 2 + - uid: 18959 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,61.5 + parent: 2 - uid: 19205 components: - type: Transform @@ -204801,20 +223789,21 @@ entities: rot: 1.5707963267948966 rad pos: 89.5,-14.5 parent: 2 - - uid: 19659 + - uid: 19365 components: - type: Transform - pos: 15.5,66.5 + rot: 3.141592653589793 rad + pos: 44.5,61.5 parent: 2 - - uid: 19666 + - uid: 21043 components: - type: Transform - pos: 15.5,64.5 + pos: 92.5,-18.5 parent: 2 - - uid: 21043 + - uid: 21802 components: - type: Transform - pos: 92.5,-18.5 + pos: -52.5,48.5 parent: 2 - uid: 22156 components: @@ -204822,6 +223811,18 @@ entities: rot: -1.5707963267948966 rad pos: 70.5,17.5 parent: 2 + - uid: 22217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,61.5 + parent: 2 + - uid: 22218 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,61.5 + parent: 2 - uid: 22287 components: - type: Transform @@ -204837,18 +223838,41 @@ entities: - type: Transform pos: 8.5,63.5 parent: 2 + - uid: 22365 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,61.5 + parent: 2 - uid: 22597 components: - type: Transform rot: -1.5707963267948966 rad pos: 31.5,39.5 parent: 2 + - uid: 22608 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,61.5 + parent: 2 - uid: 22715 components: - type: Transform rot: 3.141592653589793 rad pos: -59.5,31.5 parent: 2 + - uid: 23038 + components: + - type: Transform + pos: -51.5,48.5 + parent: 2 + - uid: 23171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,52.5 + parent: 2 - uid: 23286 components: - type: Transform @@ -204891,6 +223915,24 @@ entities: - type: Transform pos: -18.5,43.5 parent: 2 + - uid: 25653 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,61.5 + parent: 2 + - uid: 25671 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,61.5 + parent: 2 + - uid: 25674 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,61.5 + parent: 2 - uid: 25976 components: - type: Transform @@ -205018,11 +224060,6 @@ entities: rot: -1.5707963267948966 rad pos: 72.5,83.5 parent: 2 - - uid: 30674 - components: - - type: Transform - pos: 15.5,65.5 - parent: 2 - uid: 31071 components: - type: Transform @@ -205043,25 +224080,11 @@ entities: - type: Transform pos: 10.5,69.5 parent: 2 - - uid: 34544 - components: - - type: Transform - pos: -54.5,54.5 - parent: 2 - - uid: 34545 - components: - - type: Transform - pos: -55.5,54.5 - parent: 2 - - uid: 34546 - components: - - type: Transform - pos: -56.5,54.5 - parent: 2 - - uid: 34547 + - uid: 31199 components: - type: Transform - pos: -57.5,54.5 + rot: 3.141592653589793 rad + pos: -51.5,52.5 parent: 2 - uid: 35859 components: @@ -205136,11 +224159,23 @@ entities: parent: 2 - proto: ReinforcedUraniumWindow entities: + - uid: 1072 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 61.5,66.5 + parent: 2 - uid: 4144 components: - type: Transform pos: 55.5,9.5 parent: 2 + - uid: 4215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 60.5,66.5 + parent: 2 - uid: 4582 components: - type: Transform @@ -205156,16 +224191,6 @@ entities: - type: Transform pos: 63.5,25.5 parent: 2 - - uid: 5371 - components: - - type: Transform - pos: 58.5,58.5 - parent: 2 - - uid: 5372 - components: - - type: Transform - pos: 59.5,58.5 - parent: 2 - uid: 19992 components: - type: Transform @@ -205189,6 +224214,18 @@ entities: - type: Transform pos: 7.5,-18.5 parent: 2 + - uid: 43073 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,58.5 + parent: 2 + - uid: 43074 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,58.5 + parent: 2 - proto: ReinforcedWindow entities: - uid: 75 @@ -205219,6 +224256,11 @@ entities: - type: Transform pos: -49.5,-39.5 parent: 2 + - uid: 634 + components: + - type: Transform + pos: -20.5,60.5 + parent: 2 - uid: 679 components: - type: Transform @@ -205365,38 +224407,77 @@ entities: - type: Transform pos: -41.5,18.5 parent: 2 - - uid: 2317 + - uid: 2207 components: - type: Transform rot: 3.141592653589793 rad - pos: -59.5,54.5 + pos: 1.5,96.5 + parent: 2 + - uid: 2342 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,97.5 + parent: 2 + - uid: 2375 + components: + - type: Transform + pos: -75.5,52.5 parent: 2 - uid: 2387 components: - type: Transform pos: -99.5,-14.5 parent: 2 + - uid: 2391 + components: + - type: Transform + pos: -75.5,49.5 + parent: 2 + - uid: 2439 + components: + - type: Transform + pos: -75.5,51.5 + parent: 2 - uid: 2457 components: - type: Transform pos: -1.5,-46.5 parent: 2 + - uid: 2461 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,96.5 + parent: 2 - uid: 2468 components: - type: Transform pos: -1.5,-48.5 parent: 2 - - uid: 2485 + - uid: 2505 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,59.5 + rot: 3.141592653589793 rad + pos: -8.5,95.5 + parent: 2 + - uid: 2555 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,97.5 parent: 2 - uid: 2575 components: - type: Transform pos: -1.5,-45.5 parent: 2 + - uid: 2583 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,96.5 + parent: 2 - uid: 2621 components: - type: Transform @@ -205417,32 +224498,79 @@ entities: - type: Transform pos: -8.5,-53.5 parent: 2 + - uid: 2642 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,98.5 + parent: 2 - uid: 2649 components: - type: Transform pos: 4.5,54.5 parent: 2 + - uid: 2651 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,96.5 + parent: 2 - uid: 2680 components: - type: Transform pos: 4.5,55.5 parent: 2 + - uid: 2699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,95.5 + parent: 2 + - uid: 2702 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,97.5 + parent: 2 - uid: 2776 components: - type: Transform pos: 12.5,56.5 parent: 2 + - uid: 2855 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,74.5 + parent: 2 - uid: 2907 components: - type: Transform rot: 1.5707963267948966 rad pos: 22.5,-32.5 parent: 2 + - uid: 2921 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,53.5 + parent: 2 - uid: 2956 components: - type: Transform pos: -98.5,-12.5 parent: 2 + - uid: 2992 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,54.5 + parent: 2 + - uid: 3000 + components: + - type: Transform + pos: -70.5,48.5 + parent: 2 - uid: 3002 components: - type: Transform @@ -205580,6 +224708,12 @@ entities: - type: Transform pos: 8.5,-40.5 parent: 2 + - uid: 3290 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,64.5 + parent: 2 - uid: 3334 components: - type: Transform @@ -205686,6 +224820,12 @@ entities: rot: 1.5707963267948966 rad pos: 22.5,-28.5 parent: 2 + - uid: 3741 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,75.5 + parent: 2 - uid: 3829 components: - type: Transform @@ -205810,11 +224950,6 @@ entities: rot: 3.141592653589793 rad pos: 107.5,54.5 parent: 2 - - uid: 5270 - components: - - type: Transform - pos: 18.5,60.5 - parent: 2 - uid: 5537 components: - type: Transform @@ -206040,16 +225175,31 @@ entities: rot: -1.5707963267948966 rad pos: 12.5,-29.5 parent: 2 + - uid: 5976 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,92.5 + parent: 2 + - uid: 6183 + components: + - type: Transform + pos: -41.5,74.5 + parent: 2 - uid: 6184 components: - type: Transform pos: 44.5,-35.5 parent: 2 - - uid: 6335 + - uid: 6194 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,59.5 + pos: -11.5,46.5 + parent: 2 + - uid: 6195 + components: + - type: Transform + pos: -11.5,45.5 parent: 2 - uid: 6350 components: @@ -206210,10 +225360,33 @@ entities: rot: 3.141592653589793 rad pos: 24.5,55.5 parent: 2 - - uid: 7567 + - uid: 7496 components: - type: Transform - pos: -19.5,59.5 + pos: -13.5,72.5 + parent: 2 + - uid: 7502 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,76.5 + parent: 2 + - uid: 7572 + components: + - type: Transform + pos: -0.5,75.5 + parent: 2 + - uid: 7580 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,60.5 + parent: 2 + - uid: 7797 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,95.5 parent: 2 - uid: 7860 components: @@ -206290,11 +225463,6 @@ entities: - type: Transform pos: -77.5,-9.5 parent: 2 - - uid: 7890 - components: - - type: Transform - pos: 47.5,-2.5 - parent: 2 - uid: 7897 components: - type: Transform @@ -206310,66 +225478,6 @@ entities: - type: Transform pos: -98.5,-7.5 parent: 2 - - uid: 7900 - components: - - type: Transform - pos: -86.5,0.5 - parent: 2 - - uid: 7901 - components: - - type: Transform - pos: -86.5,1.5 - parent: 2 - - uid: 7902 - components: - - type: Transform - pos: -86.5,2.5 - parent: 2 - - uid: 7903 - components: - - type: Transform - pos: -86.5,3.5 - parent: 2 - - uid: 7904 - components: - - type: Transform - pos: -86.5,13.5 - parent: 2 - - uid: 7905 - components: - - type: Transform - pos: -86.5,14.5 - parent: 2 - - uid: 7906 - components: - - type: Transform - pos: -86.5,15.5 - parent: 2 - - uid: 7907 - components: - - type: Transform - pos: -86.5,16.5 - parent: 2 - - uid: 7908 - components: - - type: Transform - pos: -82.5,16.5 - parent: 2 - - uid: 7909 - components: - - type: Transform - pos: -82.5,15.5 - parent: 2 - - uid: 7910 - components: - - type: Transform - pos: -82.5,14.5 - parent: 2 - - uid: 7911 - components: - - type: Transform - pos: -82.5,13.5 - parent: 2 - uid: 7925 components: - type: Transform @@ -206380,6 +225488,12 @@ entities: - type: Transform pos: -51.5,-39.5 parent: 2 + - uid: 7967 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,95.5 + parent: 2 - uid: 7975 components: - type: Transform @@ -206405,6 +225519,12 @@ entities: - type: Transform pos: -107.5,11.5 parent: 2 + - uid: 7983 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,98.5 + parent: 2 - uid: 7987 components: - type: Transform @@ -206430,6 +225550,12 @@ entities: - type: Transform pos: -104.5,2.5 parent: 2 + - uid: 7995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,96.5 + parent: 2 - uid: 8007 components: - type: Transform @@ -206640,6 +225766,12 @@ entities: - type: Transform pos: -79.5,-6.5 parent: 2 + - uid: 8130 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,81.5 + parent: 2 - uid: 8180 components: - type: Transform @@ -206650,16 +225782,41 @@ entities: - type: Transform pos: 43.5,-35.5 parent: 2 - - uid: 8400 + - uid: 8317 components: - type: Transform - pos: 47.5,-4.5 + rot: -1.5707963267948966 rad + pos: -53.5,69.5 parent: 2 - - uid: 8694 + - uid: 8462 components: - type: Transform rot: 3.141592653589793 rad - pos: -44.5,61.5 + pos: 7.5,95.5 + parent: 2 + - uid: 8467 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,98.5 + parent: 2 + - uid: 8468 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,97.5 + parent: 2 + - uid: 8470 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,97.5 + parent: 2 + - uid: 8471 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,96.5 parent: 2 - uid: 8711 components: @@ -206841,11 +225998,6 @@ entities: - type: Transform pos: -98.5,-6.5 parent: 2 - - uid: 9329 - components: - - type: Transform - pos: -11.5,68.5 - parent: 2 - uid: 9339 components: - type: Transform @@ -206857,16 +226009,6 @@ entities: rot: -1.5707963267948966 rad pos: 68.5,-32.5 parent: 2 - - uid: 9513 - components: - - type: Transform - pos: -48.5,61.5 - parent: 2 - - uid: 9514 - components: - - type: Transform - pos: -47.5,63.5 - parent: 2 - uid: 9594 components: - type: Transform @@ -206899,20 +226041,48 @@ entities: - type: Transform pos: -50.5,38.5 parent: 2 + - uid: 9639 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,74.5 + parent: 2 - uid: 9644 components: - type: Transform pos: -98.5,28.5 parent: 2 + - uid: 9703 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,77.5 + parent: 2 + - uid: 9937 + components: + - type: Transform + pos: -34.5,56.5 + parent: 2 + - uid: 9962 + components: + - type: Transform + pos: -33.5,56.5 + parent: 2 - uid: 10024 components: - type: Transform pos: -33.5,31.5 parent: 2 - - uid: 10059 + - uid: 10115 components: - type: Transform - pos: -47.5,64.5 + pos: -32.5,56.5 + parent: 2 + - uid: 10117 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,71.5 parent: 2 - uid: 10205 components: @@ -206954,6 +226124,17 @@ entities: - type: Transform pos: 48.5,-35.5 parent: 2 + - uid: 10474 + components: + - type: Transform + pos: -63.5,50.5 + parent: 2 + - uid: 10562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,65.5 + parent: 2 - uid: 11152 components: - type: Transform @@ -206970,11 +226151,6 @@ entities: - type: Transform pos: -63.5,48.5 parent: 2 - - uid: 11393 - components: - - type: Transform - pos: -19.5,62.5 - parent: 2 - uid: 11418 components: - type: Transform @@ -207002,6 +226178,11 @@ entities: - type: Transform pos: 3.5,-21.5 parent: 2 + - uid: 12096 + components: + - type: Transform + pos: -24.5,61.5 + parent: 2 - uid: 12101 components: - type: Transform @@ -207017,6 +226198,11 @@ entities: - type: Transform pos: 44.5,-12.5 parent: 2 + - uid: 12302 + components: + - type: Transform + pos: -23.5,60.5 + parent: 2 - uid: 12343 components: - type: Transform @@ -207146,11 +226332,6 @@ entities: - type: Transform pos: -77.5,-11.5 parent: 2 - - uid: 13177 - components: - - type: Transform - pos: -47.5,65.5 - parent: 2 - uid: 13254 components: - type: Transform @@ -207387,16 +226568,6 @@ entities: rot: 1.5707963267948966 rad pos: -3.5,26.5 parent: 2 - - uid: 13937 - components: - - type: Transform - pos: 19.5,60.5 - parent: 2 - - uid: 13938 - components: - - type: Transform - pos: 17.5,60.5 - parent: 2 - uid: 13940 components: - type: Transform @@ -207428,11 +226599,6 @@ entities: - type: Transform pos: 30.5,55.5 parent: 2 - - uid: 13978 - components: - - type: Transform - pos: 24.5,58.5 - parent: 2 - uid: 14007 components: - type: Transform @@ -207458,26 +226624,6 @@ entities: - type: Transform pos: 10.5,51.5 parent: 2 - - uid: 14043 - components: - - type: Transform - pos: 23.5,58.5 - parent: 2 - - uid: 14044 - components: - - type: Transform - pos: 23.5,59.5 - parent: 2 - - uid: 14065 - components: - - type: Transform - pos: 22.5,59.5 - parent: 2 - - uid: 14067 - components: - - type: Transform - pos: 22.5,60.5 - parent: 2 - uid: 14087 components: - type: Transform @@ -207510,11 +226656,6 @@ entities: rot: 3.141592653589793 rad pos: -48.5,-38.5 parent: 2 - - uid: 14372 - components: - - type: Transform - pos: -20.5,59.5 - parent: 2 - uid: 14496 components: - type: Transform @@ -207556,20 +226697,10 @@ entities: - type: Transform pos: 21.5,-17.5 parent: 2 - - uid: 15214 - components: - - type: Transform - pos: -22.5,59.5 - parent: 2 - - uid: 15248 - components: - - type: Transform - pos: -22.5,62.5 - parent: 2 - - uid: 15251 + - uid: 15228 components: - type: Transform - pos: -18.5,62.5 + pos: -4.5,83.5 parent: 2 - uid: 15344 components: @@ -207658,11 +226789,6 @@ entities: rot: 3.141592653589793 rad pos: -45.5,-36.5 parent: 2 - - uid: 15760 - components: - - type: Transform - pos: -47.5,66.5 - parent: 2 - uid: 15789 components: - type: Transform @@ -207674,12 +226800,59 @@ entities: rot: 3.141592653589793 rad pos: -36.5,23.5 parent: 2 + - uid: 15799 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,57.5 + parent: 2 + - uid: 15800 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,57.5 + parent: 2 + - uid: 15802 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,74.5 + parent: 2 + - uid: 15804 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,57.5 + parent: 2 + - uid: 15890 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -44.5,74.5 + parent: 2 - uid: 15893 components: - type: Transform rot: 3.141592653589793 rad pos: 103.5,54.5 parent: 2 + - uid: 15969 + components: + - type: Transform + pos: -0.5,74.5 + parent: 2 + - uid: 16104 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,71.5 + parent: 2 + - uid: 16131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,91.5 + parent: 2 - uid: 16148 components: - type: Transform @@ -207697,26 +226870,52 @@ entities: rot: 3.141592653589793 rad pos: -33.5,-0.5 parent: 2 - - uid: 16369 + - uid: 16316 components: - type: Transform - pos: -12.5,69.5 + rot: 3.141592653589793 rad + pos: 3.5,98.5 parent: 2 - - uid: 16392 + - uid: 16321 components: - type: Transform - pos: -12.5,74.5 + rot: 3.141592653589793 rad + pos: 3.5,97.5 parent: 2 - - uid: 16404 + - uid: 16354 components: - type: Transform - pos: -12.5,71.5 + rot: 3.141592653589793 rad + pos: 1.5,98.5 + parent: 2 + - uid: 16370 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,98.5 + parent: 2 + - uid: 16390 + components: + - type: Transform + pos: -24.5,66.5 + parent: 2 + - uid: 16391 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,93.5 parent: 2 - uid: 16445 components: - type: Transform pos: -11.5,42.5 parent: 2 + - uid: 16482 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,66.5 + parent: 2 - uid: 16485 components: - type: Transform @@ -207766,20 +226965,45 @@ entities: - type: Transform pos: 11.5,26.5 parent: 2 - - uid: 17861 + - uid: 17928 components: - type: Transform - pos: -0.5,63.5 + rot: 3.141592653589793 rad + pos: 3.5,95.5 parent: 2 - - uid: 18096 + - uid: 18183 components: - type: Transform - pos: -47.5,67.5 + rot: 3.141592653589793 rad + pos: 1.5,97.5 parent: 2 - - uid: 18344 + - uid: 18209 components: - type: Transform - pos: -24.5,60.5 + rot: 3.141592653589793 rad + pos: 3.5,96.5 + parent: 2 + - uid: 18225 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,79.5 + parent: 2 + - uid: 18283 + components: + - type: Transform + pos: -11.5,47.5 + parent: 2 + - uid: 18290 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,59.5 + parent: 2 + - uid: 18335 + components: + - type: Transform + pos: -22.5,60.5 parent: 2 - uid: 19079 components: @@ -207805,6 +227029,11 @@ entities: rot: 3.141592653589793 rad pos: 76.5,8.5 parent: 2 + - uid: 19215 + components: + - type: Transform + pos: -63.5,51.5 + parent: 2 - uid: 19228 components: - type: Transform @@ -207816,11 +227045,6 @@ entities: - type: Transform pos: -38.5,-7.5 parent: 2 - - uid: 19301 - components: - - type: Transform - pos: 47.5,-3.5 - parent: 2 - uid: 19332 components: - type: Transform @@ -207852,251 +227076,98 @@ entities: - type: Transform pos: -12.5,25.5 parent: 2 - - uid: 19452 - components: - - type: Transform - pos: 47.5,-1.5 - parent: 2 - - uid: 19453 - components: - - type: Transform - pos: 47.5,-5.5 - parent: 2 - uid: 19459 components: - type: Transform pos: -98.5,-11.5 parent: 2 - - uid: 19480 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,59.5 - parent: 2 - - uid: 19533 - components: - - type: Transform - pos: -8.5,79.5 - parent: 2 - - uid: 19534 - components: - - type: Transform - pos: -8.5,80.5 - parent: 2 - - uid: 19535 - components: - - type: Transform - pos: -8.5,81.5 - parent: 2 - - uid: 19536 - components: - - type: Transform - pos: -8.5,82.5 - parent: 2 - - uid: 19537 - components: - - type: Transform - pos: -6.5,79.5 - parent: 2 - - uid: 19538 - components: - - type: Transform - pos: -6.5,80.5 - parent: 2 - - uid: 19539 - components: - - type: Transform - pos: -6.5,81.5 - parent: 2 - - uid: 19540 - components: - - type: Transform - pos: -6.5,82.5 - parent: 2 - - uid: 19541 - components: - - type: Transform - pos: -4.5,79.5 - parent: 2 - - uid: 19542 - components: - - type: Transform - pos: -4.5,80.5 - parent: 2 - - uid: 19543 - components: - - type: Transform - pos: -4.5,81.5 - parent: 2 - - uid: 19544 - components: - - type: Transform - pos: -4.5,82.5 - parent: 2 - - uid: 19545 - components: - - type: Transform - pos: -0.5,79.5 - parent: 2 - - uid: 19546 - components: - - type: Transform - pos: -0.5,80.5 - parent: 2 - - uid: 19547 - components: - - type: Transform - pos: -0.5,81.5 - parent: 2 - - uid: 19548 - components: - - type: Transform - pos: -0.5,82.5 - parent: 2 - - uid: 19549 - components: - - type: Transform - pos: 1.5,79.5 - parent: 2 - - uid: 19550 - components: - - type: Transform - pos: 1.5,80.5 - parent: 2 - - uid: 19551 - components: - - type: Transform - pos: 1.5,81.5 - parent: 2 - - uid: 19552 - components: - - type: Transform - pos: 1.5,82.5 - parent: 2 - - uid: 19553 - components: - - type: Transform - pos: 3.5,79.5 - parent: 2 - - uid: 19554 - components: - - type: Transform - pos: 3.5,80.5 - parent: 2 - - uid: 19555 + - uid: 19476 components: - type: Transform - pos: 3.5,81.5 + pos: -0.5,83.5 parent: 2 - - uid: 19556 + - uid: 19477 components: - type: Transform - pos: 3.5,82.5 + pos: -1.5,85.5 parent: 2 - - uid: 19557 + - uid: 19484 components: - type: Transform - pos: 7.5,79.5 + pos: -20.5,70.5 parent: 2 - - uid: 19558 + - uid: 19489 components: - type: Transform - pos: 7.5,80.5 + pos: -21.5,70.5 parent: 2 - - uid: 19559 + - uid: 19490 components: - type: Transform - pos: 7.5,81.5 + pos: -22.5,70.5 parent: 2 - uid: 19560 components: - type: Transform - pos: 7.5,82.5 - parent: 2 - - uid: 19561 - components: - - type: Transform - pos: 9.5,79.5 - parent: 2 - - uid: 19562 - components: - - type: Transform - pos: 9.5,80.5 - parent: 2 - - uid: 19563 - components: - - type: Transform - pos: 9.5,81.5 - parent: 2 - - uid: 19564 - components: - - type: Transform - pos: 9.5,82.5 - parent: 2 - - uid: 19565 - components: - - type: Transform - pos: 11.5,79.5 - parent: 2 - - uid: 19566 - components: - - type: Transform - pos: 11.5,80.5 - parent: 2 - - uid: 19567 - components: - - type: Transform - pos: 11.5,81.5 + rot: 3.141592653589793 rad + pos: 7.5,98.5 parent: 2 - - uid: 19568 + - uid: 19571 components: - type: Transform - pos: 11.5,82.5 + rot: 3.141592653589793 rad + pos: -40.5,74.5 parent: 2 - - uid: 19619 + - uid: 19583 components: - type: Transform - pos: 15.5,77.5 + pos: -3.5,85.5 parent: 2 - - uid: 19620 + - uid: 19584 components: - type: Transform - pos: 15.5,76.5 + pos: -2.5,85.5 parent: 2 - - uid: 19621 + - uid: 19595 components: - type: Transform - pos: 15.5,75.5 + rot: 3.141592653589793 rad + pos: 7.5,97.5 parent: 2 - - uid: 19622 + - uid: 19610 components: - type: Transform - pos: 15.5,74.5 + rot: -1.5707963267948966 rad + pos: 9.5,77.5 parent: 2 - - uid: 19623 + - uid: 19744 components: - type: Transform - pos: -12.5,77.5 + pos: -21.5,60.5 parent: 2 - - uid: 19624 + - uid: 19747 components: - type: Transform - pos: -12.5,76.5 + rot: 1.5707963267948966 rad + pos: -16.5,56.5 parent: 2 - - uid: 19625 + - uid: 19750 components: - type: Transform - pos: -12.5,75.5 + rot: 1.5707963267948966 rad + pos: -16.5,55.5 parent: 2 - - uid: 19679 + - uid: 19751 components: - type: Transform - pos: -9.5,68.5 + rot: 1.5707963267948966 rad + pos: -16.5,58.5 parent: 2 - - uid: 19688 + - uid: 19752 components: - type: Transform - pos: -7.5,68.5 + rot: 1.5707963267948966 rad + pos: -16.5,57.5 parent: 2 - uid: 19756 components: @@ -208108,31 +227179,20 @@ entities: - type: Transform pos: -57.5,42.5 parent: 2 - - uid: 19773 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,44.5 - parent: 2 - - uid: 19794 + - uid: 19795 components: - type: Transform - pos: -28.5,71.5 + pos: -9.5,85.5 parent: 2 - - uid: 19798 - components: - - type: Transform - pos: -28.5,72.5 - parent: 2 - - uid: 19803 + - uid: 19796 components: - type: Transform - pos: -28.5,70.5 + pos: -6.5,85.5 parent: 2 - - uid: 19804 + - uid: 19797 components: - type: Transform - pos: -22.5,68.5 + pos: -10.5,85.5 parent: 2 - uid: 19806 components: @@ -208140,26 +227200,32 @@ entities: rot: -1.5707963267948966 rad pos: -41.5,-0.5 parent: 2 - - uid: 19808 + - uid: 19815 components: - type: Transform - pos: -21.5,68.5 + rot: 3.141592653589793 rad + pos: 11.5,5.5 parent: 2 - - uid: 19815 + - uid: 19831 components: - type: Transform rot: 3.141592653589793 rad - pos: 11.5,5.5 + pos: 7.5,96.5 parent: 2 - - uid: 19842 + - uid: 19833 components: - type: Transform - pos: -12.5,70.5 + pos: -5.5,85.5 parent: 2 - - uid: 19846 + - uid: 19835 components: - type: Transform - pos: -27.5,52.5 + pos: -11.5,85.5 + parent: 2 + - uid: 19841 + components: + - type: Transform + pos: -23.5,70.5 parent: 2 - uid: 19876 components: @@ -208233,17 +227299,6 @@ entities: rot: 1.5707963267948966 rad pos: 43.5,10.5 parent: 2 - - uid: 20164 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,44.5 - parent: 2 - - uid: 20435 - components: - - type: Transform - pos: -23.5,62.5 - parent: 2 - uid: 20490 components: - type: Transform @@ -208261,16 +227316,6 @@ entities: - type: Transform pos: -98.5,29.5 parent: 2 - - uid: 20794 - components: - - type: Transform - pos: -17.5,58.5 - parent: 2 - - uid: 20796 - components: - - type: Transform - pos: -13.5,68.5 - parent: 2 - uid: 20852 components: - type: Transform @@ -208294,10 +227339,11 @@ entities: - type: Transform pos: -85.5,23.5 parent: 2 - - uid: 21215 + - uid: 21206 components: - type: Transform - pos: -25.5,52.5 + rot: -1.5707963267948966 rad + pos: -53.5,73.5 parent: 2 - uid: 21233 components: @@ -208311,11 +227357,6 @@ entities: rot: 3.141592653589793 rad pos: -36.5,26.5 parent: 2 - - uid: 21255 - components: - - type: Transform - pos: -17.5,54.5 - parent: 2 - uid: 21338 components: - type: Transform @@ -208332,6 +227373,73 @@ entities: rot: 3.141592653589793 rad pos: -32.5,26.5 parent: 2 + - uid: 21677 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,90.5 + parent: 2 + - uid: 21691 + components: + - type: Transform + pos: -24.5,69.5 + parent: 2 + - uid: 21716 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,74.5 + parent: 2 + - uid: 21737 + components: + - type: Transform + pos: -7.5,85.5 + parent: 2 + - uid: 21746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,77.5 + parent: 2 + - uid: 21753 + components: + - type: Transform + pos: -24.5,68.5 + parent: 2 + - uid: 21756 + components: + - type: Transform + pos: -24.5,67.5 + parent: 2 + - uid: 21759 + components: + - type: Transform + pos: -24.5,64.5 + parent: 2 + - uid: 21769 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,97.5 + parent: 2 + - uid: 21771 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,95.5 + parent: 2 + - uid: 21773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,98.5 + parent: 2 + - uid: 21774 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,96.5 + parent: 2 - uid: 21899 components: - type: Transform @@ -208349,21 +227457,22 @@ entities: rot: 3.141592653589793 rad pos: -27.5,1.5 parent: 2 - - uid: 22365 + - uid: 22420 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,61.5 + pos: -45.5,66.5 parent: 2 - - uid: 22420 + - uid: 22570 components: - type: Transform - pos: -45.5,66.5 + rot: 3.141592653589793 rad + pos: 11.5,88.5 parent: 2 - - uid: 22466 + - uid: 22615 components: - type: Transform - pos: -17.5,56.5 + rot: 3.141592653589793 rad + pos: 10.5,88.5 parent: 2 - uid: 22644 components: @@ -208381,11 +227490,6 @@ entities: - type: Transform pos: 49.5,-32.5 parent: 2 - - uid: 22666 - components: - - type: Transform - pos: -17.5,57.5 - parent: 2 - uid: 22687 components: - type: Transform @@ -208425,26 +227529,23 @@ entities: - type: Transform pos: -83.5,23.5 parent: 2 - - uid: 22888 - components: - - type: Transform - pos: -17.5,55.5 - parent: 2 - - uid: 22921 + - uid: 22806 components: - type: Transform - pos: -17.5,68.5 + rot: 3.141592653589793 rad + pos: 46.5,-6.5 parent: 2 - uid: 22923 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,44.5 + pos: -4.5,95.5 parent: 2 - - uid: 23044 + - uid: 22942 components: - type: Transform - pos: -15.5,68.5 + rot: 3.141592653589793 rad + pos: -6.5,98.5 parent: 2 - uid: 23080 components: @@ -208457,6 +227558,18 @@ entities: rot: 1.5707963267948966 rad pos: 45.5,10.5 parent: 2 + - uid: 23312 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-0.5 + parent: 2 + - uid: 23339 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-6.5 + parent: 2 - uid: 23430 components: - type: Transform @@ -208485,25 +227598,21 @@ entities: - type: Transform pos: -0.5,45.5 parent: 2 - - uid: 23678 - components: - - type: Transform - pos: -14.5,68.5 - parent: 2 - uid: 23714 components: - type: Transform pos: -58.5,42.5 parent: 2 - - uid: 23734 + - uid: 23736 components: - type: Transform - pos: -39.5,74.5 + pos: -45.5,64.5 parent: 2 - - uid: 23736 + - uid: 23754 components: - type: Transform - pos: -45.5,64.5 + rot: 1.5707963267948966 rad + pos: 1.5,95.5 parent: 2 - uid: 23795 components: @@ -208511,6 +227620,12 @@ entities: rot: 3.141592653589793 rad pos: 10.5,18.5 parent: 2 + - uid: 23900 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,79.5 + parent: 2 - uid: 23946 components: - type: Transform @@ -208532,6 +227647,12 @@ entities: rot: -1.5707963267948966 rad pos: -39.5,-0.5 parent: 2 + - uid: 24493 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,77.5 + parent: 2 - uid: 24700 components: - type: Transform @@ -208588,21 +227709,6 @@ entities: - type: Transform pos: -38.5,74.5 parent: 2 - - uid: 25930 - components: - - type: Transform - pos: -18.5,68.5 - parent: 2 - - uid: 25941 - components: - - type: Transform - pos: -32.5,74.5 - parent: 2 - - uid: 26015 - components: - - type: Transform - pos: -33.5,74.5 - parent: 2 - uid: 26060 components: - type: Transform @@ -208661,10 +227767,22 @@ entities: rot: -1.5707963267948966 rad pos: -85.5,32.5 parent: 2 - - uid: 26522 + - uid: 26457 components: - type: Transform - pos: -35.5,74.5 + pos: -26.5,56.5 + parent: 2 + - uid: 26480 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,77.5 + parent: 2 + - uid: 26502 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-0.5 parent: 2 - uid: 26575 components: @@ -208784,16 +227902,16 @@ entities: rot: -1.5707963267948966 rad pos: -26.5,-46.5 parent: 2 - - uid: 28242 + - uid: 28403 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,54.5 + pos: 75.5,-26.5 parent: 2 - - uid: 28403 + - uid: 28489 components: - type: Transform - pos: 75.5,-26.5 + rot: 1.5707963267948966 rad + pos: 20.5,60.5 parent: 2 - uid: 28511 components: @@ -208818,6 +227936,12 @@ entities: rot: 3.141592653589793 rad pos: 8.5,18.5 parent: 2 + - uid: 28746 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,72.5 + parent: 2 - uid: 28806 components: - type: Transform @@ -208829,6 +227953,12 @@ entities: - type: Transform pos: -36.5,74.5 parent: 2 + - uid: 28932 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,72.5 + parent: 2 - uid: 29074 components: - type: Transform @@ -208890,11 +228020,6 @@ entities: rot: 1.5707963267948966 rad pos: 81.5,-1.5 parent: 2 - - uid: 29515 - components: - - type: Transform - pos: -53.5,56.5 - parent: 2 - uid: 29539 components: - type: Transform @@ -208941,36 +228066,123 @@ entities: - type: Transform pos: 90.5,20.5 parent: 2 - - uid: 30363 + - uid: 30312 components: - type: Transform - pos: -25.5,47.5 + rot: 3.141592653589793 rad + pos: 11.5,72.5 parent: 2 - - uid: 30905 + - uid: 30415 components: - type: Transform - pos: -27.5,47.5 + rot: 3.141592653589793 rad + pos: 7.5,72.5 + parent: 2 + - uid: 30674 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,72.5 + parent: 2 + - uid: 30764 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,83.5 + parent: 2 + - uid: 30810 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,80.5 + parent: 2 + - uid: 30812 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,79.5 + parent: 2 + - uid: 31062 + components: + - type: Transform + pos: -14.5,72.5 parent: 2 - uid: 31074 components: - type: Transform pos: -63.5,49.5 parent: 2 - - uid: 31568 + - uid: 31143 components: - type: Transform - pos: -50.5,55.5 + rot: 1.5707963267948966 rad + pos: -34.5,79.5 parent: 2 - - uid: 31569 + - uid: 31144 components: - type: Transform - pos: -50.5,56.5 + rot: 1.5707963267948966 rad + pos: -34.5,80.5 parent: 2 - - uid: 31575 + - uid: 31145 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,81.5 + parent: 2 + - uid: 31146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,83.5 + parent: 2 + - uid: 31183 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,84.5 + parent: 2 + - uid: 31186 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,85.5 + parent: 2 + - uid: 31187 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,87.5 + parent: 2 + - uid: 31188 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,88.5 + parent: 2 + - uid: 31189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,89.5 + parent: 2 + - uid: 31351 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,57.5 + parent: 2 + - uid: 31357 components: - type: Transform rot: 3.141592653589793 rad - pos: -61.5,54.5 + pos: -53.5,66.5 + parent: 2 + - uid: 31554 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,55.5 parent: 2 - uid: 31746 components: @@ -208984,17 +228196,68 @@ entities: rot: -1.5707963267948966 rad pos: 20.5,18.5 parent: 2 - - uid: 31860 + - uid: 31816 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,54.5 + pos: -75.5,48.5 + parent: 2 + - uid: 31824 + components: + - type: Transform + pos: -74.5,53.5 + parent: 2 + - uid: 32111 + components: + - type: Transform + pos: -72.5,53.5 + parent: 2 + - uid: 32113 + components: + - type: Transform + pos: -71.5,53.5 + parent: 2 + - uid: 32114 + components: + - type: Transform + pos: -73.5,53.5 + parent: 2 + - uid: 32135 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -49.5,62.5 + parent: 2 + - uid: 32137 + components: + - type: Transform + pos: -70.5,51.5 parent: 2 - uid: 32441 components: - type: Transform pos: -42.5,18.5 parent: 2 + - uid: 32610 + components: + - type: Transform + pos: -70.5,52.5 + parent: 2 + - uid: 32637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -43.5,83.5 + parent: 2 + - uid: 32677 + components: + - type: Transform + pos: -45.5,81.5 + parent: 2 + - uid: 32681 + components: + - type: Transform + pos: -45.5,79.5 + parent: 2 - uid: 33571 components: - type: Transform @@ -209024,6 +228287,18 @@ entities: - type: Transform pos: -15.5,33.5 parent: 2 + - uid: 33709 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,81.5 + parent: 2 + - uid: 33712 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -41.5,77.5 + parent: 2 - uid: 33715 components: - type: Transform @@ -209034,6 +228309,12 @@ entities: - type: Transform pos: -11.5,-6.5 parent: 2 + - uid: 34036 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -42.5,83.5 + parent: 2 - uid: 34210 components: - type: Transform @@ -209052,67 +228333,114 @@ entities: rot: 3.141592653589793 rad pos: 11.5,3.5 parent: 2 - - uid: 34549 + - uid: 34566 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,73.5 + parent: 2 + - uid: 34680 components: - type: Transform - pos: -53.5,55.5 + pos: 74.5,-26.5 parent: 2 - - uid: 34550 + - uid: 34686 components: - type: Transform - pos: -53.5,58.5 + pos: 76.5,-26.5 parent: 2 - - uid: 34551 + - uid: 34739 components: - type: Transform - pos: -53.5,59.5 + rot: 3.141592653589793 rad + pos: 24.5,-3.5 parent: 2 - - uid: 34552 + - uid: 34802 components: - type: Transform - pos: -58.5,59.5 + rot: 3.141592653589793 rad + pos: -53.5,67.5 parent: 2 - - uid: 34553 + - uid: 34803 components: - type: Transform - pos: -58.5,58.5 + pos: -63.5,45.5 parent: 2 - - uid: 34554 + - uid: 34926 components: - type: Transform - pos: -58.5,57.5 + rot: 3.141592653589793 rad + pos: 23.5,-3.5 parent: 2 - - uid: 34555 + - uid: 35103 components: - type: Transform - pos: -58.5,56.5 + rot: 1.5707963267948966 rad + pos: -49.5,67.5 parent: 2 - - uid: 34556 + - uid: 35104 components: - type: Transform - pos: -58.5,55.5 + rot: 1.5707963267948966 rad + pos: -49.5,63.5 parent: 2 - - uid: 34680 + - uid: 35114 components: - type: Transform - pos: 74.5,-26.5 + rot: 3.141592653589793 rad + pos: -53.5,62.5 parent: 2 - - uid: 34686 + - uid: 35124 components: - type: Transform - pos: 76.5,-26.5 + rot: 3.141592653589793 rad + pos: -53.5,63.5 parent: 2 - - uid: 34739 + - uid: 35134 + components: + - type: Transform + pos: -70.5,49.5 + parent: 2 + - uid: 35135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,77.5 + parent: 2 + - uid: 35173 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,69.5 + parent: 2 + - uid: 35183 + components: + - type: Transform + pos: -63.5,46.5 + parent: 2 + - uid: 35195 components: - type: Transform rot: 3.141592653589793 rad - pos: 24.5,-3.5 + pos: -24.5,54.5 parent: 2 - - uid: 34926 + - uid: 35211 components: - type: Transform rot: 3.141592653589793 rad - pos: 23.5,-3.5 + pos: -59.5,54.5 + parent: 2 + - uid: 35213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,54.5 + parent: 2 + - uid: 35214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,54.5 parent: 2 - uid: 35602 components: @@ -209161,22 +228489,11 @@ entities: rot: 3.141592653589793 rad pos: 77.5,8.5 parent: 2 - - uid: 36110 - components: - - type: Transform - pos: -25.5,68.5 - parent: 2 - uid: 36111 components: - type: Transform pos: -15.5,32.5 parent: 2 - - uid: 36232 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,61.5 - parent: 2 - uid: 36389 components: - type: Transform @@ -209192,23 +228509,6 @@ entities: - type: Transform pos: 11.5,41.5 parent: 2 - - uid: 36962 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,61.5 - parent: 2 - - uid: 36966 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,61.5 - parent: 2 - - uid: 37017 - components: - - type: Transform - pos: -28.5,69.5 - parent: 2 - uid: 37281 components: - type: Transform @@ -209219,21 +228519,6 @@ entities: - type: Transform pos: -32.5,0.5 parent: 2 - - uid: 37303 - components: - - type: Transform - pos: -28.5,73.5 - parent: 2 - - uid: 37309 - components: - - type: Transform - pos: -23.5,68.5 - parent: 2 - - uid: 37310 - components: - - type: Transform - pos: -26.5,68.5 - parent: 2 - uid: 37415 components: - type: Transform @@ -209252,32 +228537,6 @@ entities: rot: 1.5707963267948966 rad pos: 35.5,58.5 parent: 2 - - uid: 37436 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,70.5 - parent: 2 - - uid: 37447 - components: - - type: Transform - pos: -27.5,68.5 - parent: 2 - - uid: 37532 - components: - - type: Transform - pos: -31.5,74.5 - parent: 2 - - uid: 37534 - components: - - type: Transform - pos: -30.5,74.5 - parent: 2 - - uid: 37643 - components: - - type: Transform - pos: -29.5,74.5 - parent: 2 - uid: 37660 components: - type: Transform @@ -209329,33 +228588,6 @@ entities: rot: 1.5707963267948966 rad pos: 85.5,2.5 parent: 2 - - uid: 38851 - components: - - type: Transform - pos: -5.5,44.5 - parent: 2 - - uid: 38863 - components: - - type: Transform - pos: -18.5,61.5 - parent: 2 - - uid: 38875 - components: - - type: Transform - pos: -24.5,62.5 - parent: 2 - - uid: 38877 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,61.5 - parent: 2 - - uid: 38881 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,60.5 - parent: 2 - uid: 38893 components: - type: Transform @@ -209425,29 +228657,6 @@ entities: - type: Transform pos: 75.5,-22.5 parent: 2 - - uid: 39971 - components: - - type: Transform - pos: -19.5,68.5 - parent: 2 - - uid: 39993 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,69.5 - parent: 2 - - uid: 39994 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,72.5 - parent: 2 - - uid: 39995 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,73.5 - parent: 2 - uid: 40426 components: - type: Transform @@ -209475,20 +228684,395 @@ entities: rot: -1.5707963267948966 rad pos: 6.5,43.5 parent: 2 -- proto: ReinforcedWindowDiagonal - entities: - - uid: 11280 + - uid: 40714 + components: + - type: Transform + pos: -15.5,72.5 + parent: 2 + - uid: 41073 + components: + - type: Transform + pos: -1.5,70.5 + parent: 2 + - uid: 41096 + components: + - type: Transform + pos: -2.5,70.5 + parent: 2 + - uid: 41097 + components: + - type: Transform + pos: -4.5,70.5 + parent: 2 + - uid: 41098 + components: + - type: Transform + pos: -5.5,70.5 + parent: 2 + - uid: 41099 + components: + - type: Transform + pos: -8.5,70.5 + parent: 2 + - uid: 41100 + components: + - type: Transform + pos: -10.5,70.5 + parent: 2 + - uid: 41101 + components: + - type: Transform + pos: -11.5,70.5 + parent: 2 + - uid: 41103 + components: + - type: Transform + pos: -7.5,70.5 + parent: 2 + - uid: 41179 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 9.5,88.5 + parent: 2 + - uid: 41184 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,88.5 + parent: 2 + - uid: 41886 components: - type: Transform rot: -1.5707963267948966 rad - pos: 24.5,59.5 + pos: 5.5,79.5 parent: 2 - - uid: 28746 + - uid: 41887 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,83.5 + parent: 2 + - uid: 41888 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,83.5 + parent: 2 + - uid: 41892 components: - type: Transform rot: -1.5707963267948966 rad - pos: 23.5,60.5 + pos: 10.5,77.5 + parent: 2 + - uid: 41893 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,77.5 + parent: 2 + - uid: 41894 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,77.5 + parent: 2 + - uid: 41900 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,85.5 + parent: 2 + - uid: 41901 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,85.5 + parent: 2 + - uid: 41902 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,85.5 + parent: 2 + - uid: 41903 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,85.5 + parent: 2 + - uid: 41904 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,85.5 + parent: 2 + - uid: 42066 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,89.5 + parent: 2 + - uid: 42067 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,88.5 + parent: 2 + - uid: 42068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,87.5 + parent: 2 + - uid: 42069 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,90.5 + parent: 2 + - uid: 42070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,89.5 + parent: 2 + - uid: 42071 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,88.5 + parent: 2 + - uid: 42072 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,87.5 + parent: 2 + - uid: 42081 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,76.5 + parent: 2 + - uid: 42082 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,75.5 + parent: 2 + - uid: 42083 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,74.5 + parent: 2 + - uid: 42084 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,73.5 + parent: 2 + - uid: 42352 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,88.5 + parent: 2 + - uid: 42354 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,78.5 + parent: 2 + - uid: 42584 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 21.5,60.5 + parent: 2 + - uid: 43044 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,66.5 + parent: 2 + - uid: 43045 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,67.5 + parent: 2 + - uid: 43046 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,68.5 + parent: 2 + - uid: 43047 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,69.5 + parent: 2 + - uid: 43048 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,69.5 + parent: 2 + - uid: 43049 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,69.5 + parent: 2 + - uid: 43051 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,67.5 + parent: 2 + - uid: 43052 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,66.5 + parent: 2 + - uid: 43053 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,65.5 + parent: 2 + - uid: 43054 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,65.5 + parent: 2 + - uid: 43055 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 41.5,65.5 + parent: 2 + - uid: 43056 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,65.5 + parent: 2 + - uid: 43057 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,65.5 + parent: 2 + - uid: 43058 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,65.5 + parent: 2 + - uid: 43059 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,65.5 + parent: 2 + - uid: 43060 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,65.5 + parent: 2 + - uid: 43061 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,66.5 parent: 2 + - uid: 43064 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 27.5,69.5 + parent: 2 + - uid: 43065 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,69.5 + parent: 2 + - uid: 43067 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,67.5 + parent: 2 + - uid: 43068 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,66.5 + parent: 2 + - uid: 43069 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,69.5 + parent: 2 + - uid: 43070 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,69.5 + parent: 2 + - uid: 43071 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,69.5 + parent: 2 + - uid: 43094 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,68.5 + parent: 2 + - uid: 43095 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,68.5 + parent: 2 + - uid: 43096 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,68.5 + parent: 2 + - uid: 43097 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,68.5 + parent: 2 + - uid: 43271 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 24.5,67.5 + parent: 2 + - uid: 43272 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 25.5,69.5 + parent: 2 +- proto: ReinforcedWindowDiagonal + entities: - uid: 28943 components: - type: Transform @@ -209496,6 +229080,11 @@ entities: parent: 2 - proto: RemoteSignaller entities: + - uid: 4230 + components: + - type: Transform + pos: -52.650364,60.73816 + parent: 2 - uid: 18739 components: - type: MetaData @@ -209557,11 +229146,13 @@ entities: - type: Transform pos: -31.526054,-33.031883 parent: 2 - - uid: 30515 +- proto: RightLegHuman + entities: + - uid: 35335 components: - type: Transform rot: 1.5707963267948966 rad - pos: 0.33749866,66.66399 + pos: 19.756647,84.235245 parent: 2 - proto: RiotBulletShield entities: @@ -209889,16 +229480,6 @@ entities: - type: Transform pos: -0.5,8.5 parent: 2 - - uid: 2755 - components: - - type: Transform - pos: -6.5,56.5 - parent: 2 - - uid: 16657 - components: - - type: Transform - pos: -3.5,72.5 - parent: 2 - uid: 25096 components: - type: Transform @@ -210020,11 +229601,6 @@ entities: - type: Transform pos: -29.984224,0.58970785 parent: 2 - - uid: 7614 - components: - - type: Transform - pos: -31.686787,73.59416 - parent: 2 - uid: 12480 components: - type: Transform @@ -210065,11 +229641,11 @@ entities: - type: Transform pos: 50.24563,-30.892014 parent: 2 - - uid: 36955 + - uid: 34383 components: - type: Transform rot: -1.5707963267948966 rad - pos: -8.584565,46.419033 + pos: -43.98097,82.36954 parent: 2 - uid: 39950 components: @@ -210083,6 +229659,12 @@ entities: rot: 1.5707963267948966 rad pos: 95.17464,-12.8719 parent: 2 + - uid: 41614 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.874073,69.619934 + parent: 2 - proto: ShadowTree03 entities: - uid: 4685 @@ -210090,16 +229672,6 @@ entities: - type: Transform pos: -65.69011,35.980522 parent: 2 - - uid: 7572 - components: - - type: Transform - pos: -33.147724,73.18791 - parent: 2 - - uid: 7615 - components: - - type: Transform - pos: -35.8821,69.383224 - parent: 2 - uid: 13005 components: - type: Transform @@ -210118,25 +229690,20 @@ entities: rot: 1.5707963267948966 rad pos: 92.723335,-27.588371 parent: 2 -- proto: ShadowTree04 - entities: - - uid: 799 + - uid: 41613 components: - type: Transform rot: 3.141592653589793 rad - pos: -35.53171,72.672165 + pos: -40.874073,73.463684 parent: 2 +- proto: ShadowTree04 + entities: - uid: 5308 components: - type: Transform rot: 1.5707963267948966 rad pos: 43.7265,15.310911 parent: 2 - - uid: 7587 - components: - - type: Transform - pos: -29.766407,69.35979 - parent: 2 - uid: 10127 components: - type: Transform @@ -210180,6 +229747,12 @@ entities: rot: 1.5707963267948966 rad pos: 94.772644,-20.412407 parent: 2 + - uid: 41612 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.55376,69.66681 + parent: 2 - proto: ShadowTree05 entities: - uid: 12946 @@ -210232,14 +229805,14 @@ entities: rot: 1.5707963267948966 rad pos: 92.915955,-5.4399967 parent: 2 -- proto: ShadowTree06 - entities: - - uid: 669 + - uid: 41615 components: - type: Transform rot: 3.141592653589793 rad - pos: -39.547337,70.28935 + pos: -39.881886,70.32306 parent: 2 +- proto: ShadowTree06 + entities: - uid: 10126 components: - type: Transform @@ -210251,6 +229824,12 @@ entities: - type: Transform pos: 20.182621,-32.5026 parent: 2 + - uid: 31194 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.871593,78.51016 + parent: 2 - uid: 37167 components: - type: Transform @@ -210275,6 +229854,12 @@ entities: rot: 1.5707963267948966 rad pos: 112.60539,-21.438187 parent: 2 + - uid: 41616 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.74126,72.91681 + parent: 2 - proto: ShardGlass entities: - uid: 7008 @@ -210512,11 +230097,6 @@ entities: - type: Transform pos: 54.89757,-80.004364 parent: 2 - - uid: 35468 - components: - - type: Transform - pos: -73.41983,60.849834 - parent: 2 - proto: SheetGlass1 entities: - uid: 8640 @@ -210554,11 +230134,21 @@ entities: parent: 2 - proto: SheetPlasteel entities: + - uid: 1 + components: + - type: Transform + pos: -26.678217,36.547115 + parent: 2 - uid: 9003 components: - type: Transform pos: -46.33548,16.650799 parent: 2 + - uid: 23739 + components: + - type: Transform + pos: 43.351242,51.699783 + parent: 2 - proto: SheetPlastic entities: - uid: 1390 @@ -210608,6 +230198,18 @@ entities: - type: Transform pos: -69.49621,0.35376644 parent: 2 +- proto: SheetRPGlass + entities: + - uid: 19547 + components: + - type: Transform + pos: 43.585617,51.707596 + parent: 2 + - uid: 28422 + components: + - type: Transform + pos: -26.745249,36.476673 + parent: 2 - proto: SheetSteel entities: - uid: 1388 @@ -210735,6 +230337,28 @@ entities: rot: -1.5707963267948966 rad pos: 44.488758,-24.227085 parent: 2 +- proto: ShockCollar + entities: + - uid: 24 + components: + - type: Transform + pos: -51.55905,60.49732 + parent: 2 + - uid: 21726 + components: + - type: Transform + pos: -51.691864,60.614506 + parent: 2 + - uid: 23185 + components: + - type: Transform + pos: -51.441864,60.419193 + parent: 2 + - uid: 24076 + components: + - type: Transform + pos: -51.293427,60.30982 + parent: 2 - proto: ShowcaseRobot entities: - uid: 22664 @@ -211195,16 +230819,6 @@ entities: - Pressed: Open 2419: - Pressed: Open - - uid: 30772 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,48.5 - parent: 2 - - type: DeviceLinkSource - linkedPorts: - 22608: - - Pressed: Toggle - uid: 31151 components: - type: MetaData @@ -211241,6 +230855,16 @@ entities: - Pressed: Toggle 4844: - Pressed: Toggle + - uid: 35521 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,80.5 + parent: 2 + - type: DeviceLinkSource + linkedPorts: + 35519: + - Pressed: Toggle - uid: 36485 components: - type: Transform @@ -211329,20 +230953,6 @@ entities: linkedPorts: 37231: - Pressed: Toggle - - uid: 37725 - components: - - type: MetaData - name: jani light button - - type: Transform - rot: 3.141592653589793 rad - pos: -11.5,60.5 - parent: 2 - - type: WirelessNetworkConnection - range: 1000 - - type: DeviceLinkSource - linkedPorts: - 37724: - - Pressed: Toggle - uid: 38118 components: - type: Transform @@ -211746,17 +231356,19 @@ entities: rot: 3.141592653589793 rad pos: -50.5,-24.5 parent: 2 - - uid: 15532 + - uid: 31126 components: - type: Transform - pos: -34.5,63.5 + rot: -1.5707963267948966 rad + pos: -34.5,66.5 parent: 2 - proto: SignBio entities: - - uid: 5351 + - uid: 24583 components: - type: Transform - pos: 52.5,52.5 + rot: 3.141592653589793 rad + pos: 55.5,63.5 parent: 2 - uid: 34228 components: @@ -211815,6 +231427,12 @@ entities: - type: Transform pos: -111.5,54.5 parent: 2 + - uid: 19301 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,62.5 + parent: 2 - uid: 22250 components: - type: Transform @@ -211845,11 +231463,6 @@ entities: - type: Transform pos: 64.5,82.5 parent: 2 - - uid: 36158 - components: - - type: Transform - pos: 55.5,60.5 - parent: 2 - uid: 36809 components: - type: Transform @@ -211866,6 +231479,12 @@ entities: - type: Transform pos: -104.5,47.5 parent: 2 + - uid: 43076 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,66.5 + parent: 2 - proto: SignBiohazardMed entities: - uid: 5353 @@ -211981,10 +231600,16 @@ entities: parent: 2 - proto: SignCourt entities: - - uid: 4443 + - uid: 17880 components: - type: Transform - pos: -1.5,50.5 + pos: -1.5,51.5 + parent: 2 + - uid: 19843 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,57.5 parent: 2 - proto: SignCryogenicsMed entities: @@ -211998,6 +231623,16 @@ entities: - type: Transform pos: 30.5,-12.5 parent: 2 + - uid: 39461 + components: + - type: Transform + pos: -22.5,84.5 + parent: 2 + - uid: 39467 + components: + - type: Transform + pos: -19.5,84.5 + parent: 2 - proto: SignDanger entities: - uid: 2399 @@ -212015,11 +231650,6 @@ entities: - type: Transform pos: 54.5,50.5 parent: 2 - - uid: 5355 - components: - - type: Transform - pos: 51.5,50.5 - parent: 2 - uid: 19245 components: - type: Transform @@ -212194,18 +231824,18 @@ entities: parent: 2 - proto: SignDirectionalBrig entities: - - uid: 22618 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,62.5 - parent: 2 - uid: 23806 components: - type: Transform rot: 3.141592653589793 rad pos: -0.5,25.5 parent: 2 + - uid: 40105 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,85.5 + parent: 2 - proto: SignDirectionalChapel entities: - uid: 9178 @@ -212332,12 +231962,6 @@ entities: rot: 1.5707963267948966 rad pos: -31.5,22.5 parent: 2 - - uid: 20213 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,72.5 - parent: 2 - uid: 23813 components: - type: Transform @@ -212350,12 +231974,6 @@ entities: rot: 3.141592653589793 rad pos: -2.4906719,-17.25244 parent: 2 - - uid: 23886 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.47527122,62.785336 - parent: 2 - uid: 23890 components: - type: Transform @@ -212398,12 +232016,6 @@ entities: rot: 1.5707963267948966 rad pos: -74.45819,10.307827 parent: 2 - - uid: 23899 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -94.39373,10.266306 - parent: 2 - uid: 23905 components: - type: Transform @@ -212416,6 +232028,17 @@ entities: rot: 3.141592653589793 rad pos: 3.5,47.5 parent: 2 + - uid: 27222 + components: + - type: Transform + pos: -89.5,6.5 + parent: 2 + - uid: 41177 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,71.5 + parent: 2 - proto: SignDirectionalExam entities: - uid: 36934 @@ -212756,12 +232379,6 @@ entities: rot: 3.141592653589793 rad pos: -55.5,38.5 parent: 2 - - uid: 23829 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -61.5,42.5 - parent: 2 - uid: 31535 components: - type: Transform @@ -212778,12 +232395,6 @@ entities: parent: 2 - proto: SignDirectionalWash entities: - - uid: 16475 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,65.5 - parent: 2 - uid: 23821 components: - type: Transform @@ -212792,22 +232403,11 @@ entities: parent: 2 - proto: SignDisposalSpace entities: - - uid: 15644 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,56.5 - parent: 2 - uid: 19138 components: - type: Transform pos: -43.5,6.5 parent: 2 - - uid: 29708 - components: - - type: Transform - pos: -17.5,53.5 - parent: 2 - proto: SignDojo entities: - uid: 5971 @@ -212815,30 +232415,6 @@ entities: - type: Transform pos: 36.5,-17.5 parent: 2 -- proto: SignElectrical - entities: - - uid: 27970 - components: - - type: Transform - pos: -46.5,52.5 - parent: 2 - - uid: 31279 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,74.5 - parent: 2 - - uid: 31280 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,71.5 - parent: 2 - - uid: 37302 - components: - - type: Transform - pos: -41.5,74.5 - parent: 2 - proto: SignElectricalMed entities: - uid: 3354 @@ -212873,6 +232449,18 @@ entities: - type: Transform pos: 51.5,-30.5 parent: 2 + - uid: 19559 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,82.5 + parent: 2 + - uid: 19634 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,78.5 + parent: 2 - uid: 20494 components: - type: Transform @@ -213042,6 +232630,31 @@ entities: rot: -1.5707963267948966 rad pos: -17.5,-38.5 parent: 2 + - uid: 39304 + components: + - type: Transform + pos: -16.5,84.5 + parent: 2 + - uid: 39989 + components: + - type: Transform + pos: -14.5,84.5 + parent: 2 + - uid: 42947 + components: + - type: MetaData + desc: a PARK sign. this sign says PORK i mean PARK. the PARK PORTAL. this is a real sign for the real park. + name: PARK sign + - type: Transform + rot: 1.5707963267948966 rad + pos: -89.5,10.5 + parent: 2 + - uid: 43292 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,65.5 + parent: 2 - proto: SignExamroom entities: - uid: 5926 @@ -213099,6 +232712,12 @@ entities: parent: 2 - proto: SignJanitor entities: + - uid: 22380 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,60.5 + parent: 2 - uid: 37688 components: - type: Transform @@ -213121,14 +232740,24 @@ entities: rot: 3.141592653589793 rad pos: -13.5,-40.5 parent: 2 - - uid: 30683 + - uid: 9640 components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,71.5 + pos: -44.5,68.5 parent: 2 - proto: SignLaundromat entities: + - uid: 23585 + components: + - type: Transform + pos: -24.5,80.5 + parent: 2 + - uid: 30700 + components: + - type: Transform + pos: -24.5,74.5 + parent: 2 - uid: 36929 components: - type: Transform @@ -213136,17 +232765,33 @@ entities: parent: 2 - proto: SignLawyer entities: - - uid: 820 + - uid: 1394 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,57.5 + pos: -7.5,50.5 parent: 2 - - uid: 2642 + - uid: 7752 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -9.5,57.5 + rot: -1.5707963267948966 rad + pos: -3.5,60.5 + parent: 2 + - uid: 18064 + components: + - type: Transform + pos: -8.5,60.5 + parent: 2 + - uid: 21788 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -8.5,51.5 + parent: 2 + - uid: 41178 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,69.5 parent: 2 - proto: SignLibrary entities: @@ -213185,11 +232830,6 @@ entities: rot: -1.5707963267948966 rad pos: -2.5,-12.5 parent: 2 - - uid: 19809 - components: - - type: Transform - pos: -40.5,60.5 - parent: 2 - uid: 21364 components: - type: MetaData @@ -213198,6 +232838,16 @@ entities: - type: Transform pos: -36.5,31.5 parent: 2 + - uid: 27224 + components: + - type: Transform + pos: -92.5,10.5 + parent: 2 + - uid: 31505 + components: + - type: Transform + pos: -24.5,75.5 + parent: 2 - proto: SignMinerDock entities: - uid: 3284 @@ -213249,15 +232899,11 @@ entities: parent: 2 - proto: SignPlaque entities: - - uid: 14193 - components: - - type: Transform - pos: 20.5,60.5 - parent: 2 - - uid: 16624 + - uid: 7593 components: - type: Transform - pos: -7.5,62.5 + rot: 3.141592653589793 rad + pos: 18.5,60.5 parent: 2 - uid: 37627 components: @@ -213266,11 +232912,27 @@ entities: parent: 2 - proto: SignPrison entities: - - uid: 17879 + - uid: 7581 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,65.5 + rot: -1.5707963267948966 rad + pos: -4.5,84.5 + parent: 2 + - uid: 19471 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,84.5 + parent: 2 + - uid: 25992 + components: + - type: Transform + pos: -24.5,52.5 + parent: 2 + - uid: 25999 + components: + - type: Transform + pos: -24.5,47.5 parent: 2 - uid: 36792 components: @@ -213295,12 +232957,16 @@ entities: parent: 2 - proto: SignPsychology entities: - - uid: 37635 + - uid: 22624 components: - type: Transform - rot: 1.5707963267948966 rad pos: -13.5,-12.5 parent: 2 + - uid: 40687 + components: + - type: Transform + pos: -19.5,75.5 + parent: 2 - proto: SignRadiation entities: - uid: 18574 @@ -213381,6 +233047,15 @@ entities: rot: -1.5707963267948966 rad pos: 3.5,-30.5 parent: 2 + - uid: 27225 + components: + - type: MetaData + desc: A sign indicating arrivals. + name: arrivals sign + - type: Transform + rot: 1.5707963267948966 rad + pos: -92.5,6.5 + parent: 2 - proto: SignRedFour entities: - uid: 15406 @@ -213389,6 +233064,12 @@ entities: rot: 3.141592653589793 rad pos: -36.5,27.5 parent: 2 + - uid: 42570 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.219479,86.729065 + parent: 2 - proto: SignRedOne entities: - uid: 13045 @@ -213408,6 +233089,12 @@ entities: rot: 3.141592653589793 rad pos: -24.5,27.5 parent: 2 + - uid: 42564 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.266354,78.2473 + parent: 2 - proto: SignRedThree entities: - uid: 22072 @@ -213422,6 +233109,18 @@ entities: rot: 3.141592653589793 rad pos: -32.5,27.5 parent: 2 + - uid: 42563 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.235104,86.28375 + parent: 2 + - uid: 42571 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.219479,82.7525 + parent: 2 - proto: SignRedTwo entities: - uid: 8636 @@ -213441,6 +233140,18 @@ entities: rot: 3.141592653589793 rad pos: -28.5,27.5 parent: 2 + - uid: 42565 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.235104,78.7374 + parent: 2 + - uid: 42572 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.203854,82.21344 + parent: 2 - proto: SignRobo entities: - uid: 5303 @@ -213525,11 +233236,6 @@ entities: parent: 2 - proto: SignSecurearea entities: - - uid: 5359 - components: - - type: Transform - pos: 55.5,49.5 - parent: 2 - uid: 23819 components: - type: Transform @@ -213566,12 +233272,6 @@ entities: - type: Transform pos: 3.5,46.5 parent: 2 - - uid: 18078 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,53.5 - parent: 2 - uid: 23520 components: - type: Transform @@ -213601,12 +233301,6 @@ entities: - type: Transform pos: 21.5,41.5 parent: 2 - - uid: 36943 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,53.5 - parent: 2 - uid: 38859 components: - type: Transform @@ -213703,178 +233397,144 @@ entities: parent: 2 - proto: SignShipDock entities: - - uid: 18362 - components: - - type: Transform - pos: 29.5,57.5 - parent: 2 - - uid: 20003 + - uid: 16461 components: - type: Transform - pos: -2.5,79.5 + rot: 3.141592653589793 rad + pos: 5.5,95.5 parent: 2 - - uid: 20004 + - uid: 18362 components: - type: Transform - pos: 5.5,79.5 + pos: 29.5,57.5 parent: 2 -- proto: SignShock - entities: - - uid: 4577 + - uid: 20163 components: - type: Transform rot: 3.141592653589793 rad - pos: -66.5,53.5 + pos: 5.5,88.5 parent: 2 - - uid: 7485 + - uid: 20838 components: - type: Transform rot: 3.141592653589793 rad - pos: -70.5,58.5 + pos: -2.5,95.5 parent: 2 - - uid: 7588 - components: - - type: Transform - pos: -28.5,52.5 - parent: 2 - - uid: 7593 - components: - - type: Transform - pos: -12.5,68.5 - parent: 2 - - uid: 9354 - components: - - type: Transform - pos: 89.5,-28.5 - parent: 2 - - uid: 9739 - components: - - type: Transform - pos: 113.5,-28.5 - parent: 2 - - uid: 9740 - components: - - type: Transform - pos: 113.5,-4.5 - parent: 2 - - uid: 9769 - components: - - type: Transform - pos: 89.5,-4.5 - parent: 2 - - uid: 16444 + - uid: 22950 components: - type: Transform rot: 3.141592653589793 rad - pos: -38.5,55.5 + pos: -2.5,88.5 parent: 2 - - uid: 18246 + - uid: 32130 components: - type: Transform - pos: -63.5,46.5 + pos: -53.5,82.5 parent: 2 - - uid: 18331 + - uid: 32136 components: - type: Transform - pos: -50.5,57.5 + pos: -53.5,68.5 parent: 2 - - uid: 18795 + - uid: 35106 components: - type: Transform - pos: 88.5,-9.5 + pos: -53.5,75.5 parent: 2 - - uid: 19251 + - uid: 43138 components: - type: Transform - pos: 88.5,-23.5 + rot: 3.141592653589793 rad + pos: 51.5,50.5 parent: 2 - - uid: 24052 + - uid: 43215 components: - type: Transform rot: 3.141592653589793 rad - pos: -47.5,55.5 + pos: 36.5,69.5 parent: 2 - - uid: 24054 + - uid: 43291 components: - type: Transform rot: 3.141592653589793 rad - pos: -38.5,52.5 + pos: 30.5,69.5 parent: 2 - - uid: 29390 +- proto: SignShock + entities: + - uid: 7588 components: - type: Transform - pos: -63.5,54.5 + pos: -28.5,52.5 parent: 2 - - uid: 31295 + - uid: 9354 components: - type: Transform - rot: 3.141592653589793 rad - pos: -66.5,65.5 + pos: 89.5,-28.5 parent: 2 - - uid: 31816 + - uid: 9739 components: - type: Transform - pos: -63.5,50.5 + pos: 113.5,-28.5 parent: 2 - - uid: 31842 + - uid: 9740 components: - type: Transform - pos: -52.5,68.5 + pos: 113.5,-4.5 parent: 2 - - uid: 31851 + - uid: 9769 components: - type: Transform - pos: -58.5,54.5 + pos: 89.5,-4.5 parent: 2 - - uid: 34548 + - uid: 9965 components: - type: Transform - pos: -56.5,65.5 + pos: -74.5,36.5 parent: 2 - - uid: 37654 + - uid: 18278 components: - type: Transform - pos: -20.5,68.5 + pos: -73.5,55.5 parent: 2 - - uid: 37655 + - uid: 18795 components: - type: Transform - pos: -30.5,68.5 + pos: 88.5,-9.5 parent: 2 - - uid: 37657 + - uid: 19251 components: - type: Transform - pos: -41.5,71.5 + pos: 88.5,-23.5 parent: 2 - - uid: 37658 + - uid: 19828 components: - type: Transform - pos: -49.5,69.5 + pos: -65.5,55.5 parent: 2 - - uid: 37659 + - uid: 29390 components: - type: Transform - pos: -47.5,61.5 + pos: -63.5,54.5 parent: 2 - - uid: 40100 + - uid: 31826 components: - type: Transform - pos: -6.5,68.5 + pos: -78.5,38.5 parent: 2 - - uid: 40101 + - uid: 34563 components: - type: Transform - pos: -45.5,68.5 + pos: -78.5,44.5 parent: 2 - - uid: 40102 + - uid: 35127 components: - type: Transform - pos: -34.5,74.5 + pos: -78.5,52.5 parent: 2 - - uid: 40103 + - uid: 40101 components: - type: Transform - pos: -28.5,74.5 + pos: -45.5,68.5 parent: 2 - uid: 40313 components: @@ -213900,6 +233560,12 @@ entities: rot: 3.141592653589793 rad pos: -27.5,23.5 parent: 2 + - uid: 42502 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,72.5 + parent: 2 - proto: SignSmoking entities: - uid: 30964 @@ -214007,6 +233673,11 @@ entities: rot: 3.141592653589793 rad pos: 79.5,8.5 parent: 2 + - uid: 2788 + components: + - type: Transform + pos: -49.5,68.5 + parent: 2 - uid: 6704 components: - type: Transform @@ -214025,18 +233696,6 @@ entities: rot: -1.5707963267948966 rad pos: -74.5,24.5 parent: 2 - - uid: 23830 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,40.5 - parent: 2 - - uid: 23832 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,79.5 - parent: 2 - uid: 23836 components: - type: Transform @@ -214061,36 +233720,12 @@ entities: rot: -1.5707963267948966 rad pos: -65.5,-13.5 parent: 2 - - uid: 26480 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,69.5 - parent: 2 - uid: 26748 components: - type: Transform rot: 3.141592653589793 rad pos: -45.5,67.5 parent: 2 - - uid: 28177 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,54.5 - parent: 2 - - uid: 29984 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -95.5,16.5 - parent: 2 - - uid: 30290 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -95.5,2.5 - parent: 2 - uid: 30291 components: - type: Transform @@ -214108,6 +233743,11 @@ entities: rot: 1.5707963267948966 rad pos: 92.5,-19.5 parent: 2 + - uid: 35092 + components: + - type: Transform + pos: -49.5,74.5 + parent: 2 - uid: 35727 components: - type: Transform @@ -214136,6 +233776,18 @@ entities: rot: 1.5707963267948966 rad pos: 81.5,1.5 parent: 2 + - uid: 42074 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,90.5 + parent: 2 + - uid: 42075 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,86.5 + parent: 2 - proto: SignSurgery entities: - uid: 22026 @@ -214189,10 +233841,11 @@ entities: parent: 2 - proto: SignZomlab entities: - - uid: 5350 + - uid: 29728 components: - type: Transform - pos: 52.5,48.5 + rot: 3.141592653589793 rad + pos: 55.5,49.5 parent: 2 - proto: SilverOre1 entities: @@ -214292,6 +233945,12 @@ entities: parent: 2 - proto: SinkWide entities: + - uid: 631 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,58.5 + parent: 2 - uid: 1069 components: - type: Transform @@ -214314,6 +233973,12 @@ entities: - type: Transform pos: -41.5,67.5 parent: 2 + - uid: 16129 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,63.5 + parent: 2 - uid: 19110 components: - type: Transform @@ -214326,6 +233991,24 @@ entities: rot: -1.5707963267948966 rad pos: -34.5,10.5 parent: 2 + - uid: 21075 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,59.5 + parent: 2 + - uid: 22618 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,46.5 + parent: 2 + - uid: 22992 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,60.5 + parent: 2 - uid: 23089 components: - type: Transform @@ -214342,6 +234025,12 @@ entities: rot: 3.141592653589793 rad pos: -56.5,-18.5 parent: 2 + - uid: 25860 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,70.5 + parent: 2 - uid: 30309 components: - type: Transform @@ -214353,6 +234042,18 @@ entities: - type: Transform pos: -56.5,-20.5 parent: 2 + - uid: 37496 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,89.5 + parent: 2 + - uid: 37509 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,86.5 + parent: 2 - proto: Skub entities: - uid: 19810 @@ -214411,20 +234112,6 @@ entities: - type: Transform pos: -62.5,32.5 parent: 2 - - uid: 9975 - components: - - type: MetaData - name: North Solars SMES 1 - - type: Transform - pos: -58.5,40.5 - parent: 2 - - uid: 9976 - components: - - type: MetaData - name: North Solars SMES 2 - - type: Transform - pos: -57.5,40.5 - parent: 2 - uid: 10407 components: - type: MetaData @@ -214588,11 +234275,21 @@ entities: parent: 2 - proto: SmokingPipeFilledTobacco entities: + - uid: 3121 + components: + - type: Transform + pos: -3.3523827,50.607082 + parent: 2 - uid: 14213 components: - type: Transform pos: 11.465008,47.60172 parent: 2 + - uid: 19561 + components: + - type: Transform + pos: -4.682615,63.50988 + parent: 2 - uid: 29256 components: - type: Transform @@ -214605,7 +234302,7 @@ entities: - type: Transform pos: -40.60408,11.515232 parent: 2 -- proto: soda_dispenser +- proto: SodaDispenser entities: - uid: 4644 components: @@ -214625,12 +234322,6 @@ entities: parent: 2 - proto: SodiumLightTube entities: - - uid: 15730 - components: - - type: Transform - parent: 15494 - - type: Physics - canCollide: False - uid: 17711 components: - type: Transform @@ -214643,6 +234334,24 @@ entities: parent: 17763 - type: Physics canCollide: False + - uid: 23483 + components: + - type: Transform + parent: 23423 + - type: Physics + canCollide: False + - uid: 23604 + components: + - type: Transform + parent: 23601 + - type: Physics + canCollide: False + - uid: 28730 + components: + - type: Transform + parent: 28718 + - type: Physics + canCollide: False - uid: 28900 components: - type: Transform @@ -214697,12 +234406,6 @@ entities: parent: 31027 - type: Physics canCollide: False - - uid: 37344 - components: - - type: Transform - parent: 37343 - - type: Physics - canCollide: False - proto: SolarAssembly entities: - uid: 9784 @@ -214840,55 +234543,25 @@ entities: - type: Transform pos: 67.5,-86.5 parent: 2 - - uid: 35407 - components: - - type: Transform - pos: -86.5,66.5 - parent: 2 - - uid: 35408 - components: - - type: Transform - pos: -74.5,71.5 - parent: 2 - - uid: 35409 - components: - - type: Transform - pos: -76.5,74.5 - parent: 2 - - uid: 35410 - components: - - type: Transform - pos: -83.5,74.5 - parent: 2 - - uid: 35411 - components: - - type: Transform - pos: -76.5,84.5 - parent: 2 - - uid: 35412 - components: - - type: Transform - pos: -84.5,94.5 - parent: 2 - - uid: 35413 + - uid: 36224 components: - type: Transform - pos: -83.5,59.5 + pos: -89.5,61.5 parent: 2 - - uid: 35414 + - uid: 42290 components: - type: Transform - pos: -85.5,59.5 + pos: -82.5,-70.5 parent: 2 - - uid: 36223 + - uid: 42291 components: - type: Transform - pos: -88.5,57.5 + pos: -81.5,-80.5 parent: 2 - - uid: 36224 + - uid: 43500 components: - type: Transform - pos: -89.5,61.5 + pos: -96.5,-87.5 parent: 2 - proto: SolarPanel entities: @@ -215030,6 +234703,24 @@ entities: rot: 3.141592653589793 rad pos: -85.5,-40.5 parent: 2 + - uid: 13161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-73.5 + parent: 2 + - uid: 13163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,-75.5 + parent: 2 + - uid: 13169 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,-73.5 + parent: 2 - uid: 13466 components: - type: Transform @@ -215282,10 +234973,47 @@ entities: rot: -1.5707963267948966 rad pos: 59.5,-56.5 parent: 2 - - uid: 14883 + - uid: 13950 components: - type: Transform - pos: -90.5,57.5 + rot: 3.141592653589793 rad + pos: -82.5,-75.5 + parent: 2 + - uid: 13963 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,-75.5 + parent: 2 + - uid: 13978 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,-75.5 + parent: 2 + - uid: 14351 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,-75.5 + parent: 2 + - uid: 14454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-75.5 + parent: 2 + - uid: 15477 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,-73.5 + parent: 2 + - uid: 15760 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-75.5 parent: 2 - uid: 17006 components: @@ -215329,30 +235057,162 @@ entities: rot: 3.141592653589793 rad pos: -96.5,-40.5 parent: 2 + - uid: 19216 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,-73.5 + parent: 2 - uid: 19723 components: - type: Transform rot: -1.5707963267948966 rad pos: 59.5,-61.5 parent: 2 + - uid: 19731 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,-73.5 + parent: 2 + - uid: 20435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,-68.5 + parent: 2 + - uid: 21139 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,-70.5 + parent: 2 + - uid: 21764 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,-73.5 + parent: 2 - uid: 22255 components: - type: Transform rot: -1.5707963267948966 rad pos: 52.5,-59.5 parent: 2 + - uid: 22575 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-70.5 + parent: 2 + - uid: 22820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,-70.5 + parent: 2 + - uid: 22821 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,-70.5 + parent: 2 + - uid: 22845 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,-70.5 + parent: 2 + - uid: 22846 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,-70.5 + parent: 2 + - uid: 22891 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,-73.5 + parent: 2 - uid: 23724 components: - type: Transform rot: -1.5707963267948966 rad pos: 53.5,-61.5 parent: 2 + - uid: 26286 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,-78.5 + parent: 2 - uid: 28749 components: - type: Transform rot: -1.5707963267948966 rad pos: 50.5,-59.5 parent: 2 + - uid: 29210 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,-73.5 + parent: 2 + - uid: 29212 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,-73.5 + parent: 2 + - uid: 29214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,-75.5 + parent: 2 + - uid: 29229 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,-75.5 + parent: 2 + - uid: 29237 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,-68.5 + parent: 2 + - uid: 29238 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-68.5 + parent: 2 + - uid: 29249 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,-75.5 + parent: 2 + - uid: 29425 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,-75.5 + parent: 2 + - uid: 29426 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,-73.5 + parent: 2 + - uid: 29432 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-73.5 + parent: 2 - uid: 31271 components: - type: Transform @@ -215431,315 +235291,779 @@ entities: rot: -1.5707963267948966 rad pos: 60.5,-59.5 parent: 2 - - uid: 35295 + - uid: 35301 components: - type: Transform - pos: -77.5,56.5 + rot: -1.5707963267948966 rad + pos: 53.5,-46.5 parent: 2 - - uid: 35296 + - uid: 35646 components: - type: Transform - pos: -76.5,56.5 + rot: -1.5707963267948966 rad + pos: 49.5,-46.5 parent: 2 - - uid: 35297 + - uid: 35679 components: - type: Transform - pos: -74.5,56.5 + rot: -1.5707963267948966 rad + pos: 48.5,-46.5 parent: 2 - - uid: 35298 + - uid: 35680 components: - type: Transform - pos: -72.5,56.5 + rot: -1.5707963267948966 rad + pos: 48.5,-44.5 parent: 2 - - uid: 35299 + - uid: 35834 components: - type: Transform - pos: -72.5,54.5 + rot: -1.5707963267948966 rad + pos: 49.5,-44.5 parent: 2 - - uid: 35300 + - uid: 35963 components: - type: Transform - pos: -74.5,54.5 + rot: -1.5707963267948966 rad + pos: 50.5,-44.5 parent: 2 - - uid: 35301 + - uid: 35965 components: - type: Transform - pos: -76.5,54.5 + rot: -1.5707963267948966 rad + pos: 51.5,-44.5 parent: 2 - - uid: 35302 + - uid: 36216 components: - type: Transform - pos: -75.5,54.5 + rot: -1.5707963267948966 rad + pos: 53.5,-51.5 parent: 2 - - uid: 35303 + - uid: 36218 components: - type: Transform - pos: -84.5,56.5 + rot: -1.5707963267948966 rad + pos: 52.5,-49.5 parent: 2 - - uid: 35304 + - uid: 36223 components: - type: Transform - pos: -86.5,56.5 + rot: -1.5707963267948966 rad + pos: 51.5,-51.5 parent: 2 - - uid: 35305 + - uid: 36232 components: - type: Transform - pos: -87.5,56.5 + rot: -1.5707963267948966 rad + pos: 49.5,-51.5 parent: 2 - - uid: 35307 + - uid: 36245 components: - type: Transform - pos: -87.5,54.5 + rot: -1.5707963267948966 rad + pos: 50.5,-56.5 parent: 2 - - uid: 35308 + - uid: 36246 components: - type: Transform - pos: -86.5,54.5 + rot: -1.5707963267948966 rad + pos: 53.5,-56.5 parent: 2 - - uid: 35309 + - uid: 36247 components: - type: Transform - pos: -75.5,59.5 + rot: -1.5707963267948966 rad + pos: 53.5,-54.5 parent: 2 - - uid: 35310 + - uid: 36248 components: - type: Transform - pos: -74.5,59.5 + rot: -1.5707963267948966 rad + pos: 51.5,-54.5 parent: 2 - - uid: 35311 + - uid: 36266 components: - type: Transform - pos: -72.5,61.5 + rot: -1.5707963267948966 rad + pos: 48.5,-54.5 parent: 2 - - uid: 35312 + - uid: 36294 components: - type: Transform - pos: -75.5,61.5 + rot: -1.5707963267948966 rad + pos: 51.5,-59.5 parent: 2 - - uid: 35313 + - uid: 36298 components: - type: Transform - pos: -77.5,61.5 + rot: -1.5707963267948966 rad + pos: 48.5,-59.5 parent: 2 - - uid: 35314 + - uid: 36299 components: - type: Transform - pos: -83.5,61.5 + rot: -1.5707963267948966 rad + pos: 49.5,-61.5 parent: 2 - - uid: 35315 + - uid: 36323 components: - type: Transform - pos: -84.5,61.5 + rot: -1.5707963267948966 rad + pos: 61.5,-71.5 parent: 2 - - uid: 35319 + - uid: 36324 components: - type: Transform - pos: -84.5,59.5 + rot: -1.5707963267948966 rad + pos: 62.5,-69.5 parent: 2 - - uid: 35320 + - uid: 36325 components: - type: Transform - pos: -76.5,64.5 + rot: -1.5707963267948966 rad + pos: 52.5,-69.5 parent: 2 - - uid: 35321 + - uid: 36326 components: - type: Transform - pos: -73.5,66.5 + rot: -1.5707963267948966 rad + pos: 51.5,-69.5 parent: 2 - - uid: 35322 + - uid: 36327 components: - type: Transform - pos: -74.5,66.5 + rot: -1.5707963267948966 rad + pos: 50.5,-69.5 parent: 2 - - uid: 35323 + - uid: 36328 components: - type: Transform - pos: -87.5,66.5 + rot: -1.5707963267948966 rad + pos: 49.5,-71.5 parent: 2 - - uid: 35324 + - uid: 36409 components: - type: Transform - pos: -88.5,64.5 + rot: -1.5707963267948966 rad + pos: 50.5,-71.5 parent: 2 - - uid: 35325 + - uid: 37521 components: - type: Transform - pos: -83.5,66.5 + rot: -1.5707963267948966 rad + pos: 60.5,-66.5 parent: 2 - - uid: 35326 + - uid: 37522 components: - type: Transform - pos: -84.5,66.5 + rot: -1.5707963267948966 rad + pos: 61.5,-66.5 parent: 2 - - uid: 35327 + - uid: 37658 components: - type: Transform - pos: -85.5,69.5 + rot: -1.5707963267948966 rad + pos: 62.5,-66.5 parent: 2 - - uid: 35328 + - uid: 37659 components: - type: Transform - pos: -87.5,69.5 + rot: -1.5707963267948966 rad + pos: 63.5,-66.5 parent: 2 - - uid: 35329 + - uid: 38654 components: - type: Transform - pos: -85.5,71.5 + rot: -1.5707963267948966 rad + pos: 64.5,-66.5 parent: 2 - - uid: 35330 + - uid: 38655 components: - type: Transform - pos: -83.5,69.5 + rot: -1.5707963267948966 rad + pos: 64.5,-64.5 parent: 2 - - uid: 35331 + - uid: 38656 components: - type: Transform - pos: -75.5,69.5 + rot: -1.5707963267948966 rad + pos: 63.5,-64.5 parent: 2 - - uid: 35332 + - uid: 38657 components: - type: Transform - pos: -73.5,71.5 + rot: -1.5707963267948966 rad + pos: 62.5,-64.5 parent: 2 - - uid: 35333 + - uid: 38658 components: - type: Transform - pos: -74.5,69.5 + rot: -1.5707963267948966 rad + pos: 52.5,-66.5 parent: 2 - - uid: 35334 + - uid: 38659 components: - type: Transform - pos: -76.5,76.5 + rot: -1.5707963267948966 rad + pos: 51.5,-66.5 parent: 2 - - uid: 35335 + - uid: 38660 components: - type: Transform - pos: -75.5,76.5 + rot: -1.5707963267948966 rad + pos: 50.5,-66.5 parent: 2 - - uid: 35336 + - uid: 38661 components: - type: Transform - pos: -74.5,76.5 + rot: -1.5707963267948966 rad + pos: 49.5,-66.5 parent: 2 - - uid: 35337 + - uid: 38667 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 48.5,-66.5 + parent: 2 + - uid: 38668 components: - type: Transform - pos: -87.5,74.5 + rot: -1.5707963267948966 rad + pos: 48.5,-64.5 parent: 2 - - uid: 35338 + - uid: 38673 components: - type: Transform - pos: -86.5,74.5 + rot: 3.141592653589793 rad + pos: -95.5,-33.5 parent: 2 - - uid: 35339 + - uid: 38674 components: - type: Transform - pos: -85.5,74.5 + rot: 3.141592653589793 rad + pos: -92.5,-35.5 parent: 2 - - uid: 35340 + - uid: 38675 components: - type: Transform - pos: -84.5,76.5 + rot: 3.141592653589793 rad + pos: -83.5,-40.5 parent: 2 - - uid: 35341 + - uid: 38677 components: - type: Transform - pos: -85.5,76.5 + rot: 3.141592653589793 rad + pos: -81.5,-40.5 parent: 2 - - uid: 35342 + - uid: 39683 components: - type: Transform - pos: -86.5,76.5 + rot: 3.141592653589793 rad + pos: -86.5,-43.5 parent: 2 - - uid: 35343 + - uid: 39684 components: - type: Transform - pos: -88.5,76.5 + rot: 3.141592653589793 rad + pos: -85.5,-43.5 parent: 2 - - uid: 35344 + - uid: 39685 components: - type: Transform - pos: -88.5,74.5 + rot: 3.141592653589793 rad + pos: -84.5,-43.5 parent: 2 - - uid: 35345 + - uid: 39686 components: - type: Transform - pos: -83.5,76.5 + rot: 3.141592653589793 rad + pos: -83.5,-43.5 parent: 2 - - uid: 35346 + - uid: 39687 components: - type: Transform - pos: -83.5,81.5 + rot: 3.141592653589793 rad + pos: -82.5,-43.5 parent: 2 - - uid: 35347 + - uid: 39842 components: - type: Transform - pos: -84.5,81.5 + rot: 3.141592653589793 rad + pos: -81.5,-43.5 parent: 2 - - uid: 35348 + - uid: 40092 components: - type: Transform - pos: -85.5,79.5 + rot: 3.141592653589793 rad + pos: -95.5,-43.5 parent: 2 - - uid: 35349 + - uid: 40113 components: - type: Transform - pos: -88.5,79.5 + rot: 3.141592653589793 rad + pos: -93.5,-45.5 parent: 2 - - uid: 35350 + - uid: 41112 components: - type: Transform - pos: -76.5,81.5 + rot: 3.141592653589793 rad + pos: -83.5,-53.5 parent: 2 - - uid: 35351 + - uid: 41113 components: - type: Transform - pos: -72.5,79.5 + rot: 3.141592653589793 rad + pos: -83.5,-55.5 parent: 2 - - uid: 35352 + - uid: 41114 components: - type: Transform - pos: -74.5,79.5 + rot: 3.141592653589793 rad + pos: -82.5,-55.5 parent: 2 - - uid: 35353 + - uid: 41115 components: - type: Transform - pos: -72.5,84.5 + rot: 3.141592653589793 rad + pos: -81.5,-55.5 parent: 2 - - uid: 35354 + - uid: 41363 components: - type: Transform - pos: -76.5,86.5 + rot: 3.141592653589793 rad + pos: -86.5,-55.5 parent: 2 - - uid: 35355 + - uid: 41367 components: - type: Transform - pos: -86.5,84.5 + rot: 3.141592653589793 rad + pos: -92.5,-55.5 parent: 2 - - uid: 35356 + - uid: 41386 components: - type: Transform - pos: -83.5,89.5 + rot: 3.141592653589793 rad + pos: -97.5,-53.5 parent: 2 - - uid: 35357 + - uid: 41400 components: - type: Transform - pos: -72.5,91.5 + rot: 3.141592653589793 rad + pos: -97.5,-55.5 parent: 2 - - uid: 35358 + - uid: 41408 components: - type: Transform - pos: -76.5,96.5 + rot: 3.141592653589793 rad + pos: -96.5,-55.5 parent: 2 - - uid: 35359 + - uid: 41409 components: - type: Transform - pos: -73.5,94.5 + rot: 3.141592653589793 rad + pos: -97.5,-48.5 parent: 2 - - uid: 35360 + - uid: 41417 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,-50.5 + parent: 2 + - uid: 41418 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,-50.5 + parent: 2 + - uid: 41422 components: - type: Transform - pos: -85.5,94.5 + rot: 3.141592653589793 rad + pos: -93.5,-50.5 + parent: 2 + - uid: 41423 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-48.5 + parent: 2 + - uid: 41436 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,-50.5 + parent: 2 + - uid: 41442 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,-48.5 + parent: 2 + - uid: 41443 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,-48.5 + parent: 2 + - uid: 41444 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,-50.5 + parent: 2 + - uid: 41445 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-50.5 + parent: 2 + - uid: 41446 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-70.5 + parent: 2 + - uid: 42191 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,-58.5 + parent: 2 + - uid: 42193 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,-58.5 + parent: 2 + - uid: 42281 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,-58.5 + parent: 2 + - uid: 42282 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,-58.5 + parent: 2 + - uid: 42283 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-60.5 + parent: 2 + - uid: 42284 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,-60.5 + parent: 2 + - uid: 42286 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,-60.5 + parent: 2 + - uid: 42287 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,-60.5 + parent: 2 + - uid: 42288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,-70.5 + parent: 2 + - uid: 42289 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,-70.5 + parent: 2 + - uid: 42292 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,-68.5 + parent: 2 + - uid: 42312 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-68.5 + parent: 2 + - uid: 42360 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,-68.5 + parent: 2 + - uid: 42451 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,-68.5 + parent: 2 + - uid: 42452 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,-68.5 + parent: 2 + - uid: 42453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,-68.5 + parent: 2 + - uid: 42454 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,-78.5 + parent: 2 + - uid: 42456 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,-78.5 + parent: 2 + - uid: 42460 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-78.5 + parent: 2 + - uid: 42466 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,-78.5 + parent: 2 + - uid: 42467 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,-80.5 + parent: 2 + - uid: 42575 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-80.5 + parent: 2 + - uid: 42578 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,-80.5 + parent: 2 + - uid: 42580 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,-80.5 + parent: 2 + - uid: 42920 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,-80.5 + parent: 2 + - uid: 43472 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-78.5 + parent: 2 + - uid: 43473 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,-78.5 + parent: 2 + - uid: 43474 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,-78.5 + parent: 2 + - uid: 43475 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,-78.5 + parent: 2 + - uid: 43476 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,-78.5 + parent: 2 + - uid: 43477 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,-80.5 + parent: 2 + - uid: 43479 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,-80.5 + parent: 2 + - uid: 43480 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,-80.5 + parent: 2 + - uid: 43481 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-80.5 + parent: 2 + - uid: 43482 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,-80.5 + parent: 2 + - uid: 43483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,-83.5 + parent: 2 + - uid: 43484 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-83.5 + parent: 2 + - uid: 43485 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,-83.5 + parent: 2 + - uid: 43486 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,-83.5 + parent: 2 + - uid: 43487 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,-83.5 + parent: 2 + - uid: 43488 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,-83.5 + parent: 2 + - uid: 43489 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,-85.5 + parent: 2 + - uid: 43491 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,-85.5 + parent: 2 + - uid: 43492 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,-85.5 + parent: 2 + - uid: 43493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-85.5 + parent: 2 + - uid: 43494 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,-85.5 + parent: 2 + - uid: 43495 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,-83.5 + parent: 2 + - uid: 43497 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,-83.5 + parent: 2 + - uid: 43498 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -83.5,-83.5 + parent: 2 + - uid: 43499 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,-83.5 + parent: 2 + - uid: 43501 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,-85.5 + parent: 2 + - uid: 43502 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,-85.5 + parent: 2 + - uid: 43504 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -84.5,-85.5 + parent: 2 + - uid: 43505 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -85.5,-85.5 + parent: 2 + - uid: 43506 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,-85.5 + parent: 2 + - uid: 43516 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,-88.5 + parent: 2 + - uid: 43517 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,-89.5 parent: 2 - proto: SolarPanelBroken entities: @@ -215851,6 +236175,18 @@ entities: rot: 3.141592653589793 rad pos: -82.5,-65.5 parent: 2 + - uid: 13154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,-62.5 + parent: 2 + - uid: 13166 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,-70.5 + parent: 2 - uid: 13474 components: - type: Transform @@ -215959,10 +236295,11 @@ entities: rot: -1.5707963267948966 rad pos: 68.5,-82.5 parent: 2 - - uid: 14884 + - uid: 14291 components: - type: Transform - pos: -92.5,55.5 + rot: 3.141592653589793 rad + pos: -92.5,-78.5 parent: 2 - uid: 14885 components: @@ -216059,6 +236396,12 @@ entities: rot: -1.5707963267948966 rad pos: 63.5,-56.5 parent: 2 + - uid: 26501 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,-63.5 + parent: 2 - uid: 31286 components: - type: Transform @@ -216215,230 +236558,29 @@ entities: rot: -1.5707963267948966 rad pos: 50.5,-54.5 parent: 2 - - uid: 35361 - components: - - type: Transform - pos: -86.5,94.5 - parent: 2 - - uid: 35362 - components: - - type: Transform - pos: -87.5,94.5 - parent: 2 - - uid: 35363 - components: - - type: Transform - pos: -83.5,96.5 - parent: 2 - - uid: 35364 - components: - - type: Transform - pos: -75.5,96.5 - parent: 2 - - uid: 35365 - components: - - type: Transform - pos: -74.5,94.5 - parent: 2 - - uid: 35366 - components: - - type: Transform - pos: -83.5,91.5 - parent: 2 - - uid: 35367 - components: - - type: Transform - pos: -84.5,89.5 - parent: 2 - - uid: 35368 - components: - - type: Transform - pos: -76.5,91.5 - parent: 2 - - uid: 35369 - components: - - type: Transform - pos: -75.5,86.5 - parent: 2 - - uid: 35370 - components: - - type: Transform - pos: -72.5,86.5 - parent: 2 - - uid: 35371 - components: - - type: Transform - pos: -75.5,84.5 - parent: 2 - - uid: 35372 - components: - - type: Transform - pos: -77.5,84.5 - parent: 2 - - uid: 35373 - components: - - type: Transform - pos: -85.5,86.5 - parent: 2 - - uid: 35374 - components: - - type: Transform - pos: -88.5,84.5 - parent: 2 - - uid: 35375 - components: - - type: Transform - pos: -84.5,79.5 - parent: 2 - - uid: 35376 - components: - - type: Transform - pos: -87.5,79.5 - parent: 2 - - uid: 35377 - components: - - type: Transform - pos: -88.5,81.5 - parent: 2 - - uid: 35378 - components: - - type: Transform - pos: -76.5,79.5 - parent: 2 - - uid: 35379 - components: - - type: Transform - pos: -72.5,81.5 - parent: 2 - - uid: 35380 - components: - - type: Transform - pos: -73.5,81.5 - parent: 2 - - uid: 35381 - components: - - type: Transform - pos: -72.5,76.5 - parent: 2 - - uid: 35382 - components: - - type: Transform - pos: -75.5,74.5 - parent: 2 - - uid: 35383 - components: - - type: Transform - pos: -87.5,76.5 - parent: 2 - - uid: 35384 - components: - - type: Transform - pos: -73.5,69.5 - parent: 2 - - uid: 35385 - components: - - type: Transform - pos: -72.5,71.5 - parent: 2 - - uid: 35386 - components: - - type: Transform - pos: -77.5,69.5 - parent: 2 - - uid: 35387 - components: - - type: Transform - pos: -76.5,71.5 - parent: 2 - - uid: 35388 - components: - - type: Transform - pos: -77.5,71.5 - parent: 2 - - uid: 35389 - components: - - type: Transform - pos: -83.5,71.5 - parent: 2 - - uid: 35390 - components: - - type: Transform - pos: -84.5,71.5 - parent: 2 - - uid: 35391 - components: - - type: Transform - pos: -86.5,69.5 - parent: 2 - - uid: 35392 - components: - - type: Transform - pos: -85.5,66.5 - parent: 2 - - uid: 35393 - components: - - type: Transform - pos: -85.5,64.5 - parent: 2 - - uid: 35394 - components: - - type: Transform - pos: -86.5,64.5 - parent: 2 - - uid: 35395 - components: - - type: Transform - pos: -87.5,64.5 - parent: 2 - - uid: 35396 - components: - - type: Transform - pos: -83.5,64.5 - parent: 2 - - uid: 35397 - components: - - type: Transform - pos: -76.5,66.5 - parent: 2 - - uid: 35398 - components: - - type: Transform - pos: -77.5,66.5 - parent: 2 - - uid: 35399 - components: - - type: Transform - pos: -73.5,64.5 - parent: 2 - - uid: 35401 + - uid: 43471 components: - type: Transform - pos: -75.5,56.5 - parent: 2 - - uid: 35402 - components: - - type: Transform - pos: -73.5,56.5 - parent: 2 - - uid: 35403 - components: - - type: Transform - pos: -85.5,56.5 + rot: 3.141592653589793 rad + pos: -94.5,-73.5 parent: 2 - - uid: 35404 + - uid: 43490 components: - type: Transform - pos: -84.5,54.5 + rot: 3.141592653589793 rad + pos: -96.5,-85.5 parent: 2 - - uid: 35406 + - uid: 43496 components: - type: Transform - pos: -74.5,61.5 + rot: 3.141592653589793 rad + pos: -85.5,-83.5 parent: 2 - - uid: 36218 + - uid: 43503 components: - type: Transform - pos: -90.5,55.5 + rot: 3.141592653589793 rad + pos: -83.5,-85.5 parent: 2 - proto: SolarTracker entities: @@ -216507,35 +236649,35 @@ entities: - type: Transform pos: 65.5,-45.5 parent: 2 - - uid: 35466 + - uid: 36182 components: - type: Transform - pos: -71.5,55.5 + pos: 47.5,-45.5 parent: 2 - - uid: 35469 + - uid: 38669 components: - type: Transform - pos: -71.5,60.5 + pos: 65.5,-65.5 parent: 2 - - uid: 35470 + - uid: 38670 components: - type: Transform - pos: -89.5,65.5 + pos: 65.5,-70.5 parent: 2 - - uid: 35471 + - uid: 38671 components: - type: Transform - pos: -71.5,90.5 + pos: 47.5,-65.5 parent: 2 - - uid: 35472 + - uid: 42455 components: - type: Transform - pos: -71.5,70.5 + pos: -98.5,-74.5 parent: 2 - - uid: 35473 + - uid: 43470 components: - type: Transform - pos: -89.5,80.5 + pos: -80.5,-69.5 parent: 2 - proto: SolidSecretDoor entities: @@ -216545,12 +236687,6 @@ entities: rot: 1.5707963267948966 rad pos: -70.5,-6.5 parent: 2 - - uid: 2928 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,58.5 - parent: 2 - uid: 3243 components: - type: Transform @@ -216693,12 +236829,6 @@ entities: rot: -1.5707963267948966 rad pos: 76.5,-8.5 parent: 2 - - uid: 23652 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -17.5,-6.5 - parent: 2 - uid: 23791 components: - type: Transform @@ -216729,11 +236859,6 @@ entities: rot: -1.5707963267948966 rad pos: 36.5,44.5 parent: 2 - - uid: 27886 - components: - - type: Transform - pos: 13.5,72.5 - parent: 2 - uid: 27944 components: - type: Transform @@ -217479,6 +237604,18 @@ entities: - type: Transform pos: -75.5,1.5 parent: 2 +- proto: SpawnPointCourier + entities: + - uid: 983 + components: + - type: Transform + pos: -9.5,-23.5 + parent: 2 + - uid: 9974 + components: + - type: Transform + pos: -8.5,-23.5 + parent: 2 - proto: SpawnPointDetective entities: - uid: 34033 @@ -217536,11 +237673,6 @@ entities: parent: 2 - proto: SpawnPointLatejoin entities: - - uid: 5098 - components: - - type: Transform - pos: -2.5,-43.5 - parent: 2 - uid: 5099 components: - type: Transform @@ -217551,11 +237683,6 @@ entities: - type: Transform pos: 5.5,-43.5 parent: 2 - - uid: 5670 - components: - - type: Transform - pos: -2.5,-40.5 - parent: 2 - uid: 6157 components: - type: Transform @@ -217566,16 +237693,6 @@ entities: - type: Transform pos: 6.5,-43.5 parent: 2 - - uid: 6162 - components: - - type: Transform - pos: -3.5,-40.5 - parent: 2 - - uid: 6163 - components: - - type: Transform - pos: -3.5,-43.5 - parent: 2 - uid: 30223 components: - type: Transform @@ -217608,10 +237725,25 @@ entities: parent: 2 - proto: SpawnPointLawyer entities: - - uid: 15687 + - uid: 43869 components: - type: Transform - pos: -6.5,58.5 + pos: -8.5,46.5 + parent: 2 + - uid: 43870 + components: + - type: Transform + pos: -3.5,49.5 + parent: 2 + - uid: 43871 + components: + - type: Transform + pos: -8.5,64.5 + parent: 2 + - uid: 43872 + components: + - type: Transform + pos: -4.5,64.5 parent: 2 - proto: SpawnPointLibrarian entities: @@ -217703,18 +237835,6 @@ entities: - type: Transform pos: 75.5,-8.5 parent: 2 -- proto: SpawnPointMailCarrier - entities: - - uid: 983 - components: - - type: Transform - pos: -9.5,-23.5 - parent: 2 - - uid: 9974 - components: - - type: Transform - pos: -8.5,-23.5 - parent: 2 - proto: SpawnPointMartialArtist entities: - uid: 13394 @@ -217885,54 +238005,84 @@ entities: parent: 2 - proto: SpawnPointPrisoner entities: - - uid: 18399 + - uid: 37657 components: - type: Transform - pos: -25.5,66.5 + pos: -32.5,77.5 parent: 2 - - uid: 18400 + - uid: 41636 components: - type: Transform - pos: -21.5,66.5 + pos: -32.5,81.5 parent: 2 - - uid: 18401 + - uid: 41638 components: - type: Transform - pos: -17.5,66.5 + pos: -32.5,85.5 parent: 2 - - uid: 18402 + - uid: 41653 components: - type: Transform - pos: -13.5,66.5 + pos: -32.5,89.5 parent: 2 -- proto: SpawnPointPrisonGuard - entities: - - uid: 18148 + - uid: 41671 components: - type: Transform - pos: -21.5,56.5 + pos: -21.5,87.5 parent: 2 - - uid: 18152 + - uid: 43802 components: - type: Transform - pos: -20.5,61.5 + pos: -20.5,87.5 + parent: 2 + - uid: 43803 + components: + - type: Transform + pos: -10.5,84.5 + parent: 2 + - uid: 43804 + components: + - type: Transform + pos: -31.5,66.5 + parent: 2 + - uid: 43805 + components: + - type: Transform + pos: -38.5,61.5 + parent: 2 + - uid: 43806 + components: + - type: Transform + pos: -20.5,57.5 + parent: 2 +- proto: SpawnPointPrisonGuard + entities: + - uid: 23196 + components: + - type: Transform + pos: -22.5,68.5 parent: 2 - uid: 38867 components: - type: Transform pos: -38.5,64.5 parent: 2 - - uid: 38868 + - uid: 39714 components: - type: Transform - pos: -7.5,64.5 + pos: -22.5,63.5 parent: 2 - proto: SpawnPointPsychologist entities: - - uid: 5631 + - uid: 26238 components: - type: Transform - pos: -15.5,-8.5 + pos: -16.5,76.5 + parent: 2 + - uid: 31277 + components: + - type: Transform + pos: -14.5,-9.5 parent: 2 - proto: SpawnPointQuartermaster entities: @@ -218193,10 +238343,10 @@ entities: parent: 2 - proto: SpawnPointWarden entities: - - uid: 17030 + - uid: 41391 components: - type: Transform - pos: -19.5,49.5 + pos: -22.5,50.5 parent: 2 - proto: SpawnPointZookeeper entities: @@ -218233,14 +238383,14 @@ entities: - uid: 26511 components: - type: Transform - parent: 22421 + parent: 41735 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 26513 + - uid: 41736 components: - type: Transform - parent: 22421 + parent: 41735 - type: Physics canCollide: False - type: InsideEntityStorage @@ -218260,6 +238410,26 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage +- proto: SpoonPlastic + entities: + - uid: 24683 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.68229,73.69011 + parent: 2 + - uid: 24728 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.666664,73.5573 + parent: 2 + - uid: 24763 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.68229,73.4323 + parent: 2 - proto: SprayBottle entities: - uid: 37373 @@ -218272,6 +238442,11 @@ entities: - type: Transform pos: 37.000145,30.474455 parent: 2 + - uid: 42581 + components: + - type: Transform + pos: -41.20081,60.82761 + parent: 2 - proto: SprayBottleSpaceCleaner entities: - uid: 18538 @@ -218287,15 +238462,67 @@ entities: - uid: 34122 components: - type: Transform - pos: -20.19509,53.363613 + pos: -41.369205,60.456764 parent: 2 - proto: StairDark entities: + - uid: 315 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,3.5 + parent: 2 + - uid: 321 + components: + - type: Transform + pos: -92.5,13.5 + parent: 2 + - uid: 590 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,3.5 + parent: 2 - uid: 1293 components: - type: Transform pos: 27.5,42.5 parent: 2 + - uid: 1679 + components: + - type: Transform + pos: -93.5,13.5 + parent: 2 + - uid: 1694 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-42.5 + parent: 2 + - uid: 1695 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-41.5 + parent: 2 + - uid: 1696 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,-40.5 + parent: 2 + - uid: 1698 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-43.5 + parent: 2 + - uid: 1775 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-40.5 + parent: 2 - uid: 2669 components: - type: Transform @@ -218308,6 +238535,52 @@ entities: rot: 3.141592653589793 rad pos: 31.5,-3.5 parent: 2 + - uid: 3606 + components: + - type: Transform + pos: -88.5,13.5 + parent: 2 + - uid: 4226 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -91.5,3.5 + parent: 2 + - uid: 5018 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,-40.5 + parent: 2 + - uid: 5098 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,-40.5 + parent: 2 + - uid: 5346 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-5.5 + parent: 2 + - uid: 5350 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-3.5 + parent: 2 + - uid: 5351 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-4.5 + parent: 2 + - uid: 5425 + components: + - type: Transform + pos: -90.5,13.5 + parent: 2 - uid: 5435 components: - type: Transform @@ -218319,12 +238592,30 @@ entities: rot: 3.141592653589793 rad pos: -55.5,32.5 parent: 2 + - uid: 6067 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,85.5 + parent: 2 - uid: 6657 components: - type: Transform rot: 3.141592653589793 rad pos: -54.5,32.5 parent: 2 + - uid: 6759 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,3.5 + parent: 2 + - uid: 6892 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,3.5 + parent: 2 - uid: 6959 components: - type: Transform @@ -218336,6 +238627,44 @@ entities: rot: 3.141592653589793 rad pos: 30.5,-3.5 parent: 2 + - uid: 7764 + components: + - type: Transform + pos: -91.5,10.5 + parent: 2 + - uid: 7766 + components: + - type: Transform + pos: -90.5,10.5 + parent: 2 + - uid: 7986 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-1.5 + parent: 2 + - uid: 7994 + components: + - type: Transform + pos: 48.5,-5.5 + parent: 2 + - uid: 7997 + components: + - type: Transform + pos: 46.5,-5.5 + parent: 2 + - uid: 8020 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-1.5 + parent: 2 + - uid: 8028 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-2.5 + parent: 2 - uid: 8033 components: - type: Transform @@ -218411,12 +238740,30 @@ entities: - type: Transform pos: 77.5,-14.5 parent: 2 + - uid: 11492 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -91.5,6.5 + parent: 2 + - uid: 11519 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,6.5 + parent: 2 - uid: 11864 components: - type: Transform rot: 3.141592653589793 rad pos: 50.5,9.5 parent: 2 + - uid: 12244 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,3.5 + parent: 2 - uid: 13385 components: - type: Transform @@ -218464,6 +238811,18 @@ entities: rot: 3.141592653589793 rad pos: 26.5,40.5 parent: 2 + - uid: 19609 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,80.5 + parent: 2 + - uid: 20644 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,86.5 + parent: 2 - uid: 20938 components: - type: Transform @@ -218474,11 +238833,28 @@ entities: - type: Transform pos: -43.5,10.5 parent: 2 + - uid: 23768 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,82.5 + parent: 2 + - uid: 23809 + components: + - type: Transform + pos: 47.5,-5.5 + parent: 2 - uid: 23925 components: - type: Transform pos: -54.5,26.5 parent: 2 + - uid: 24270 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-1.5 + parent: 2 - uid: 25181 components: - type: Transform @@ -218520,6 +238896,22 @@ entities: rot: -1.5707963267948966 rad pos: 64.5,18.5 parent: 2 + - uid: 26509 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 47.5,-1.5 + parent: 2 + - uid: 26703 + components: + - type: Transform + pos: -91.5,13.5 + parent: 2 + - uid: 26768 + components: + - type: Transform + pos: -89.5,13.5 + parent: 2 - uid: 27387 components: - type: Transform @@ -218541,12 +238933,30 @@ entities: - type: Transform pos: 0.5,-19.5 parent: 2 + - uid: 31148 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,87.5 + parent: 2 + - uid: 31149 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,87.5 + parent: 2 - uid: 31933 components: - type: Transform rot: -1.5707963267948966 rad pos: 22.5,42.5 parent: 2 + - uid: 32635 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,81.5 + parent: 2 - uid: 34057 components: - type: Transform @@ -218620,6 +239030,16 @@ entities: - type: Transform pos: -48.5,-30.5 parent: 2 + - uid: 38857 + components: + - type: Transform + pos: -21.5,86.5 + parent: 2 + - uid: 38860 + components: + - type: Transform + pos: -20.5,86.5 + parent: 2 - uid: 39621 components: - type: Transform @@ -218630,6 +239050,112 @@ entities: - type: Transform pos: 66.5,-11.5 parent: 2 + - uid: 41202 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,86.5 + parent: 2 + - uid: 41889 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,82.5 + parent: 2 + - uid: 41890 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,81.5 + parent: 2 + - uid: 41891 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,80.5 + parent: 2 + - uid: 42165 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,75.5 + parent: 2 + - uid: 42166 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,74.5 + parent: 2 + - uid: 43100 + components: + - type: Transform + pos: 47.5,65.5 + parent: 2 + - uid: 43101 + components: + - type: Transform + pos: 48.5,65.5 + parent: 2 + - uid: 43273 + components: + - type: Transform + pos: 26.5,61.5 + parent: 2 + - uid: 43274 + components: + - type: Transform + pos: 27.5,61.5 + parent: 2 + - uid: 43275 + components: + - type: Transform + pos: 28.5,61.5 + parent: 2 + - uid: 43276 + components: + - type: Transform + pos: 52.5,59.5 + parent: 2 + - uid: 43277 + components: + - type: Transform + pos: 53.5,59.5 + parent: 2 + - uid: 43278 + components: + - type: Transform + pos: 52.5,55.5 + parent: 2 + - uid: 43279 + components: + - type: Transform + pos: 53.5,55.5 + parent: 2 + - uid: 43280 + components: + - type: Transform + pos: 52.5,51.5 + parent: 2 + - uid: 43281 + components: + - type: Transform + pos: 53.5,51.5 + parent: 2 + - uid: 43282 + components: + - type: Transform + pos: 26.5,59.5 + parent: 2 + - uid: 43283 + components: + - type: Transform + pos: 27.5,59.5 + parent: 2 + - uid: 43284 + components: + - type: Transform + pos: 28.5,59.5 + parent: 2 - proto: Stairs entities: - uid: 25176 @@ -218720,6 +239246,44 @@ entities: parent: 2 - proto: StairWhite entities: + - uid: 865 + components: + - type: Transform + pos: -3.5,4.5 + parent: 2 + - uid: 1858 + components: + - type: Transform + pos: -1.5,4.5 + parent: 2 + - uid: 2057 + components: + - type: Transform + pos: -0.5,4.5 + parent: 2 + - uid: 2307 + components: + - type: Transform + pos: -2.5,4.5 + parent: 2 + - uid: 2309 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,5.5 + parent: 2 + - uid: 2498 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,6.5 + parent: 2 + - uid: 2519 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,7.5 + parent: 2 - uid: 11865 components: - type: Transform @@ -218808,6 +239372,165 @@ entities: rot: 3.141592653589793 rad pos: -10.5,4.5 parent: 2 + - uid: 39715 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,70.5 + parent: 2 + - uid: 39718 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,70.5 + parent: 2 + - uid: 40408 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,75.5 + parent: 2 + - uid: 40409 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,78.5 + parent: 2 + - uid: 40410 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,79.5 + parent: 2 + - uid: 40412 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,76.5 + parent: 2 + - uid: 40435 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,77.5 + parent: 2 + - uid: 40507 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,81.5 + parent: 2 + - uid: 40508 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,82.5 + parent: 2 + - uid: 40557 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,80.5 + parent: 2 + - uid: 40566 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,82.5 + parent: 2 + - uid: 40567 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,81.5 + parent: 2 + - uid: 40568 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,82.5 + parent: 2 + - uid: 40569 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,81.5 + parent: 2 + - uid: 40570 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,82.5 + parent: 2 + - uid: 40571 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,81.5 + parent: 2 + - uid: 40573 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,65.5 + parent: 2 + - uid: 40574 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,64.5 + parent: 2 + - uid: 40607 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,70.5 + parent: 2 +- proto: StairWood + entities: + - uid: 4455 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,59.5 + parent: 2 + - uid: 15225 + components: + - type: Transform + pos: -19.5,56.5 + parent: 2 + - uid: 15755 + components: + - type: Transform + pos: -23.5,56.5 + parent: 2 + - uid: 15854 + components: + - type: Transform + pos: -22.5,56.5 + parent: 2 + - uid: 16557 + components: + - type: Transform + pos: -20.5,56.5 + parent: 2 + - uid: 18334 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,57.5 + parent: 2 + - uid: 29702 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -19.5,58.5 + parent: 2 + - uid: 35476 + components: + - type: Transform + pos: -21.5,56.5 + parent: 2 - proto: StasisBed entities: - uid: 25789 @@ -218827,102 +239550,109 @@ entities: - type: Transform pos: -1.5,-34.5 parent: 2 - - uid: 6060 + - uid: 4446 components: - type: Transform - pos: -39.5,-12.5 + pos: 4.5,95.5 parent: 2 - - uid: 10649 + - uid: 4449 components: - type: Transform rot: 3.141592653589793 rad - pos: -94.5,20.5 + pos: 6.5,88.5 parent: 2 - - uid: 22939 + - uid: 4632 components: - type: Transform rot: 3.141592653589793 rad - pos: -0.5,57.5 + pos: 4.5,88.5 parent: 2 - - uid: 23640 + - uid: 6060 + components: + - type: Transform + pos: -39.5,-12.5 + parent: 2 + - uid: 10649 components: - type: Transform rot: 3.141592653589793 rad - pos: 3.5,57.5 + pos: -94.5,20.5 parent: 2 - - uid: 23862 + - uid: 16119 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 5.5,24.5 + pos: 6.5,95.5 parent: 2 - - uid: 25103 + - uid: 16122 components: - type: Transform - pos: -9.5,79.5 + rot: 3.141592653589793 rad + pos: -1.5,88.5 parent: 2 - - uid: 28920 + - uid: 16123 components: - type: Transform - pos: -33.5,-12.5 + rot: 3.141592653589793 rad + pos: -3.5,88.5 parent: 2 - - uid: 29017 + - uid: 19494 components: - type: Transform - pos: 48.5,-0.5 + pos: -27.5,83.5 parent: 2 - - uid: 30296 + - uid: 19548 components: - type: Transform - pos: -70.5,12.5 + pos: -9.5,95.5 parent: 2 - - uid: 36115 + - uid: 19564 components: - type: Transform rot: 3.141592653589793 rad - pos: 3.5,72.5 + pos: -9.5,88.5 parent: 2 - - uid: 36116 + - uid: 19607 components: - type: Transform - pos: 6.5,79.5 + pos: 12.5,95.5 parent: 2 - - uid: 37646 + - uid: 20164 components: - type: Transform - pos: -3.5,79.5 + pos: -3.5,95.5 parent: 2 - - uid: 37647 + - uid: 23862 components: - type: Transform - pos: 12.5,79.5 + rot: 1.5707963267948966 rad + pos: 5.5,24.5 parent: 2 - - uid: 38004 + - uid: 28920 components: - type: Transform - pos: -91.5,10.5 + pos: -33.5,-12.5 parent: 2 - - uid: 38139 + - uid: 29017 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,72.5 + pos: 48.5,-0.5 parent: 2 - - uid: 38784 + - uid: 30296 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,32.5 + pos: -70.5,12.5 parent: 2 - - uid: 39150 + - uid: 31402 components: - type: Transform - pos: 4.5,79.5 + rot: -1.5707963267948966 rad + pos: 3.5,69.5 parent: 2 - - uid: 39304 + - uid: 38784 components: - type: Transform - pos: -1.5,79.5 + rot: 1.5707963267948966 rad + pos: -0.5,32.5 parent: 2 - uid: 39420 components: @@ -219066,11 +239796,6 @@ entities: - type: Transform pos: -7.5,-12.5 parent: 2 - - uid: 39587 - components: - - type: Transform - pos: -90.5,10.5 - parent: 2 - uid: 39590 components: - type: Transform @@ -219094,6 +239819,65 @@ entities: rot: -1.5707963267948966 rad pos: -82.5,1.5 parent: 2 + - uid: 41606 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,88.5 + parent: 2 + - uid: 41607 + components: + - type: Transform + pos: -12.5,83.5 + parent: 2 + - uid: 41608 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,67.5 + parent: 2 + - uid: 42179 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,60.5 + parent: 2 + - uid: 43932 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,79.5 + parent: 2 + - uid: 43933 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,83.5 + parent: 2 + - uid: 43934 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -94.5,5.5 + parent: 2 + - uid: 43935 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -87.5,5.5 + parent: 2 + - uid: 43936 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -87.5,11.5 + parent: 2 + - uid: 43937 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -94.5,11.5 + parent: 2 - proto: StationMapBroken entities: - uid: 4726 @@ -219262,6 +240046,12 @@ entities: rot: 3.141592653589793 rad pos: -43.5,-29.5 parent: 2 + - uid: 2638 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,66.5 + parent: 2 - uid: 2647 components: - type: Transform @@ -219344,6 +240134,12 @@ entities: - type: Transform pos: -7.5,-44.5 parent: 2 + - uid: 15699 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,66.5 + parent: 2 - uid: 15937 components: - type: Transform @@ -219387,6 +240183,12 @@ entities: - type: Transform pos: -39.5,66.5 parent: 2 + - uid: 19813 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,66.5 + parent: 2 - uid: 21170 components: - type: Transform @@ -219455,7 +240257,7 @@ entities: - uid: 13368 components: - type: Transform - pos: -32.38928,32.68842 + pos: -32.39513,33.63955 parent: 2 - uid: 14263 components: @@ -219525,13 +240327,6 @@ entities: - type: Transform pos: 80.5,-22.5 parent: 2 - - uid: 19795 - components: - - type: MetaData - name: Psych Ward Substation - - type: Transform - pos: -31.5,71.5 - parent: 2 - uid: 20479 components: - type: MetaData @@ -219553,6 +240348,13 @@ entities: - type: Transform pos: -30.5,3.5 parent: 2 + - uid: 23194 + components: + - type: MetaData + name: Justice Department Substation + - type: Transform + pos: -13.5,71.5 + parent: 2 - uid: 26327 components: - type: MetaData @@ -219560,6 +240362,11 @@ entities: - type: Transform pos: 43.5,13.5 parent: 2 + - uid: 28384 + components: + - type: Transform + pos: -42.5,80.5 + parent: 2 - uid: 32091 components: - type: MetaData @@ -219788,15 +240595,15 @@ entities: parent: 2 - proto: SuitStorageEVAEmergency entities: - - uid: 2856 + - uid: 43294 components: - type: Transform - pos: 49.5,51.5 + pos: 44.5,64.5 parent: 2 - - uid: 9539 + - uid: 43297 components: - type: Transform - pos: 50.5,51.5 + pos: 45.5,64.5 parent: 2 - proto: SuitStorageEVAPrisoner entities: @@ -219810,30 +240617,30 @@ entities: - type: Transform pos: 15.5,-24.5 parent: 2 - - uid: 18133 + - uid: 21462 components: - type: Transform - pos: -5.5,66.5 + pos: 13.5,-24.5 parent: 2 - - uid: 18135 + - uid: 37378 components: - type: Transform - pos: -1.5,66.5 + pos: -16.5,89.5 parent: 2 - - uid: 18136 + - uid: 37437 components: - type: Transform - pos: -1.5,67.5 + pos: -17.5,89.5 parent: 2 - - uid: 18137 + - uid: 38002 components: - type: Transform - pos: -5.5,67.5 + pos: -13.5,89.5 parent: 2 - - uid: 21462 + - uid: 38708 components: - type: Transform - pos: 13.5,-24.5 + pos: -14.5,89.5 parent: 2 - proto: SuitStorageHOS entities: @@ -220237,6 +241044,28 @@ entities: - SurveillanceCameraCommand nameSet: True id: EVA Storage + - uid: 35642 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 10.5,60.5 + parent: 2 + - type: SurveillanceCamera + id: Router Room + - uid: 35643 + components: + - type: Transform + pos: 30.5,62.5 + parent: 2 + - type: SurveillanceCamera + id: Command Dock + - uid: 35645 + components: + - type: Transform + pos: 27.5,54.5 + parent: 2 + - type: SurveillanceCamera + id: Command Dock Entrance - uid: 37183 components: - type: Transform @@ -220304,14 +241133,6 @@ entities: parent: 2 - type: SurveillanceCamera id: Atmos Lockers - - uid: 39512 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,41.5 - parent: 2 - - type: SurveillanceCamera - id: North Solars - uid: 39513 components: - type: Transform @@ -220401,39 +241222,6 @@ entities: - SurveillanceCameraGeneral nameSet: True id: North Hall - - uid: 30415 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,65.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Northerner Hall - - uid: 31063 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,78.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Evac West - - uid: 31111 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,78.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Evac East - uid: 32124 components: - type: Transform @@ -220532,17 +241320,6 @@ entities: - SurveillanceCameraMedical nameSet: True id: Chemistry 1 - - uid: 18519 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-8.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraMedical - nameSet: True - id: Therapy room - uid: 19376 components: - type: Transform @@ -220622,17 +241399,17 @@ entities: id: Exam 2 - proto: SurveillanceCameraRouterCommand entities: - - uid: 38786 + - uid: 40517 components: - type: Transform - pos: 10.5,60.5 + pos: 8.5,60.5 parent: 2 - proto: SurveillanceCameraRouterEngineering entities: - - uid: 38787 + - uid: 42073 components: - type: Transform - pos: 10.5,61.5 + pos: 7.5,60.5 parent: 2 - proto: SurveillanceCameraRouterGeneral entities: @@ -220650,10 +241427,10 @@ entities: parent: 2 - proto: SurveillanceCameraRouterScience entities: - - uid: 38791 + - uid: 19659 components: - type: Transform - pos: 10.5,59.5 + pos: 9.5,60.5 parent: 2 - proto: SurveillanceCameraRouterSecurity entities: @@ -220803,6 +241580,13 @@ entities: - SurveillanceCameraScience nameSet: True id: Chaplain's Room + - uid: 35644 + components: + - type: Transform + pos: 42.5,62.5 + parent: 2 + - type: SurveillanceCamera + id: Epistemics Dock - proto: SurveillanceCameraSecurity entities: - uid: 1967 @@ -220813,28 +241597,6 @@ entities: parent: 2 - type: SurveillanceCamera id: HOS's Office - - uid: 6314 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,64.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Psych. Ward - - uid: 7797 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,65.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Psych. Ward Bar - uid: 8714 components: - type: Transform @@ -220864,7 +241626,7 @@ entities: setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: Psych. Ward lounge + id: Psych Ward Lounge - uid: 22953 components: - type: Transform @@ -220898,17 +241660,6 @@ entities: - SurveillanceCameraSecurity nameSet: True id: North Hall - - uid: 28927 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,67.5 - parent: 2 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Corpsman's Room - uid: 28930 components: - type: Transform @@ -220942,27 +241693,32 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Locker Room - - uid: 28981 + - uid: 29250 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,59.5 + pos: -18.5,24.5 parent: 2 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: Psych. Ward Hydroponics - - uid: 29250 + id: Front Desk + - uid: 31559 components: - type: Transform - pos: -18.5,24.5 + rot: -1.5707963267948966 rad + pos: -44.5,60.5 parent: 2 - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraSecurity - nameSet: True - id: Front Desk + id: Psych Ward Janitor Closet + - uid: 31598 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,60.5 + parent: 2 + - type: SurveillanceCamera + id: Psych Ward Southern Entrance - uid: 34406 components: - type: Transform @@ -220978,13 +241734,42 @@ entities: parent: 2 - type: SurveillanceCamera id: Evac Checkpoint - - uid: 37505 + - uid: 35157 components: - type: Transform - pos: -9.5,66.5 + pos: -31.5,57.5 parent: 2 - type: SurveillanceCamera - id: Psych Ward Visitation + id: Psych Ward Hydroponics + - uid: 35638 + components: + - type: Transform + pos: -39.5,54.5 + parent: 2 + - type: SurveillanceCamera + id: Sec Northwest Hall + - uid: 35639 + components: + - type: Transform + pos: -51.5,62.5 + parent: 2 + - type: SurveillanceCamera + id: Psych Ward Disposals + - uid: 35640 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,81.5 + parent: 2 + - type: SurveillanceCamera + id: Security Dock North + - uid: 35641 + components: + - type: Transform + pos: -50.5,69.5 + parent: 2 + - type: SurveillanceCamera + id: Security Dock South - uid: 37525 components: - type: Transform @@ -221009,50 +241794,149 @@ entities: parent: 2 - type: SurveillanceCamera id: Warden's Office - - uid: 37529 + - uid: 40014 components: - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,60.5 + rot: 1.5707963267948966 rad + pos: -37.5,35.5 parent: 2 - type: SurveillanceCamera - id: Psych Ward Medical Office - - uid: 37530 + id: Detective's Office + - uid: 40017 components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,52.5 + pos: -35.5,34.5 parent: 2 - type: SurveillanceCamera - id: Courtroom - - uid: 40014 + id: Corpsman's Room + - uid: 42557 components: - type: Transform rot: 1.5707963267948966 rad - pos: -37.5,35.5 + pos: -1.5,84.5 parent: 2 - type: SurveillanceCamera - id: Detective's Office - - uid: 40017 + id: Psych Ward Northern Entrance + - uid: 42558 + components: + - type: Transform + pos: -8.5,81.5 + parent: 2 + - type: SurveillanceCamera + id: Psych Ward Visitations + - uid: 42559 + components: + - type: Transform + pos: -14.5,85.5 + parent: 2 + - type: SurveillanceCamera + id: Psych Ward EVA + - uid: 42560 + components: + - type: Transform + pos: -19.5,85.5 + parent: 2 + - type: SurveillanceCamera + id: Psych Ward Cryo + - uid: 42561 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -15.5,78.5 + parent: 2 + - type: SurveillanceCamera + id: Psych Ward Psychiatrist's Office + - uid: 42562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,79.5 + parent: 2 + - type: SurveillanceCamera + id: Psych Ward Medical + - uid: 42566 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,77.5 + parent: 2 + - type: SurveillanceCamera + id: Psych Ward Room One + - uid: 42567 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,81.5 + parent: 2 + - type: SurveillanceCamera + id: Psych Ward Room Two + - uid: 42568 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,85.5 + parent: 2 + - type: SurveillanceCamera + id: Psych Ward Room Three + - uid: 42569 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,89.5 + parent: 2 + - type: SurveillanceCamera + id: Psych Ward Room Four + - uid: 42573 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,73.5 + parent: 2 + - type: SurveillanceCamera + id: Psych Ward Laundry Room + - uid: 42574 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,66.5 + parent: 2 + - type: SurveillanceCamera + id: Psych Ward Panopticon + - uid: 42576 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,71.5 + parent: 2 + - type: SurveillanceCamera + id: Psych Ward Park + - uid: 42577 components: - type: Transform rot: -1.5707963267948966 rad - pos: -35.5,34.5 + pos: -33.5,69.5 parent: 2 - type: SurveillanceCamera - id: Corpsman's Room -- proto: SurveillanceCameraService - entities: - - uid: 168 + id: Psych Ward Kitchen + - uid: 42579 components: - type: Transform - pos: -6.5,58.5 + rot: -1.5707963267948966 rad + pos: -39.5,61.5 parent: 2 - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Lawyer's Office + id: Psych Ward Bar + - uid: 42890 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,59.5 + parent: 2 + - type: SurveillanceCamera + id: Courtroom +- proto: SurveillanceCameraService + entities: - uid: 11287 components: - type: Transform @@ -221475,13 +242359,12 @@ entities: parent: 2 - proto: SurveillanceWirelessCameraAnchoredEntertainment entities: - - uid: 17789 + - uid: 15167 components: - type: Transform - pos: -11.5,55.5 + rot: -1.5707963267948966 rad + pos: -8.5,53.5 parent: 2 - - type: SurveillanceCamera - id: court camera - proto: SurveillanceWirelessCameraMovableEntertainment entities: - uid: 185 @@ -221595,6 +242478,31 @@ entities: - type: Transform pos: 66.670876,71.54515 parent: 2 +- proto: TableBrass + entities: + - uid: 29459 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,84.5 + parent: 2 + - uid: 35298 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,83.5 + parent: 2 + - uid: 35299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,85.5 + parent: 2 + - uid: 35324 + components: + - type: Transform + pos: 19.5,86.5 + parent: 2 - proto: TableCarpet entities: - uid: 262 @@ -221888,6 +242796,12 @@ entities: - type: Transform pos: -48.5,19.5 parent: 2 + - uid: 9944 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,73.5 + parent: 2 - uid: 10185 components: - type: Transform @@ -221926,6 +242840,12 @@ entities: - type: Transform pos: -0.5,42.5 parent: 2 + - uid: 16427 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,70.5 + parent: 2 - uid: 17748 components: - type: Transform @@ -221942,6 +242862,18 @@ entities: rot: -1.5707963267948966 rad pos: -52.5,-22.5 parent: 2 + - uid: 22994 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,69.5 + parent: 2 + - uid: 22995 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,72.5 + parent: 2 - uid: 23533 components: - type: Transform @@ -221960,6 +242892,12 @@ entities: rot: 3.141592653589793 rad pos: -17.5,-0.5 parent: 2 + - uid: 23820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,73.5 + parent: 2 - uid: 23823 components: - type: Transform @@ -221972,6 +242910,30 @@ entities: rot: 3.141592653589793 rad pos: -22.5,-0.5 parent: 2 + - uid: 24101 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,73.5 + parent: 2 + - uid: 24102 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,73.5 + parent: 2 + - uid: 24105 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,70.5 + parent: 2 + - uid: 24362 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,68.5 + parent: 2 - uid: 25330 components: - type: Transform @@ -222013,6 +242975,11 @@ entities: rot: -1.5707963267948966 rad pos: -54.5,-25.5 parent: 2 + - uid: 31575 + components: + - type: Transform + pos: -58.5,41.5 + parent: 2 - uid: 34643 components: - type: Transform @@ -222043,6 +243010,24 @@ entities: rot: 3.141592653589793 rad pos: -56.5,43.5 parent: 2 + - uid: 35493 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,60.5 + parent: 2 + - uid: 35494 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -51.5,60.5 + parent: 2 + - uid: 35495 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,60.5 + parent: 2 - uid: 38399 components: - type: Transform @@ -222057,6 +243042,12 @@ entities: parent: 2 - proto: TableCounterWood entities: + - uid: 658 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,86.5 + parent: 2 - uid: 2358 components: - type: Transform @@ -222374,12 +243365,6 @@ entities: - type: Transform pos: 56.5,-11.5 parent: 2 - - uid: 35476 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,35.5 - parent: 2 - uid: 36731 components: - type: Transform @@ -222442,6 +243427,24 @@ entities: rot: -1.5707963267948966 rad pos: 57.5,-7.5 parent: 2 + - uid: 40094 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,84.5 + parent: 2 + - uid: 40095 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,84.5 + parent: 2 + - uid: 40096 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,86.5 + parent: 2 - proto: TableFancyBlack entities: - uid: 16617 @@ -222658,11 +243661,6 @@ entities: rot: -1.5707963267948966 rad pos: -14.5,7.5 parent: 2 - - uid: 212 - components: - - type: Transform - pos: -16.5,-9.5 - parent: 2 - uid: 250 components: - type: Transform @@ -222742,6 +243740,12 @@ entities: rot: 1.5707963267948966 rad pos: 13.5,-11.5 parent: 2 + - uid: 10468 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -35.5,50.5 + parent: 2 - uid: 11659 components: - type: Transform @@ -222881,10 +243885,11 @@ entities: - type: Transform pos: 12.5,8.5 parent: 2 - - uid: 31278 + - uid: 31264 components: - type: Transform - pos: -17.5,-9.5 + rot: -1.5707963267948966 rad + pos: -16.5,-9.5 parent: 2 - uid: 31756 components: @@ -222906,6 +243911,24 @@ entities: - type: Transform pos: 3.5,6.5 parent: 2 + - uid: 33805 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,-8.5 + parent: 2 + - uid: 42161 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,75.5 + parent: 2 + - uid: 42162 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 5.5,74.5 + parent: 2 - proto: TablePlasmaGlass entities: - uid: 53 @@ -223309,18 +244332,6 @@ entities: - type: Transform pos: 37.5,30.5 parent: 2 - - uid: 6033 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 17.5,30.5 - parent: 2 - - uid: 6034 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,30.5 - parent: 2 - uid: 6035 components: - type: Transform @@ -223369,12 +244380,6 @@ entities: rot: -1.5707963267948966 rad pos: 21.5,25.5 parent: 2 - - uid: 7594 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,60.5 - parent: 2 - uid: 8218 components: - type: Transform @@ -223399,12 +244404,6 @@ entities: rot: 3.141592653589793 rad pos: 64.5,80.5 parent: 2 - - uid: 8407 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,60.5 - parent: 2 - uid: 13967 components: - type: Transform @@ -223442,11 +244441,6 @@ entities: rot: -1.5707963267948966 rad pos: -40.5,12.5 parent: 2 - - uid: 17623 - components: - - type: Transform - pos: 31.5,13.5 - parent: 2 - uid: 17878 components: - type: Transform @@ -223494,6 +244488,16 @@ entities: - type: Transform pos: -53.5,0.5 parent: 2 + - uid: 18696 + components: + - type: Transform + pos: -32.5,43.5 + parent: 2 + - uid: 19313 + components: + - type: Transform + pos: -30.5,43.5 + parent: 2 - uid: 19390 components: - type: Transform @@ -223582,11 +244586,6 @@ entities: rot: 3.141592653589793 rad pos: 65.5,81.5 parent: 2 - - uid: 30312 - components: - - type: Transform - pos: 30.5,13.5 - parent: 2 - uid: 30692 components: - type: Transform @@ -223644,6 +244643,16 @@ entities: - type: Transform pos: 71.5,72.5 parent: 2 + - uid: 40670 + components: + - type: Transform + pos: -23.5,79.5 + parent: 2 + - uid: 40671 + components: + - type: Transform + pos: -22.5,79.5 + parent: 2 - proto: TableReinforcedGlass entities: - uid: 32358 @@ -223757,6 +244766,22 @@ entities: - type: Transform pos: -6.5,-11.5 parent: 2 + - uid: 695 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -21.5,61.5 + parent: 2 + - uid: 821 + components: + - type: Transform + pos: -21.5,55.5 + parent: 2 + - uid: 826 + components: + - type: Transform + pos: -17.5,76.5 + parent: 2 - uid: 922 components: - type: Transform @@ -223814,10 +244839,11 @@ entities: - type: Transform pos: 23.5,-10.5 parent: 2 - - uid: 1454 + - uid: 1330 components: - type: Transform - pos: -15.5,61.5 + rot: 3.141592653589793 rad + pos: -20.5,59.5 parent: 2 - uid: 1599 components: @@ -223867,12 +244893,6 @@ entities: rot: -1.5707963267948966 rad pos: 6.5,-2.5 parent: 2 - - uid: 1696 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,7.5 - parent: 2 - uid: 1706 components: - type: Transform @@ -223960,11 +244980,6 @@ entities: rot: -1.5707963267948966 rad pos: -1.5,-31.5 parent: 2 - - uid: 2361 - components: - - type: Transform - pos: -17.5,61.5 - parent: 2 - uid: 2426 components: - type: Transform @@ -223998,12 +245013,6 @@ entities: - type: Transform pos: 13.5,41.5 parent: 2 - - uid: 2701 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,55.5 - parent: 2 - uid: 2737 components: - type: Transform @@ -224016,6 +245025,12 @@ entities: rot: 3.141592653589793 rad pos: 6.5,54.5 parent: 2 + - uid: 2750 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,57.5 + parent: 2 - uid: 2757 components: - type: Transform @@ -224028,10 +245043,11 @@ entities: rot: 1.5707963267948966 rad pos: 6.5,55.5 parent: 2 - - uid: 2850 + - uid: 2783 components: - type: Transform - pos: 21.5,59.5 + rot: -1.5707963267948966 rad + pos: -14.5,54.5 parent: 2 - uid: 2930 components: @@ -224095,6 +245111,12 @@ entities: - type: Transform pos: -47.5,27.5 parent: 2 + - uid: 3805 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,56.5 + parent: 2 - uid: 3833 components: - type: Transform @@ -224144,27 +245166,33 @@ entities: rot: -1.5707963267948966 rad pos: -28.5,25.5 parent: 2 - - uid: 4446 + - uid: 4232 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,58.5 + pos: -15.5,64.5 + parent: 2 + - uid: 4440 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,57.5 parent: 2 - uid: 4491 components: - type: Transform pos: 52.5,28.5 parent: 2 - - uid: 4690 + - uid: 4642 components: - type: Transform - pos: 89.5,37.5 + rot: -1.5707963267948966 rad + pos: -10.5,57.5 parent: 2 - - uid: 5237 + - uid: 4690 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -6.5,59.5 + pos: 89.5,37.5 parent: 2 - uid: 5422 components: @@ -224308,6 +245336,11 @@ entities: - type: Transform pos: -30.5,-24.5 parent: 2 + - uid: 6900 + components: + - type: Transform + pos: -5.5,63.5 + parent: 2 - uid: 6923 components: - type: Transform @@ -224371,20 +245404,11 @@ entities: rot: -1.5707963267948966 rad pos: -72.5,5.5 parent: 2 - - uid: 8462 - components: - - type: Transform - pos: -12.5,59.5 - parent: 2 - - uid: 8470 - components: - - type: Transform - pos: -14.5,59.5 - parent: 2 - - uid: 8471 + - uid: 8622 components: - type: Transform - pos: -13.5,59.5 + rot: 1.5707963267948966 rad + pos: -11.5,62.5 parent: 2 - uid: 8793 components: @@ -224411,6 +245435,12 @@ entities: - type: Transform pos: -73.5,15.5 parent: 2 + - uid: 9511 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,74.5 + parent: 2 - uid: 9912 components: - type: Transform @@ -224439,11 +245469,6 @@ entities: - type: Transform pos: 13.5,-5.5 parent: 2 - - uid: 12096 - components: - - type: Transform - pos: -19.5,60.5 - parent: 2 - uid: 12932 components: - type: Transform @@ -224474,6 +245499,12 @@ entities: rot: 1.5707963267948966 rad pos: -48.5,21.5 parent: 2 + - uid: 13860 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,63.5 + parent: 2 - uid: 13942 components: - type: Transform @@ -224511,6 +245542,11 @@ entities: rot: 3.141592653589793 rad pos: 12.5,43.5 parent: 2 + - uid: 14372 + components: + - type: Transform + pos: -8.5,63.5 + parent: 2 - uid: 15113 components: - type: Transform @@ -224527,23 +245563,6 @@ entities: rot: 3.141592653589793 rad pos: -22.5,53.5 parent: 2 - - uid: 15224 - components: - - type: Transform - pos: 14.5,71.5 - parent: 2 - - uid: 15229 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,56.5 - parent: 2 - - uid: 15231 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,57.5 - parent: 2 - uid: 15298 components: - type: Transform @@ -224562,22 +245581,28 @@ entities: rot: -1.5707963267948966 rad pos: -19.5,27.5 parent: 2 + - uid: 15332 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,52.5 + parent: 2 - uid: 15403 components: - type: Transform rot: -1.5707963267948966 rad pos: -22.5,28.5 parent: 2 - - uid: 15504 + - uid: 15474 components: - type: Transform - pos: -21.5,-10.5 + rot: -1.5707963267948966 rad + pos: -10.5,53.5 parent: 2 - - uid: 15509 + - uid: 15504 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,59.5 + pos: -21.5,-10.5 parent: 2 - uid: 15590 components: @@ -224635,16 +245660,17 @@ entities: - type: Transform pos: -8.5,33.5 parent: 2 - - uid: 15802 + - uid: 15805 components: - type: Transform - pos: -10.5,54.5 + rot: -1.5707963267948966 rad + pos: -13.5,53.5 parent: 2 - - uid: 15805 + - uid: 15808 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,53.5 + pos: -13.5,54.5 parent: 2 - uid: 15809 components: @@ -224652,71 +245678,45 @@ entities: rot: 1.5707963267948966 rad pos: -29.5,46.5 parent: 2 - - uid: 15816 - components: - - type: Transform - pos: -10.5,55.5 - parent: 2 - - uid: 15896 + - uid: 16180 components: - type: Transform - pos: -10.5,49.5 + rot: 1.5707963267948966 rad + pos: -30.5,46.5 parent: 2 - - uid: 15897 + - uid: 16347 components: - type: Transform - pos: -10.5,48.5 + rot: 1.5707963267948966 rad + pos: -42.5,64.5 parent: 2 - - uid: 15907 + - uid: 16366 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,52.5 - parent: 2 - - uid: 15923 - components: - - type: Transform - pos: -2.5,48.5 - parent: 2 - - uid: 15959 - components: - - type: Transform - pos: -14.5,58.5 + pos: -22.5,61.5 parent: 2 - - uid: 15965 + - uid: 16458 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,53.5 + pos: -3.5,63.5 parent: 2 - - uid: 15966 + - uid: 16470 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,50.5 - parent: 2 - - uid: 16180 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,46.5 + pos: -10.5,59.5 parent: 2 - - uid: 16347 + - uid: 16523 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,64.5 - parent: 2 - - uid: 16391 - components: - - type: Transform - pos: -19.5,61.5 + pos: -44.5,64.5 parent: 2 - - uid: 16523 + - uid: 16596 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,64.5 + pos: -7.5,65.5 parent: 2 - uid: 16972 components: @@ -224744,51 +245744,56 @@ entities: - type: Transform pos: -28.5,-46.5 parent: 2 - - uid: 17848 + - uid: 18043 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -3.5,7.5 + rot: -1.5707963267948966 rad + pos: -23.5,69.5 parent: 2 - - uid: 18063 + - uid: 18058 components: - type: Transform - pos: -23.5,66.5 + pos: -2.5,50.5 parent: 2 - - uid: 18065 + - uid: 18120 components: - type: Transform - pos: -27.5,66.5 + rot: -1.5707963267948966 rad + pos: -24.5,63.5 parent: 2 - - uid: 18067 + - uid: 18148 components: - type: Transform - pos: -19.5,66.5 + rot: -1.5707963267948966 rad + pos: -24.5,62.5 parent: 2 - - uid: 18068 + - uid: 18206 components: - type: Transform - pos: -15.5,66.5 + rot: 3.141592653589793 rad + pos: -7.5,63.5 parent: 2 - - uid: 18076 + - uid: 18211 components: - type: Transform - pos: -16.5,61.5 + rot: -1.5707963267948966 rad + pos: -10.5,54.5 parent: 2 - - uid: 18146 + - uid: 18267 components: - type: Transform - pos: -20.5,62.5 + rot: 1.5707963267948966 rad + pos: -15.5,62.5 parent: 2 - - uid: 18147 + - uid: 18284 components: - type: Transform - pos: -21.5,62.5 + pos: -4.5,50.5 parent: 2 - - uid: 18188 + - uid: 18341 components: - type: Transform - pos: 4.5,71.5 + pos: -4.5,63.5 parent: 2 - uid: 18415 components: @@ -224817,6 +245822,12 @@ entities: - type: Transform pos: -52.5,-3.5 parent: 2 + - uid: 18687 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,65.5 + parent: 2 - uid: 19391 components: - type: Transform @@ -224857,11 +245868,29 @@ entities: rot: 1.5707963267948966 rad pos: -77.5,-0.5 parent: 2 + - uid: 19497 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,58.5 + parent: 2 + - uid: 19594 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,56.5 + parent: 2 - uid: 19605 components: - type: Transform pos: -40.5,65.5 parent: 2 + - uid: 19616 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,46.5 + parent: 2 - uid: 19635 components: - type: Transform @@ -224883,11 +245912,34 @@ entities: - type: Transform pos: -40.5,64.5 parent: 2 + - uid: 19757 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,45.5 + parent: 2 + - uid: 19769 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,50.5 + parent: 2 + - uid: 19787 + components: + - type: Transform + pos: -5.5,65.5 + parent: 2 - uid: 19823 components: - type: Transform pos: -6.5,-41.5 parent: 2 + - uid: 19851 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,74.5 + parent: 2 - uid: 20276 components: - type: Transform @@ -224904,6 +245956,41 @@ entities: rot: 1.5707963267948966 rad pos: -41.5,64.5 parent: 2 + - uid: 21699 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,47.5 + parent: 2 + - uid: 21731 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,74.5 + parent: 2 + - uid: 21732 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,72.5 + parent: 2 + - uid: 21734 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,73.5 + parent: 2 + - uid: 21751 + components: + - type: Transform + pos: -4.5,49.5 + parent: 2 + - uid: 21768 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-9.5 + parent: 2 - uid: 22029 components: - type: Transform @@ -224921,10 +246008,23 @@ entities: rot: -1.5707963267948966 rad pos: -43.5,67.5 parent: 2 - - uid: 23200 + - uid: 22997 components: - type: Transform - pos: -5.5,57.5 + rot: -1.5707963267948966 rad + pos: -23.5,61.5 + parent: 2 + - uid: 23074 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,-8.5 + parent: 2 + - uid: 23211 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,67.5 parent: 2 - uid: 23536 components: @@ -224947,6 +246047,12 @@ entities: - type: Transform pos: -58.5,14.5 parent: 2 + - uid: 23755 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,67.5 + parent: 2 - uid: 23911 components: - type: Transform @@ -224964,6 +246070,12 @@ entities: - type: Transform pos: -69.5,0.5 parent: 2 + - uid: 24098 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,67.5 + parent: 2 - uid: 24829 components: - type: Transform @@ -224975,6 +246087,29 @@ entities: - type: Transform pos: -69.5,1.5 parent: 2 + - uid: 25862 + components: + - type: Transform + pos: -33.5,66.5 + parent: 2 + - uid: 25886 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,68.5 + parent: 2 + - uid: 25932 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,69.5 + parent: 2 + - uid: 25941 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,68.5 + parent: 2 - uid: 25951 components: - type: Transform @@ -225023,6 +246158,26 @@ entities: - type: Transform pos: -18.5,49.5 parent: 2 + - uid: 27212 + components: + - type: Transform + pos: -90.5,18.5 + parent: 2 + - uid: 27214 + components: + - type: Transform + pos: -91.5,18.5 + parent: 2 + - uid: 27215 + components: + - type: Transform + pos: -91.5,-1.5 + parent: 2 + - uid: 27216 + components: + - type: Transform + pos: -90.5,-1.5 + parent: 2 - uid: 28934 components: - type: Transform @@ -225157,23 +246312,11 @@ entities: - type: Transform pos: 46.5,30.5 parent: 2 - - uid: 30389 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,50.5 - parent: 2 - uid: 30492 components: - type: Transform pos: -21.5,46.5 parent: 2 - - uid: 30501 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,66.5 - parent: 2 - uid: 30531 components: - type: Transform @@ -225191,44 +246334,27 @@ entities: - type: Transform pos: 46.5,30.5 parent: 2 - - uid: 33674 + - uid: 30926 components: - type: Transform - pos: -36.5,67.5 + rot: -1.5707963267948966 rad + pos: -15.5,65.5 parent: 2 - - uid: 34675 + - uid: 33674 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,50.5 + pos: -36.5,67.5 parent: 2 - uid: 34833 components: - type: Transform pos: -10.5,28.5 parent: 2 - - uid: 36397 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,53.5 - parent: 2 - - uid: 36398 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,49.5 - parent: 2 - uid: 36457 components: - type: Transform pos: 57.5,84.5 parent: 2 - - uid: 36468 - components: - - type: Transform - pos: 15.5,59.5 - parent: 2 - uid: 36469 components: - type: Transform @@ -225273,6 +246399,63 @@ entities: - type: Transform pos: 19.5,56.5 parent: 2 + - uid: 39974 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,75.5 + parent: 2 + - uid: 39976 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,83.5 + parent: 2 + - uid: 39977 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,79.5 + parent: 2 + - uid: 39991 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,87.5 + parent: 2 + - uid: 40594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,64.5 + parent: 2 + - uid: 40595 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,63.5 + parent: 2 + - uid: 40596 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,64.5 + parent: 2 + - uid: 40712 + components: + - type: Transform + pos: -17.5,77.5 + parent: 2 + - uid: 40716 + components: + - type: Transform + pos: -16.5,77.5 + parent: 2 + - uid: 41167 + components: + - type: Transform + pos: -9.5,67.5 + parent: 2 - proto: TargetClown entities: - uid: 9486 @@ -225293,6 +246476,11 @@ entities: rot: -1.5707963267948966 rad pos: -50.5,-31.5 parent: 2 + - uid: 40582 + components: + - type: Transform + pos: -19.5,53.5 + parent: 2 - proto: TargetSyndicate entities: - uid: 26528 @@ -225305,18 +246493,6 @@ entities: - type: Transform pos: -29.5,52.5 parent: 2 - - uid: 36046 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,51.5 - parent: 2 - - uid: 40517 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,51.5 - parent: 2 - proto: tatamimat entities: - uid: 12348 @@ -225575,26 +246751,37 @@ entities: ents: [] - proto: ToiletDirtyWater entities: - - uid: 19706 - components: - - type: Transform - pos: -31.5,67.5 - parent: 2 - - uid: 31047 + - uid: 32066 components: - type: Transform - pos: -29.5,67.5 + pos: 86.5,78.5 parent: 2 - - uid: 32066 + - uid: 37443 components: - type: Transform - pos: 86.5,78.5 + rot: -1.5707963267948966 rad + pos: -24.5,89.5 parent: 2 - - uid: 33651 + - uid: 37444 components: - type: Transform - pos: -33.5,67.5 + rot: -1.5707963267948966 rad + pos: -24.5,86.5 parent: 2 + - type: DisposalUnit + nextFlush: 0 + - type: ContainerContainer + containers: + stash: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + disposals: !type:Container + showEnts: False + occludes: True + ents: + - 37447 + - 37483 - proto: ToiletEmpty entities: - uid: 1781 @@ -225602,6 +246789,12 @@ entities: - type: Transform pos: -13.5,10.5 parent: 2 + - uid: 22574 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,46.5 + parent: 2 - uid: 32806 components: - type: Transform @@ -225633,7 +246826,7 @@ entities: - uid: 36501 components: - type: Transform - pos: -60.01124,43.519333 + pos: -58.492302,43.543255 parent: 2 - proto: ToolboxEmergencyFilled entities: @@ -225660,7 +246853,7 @@ entities: - uid: 14220 components: - type: Transform - pos: 15.911845,59.645287 + pos: 16.679775,59.77915 parent: 2 - uid: 30238 components: @@ -225670,7 +246863,17 @@ entities: - uid: 37126 components: - type: Transform - pos: -59.63624,43.75535 + pos: -58.695427,43.801067 + parent: 2 + - uid: 42988 + components: + - type: Transform + pos: -90.53052,18.807327 + parent: 2 + - uid: 42989 + components: + - type: Transform + pos: -91.49927,-1.4428003 parent: 2 - proto: ToolboxGoldFilled entities: @@ -225704,7 +246907,7 @@ entities: - uid: 14219 components: - type: Transform - pos: 15.55247,59.84841 + pos: 16.531338,59.90415 parent: 2 - uid: 18240 components: @@ -225724,7 +246927,7 @@ entities: - uid: 36500 components: - type: Transform - pos: -60.38624,43.65734 + pos: -58.257927,43.762005 parent: 2 - proto: TorsoSkeleton entities: @@ -225874,10 +247077,10 @@ entities: parent: 2 - proto: ToyFigurineLawyer entities: - - uid: 15690 + - uid: 22737 components: - type: Transform - pos: -5.4854984,58.729137 + pos: -3.5759602,49.806126 parent: 2 - proto: ToyFigurineLibrarian entities: @@ -225924,13 +247127,6 @@ entities: - type: Transform pos: -6.4148717,21.612947 parent: 2 -- proto: ToyFigurinePassenger - entities: - - uid: 6160 - components: - - type: Transform - pos: -3.174158,-40.509228 - parent: 2 - proto: ToyFigurineQueen entities: - uid: 4648 @@ -225990,6 +247186,11 @@ entities: parent: 2 - proto: ToyFigurineSecurity entities: + - uid: 10476 + components: + - type: Transform + pos: -35.541733,51.960484 + parent: 2 - uid: 22663 components: - type: Transform @@ -226016,11 +247217,6 @@ entities: - type: Transform pos: -19.500881,50.56117 parent: 2 - - uid: 30516 - components: - - type: Transform - pos: 0.62656116,68.4843 - parent: 2 - proto: ToyFigurineWizard entities: - uid: 6138 @@ -226049,10 +247245,10 @@ entities: - type: Transform pos: 20.175343,-25.417202 parent: 2 - - uid: 16452 + - uid: 15182 components: - type: Transform - pos: -13.557635,52.854824 + pos: -13.459492,56.678688 parent: 2 - uid: 30559 components: @@ -226162,10 +247358,23 @@ entities: parent: 2 - proto: TrackingImplanter entities: - - uid: 37537 + - uid: 34617 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.171284,34.61611 + parent: 2 + - uid: 35491 components: - type: Transform - pos: -10.367672,34.50052 + rot: -1.5707963267948966 rad + pos: -50.379364,60.62232 + parent: 2 + - uid: 35492 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.199677,60.606693 parent: 2 - uid: 39652 components: @@ -226173,6 +247382,16 @@ entities: rot: -1.5707963267948966 rad pos: -22.630325,43.633984 parent: 2 + - uid: 41107 + components: + - type: Transform + pos: -18.470047,49.84627 + parent: 2 + - uid: 41109 + components: + - type: Transform + pos: -8.484457,32.729843 + parent: 2 - proto: TrainingBomb entities: - uid: 4759 @@ -226207,6 +247426,11 @@ entities: parent: 2 - proto: TrashBag entities: + - uid: 25881 + components: + - type: Transform + pos: -41.47702,60.69187 + parent: 2 - uid: 29353 components: - type: Transform @@ -226216,7 +247440,7 @@ entities: - uid: 34127 components: - type: Transform - pos: -20.366964,53.676113 + pos: -41.705143,60.7927 parent: 2 - uid: 37708 components: @@ -226450,10 +247674,10 @@ entities: - type: Transform pos: 88.5,19.5 parent: 2 - - uid: 30496 + - uid: 42178 components: - type: Transform - pos: 3.5,56.5 + pos: -0.5,59.5 parent: 2 - proto: VendingMachineChapel entities: @@ -226537,6 +247761,11 @@ entities: - type: Transform pos: -53.5,-27.5 parent: 2 + - uid: 40119 + components: + - type: Transform + pos: -25.5,83.5 + parent: 2 - proto: VendingMachineClothing entities: - uid: 6198 @@ -226554,12 +247783,17 @@ entities: - type: Transform pos: 6.5,-31.5 parent: 2 + - uid: 40788 + components: + - type: Transform + pos: -22.5,74.5 + parent: 2 - proto: VendingMachineColaBlack entities: - - uid: 30497 + - uid: 17963 components: - type: Transform - pos: -0.5,56.5 + pos: -0.5,58.5 parent: 2 - proto: VendingMachineColaRed entities: @@ -226576,6 +247810,11 @@ entities: rot: 3.141592653589793 rad pos: -48.5,-13.5 parent: 2 + - uid: 25863 + components: + - type: Transform + pos: -33.5,66.5 + parent: 2 - proto: VendingMachineCourierDrobe entities: - uid: 27959 @@ -226597,6 +247836,11 @@ entities: - type: Transform pos: -41.5,32.5 parent: 2 + - uid: 42237 + components: + - type: Transform + pos: -2.5,47.5 + parent: 2 - proto: VendingMachineDinnerware entities: - uid: 26735 @@ -226644,15 +247888,15 @@ entities: parent: 2 - proto: VendingMachineGames entities: - - uid: 24521 + - uid: 16428 components: - type: Transform - pos: -52.5,-27.5 + pos: -23.5,59.5 parent: 2 - - uid: 37444 + - uid: 24521 components: - type: Transform - pos: -10.5,61.5 + pos: -52.5,-27.5 parent: 2 - proto: VendingMachineGeneDrobe entities: @@ -226684,10 +247928,10 @@ entities: parent: 2 - proto: VendingMachineLawDrobe entities: - - uid: 23255 + - uid: 31128 components: - type: Transform - pos: -8.5,60.5 + pos: -1.5,65.5 parent: 2 - proto: VendingMachineMedical entities: @@ -226789,6 +248033,11 @@ entities: parent: 2 - proto: VendingMachineSec entities: + - uid: 23141 + components: + - type: Transform + pos: -21.5,69.5 + parent: 2 - uid: 36953 components: - type: Transform @@ -226827,6 +248076,11 @@ entities: - type: Transform pos: 90.5,79.5 parent: 2 + - uid: 40117 + components: + - type: Transform + pos: -26.5,83.5 + parent: 2 - proto: VendingMachineSpaceUp entities: - uid: 5301 @@ -226836,11 +248090,6 @@ entities: parent: 2 - proto: VendingMachineSustenance entities: - - uid: 95 - components: - - type: Transform - pos: -10.5,62.5 - parent: 2 - uid: 16558 components: - type: Transform @@ -226860,15 +248109,10 @@ entities: parent: 2 - proto: VendingMachineTankDispenserEVA entities: - - uid: 1576 - components: - - type: Transform - pos: 27.5,60.5 - parent: 2 - - uid: 2391 + - uid: 2346 components: - type: Transform - pos: -53.5,40.5 + pos: -57.5,41.5 parent: 2 - uid: 6029 components: @@ -226905,15 +248149,20 @@ entities: - type: Transform pos: -18.5,37.5 parent: 2 - - uid: 18138 + - uid: 22684 components: - type: Transform - pos: -3.5,68.5 + pos: -45.5,37.5 parent: 2 - - uid: 22684 + - uid: 24114 components: - type: Transform - pos: -45.5,37.5 + pos: -49.5,79.5 + parent: 2 + - uid: 24308 + components: + - type: Transform + pos: 33.5,68.5 parent: 2 - uid: 32531 components: @@ -226930,6 +248179,16 @@ entities: - type: Transform pos: -72.5,27.5 parent: 2 + - uid: 43086 + components: + - type: Transform + pos: 27.5,68.5 + parent: 2 + - uid: 43217 + components: + - type: Transform + pos: 39.5,68.5 + parent: 2 - proto: VendingMachineTheater entities: - uid: 1521 @@ -226942,6 +248201,11 @@ entities: - type: Transform pos: 72.5,-6.5 parent: 2 + - uid: 41058 + components: + - type: Transform + pos: -23.5,74.5 + parent: 2 - proto: VendingMachineVendomat entities: - uid: 4542 @@ -227012,6 +248276,50 @@ entities: - type: Transform pos: -69.972435,23.612196 parent: 2 +- proto: WallClock + entities: + - uid: 22971 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,83.5 + parent: 2 + - uid: 29453 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,82.5 + parent: 2 + - uid: 35287 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 19.5,80.5 + parent: 2 + - uid: 35288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 20.5,80.5 + parent: 2 + - uid: 35289 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,87.5 + parent: 2 + - uid: 35292 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,86.5 + parent: 2 + - uid: 35297 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,80.5 + parent: 2 - proto: WallMeat entities: - uid: 1465 @@ -227793,11 +249101,6 @@ entities: - type: Transform pos: 20.5,47.5 parent: 2 - - uid: 47 - components: - - type: Transform - pos: -30.5,68.5 - parent: 2 - uid: 71 components: - type: Transform @@ -227838,7 +249141,7 @@ entities: - uid: 150 components: - type: Transform - pos: -23.5,-12.5 + pos: 30.5,49.5 parent: 2 - uid: 164 components: @@ -227850,6 +249153,12 @@ entities: - type: Transform pos: 50.5,-32.5 parent: 2 + - uid: 168 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,95.5 + parent: 2 - uid: 172 components: - type: Transform @@ -227863,7 +249172,8 @@ entities: - uid: 197 components: - type: Transform - pos: -8.5,68.5 + rot: 3.141592653589793 rad + pos: -9.5,95.5 parent: 2 - uid: 199 components: @@ -227881,22 +249191,16 @@ entities: - type: Transform pos: -12.5,-7.5 parent: 2 - - uid: 315 + - uid: 246 components: - type: Transform rot: -1.5707963267948966 rad - pos: -86.5,17.5 - parent: 2 - - uid: 318 - components: - - type: Transform - pos: -91.5,-3.5 + pos: -49.5,74.5 parent: 2 - - uid: 321 + - uid: 301 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -89.5,6.5 + pos: -78.5,52.5 parent: 2 - uid: 340 components: @@ -227986,6 +249290,24 @@ entities: - type: Transform pos: -9.5,-6.5 parent: 2 + - uid: 627 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,94.5 + parent: 2 + - uid: 629 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,84.5 + parent: 2 + - uid: 630 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,84.5 + parent: 2 - uid: 636 components: - type: Transform @@ -227997,6 +249319,12 @@ entities: rot: 1.5707963267948966 rad pos: -39.5,22.5 parent: 2 + - uid: 664 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,41.5 + parent: 2 - uid: 674 components: - type: Transform @@ -228053,11 +249381,6 @@ entities: - type: Transform pos: -35.5,-5.5 parent: 2 - - uid: 764 - components: - - type: Transform - pos: -16.5,60.5 - parent: 2 - uid: 774 components: - type: Transform @@ -228068,10 +249391,11 @@ entities: - type: Transform pos: 24.5,-22.5 parent: 2 - - uid: 798 + - uid: 799 components: - type: Transform - pos: -43.5,57.5 + rot: 3.141592653589793 rad + pos: -33.5,94.5 parent: 2 - uid: 804 components: @@ -228081,8 +249405,13 @@ entities: - uid: 811 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,69.5 + pos: -5.5,47.5 + parent: 2 + - uid: 820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,88.5 parent: 2 - uid: 824 components: @@ -228119,16 +249448,6 @@ entities: - type: Transform pos: 16.5,22.5 parent: 2 - - uid: 984 - components: - - type: Transform - pos: -32.5,68.5 - parent: 2 - - uid: 986 - components: - - type: Transform - pos: -7.5,65.5 - parent: 2 - uid: 1081 components: - type: Transform @@ -228154,6 +249473,18 @@ entities: - type: Transform pos: -42.5,32.5 parent: 2 + - uid: 1398 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -17.5,60.5 + parent: 2 + - uid: 1459 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,95.5 + parent: 2 - uid: 1464 components: - type: Transform @@ -228383,6 +249714,12 @@ entities: - type: Transform pos: 84.5,22.5 parent: 2 + - uid: 2081 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,74.5 + parent: 2 - uid: 2177 components: - type: Transform @@ -228487,10 +249824,11 @@ entities: rot: -1.5707963267948966 rad pos: -52.5,16.5 parent: 2 - - uid: 2362 + - uid: 2367 components: - type: Transform - pos: -8.5,62.5 + rot: -1.5707963267948966 rad + pos: -70.5,50.5 parent: 2 - uid: 2379 components: @@ -228564,11 +249902,6 @@ entities: - type: Transform pos: -5.5,-44.5 parent: 2 - - uid: 2505 - components: - - type: Transform - pos: -28.5,65.5 - parent: 2 - uid: 2513 components: - type: Transform @@ -228579,11 +249912,6 @@ entities: - type: Transform pos: 51.5,46.5 parent: 2 - - uid: 2528 - components: - - type: Transform - pos: -28.5,56.5 - parent: 2 - uid: 2558 components: - type: Transform @@ -228641,16 +249969,6 @@ entities: - type: Transform pos: 15.5,41.5 parent: 2 - - uid: 2638 - components: - - type: Transform - pos: -36.5,54.5 - parent: 2 - - uid: 2651 - components: - - type: Transform - pos: -28.5,66.5 - parent: 2 - uid: 2662 components: - type: Transform @@ -228789,10 +250107,11 @@ entities: - type: Transform pos: 29.5,47.5 parent: 2 - - uid: 2795 + - uid: 2793 components: - type: Transform - pos: -11.5,46.5 + rot: -1.5707963267948966 rad + pos: -14.5,76.5 parent: 2 - uid: 2800 components: @@ -228912,6 +250231,12 @@ entities: - type: Transform pos: 17.5,34.5 parent: 2 + - uid: 2875 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,51.5 + parent: 2 - uid: 2883 components: - type: Transform @@ -229117,11 +250442,6 @@ entities: - type: Transform pos: -31.5,-24.5 parent: 2 - - uid: 3267 - components: - - type: Transform - pos: -44.5,57.5 - parent: 2 - uid: 3269 components: - type: Transform @@ -229132,11 +250452,6 @@ entities: - type: Transform pos: -31.5,-22.5 parent: 2 - - uid: 3277 - components: - - type: Transform - pos: -3.5,47.5 - parent: 2 - uid: 3301 components: - type: Transform @@ -229325,16 +250640,6 @@ entities: - type: Transform pos: -94.5,27.5 parent: 2 - - uid: 3606 - components: - - type: Transform - pos: -93.5,-7.5 - parent: 2 - - uid: 3608 - components: - - type: Transform - pos: -93.5,-6.5 - parent: 2 - uid: 3609 components: - type: Transform @@ -229360,6 +250665,12 @@ entities: - type: Transform pos: 48.5,-9.5 parent: 2 + - uid: 3618 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,73.5 + parent: 2 - uid: 3620 components: - type: Transform @@ -229480,6 +250791,11 @@ entities: - type: Transform pos: 83.5,25.5 parent: 2 + - uid: 3713 + components: + - type: Transform + pos: -51.5,57.5 + parent: 2 - uid: 3714 components: - type: Transform @@ -229566,6 +250882,12 @@ entities: - type: Transform pos: -9.5,44.5 parent: 2 + - uid: 3751 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,61.5 + parent: 2 - uid: 3754 components: - type: Transform @@ -229689,6 +251011,12 @@ entities: - type: Transform pos: -36.5,-11.5 parent: 2 + - uid: 3896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,68.5 + parent: 2 - uid: 3902 components: - type: Transform @@ -229769,6 +251097,12 @@ entities: - type: Transform pos: 56.5,9.5 parent: 2 + - uid: 4178 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,76.5 + parent: 2 - uid: 4180 components: - type: Transform @@ -229819,11 +251153,6 @@ entities: - type: Transform pos: 42.5,58.5 parent: 2 - - uid: 4215 - components: - - type: Transform - pos: 51.5,50.5 - parent: 2 - uid: 4219 components: - type: Transform @@ -229839,21 +251168,11 @@ entities: - type: Transform pos: -97.5,30.5 parent: 2 - - uid: 4226 - components: - - type: Transform - pos: -93.5,24.5 - parent: 2 - uid: 4237 components: - type: Transform pos: -93.5,26.5 parent: 2 - - uid: 4238 - components: - - type: Transform - pos: -93.5,23.5 - parent: 2 - uid: 4239 components: - type: Transform @@ -229890,6 +251209,12 @@ entities: - type: Transform pos: 70.5,10.5 parent: 2 + - uid: 4322 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,94.5 + parent: 2 - uid: 4366 components: - type: Transform @@ -230048,11 +251373,6 @@ entities: - type: Transform pos: 51.5,52.5 parent: 2 - - uid: 4594 - components: - - type: Transform - pos: 53.5,52.5 - parent: 2 - uid: 4599 components: - type: Transform @@ -230191,31 +251511,21 @@ entities: - type: Transform pos: 12.5,-20.5 parent: 2 - - uid: 4855 - components: - - type: Transform - pos: -16.5,67.5 - parent: 2 - - uid: 4856 - components: - - type: Transform - pos: -6.5,67.5 - parent: 2 - uid: 4857 components: - type: Transform - pos: -12.5,67.5 + rot: 3.141592653589793 rad + pos: 15.5,95.5 parent: 2 - uid: 4864 components: - type: Transform pos: 86.5,6.5 parent: 2 - - uid: 4881 + - uid: 4883 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,-1.5 + pos: -65.5,55.5 parent: 2 - uid: 4889 components: @@ -230279,11 +251589,6 @@ entities: - type: Transform pos: -77.5,-8.5 parent: 2 - - uid: 5018 - components: - - type: Transform - pos: -92.5,10.5 - parent: 2 - uid: 5027 components: - type: Transform @@ -230329,6 +251634,12 @@ entities: - type: Transform pos: 56.5,1.5 parent: 2 + - uid: 5082 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,60.5 + parent: 2 - uid: 5083 components: - type: Transform @@ -230339,11 +251650,6 @@ entities: - type: Transform pos: 55.5,2.5 parent: 2 - - uid: 5089 - components: - - type: Transform - pos: -98.5,17.5 - parent: 2 - uid: 5094 components: - type: Transform @@ -230365,11 +251671,6 @@ entities: - type: Transform pos: 76.5,1.5 parent: 2 - - uid: 5159 - components: - - type: Transform - pos: -28.5,54.5 - parent: 2 - uid: 5220 components: - type: Transform @@ -230430,12 +251731,24 @@ entities: - type: Transform pos: -96.5,-13.5 parent: 2 + - uid: 5270 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,61.5 + parent: 2 - uid: 5280 components: - type: Transform rot: 3.141592653589793 rad pos: -33.5,42.5 parent: 2 + - uid: 5298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,62.5 + parent: 2 - uid: 5299 components: - type: Transform @@ -230446,40 +251759,17 @@ entities: - type: Transform pos: 61.5,49.5 parent: 2 - - uid: 5418 - components: - - type: Transform - pos: -97.5,-13.5 - parent: 2 - - uid: 5425 + - uid: 5372 components: - type: Transform - rot: 3.141592653589793 rad - pos: -92.5,20.5 + rot: 1.5707963267948966 rad + pos: 36.5,63.5 parent: 2 - uid: 5427 components: - type: Transform pos: 49.5,31.5 parent: 2 - - uid: 5479 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -91.5,20.5 - parent: 2 - - uid: 5482 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,18.5 - parent: 2 - - uid: 5483 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,20.5 - parent: 2 - uid: 5486 components: - type: Transform @@ -230667,6 +251957,12 @@ entities: rot: 3.141592653589793 rad pos: -32.5,-0.5 parent: 2 + - uid: 5970 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,69.5 + parent: 2 - uid: 6015 components: - type: Transform @@ -230727,45 +252023,22 @@ entities: - type: Transform pos: -33.5,38.5 parent: 2 - - uid: 6213 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,-3.5 - parent: 2 - - uid: 6214 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,-2.5 - parent: 2 - uid: 6263 components: - type: Transform pos: -53.5,32.5 parent: 2 - - uid: 6275 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,19.5 - parent: 2 - - uid: 6277 - components: - - type: Transform - pos: -98.5,18.5 - parent: 2 - uid: 6313 components: - type: Transform rot: -1.5707963267948966 rad pos: -92.5,25.5 parent: 2 - - uid: 6334 + - uid: 6332 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,58.5 + rot: -1.5707963267948966 rad + pos: -28.5,56.5 parent: 2 - uid: 6414 components: @@ -230878,28 +252151,16 @@ entities: rot: 1.5707963267948966 rad pos: -17.5,-49.5 parent: 2 - - uid: 6845 - components: - - type: Transform - pos: -17.5,-48.5 - parent: 2 - - uid: 6892 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,-0.5 - parent: 2 - - uid: 6893 + - uid: 6837 components: - type: Transform rot: -1.5707963267948966 rad - pos: -88.5,6.5 + pos: -53.5,74.5 parent: 2 - - uid: 6895 + - uid: 6845 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -90.5,6.5 + pos: -17.5,-48.5 parent: 2 - uid: 6925 components: @@ -230925,12 +252186,6 @@ entities: rot: -1.5707963267948966 rad pos: -29.5,-47.5 parent: 2 - - uid: 6944 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -91.5,6.5 - parent: 2 - uid: 6947 components: - type: Transform @@ -230943,12 +252198,6 @@ entities: rot: -1.5707963267948966 rad pos: -56.5,16.5 parent: 2 - - uid: 7089 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -92.5,6.5 - parent: 2 - uid: 7117 components: - type: Transform @@ -231039,16 +252288,23 @@ entities: - type: Transform pos: -66.5,-2.5 parent: 2 - - uid: 7486 + - uid: 7499 components: - type: Transform rot: 3.141592653589793 rad - pos: -66.5,53.5 + pos: -42.5,94.5 parent: 2 - - uid: 7487 + - uid: 7500 components: - type: Transform - pos: -10.5,68.5 + rot: 3.141592653589793 rad + pos: -41.5,94.5 + parent: 2 + - uid: 7501 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,94.5 parent: 2 - uid: 7505 components: @@ -231056,6 +252312,12 @@ entities: rot: 3.141592653589793 rad pos: -27.5,4.5 parent: 2 + - uid: 7533 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,68.5 + parent: 2 - uid: 7563 components: - type: Transform @@ -231085,6 +252347,16 @@ entities: rot: 3.141592653589793 rad pos: -28.5,-0.5 parent: 2 + - uid: 7615 + components: + - type: Transform + pos: -27.5,84.5 + parent: 2 + - uid: 7618 + components: + - type: Transform + pos: 33.5,61.5 + parent: 2 - uid: 7633 components: - type: Transform @@ -231124,16 +252396,6 @@ entities: - type: Transform pos: -63.5,12.5 parent: 2 - - uid: 7659 - components: - - type: Transform - pos: -99.5,2.5 - parent: 2 - - uid: 7666 - components: - - type: Transform - pos: -99.5,14.5 - parent: 2 - uid: 7667 components: - type: Transform @@ -231144,71 +252406,36 @@ entities: - type: Transform pos: -79.5,20.5 parent: 2 - - uid: 7676 - components: - - type: Transform - pos: -99.5,1.5 - parent: 2 - - uid: 7744 - components: - - type: Transform - pos: -74.5,18.5 - parent: 2 - - uid: 7754 + - uid: 7677 components: - type: Transform rot: 3.141592653589793 rad - pos: 15.5,61.5 - parent: 2 - - uid: 7755 - components: - - type: Transform - pos: -94.5,10.5 - parent: 2 - - uid: 7756 - components: - - type: Transform - pos: -81.5,19.5 - parent: 2 - - uid: 7757 - components: - - type: Transform - pos: -82.5,17.5 - parent: 2 - - uid: 7758 - components: - - type: Transform - pos: -82.5,18.5 - parent: 2 - - uid: 7759 - components: - - type: Transform - pos: -93.5,10.5 + pos: 3.5,88.5 parent: 2 - - uid: 7761 + - uid: 7685 components: - type: Transform - pos: -78.5,23.5 + pos: 35.5,61.5 parent: 2 - - uid: 7763 + - uid: 7686 components: - type: Transform - pos: -91.5,23.5 + pos: 31.5,61.5 parent: 2 - - uid: 7764 + - uid: 7744 components: - type: Transform - pos: -77.5,23.5 + pos: -74.5,18.5 parent: 2 - - uid: 7766 + - uid: 7780 components: - type: Transform - pos: -90.5,23.5 + pos: -74.5,13.5 parent: 2 - - uid: 7780 + - uid: 7783 components: - type: Transform - pos: -74.5,13.5 + pos: 23.5,59.5 parent: 2 - uid: 7784 components: @@ -231220,21 +252447,6 @@ entities: - type: Transform pos: -74.5,10.5 parent: 2 - - uid: 7819 - components: - - type: Transform - pos: -99.5,15.5 - parent: 2 - - uid: 7820 - components: - - type: Transform - pos: -81.5,11.5 - parent: 2 - - uid: 7825 - components: - - type: Transform - pos: -82.5,11.5 - parent: 2 - uid: 7853 components: - type: Transform @@ -231245,63 +252457,15 @@ entities: - type: Transform pos: 4.5,58.5 parent: 2 - - uid: 7879 - components: - - type: Transform - pos: -90.5,-6.5 - parent: 2 - - uid: 7912 - components: - - type: Transform - pos: -99.5,17.5 - parent: 2 - - uid: 7921 - components: - - type: Transform - pos: -98.5,-1.5 - parent: 2 - - uid: 7936 - components: - - type: Transform - pos: -95.5,11.5 - parent: 2 - - uid: 7946 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -70.5,58.5 - parent: 2 - - uid: 7949 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,19.5 - parent: 2 - - uid: 7959 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,12.5 - parent: 2 - uid: 7960 components: - type: Transform pos: -74.5,17.5 parent: 2 - - uid: 7970 - components: - - type: Transform - pos: -95.5,12.5 - parent: 2 - - uid: 8020 - components: - - type: Transform - pos: 47.5,-6.5 - parent: 2 - - uid: 8021 + - uid: 7984 components: - type: Transform - pos: -82.5,12.5 + pos: 24.5,58.5 parent: 2 - uid: 8030 components: @@ -231309,25 +252473,27 @@ entities: rot: 3.141592653589793 rad pos: -28.5,5.5 parent: 2 - - uid: 8034 + - uid: 8035 components: - type: Transform - pos: -81.5,10.5 + pos: -80.5,10.5 parent: 2 - - uid: 8035 + - uid: 8096 components: - type: Transform - pos: -80.5,10.5 + pos: 31.5,34.5 parent: 2 - - uid: 8075 + - uid: 8102 components: - type: Transform - pos: -78.5,-6.5 + rot: 1.5707963267948966 rad + pos: 50.5,67.5 parent: 2 - - uid: 8096 + - uid: 8104 components: - type: Transform - pos: 31.5,34.5 + rot: 3.141592653589793 rad + pos: 50.5,65.5 parent: 2 - uid: 8148 components: @@ -231367,10 +252533,11 @@ entities: rot: -1.5707963267948966 rad pos: -52.5,36.5 parent: 2 - - uid: 8313 + - uid: 8316 components: - type: Transform - pos: -50.5,54.5 + rot: -1.5707963267948966 rad + pos: -52.5,74.5 parent: 2 - uid: 8370 components: @@ -231388,6 +252555,12 @@ entities: - type: Transform pos: -14.5,43.5 parent: 2 + - uid: 8400 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-4.5 + parent: 2 - uid: 8440 components: - type: Transform @@ -231405,12 +252578,6 @@ entities: - type: Transform pos: 76.5,28.5 parent: 2 - - uid: 8622 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,47.5 - parent: 2 - uid: 8638 components: - type: Transform @@ -231451,6 +252618,12 @@ entities: - type: Transform pos: -66.5,23.5 parent: 2 + - uid: 8694 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,68.5 + parent: 2 - uid: 8698 components: - type: Transform @@ -231639,11 +252812,6 @@ entities: - type: Transform pos: -56.5,42.5 parent: 2 - - uid: 9075 - components: - - type: Transform - pos: -56.5,40.5 - parent: 2 - uid: 9076 components: - type: Transform @@ -231699,11 +252867,6 @@ entities: - type: Transform pos: 33.5,51.5 parent: 2 - - uid: 9234 - components: - - type: Transform - pos: 47.5,-0.5 - parent: 2 - uid: 9239 components: - type: Transform @@ -231819,16 +252982,6 @@ entities: - type: Transform pos: -50.5,52.5 parent: 2 - - uid: 9425 - components: - - type: Transform - pos: -48.5,52.5 - parent: 2 - - uid: 9426 - components: - - type: Transform - pos: -46.5,52.5 - parent: 2 - uid: 9427 components: - type: Transform @@ -231879,16 +253032,6 @@ entities: - type: Transform pos: -44.5,51.5 parent: 2 - - uid: 9437 - components: - - type: Transform - pos: -44.5,52.5 - parent: 2 - - uid: 9438 - components: - - type: Transform - pos: -42.5,52.5 - parent: 2 - uid: 9439 components: - type: Transform @@ -231939,11 +253082,6 @@ entities: - type: Transform pos: -40.5,51.5 parent: 2 - - uid: 9449 - components: - - type: Transform - pos: -40.5,52.5 - parent: 2 - uid: 9450 components: - type: Transform @@ -231974,25 +253112,11 @@ entities: - type: Transform pos: -38.5,47.5 parent: 2 - - uid: 9456 - components: - - type: Transform - pos: -36.5,47.5 - parent: 2 - - uid: 9458 - components: - - type: Transform - pos: -36.5,49.5 - parent: 2 - - uid: 9459 - components: - - type: Transform - pos: -36.5,50.5 - parent: 2 - - uid: 9460 + - uid: 9469 components: - type: Transform - pos: -36.5,51.5 + rot: 1.5707963267948966 rad + pos: -42.5,57.5 parent: 2 - uid: 9488 components: @@ -232004,6 +253128,12 @@ entities: - type: Transform pos: 41.5,16.5 parent: 2 + - uid: 9515 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,68.5 + parent: 2 - uid: 9528 components: - type: Transform @@ -232111,36 +253241,6 @@ entities: - type: Transform pos: 80.5,25.5 parent: 2 - - uid: 9635 - components: - - type: Transform - pos: -44.5,71.5 - parent: 2 - - uid: 9639 - components: - - type: Transform - pos: -41.5,55.5 - parent: 2 - - uid: 9640 - components: - - type: Transform - pos: -42.5,55.5 - parent: 2 - - uid: 9641 - components: - - type: Transform - pos: -43.5,55.5 - parent: 2 - - uid: 9642 - components: - - type: Transform - pos: -44.5,55.5 - parent: 2 - - uid: 9643 - components: - - type: Transform - pos: -46.5,55.5 - parent: 2 - uid: 9662 components: - type: Transform @@ -232161,11 +253261,6 @@ entities: - type: Transform pos: -34.5,37.5 parent: 2 - - uid: 9672 - components: - - type: Transform - pos: -47.5,55.5 - parent: 2 - uid: 9676 components: - type: Transform @@ -232216,15 +253311,16 @@ entities: - type: Transform pos: -59.5,38.5 parent: 2 - - uid: 9701 + - uid: 9702 components: - type: Transform - pos: -59.5,40.5 + pos: -45.5,59.5 parent: 2 - - uid: 9702 + - uid: 9758 components: - type: Transform - pos: -45.5,59.5 + rot: 1.5707963267948966 rad + pos: -52.5,61.5 parent: 2 - uid: 9796 components: @@ -232241,20 +253337,33 @@ entities: - type: Transform pos: -35.5,41.5 parent: 2 - - uid: 9942 + - uid: 9886 components: - type: Transform - pos: -39.5,55.5 + rot: -1.5707963267948966 rad + pos: -75.5,50.5 parent: 2 - - uid: 9943 + - uid: 9936 components: - type: Transform - pos: -40.5,55.5 + pos: -75.5,47.5 parent: 2 - - uid: 9944 + - uid: 9949 components: - type: Transform - pos: -47.5,58.5 + rot: 1.5707963267948966 rad + pos: -41.5,57.5 + parent: 2 + - uid: 9955 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -53.5,75.5 + parent: 2 + - uid: 9971 + components: + - type: Transform + pos: -74.5,36.5 parent: 2 - uid: 10016 components: @@ -232287,11 +253396,6 @@ entities: - type: Transform pos: -71.5,-8.5 parent: 2 - - uid: 10056 - components: - - type: Transform - pos: -34.5,60.5 - parent: 2 - uid: 10088 components: - type: Transform @@ -232304,6 +253408,12 @@ entities: rot: 3.141592653589793 rad pos: -57.5,31.5 parent: 2 + - uid: 10104 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,54.5 + parent: 2 - uid: 10181 components: - type: Transform @@ -232371,6 +253481,11 @@ entities: rot: 3.141592653589793 rad pos: 8.5,-26.5 parent: 2 + - uid: 10368 + components: + - type: Transform + pos: -51.5,82.5 + parent: 2 - uid: 10373 components: - type: Transform @@ -232416,6 +253531,12 @@ entities: - type: Transform pos: -63.5,-36.5 parent: 2 + - uid: 10465 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,57.5 + parent: 2 - uid: 10625 components: - type: Transform @@ -232441,17 +253562,6 @@ entities: - type: Transform pos: -52.5,-38.5 parent: 2 - - uid: 11208 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,54.5 - parent: 2 - - uid: 11214 - components: - - type: Transform - pos: -36.5,52.5 - parent: 2 - uid: 11227 components: - type: Transform @@ -232463,11 +253573,6 @@ entities: - type: Transform pos: -35.5,38.5 parent: 2 - - uid: 11239 - components: - - type: Transform - pos: 13.5,60.5 - parent: 2 - uid: 11271 components: - type: Transform @@ -232483,29 +253588,6 @@ entities: - type: Transform pos: -76.5,20.5 parent: 2 - - uid: 11496 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -98.5,-0.5 - parent: 2 - - uid: 11502 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,-1.5 - parent: 2 - - uid: 11507 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -99.5,-0.5 - parent: 2 - - uid: 11519 - components: - - type: Transform - pos: -91.5,10.5 - parent: 2 - uid: 11534 components: - type: Transform @@ -232533,6 +253615,12 @@ entities: - type: Transform pos: 23.5,-24.5 parent: 2 + - uid: 12070 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,74.5 + parent: 2 - uid: 12089 components: - type: Transform @@ -232659,12 +253747,23 @@ entities: - type: Transform pos: -65.5,31.5 parent: 2 + - uid: 12511 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,78.5 + parent: 2 - uid: 12611 components: - type: Transform rot: 1.5707963267948966 rad pos: 63.5,-26.5 parent: 2 + - uid: 12732 + components: + - type: Transform + pos: 42.5,61.5 + parent: 2 - uid: 12747 components: - type: Transform @@ -232753,21 +253852,6 @@ entities: - type: Transform pos: -78.5,20.5 parent: 2 - - uid: 13043 - components: - - type: Transform - pos: -95.5,13.5 - parent: 2 - - uid: 13049 - components: - - type: Transform - pos: -81.5,18.5 - parent: 2 - - uid: 13051 - components: - - type: Transform - pos: -94.5,11.5 - parent: 2 - uid: 13059 components: - type: Transform @@ -232854,6 +253938,12 @@ entities: - type: Transform pos: 31.5,35.5 parent: 2 + - uid: 13611 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,61.5 + parent: 2 - uid: 13689 components: - type: Transform @@ -232882,20 +253972,27 @@ entities: rot: 1.5707963267948966 rad pos: -45.5,11.5 parent: 2 - - uid: 13933 + - uid: 13808 components: - type: Transform - pos: 16.5,60.5 + rot: 3.141592653589793 rad + pos: -34.5,78.5 parent: 2 - - uid: 13935 + - uid: 13862 components: - type: Transform - pos: 20.5,60.5 + pos: -52.5,57.5 + parent: 2 + - uid: 13933 + components: + - type: Transform + pos: 16.5,60.5 parent: 2 - uid: 13941 components: - type: Transform - pos: 21.5,60.5 + rot: 1.5707963267948966 rad + pos: 13.5,87.5 parent: 2 - uid: 13948 components: @@ -232905,7 +254002,7 @@ entities: - uid: 13954 components: - type: Transform - pos: -24.5,54.5 + pos: -53.5,58.5 parent: 2 - uid: 13956 components: @@ -232922,11 +254019,6 @@ entities: - type: Transform pos: 30.5,48.5 parent: 2 - - uid: 13963 - components: - - type: Transform - pos: 15.5,60.5 - parent: 2 - uid: 13964 components: - type: Transform @@ -232937,11 +254029,6 @@ entities: - type: Transform pos: 9.5,34.5 parent: 2 - - uid: 13966 - components: - - type: Transform - pos: -2.5,65.5 - parent: 2 - uid: 13968 components: - type: Transform @@ -233029,11 +254116,27 @@ entities: - type: Transform pos: 13.5,59.5 parent: 2 + - uid: 14049 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,67.5 + parent: 2 - uid: 14063 components: - type: Transform pos: 14.5,59.5 parent: 2 + - uid: 14069 + components: + - type: Transform + pos: -53.5,59.5 + parent: 2 + - uid: 14098 + components: + - type: Transform + pos: -53.5,57.5 + parent: 2 - uid: 14111 components: - type: Transform @@ -233063,12 +254166,6 @@ entities: rot: 1.5707963267948966 rad pos: 31.5,43.5 parent: 2 - - uid: 14133 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 31.5,46.5 - parent: 2 - uid: 14190 components: - type: Transform @@ -233081,6 +254178,11 @@ entities: rot: -1.5707963267948966 rad pos: -37.5,-38.5 parent: 2 + - uid: 14245 + components: + - type: Transform + pos: -53.5,60.5 + parent: 2 - uid: 14247 components: - type: Transform @@ -233096,12 +254198,6 @@ entities: - type: Transform pos: -30.5,31.5 parent: 2 - - uid: 14454 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,50.5 - parent: 2 - uid: 14493 components: - type: Transform @@ -233118,12 +254214,6 @@ entities: rot: 1.5707963267948966 rad pos: 31.5,47.5 parent: 2 - - uid: 14588 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,54.5 - parent: 2 - uid: 14955 components: - type: Transform @@ -233135,12 +254225,6 @@ entities: - type: Transform pos: 55.5,41.5 parent: 2 - - uid: 15006 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,57.5 - parent: 2 - uid: 15064 components: - type: Transform @@ -233191,45 +254275,31 @@ entities: - type: Transform pos: -50.5,28.5 parent: 2 - - uid: 15142 - components: - - type: Transform - pos: -16.5,65.5 - parent: 2 - - uid: 15175 + - uid: 15165 components: - type: Transform - pos: -12.5,65.5 + rot: 3.141592653589793 rad + pos: 36.5,69.5 parent: 2 - uid: 15188 components: - type: Transform pos: -17.5,-47.5 parent: 2 - - uid: 15195 - components: - - type: Transform - pos: -6.5,65.5 - parent: 2 - - uid: 15200 - components: - - type: Transform - pos: -9.5,65.5 - parent: 2 - uid: 15201 components: - type: Transform pos: -24.5,53.5 parent: 2 - - uid: 15230 + - uid: 15217 components: - type: Transform - pos: -1.5,65.5 + pos: -34.5,66.5 parent: 2 - - uid: 15261 + - uid: 15275 components: - type: Transform - pos: -5.5,65.5 + pos: -7.5,46.5 parent: 2 - uid: 15276 components: @@ -233493,6 +254563,11 @@ entities: rot: 3.141592653589793 rad pos: -36.5,31.5 parent: 2 + - uid: 15413 + components: + - type: Transform + pos: -6.5,47.5 + parent: 2 - uid: 15417 components: - type: Transform @@ -233549,11 +254624,10 @@ entities: - type: Transform pos: 7.5,63.5 parent: 2 - - uid: 15523 + - uid: 15532 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,44.5 + pos: -4.5,86.5 parent: 2 - uid: 15535 components: @@ -233571,6 +254645,11 @@ entities: rot: 3.141592653589793 rad pos: -63.5,43.5 parent: 2 + - uid: 15599 + components: + - type: Transform + pos: -7.5,45.5 + parent: 2 - uid: 15616 components: - type: Transform @@ -233586,6 +254665,18 @@ entities: - type: Transform pos: -19.5,42.5 parent: 2 + - uid: 15637 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -52.5,76.5 + parent: 2 + - uid: 15641 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,60.5 + parent: 2 - uid: 15647 components: - type: Transform @@ -233622,20 +254713,22 @@ entities: rot: 3.141592653589793 rad pos: -30.5,41.5 parent: 2 - - uid: 15791 + - uid: 15732 components: - type: Transform - pos: -11.5,45.5 + rot: -1.5707963267948966 rad + pos: -0.5,85.5 parent: 2 - - uid: 15818 + - uid: 15796 components: - type: Transform - pos: -24.5,65.5 + pos: -12.5,83.5 parent: 2 - uid: 15822 components: - type: Transform - pos: -20.5,65.5 + rot: 3.141592653589793 rad + pos: -12.5,90.5 parent: 2 - uid: 15831 components: @@ -233647,32 +254740,11 @@ entities: - type: Transform pos: -24.5,43.5 parent: 2 - - uid: 15838 - components: - - type: Transform - pos: -90.5,10.5 - parent: 2 - - uid: 15839 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,0.5 - parent: 2 - - uid: 15843 - components: - - type: Transform - pos: -8.5,65.5 - parent: 2 - uid: 15847 components: - type: Transform pos: 12.5,64.5 parent: 2 - - uid: 15854 - components: - - type: Transform - pos: -34.5,56.5 - parent: 2 - uid: 15859 components: - type: Transform @@ -233699,27 +254771,48 @@ entities: - type: Transform pos: 13.5,58.5 parent: 2 + - uid: 15898 + components: + - type: Transform + pos: -8.5,44.5 + parent: 2 - uid: 15899 components: - type: Transform - pos: -3.5,62.5 + pos: -7.5,44.5 + parent: 2 + - uid: 15907 + components: + - type: Transform + pos: -6.5,44.5 + parent: 2 + - uid: 15916 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -4.5,85.5 parent: 2 - uid: 15917 components: - type: Transform pos: -15.5,36.5 parent: 2 + - uid: 15918 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,85.5 + parent: 2 - uid: 15922 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,45.5 + pos: -8.5,85.5 parent: 2 - - uid: 15943 + - uid: 15927 components: - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,18.5 + pos: 3.5,77.5 parent: 2 - uid: 15950 components: @@ -233737,6 +254830,11 @@ entities: - type: Transform pos: -39.5,37.5 parent: 2 + - uid: 16000 + components: + - type: Transform + pos: 22.5,59.5 + parent: 2 - uid: 16001 components: - type: Transform @@ -233748,6 +254846,18 @@ entities: rot: -1.5707963267948966 rad pos: -104.5,1.5 parent: 2 + - uid: 16034 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,67.5 + parent: 2 + - uid: 16040 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,67.5 + parent: 2 - uid: 16080 components: - type: Transform @@ -233774,6 +254884,53 @@ entities: - type: Transform pos: -10.5,43.5 parent: 2 + - uid: 16105 + components: + - type: Transform + pos: 3.5,73.5 + parent: 2 + - uid: 16107 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,69.5 + parent: 2 + - uid: 16108 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,71.5 + parent: 2 + - uid: 16109 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,70.5 + parent: 2 + - uid: 16110 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,72.5 + parent: 2 + - uid: 16111 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,73.5 + parent: 2 + - uid: 16114 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,89.5 + parent: 2 + - uid: 16120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 6.5,95.5 + parent: 2 - uid: 16143 components: - type: Transform @@ -233803,11 +254960,6 @@ entities: rot: 3.141592653589793 rad pos: -53.5,54.5 parent: 2 - - uid: 16286 - components: - - type: Transform - pos: -95.5,14.5 - parent: 2 - uid: 16287 components: - type: Transform @@ -233832,83 +254984,79 @@ entities: - uid: 16310 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,62.5 + pos: -19.5,68.5 parent: 2 - - uid: 16321 + - uid: 16312 components: - type: Transform - pos: -10.5,60.5 + pos: -19.5,73.5 parent: 2 - uid: 16322 components: - type: Transform - pos: -9.5,60.5 + pos: -19.5,70.5 parent: 2 - uid: 16323 components: - type: Transform - pos: -15.5,60.5 + pos: -19.5,71.5 parent: 2 - - uid: 16324 - components: - - type: Transform - pos: -14.5,60.5 - parent: 2 - - uid: 16325 + - uid: 16327 components: - type: Transform - pos: -12.5,60.5 + pos: -19.5,66.5 parent: 2 - - uid: 16326 + - uid: 16330 components: - type: Transform - pos: -11.5,60.5 + pos: -36.5,37.5 parent: 2 - - uid: 16327 + - uid: 16342 components: - type: Transform - pos: -13.5,60.5 + pos: -19.5,72.5 parent: 2 - - uid: 16329 + - uid: 16344 components: - type: Transform - pos: -17.5,60.5 + pos: -19.5,75.5 parent: 2 - - uid: 16330 + - uid: 16345 components: - type: Transform - pos: -36.5,37.5 + pos: -19.5,69.5 parent: 2 - - uid: 16340 + - uid: 16349 components: - type: Transform - pos: -17.5,59.5 + pos: -17.5,52.5 parent: 2 - - uid: 16348 + - uid: 16353 components: - type: Transform - pos: -17.5,53.5 + pos: -19.5,74.5 parent: 2 - - uid: 16349 + - uid: 16356 components: - type: Transform - pos: -17.5,52.5 + pos: -19.5,63.5 parent: 2 - - uid: 16353 + - uid: 16362 components: - type: Transform - pos: -9.5,62.5 + rot: -1.5707963267948966 rad + pos: -12.5,87.5 parent: 2 - - uid: 16354 + - uid: 16364 components: - type: Transform - pos: -9.5,61.5 + pos: -49.5,54.5 parent: 2 - - uid: 16362 + - uid: 16367 components: - type: Transform - pos: -12.5,66.5 + rot: -1.5707963267948966 rad + pos: -12.5,86.5 parent: 2 - uid: 16397 components: @@ -233925,16 +255073,6 @@ entities: - type: Transform pos: 46.5,16.5 parent: 2 - - uid: 16402 - components: - - type: Transform - pos: -28.5,68.5 - parent: 2 - - uid: 16406 - components: - - type: Transform - pos: -24.5,68.5 - parent: 2 - uid: 16425 components: - type: Transform @@ -233951,11 +255089,10 @@ entities: - type: Transform pos: -23.5,52.5 parent: 2 - - uid: 16456 + - uid: 16471 components: - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,16.5 + pos: -4.5,47.5 parent: 2 - uid: 16473 components: @@ -233963,6 +255100,11 @@ entities: rot: 3.141592653589793 rad pos: -53.5,53.5 parent: 2 + - uid: 16475 + components: + - type: Transform + pos: -19.5,67.5 + parent: 2 - uid: 16478 components: - type: Transform @@ -233973,23 +255115,11 @@ entities: - type: Transform pos: -61.5,42.5 parent: 2 - - uid: 16482 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,45.5 - parent: 2 - - uid: 16492 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,2.5 - parent: 2 - - uid: 16499 + - uid: 16480 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,51.5 + rot: 1.5707963267948966 rad + pos: 19.5,78.5 parent: 2 - uid: 16500 components: @@ -234003,29 +255133,23 @@ entities: rot: 3.141592653589793 rad pos: -63.5,52.5 parent: 2 - - uid: 16508 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -11.5,47.5 - parent: 2 - uid: 16524 components: - type: Transform rot: 3.141592653589793 rad pos: -63.5,53.5 parent: 2 - - uid: 16542 + - uid: 16529 components: - type: Transform - rot: 3.141592653589793 rad - pos: -63.5,54.5 + rot: 1.5707963267948966 rad + pos: 19.5,75.5 parent: 2 - - uid: 16543 + - uid: 16542 components: - type: Transform rot: 3.141592653589793 rad - pos: -58.5,60.5 + pos: -63.5,54.5 parent: 2 - uid: 16570 components: @@ -234038,12 +255162,24 @@ entities: - type: Transform pos: -42.5,37.5 parent: 2 + - uid: 16582 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,95.5 + parent: 2 - uid: 16587 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,25.5 parent: 2 + - uid: 16597 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -55.5,54.5 + parent: 2 - uid: 16661 components: - type: Transform @@ -234084,12 +255220,6 @@ entities: rot: 1.5707963267948966 rad pos: 19.5,-27.5 parent: 2 - - uid: 16963 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,14.5 - parent: 2 - uid: 16985 components: - type: Transform @@ -234108,6 +255238,12 @@ entities: rot: 3.141592653589793 rad pos: -58.5,20.5 parent: 2 + - uid: 17023 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,88.5 + parent: 2 - uid: 17028 components: - type: Transform @@ -234149,6 +255285,11 @@ entities: rot: 1.5707963267948966 rad pos: -22.5,35.5 parent: 2 + - uid: 17135 + components: + - type: Transform + pos: -19.5,64.5 + parent: 2 - uid: 17176 components: - type: Transform @@ -234161,6 +255302,12 @@ entities: rot: 3.141592653589793 rad pos: -58.5,21.5 parent: 2 + - uid: 17313 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,68.5 + parent: 2 - uid: 17362 components: - type: Transform @@ -234194,6 +255341,12 @@ entities: rot: 1.5707963267948966 rad pos: 12.5,-27.5 parent: 2 + - uid: 17623 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,79.5 + parent: 2 - uid: 17651 components: - type: Transform @@ -234229,10 +255382,10 @@ entities: - type: Transform pos: -24.5,47.5 parent: 2 - - uid: 17796 + - uid: 17751 components: - type: Transform - pos: -98.5,-13.5 + pos: -29.5,90.5 parent: 2 - uid: 17797 components: @@ -234257,26 +255410,6 @@ entities: rot: -1.5707963267948966 rad pos: -62.5,26.5 parent: 2 - - uid: 17910 - components: - - type: Transform - pos: -20.5,68.5 - parent: 2 - - uid: 17929 - components: - - type: Transform - pos: -16.5,68.5 - parent: 2 - - uid: 17966 - components: - - type: Transform - pos: -12.5,68.5 - parent: 2 - - uid: 17972 - components: - - type: Transform - pos: -6.5,68.5 - parent: 2 - uid: 17973 components: - type: Transform @@ -234303,56 +255436,11 @@ entities: - type: Transform pos: -31.5,56.5 parent: 2 - - uid: 17984 - components: - - type: Transform - pos: -32.5,56.5 - parent: 2 - - uid: 18001 - components: - - type: Transform - pos: -31.5,68.5 - parent: 2 - - uid: 18003 - components: - - type: Transform - pos: -29.5,68.5 - parent: 2 - uid: 18005 components: - type: Transform pos: -31.5,63.5 parent: 2 - - uid: 18008 - components: - - type: Transform - pos: -0.5,62.5 - parent: 2 - - uid: 18009 - components: - - type: Transform - pos: -5.5,62.5 - parent: 2 - - uid: 18010 - components: - - type: Transform - pos: -4.5,62.5 - parent: 2 - - uid: 18011 - components: - - type: Transform - pos: -6.5,62.5 - parent: 2 - - uid: 18012 - components: - - type: Transform - pos: -2.5,62.5 - parent: 2 - - uid: 18013 - components: - - type: Transform - pos: -7.5,62.5 - parent: 2 - uid: 18015 components: - type: Transform @@ -234370,40 +255458,25 @@ entities: rot: 1.5707963267948966 rad pos: -74.5,14.5 parent: 2 - - uid: 18034 - components: - - type: Transform - pos: -1.5,62.5 - parent: 2 - - uid: 18035 - components: - - type: Transform - pos: -0.5,65.5 - parent: 2 - - uid: 18038 - components: - - type: Transform - pos: -24.5,66.5 - parent: 2 - - uid: 18039 + - uid: 18066 components: - type: Transform - pos: -20.5,66.5 + pos: -19.5,80.5 parent: 2 - - uid: 18042 + - uid: 18067 components: - type: Transform - pos: -40.5,70.5 + pos: -18.5,80.5 parent: 2 - - uid: 18081 + - uid: 18074 components: - type: Transform - pos: -6.5,69.5 + pos: -15.5,80.5 parent: 2 - - uid: 18087 + - uid: 18075 components: - type: Transform - pos: -6.5,66.5 + pos: -14.5,80.5 parent: 2 - uid: 18098 components: @@ -234423,48 +255496,14 @@ entities: - uid: 18114 components: - type: Transform - pos: -5.5,69.5 + rot: 3.141592653589793 rad + pos: 5.5,88.5 parent: 2 - uid: 18117 components: - type: Transform pos: 12.5,58.5 parent: 2 - - uid: 18120 - components: - - type: Transform - pos: -3.5,69.5 - parent: 2 - - uid: 18126 - components: - - type: Transform - pos: -2.5,69.5 - parent: 2 - - uid: 18127 - components: - - type: Transform - pos: -1.5,69.5 - parent: 2 - - uid: 18128 - components: - - type: Transform - pos: -0.5,69.5 - parent: 2 - - uid: 18129 - components: - - type: Transform - pos: -0.5,68.5 - parent: 2 - - uid: 18130 - components: - - type: Transform - pos: -0.5,67.5 - parent: 2 - - uid: 18131 - components: - - type: Transform - pos: -0.5,66.5 - parent: 2 - uid: 18180 components: - type: Transform @@ -234476,116 +255515,49 @@ entities: rot: -1.5707963267948966 rad pos: -66.5,25.5 parent: 2 - - uid: 18203 - components: - - type: Transform - pos: -12.5,72.5 - parent: 2 - - uid: 18204 - components: - - type: Transform - pos: -11.5,72.5 - parent: 2 - - uid: 18205 - components: - - type: Transform - pos: -10.5,72.5 - parent: 2 - - uid: 18206 - components: - - type: Transform - pos: -9.5,72.5 - parent: 2 - - uid: 18207 - components: - - type: Transform - pos: -8.5,72.5 - parent: 2 - - uid: 18208 - components: - - type: Transform - pos: -7.5,72.5 - parent: 2 - - uid: 18209 - components: - - type: Transform - pos: -6.5,72.5 - parent: 2 - - uid: 18210 - components: - - type: Transform - pos: -5.5,72.5 - parent: 2 - - uid: 18211 - components: - - type: Transform - pos: -4.5,72.5 - parent: 2 - - uid: 18212 - components: - - type: Transform - pos: -3.5,72.5 - parent: 2 - - uid: 18213 - components: - - type: Transform - pos: -2.5,72.5 - parent: 2 - - uid: 18214 - components: - - type: Transform - pos: -1.5,72.5 - parent: 2 - - uid: 18215 - components: - - type: Transform - pos: -0.5,72.5 - parent: 2 - - uid: 18224 - components: - - type: Transform - pos: -28.5,74.5 - parent: 2 - - uid: 18225 + - uid: 18236 components: - type: Transform - pos: -45.5,55.5 + rot: 1.5707963267948966 rad + pos: -74.5,16.5 parent: 2 - - uid: 18226 + - uid: 18246 components: - type: Transform - pos: -38.5,55.5 + pos: -48.5,81.5 parent: 2 - - uid: 18230 + - uid: 18255 components: - type: Transform - pos: -45.5,71.5 + pos: -73.5,55.5 parent: 2 - - uid: 18236 + - uid: 18277 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -74.5,16.5 + rot: -1.5707963267948966 rad + pos: -11.5,50.5 parent: 2 - - uid: 18255 + - uid: 18295 components: - type: Transform - pos: -33.5,56.5 + rot: -1.5707963267948966 rad + pos: -11.5,48.5 parent: 2 - - uid: 18272 + - uid: 18296 components: - type: Transform - pos: -24.5,67.5 + pos: 25.5,63.5 parent: 2 - - uid: 18273 + - uid: 18309 components: - type: Transform - pos: -28.5,67.5 + pos: 16.5,43.5 parent: 2 - - uid: 18274 + - uid: 18310 components: - type: Transform - pos: -30.5,67.5 + rot: 3.141592653589793 rad + pos: 18.5,60.5 parent: 2 - uid: 18343 components: @@ -234626,12 +255598,23 @@ entities: - uid: 18379 components: - type: Transform - pos: -36.5,48.5 + pos: -49.5,60.5 parent: 2 - - uid: 18392 + - uid: 18384 components: - type: Transform - pos: -33.5,68.5 + pos: -19.5,60.5 + parent: 2 + - uid: 18399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,63.5 + parent: 2 + - uid: 18578 + components: + - type: Transform + pos: -49.5,77.5 parent: 2 - uid: 18688 components: @@ -234639,6 +255622,23 @@ entities: rot: -1.5707963267948966 rad pos: 70.5,21.5 parent: 2 + - uid: 18693 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,84.5 + parent: 2 + - uid: 18694 + components: + - type: Transform + pos: -24.5,74.5 + parent: 2 + - uid: 18789 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,65.5 + parent: 2 - uid: 18814 components: - type: Transform @@ -234670,6 +255670,16 @@ entities: - type: Transform pos: -110.5,68.5 parent: 2 + - uid: 18949 + components: + - type: Transform + pos: 36.5,61.5 + parent: 2 + - uid: 18954 + components: + - type: Transform + pos: 30.5,61.5 + parent: 2 - uid: 18956 components: - type: Transform @@ -234743,6 +255753,17 @@ entities: rot: 3.141592653589793 rad pos: 84.5,-9.5 parent: 2 + - uid: 19269 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,41.5 + parent: 2 + - uid: 19272 + components: + - type: Transform + pos: -48.5,80.5 + parent: 2 - uid: 19281 components: - type: Transform @@ -234772,137 +255793,144 @@ entities: rot: -1.5707963267948966 rad pos: -63.5,21.5 parent: 2 - - uid: 19312 - components: - - type: Transform - pos: -47.5,61.5 - parent: 2 - - uid: 19313 + - uid: 19320 components: - type: Transform - pos: -47.5,60.5 + pos: -49.5,61.5 parent: 2 - - uid: 19314 + - uid: 19321 components: - type: Transform - pos: -47.5,59.5 + pos: 25.5,65.5 parent: 2 - - uid: 19320 + - uid: 19344 components: - type: Transform - pos: -49.5,61.5 + rot: 3.141592653589793 rad + pos: 45.5,-5.5 parent: 2 - - uid: 19434 + - uid: 19348 components: - type: Transform rot: 3.141592653589793 rad - pos: -74.5,26.5 + pos: 43.5,65.5 parent: 2 - - uid: 19466 + - uid: 19401 components: - type: Transform - pos: -1.5,79.5 + pos: 25.5,64.5 parent: 2 - - uid: 19467 + - uid: 19404 components: - type: Transform - pos: -2.5,79.5 + rot: 3.141592653589793 rad + pos: 50.5,61.5 parent: 2 - - uid: 19468 + - uid: 19434 components: - type: Transform - pos: -3.5,79.5 + rot: 3.141592653589793 rad + pos: -74.5,26.5 parent: 2 - - uid: 19469 + - uid: 19450 components: - type: Transform - pos: 4.5,79.5 + rot: 1.5707963267948966 rad + pos: -29.5,74.5 parent: 2 - - uid: 19470 + - uid: 19502 components: - type: Transform - pos: 6.5,79.5 + pos: -13.5,80.5 parent: 2 - - uid: 19471 + - uid: 19505 components: - type: Transform - pos: 5.5,79.5 + rot: 3.141592653589793 rad + pos: 13.5,95.5 parent: 2 - - uid: 19520 + - uid: 19506 components: - type: Transform - pos: 15.5,72.5 + rot: 3.141592653589793 rad + pos: 14.5,95.5 parent: 2 - - uid: 19521 + - uid: 19515 components: - type: Transform - pos: 15.5,73.5 + rot: -1.5707963267948966 rad + pos: 15.5,66.5 parent: 2 - uid: 19522 components: - type: Transform - pos: 12.5,79.5 + rot: -1.5707963267948966 rad + pos: -13.5,51.5 parent: 2 - - uid: 19523 + - uid: 19541 components: - type: Transform - pos: 13.5,79.5 + rot: 1.5707963267948966 rad + pos: 36.5,54.5 parent: 2 - - uid: 19524 + - uid: 19542 components: - type: Transform - pos: 14.5,79.5 + rot: 1.5707963267948966 rad + pos: 36.5,56.5 parent: 2 - - uid: 19525 + - uid: 19549 components: - type: Transform - pos: 15.5,79.5 + rot: -1.5707963267948966 rad + pos: -13.5,70.5 parent: 2 - - uid: 19526 + - uid: 19550 components: - type: Transform - pos: 15.5,78.5 + pos: 6.5,79.5 parent: 2 - - uid: 19527 + - uid: 19563 components: - type: Transform - pos: -9.5,79.5 + rot: -1.5707963267948966 rad + pos: 13.5,72.5 parent: 2 - - uid: 19528 + - uid: 19568 components: - type: Transform - pos: -10.5,79.5 + rot: 3.141592653589793 rad + pos: -13.5,90.5 parent: 2 - - uid: 19529 + - uid: 19573 components: - type: Transform - pos: -11.5,79.5 + rot: 3.141592653589793 rad + pos: -12.5,91.5 parent: 2 - - uid: 19530 + - uid: 19575 components: - type: Transform - pos: -12.5,79.5 + rot: -1.5707963267948966 rad + pos: -34.5,68.5 parent: 2 - - uid: 19531 + - uid: 19582 components: - type: Transform - pos: -12.5,78.5 + rot: 3.141592653589793 rad + pos: -13.5,94.5 parent: 2 - - uid: 19532 + - uid: 19602 components: - type: Transform - pos: -12.5,73.5 + rot: 1.5707963267948966 rad + pos: 45.5,67.5 parent: 2 - uid: 19603 components: - type: Transform pos: -16.5,52.5 parent: 2 - - uid: 19627 - components: - - type: Transform - pos: -47.5,56.5 - parent: 2 - uid: 19628 components: - type: Transform @@ -234913,10 +255941,11 @@ entities: - type: Transform pos: 12.5,63.5 parent: 2 - - uid: 19632 + - uid: 19633 components: - type: Transform - pos: -47.5,57.5 + rot: 3.141592653589793 rad + pos: -20.5,80.5 parent: 2 - uid: 19664 components: @@ -234943,60 +255972,54 @@ entities: - type: Transform pos: 14.5,63.5 parent: 2 - - uid: 19690 - components: - - type: Transform - pos: -39.5,57.5 - parent: 2 - - uid: 19705 - components: - - type: Transform - pos: -35.5,57.5 - parent: 2 - - uid: 19708 + - uid: 19692 components: - type: Transform - pos: -34.5,67.5 + pos: -23.5,80.5 parent: 2 - uid: 19709 components: - type: Transform pos: -45.5,68.5 parent: 2 - - uid: 19710 + - uid: 19711 components: - type: Transform - pos: -38.5,57.5 + pos: -40.5,57.5 parent: 2 - - uid: 19711 + - uid: 19733 components: - type: Transform - pos: -40.5,57.5 + pos: 4.5,63.5 parent: 2 - - uid: 19717 + - uid: 19758 components: - type: Transform - pos: -37.5,57.5 + pos: -71.5,-9.5 parent: 2 - - uid: 19719 + - uid: 19774 components: - type: Transform - pos: -36.5,57.5 + rot: -1.5707963267948966 rad + pos: -14.5,70.5 parent: 2 - - uid: 19733 + - uid: 19808 components: - type: Transform - pos: 4.5,63.5 + rot: 3.141592653589793 rad + pos: -49.5,53.5 parent: 2 - - uid: 19758 + - uid: 19809 components: - type: Transform - pos: -71.5,-9.5 + rot: -1.5707963267948966 rad + pos: -24.5,70.5 parent: 2 - uid: 19812 components: - type: Transform - pos: 12.5,59.5 + rot: 1.5707963267948966 rad + pos: 19.5,76.5 parent: 2 - uid: 19816 components: @@ -235013,16 +256036,6 @@ entities: - type: Transform pos: -45.5,61.5 parent: 2 - - uid: 19826 - components: - - type: Transform - pos: -45.5,57.5 - parent: 2 - - uid: 19827 - components: - - type: Transform - pos: -42.5,57.5 - parent: 2 - uid: 19829 components: - type: Transform @@ -235050,6 +256063,11 @@ entities: rot: 1.5707963267948966 rad pos: -80.5,12.5 parent: 2 + - uid: 19860 + components: + - type: Transform + pos: -7.5,47.5 + parent: 2 - uid: 19880 components: - type: Transform @@ -235082,15 +256100,21 @@ entities: - type: Transform pos: -96.5,69.5 parent: 2 + - uid: 19976 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,88.5 + parent: 2 - uid: 19995 components: - type: Transform pos: 9.5,-24.5 parent: 2 - - uid: 20184 + - uid: 20205 components: - type: Transform - pos: -41.5,57.5 + pos: -70.5,47.5 parent: 2 - uid: 20210 components: @@ -235112,6 +256136,12 @@ entities: - type: Transform pos: -34.5,50.5 parent: 2 + - uid: 20285 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,93.5 + parent: 2 - uid: 20298 components: - type: Transform @@ -235149,12 +256179,6 @@ entities: - type: Transform pos: -29.5,53.5 parent: 2 - - uid: 20607 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -91.5,-6.5 - parent: 2 - uid: 20610 components: - type: Transform @@ -235166,26 +256190,33 @@ entities: rot: -1.5707963267948966 rad pos: -101.5,17.5 parent: 2 - - uid: 20644 + - uid: 20657 components: - type: Transform - pos: -24.5,-11.5 + rot: 3.141592653589793 rad + pos: -50.5,68.5 parent: 2 - - uid: 20673 + - uid: 20671 components: - type: Transform - pos: 59.5,-34.5 + rot: -1.5707963267948966 rad + pos: -53.5,82.5 parent: 2 - - uid: 20682 + - uid: 20673 components: - type: Transform - pos: -40.5,72.5 + pos: 59.5,-34.5 parent: 2 - uid: 20684 components: - type: Transform pos: 58.5,-34.5 parent: 2 + - uid: 20694 + components: + - type: Transform + pos: -50.5,82.5 + parent: 2 - uid: 20716 components: - type: Transform @@ -235203,20 +256234,10 @@ entities: rot: 3.141592653589793 rad pos: 110.5,-15.5 parent: 2 - - uid: 20838 - components: - - type: Transform - pos: -34.5,74.5 - parent: 2 - - uid: 20864 - components: - - type: Transform - pos: -40.5,73.5 - parent: 2 - - uid: 20869 + - uid: 20867 components: - type: Transform - pos: -22.5,-6.5 + pos: -52.5,82.5 parent: 2 - uid: 20997 components: @@ -235242,22 +256263,17 @@ entities: rot: 3.141592653589793 rad pos: -74.5,27.5 parent: 2 - - uid: 21016 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,10.5 - parent: 2 - - uid: 21075 + - uid: 21014 components: - type: Transform - pos: -37.5,55.5 + rot: 3.141592653589793 rad + pos: -10.5,95.5 parent: 2 - - uid: 21087 + - uid: 21016 components: - type: Transform rot: -1.5707963267948966 rad - pos: -101.5,1.5 + pos: -49.5,10.5 parent: 2 - uid: 21107 components: @@ -235270,18 +256286,6 @@ entities: - type: Transform pos: 24.5,-23.5 parent: 2 - - uid: 21115 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,6.5 - parent: 2 - - uid: 21116 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -94.5,5.5 - parent: 2 - uid: 21187 components: - type: Transform @@ -235334,6 +256338,109 @@ entities: rot: 3.141592653589793 rad pos: -35.5,24.5 parent: 2 + - uid: 21688 + components: + - type: Transform + pos: -16.5,60.5 + parent: 2 + - uid: 21704 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,51.5 + parent: 2 + - uid: 21719 + components: + - type: Transform + pos: -18.5,60.5 + parent: 2 + - uid: 21725 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,95.5 + parent: 2 + - uid: 21735 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,83.5 + parent: 2 + - uid: 21742 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,72.5 + parent: 2 + - uid: 21743 + components: + - type: Transform + pos: 32.5,61.5 + parent: 2 + - uid: 21745 + components: + - type: Transform + pos: 34.5,61.5 + parent: 2 + - uid: 21754 + components: + - type: Transform + pos: -18.5,86.5 + parent: 2 + - uid: 21761 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,95.5 + parent: 2 + - uid: 21765 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,72.5 + parent: 2 + - uid: 21766 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 5.5,95.5 + parent: 2 + - uid: 21767 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,72.5 + parent: 2 + - uid: 21770 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,72.5 + parent: 2 + - uid: 21772 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,95.5 + parent: 2 + - uid: 21776 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,72.5 + parent: 2 + - uid: 21777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,72.5 + parent: 2 + - uid: 21778 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,64.5 + parent: 2 - uid: 21782 components: - type: Transform @@ -235343,7 +256450,13 @@ entities: components: - type: Transform rot: -1.5707963267948966 rad - pos: -14.5,47.5 + pos: 6.5,72.5 + parent: 2 + - uid: 21784 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,88.5 parent: 2 - uid: 21785 components: @@ -235381,12 +256494,8 @@ entities: - uid: 22107 components: - type: Transform - pos: 12.5,60.5 - parent: 2 - - uid: 22167 - components: - - type: Transform - pos: -87.5,11.5 + rot: 3.141592653589793 rad + pos: -43.5,86.5 parent: 2 - uid: 22224 components: @@ -235475,16 +256584,11 @@ entities: - type: Transform pos: -45.5,63.5 parent: 2 - - uid: 22374 - components: - - type: Transform - pos: -18.5,-6.5 - parent: 2 - - uid: 22452 + - uid: 22409 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -93.5,6.5 + rot: 3.141592653589793 rad + pos: 49.5,61.5 parent: 2 - uid: 22505 components: @@ -235498,6 +256602,11 @@ entities: rot: -1.5707963267948966 rad pos: 23.5,36.5 parent: 2 + - uid: 22567 + components: + - type: Transform + pos: 23.5,58.5 + parent: 2 - uid: 22573 components: - type: Transform @@ -235560,6 +256669,24 @@ entities: - type: Transform pos: -40.5,-7.5 parent: 2 + - uid: 22766 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,89.5 + parent: 2 + - uid: 22771 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,88.5 + parent: 2 + - uid: 22796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,94.5 + parent: 2 - uid: 22835 components: - type: Transform @@ -235571,11 +256698,56 @@ entities: - type: Transform pos: 3.5,46.5 parent: 2 + - uid: 22888 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,88.5 + parent: 2 + - uid: 22898 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,81.5 + parent: 2 + - uid: 22945 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,95.5 + parent: 2 - uid: 22949 components: - type: Transform pos: 59.5,-33.5 parent: 2 + - uid: 22965 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,94.5 + parent: 2 + - uid: 22972 + components: + - type: Transform + pos: 14.5,79.5 + parent: 2 + - uid: 22973 + components: + - type: Transform + pos: 14.5,83.5 + parent: 2 + - uid: 22974 + components: + - type: Transform + pos: 14.5,81.5 + parent: 2 + - uid: 23036 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,61.5 + parent: 2 - uid: 23043 components: - type: Transform @@ -235602,23 +256774,11 @@ entities: - type: Transform pos: 24.5,-17.5 parent: 2 - - uid: 23124 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,5.5 - parent: 2 - uid: 23142 components: - type: Transform pos: -44.5,-7.5 parent: 2 - - uid: 23143 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,4.5 - parent: 2 - uid: 23149 components: - type: Transform @@ -235629,11 +256789,40 @@ entities: - type: Transform pos: 54.5,-34.5 parent: 2 + - uid: 23186 + components: + - type: Transform + pos: -49.5,57.5 + parent: 2 + - uid: 23193 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,53.5 + parent: 2 + - uid: 23200 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,77.5 + parent: 2 - uid: 23201 components: - type: Transform pos: -23.5,28.5 parent: 2 + - uid: 23202 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,75.5 + parent: 2 + - uid: 23203 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,76.5 + parent: 2 - uid: 23294 components: - type: Transform @@ -235645,6 +256834,12 @@ entities: rot: 3.141592653589793 rad pos: 83.5,-23.5 parent: 2 + - uid: 23357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -45.5,74.5 + parent: 2 - uid: 23365 components: - type: Transform @@ -235657,16 +256852,44 @@ entities: rot: 3.141592653589793 rad pos: 95.5,-7.5 parent: 2 + - uid: 23397 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,78.5 + parent: 2 + - uid: 23402 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,73.5 + parent: 2 + - uid: 23404 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 19.5,77.5 + parent: 2 + - uid: 23416 + components: + - type: Transform + pos: -16.5,72.5 + parent: 2 - uid: 23444 components: - type: Transform rot: 3.141592653589793 rad pos: 111.5,-10.5 parent: 2 - - uid: 23501 + - uid: 23459 components: - type: Transform - pos: -77.5,-7.5 + pos: 12.5,59.5 + parent: 2 + - uid: 23484 + components: + - type: Transform + pos: -24.5,80.5 parent: 2 - uid: 23522 components: @@ -235697,12 +256920,6 @@ entities: rot: 3.141592653589793 rad pos: 92.5,-6.5 parent: 2 - - uid: 23585 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,59.5 - parent: 2 - uid: 23588 components: - type: Transform @@ -235726,11 +256943,28 @@ entities: rot: 3.141592653589793 rad pos: 6.5,-17.5 parent: 2 + - uid: 23679 + components: + - type: Transform + pos: -14.5,79.5 + parent: 2 + - uid: 23696 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,74.5 + parent: 2 - uid: 23697 components: - type: Transform pos: -42.5,33.5 parent: 2 + - uid: 23715 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,75.5 + parent: 2 - uid: 23744 components: - type: Transform @@ -235743,6 +256977,12 @@ entities: rot: -1.5707963267948966 rad pos: 78.5,-11.5 parent: 2 + - uid: 23753 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,55.5 + parent: 2 - uid: 23764 components: - type: Transform @@ -235755,11 +256995,6 @@ entities: rot: 3.141592653589793 rad pos: -53.5,42.5 parent: 2 - - uid: 23789 - components: - - type: Transform - pos: -50.5,57.5 - parent: 2 - uid: 23798 components: - type: Transform @@ -235817,12 +257052,34 @@ entities: rot: -1.5707963267948966 rad pos: -56.5,26.5 parent: 2 + - uid: 24066 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,64.5 + parent: 2 + - uid: 24090 + components: + - type: Transform + pos: -49.5,76.5 + parent: 2 - uid: 24110 components: - type: Transform rot: 1.5707963267948966 rad pos: 15.5,-27.5 parent: 2 + - uid: 24111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,66.5 + parent: 2 + - uid: 24123 + components: + - type: Transform + pos: 22.5,60.5 + parent: 2 - uid: 24149 components: - type: Transform @@ -235835,6 +257092,12 @@ entities: rot: 1.5707963267948966 rad pos: 3.5,-19.5 parent: 2 + - uid: 24311 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,65.5 + parent: 2 - uid: 24320 components: - type: Transform @@ -235859,18 +257122,40 @@ entities: rot: 3.141592653589793 rad pos: 7.5,-17.5 parent: 2 + - uid: 24584 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,68.5 + parent: 2 - uid: 24655 components: - type: Transform rot: 1.5707963267948966 rad pos: 5.5,-19.5 parent: 2 + - uid: 24691 + components: + - type: Transform + pos: -18.5,75.5 + parent: 2 - uid: 24693 components: - type: Transform rot: 3.141592653589793 rad pos: -39.5,27.5 parent: 2 + - uid: 24699 + components: + - type: Transform + pos: -17.5,75.5 + parent: 2 + - uid: 24705 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,75.5 + parent: 2 - uid: 24787 components: - type: Transform @@ -235909,11 +257194,6 @@ entities: - type: Transform pos: 61.5,45.5 parent: 2 - - uid: 25144 - components: - - type: Transform - pos: -36.5,53.5 - parent: 2 - uid: 25155 components: - type: Transform @@ -235941,6 +257221,12 @@ entities: rot: 1.5707963267948966 rad pos: 40.5,15.5 parent: 2 + - uid: 25280 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,70.5 + parent: 2 - uid: 25289 components: - type: Transform @@ -235999,6 +257285,40 @@ entities: rot: -1.5707963267948966 rad pos: 28.5,36.5 parent: 2 + - uid: 25654 + components: + - type: Transform + pos: 42.5,65.5 + parent: 2 + - uid: 25670 + components: + - type: Transform + pos: 25.5,62.5 + parent: 2 + - uid: 25673 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,61.5 + parent: 2 + - uid: 25690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,65.5 + parent: 2 + - uid: 25694 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,61.5 + parent: 2 + - uid: 25695 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,57.5 + parent: 2 - uid: 25744 components: - type: Transform @@ -236104,11 +257424,23 @@ entities: - type: Transform pos: -24.5,50.5 parent: 2 + - uid: 26020 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -70.5,53.5 + parent: 2 - uid: 26021 components: - type: Transform pos: -22.5,52.5 parent: 2 + - uid: 26039 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,94.5 + parent: 2 - uid: 26075 components: - type: Transform @@ -236126,28 +257458,119 @@ entities: rot: 1.5707963267948966 rad pos: 15.5,-33.5 parent: 2 - - uid: 26182 + - uid: 26139 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,90.5 + parent: 2 + - uid: 26144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,94.5 + parent: 2 + - uid: 26145 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,94.5 + parent: 2 + - uid: 26146 components: - type: Transform rot: -1.5707963267948966 rad - pos: -101.5,-0.5 + pos: -44.5,94.5 parent: 2 - - uid: 26185 + - uid: 26150 components: - type: Transform rot: -1.5707963267948966 rad - pos: 9.5,-44.5 + pos: -43.5,94.5 parent: 2 - - uid: 26199 + - uid: 26151 components: - type: Transform rot: -1.5707963267948966 rad - pos: -10.5,46.5 + pos: -46.5,94.5 parent: 2 - - uid: 26215 + - uid: 26154 components: - type: Transform - pos: -35.5,54.5 + rot: -1.5707963267948966 rad + pos: -45.5,94.5 + parent: 2 + - uid: 26156 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,86.5 + parent: 2 + - uid: 26157 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,86.5 + parent: 2 + - uid: 26158 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,86.5 + parent: 2 + - uid: 26159 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,86.5 + parent: 2 + - uid: 26160 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,86.5 + parent: 2 + - uid: 26169 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,90.5 + parent: 2 + - uid: 26173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,90.5 + parent: 2 + - uid: 26174 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,90.5 + parent: 2 + - uid: 26175 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,90.5 + parent: 2 + - uid: 26176 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,94.5 + parent: 2 + - uid: 26185 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-44.5 + parent: 2 + - uid: 26199 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,94.5 parent: 2 - uid: 26221 components: @@ -236155,6 +257578,12 @@ entities: rot: -1.5707963267948966 rad pos: -63.5,-29.5 parent: 2 + - uid: 26225 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,86.5 + parent: 2 - uid: 26265 components: - type: Transform @@ -236317,11 +257746,77 @@ entities: rot: 3.141592653589793 rad pos: 58.5,46.5 parent: 2 + - uid: 26444 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -75.5,53.5 + parent: 2 + - uid: 26468 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,84.5 + parent: 2 + - uid: 26473 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,74.5 + parent: 2 + - uid: 26476 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,78.5 + parent: 2 + - uid: 26477 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,78.5 + parent: 2 - uid: 26481 components: - type: Transform pos: -32.5,5.5 parent: 2 + - uid: 26485 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,82.5 + parent: 2 + - uid: 26487 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,82.5 + parent: 2 + - uid: 26489 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,82.5 + parent: 2 + - uid: 26492 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,82.5 + parent: 2 + - uid: 26493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,78.5 + parent: 2 + - uid: 26494 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,82.5 + parent: 2 - uid: 26505 components: - type: Transform @@ -236343,11 +257838,6 @@ entities: - type: Transform pos: -15.5,52.5 parent: 2 - - uid: 26517 - components: - - type: Transform - pos: -30.5,53.5 - parent: 2 - uid: 26519 components: - type: Transform @@ -236368,12 +257858,6 @@ entities: - type: Transform pos: -128.5,68.5 parent: 2 - - uid: 26703 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,6.5 - parent: 2 - uid: 26713 components: - type: Transform @@ -236443,93 +257927,12 @@ entities: rot: -1.5707963267948966 rad pos: -70.5,26.5 parent: 2 - - uid: 26768 - components: - - type: Transform - pos: -87.5,10.5 - parent: 2 - - uid: 26772 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,18.5 - parent: 2 - - uid: 26773 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,18.5 - parent: 2 - - uid: 26775 - components: - - type: Transform - pos: -89.5,-3.5 - parent: 2 - - uid: 26776 - components: - - type: Transform - pos: -89.5,10.5 - parent: 2 - - uid: 26777 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,5.5 - parent: 2 - uid: 26806 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-47.5 parent: 2 - - uid: 26831 - components: - - type: Transform - pos: -95.5,-0.5 - parent: 2 - - uid: 26845 - components: - - type: Transform - pos: -86.5,11.5 - parent: 2 - - uid: 26880 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,5.5 - parent: 2 - - uid: 26892 - components: - - type: Transform - pos: -88.5,-2.5 - parent: 2 - - uid: 26893 - components: - - type: Transform - pos: -86.5,-1.5 - parent: 2 - - uid: 26894 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -86.5,4.5 - parent: 2 - - uid: 26924 - components: - - type: Transform - pos: -88.5,10.5 - parent: 2 - - uid: 26926 - components: - - type: Transform - pos: -89.5,-2.5 - parent: 2 - - uid: 26935 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,20.5 - parent: 2 - uid: 27111 components: - type: Transform @@ -236546,102 +257949,12 @@ entities: - type: Transform pos: -33.5,-12.5 parent: 2 - - uid: 27203 - components: - - type: Transform - pos: -87.5,-2.5 - parent: 2 - - uid: 27204 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -89.5,19.5 - parent: 2 - - uid: 27208 - components: - - type: Transform - pos: -87.5,-1.5 - parent: 2 - - uid: 27209 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -87.5,19.5 - parent: 2 - - uid: 27211 - components: - - type: Transform - pos: -90.5,-3.5 - parent: 2 - - uid: 27212 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,16.5 - parent: 2 - - uid: 27214 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,20.5 - parent: 2 - - uid: 27215 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -90.5,20.5 - parent: 2 - - uid: 27216 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -95.5,17.5 - parent: 2 - - uid: 27222 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,2.5 - parent: 2 - - uid: 27224 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -95.5,3.5 - parent: 2 - - uid: 27225 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -96.5,3.5 - parent: 2 - - uid: 27226 - components: - - type: Transform - pos: -93.5,-3.5 - parent: 2 - - uid: 27243 - components: - - type: Transform - pos: -97.5,2.5 - parent: 2 - - uid: 27244 - components: - - type: Transform - pos: -96.5,2.5 - parent: 2 - uid: 27298 components: - type: Transform rot: 1.5707963267948966 rad pos: 12.5,-33.5 parent: 2 - - uid: 27345 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,65.5 - parent: 2 - uid: 27445 components: - type: Transform @@ -236701,11 +258014,6 @@ entities: - type: Transform pos: -18.5,47.5 parent: 2 - - uid: 27808 - components: - - type: Transform - pos: -2.5,47.5 - parent: 2 - uid: 27811 components: - type: Transform @@ -236717,11 +258025,6 @@ entities: rot: 1.5707963267948966 rad pos: 22.5,-27.5 parent: 2 - - uid: 27844 - components: - - type: Transform - pos: -36.5,55.5 - parent: 2 - uid: 27869 components: - type: Transform @@ -236733,10 +258036,11 @@ entities: - type: Transform pos: -34.5,53.5 parent: 2 - - uid: 27965 + - uid: 28016 components: - type: Transform - pos: -35.5,53.5 + rot: 3.141592653589793 rad + pos: 30.5,65.5 parent: 2 - uid: 28114 components: @@ -236822,6 +258126,21 @@ entities: - type: Transform pos: -70.5,-4.5 parent: 2 + - uid: 28602 + components: + - type: Transform + pos: -45.5,72.5 + parent: 2 + - uid: 28603 + components: + - type: Transform + pos: -40.5,83.5 + parent: 2 + - uid: 28604 + components: + - type: Transform + pos: -45.5,70.5 + parent: 2 - uid: 28618 components: - type: Transform @@ -236886,11 +258205,15 @@ entities: rot: 3.141592653589793 rad pos: -53.5,48.5 parent: 2 - - uid: 28717 + - uid: 28714 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,60.5 + pos: -39.5,83.5 + parent: 2 + - uid: 28715 + components: + - type: Transform + pos: -39.5,77.5 parent: 2 - uid: 28719 components: @@ -236902,6 +258225,18 @@ entities: - type: Transform pos: -28.5,47.5 parent: 2 + - uid: 28722 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,94.5 + parent: 2 + - uid: 28724 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -31.5,94.5 + parent: 2 - uid: 28728 components: - type: Transform @@ -236947,6 +258282,118 @@ entities: - type: Transform pos: 55.5,35.5 parent: 2 + - uid: 28805 + components: + - type: Transform + pos: -40.5,77.5 + parent: 2 + - uid: 28820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -30.5,94.5 + parent: 2 + - uid: 28830 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,94.5 + parent: 2 + - uid: 28831 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,94.5 + parent: 2 + - uid: 28832 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,94.5 + parent: 2 + - uid: 28833 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,94.5 + parent: 2 + - uid: 28834 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,94.5 + parent: 2 + - uid: 28839 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,94.5 + parent: 2 + - uid: 28840 + components: + - type: Transform + pos: -44.5,77.5 + parent: 2 + - uid: 28841 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,94.5 + parent: 2 + - uid: 28842 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,94.5 + parent: 2 + - uid: 28844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,94.5 + parent: 2 + - uid: 28848 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,94.5 + parent: 2 + - uid: 28878 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,94.5 + parent: 2 + - uid: 28908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,94.5 + parent: 2 + - uid: 28918 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,94.5 + parent: 2 + - uid: 28919 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,94.5 + parent: 2 + - uid: 28927 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,94.5 + parent: 2 + - uid: 28941 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,94.5 + parent: 2 - uid: 28944 components: - type: Transform @@ -236964,6 +258411,17 @@ entities: rot: 3.141592653589793 rad pos: -47.5,37.5 parent: 2 + - uid: 28963 + components: + - type: Transform + pos: -28.5,90.5 + parent: 2 + - uid: 28968 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -27.5,90.5 + parent: 2 - uid: 28994 components: - type: Transform @@ -236975,16 +258433,45 @@ entities: - type: Transform pos: 48.5,-0.5 parent: 2 + - uid: 29022 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,90.5 + parent: 2 + - uid: 29026 + components: + - type: Transform + pos: -39.5,78.5 + parent: 2 + - uid: 29030 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,90.5 + parent: 2 - uid: 29041 components: - type: Transform pos: -33.5,-39.5 parent: 2 + - uid: 29064 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -24.5,90.5 + parent: 2 - uid: 29065 components: - type: Transform pos: -75.5,16.5 parent: 2 + - uid: 29126 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,90.5 + parent: 2 - uid: 29131 components: - type: Transform @@ -237025,16 +258512,6 @@ entities: rot: -1.5707963267948966 rad pos: 70.5,13.5 parent: 2 - - uid: 29189 - components: - - type: Transform - pos: -92.5,-3.5 - parent: 2 - - uid: 29190 - components: - - type: Transform - pos: -96.5,-0.5 - parent: 2 - uid: 29208 components: - type: Transform @@ -237057,12 +258534,41 @@ entities: - type: Transform pos: 45.5,-30.5 parent: 2 + - uid: 29290 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,90.5 + parent: 2 + - uid: 29294 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -21.5,90.5 + parent: 2 + - uid: 29452 + components: + - type: Transform + pos: 14.5,82.5 + parent: 2 + - uid: 29515 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,57.5 + parent: 2 - uid: 29516 components: - type: Transform rot: -1.5707963267948966 rad pos: 78.5,-10.5 parent: 2 + - uid: 29540 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -20.5,90.5 + parent: 2 - uid: 29611 components: - type: Transform @@ -237118,6 +258624,12 @@ entities: - type: Transform pos: 79.5,8.5 parent: 2 + - uid: 29634 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,90.5 + parent: 2 - uid: 29665 components: - type: Transform @@ -237147,6 +258659,12 @@ entities: - type: Transform pos: -44.5,68.5 parent: 2 + - uid: 29708 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -18.5,90.5 + parent: 2 - uid: 29711 components: - type: Transform @@ -237168,6 +258686,12 @@ entities: rot: 3.141592653589793 rad pos: -32.5,41.5 parent: 2 + - uid: 29726 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,55.5 + parent: 2 - uid: 29727 components: - type: Transform @@ -237176,7 +258700,14 @@ entities: - uid: 29811 components: - type: Transform - pos: -16.5,66.5 + rot: 3.141592653589793 rad + pos: -17.5,90.5 + parent: 2 + - uid: 29876 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,50.5 parent: 2 - uid: 29941 components: @@ -237193,6 +258724,12 @@ entities: - type: Transform pos: -65.5,-22.5 parent: 2 + - uid: 29957 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,90.5 + parent: 2 - uid: 29985 components: - type: Transform @@ -237248,12 +258785,6 @@ entities: - type: Transform pos: 83.5,13.5 parent: 2 - - uid: 30004 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -94.5,16.5 - parent: 2 - uid: 30006 components: - type: Transform @@ -237300,34 +258831,28 @@ entities: rot: 1.5707963267948966 rad pos: -75.5,15.5 parent: 2 - - uid: 30276 - components: - - type: Transform - pos: -44.5,-8.5 - parent: 2 - - uid: 30284 + - uid: 30268 components: - type: Transform rot: 3.141592653589793 rad - pos: -93.5,14.5 + pos: -15.5,90.5 parent: 2 - - uid: 30285 + - uid: 30272 components: - type: Transform rot: 3.141592653589793 rad - pos: -93.5,0.5 + pos: -14.5,90.5 parent: 2 - - uid: 30286 + - uid: 30276 components: - type: Transform - rot: 3.141592653589793 rad - pos: -93.5,2.5 + pos: -44.5,-8.5 parent: 2 - - uid: 30288 + - uid: 30277 components: - type: Transform rot: 3.141592653589793 rad - pos: -94.5,0.5 + pos: -47.5,52.5 parent: 2 - uid: 30294 components: @@ -237355,218 +258880,235 @@ entities: - type: Transform pos: -1.5,37.5 parent: 2 - - uid: 30408 + - uid: 30359 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-20.5 + pos: 7.5,84.5 parent: 2 - - uid: 30467 + - uid: 30363 components: - type: Transform - pos: 53.5,-35.5 + rot: 3.141592653589793 rad + pos: -43.5,52.5 parent: 2 - - uid: 30488 + - uid: 30365 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,24.5 + rot: 3.141592653589793 rad + pos: -35.5,90.5 parent: 2 - - uid: 30493 + - uid: 30366 components: - type: Transform - pos: 81.5,8.5 + rot: 3.141592653589793 rad + pos: -36.5,90.5 parent: 2 - - uid: 30525 + - uid: 30368 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,30.5 + pos: 13.5,84.5 parent: 2 - - uid: 30574 + - uid: 30370 components: - type: Transform - rot: 3.141592653589793 rad - pos: -58.5,22.5 + pos: 7.5,78.5 parent: 2 - - uid: 30607 + - uid: 30371 components: - type: Transform - rot: 3.141592653589793 rad - pos: -60.5,21.5 + pos: 13.5,78.5 parent: 2 - - uid: 30672 + - uid: 30388 components: - type: Transform - pos: -32.5,67.5 + rot: 3.141592653589793 rad + pos: -37.5,90.5 parent: 2 - - uid: 30676 + - uid: 30389 components: - type: Transform - pos: -32.5,66.5 + rot: 3.141592653589793 rad + pos: -38.5,90.5 parent: 2 - - uid: 30677 + - uid: 30391 components: - type: Transform - pos: -32.5,65.5 + rot: 3.141592653589793 rad + pos: -39.5,90.5 parent: 2 - - uid: 30684 + - uid: 30408 components: - type: Transform - pos: -47.5,69.5 + rot: 1.5707963267948966 rad + pos: 4.5,-20.5 parent: 2 - - uid: 30696 + - uid: 30424 components: - type: Transform - pos: -41.5,68.5 + rot: 3.141592653589793 rad + pos: -40.5,90.5 parent: 2 - - uid: 30703 + - uid: 30467 components: - type: Transform - pos: -43.5,71.5 + pos: 53.5,-35.5 parent: 2 - - uid: 30704 + - uid: 30488 components: - type: Transform - pos: -47.5,62.5 + rot: 1.5707963267948966 rad + pos: -0.5,24.5 parent: 2 - - uid: 30713 + - uid: 30493 components: - type: Transform - pos: -34.5,68.5 + pos: 81.5,8.5 parent: 2 - - uid: 30720 + - uid: 30496 components: - type: Transform - pos: -40.5,71.5 + rot: 3.141592653589793 rad + pos: -41.5,90.5 parent: 2 - - uid: 30721 + - uid: 30510 components: - type: Transform - pos: -41.5,71.5 + rot: -1.5707963267948966 rad + pos: -45.5,78.5 parent: 2 - - uid: 30722 + - uid: 30513 components: - type: Transform - pos: -40.5,61.5 + rot: -1.5707963267948966 rad + pos: -45.5,82.5 parent: 2 - - uid: 30725 + - uid: 30514 components: - type: Transform - pos: -42.5,71.5 + rot: -1.5707963267948966 rad + pos: -45.5,83.5 parent: 2 - - uid: 30730 + - uid: 30515 components: - type: Transform - pos: -46.5,71.5 + rot: -1.5707963267948966 rad + pos: -45.5,84.5 parent: 2 - - uid: 30731 + - uid: 30516 components: - type: Transform - pos: -47.5,71.5 + rot: -1.5707963267948966 rad + pos: -45.5,85.5 parent: 2 - - uid: 30750 + - uid: 30525 components: - type: Transform - pos: -34.5,63.5 + rot: 1.5707963267948966 rad + pos: -63.5,30.5 parent: 2 - - uid: 30758 + - uid: 30574 components: - type: Transform - pos: 13.5,67.5 + rot: 3.141592653589793 rad + pos: -58.5,22.5 parent: 2 - - uid: 30783 + - uid: 30607 components: - type: Transform rot: 3.141592653589793 rad - pos: 3.5,41.5 + pos: -60.5,21.5 parent: 2 - - uid: 30789 + - uid: 30643 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,50.5 + rot: -1.5707963267948966 rad + pos: -45.5,86.5 parent: 2 - - uid: 30790 + - uid: 30676 components: - type: Transform - pos: -16.5,47.5 + rot: -1.5707963267948966 rad + pos: -45.5,90.5 parent: 2 - - uid: 30832 + - uid: 30687 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,10.5 + pos: 14.5,80.5 parent: 2 - - uid: 30879 + - uid: 30696 components: - type: Transform - pos: -34.5,57.5 + pos: -41.5,68.5 parent: 2 - - uid: 30901 + - uid: 30722 components: - type: Transform - pos: -13.5,72.5 + pos: -40.5,61.5 parent: 2 - - uid: 30922 + - uid: 30758 components: - type: Transform - pos: 15.5,69.5 + pos: 13.5,67.5 parent: 2 - - uid: 31044 + - uid: 30783 components: - type: Transform - pos: -30.5,66.5 + rot: 3.141592653589793 rad + pos: 3.5,41.5 parent: 2 - - uid: 31045 + - uid: 30789 components: - type: Transform - pos: -30.5,65.5 + rot: 1.5707963267948966 rad + pos: 4.5,50.5 parent: 2 - - uid: 31061 + - uid: 30790 components: - type: Transform - pos: 4.5,67.5 + pos: -16.5,47.5 parent: 2 - - uid: 31064 + - uid: 30813 components: - type: Transform - pos: 5.5,67.5 + pos: -39.5,82.5 parent: 2 - - uid: 31070 + - uid: 30829 components: - type: Transform - pos: -20.5,67.5 + rot: 1.5707963267948966 rad + pos: -49.5,68.5 parent: 2 - - uid: 31073 + - uid: 30832 components: - type: Transform - pos: 15.5,68.5 + rot: -1.5707963267948966 rad + pos: -50.5,10.5 parent: 2 - - uid: 31086 + - uid: 30922 components: - type: Transform - pos: -47.5,68.5 + pos: 15.5,69.5 parent: 2 - - uid: 31099 + - uid: 31061 components: - type: Transform - pos: -49.5,69.5 + pos: 4.5,67.5 parent: 2 - - uid: 31100 + - uid: 31064 components: - type: Transform - pos: -48.5,71.5 + pos: 5.5,67.5 parent: 2 - - uid: 31102 + - uid: 31073 components: - type: Transform - pos: -49.5,70.5 + pos: 15.5,68.5 parent: 2 - - uid: 31103 + - uid: 31113 components: - type: Transform - pos: -49.5,71.5 + rot: -1.5707963267948966 rad + pos: -12.5,69.5 parent: 2 - uid: 31121 components: @@ -237579,21 +259121,6 @@ entities: rot: 3.141592653589793 rad pos: 99.5,-25.5 parent: 2 - - uid: 31251 - components: - - type: Transform - pos: -48.5,74.5 - parent: 2 - - uid: 31274 - components: - - type: Transform - pos: -52.5,68.5 - parent: 2 - - uid: 31275 - components: - - type: Transform - pos: -52.5,71.5 - parent: 2 - uid: 31300 components: - type: Transform @@ -237606,49 +259133,50 @@ entities: rot: 1.5707963267948966 rad pos: 84.5,-3.5 parent: 2 + - uid: 31353 + components: + - type: Transform + pos: -78.5,44.5 + parent: 2 - uid: 31411 components: - type: Transform pos: 5.5,-24.5 parent: 2 - - uid: 31450 + - uid: 31458 components: - type: Transform - pos: -18.5,-8.5 + rot: 3.141592653589793 rad + pos: 18.5,70.5 parent: 2 - uid: 31463 components: - type: Transform pos: 12.5,67.5 parent: 2 - - uid: 31615 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 101.5,-26.5 - parent: 2 - - uid: 31818 + - uid: 31561 components: - type: Transform rot: 3.141592653589793 rad - pos: -63.5,42.5 + pos: 52.5,48.5 parent: 2 - - uid: 31826 + - uid: 31615 components: - type: Transform rot: 3.141592653589793 rad - pos: -66.5,65.5 + pos: 101.5,-26.5 parent: 2 - - uid: 31855 + - uid: 31818 components: - type: Transform rot: 3.141592653589793 rad - pos: -63.5,46.5 + pos: -63.5,42.5 parent: 2 - - uid: 31867 + - uid: 32087 components: - type: Transform - pos: -56.5,65.5 + rot: 1.5707963267948966 rad + pos: 45.5,68.5 parent: 2 - uid: 32092 components: @@ -237660,6 +259188,12 @@ entities: - type: Transform pos: 50.5,-27.5 parent: 2 + - uid: 32115 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,57.5 + parent: 2 - uid: 32256 components: - type: Transform @@ -237713,145 +259247,407 @@ entities: - type: Transform pos: -11.5,44.5 parent: 2 - - uid: 33649 + - uid: 33700 components: - type: Transform - pos: -34.5,65.5 + pos: 4.5,47.5 parent: 2 - - uid: 33654 + - uid: 34038 components: - type: Transform - pos: -34.5,66.5 + pos: -44.5,83.5 parent: 2 - - uid: 33700 + - uid: 34174 components: - type: Transform - pos: 4.5,47.5 + rot: -1.5707963267948966 rad + pos: 29.5,41.5 parent: 2 - - uid: 33808 + - uid: 34175 components: - type: Transform - pos: -24.5,-12.5 + rot: -1.5707963267948966 rad + pos: 29.5,40.5 parent: 2 - - uid: 33812 + - uid: 34207 components: - type: Transform - pos: -19.5,-6.5 + pos: 48.5,-27.5 parent: 2 - - uid: 33813 + - uid: 34209 components: - type: Transform - pos: -23.5,-6.5 + pos: 51.5,-28.5 parent: 2 - - uid: 33814 + - uid: 34211 components: - type: Transform - pos: -18.5,-7.5 + pos: 46.5,-27.5 parent: 2 - - uid: 33815 + - uid: 34356 components: - type: Transform - pos: -18.5,-9.5 + rot: -1.5707963267948966 rad + pos: -27.5,22.5 parent: 2 - - uid: 33816 + - uid: 34357 components: - type: Transform - pos: -18.5,-10.5 + rot: 3.141592653589793 rad + pos: 18.5,69.5 parent: 2 - - uid: 33817 + - uid: 34389 components: - type: Transform - pos: -18.5,-11.5 + rot: 3.141592653589793 rad + pos: 45.5,-3.5 parent: 2 - - uid: 33818 + - uid: 34501 components: - type: Transform - pos: -18.5,-12.5 + rot: 3.141592653589793 rad + pos: -45.5,52.5 parent: 2 - - uid: 33819 + - uid: 34509 components: - type: Transform - pos: -19.5,-12.5 + rot: 3.141592653589793 rad + pos: -49.5,52.5 parent: 2 - - uid: 33820 + - uid: 34512 components: - type: Transform - pos: -24.5,-6.5 + rot: 3.141592653589793 rad + pos: -49.5,56.5 parent: 2 - - uid: 33821 + - uid: 34518 components: - type: Transform - pos: -24.5,-7.5 + rot: 3.141592653589793 rad + pos: -40.5,56.5 parent: 2 - - uid: 33822 + - uid: 34549 components: - type: Transform - pos: -24.5,-8.5 + rot: -1.5707963267948966 rad + pos: -49.5,75.5 parent: 2 - - uid: 33823 + - uid: 34565 components: - type: Transform - pos: -24.5,-10.5 + rot: 3.141592653589793 rad + pos: -41.5,52.5 parent: 2 - - uid: 33824 + - uid: 34576 components: - type: Transform - pos: -24.5,-9.5 + rot: -1.5707963267948966 rad + pos: -30.5,53.5 parent: 2 - - uid: 34174 + - uid: 34679 + components: + - type: Transform + pos: 72.5,-26.5 + parent: 2 + - uid: 34715 + components: + - type: Transform + pos: 42.5,8.5 + parent: 2 + - uid: 34804 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,52.5 + parent: 2 + - uid: 34927 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 81.5,-0.5 + parent: 2 + - uid: 34973 components: - type: Transform rot: -1.5707963267948966 rad - pos: 29.5,41.5 + pos: -5.5,-45.5 parent: 2 - - uid: 34175 + - uid: 35136 + components: + - type: Transform + pos: -78.5,38.5 + parent: 2 + - uid: 35138 + components: + - type: Transform + pos: -50.5,57.5 + parent: 2 + - uid: 35141 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,52.5 + parent: 2 + - uid: 35142 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,52.5 + parent: 2 + - uid: 35143 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,52.5 + parent: 2 + - uid: 35144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,52.5 + parent: 2 + - uid: 35145 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,52.5 + parent: 2 + - uid: 35154 components: - type: Transform rot: -1.5707963267948966 rad - pos: 29.5,40.5 + pos: -63.5,44.5 parent: 2 - - uid: 34207 + - uid: 35166 components: - type: Transform - pos: 48.5,-27.5 + rot: 3.141592653589793 rad + pos: -35.5,56.5 parent: 2 - - uid: 34209 + - uid: 35168 components: - type: Transform - pos: 51.5,-28.5 + rot: 1.5707963267948966 rad + pos: -43.5,57.5 parent: 2 - - uid: 34211 + - uid: 35171 components: - type: Transform - pos: 46.5,-27.5 + rot: -1.5707963267948966 rad + pos: -31.5,53.5 parent: 2 - - uid: 34356 + - uid: 35172 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,53.5 + parent: 2 + - uid: 35176 components: - type: Transform rot: -1.5707963267948966 rad - pos: -27.5,22.5 + pos: -46.5,74.5 parent: 2 - - uid: 34679 + - uid: 35178 components: - type: Transform - pos: 72.5,-26.5 + pos: -48.5,79.5 parent: 2 - - uid: 34715 + - uid: 35185 components: - type: Transform - pos: 42.5,8.5 + rot: 3.141592653589793 rad + pos: 21.5,88.5 parent: 2 - - uid: 34927 + - uid: 35188 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 81.5,-0.5 + pos: -48.5,77.5 parent: 2 - - uid: 34973 + - uid: 35193 + components: + - type: Transform + pos: -48.5,78.5 + parent: 2 + - uid: 35205 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,54.5 + parent: 2 + - uid: 35206 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -62.5,54.5 + parent: 2 + - uid: 35207 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -61.5,54.5 + parent: 2 + - uid: 35208 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,54.5 + parent: 2 + - uid: 35254 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,53.5 + parent: 2 + - uid: 35255 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,53.5 + parent: 2 + - uid: 35256 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,53.5 + parent: 2 + - uid: 35257 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,53.5 + parent: 2 + - uid: 35258 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,53.5 + parent: 2 + - uid: 35259 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,53.5 + parent: 2 + - uid: 35260 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,53.5 + parent: 2 + - uid: 35261 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,53.5 + parent: 2 + - uid: 35262 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,53.5 + parent: 2 + - uid: 35263 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,53.5 + parent: 2 + - uid: 35264 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,47.5 + parent: 2 + - uid: 35265 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,53.5 + parent: 2 + - uid: 35270 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,56.5 + parent: 2 + - uid: 35278 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,89.5 + parent: 2 + - uid: 35282 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,-45.5 + pos: -49.5,59.5 + parent: 2 + - uid: 35285 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,81.5 + parent: 2 + - uid: 35286 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 21.5,80.5 + parent: 2 + - uid: 35307 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,89.5 + parent: 2 + - uid: 35308 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,88.5 + parent: 2 + - uid: 35313 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,80.5 + parent: 2 + - uid: 35904 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,81.5 + parent: 2 + - uid: 35941 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,82.5 + parent: 2 + - uid: 35948 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,83.5 + parent: 2 + - uid: 35949 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,84.5 + parent: 2 + - uid: 35950 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,85.5 + parent: 2 + - uid: 36046 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 18.5,71.5 parent: 2 - uid: 36084 components: @@ -237859,10 +259655,82 @@ entities: rot: -1.5707963267948966 rad pos: 24.5,36.5 parent: 2 + - uid: 36094 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,86.5 + parent: 2 + - uid: 36106 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,87.5 + parent: 2 + - uid: 36110 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,88.5 + parent: 2 + - uid: 36115 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,89.5 + parent: 2 + - uid: 36116 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,90.5 + parent: 2 + - uid: 36125 + components: + - type: Transform + pos: -18.5,63.5 + parent: 2 + - uid: 36130 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,80.5 + parent: 2 + - uid: 36134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,91.5 + parent: 2 + - uid: 36135 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,92.5 + parent: 2 - uid: 36140 components: - type: Transform - pos: -10.5,65.5 + rot: -1.5707963267948966 rad + pos: -49.5,93.5 + parent: 2 + - uid: 36141 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,94.5 + parent: 2 + - uid: 36142 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -48.5,94.5 + parent: 2 + - uid: 36158 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-6.5 parent: 2 - uid: 36214 components: @@ -237931,26 +259799,161 @@ entities: rot: -1.5707963267948966 rad pos: 31.5,36.5 parent: 2 - - uid: 37235 + - uid: 37290 components: - type: Transform - pos: -20.5,-6.5 + rot: -1.5707963267948966 rad + pos: 29.5,45.5 parent: 2 - - uid: 37262 + - uid: 37320 components: - type: Transform - pos: -40.5,74.5 + pos: -14.5,77.5 parent: 2 - - uid: 37290 + - uid: 37323 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,45.5 + pos: -2.5,77.5 parent: 2 - - uid: 37301 + - uid: 37324 components: - type: Transform - pos: -41.5,74.5 + pos: -14.5,75.5 + parent: 2 + - uid: 37325 + components: + - type: Transform + pos: -14.5,78.5 + parent: 2 + - uid: 37328 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,80.5 + parent: 2 + - uid: 37329 + components: + - type: Transform + pos: -12.5,71.5 + parent: 2 + - uid: 37333 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,80.5 + parent: 2 + - uid: 37334 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,80.5 + parent: 2 + - uid: 37336 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -6.5,80.5 + parent: 2 + - uid: 37338 + components: + - type: Transform + pos: -6.5,71.5 + parent: 2 + - uid: 37340 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,80.5 + parent: 2 + - uid: 37342 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,80.5 + parent: 2 + - uid: 37343 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,89.5 + parent: 2 + - uid: 37364 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,80.5 + parent: 2 + - uid: 37365 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,87.5 + parent: 2 + - uid: 37366 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,86.5 + parent: 2 + - uid: 37376 + components: + - type: Transform + pos: -13.5,84.5 + parent: 2 + - uid: 37379 + components: + - type: Transform + pos: -14.5,84.5 + parent: 2 + - uid: 37429 + components: + - type: Transform + pos: -17.5,84.5 + parent: 2 + - uid: 37430 + components: + - type: Transform + pos: -16.5,84.5 + parent: 2 + - uid: 37434 + components: + - type: Transform + pos: -19.5,84.5 + parent: 2 + - uid: 37435 + components: + - type: Transform + pos: -18.5,84.5 + parent: 2 + - uid: 37436 + components: + - type: Transform + pos: -18.5,85.5 + parent: 2 + - uid: 37438 + components: + - type: Transform + pos: -23.5,84.5 + parent: 2 + - uid: 37439 + components: + - type: Transform + pos: -22.5,84.5 + parent: 2 + - uid: 37440 + components: + - type: Transform + pos: -25.5,84.5 + parent: 2 + - uid: 37441 + components: + - type: Transform + pos: -24.5,84.5 + parent: 2 + - uid: 37442 + components: + - type: Transform + pos: -26.5,84.5 parent: 2 - uid: 37465 components: @@ -237963,22 +259966,80 @@ entities: - type: Transform pos: 21.5,41.5 parent: 2 - - uid: 37689 + - uid: 37484 components: - type: Transform - pos: 11.5,61.5 + rot: -1.5707963267948966 rad + pos: -26.5,87.5 + parent: 2 + - uid: 37488 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,87.5 + parent: 2 + - uid: 37489 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,87.5 + parent: 2 + - uid: 37490 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,89.5 + parent: 2 + - uid: 37491 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,88.5 + parent: 2 + - uid: 37492 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,87.5 + parent: 2 + - uid: 37493 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,86.5 + parent: 2 + - uid: 37494 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,85.5 parent: 2 - uid: 37690 components: - type: Transform pos: 11.5,62.5 parent: 2 + - uid: 37725 + components: + - type: Transform + pos: -18.5,87.5 + parent: 2 - uid: 37964 components: - type: Transform rot: 3.141592653589793 rad pos: 92.5,-24.5 parent: 2 + - uid: 37999 + components: + - type: Transform + pos: -18.5,88.5 + parent: 2 + - uid: 38000 + components: + - type: Transform + pos: -18.5,89.5 + parent: 2 - uid: 38041 components: - type: Transform @@ -238015,17 +260076,11 @@ entities: rot: 3.141592653589793 rad pos: -38.5,-36.5 parent: 2 - - uid: 38702 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,47.5 - parent: 2 - - uid: 38781 + - uid: 38806 components: - type: Transform rot: 3.141592653589793 rad - pos: 15.5,62.5 + pos: 45.5,-2.5 parent: 2 - uid: 38808 components: @@ -238039,6 +260094,12 @@ entities: rot: 3.141592653589793 rad pos: -37.5,-36.5 parent: 2 + - uid: 38866 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,89.5 + parent: 2 - uid: 38900 components: - type: Transform @@ -238051,12 +260112,33 @@ entities: rot: 1.5707963267948966 rad pos: 85.5,4.5 parent: 2 + - uid: 39493 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,80.5 + parent: 2 - uid: 39611 components: - type: Transform rot: -1.5707963267948966 rad pos: 87.5,-3.5 parent: 2 + - uid: 39645 + components: + - type: Transform + pos: -6.5,77.5 + parent: 2 + - uid: 39711 + components: + - type: Transform + pos: -1.5,77.5 + parent: 2 + - uid: 39712 + components: + - type: Transform + pos: -3.5,77.5 + parent: 2 - uid: 39734 components: - type: Transform @@ -238072,6 +260154,36 @@ entities: - type: Transform pos: 77.5,-22.5 parent: 2 + - uid: 39859 + components: + - type: Transform + pos: -5.5,77.5 + parent: 2 + - uid: 39861 + components: + - type: Transform + pos: -0.5,77.5 + parent: 2 + - uid: 39862 + components: + - type: Transform + pos: -6.5,73.5 + parent: 2 + - uid: 39863 + components: + - type: Transform + pos: -12.5,76.5 + parent: 2 + - uid: 39975 + components: + - type: Transform + pos: -7.5,77.5 + parent: 2 + - uid: 39990 + components: + - type: Transform + pos: -6.5,74.5 + parent: 2 - uid: 39997 components: - type: Transform @@ -238083,6 +260195,47 @@ entities: - type: Transform pos: -42.5,31.5 parent: 2 + - uid: 40093 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,77.5 + parent: 2 + - uid: 40100 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,76.5 + parent: 2 + - uid: 40108 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,80.5 + parent: 2 + - uid: 40115 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,83.5 + parent: 2 + - uid: 40116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,83.5 + parent: 2 + - uid: 40154 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,47.5 + parent: 2 + - uid: 40344 + components: + - type: Transform + pos: -18.5,83.5 + parent: 2 - uid: 40439 components: - type: Transform @@ -238149,6 +260302,357 @@ entities: - type: Transform pos: -29.5,42.5 parent: 2 + - uid: 40625 + components: + - type: Transform + pos: -11.5,77.5 + parent: 2 + - uid: 40626 + components: + - type: Transform + pos: -0.5,76.5 + parent: 2 + - uid: 40627 + components: + - type: Transform + pos: -6.5,76.5 + parent: 2 + - uid: 40629 + components: + - type: Transform + pos: -12.5,77.5 + parent: 2 + - uid: 40630 + components: + - type: Transform + pos: -6.5,75.5 + parent: 2 + - uid: 40631 + components: + - type: Transform + pos: -6.5,72.5 + parent: 2 + - uid: 40632 + components: + - type: Transform + pos: -6.5,70.5 + parent: 2 + - uid: 40633 + components: + - type: Transform + pos: -0.5,73.5 + parent: 2 + - uid: 40635 + components: + - type: Transform + pos: -10.5,77.5 + parent: 2 + - uid: 40636 + components: + - type: Transform + pos: -8.5,77.5 + parent: 2 + - uid: 40637 + components: + - type: Transform + pos: -0.5,71.5 + parent: 2 + - uid: 40638 + components: + - type: Transform + pos: -0.5,69.5 + parent: 2 + - uid: 40639 + components: + - type: Transform + pos: -0.5,70.5 + parent: 2 + - uid: 40640 + components: + - type: Transform + pos: -0.5,72.5 + parent: 2 + - uid: 40655 + components: + - type: Transform + pos: -12.5,75.5 + parent: 2 + - uid: 40662 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,80.5 + parent: 2 + - uid: 40663 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,80.5 + parent: 2 + - uid: 40664 + components: + - type: Transform + pos: -12.5,70.5 + parent: 2 + - uid: 40665 + components: + - type: Transform + pos: -16.5,70.5 + parent: 2 + - uid: 40666 + components: + - type: Transform + pos: -12.5,72.5 + parent: 2 + - uid: 40669 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,80.5 + parent: 2 + - uid: 40673 + components: + - type: Transform + pos: -12.5,73.5 + parent: 2 + - uid: 40708 + components: + - type: Transform + pos: -6.5,69.5 + parent: 2 + - uid: 40787 + components: + - type: Transform + pos: -12.5,74.5 + parent: 2 + - uid: 40899 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,78.5 + parent: 2 + - uid: 41131 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-0.5 + parent: 2 + - uid: 41133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,-1.5 + parent: 2 + - uid: 41194 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,77.5 + parent: 2 + - uid: 41631 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -17.5,63.5 + parent: 2 + - uid: 41657 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,86.5 + parent: 2 + - uid: 41856 + components: + - type: Transform + pos: 13.5,85.5 + parent: 2 + - uid: 41858 + components: + - type: Transform + pos: 3.5,79.5 + parent: 2 + - uid: 41861 + components: + - type: Transform + pos: 13.5,77.5 + parent: 2 + - uid: 41862 + components: + - type: Transform + pos: 6.5,83.5 + parent: 2 + - uid: 41863 + components: + - type: Transform + pos: 6.5,84.5 + parent: 2 + - uid: 41865 + components: + - type: Transform + pos: 7.5,85.5 + parent: 2 + - uid: 41872 + components: + - type: Transform + pos: 14.5,78.5 + parent: 2 + - uid: 41878 + components: + - type: Transform + pos: 14.5,84.5 + parent: 2 + - uid: 41883 + components: + - type: Transform + pos: 7.5,77.5 + parent: 2 + - uid: 41884 + components: + - type: Transform + pos: 6.5,78.5 + parent: 2 + - uid: 42076 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,77.5 + parent: 2 + - uid: 42357 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,75.5 + parent: 2 + - uid: 42358 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,74.5 + parent: 2 + - uid: 42359 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 13.5,73.5 + parent: 2 + - uid: 42449 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,74.5 + parent: 2 + - uid: 42450 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 18.5,75.5 + parent: 2 + - uid: 42461 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,88.5 + parent: 2 + - uid: 42462 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,75.5 + parent: 2 + - uid: 42463 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,75.5 + parent: 2 + - uid: 43011 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,65.5 + parent: 2 + - uid: 43021 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,66.5 + parent: 2 + - uid: 43022 + components: + - type: Transform + pos: 51.5,66.5 + parent: 2 + - uid: 43023 + components: + - type: Transform + pos: 53.5,66.5 + parent: 2 + - uid: 43024 + components: + - type: Transform + pos: 52.5,66.5 + parent: 2 + - uid: 43031 + components: + - type: Transform + pos: 24.5,69.5 + parent: 2 + - uid: 43032 + components: + - type: Transform + pos: 24.5,68.5 + parent: 2 + - uid: 43040 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,69.5 + parent: 2 + - uid: 43042 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 42.5,69.5 + parent: 2 + - uid: 43043 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,66.5 + parent: 2 + - uid: 43050 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 30.5,68.5 + parent: 2 + - uid: 43098 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,65.5 + parent: 2 + - uid: 43099 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,65.5 + parent: 2 + - uid: 43270 + components: + - type: Transform + pos: 24.5,65.5 + parent: 2 + - uid: 43295 + components: + - type: Transform + pos: 46.5,64.5 + parent: 2 + - uid: 43296 + components: + - type: Transform + pos: 43.5,64.5 + parent: 2 - proto: WallReinforcedDiagonal entities: - uid: 22062 @@ -238180,11 +260684,29 @@ entities: - type: Transform pos: 73.5,64.5 parent: 2 + - uid: 1576 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,64.5 + parent: 2 + - uid: 1610 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,55.5 + parent: 2 - uid: 2460 components: - type: Transform pos: 76.5,55.5 parent: 2 + - uid: 2856 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,53.5 + parent: 2 - uid: 3047 components: - type: Transform @@ -238196,6 +260718,12 @@ entities: - type: Transform pos: 88.5,74.5 parent: 2 + - uid: 3827 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,61.5 + parent: 2 - uid: 4137 components: - type: Transform @@ -238218,6 +260746,12 @@ entities: rot: 1.5707963267948966 rad pos: 101.5,52.5 parent: 2 + - uid: 4594 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,54.5 + parent: 2 - uid: 4724 components: - type: Transform @@ -238289,6 +260823,12 @@ entities: rot: 1.5707963267948966 rad pos: 99.5,71.5 parent: 2 + - uid: 4910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,60.5 + parent: 2 - uid: 4911 components: - type: Transform @@ -238300,6 +260840,12 @@ entities: - type: Transform pos: 100.5,77.5 parent: 2 + - uid: 4971 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,63.5 + parent: 2 - uid: 5321 components: - type: Transform @@ -238373,6 +260919,12 @@ entities: rot: 3.141592653589793 rad pos: 73.5,70.5 parent: 2 + - uid: 8097 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,58.5 + parent: 2 - uid: 8159 components: - type: Transform @@ -238951,6 +261503,12 @@ entities: - type: Transform pos: 84.5,-23.5 parent: 2 + - uid: 18782 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 55.5,62.5 + parent: 2 - uid: 18803 components: - type: Transform @@ -239450,11 +262008,23 @@ entities: rot: 1.5707963267948966 rad pos: 96.5,75.5 parent: 2 + - uid: 23807 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 51.5,59.5 + parent: 2 - uid: 23835 components: - type: Transform pos: 90.5,-28.5 parent: 2 + - uid: 24314 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,57.5 + parent: 2 - uid: 25214 components: - type: Transform @@ -239554,12 +262124,6 @@ entities: rot: 1.5707963267948966 rad pos: 57.5,49.5 parent: 2 - - uid: 28016 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,52.5 - parent: 2 - uid: 28119 components: - type: Transform @@ -239817,12 +262381,6 @@ entities: rot: 3.141592653589793 rad pos: 55.5,66.5 parent: 2 - - uid: 29876 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,62.5 - parent: 2 - uid: 29879 components: - type: Transform @@ -239916,7 +262474,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 55.5,64.5 + pos: 51.5,56.5 parent: 2 - uid: 30152 components: @@ -241077,6 +263635,12 @@ entities: rot: -1.5707963267948966 rad pos: 87.5,-4.5 parent: 2 + - uid: 43025 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,56.5 + parent: 2 - proto: WallSolid entities: - uid: 6 @@ -241440,6 +264004,11 @@ entities: - type: Transform pos: -24.5,17.5 parent: 2 + - uid: 212 + components: + - type: Transform + pos: -15.5,-6.5 + parent: 2 - uid: 213 components: - type: Transform @@ -241796,11 +264365,6 @@ entities: - type: Transform pos: -24.5,8.5 parent: 2 - - uid: 375 - components: - - type: Transform - pos: -8.5,56.5 - parent: 2 - uid: 382 components: - type: Transform @@ -242086,11 +264650,6 @@ entities: - type: Transform pos: -1.5,-9.5 parent: 2 - - uid: 582 - components: - - type: Transform - pos: -14.5,-6.5 - parent: 2 - uid: 708 components: - type: Transform @@ -242177,6 +264736,12 @@ entities: - type: Transform pos: -9.5,-17.5 parent: 2 + - uid: 764 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,61.5 + parent: 2 - uid: 785 components: - type: Transform @@ -242282,6 +264847,11 @@ entities: - type: Transform pos: 22.5,-8.5 parent: 2 + - uid: 883 + components: + - type: Transform + pos: -0.5,60.5 + parent: 2 - uid: 884 components: - type: Transform @@ -242688,11 +265258,6 @@ entities: - type: Transform pos: 67.5,28.5 parent: 2 - - uid: 1224 - components: - - type: Transform - pos: 67.5,29.5 - parent: 2 - uid: 1264 components: - type: Transform @@ -242718,6 +265283,12 @@ entities: - type: Transform pos: 29.5,8.5 parent: 2 + - uid: 1276 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,50.5 + parent: 2 - uid: 1280 components: - type: Transform @@ -242949,11 +265520,6 @@ entities: - type: Transform pos: 47.5,30.5 parent: 2 - - uid: 2207 - components: - - type: Transform - pos: -2.5,57.5 - parent: 2 - uid: 2209 components: - type: Transform @@ -243329,11 +265895,6 @@ entities: - type: Transform pos: 3.5,37.5 parent: 2 - - uid: 2627 - components: - - type: Transform - pos: -1.5,53.5 - parent: 2 - uid: 2664 components: - type: Transform @@ -243372,18 +265933,13 @@ entities: - uid: 2825 components: - type: Transform - pos: -1.5,50.5 + pos: -12.5,66.5 parent: 2 - uid: 2830 components: - type: Transform pos: -3.5,-30.5 parent: 2 - - uid: 2875 - components: - - type: Transform - pos: -9.5,57.5 - parent: 2 - uid: 2877 components: - type: Transform @@ -243464,11 +266020,6 @@ entities: - type: Transform pos: 37.5,45.5 parent: 2 - - uid: 2921 - components: - - type: Transform - pos: -9.5,59.5 - parent: 2 - uid: 2927 components: - type: Transform @@ -244517,6 +267068,11 @@ entities: - type: Transform pos: 55.5,1.5 parent: 2 + - uid: 5092 + components: + - type: Transform + pos: -1.5,66.5 + parent: 2 - uid: 5097 components: - type: Transform @@ -244593,11 +267149,6 @@ entities: - type: Transform pos: 64.5,28.5 parent: 2 - - uid: 5340 - components: - - type: Transform - pos: 52.5,48.5 - parent: 2 - uid: 5348 components: - type: Transform @@ -244613,6 +267164,12 @@ entities: - type: Transform pos: 45.5,34.5 parent: 2 + - uid: 5479 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,19.5 + parent: 2 - uid: 5506 components: - type: Transform @@ -244908,12 +267465,48 @@ entities: rot: -1.5707963267948966 rad pos: 36.5,4.5 parent: 2 + - uid: 6912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,17.5 + parent: 2 + - uid: 6944 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -91.5,-3.5 + parent: 2 + - uid: 6949 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,6.5 + parent: 2 + - uid: 6950 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-7.5 + parent: 2 + - uid: 6958 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-6.5 + parent: 2 - uid: 7055 components: - type: Transform rot: 1.5707963267948966 rad pos: 62.5,25.5 parent: 2 + - uid: 7089 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,24.5 + parent: 2 - uid: 7097 components: - type: Transform @@ -245046,6 +267639,18 @@ entities: - type: Transform pos: -60.5,-27.5 parent: 2 + - uid: 7272 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,23.5 + parent: 2 + - uid: 7277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,-1.5 + parent: 2 - uid: 7278 components: - type: Transform @@ -245163,6 +267768,12 @@ entities: - type: Transform pos: 4.5,-11.5 parent: 2 + - uid: 7361 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,10.5 + parent: 2 - uid: 7369 components: - type: Transform @@ -245349,6 +267960,17 @@ entities: - type: Transform pos: -56.5,-26.5 parent: 2 + - uid: 7547 + components: + - type: Transform + pos: -16.5,63.5 + parent: 2 + - uid: 7562 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -98.5,17.5 + parent: 2 - uid: 7591 components: - type: Transform @@ -245365,6 +267987,12 @@ entities: - type: Transform pos: -32.5,-6.5 parent: 2 + - uid: 7636 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,-13.5 + parent: 2 - uid: 7653 components: - type: Transform @@ -245375,6 +268003,24 @@ entities: - type: Transform pos: -65.5,10.5 parent: 2 + - uid: 7659 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,20.5 + parent: 2 + - uid: 7666 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -91.5,20.5 + parent: 2 + - uid: 7676 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,18.5 + parent: 2 - uid: 7680 components: - type: Transform @@ -245395,6 +268041,11 @@ entities: - type: Transform pos: -70.5,4.5 parent: 2 + - uid: 7700 + components: + - type: Transform + pos: -4.5,66.5 + parent: 2 - uid: 7728 components: - type: Transform @@ -245413,6 +268064,48 @@ entities: rot: 1.5707963267948966 rad pos: 51.5,25.5 parent: 2 + - uid: 7755 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,20.5 + parent: 2 + - uid: 7756 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,-3.5 + parent: 2 + - uid: 7757 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,-2.5 + parent: 2 + - uid: 7758 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,19.5 + parent: 2 + - uid: 7759 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -98.5,18.5 + parent: 2 + - uid: 7761 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,-0.5 + parent: 2 + - uid: 7763 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,6.5 + parent: 2 - uid: 7767 components: - type: Transform @@ -245452,6 +268145,24 @@ entities: - type: Transform pos: -71.5,-0.5 parent: 2 + - uid: 7819 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,6.5 + parent: 2 + - uid: 7820 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -99.5,2.5 + parent: 2 + - uid: 7825 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -99.5,14.5 + parent: 2 - uid: 7835 components: - type: Transform @@ -245482,6 +268193,144 @@ entities: rot: -1.5707963267948966 rad pos: 11.5,-7.5 parent: 2 + - uid: 7879 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -99.5,1.5 + parent: 2 + - uid: 7900 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,10.5 + parent: 2 + - uid: 7901 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,19.5 + parent: 2 + - uid: 7902 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,17.5 + parent: 2 + - uid: 7903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,18.5 + parent: 2 + - uid: 7904 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,10.5 + parent: 2 + - uid: 7905 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,23.5 + parent: 2 + - uid: 7906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -91.5,23.5 + parent: 2 + - uid: 7907 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -77.5,23.5 + parent: 2 + - uid: 7908 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,23.5 + parent: 2 + - uid: 7909 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -99.5,15.5 + parent: 2 + - uid: 7910 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,11.5 + parent: 2 + - uid: 7911 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,11.5 + parent: 2 + - uid: 7912 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,-6.5 + parent: 2 + - uid: 7921 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -99.5,17.5 + parent: 2 + - uid: 7936 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -98.5,-1.5 + parent: 2 + - uid: 7949 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,11.5 + parent: 2 + - uid: 7952 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,19.5 + parent: 2 + - uid: 7959 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,12.5 + parent: 2 + - uid: 7970 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,12.5 + parent: 2 + - uid: 8021 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,12.5 + parent: 2 + - uid: 8034 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,10.5 + parent: 2 + - uid: 8075 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -78.5,-6.5 + parent: 2 - uid: 8138 components: - type: Transform @@ -245544,6 +268393,11 @@ entities: rot: 3.141592653589793 rad pos: -34.5,7.5 parent: 2 + - uid: 8832 + components: + - type: Transform + pos: -3.5,66.5 + parent: 2 - uid: 9050 components: - type: Transform @@ -245606,10 +268460,20 @@ entities: rot: 1.5707963267948966 rad pos: 67.5,31.5 parent: 2 - - uid: 9461 + - uid: 9516 components: - type: Transform - pos: -2.5,56.5 + pos: -12.5,61.5 + parent: 2 + - uid: 9542 + components: + - type: Transform + pos: -12.5,62.5 + parent: 2 + - uid: 9561 + components: + - type: Transform + pos: -12.5,60.5 parent: 2 - uid: 9646 components: @@ -245631,6 +268495,12 @@ entities: - type: Transform pos: -74.5,-0.5 parent: 2 + - uid: 10190 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -98.5,-0.5 + parent: 2 - uid: 10329 components: - type: Transform @@ -245721,6 +268591,12 @@ entities: rot: 3.141592653589793 rad pos: -52.5,-30.5 parent: 2 + - uid: 11302 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,-1.5 + parent: 2 - uid: 11334 components: - type: Transform @@ -245739,6 +268615,35 @@ entities: rot: -1.5707963267948966 rad pos: -72.5,4.5 parent: 2 + - uid: 11477 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -99.5,-0.5 + parent: 2 + - uid: 11496 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,13.5 + parent: 2 + - uid: 11502 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -81.5,18.5 + parent: 2 + - uid: 11507 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,11.5 + parent: 2 + - uid: 11509 + components: + - type: Transform + pos: -8.5,66.5 + parent: 2 - uid: 11521 components: - type: Transform @@ -245755,6 +268660,11 @@ entities: - type: Transform pos: -38.5,-30.5 parent: 2 + - uid: 11871 + components: + - type: Transform + pos: -16.5,62.5 + parent: 2 - uid: 11873 components: - type: Transform @@ -245780,6 +268690,18 @@ entities: - type: Transform pos: 22.5,-13.5 parent: 2 + - uid: 12215 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,18.5 + parent: 2 + - uid: 12243 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,14.5 + parent: 2 - uid: 12309 components: - type: Transform @@ -245833,16 +268755,51 @@ entities: - type: Transform pos: -79.5,-3.5 parent: 2 + - uid: 12969 + components: + - type: Transform + pos: -16.5,64.5 + parent: 2 + - uid: 12976 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -98.5,-13.5 + parent: 2 + - uid: 12977 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -91.5,-6.5 + parent: 2 - uid: 12997 components: - type: Transform pos: -82.5,-0.5 parent: 2 + - uid: 13043 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,1.5 + parent: 2 - uid: 13044 components: - type: Transform pos: -96.5,13.5 parent: 2 + - uid: 13049 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,6.5 + parent: 2 + - uid: 13051 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -94.5,5.5 + parent: 2 - uid: 13053 components: - type: Transform @@ -245996,6 +268953,11 @@ entities: - type: Transform pos: 8.5,37.5 parent: 2 + - uid: 13937 + components: + - type: Transform + pos: -26.5,74.5 + parent: 2 - uid: 14034 components: - type: Transform @@ -246064,6 +269026,11 @@ entities: - type: Transform pos: 51.5,36.5 parent: 2 + - uid: 14716 + components: + - type: Transform + pos: -7.5,66.5 + parent: 2 - uid: 14717 components: - type: Transform @@ -246109,6 +269076,17 @@ entities: - type: Transform pos: 33.5,45.5 parent: 2 + - uid: 15063 + components: + - type: Transform + pos: -12.5,65.5 + parent: 2 + - uid: 15068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,14.5 + parent: 2 - uid: 15080 components: - type: Transform @@ -246125,6 +269103,18 @@ entities: - type: Transform pos: 32.5,-18.5 parent: 2 + - uid: 15155 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,11.5 + parent: 2 + - uid: 15176 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,6.5 + parent: 2 - uid: 15400 components: - type: Transform @@ -246146,21 +269136,46 @@ entities: rot: 3.141592653589793 rad pos: -41.5,7.5 parent: 2 + - uid: 15488 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,64.5 + parent: 2 - uid: 15489 components: - type: Transform rot: 3.141592653589793 rad pos: -40.5,7.5 parent: 2 + - uid: 15494 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,60.5 + parent: 2 - uid: 15502 components: - type: Transform pos: -42.5,8.5 parent: 2 - - uid: 15542 + - uid: 15507 components: - type: Transform - pos: 5.5,72.5 + rot: 3.141592653589793 rad + pos: -95.5,5.5 + parent: 2 + - uid: 15518 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,60.5 + parent: 2 + - uid: 15630 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,66.5 parent: 2 - uid: 15643 components: @@ -246174,10 +269189,35 @@ entities: rot: -1.5707963267948966 rad pos: 70.5,-5.5 parent: 2 - - uid: 15826 + - uid: 15690 components: - type: Transform - pos: -1.5,56.5 + rot: 1.5707963267948966 rad + pos: -0.5,64.5 + parent: 2 + - uid: 15720 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,65.5 + parent: 2 + - uid: 15791 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,51.5 + parent: 2 + - uid: 15838 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,4.5 + parent: 2 + - uid: 15839 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -77.5,-7.5 parent: 2 - uid: 15853 components: @@ -246199,6 +269239,12 @@ entities: - type: Transform pos: -36.5,15.5 parent: 2 + - uid: 15878 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,63.5 + parent: 2 - uid: 15879 components: - type: Transform @@ -246209,16 +269255,72 @@ entities: - type: Transform pos: -48.5,1.5 parent: 2 + - uid: 15943 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -101.5,-0.5 + parent: 2 + - uid: 16112 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 3.5,69.5 + parent: 2 + - uid: 16118 + components: + - type: Transform + pos: -16.5,67.5 + parent: 2 - uid: 16157 components: - type: Transform rot: -1.5707963267948966 rad pos: 76.5,-5.5 parent: 2 - - uid: 16395 + - uid: 16286 components: - type: Transform - pos: -4.5,56.5 + rot: 3.141592653589793 rad + pos: -87.5,6.5 + parent: 2 + - uid: 16309 + components: + - type: Transform + pos: -16.5,66.5 + parent: 2 + - uid: 16325 + components: + - type: Transform + pos: -16.5,69.5 + parent: 2 + - uid: 16329 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -11.5,60.5 + parent: 2 + - uid: 16340 + components: + - type: Transform + pos: -16.5,65.5 + parent: 2 + - uid: 16456 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,10.5 + parent: 2 + - uid: 16463 + components: + - type: Transform + pos: -1.5,51.5 + parent: 2 + - uid: 16492 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,18.5 parent: 2 - uid: 16547 components: @@ -246277,6 +269379,18 @@ entities: rot: 1.5707963267948966 rad pos: 72.5,29.5 parent: 2 + - uid: 16924 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,18.5 + parent: 2 + - uid: 16963 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,-3.5 + parent: 2 - uid: 16964 components: - type: Transform @@ -246289,12 +269403,30 @@ entities: rot: 3.141592653589793 rad pos: -35.5,7.5 parent: 2 + - uid: 17076 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,10.5 + parent: 2 + - uid: 17077 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,5.5 + parent: 2 - uid: 17317 components: - type: Transform rot: 1.5707963267948966 rad pos: 71.5,31.5 parent: 2 + - uid: 17414 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,-0.5 + parent: 2 - uid: 17613 components: - type: Transform @@ -246328,11 +269460,28 @@ entities: rot: -1.5707963267948966 rad pos: -39.5,-18.5 parent: 2 + - uid: 17796 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,11.5 + parent: 2 - uid: 17805 components: - type: Transform pos: -8.5,4.5 parent: 2 + - uid: 17848 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,5.5 + parent: 2 + - uid: 17879 + components: + - type: Transform + pos: -15.5,60.5 + parent: 2 - uid: 17899 components: - type: Transform @@ -246344,6 +269493,12 @@ entities: rot: 3.141592653589793 rad pos: -4.5,5.5 parent: 2 + - uid: 17969 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,-2.5 + parent: 2 - uid: 18006 components: - type: Transform @@ -246370,11 +269525,6 @@ entities: - type: Transform pos: -48.5,5.5 parent: 2 - - uid: 18104 - components: - - type: Transform - pos: 12.5,72.5 - parent: 2 - uid: 18118 components: - type: Transform @@ -246386,18 +269536,50 @@ entities: - type: Transform pos: -39.5,-30.5 parent: 2 + - uid: 18132 + components: + - type: Transform + pos: -4.5,60.5 + parent: 2 - uid: 18154 components: - type: Transform rot: 1.5707963267948966 rad pos: 69.5,28.5 parent: 2 + - uid: 18195 + components: + - type: Transform + pos: -6.5,66.5 + parent: 2 - uid: 18198 components: - type: Transform rot: 1.5707963267948966 rad pos: 72.5,28.5 parent: 2 + - uid: 18204 + components: + - type: Transform + pos: -7.5,60.5 + parent: 2 + - uid: 18221 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -0.5,67.5 + parent: 2 + - uid: 18316 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -12.5,64.5 + parent: 2 + - uid: 18380 + components: + - type: Transform + pos: -12.5,63.5 + parent: 2 - uid: 18407 components: - type: Transform @@ -246446,6 +269628,67 @@ entities: rot: 1.5707963267948966 rad pos: 70.5,28.5 parent: 2 + - uid: 19495 + components: + - type: Transform + pos: -5.5,66.5 + parent: 2 + - uid: 19500 + components: + - type: Transform + pos: -9.5,66.5 + parent: 2 + - uid: 19554 + components: + - type: Transform + pos: -10.5,66.5 + parent: 2 + - uid: 19578 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,60.5 + parent: 2 + - uid: 19593 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -6.5,60.5 + parent: 2 + - uid: 19599 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -1.5,63.5 + parent: 2 + - uid: 19619 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,51.5 + parent: 2 + - uid: 19620 + components: + - type: Transform + pos: -6.5,51.5 + parent: 2 + - uid: 19621 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,51.5 + parent: 2 + - uid: 19624 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,51.5 + parent: 2 + - uid: 19712 + components: + - type: Transform + pos: -6.5,65.5 + parent: 2 - uid: 19954 components: - type: Transform @@ -246470,6 +269713,11 @@ entities: rot: -1.5707963267948966 rad pos: 8.5,-4.5 parent: 2 + - uid: 20003 + components: + - type: Transform + pos: -5.5,60.5 + parent: 2 - uid: 20187 components: - type: Transform @@ -246540,6 +269788,12 @@ entities: rot: 1.5707963267948966 rad pos: 69.5,24.5 parent: 2 + - uid: 20607 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,-1.5 + parent: 2 - uid: 20629 components: - type: Transform @@ -246562,10 +269816,23 @@ entities: - type: Transform pos: 37.5,3.5 parent: 2 - - uid: 21165 + - uid: 21087 components: - type: Transform - pos: -3.5,56.5 + rot: 3.141592653589793 rad + pos: -86.5,4.5 + parent: 2 + - uid: 21115 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -88.5,10.5 + parent: 2 + - uid: 21116 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,-2.5 parent: 2 - uid: 21169 components: @@ -246611,15 +269878,27 @@ entities: - type: Transform pos: -49.5,-12.5 parent: 2 - - uid: 21784 + - uid: 21706 components: - type: Transform - pos: -7.5,56.5 + pos: -8.5,60.5 parent: 2 - - uid: 21786 + - uid: 21720 components: - type: Transform - pos: -5.5,56.5 + rot: 3.141592653589793 rad + pos: -7.5,48.5 + parent: 2 + - uid: 21721 + components: + - type: Transform + pos: -16.5,61.5 + parent: 2 + - uid: 21748 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -6.5,62.5 parent: 2 - uid: 21883 components: @@ -246673,6 +269952,12 @@ entities: rot: -1.5707963267948966 rad pos: -38.5,-24.5 parent: 2 + - uid: 22064 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -89.5,20.5 + parent: 2 - uid: 22076 components: - type: Transform @@ -246685,21 +269970,28 @@ entities: rot: -1.5707963267948966 rad pos: -34.5,13.5 parent: 2 + - uid: 22079 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,-2.5 + parent: 2 - uid: 22089 components: - type: Transform pos: -52.5,-19.5 parent: 2 - - uid: 22098 + - uid: 22096 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-24.5 + rot: 3.141592653589793 rad + pos: -89.5,19.5 parent: 2 - - uid: 22110 + - uid: 22098 components: - type: Transform - pos: -6.5,56.5 + rot: -1.5707963267948966 rad + pos: -37.5,-24.5 parent: 2 - uid: 22114 components: @@ -246709,7 +270001,8 @@ entities: - uid: 22119 components: - type: Transform - pos: -9.5,56.5 + rot: -1.5707963267948966 rad + pos: -6.5,63.5 parent: 2 - uid: 22128 components: @@ -246717,6 +270010,12 @@ entities: rot: -1.5707963267948966 rad pos: -39.5,-24.5 parent: 2 + - uid: 22129 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,-1.5 + parent: 2 - uid: 22152 components: - type: Transform @@ -246729,16 +270028,39 @@ entities: rot: 3.141592653589793 rad pos: -4.5,-0.5 parent: 2 + - uid: 22167 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -87.5,19.5 + parent: 2 - uid: 22290 components: - type: Transform pos: -9.5,6.5 parent: 2 + - uid: 22308 + components: + - type: Transform + pos: -1.5,60.5 + parent: 2 - uid: 22373 components: - type: Transform pos: -12.5,-5.5 parent: 2 + - uid: 22450 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,-3.5 + parent: 2 + - uid: 22452 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,16.5 + parent: 2 - uid: 22492 components: - type: Transform @@ -246755,6 +270077,12 @@ entities: rot: -1.5707963267948966 rad pos: -33.5,7.5 parent: 2 + - uid: 22763 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -14.5,66.5 + parent: 2 - uid: 22777 components: - type: Transform @@ -246775,6 +270103,18 @@ entities: - type: Transform pos: -5.5,-43.5 parent: 2 + - uid: 22996 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -15.5,66.5 + parent: 2 + - uid: 23040 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,20.5 + parent: 2 - uid: 23042 components: - type: Transform @@ -246786,18 +270126,36 @@ entities: rot: -1.5707963267948966 rad pos: -39.5,-19.5 parent: 2 + - uid: 23124 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,20.5 + parent: 2 - uid: 23132 components: - type: Transform rot: -1.5707963267948966 rad pos: -39.5,-23.5 parent: 2 + - uid: 23143 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,17.5 + parent: 2 - uid: 23150 components: - type: Transform rot: -1.5707963267948966 rad pos: -39.5,-20.5 parent: 2 + - uid: 23245 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,2.5 + parent: 2 - uid: 23254 components: - type: Transform @@ -246808,6 +270166,18 @@ entities: - type: Transform pos: -31.5,-12.5 parent: 2 + - uid: 23317 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,3.5 + parent: 2 + - uid: 23326 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,3.5 + parent: 2 - uid: 23338 components: - type: Transform @@ -246830,6 +270200,18 @@ entities: rot: -1.5707963267948966 rad pos: 12.5,-6.5 parent: 2 + - uid: 23501 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-3.5 + parent: 2 + - uid: 23619 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -97.5,2.5 + parent: 2 - uid: 23654 components: - type: Transform @@ -246840,6 +270222,24 @@ entities: - type: Transform pos: -2.5,16.5 parent: 2 + - uid: 23665 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,2.5 + parent: 2 + - uid: 23756 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,88.5 + parent: 2 + - uid: 23779 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,88.5 + parent: 2 - uid: 23793 components: - type: Transform @@ -246854,27 +270254,30 @@ entities: - uid: 23799 components: - type: Transform - pos: 3.5,72.5 + rot: 1.5707963267948966 rad + pos: -0.5,88.5 parent: 2 - - uid: 23800 + - uid: 23805 components: - type: Transform - pos: 4.5,72.5 + pos: 3.5,57.5 parent: 2 - - uid: 23805 + - uid: 23899 components: - type: Transform - pos: 3.5,57.5 + rot: 3.141592653589793 rad + pos: -92.5,-3.5 parent: 2 - uid: 23959 components: - type: Transform pos: 10.5,-13.5 parent: 2 - - uid: 23975 + - uid: 24089 components: - type: Transform - pos: 67.5,30.5 + rot: 1.5707963267948966 rad + pos: -6.5,88.5 parent: 2 - uid: 24814 components: @@ -246882,6 +270285,12 @@ entities: rot: -1.5707963267948966 rad pos: 12.5,-36.5 parent: 2 + - uid: 24849 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -96.5,-0.5 + parent: 2 - uid: 25067 components: - type: Transform @@ -246909,6 +270318,48 @@ entities: rot: 1.5707963267948966 rad pos: 24.5,13.5 parent: 2 + - uid: 25930 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,88.5 + parent: 2 + - uid: 26000 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,88.5 + parent: 2 + - uid: 26080 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,88.5 + parent: 2 + - uid: 26084 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,88.5 + parent: 2 + - uid: 26090 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -2.5,88.5 + parent: 2 + - uid: 26140 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,88.5 + parent: 2 + - uid: 26142 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,88.5 + parent: 2 - uid: 26247 components: - type: Transform @@ -246942,12 +270393,42 @@ entities: - type: Transform pos: -74.5,5.5 parent: 2 + - uid: 26755 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -95.5,0.5 + parent: 2 - uid: 26766 components: - type: Transform rot: 3.141592653589793 rad pos: -73.5,18.5 parent: 2 + - uid: 26773 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -91.5,-2.5 + parent: 2 + - uid: 26775 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -93.5,-2.5 + parent: 2 + - uid: 26777 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -91.5,19.5 + parent: 2 + - uid: 26831 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,-2.5 + parent: 2 - uid: 26862 components: - type: Transform @@ -246958,6 +270439,24 @@ entities: - type: Transform pos: 35.5,-12.5 parent: 2 + - uid: 26892 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,-2.5 + parent: 2 + - uid: 26893 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -92.5,19.5 + parent: 2 + - uid: 26926 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -90.5,19.5 + parent: 2 - uid: 27040 components: - type: Transform @@ -247104,12 +270603,6 @@ entities: - type: Transform pos: 65.5,28.5 parent: 2 - - uid: 29290 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,72.5 - parent: 2 - uid: 29312 components: - type: Transform @@ -247182,6 +270675,11 @@ entities: - type: Transform pos: -54.5,-30.5 parent: 2 + - uid: 30712 + components: + - type: Transform + pos: -25.5,-6.5 + parent: 2 - uid: 30746 components: - type: Transform @@ -247253,11 +270751,6 @@ entities: rot: 1.5707963267948966 rad pos: -79.5,-2.5 parent: 2 - - uid: 31277 - components: - - type: Transform - pos: -25.5,-6.5 - parent: 2 - uid: 31301 components: - type: Transform @@ -247269,11 +270762,6 @@ entities: - type: Transform pos: -27.5,-6.5 parent: 2 - - uid: 31444 - components: - - type: Transform - pos: 6.5,72.5 - parent: 2 - uid: 31445 components: - type: Transform @@ -247327,7 +270815,7 @@ entities: - uid: 32145 components: - type: Transform - pos: -28.5,-6.5 + pos: -17.5,-6.5 parent: 2 - uid: 32259 components: @@ -247356,11 +270844,6 @@ entities: - type: Transform pos: -25.5,-3.5 parent: 2 - - uid: 33805 - components: - - type: Transform - pos: -29.5,-6.5 - parent: 2 - uid: 33806 components: - type: Transform @@ -247462,6 +270945,128 @@ entities: - type: Transform pos: -43.5,7.5 parent: 2 + - uid: 42182 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 67.5,29.5 + parent: 2 + - uid: 42236 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 67.5,30.5 + parent: 2 + - uid: 43874 + components: + - type: Transform + pos: -23.5,-12.5 + parent: 2 + - uid: 43877 + components: + - type: Transform + pos: -24.5,-11.5 + parent: 2 + - uid: 43878 + components: + - type: Transform + pos: -22.5,-6.5 + parent: 2 + - uid: 43879 + components: + - type: Transform + pos: -18.5,-6.5 + parent: 2 + - uid: 43880 + components: + - type: Transform + pos: -18.5,-8.5 + parent: 2 + - uid: 43881 + components: + - type: Transform + pos: -24.5,-12.5 + parent: 2 + - uid: 43882 + components: + - type: Transform + pos: -19.5,-6.5 + parent: 2 + - uid: 43883 + components: + - type: Transform + pos: -23.5,-6.5 + parent: 2 + - uid: 43884 + components: + - type: Transform + pos: -18.5,-7.5 + parent: 2 + - uid: 43885 + components: + - type: Transform + pos: -18.5,-9.5 + parent: 2 + - uid: 43886 + components: + - type: Transform + pos: -18.5,-10.5 + parent: 2 + - uid: 43887 + components: + - type: Transform + pos: -18.5,-11.5 + parent: 2 + - uid: 43888 + components: + - type: Transform + pos: -18.5,-12.5 + parent: 2 + - uid: 43889 + components: + - type: Transform + pos: -19.5,-12.5 + parent: 2 + - uid: 43890 + components: + - type: Transform + pos: -24.5,-6.5 + parent: 2 + - uid: 43891 + components: + - type: Transform + pos: -24.5,-7.5 + parent: 2 + - uid: 43892 + components: + - type: Transform + pos: -24.5,-8.5 + parent: 2 + - uid: 43893 + components: + - type: Transform + pos: -24.5,-10.5 + parent: 2 + - uid: 43894 + components: + - type: Transform + pos: -24.5,-9.5 + parent: 2 + - uid: 43895 + components: + - type: Transform + pos: -20.5,-6.5 + parent: 2 + - uid: 43898 + components: + - type: Transform + pos: -28.5,-6.5 + parent: 2 + - uid: 43899 + components: + - type: Transform + pos: -29.5,-6.5 + parent: 2 - proto: WallSolidDiagonal entities: - uid: 1893 @@ -247492,17 +271097,6 @@ entities: rot: -1.5707963267948966 rad pos: -23.5,-25.5 parent: 2 - - uid: 15275 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,67.5 - parent: 2 - - uid: 19813 - components: - - type: Transform - pos: -40.5,58.5 - parent: 2 - uid: 36967 components: - type: Transform @@ -247632,6 +271226,16 @@ entities: - type: Transform pos: -73.5,0.5 parent: 2 + - uid: 19544 + components: + - type: Transform + pos: -4.5,65.5 + parent: 2 + - uid: 19551 + components: + - type: Transform + pos: -9.5,65.5 + parent: 2 - proto: WardrobeGreenFilled entities: - uid: 13135 @@ -247658,40 +271262,40 @@ entities: - type: Transform pos: -30.5,24.5 parent: 2 - - uid: 18052 + - uid: 25115 components: - type: Transform - pos: -25.5,67.5 + pos: -34.5,24.5 parent: 2 - - uid: 18054 + - uid: 29097 components: - type: Transform - pos: -21.5,67.5 + pos: -38.5,24.5 parent: 2 - - uid: 18056 + - uid: 36783 components: - type: Transform - pos: -17.5,67.5 + pos: 77.5,62.5 parent: 2 - - uid: 18058 + - uid: 39971 components: - type: Transform - pos: -13.5,67.5 + pos: -33.5,81.5 parent: 2 - - uid: 25115 + - uid: 39972 components: - type: Transform - pos: -34.5,24.5 + pos: -33.5,85.5 parent: 2 - - uid: 29097 + - uid: 39973 components: - type: Transform - pos: -38.5,24.5 + pos: -33.5,89.5 parent: 2 - - uid: 36783 + - uid: 40080 components: - type: Transform - pos: 77.5,62.5 + pos: -33.5,77.5 parent: 2 - proto: WarningAir entities: @@ -247756,10 +271360,10 @@ entities: parent: 2 - proto: WarningWaste entities: - - uid: 2439 + - uid: 10111 components: - type: Transform - pos: -50.5,54.5 + pos: -53.5,49.5 parent: 2 - proto: WarpPoint entities: @@ -247882,13 +271486,6 @@ entities: parent: 2 - type: WarpPoint location: Cargo Dock - - uid: 39493 - components: - - type: Transform - pos: -15.5,-9.5 - parent: 2 - - type: WarpPoint - location: Psychologist - proto: WarpPointAI entities: - uid: 39458 @@ -248017,13 +271614,6 @@ entities: parent: 2 - type: WarpPoint location: Salvage -- proto: WarpPointCourt - entities: - - uid: 39461 - components: - - type: Transform - pos: -9.5,52.5 - parent: 2 - proto: WarpPointCryo entities: - uid: 39465 @@ -248052,13 +271642,6 @@ entities: - type: Transform pos: 32.5,28.5 parent: 2 -- proto: WarpPointEvac - entities: - - uid: 39467 - components: - - type: Transform - pos: 1.5,74.5 - parent: 2 - proto: WarpPointHOP entities: - uid: 39468 @@ -248082,10 +271665,10 @@ entities: parent: 2 - proto: WarpPointLawyer entities: - - uid: 39471 + - uid: 21697 components: - type: Transform - pos: -4.5,59.5 + pos: -5.5,49.5 parent: 2 - proto: WarpPointLibrary entities: @@ -248101,13 +271684,6 @@ entities: - type: Transform pos: 30.5,12.5 parent: 2 -- proto: WarpPointPerma - entities: - - uid: 39474 - components: - - type: Transform - pos: -22.5,61.5 - parent: 2 - proto: WarpPointReporter entities: - uid: 39475 @@ -248137,8 +271713,18 @@ entities: rot: -1.5707963267948966 rad pos: -35.5,-19.5 parent: 2 + - uid: 26015 + components: + - type: Transform + pos: -20.5,74.5 + parent: 2 - proto: WashingMachineFilledClothes entities: + - uid: 676 + components: + - type: Transform + pos: -21.5,71.5 + parent: 2 - uid: 7088 components: - type: Transform @@ -248149,6 +271735,16 @@ entities: - type: Transform pos: -38.5,-18.5 parent: 2 + - uid: 25945 + components: + - type: Transform + pos: -20.5,71.5 + parent: 2 + - uid: 31365 + components: + - type: Transform + pos: -21.5,74.5 + parent: 2 - proto: WaterCooler entities: - uid: 309 @@ -248156,6 +271752,11 @@ entities: - type: Transform pos: -11.5,-27.5 parent: 2 + - uid: 1038 + components: + - type: Transform + pos: -11.5,61.5 + parent: 2 - uid: 5267 components: - type: Transform @@ -248171,30 +271772,25 @@ entities: - type: Transform pos: 43.5,-24.5 parent: 2 - - uid: 15593 + - uid: 14603 components: - type: Transform - pos: -8.5,30.5 + pos: -22.5,59.5 parent: 2 - - uid: 15927 + - uid: 15593 components: - type: Transform - pos: -2.5,49.5 + pos: -8.5,30.5 parent: 2 - uid: 16399 components: - type: Transform pos: -73.5,13.5 parent: 2 - - uid: 16627 - components: - - type: Transform - pos: -8.5,59.5 - parent: 2 - - uid: 17969 + - uid: 18126 components: - type: Transform - pos: -1.5,7.5 + pos: -2.5,53.5 parent: 2 - uid: 18462 components: @@ -248211,15 +271807,30 @@ entities: - type: Transform pos: -54.5,-12.5 parent: 2 + - uid: 31450 + components: + - type: Transform + pos: -13.5,-10.5 + parent: 2 + - uid: 31857 + components: + - type: Transform + pos: -41.5,56.5 + parent: 2 - uid: 36464 components: - type: Transform pos: 60.5,83.5 parent: 2 - - uid: 39992 + - uid: 41137 + components: + - type: Transform + pos: -13.5,61.5 + parent: 2 + - uid: 42996 components: - type: Transform - pos: -18.5,54.5 + pos: -2.5,-2.5 parent: 2 - proto: WaterTankFull entities: @@ -248273,11 +271884,21 @@ entities: - type: Transform pos: -26.5,-31.5 parent: 2 + - uid: 23957 + components: + - type: Transform + pos: 12.5,60.5 + parent: 2 - uid: 27846 components: - type: Transform pos: 79.5,-8.5 parent: 2 + - uid: 31198 + components: + - type: Transform + pos: -48.5,75.5 + parent: 2 - uid: 32097 components: - type: Transform @@ -248288,6 +271909,11 @@ entities: - type: Transform pos: -73.5,19.5 parent: 2 + - uid: 43116 + components: + - type: Transform + pos: 53.5,65.5 + parent: 2 - proto: WaterTankHighCapacity entities: - uid: 18481 @@ -248326,11 +271952,10 @@ entities: rot: -1.5707963267948966 rad pos: 6.5,-20.5 parent: 2 - - uid: 6331 + - uid: 6040 components: - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,61.5 + pos: 21.5,26.5 parent: 2 - uid: 7965 components: @@ -248348,16 +271973,6 @@ entities: - type: Transform pos: 13.5,54.5 parent: 2 - - uid: 14380 - components: - - type: Transform - pos: -19.5,60.5 - parent: 2 - - uid: 15274 - components: - - type: Transform - pos: -44.5,60.5 - parent: 2 - uid: 16031 components: - type: Transform @@ -248369,16 +271984,15 @@ entities: rot: -1.5707963267948966 rad pos: -18.5,49.5 parent: 2 - - uid: 16480 + - uid: 19188 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,59.5 + pos: -11.5,37.5 parent: 2 - - uid: 19188 + - uid: 19363 components: - type: Transform - pos: -11.5,37.5 + pos: 21.5,25.5 parent: 2 - uid: 19405 components: @@ -248401,12 +272015,27 @@ entities: rot: -1.5707963267948966 rad pos: -35.5,36.5 parent: 2 + - uid: 23056 + components: + - type: Transform + pos: -32.5,43.5 + parent: 2 + - uid: 23058 + components: + - type: Transform + pos: -30.5,43.5 + parent: 2 - uid: 25975 components: - type: Transform rot: 3.141592653589793 rad pos: -31.5,43.5 parent: 2 + - uid: 26466 + components: + - type: Transform + pos: -23.5,69.5 + parent: 2 - uid: 28000 components: - type: Transform @@ -248430,6 +272059,17 @@ entities: rot: -1.5707963267948966 rad pos: -10.5,31.5 parent: 2 + - uid: 39717 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,68.5 + parent: 2 + - uid: 41108 + components: + - type: Transform + pos: -40.5,34.5 + parent: 2 - proto: WeaponDisabler entities: - uid: 14137 @@ -248440,7 +272080,7 @@ entities: - uid: 15682 components: - type: Transform - pos: -18.544258,50.390102 + pos: -23.545134,51.79373 parent: 2 - uid: 17723 components: @@ -248449,13 +272089,23 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage + - uid: 40604 + components: + - type: Transform + pos: -21.688108,64.65451 + parent: 2 + - uid: 40605 + components: + - type: Transform + pos: -21.555296,64.482635 + parent: 2 - proto: WeaponDisablerPractice entities: - - uid: 40508 + - uid: 23139 components: - type: Transform rot: -1.5707963267948966 rad - pos: -32.656937,43.57409 + pos: -31.897522,43.572903 parent: 2 - uid: 40520 components: @@ -248468,19 +272118,26 @@ entities: - uid: 6073 components: - type: Transform - pos: 16.488016,26.920761 + pos: 16.299145,28.631136 + parent: 2 + - uid: 19364 + components: + - type: Transform + pos: 16.431957,28.568636 parent: 2 - proto: WeaponLaserCarbinePractice entities: - - uid: 8738 + - uid: 23014 components: - type: Transform - pos: -30.527334,43.806652 + rot: -1.5707963267948966 rad + pos: -31.170958,43.643215 parent: 2 - - uid: 9125 + - uid: 23179 components: - type: Transform - pos: -30.519522,43.54884 + rot: -1.5707963267948966 rad + pos: -30.89752,43.651028 parent: 2 - proto: WeaponLauncherRocket entities: @@ -248666,15 +272323,15 @@ entities: parent: 2 - proto: WeldingFuelTankFull entities: - - uid: 3764 + - uid: 2232 components: - type: Transform - pos: -1.5,29.5 + pos: -48.5,76.5 parent: 2 - - uid: 5415 + - uid: 3764 components: - type: Transform - pos: 52.5,51.5 + pos: -1.5,29.5 parent: 2 - uid: 6302 components: @@ -248691,11 +272348,6 @@ entities: - type: Transform pos: -40.5,24.5 parent: 2 - - uid: 19185 - components: - - type: Transform - pos: -30.5,54.5 - parent: 2 - uid: 20949 components: - type: Transform @@ -248711,6 +272363,11 @@ entities: - type: Transform pos: 18.5,32.5 parent: 2 + - uid: 23975 + components: + - type: Transform + pos: 13.5,60.5 + parent: 2 - uid: 29262 components: - type: Transform @@ -248721,6 +272378,11 @@ entities: - type: Transform pos: 36.5,9.5 parent: 2 + - uid: 43304 + components: + - type: Transform + pos: 51.5,65.5 + parent: 2 - proto: WeldingFuelTankHighCapacity entities: - uid: 14882 @@ -248979,18 +272641,6 @@ entities: rot: -1.5707963267948966 rad pos: -55.5,28.5 parent: 2 - - uid: 23057 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,47.5 - parent: 2 - - uid: 23605 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,57.5 - parent: 2 - uid: 23865 components: - type: Transform @@ -249438,26 +273088,6 @@ entities: - type: Transform pos: -105.5,51.5 parent: 2 -- proto: WindoorSecureArmoryLocked - entities: - - uid: 39645 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,42.5 - parent: 2 - - uid: 39862 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,42.5 - parent: 2 - - uid: 39863 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,42.5 - parent: 2 - proto: WindoorSecureCargoLocked entities: - uid: 2966 @@ -249719,6 +273349,18 @@ entities: - type: Transform pos: 15.5,13.5 parent: 2 + - uid: 6046 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,10.5 + parent: 2 + - uid: 6047 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,10.5 + parent: 2 - uid: 11657 components: - type: Transform @@ -249847,30 +273489,41 @@ entities: rot: 3.141592653589793 rad pos: 29.5,25.5 parent: 2 + - uid: 43293 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,63.5 + parent: 2 + - uid: 43298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,63.5 + parent: 2 - proto: WindoorSecureSecurityLawyerLocked entities: - - uid: 1038 + - uid: 3295 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,66.5 + pos: -30.5,40.5 parent: 2 - - uid: 1066 + - uid: 3674 components: - type: Transform rot: 1.5707963267948966 rad - pos: -2.5,68.5 + pos: -8.5,56.5 parent: 2 - - uid: 1073 + - uid: 7095 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,66.5 + rot: -1.5707963267948966 rad + pos: -9.5,64.5 parent: 2 - - uid: 3295 + - uid: 10937 components: - type: Transform - pos: -30.5,40.5 + pos: -8.5,63.5 parent: 2 - uid: 11210 components: @@ -249907,40 +273560,59 @@ entities: - type: Transform pos: -29.5,40.5 parent: 2 - - uid: 15967 + - uid: 15843 components: - type: Transform - pos: -9.5,53.5 + rot: 1.5707963267948966 rad + pos: -8.5,55.5 parent: 2 - - uid: 15968 + - uid: 16136 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,50.5 + pos: -9.5,63.5 parent: 2 - - uid: 17659 + - uid: 18084 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,67.5 + pos: -3.5,63.5 parent: 2 - - uid: 17698 + - uid: 18087 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,68.5 + pos: -5.5,63.5 parent: 2 - - uid: 20192 + - uid: 18288 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -9.5,54.5 + parent: 2 + - uid: 19482 components: - type: Transform rot: 1.5707963267948966 rad - pos: 3.5,-24.5 + pos: -3.5,64.5 parent: 2 - - uid: 22838 + - uid: 19496 + components: + - type: Transform + pos: -9.5,57.5 + parent: 2 + - uid: 19524 + components: + - type: Transform + pos: -7.5,63.5 + parent: 2 + - uid: 19754 + components: + - type: Transform + pos: -4.5,63.5 + parent: 2 + - uid: 20192 components: - type: Transform rot: 1.5707963267948966 rad - pos: -2.5,67.5 + pos: 3.5,-24.5 parent: 2 - uid: 23061 components: @@ -249960,18 +273632,6 @@ entities: rot: 3.141592653589793 rad pos: -24.5,36.5 parent: 2 - - uid: 27971 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,52.5 - parent: 2 - - uid: 27975 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,51.5 - parent: 2 - uid: 29045 components: - type: Transform @@ -250050,40 +273710,8 @@ entities: rot: 3.141592653589793 rad pos: -20.5,36.5 parent: 2 - - uid: 39859 - components: - - type: Transform - pos: -22.5,44.5 - parent: 2 - - uid: 39860 - components: - - type: Transform - pos: -21.5,44.5 - parent: 2 - - uid: 39861 - components: - - type: Transform - pos: -20.5,44.5 - parent: 2 - proto: WindoorSecureSecurityLocked entities: - - uid: 2342 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,62.5 - parent: 2 - - uid: 2699 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,62.5 - parent: 2 - - uid: 3156 - components: - - type: Transform - pos: -21.5,62.5 - parent: 2 - uid: 4670 components: - type: Transform @@ -250097,7 +273725,6 @@ entities: pos: -29.5,27.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 15388 - type: DeviceLinkSource @@ -250111,7 +273738,6 @@ entities: pos: -25.5,27.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 15389 - type: DeviceLinkSource @@ -250124,7 +273750,6 @@ entities: pos: -29.5,26.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 15362 - type: DeviceLinkSource @@ -250137,7 +273762,6 @@ entities: pos: -25.5,26.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 2 links: - 15363 - type: DeviceLinkSource @@ -250151,7 +273775,6 @@ entities: pos: -33.5,27.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 1 links: - 22619 - type: DeviceLinkSource @@ -250165,17 +273788,29 @@ entities: pos: -37.5,27.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 1 links: - 25997 - type: DeviceLinkSource linkedPorts: 25997: - DoorStatus: Close - - uid: 18142 + - uid: 15795 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,78.5 + parent: 2 + - uid: 19273 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,80.5 + parent: 2 + - uid: 19274 components: - type: Transform - pos: -20.5,62.5 + rot: -1.5707963267948966 rad + pos: -49.5,79.5 parent: 2 - uid: 22619 components: @@ -250183,7 +273818,6 @@ entities: pos: -33.5,26.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 1 links: - 15457 - type: DeviceLinkSource @@ -250196,19 +273830,78 @@ entities: pos: -37.5,26.5 parent: 2 - type: DeviceLinkSink - invokeCounter: 1 links: - 15458 - type: DeviceLinkSource linkedPorts: 15458: - DoorStatus: Close + - uid: 38865 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,88.5 + parent: 2 + - uid: 38868 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,88.5 + parent: 2 + - uid: 38869 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -13.5,88.5 + parent: 2 + - uid: 38870 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,88.5 + parent: 2 + - uid: 38872 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,85.5 + parent: 2 + - uid: 38873 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -16.5,86.5 + parent: 2 + - uid: 38874 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,86.5 + parent: 2 + - uid: 38875 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,85.5 + parent: 2 - uid: 39654 components: - type: Transform rot: -1.5707963267948966 rad pos: -11.5,34.5 parent: 2 + - uid: 40591 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,63.5 + parent: 2 + - uid: 40592 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,62.5 + parent: 2 - proto: WindoorServiceLocked entities: - uid: 7776 @@ -250266,6 +273959,11 @@ entities: - type: Transform pos: -28.5,58.5 parent: 2 + - uid: 670 + components: + - type: Transform + pos: -19.5,78.5 + parent: 2 - uid: 839 components: - type: Transform @@ -250281,6 +273979,11 @@ entities: - type: Transform pos: 4.5,13.5 parent: 2 + - uid: 1073 + components: + - type: Transform + pos: -1.5,53.5 + parent: 2 - uid: 1130 components: - type: Transform @@ -250427,16 +274130,6 @@ entities: rot: 3.141592653589793 rad pos: -48.5,-8.5 parent: 2 - - uid: 3356 - components: - - type: Transform - pos: -32.5,63.5 - parent: 2 - - uid: 3403 - components: - - type: Transform - pos: -33.5,63.5 - parent: 2 - uid: 3844 components: - type: Transform @@ -250462,6 +274155,12 @@ entities: - type: Transform pos: 53.5,-11.5 parent: 2 + - uid: 4068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,67.5 + parent: 2 - uid: 4372 components: - type: Transform @@ -250480,7 +274179,7 @@ entities: - uid: 4641 components: - type: Transform - pos: -1.5,49.5 + pos: -1.5,62.5 parent: 2 - uid: 5015 components: @@ -250502,16 +274201,64 @@ entities: - type: Transform pos: 52.5,0.5 parent: 2 + - uid: 5483 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,0.5 + parent: 2 + - uid: 5670 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,1.5 + parent: 2 + - uid: 5886 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,2.5 + parent: 2 + - uid: 5989 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,3.5 + parent: 2 + - uid: 6144 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,16.5 + parent: 2 - uid: 6159 components: - type: Transform pos: 44.5,-20.5 parent: 2 + - uid: 6160 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,15.5 + parent: 2 - uid: 6161 components: - type: Transform pos: 43.5,-20.5 parent: 2 + - uid: 6162 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,14.5 + parent: 2 + - uid: 6163 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -82.5,13.5 + parent: 2 - uid: 6166 components: - type: Transform @@ -250557,6 +274304,30 @@ entities: - type: Transform pos: 40.5,-31.5 parent: 2 + - uid: 6213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,16.5 + parent: 2 + - uid: 6214 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,15.5 + parent: 2 + - uid: 6275 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,14.5 + parent: 2 + - uid: 6277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -86.5,13.5 + parent: 2 - uid: 6316 components: - type: Transform @@ -250734,26 +274505,16 @@ entities: - type: Transform pos: -51.5,-14.5 parent: 2 - - uid: 7548 - components: - - type: Transform - pos: -34.5,62.5 - parent: 2 - - uid: 7557 + - uid: 7503 components: - type: Transform - pos: -34.5,61.5 + pos: -28.5,62.5 parent: 2 - uid: 7586 components: - type: Transform pos: -38.5,68.5 parent: 2 - - uid: 7617 - components: - - type: Transform - pos: -35.5,68.5 - parent: 2 - uid: 7661 components: - type: Transform @@ -250765,6 +274526,18 @@ entities: rot: -1.5707963267948966 rad pos: -20.5,-12.5 parent: 2 + - uid: 10324 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -5.5,51.5 + parent: 2 + - uid: 10325 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -4.5,51.5 + parent: 2 - uid: 10717 components: - type: Transform @@ -250842,6 +274615,12 @@ entities: - type: Transform pos: 48.5,-16.5 parent: 2 + - uid: 13916 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,67.5 + parent: 2 - uid: 14961 components: - type: Transform @@ -250892,20 +274671,20 @@ entities: - type: Transform pos: -2.5,18.5 parent: 2 - - uid: 15885 + - uid: 15897 components: - type: Transform - pos: -1.5,48.5 + pos: -35.5,68.5 parent: 2 - - uid: 15920 + - uid: 16317 components: - type: Transform - pos: -1.5,55.5 + pos: 3.5,35.5 parent: 2 - - uid: 16317 + - uid: 16462 components: - type: Transform - pos: 3.5,35.5 + pos: -1.5,61.5 parent: 2 - uid: 16573 components: @@ -250924,11 +274703,28 @@ entities: rot: -1.5707963267948966 rad pos: 28.5,17.5 parent: 2 + - uid: 17794 + components: + - type: Transform + pos: -1.5,52.5 + parent: 2 - uid: 17855 components: - type: Transform pos: 3.5,36.5 parent: 2 + - uid: 17910 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,50.5 + parent: 2 + - uid: 17916 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,49.5 + parent: 2 - uid: 17985 components: - type: Transform @@ -250974,16 +274770,15 @@ entities: - type: Transform pos: -52.5,6.5 parent: 2 - - uid: 18347 + - uid: 18035 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,59.5 + pos: -1.5,58.5 parent: 2 - - uid: 18350 + - uid: 18138 components: - type: Transform - pos: -24.5,57.5 + pos: -1.5,59.5 parent: 2 - uid: 18465 components: @@ -251025,51 +274820,6 @@ entities: - type: Transform pos: -37.5,7.5 parent: 2 - - uid: 19681 - components: - - type: Transform - pos: -17.5,65.5 - parent: 2 - - uid: 19682 - components: - - type: Transform - pos: -15.5,65.5 - parent: 2 - - uid: 19683 - components: - - type: Transform - pos: -13.5,65.5 - parent: 2 - - uid: 19738 - components: - - type: Transform - pos: -19.5,65.5 - parent: 2 - - uid: 19739 - components: - - type: Transform - pos: -21.5,65.5 - parent: 2 - - uid: 19757 - components: - - type: Transform - pos: -23.5,65.5 - parent: 2 - - uid: 19769 - components: - - type: Transform - pos: -25.5,65.5 - parent: 2 - - uid: 19770 - components: - - type: Transform - pos: -27.5,65.5 - parent: 2 - - uid: 19774 - components: - - type: Transform - pos: -28.5,62.5 - parent: 2 - uid: 19776 components: - type: Transform @@ -251109,6 +274859,24 @@ entities: - type: Transform pos: -9.5,-1.5 parent: 2 + - uid: 21758 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,59.5 + parent: 2 + - uid: 21795 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,51.5 + parent: 2 + - uid: 22124 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,48.5 + parent: 2 - uid: 22732 components: - type: Transform @@ -251124,26 +274892,62 @@ entities: - type: Transform pos: -16.5,4.5 parent: 2 - - uid: 23766 + - uid: 23489 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,-17.5 + rot: -1.5707963267948966 rad + pos: -24.5,79.5 parent: 2 - - uid: 23788 + - uid: 23530 components: - type: Transform - pos: 9.5,72.5 + rot: -1.5707963267948966 rad + pos: -21.5,75.5 parent: 2 - - uid: 23790 + - uid: 23531 components: - type: Transform - pos: 8.5,72.5 + rot: -1.5707963267948966 rad + pos: -20.5,75.5 parent: 2 - - uid: 23792 + - uid: 23602 components: - type: Transform - pos: 7.5,72.5 + pos: -22.5,80.5 + parent: 2 + - uid: 23603 + components: + - type: Transform + pos: -21.5,80.5 + parent: 2 + - uid: 23648 + components: + - type: Transform + pos: -24.5,76.5 + parent: 2 + - uid: 23660 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,75.5 + parent: 2 + - uid: 23671 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,75.5 + parent: 2 + - uid: 23766 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 28.5,-17.5 + parent: 2 + - uid: 23771 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -24.5,71.5 parent: 2 - uid: 23847 components: @@ -251156,6 +274960,54 @@ entities: - type: Transform pos: -44.5,1.5 parent: 2 + - uid: 24083 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,68.5 + parent: 2 + - uid: 24084 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,69.5 + parent: 2 + - uid: 24086 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,71.5 + parent: 2 + - uid: 24088 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,73.5 + parent: 2 + - uid: 24091 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,74.5 + parent: 2 + - uid: 24092 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,74.5 + parent: 2 + - uid: 24093 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,74.5 + parent: 2 + - uid: 24097 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -28.5,70.5 + parent: 2 - uid: 24463 components: - type: Transform @@ -251176,6 +275028,26 @@ entities: - type: Transform pos: -43.5,4.5 parent: 2 + - uid: 25868 + components: + - type: Transform + pos: -16.5,-12.5 + parent: 2 + - uid: 25869 + components: + - type: Transform + pos: -14.5,-12.5 + parent: 2 + - uid: 25875 + components: + - type: Transform + pos: -24.5,73.5 + parent: 2 + - uid: 25943 + components: + - type: Transform + pos: -24.5,78.5 + parent: 2 - uid: 26208 components: - type: Transform @@ -251193,6 +275065,11 @@ entities: rot: -1.5707963267948966 rad pos: 4.5,12.5 parent: 2 + - uid: 27375 + components: + - type: Transform + pos: -19.5,79.5 + parent: 2 - uid: 27416 components: - type: Transform @@ -251257,16 +275134,6 @@ entities: - type: Transform pos: 26.5,8.5 parent: 2 - - uid: 31402 - components: - - type: Transform - pos: 11.5,72.5 - parent: 2 - - uid: 31407 - components: - - type: Transform - pos: 10.5,72.5 - parent: 2 - uid: 32038 components: - type: Transform @@ -251290,16 +275157,104 @@ entities: rot: -1.5707963267948966 rad pos: 26.5,17.5 parent: 2 + - uid: 34527 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -44.5,61.5 + parent: 2 + - uid: 34558 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,61.5 + parent: 2 + - uid: 34559 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -42.5,61.5 + parent: 2 + - uid: 34560 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,61.5 + parent: 2 + - uid: 35194 + components: + - type: Transform + pos: -24.5,57.5 + parent: 2 + - uid: 36978 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,75.5 + parent: 2 + - uid: 36983 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,77.5 + parent: 2 + - uid: 36984 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,79.5 + parent: 2 + - uid: 36988 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,81.5 + parent: 2 + - uid: 36989 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,83.5 + parent: 2 + - uid: 37003 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,85.5 + parent: 2 + - uid: 37314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,87.5 + parent: 2 + - uid: 37315 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,89.5 + parent: 2 - uid: 38147 components: - type: Transform pos: -14.5,-44.5 parent: 2 - - uid: 38885 + - uid: 40691 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,58.5 + pos: -19.5,76.5 + parent: 2 + - uid: 40717 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -17.5,80.5 + parent: 2 + - uid: 40718 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -16.5,80.5 parent: 2 - proto: WindowDirectional entities: @@ -251345,6 +275300,42 @@ entities: rot: -1.5707963267948966 rad pos: -28.5,-46.5 parent: 2 + - uid: 29971 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,63.5 + parent: 2 + - uid: 30373 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,59.5 + parent: 2 + - uid: 30374 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,60.5 + parent: 2 + - uid: 30395 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,58.5 + parent: 2 + - uid: 30398 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,57.5 + parent: 2 + - uid: 31407 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,63.5 + parent: 2 - uid: 34345 components: - type: Transform @@ -251380,6 +275371,42 @@ entities: rot: -1.5707963267948966 rad pos: 56.5,-7.5 parent: 2 + - uid: 40897 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,63.5 + parent: 2 + - uid: 40904 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -33.5,63.5 + parent: 2 + - uid: 40906 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,62.5 + parent: 2 + - uid: 41195 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,61.5 + parent: 2 + - uid: 43299 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,63.5 + parent: 2 + - uid: 43300 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 43.5,63.5 + parent: 2 - proto: WindowFrostedDirectional entities: - uid: 281 @@ -251400,12 +275427,6 @@ entities: rot: -1.5707963267948966 rad pos: 3.5,-11.5 parent: 2 - - uid: 590 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-38.5 - parent: 2 - uid: 795 components: - type: Transform @@ -251463,51 +275484,21 @@ entities: - type: Transform pos: 4.5,-39.5 parent: 2 - - uid: 1775 - components: - - type: Transform - pos: -3.5,-39.5 - parent: 2 - uid: 1776 components: - type: Transform pos: 5.5,-39.5 parent: 2 - - uid: 1833 - components: - - type: Transform - pos: -4.5,-39.5 - parent: 2 - uid: 1952 components: - type: Transform pos: 7.5,-39.5 parent: 2 - - uid: 2057 - components: - - type: Transform - pos: -4.5,-39.5 - parent: 2 - - uid: 2114 - components: - - type: Transform - pos: -3.5,-39.5 - parent: 2 - - uid: 2189 - components: - - type: Transform - pos: -2.5,-39.5 - parent: 2 - uid: 2255 components: - type: Transform pos: 4.5,-39.5 parent: 2 - - uid: 2307 - components: - - type: Transform - pos: -1.5,-39.5 - parent: 2 - uid: 2389 components: - type: Transform @@ -251555,21 +275546,11 @@ entities: - type: Transform pos: 6.5,-39.5 parent: 2 - - uid: 2498 - components: - - type: Transform - pos: -2.5,-39.5 - parent: 2 - uid: 2500 components: - type: Transform pos: 5.5,-39.5 parent: 2 - - uid: 2519 - components: - - type: Transform - pos: -1.5,-39.5 - parent: 2 - uid: 2546 components: - type: Transform @@ -251604,12 +275585,6 @@ entities: - type: Transform pos: 40.5,-18.5 parent: 2 - - uid: 2717 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,58.5 - parent: 2 - uid: 2767 components: - type: Transform @@ -251642,24 +275617,6 @@ entities: - type: Transform pos: 7.5,-39.5 parent: 2 - - uid: 3642 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-37.5 - parent: 2 - - uid: 4640 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,61.5 - parent: 2 - - uid: 5424 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,0.5 - parent: 2 - uid: 6186 components: - type: Transform @@ -252035,12 +275992,6 @@ entities: - type: Transform pos: -3.5,-45.5 parent: 2 - - uid: 6372 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,13.5 - parent: 2 - uid: 6379 components: - type: Transform @@ -252137,18 +276088,6 @@ entities: rot: -1.5707963267948966 rad pos: -10.5,-50.5 parent: 2 - - uid: 7569 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,71.5 - parent: 2 - - uid: 7952 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,11.5 - parent: 2 - uid: 8448 components: - type: Transform @@ -252167,12 +276106,6 @@ entities: rot: 3.141592653589793 rad pos: 41.5,-9.5 parent: 2 - - uid: 11302 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,-0.5 - parent: 2 - uid: 11327 components: - type: Transform @@ -252185,12 +276118,6 @@ entities: rot: 1.5707963267948966 rad pos: 71.5,18.5 parent: 2 - - uid: 11492 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,17.5 - parent: 2 - uid: 12970 components: - type: Transform @@ -252306,12 +276233,6 @@ entities: rot: -1.5707963267948966 rad pos: 3.5,10.5 parent: 2 - - uid: 15878 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -2.5,60.5 - parent: 2 - uid: 18434 components: - type: Transform @@ -252336,107 +276257,6 @@ entities: rot: -1.5707963267948966 rad pos: -58.5,4.5 parent: 2 - - uid: 19633 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,74.5 - parent: 2 - - uid: 19637 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,75.5 - parent: 2 - - uid: 19712 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,73.5 - parent: 2 - - uid: 19744 - components: - - type: Transform - pos: 16.5,73.5 - parent: 2 - - uid: 19745 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,74.5 - parent: 2 - - uid: 19746 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,78.5 - parent: 2 - - uid: 19747 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,77.5 - parent: 2 - - uid: 19748 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -13.5,78.5 - parent: 2 - - uid: 19749 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,78.5 - parent: 2 - - uid: 19750 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,76.5 - parent: 2 - - uid: 19751 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,75.5 - parent: 2 - - uid: 19752 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,73.5 - parent: 2 - - uid: 19753 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,76.5 - parent: 2 - - uid: 19754 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,77.5 - parent: 2 - - uid: 19755 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,78.5 - parent: 2 - - uid: 19851 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,69.5 - parent: 2 - - uid: 19856 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,70.5 - parent: 2 - uid: 20012 components: - type: Transform @@ -252449,30 +276269,6 @@ entities: rot: 3.141592653589793 rad pos: -14.5,0.5 parent: 2 - - uid: 22064 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,-1.5 - parent: 2 - - uid: 22079 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,14.5 - parent: 2 - - uid: 22096 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,5.5 - parent: 2 - - uid: 22450 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,2.5 - parent: 2 - uid: 22957 components: - type: Transform @@ -252521,11 +276317,6 @@ entities: rot: 1.5707963267948966 rad pos: -23.5,-34.5 parent: 2 - - uid: 23040 - components: - - type: Transform - pos: 1.5,-38.5 - parent: 2 - uid: 23307 components: - type: Transform @@ -252580,12 +276371,6 @@ entities: rot: -1.5707963267948966 rad pos: -10.5,-52.5 parent: 2 - - uid: 23665 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,12.5 - parent: 2 - uid: 25238 components: - type: Transform @@ -252633,24 +276418,6 @@ entities: rot: 3.141592653589793 rad pos: -10.5,-49.5 parent: 2 - - uid: 26771 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,16.5 - parent: 2 - - uid: 26781 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,3.5 - parent: 2 - - uid: 27207 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,4.5 - parent: 2 - uid: 27302 components: - type: Transform @@ -252692,30 +276459,6 @@ entities: rot: 3.141592653589793 rad pos: -13.5,0.5 parent: 2 - - uid: 28818 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-3.5 - parent: 2 - - uid: 28914 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-2.5 - parent: 2 - - uid: 28916 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-5.5 - parent: 2 - - uid: 28925 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-4.5 - parent: 2 - uid: 29012 components: - type: Transform @@ -252728,24 +276471,6 @@ entities: rot: -1.5707963267948966 rad pos: 46.5,-7.5 parent: 2 - - uid: 29728 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-6.5 - parent: 2 - - uid: 30046 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-0.5 - parent: 2 - - uid: 30217 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,-1.5 - parent: 2 - uid: 30218 components: - type: Transform @@ -252794,12 +276519,6 @@ entities: rot: 3.141592653589793 rad pos: 0.5,33.5 parent: 2 - - uid: 30359 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-37.5 - parent: 2 - uid: 30360 components: - type: Transform @@ -252818,28 +276537,6 @@ entities: rot: -1.5707963267948966 rad pos: 1.5,34.5 parent: 2 - - uid: 30368 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-36.5 - parent: 2 - - uid: 30371 - components: - - type: Transform - pos: 0.5,-36.5 - parent: 2 - - uid: 30372 - components: - - type: Transform - pos: 2.5,-36.5 - parent: 2 - - uid: 30374 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-36.5 - parent: 2 - uid: 30377 components: - type: Transform @@ -252864,24 +276561,6 @@ entities: rot: -1.5707963267948966 rad pos: -8.5,-27.5 parent: 2 - - uid: 30395 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,-38.5 - parent: 2 - - uid: 30396 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,-38.5 - parent: 2 - - uid: 30398 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,-38.5 - parent: 2 - uid: 30429 components: - type: Transform @@ -252898,12 +276577,6 @@ entities: rot: 3.141592653589793 rad pos: 3.5,16.5 parent: 2 - - uid: 32263 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -88.5,18.5 - parent: 2 - uid: 33706 components: - type: Transform @@ -252933,6 +276606,12 @@ entities: parent: 2 - proto: WindowReinforcedDirectional entities: + - uid: 701 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,9.5 + parent: 2 - uid: 866 components: - type: Transform @@ -252987,12 +276666,6 @@ entities: rot: 3.141592653589793 rad pos: 0.5,40.5 parent: 2 - - uid: 2607 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -6.5,47.5 - parent: 2 - uid: 2789 components: - type: Transform @@ -253004,11 +276677,6 @@ entities: rot: 3.141592653589793 rad pos: -8.5,-3.5 parent: 2 - - uid: 2815 - components: - - type: Transform - pos: -14.5,-12.5 - parent: 2 - uid: 2816 components: - type: Transform @@ -253026,22 +276694,11 @@ entities: rot: 1.5707963267948966 rad pos: -1.5,-7.5 parent: 2 - - uid: 2987 - components: - - type: Transform - pos: -16.5,-12.5 - parent: 2 - - uid: 3121 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,47.5 - parent: 2 - - uid: 3741 + - uid: 2994 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,47.5 + rot: 1.5707963267948966 rad + pos: -15.5,57.5 parent: 2 - uid: 4007 components: @@ -253087,6 +276744,24 @@ entities: - type: Transform pos: -5.5,22.5 parent: 2 + - uid: 6033 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,9.5 + parent: 2 + - uid: 6053 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 17.5,11.5 + parent: 2 + - uid: 6055 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,11.5 + parent: 2 - uid: 7281 components: - type: Transform @@ -253156,6 +276831,18 @@ entities: rot: 1.5707963267948966 rad pos: -56.5,14.5 parent: 2 + - uid: 10344 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,63.5 + parent: 2 + - uid: 11850 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,53.5 + parent: 2 - uid: 14131 components: - type: Transform @@ -253183,17 +276870,11 @@ entities: - type: Transform pos: 2.5,46.5 parent: 2 - - uid: 16431 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,47.5 - parent: 2 - - uid: 16532 + - uid: 16467 components: - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,47.5 + rot: -1.5707963267948966 rad + pos: -10.5,54.5 parent: 2 - uid: 16664 components: @@ -253239,6 +276920,71 @@ entities: rot: -1.5707963267948966 rad pos: 13.5,-21.5 parent: 2 + - uid: 18010 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,54.5 + parent: 2 + - uid: 18011 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,54.5 + parent: 2 + - uid: 18014 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -9.5,65.5 + parent: 2 + - uid: 18052 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -8.5,54.5 + parent: 2 + - uid: 18053 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,52.5 + parent: 2 + - uid: 18133 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,63.5 + parent: 2 + - uid: 19383 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,65.5 + parent: 2 + - uid: 19503 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,58.5 + parent: 2 + - uid: 19530 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,59.5 + parent: 2 + - uid: 19556 + components: + - type: Transform + pos: -10.5,57.5 + parent: 2 + - uid: 19589 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,57.5 + parent: 2 - uid: 19994 components: - type: Transform @@ -253263,6 +277009,12 @@ entities: rot: 3.141592653589793 rad pos: -29.5,17.5 parent: 2 + - uid: 20004 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,57.5 + parent: 2 - uid: 20311 components: - type: Transform @@ -253292,6 +277044,23 @@ entities: rot: 1.5707963267948966 rad pos: -34.5,36.5 parent: 2 + - uid: 21205 + components: + - type: Transform + pos: -8.5,57.5 + parent: 2 + - uid: 21713 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,52.5 + parent: 2 + - uid: 21714 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,53.5 + parent: 2 - uid: 22117 components: - type: Transform @@ -253314,10 +277083,17 @@ entities: - type: Transform pos: -31.5,38.5 parent: 2 - - uid: 22796 + - uid: 22463 components: - type: Transform - pos: -14.5,56.5 + rot: -1.5707963267948966 rad + pos: -10.5,59.5 + parent: 2 + - uid: 22466 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,58.5 parent: 2 - uid: 22877 components: @@ -253341,23 +277117,6 @@ entities: - type: Transform pos: -4.5,22.5 parent: 2 - - uid: 23139 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,49.5 - parent: 2 - - uid: 23140 - components: - - type: Transform - pos: -10.5,53.5 - parent: 2 - - uid: 23141 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,50.5 - parent: 2 - uid: 23145 components: - type: Transform @@ -253370,41 +277129,12 @@ entities: rot: 1.5707963267948966 rad pos: -15.5,54.5 parent: 2 - - uid: 23148 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,48.5 - parent: 2 - - uid: 23182 - components: - - type: Transform - pos: -10.5,56.5 - parent: 2 - uid: 23183 components: - type: Transform rot: 1.5707963267948966 rad pos: -15.5,56.5 parent: 2 - - uid: 23185 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,50.5 - parent: 2 - - uid: 23186 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,49.5 - parent: 2 - - uid: 23188 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,53.5 - parent: 2 - uid: 23189 components: - type: Transform @@ -253417,71 +277147,6 @@ entities: rot: 1.5707963267948966 rad pos: -15.5,53.5 parent: 2 - - uid: 23191 - components: - - type: Transform - pos: -8.5,53.5 - parent: 2 - - uid: 23193 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,50.5 - parent: 2 - - uid: 23194 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,50.5 - parent: 2 - - uid: 23196 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,48.5 - parent: 2 - - uid: 23197 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,54.5 - parent: 2 - - uid: 23198 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,55.5 - parent: 2 - - uid: 23211 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,53.5 - parent: 2 - - uid: 23212 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,54.5 - parent: 2 - - uid: 23213 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,55.5 - parent: 2 - - uid: 23771 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,67.5 - parent: 2 - - uid: 23772 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,68.5 - parent: 2 - uid: 23941 components: - type: Transform @@ -253633,36 +277298,6 @@ entities: rot: -1.5707963267948966 rad pos: 16.5,12.5 parent: 2 - - uid: 31096 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,64.5 - parent: 2 - - uid: 31097 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,66.5 - parent: 2 - - uid: 31098 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,65.5 - parent: 2 - - uid: 31418 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,63.5 - parent: 2 - - uid: 31420 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,62.5 - parent: 2 - uid: 31479 components: - type: Transform @@ -253709,11 +277344,6 @@ entities: rot: 3.141592653589793 rad pos: 8.5,-22.5 parent: 2 - - uid: 36106 - components: - - type: Transform - pos: -11.5,56.5 - parent: 2 - uid: 36951 components: - type: Transform @@ -253776,6 +277406,22 @@ entities: rot: 3.141592653589793 rad pos: -31.5,38.5 parent: 2 + - uid: 38871 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,88.5 + parent: 2 + - uid: 38876 + components: + - type: Transform + pos: -17.5,87.5 + parent: 2 + - uid: 38877 + components: + - type: Transform + pos: -13.5,87.5 + parent: 2 - uid: 39653 components: - type: Transform @@ -253978,6 +277624,30 @@ entities: - type: Transform pos: 5.4815645,64.65436 parent: 2 +- proto: WoodenBench + entities: + - uid: 3791 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,69.5 + parent: 2 + - uid: 4166 + components: + - type: Transform + pos: -43.5,73.5 + parent: 2 + - uid: 4182 + components: + - type: Transform + pos: -42.5,73.5 + parent: 2 + - uid: 4189 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,69.5 + parent: 2 - proto: Wrench entities: - uid: 4160 @@ -254039,6 +277709,11 @@ entities: - type: Transform pos: -26.308697,-34.25065 parent: 2 + - uid: 18056 + components: + - type: Transform + pos: -10.29642,59.253563 + parent: 2 - uid: 23009 components: - type: Transform From a49742b3fa48210f445f864618a76d6bbefaeec5 Mon Sep 17 00:00:00 2001 From: DeltaV-Bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Sun, 26 May 2024 00:28:29 +0000 Subject: [PATCH 17/35] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index d3abdd018d9..ac7f84da36d 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -2426,3 +2426,12 @@ id: 359 time: '2024-05-26T00:24:02.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/1254 +- author: rosieposieeee + changes: + - message: Submarine Station's Psych Ward has had a massive overhaul, portals now + exist for quick travel, shipyard docks have been added, and the judicial area + has been expanded. + type: Tweak + id: 360 + time: '2024-05-26T00:28:09.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/1175 From 1a8927e92cee4f859f879f141f93ac5c3533b05d Mon Sep 17 00:00:00 2001 From: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com> Date: Sat, 25 May 2024 20:10:45 -0500 Subject: [PATCH 18/35] Add random sec animal spawner (#1234) Co-authored-by: Velcroboy --- .../DeltaV/Entities/Markers/Spawners/mobs.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/mobs.yml b/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/mobs.yml index 1b6654fd3b7..e54a3bb3797 100644 --- a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/mobs.yml +++ b/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/mobs.yml @@ -36,3 +36,17 @@ - type: ConditionalSpawner prototypes: - MobRadioGuard + +- type: entity + name: Sec Animal Spawner + id: SpawnMobSecLaikaOrShiva + parent: MarkerBase + components: + - type: Sprite + layers: + - state: green + - state: ai + - type: ConditionalSpawner + prototypes: + - MobSecDogLaika + - MobSpiderShiva From e155dd6fa904762cb041d8cba2279a39032aaba7 Mon Sep 17 00:00:00 2001 From: therealDLondon <162949166+therealDLondon@users.noreply.github.com> Date: Sun, 26 May 2024 02:13:58 +0100 Subject: [PATCH 19/35] Tweak event weights (#1253) * Tweak event weights * Update Resources/Prototypes/GameRules/events.yml Co-authored-by: Null <56081759+NullWanderer@users.noreply.github.com> Signed-off-by: therealDLondon <162949166+therealDLondon@users.noreply.github.com> * Update Resources/Prototypes/GameRules/events.yml Co-authored-by: Null <56081759+NullWanderer@users.noreply.github.com> Signed-off-by: therealDLondon <162949166+therealDLondon@users.noreply.github.com> --------- Signed-off-by: therealDLondon <162949166+therealDLondon@users.noreply.github.com> Co-authored-by: Null <56081759+NullWanderer@users.noreply.github.com> --- Resources/Prototypes/GameRules/events.yml | 68 +++++++++++------------ 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/Resources/Prototypes/GameRules/events.yml b/Resources/Prototypes/GameRules/events.yml index 765dadd35ee..15920b3498c 100644 --- a/Resources/Prototypes/GameRules/events.yml +++ b/Resources/Prototypes/GameRules/events.yml @@ -73,7 +73,7 @@ noSpawn: true components: - type: StationEvent - weight: 10 + weight: 8 # DeltaV - was 10 duration: 1 minimumPlayers: 10 - type: RandomEntityStorageSpawnRule @@ -87,9 +87,9 @@ - type: StationEvent weight: 1 # DeltaV - was 5 duration: 1 - earliestStart: 45 + earliestStart: 60 # DeltaV - was 45 reoccurrenceDelay: 60 - minimumPlayers: 20 + minimumPlayers: 45 # DeltaV - was 20 - type: RandomSpawnRule prototype: SpawnPointGhostDragon @@ -99,9 +99,9 @@ noSpawn: true components: - type: StationEvent - weight: 3 # DeltaV - was 10 + weight: 5 # DeltaV - was 10 duration: 1 - earliestStart: 45 # DeltaV - was 30 + earliestStart: 30 reoccurrenceDelay: 60 minimumPlayers: 40 - type: NinjaSpawnRule @@ -152,7 +152,7 @@ components: - type: StationEvent earliestStart: 15 - minimumPlayers: 15 + minimumPlayers: 10 # DeltaV - Was 15 weight: 5 startDelay: 50 duration: 240 @@ -187,8 +187,8 @@ startAudio: path: /Audio/Announcements/attention.ogg startDelay: 10 - earliestStart: 30 - minimumPlayers: 35 + earliestStart: 20 #DeltaV - was 30 + minimumPlayers: 25 #DeltaV - was 35 weight: 5 duration: 50 - type: VentCrittersRule @@ -280,7 +280,7 @@ - Security - Service - Supply - extraCount: 2 + extraCount: 3 # DeltaV - was 2 lightBreakChancePerSecond: 0.0003 doorToggleChancePerSecond: 0.001 @@ -306,9 +306,9 @@ startAnnouncement: station-event-vent-clog-start-announcement startAudio: path: /Audio/Announcements/ventclog.ogg # DeltaV - custom announcer - earliestStart: 15 + earliestStart: 20 # DeltaV - was 15 minimumPlayers: 15 - weight: 5 + weight: 7.5 # DeltaV - was 5 startDelay: 50 duration: 60 - type: VentClogRule @@ -378,24 +378,24 @@ - id: MobGiantSpiderAngry prob: 0.05 -# - type: entity # DeltaV - Prevent normal spawning of MobClownSpider -# id: SpiderClownSpawn -# parent: BaseGameRule -# noSpawn: true -# components: -# - type: StationEvent -# startAnnouncement: station-event-vent-creatures-start-announcement -# startAudio: -# path: /Audio/Announcements/attention.ogg -# startDelay: 10 -# earliestStart: 20 -# minimumPlayers: 15 -# weight: 1 -# duration: 60 -# - type: VentCrittersRule -# entries: -# - id: MobClownSpider -# prob: 0.05 +- type: entity + id: SpiderClownSpawn + parent: BaseGameRule + noSpawn: true + components: + - type: StationEvent + startAnnouncement: station-event-vent-creatures-start-announcement + startAudio: + path: /Audio/Announcements/attention.ogg + startDelay: 10 + earliestStart: 45 # DeltaV - was 20 + minimumPlayers: 30 # DeltaV - was 15 + weight: 1 + duration: 60 + - type: VentCrittersRule + entries: + - id: MobClownSpider + prob: 0.03 # DeltaV - was 0.05 - type: entity id: ZombieOutbreak @@ -411,7 +411,7 @@ - type: AntagSelection definitions: - prefRoles: [ InitialInfected ] - max: 3 + max: 4 # DeltaV - was 3 playerRatio: 10 blacklist: components: @@ -438,8 +438,8 @@ components: - type: StationEvent earliestStart: 60 # DeltaV - was 45 - weight: 3 # DeltaV - was 5 - minimumPlayers: 20 + weight: 3.5 # DeltaV - was 5 + minimumPlayers: 30 # DeltaV - was 20 reoccurrenceDelay: 30 duration: 1 - type: LoadMapRule @@ -501,7 +501,7 @@ duration: 150 maxDuration: 300 - type: MassHallucinationsRule - minTimeBetweenIncidents: 0.1 + minTimeBetweenIncidents: 30 # DeltaV - was 0.1 maxTimeBetweenIncidents: 300 maxSoundDistance: 7 sounds: @@ -554,7 +554,7 @@ components: - type: StationEvent weight: 10 - reoccurrenceDelay: 20 + reoccurrenceDelay: 30 #DeltaV - Was 20 #20 mins feels too short, and can scramble borgs way too much duration: 1 - type: IonStormRule From 5ccd8b937271e7239f089ba4f01fea6bb846ef32 Mon Sep 17 00:00:00 2001 From: DeltaV-Bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Sun, 26 May 2024 01:14:18 +0000 Subject: [PATCH 20/35] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index ac7f84da36d..bf96040c0ed 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -2435,3 +2435,14 @@ id: 360 time: '2024-05-26T00:28:09.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/1175 +- author: therealDLondon + changes: + - message: Tweaked event balance. The vents spew sludge more often now! + type: Tweak + - message: Mid-Round zombie outbreaks cause 1 more initial infected + type: Tweak + - message: Added the dreaded clown spiders + type: Add + id: 361 + time: '2024-05-26T01:13:58.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/1253 From 359754cada522bc2c35647575b6a91fced8db3d5 Mon Sep 17 00:00:00 2001 From: therealDLondon <162949166+therealDLondon@users.noreply.github.com> Date: Sun, 26 May 2024 05:23:49 +0100 Subject: [PATCH 21/35] Make Senior Roles Dept Playtime Only (#1246) * Make reqs only department playtime * Re-adds then comments out specific role reqs, with DV tags --- .../Jobs/Engineering/station_engineer.yml | 23 +++++++++---------- .../Loadouts/Jobs/Medical/medical_doctor.yml | 22 ++++++++---------- .../Loadouts/Jobs/Science/scientist.yml | 3 +-- .../Jobs/Security/security_officer.yml | 13 +++++------ 4 files changed, 28 insertions(+), 33 deletions(-) diff --git a/Resources/Prototypes/Loadouts/Jobs/Engineering/station_engineer.yml b/Resources/Prototypes/Loadouts/Jobs/Engineering/station_engineer.yml index f690216da36..b314bebe888 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Engineering/station_engineer.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Engineering/station_engineer.yml @@ -2,23 +2,22 @@ - type: loadoutEffectGroup id: SeniorEngineering effects: - - !type:JobRequirementLoadoutEffect - requirement: - !type:RoleTimeRequirement - role: JobAtmosphericTechnician - time: 21600 #6 hrs - - !type:JobRequirementLoadoutEffect - requirement: - !type:RoleTimeRequirement - role: JobStationEngineer - time: 21600 #6 hrs + # - !type:JobRequirementLoadoutEffect #DV - Remove Specific Role Timers + # requirement: + # !type:RoleTimeRequirement + # role: JobAtmosphericTechnician + # time: 21600 #6 hrs + # - !type:JobRequirementLoadoutEffect # DV - Remove Specific Role Timers + # requirement: + # !type:RoleTimeRequirement + # role: JobStationEngineer + # time: 21600 #6 hrs - !type:JobRequirementLoadoutEffect requirement: !type:DepartmentTimeRequirement department: Engineering time: 216000 # 60 hrs - - !type:JobRequirementLoadoutEffect # DeltaV - Require whitelist - requirement: !type:WhitelistRequirement + # Head - type: loadout diff --git a/Resources/Prototypes/Loadouts/Jobs/Medical/medical_doctor.yml b/Resources/Prototypes/Loadouts/Jobs/Medical/medical_doctor.yml index 403cd57bc63..5b2ae4ba049 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Medical/medical_doctor.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Medical/medical_doctor.yml @@ -2,23 +2,21 @@ - type: loadoutEffectGroup id: SeniorPhysician effects: - - !type:JobRequirementLoadoutEffect - requirement: - !type:RoleTimeRequirement - role: JobChemist - time: 21600 #6 hrs - - !type:JobRequirementLoadoutEffect - requirement: - !type:RoleTimeRequirement - role: JobMedicalDoctor - time: 21600 #6 hrs + # - !type:JobRequirementLoadoutEffect # DV - Remove Specific Role Timers + # requirement: + # !type:RoleTimeRequirement + # role: JobChemist + # time: 21600 #6 hrs + # - !type:JobRequirementLoadoutEffect # DV - Remove Specific Role Timers + # requirement: + # !type:RoleTimeRequirement + # role: JobMedicalDoctor + # time: 21600 #6 hrs - !type:JobRequirementLoadoutEffect requirement: !type:DepartmentTimeRequirement department: Medical time: 216000 # 60 hrs - - !type:JobRequirementLoadoutEffect # DeltaV - Require whitelist - requirement: !type:WhitelistRequirement # Other Timers diff --git a/Resources/Prototypes/Loadouts/Jobs/Science/scientist.yml b/Resources/Prototypes/Loadouts/Jobs/Science/scientist.yml index 2f0c13979c7..e4ffb944fb8 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Science/scientist.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Science/scientist.yml @@ -7,8 +7,7 @@ !type:DepartmentTimeRequirement department: Epistemics time: 216000 #60 hrs - - !type:JobRequirementLoadoutEffect # DeltaV - Require whitelist - requirement: !type:WhitelistRequirement + # Head diff --git a/Resources/Prototypes/Loadouts/Jobs/Security/security_officer.yml b/Resources/Prototypes/Loadouts/Jobs/Security/security_officer.yml index efeaacb7ed3..81fca69cd54 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Security/security_officer.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Security/security_officer.yml @@ -2,18 +2,17 @@ - type: loadoutEffectGroup id: SeniorOfficer effects: - - !type:JobRequirementLoadoutEffect - requirement: - !type:RoleTimeRequirement - role: JobWarden - time: 21600 #6 hrs + # - !type:JobRequirementLoadoutEffect # DV - Remove Specific Role Timers + # requirement: + # !type:RoleTimeRequirement + # role: JobWarden + # time: 21600 #6 hrs - !type:JobRequirementLoadoutEffect requirement: !type:DepartmentTimeRequirement department: Security time: 216000 # 60 hrs - - !type:JobRequirementLoadoutEffect # DeltaV - Require whitelist - requirement: !type:WhitelistRequirement + # Head - type: loadout From 287872236b41c27d1ff8841a951b66999ad5d51a Mon Sep 17 00:00:00 2001 From: DeltaV-Bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Sun, 26 May 2024 04:24:14 +0000 Subject: [PATCH 22/35] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index bf96040c0ed..0914a3a9c47 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -2446,3 +2446,11 @@ id: 361 time: '2024-05-26T01:13:58.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/1253 +- author: therealDLondon + changes: + - message: Senior clothes and roles now only need 60 hours of department playtime, + not a whitelist. You win. + type: Tweak + id: 362 + time: '2024-05-26T04:23:49.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/1246 From 55809163d7098f748b56e046c3358c1fd539c8c8 Mon Sep 17 00:00:00 2001 From: Milon Date: Sun, 26 May 2024 16:41:39 +0200 Subject: [PATCH 23/35] fix addiction popups (#1248) * fix?? * UGHHH --- .../Prototypes/_CD/Reagents/medicine.yml | 39 ++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/_CD/Reagents/medicine.yml b/Resources/Prototypes/_CD/Reagents/medicine.yml index 4433d0661bc..4de928336e7 100644 --- a/Resources/Prototypes/_CD/Reagents/medicine.yml +++ b/Resources/Prototypes/_CD/Reagents/medicine.yml @@ -485,6 +485,18 @@ - !type:ReagentThreshold reagent: Agonolexyne max: 0.01 + - !type:ReagentThreshold # Delta-V - Following four are also addictive + reagent: SpaceDrugs + max: 0.01 + - !type:ReagentThreshold + reagent: THC + max: 0.01 + - !type:ReagentThreshold + reagent: Impedrezene + max: 0.01 + - !type:ReagentThreshold + reagent: Desoxyephedrine + max: 0.01 - !type:AdjustReagent reagent: Charcoal # purges bloodstream cleaners amount: -10.0 @@ -492,7 +504,7 @@ reagent: Ipecac # purges bloodstream cleaners amount: -10.0 - !type:MovespeedModifier - walkSpeedModifier: 0.95 + walkSpeedModifier: 0.9 # Delta-V : Changes walk-speed modifier from 0.95 to 0.9 sprintSpeedModifier: 0.7 conditions: - !type:ReagentThreshold @@ -518,6 +530,31 @@ - !type:ReagentThreshold reagent: Desoxyephedrine max: 0.01 + - !type:GenericStatusEffect # Delta-V - Makes you stutter + key: Stutter + component: StutteringAccent + conditions: + - !type:ReagentThreshold + reagent: Blissifylovene + max: 0.01 + - !type:ReagentThreshold + reagent: Soretizone + max: 0.01 + - !type:ReagentThreshold + reagent: Agonolexyne + max: 0.01 + - !type:ReagentThreshold + reagent: SpaceDrugs + max: 0.01 + - !type:ReagentThreshold + reagent: THC + max: 0.01 + - !type:ReagentThreshold + reagent: Impedrezene + max: 0.01 + - !type:ReagentThreshold + reagent: Desoxyephedrine + max: 0.01 - type: reagent id: Stubantazine From 9997c13dedd4989da6fcd0fd4a5ca071a6a1388c Mon Sep 17 00:00:00 2001 From: DeltaV-Bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Sun, 26 May 2024 14:42:05 +0000 Subject: [PATCH 24/35] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 0914a3a9c47..137b711a5d2 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -2454,3 +2454,10 @@ id: 362 time: '2024-05-26T04:23:49.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/1246 +- author: MilonPL + changes: + - message: Fixed addiction popups not working properly for some reagents. + type: Fix + id: 363 + time: '2024-05-26T14:41:40.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/1248 From 9206e3fa5a3b79c3feec142a299f04c3df60fef3 Mon Sep 17 00:00:00 2001 From: leo <136020119+leonardo-dabepis@users.noreply.github.com> Date: Mon, 27 May 2024 00:45:16 +1000 Subject: [PATCH 25/35] Shrimp Mob for Metempsychosis (#862) * shrinp add * Update metempsychoticNonHumanoids.yml fixed typo * Update Resources/Textures/DeltaV/Mobs/Animals/shrimp.rsi/meta.json Co-authored-by: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com> Signed-off-by: leo <136020119+leonardo-dabepis@users.noreply.github.com> * Update Resources/Textures/DeltaV/Mobs/Animals/shrimp.rsi/meta.json Co-authored-by: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com> Signed-off-by: leo <136020119+leonardo-dabepis@users.noreply.github.com> * Update fun.yml * Update meta.json remove ONE SILLY COMMA --------- Signed-off-by: leo <136020119+leonardo-dabepis@users.noreply.github.com> Co-authored-by: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com> Co-authored-by: Null <56081759+NullWanderer@users.noreply.github.com> --- .../DeltaV/Entities/Mobs/NPCs/fun.yml | 68 ++++++++++++++++++ .../metempsychoticNonHumanoids.yml | 1 + .../DeltaV/Mobs/Animals/shrimp.rsi/dead.png | Bin 0 -> 840 bytes .../DeltaV/Mobs/Animals/shrimp.rsi/meta.json | 24 +++++++ .../DeltaV/Mobs/Animals/shrimp.rsi/shrimp.png | Bin 0 -> 2945 bytes 5 files changed, 93 insertions(+) create mode 100644 Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/fun.yml create mode 100644 Resources/Textures/DeltaV/Mobs/Animals/shrimp.rsi/dead.png create mode 100644 Resources/Textures/DeltaV/Mobs/Animals/shrimp.rsi/meta.json create mode 100644 Resources/Textures/DeltaV/Mobs/Animals/shrimp.rsi/shrimp.png diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/fun.yml b/Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/fun.yml new file mode 100644 index 00000000000..4626e8e2e45 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/fun.yml @@ -0,0 +1,68 @@ +- type: entity + name: space shrimp + parent: [ SimpleMobBase, FlyingMobBase, MobCombat ] + id: MobSpaceShrimp + description: Shrimply cursed... + suffix: METEM MACHINE ONLY #for now, only to be used as a very rare result for the metempsychosis machine. If fishing ever gets added, this suffix can be removed. + components: + - type: MeleeWeapon + soundHit: + path: /Audio/Effects/pop.ogg + - type: MovementSpeedModifier + baseWalkSpeed : 6 + baseSprintSpeed : 6 + - type: Sprite + sprite: DeltaV/Mobs/Animals/shrimp.rsi + layers: + - map: ["enum.DamageStateVisualLayers.Base"] + state: shrimp + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeCircle + radius: 0.35 + density: 100 + mask: + - FlyingMobMask + layer: + - FlyingMobLayer + - type: Physics + - type: DamageStateVisuals + states: + Alive: + Base: shrimp + Dead: + Base: dead + - type: Butcherable + spawned: + - id: FoodMeatCrab + amount: 3 + - type: Bloodstream + bloodMaxVolume: 100 + bloodReagent: BbqSauce #australia reference + - type: InteractionPopup + successChance: 0.5 + interactSuccessString: petting-success-possum + interactFailureString: petting-failure-possum + interactSuccessSpawn: EffectHearts + interactSuccessSound: + path: /Audio/Animals/raccoon_chatter.ogg + - type: Speech + speechSounds: Slime + - type: Puller + needsHands: false + - type: MindContainer + showExamineInfo: true + - type: PotentialPsionic + - type: Psionic + removable: false + - type: PyrokinesisPower + - type: NpcFactionMember + factions: + - Passive + - type: Body + prototype: Animal + - type: HTN + rootTask: + task: SimpleHostileCompound diff --git a/Resources/Prototypes/Nyanotrasen/metempsychoticNonHumanoids.yml b/Resources/Prototypes/Nyanotrasen/metempsychoticNonHumanoids.yml index dcbe23f6082..4679e226110 100644 --- a/Resources/Prototypes/Nyanotrasen/metempsychoticNonHumanoids.yml +++ b/Resources/Prototypes/Nyanotrasen/metempsychoticNonHumanoids.yml @@ -7,3 +7,4 @@ MobXenoQueen: 0.01 MobCrab: 0.01 MobPenguin: 1 #ODJ's orders + MobSpaceShrimp: 0.01 # Delta V - I hope this is funny enough diff --git a/Resources/Textures/DeltaV/Mobs/Animals/shrimp.rsi/dead.png b/Resources/Textures/DeltaV/Mobs/Animals/shrimp.rsi/dead.png new file mode 100644 index 0000000000000000000000000000000000000000..f6f1cff31f5bcd6991cb44faac0741b23658d317 GIT binary patch literal 840 zcmV-O1GoH%P)xUeUmD{Ia3sGB%bg{6qp zVVNVCgb5PBO@cD(^+r zWB>pF32;bRa{vG?BLDy{BLR4&KXw2B0f9+GK~z{r?UcVuLopD?&mW`U=Acq2ikr|u z>gwR=?9gs*&g~!2S?KKM=-}qw!NJAHLyB&q2&Fo76I>jm?f1b~l51WP>ZUmep?#P8 z+LDv4=7vp(7U#HC!_aZ ze6PdB+Pd{}9kp9l&pBWk45t`)=@4pgNJiK9UnO7$oF|!B_&kNBGf9EJr@#d7LGh;l SHGz%*0000fH`Di zaa?f1n`;Y7u>Wmxwgmv_(nWJ~;zdtS0Ms*rGa78o?6<$8_}XW6d6-+o#aYJ1N?Cet zA3cZhP4BwbQ^}&XG#s`eu{%`uTi~KF>u3h5T-cN-giZYzg;RaLR6?`JZ>gE3a`HH1 zc^ud{>(j!8B;|#K8(4AFmzF2ep*@-*s{voVH7ahcnw>XkW{z-`?v#d_baDAnl(c`& zH+QnSaR;j*;l;Ib zZoBl@E46;^Mb)lCP1483k~;<`5{i;L&)!nI885Pxbu?CoJF5OQ(>49W#*Y>5OUrA+ z?W2_^UP)RfJ|;KZ%PArq_I2fDMH*^oEDeU;o_v4RD%2Yo72>#2Qnev>ofwa2JzGli z;SmunQ5?lS@b-#S!{?5JN!nGy9A_Nv30k&an^)49NI;duf6BA0DW1_7X@wz(j35k5qat3704>Oej- zo&O}|yrtwjPA5^j&ce_@G7kBbVE;kv=MJgX4<9?3-LYtQGk&_xR< z>nU}od!`;)7xeqZTqu6EQW-fnC4v4BE_RgB=ARYyP@k{u*pTKv|7uP`V)3tBmxGXthqK>2qjP0@t4ayf9? zl0&Mj;gJz8R?2y86LCgOF9RkSxk|efVLvMVab{>A+xwBbFe}rViF^8~V?^fkV*_;~ zxLZ*B%Zv5Z3#~QF3XNg)-lC|Of58}1qbCZ?7&~NX~$0YI|d8#2N+Cdj!8_s??P&ZtRUYc=TAukwZ zKv|d%rBEsGShm!xr*O+L8n2Y)HaM@Vh5xjNs{LRM@GOmqvc50fOgzFF;jaxkE{fX5 zB#YCMqNPFq`+U9_Vz0({ipr1y)%glA=9K~3iT2e#*_P0@10btG5B4vl(A5#c22|A0 zU3Uz4NXB04T^KvCF{>-Q8&fL-GwjJYM7Y7AtpHw!_;~u;lu+4)qU8zT%JoOU;-<^i zW#0NjT}!z*jZMt&K)pumx5fC&{Rep2J$OCPu)1L$!e9@IvAS1e^FjuwB3ijgso?8& zNa3!Vg?lEdSBzlTx9{A7wLJL}XqRo-VsLJbdzUE((vpppUmjtUFrYU<6gkMa2kQLh zQN$F5GgK>`WD3*5+VEr}T4SP&;87NwBsDXbB!P&y?j2B(fZRRR9+a9JZl`2Cl^tx^ zC!t?BgDSv6)g8(eT|a<(!P;DF5SVwR?{)EQCKU;HATGvK6I@kr=`uE=4+LScUra?m zA%!=3LVxZFmxN+z7}qoseo>Dw8EF(?;cL)xO`Mh;tqYR!@LOXAcuYAPi=7Mq;n1s; zU2wV#dHjv_!JKkKkB?6;rsNov01s0y*N!jzh}Ez#zh9k5Pmw(Dx}8!?uXjdUq9pa6 zbykKe9L&C@={DsT^RC9Rj=y9CxZ}~GH_WYA?P}mntI8Ou)J~>*j$MfWJOBClbL1rM z#f~|$C7Nw6Xbb z9g-@?+{i6p_ojBbP6JJ1h_G6|yJ*5^b`Mgyxk_9<(1uUMGubws`yPRKOdp zvZ1FYYS5@6ma#P9kAh?Sl+*MG0{!yzk?d_|xYkrb2R5{TovLxIw3Q~hI>$fw%s$Xq zg(sW`hJWtY-=l**ym%U*cLoWQqx`a!2T$Ndh9>r=XK##$!AgJUH`mnQS&zs%!J9q* zKML$TN#p8OKUa_x?S#|Qrfk&BNEnO|D8b!{N=J)Jr~7O<7l$Eq#}W| zUg`}os(ogQ*bK=nVDER=oPirk<(MZ`5QSLqQ;zY+>*LJdVDoo3(&nz1ZIa*)0NUNj zLP9$7u$TF_cII~Yh6#^9_B@%sb2fjl$Etf~L=6~tJ#bo2fzlJ`+GYgF<*1kVft8Z} zyJN!lkP}7j!i1V_TNc4e>h1e4O%HBrPC9P%!9B4c z9jx@BG7^;RBV4C~*jSkE*4@oee|RzMDB2p$w&f3N!6f#JL)+Z)!}1PXel;-M zIPD!Tp}o~aE&&WV%y^KZzJgYGSpG$(TypfrX~k?6vP^bv^lQs&y_?0wSfU(><*W z)imI4OqD38MvXswza%gbA)*<(j52RQ#3^*;;TP`I+s-fddy3N@DyDlnO4Ttlyyzw} zt98I5anAM7jSNUgXfqlrzxp^igwPWdc?IBjp-2_gp;=?Qt^zlC(}?J{c^UDEKL_tY zAs9r2rhi!UbPYWAy}05nZgE*Euv5jQ`{L2{``;ov$2tqHD+MRe1OJbPzgS5Wz48(1 z@?aO5vDV(?hoa?_sOQF0$yQ2=1kv>=X;Z=yF-POV>nfW!n)(F2JFbckOzjj2n(KeG zA*?u)#~_y(*I{YW$)rFEm{A;ZoH>Q;oN`7I<(aygT^$50l=Xw#UWxK3^{_2gs&(4* z$1=!chJv%VkG@~Ru~UurOr7wYh6}7bH!UKFUn2`LEhi&W4j+~K{a--~e9Pvo7TwdU zg@;i6H}gEE&aGj3#>F{saVbKmX-|&UbLyl>FeB)9c==S$w6Jn>hPa2~oM5iElrKJJ zjD$O_b^+Slf=QvK$LP}MGp*>n{${E;jj{0uXy$3xNVz@qkGRw+5Si`zQIK`%Hg;%o znl75?-sbS63B3N1vswqGM+jY3R_&+ZDGVRrsz=ZTj0W&R!)a!R_BpL+{pAsGWlc$# zAVR1VOzqvLV&PZH$Fq&C2N{9$%z;+9waP10Knq6xg(4hxc~+0*4&O)m2>b>-J6Ik4 zWo_rl!1%=$6YZ@q18Yy+xB$-Ui9Nd-RzHBhT)n7co9p$HrkxCA*%lC}SJPXKT0?%kUB zQU6yo;1GjbcBA^!A7r2Bj}?NaKIg|4JNg55?Cbhb(SBFJD}h79EWSS1td? hzyvH}@w*Xx;2fQF41-x!5q#~yAxk@p3Nw$`{{ZWlab^Gj literal 0 HcmV?d00001 From fb62f235f2f5748228e6f402f59dce4e45f39bff Mon Sep 17 00:00:00 2001 From: DeltaV-Bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Sun, 26 May 2024 14:45:36 +0000 Subject: [PATCH 26/35] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 137b711a5d2..1d2d58cf64c 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -2461,3 +2461,10 @@ id: 363 time: '2024-05-26T14:41:40.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/1248 +- author: leonardo-dabepis + changes: + - message: Shrimp morphotype* + type: Add + id: 364 + time: '2024-05-26T14:45:17.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/862 From 9618366414d3325f1012ac7fa2ce47c9d03409d5 Mon Sep 17 00:00:00 2001 From: Tryded <139474617+Tryded@users.noreply.github.com> Date: Sun, 26 May 2024 10:10:11 -0500 Subject: [PATCH 27/35] Craftable muskets + Flintlocks (#1008) * Musket + parts * Graphs for Musket and Parts * Recipes for Musket + Sprites * Fix 1 * Fix two * Flintlock * Fixes * Fix 3.0 * null is nulled * forgor graph * fireRate isn't all lowercase.. * actually make ammo craftable * Craftable Flintlock Fix * Update improvised.yml * Update musket.yml * I gib up * Make firerate 1 shot every 8 seconds and it doesn't reset when you switch hands. * why. * Forgor * forgor * Update Resources/Textures/DeltaV/Objects/Misc/bayonet.rsi/meta.json Co-authored-by: Colin-Tel <113523727+Colin-Tel@users.noreply.github.com> Signed-off-by: Tryded <139474617+Tryded@users.noreply.github.com> --------- Signed-off-by: Tryded <139474617+Tryded@users.noreply.github.com> Co-authored-by: Colin-Tel <113523727+Colin-Tel@users.noreply.github.com> --- .../Objects/Misc/improvised_gun_parts.yml | 56 +++++++++++++ .../Guns/Ammunition/Cartridges/musket.yml | 19 +++++ .../Guns/Ammunition/Projectiles/musket.yml | 10 +++ .../Objects/Weapons/Guns/Pistols/pistols.yml | 24 ++++++ .../Objects/Weapons/Guns/Rifles/rifles.yml | 28 +++++++ .../Crafting/Graphs/improvised/bayonet.yml | 14 ++++ .../Graphs/improvised/modular_breech.yml | 14 ++++ .../Graphs/improvised/modular_trigger.yml | 14 ++++ .../Crafting/Graphs/improvised/musket.yml | 77 ++++++++++++++++++ .../Graphs/improvised/musket_cartridge.yml | 20 +++++ .../DeltaV/Recipes/Crafting/improvised.yml | 77 ++++++++++++++++++ Resources/Prototypes/DeltaV/tags.yml | 12 +++ .../DeltaV/Objects/Misc/bayonet.rsi/base.png | Bin 0 -> 216 bytes .../Objects/Misc/bayonet.rsi/inhand-left.png | Bin 0 -> 269 bytes .../Objects/Misc/bayonet.rsi/inhand-right.png | Bin 0 -> 273 bytes .../DeltaV/Objects/Misc/bayonet.rsi/meta.json | 22 +++++ .../Objects/Misc/modular_breech.rsi/base.png | Bin 0 -> 262 bytes .../Misc/modular_breech.rsi/inhand-left.png | Bin 0 -> 313 bytes .../Misc/modular_breech.rsi/inhand-right.png | Bin 0 -> 278 bytes .../Objects/Misc/modular_breech.rsi/meta.json | 22 +++++ .../Objects/Misc/modular_trigger.rsi/base.png | Bin 0 -> 164 bytes .../Misc/modular_trigger.rsi/meta.json | 14 ++++ .../Casings/musket_casing.rsi/base.png | Bin 0 -> 185 bytes .../Casings/musket_casing.rsi/meta.json | 14 ++++ 24 files changed, 437 insertions(+) create mode 100644 Resources/Prototypes/DeltaV/Entities/Objects/Misc/improvised_gun_parts.yml create mode 100644 Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/musket.yml create mode 100644 Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/musket.yml create mode 100644 Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/bayonet.yml create mode 100644 Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/modular_breech.yml create mode 100644 Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/modular_trigger.yml create mode 100644 Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/musket.yml create mode 100644 Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/musket_cartridge.yml create mode 100644 Resources/Prototypes/DeltaV/Recipes/Crafting/improvised.yml create mode 100644 Resources/Textures/DeltaV/Objects/Misc/bayonet.rsi/base.png create mode 100644 Resources/Textures/DeltaV/Objects/Misc/bayonet.rsi/inhand-left.png create mode 100644 Resources/Textures/DeltaV/Objects/Misc/bayonet.rsi/inhand-right.png create mode 100644 Resources/Textures/DeltaV/Objects/Misc/bayonet.rsi/meta.json create mode 100644 Resources/Textures/DeltaV/Objects/Misc/modular_breech.rsi/base.png create mode 100644 Resources/Textures/DeltaV/Objects/Misc/modular_breech.rsi/inhand-left.png create mode 100644 Resources/Textures/DeltaV/Objects/Misc/modular_breech.rsi/inhand-right.png create mode 100644 Resources/Textures/DeltaV/Objects/Misc/modular_breech.rsi/meta.json create mode 100644 Resources/Textures/DeltaV/Objects/Misc/modular_trigger.rsi/base.png create mode 100644 Resources/Textures/DeltaV/Objects/Misc/modular_trigger.rsi/meta.json create mode 100644 Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Casings/musket_casing.rsi/base.png create mode 100644 Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Casings/musket_casing.rsi/meta.json diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/improvised_gun_parts.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Misc/improvised_gun_parts.yml new file mode 100644 index 00000000000..a092f5839d7 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Misc/improvised_gun_parts.yml @@ -0,0 +1,56 @@ +- type: entity + parent: BaseItem + id: ModularBreech + name: modular breech + description: Loads the projectile and propellent into the chamber of the gun. Used in the creation of flintlock muskets. + components: + - type: Item + size: Small + - type: Sprite + sprite: DeltaV/Objects/Misc/modular_breech.rsi + state: base + - type: Construction + graph: ModularBreechGraph + node: modularbreech + - type: Tag + tags: + - Metal + - ModularBreech + +- type: entity + parent: BaseItem + id: ModularTrigger + name: modular trigger + description: Makes gun go pew when activated. Used in the creation of guns. + components: + - type: Item + size: Small + - type: Sprite + sprite: DeltaV/Objects/Misc/modular_trigger.rsi + state: base + - type: Construction + graph: ModularTriggerGraph + node: modulartrigger + - type: Tag + tags: + - Metal + - ModularTrigger + +- type: entity + parent: BaseItem + id: Bayonet + name: bayonet + description: Often placed on guns to go stabby stabby. + components: + - type: Item + size: Small + - type: Sprite + sprite: DeltaV/Objects/Misc/bayonet.rsi + state: base + - type: Construction + graph: BayonetGraph + node: bayonet + - type: Tag + tags: + - Metal + - Bayonet \ No newline at end of file diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/musket.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/musket.yml new file mode 100644 index 00000000000..c5b913515ab --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/musket.yml @@ -0,0 +1,19 @@ +- type: entity + parent: BaseCartridge + id: CartridgeMusket + name: cartridge (musket) + description: A paper musket cartridge used to load a musket. + components: + - type: Tag + tags: + - Cartridge + - CartridgeMusket + - type: CartridgeAmmo + proto: BulletMusket + deleteOnSpawn: true + - type: Sprite + sprite: DeltaV/Objects/Weapons/Guns/Ammunition/Casings/musket_casing.rsi + state: base + - type: Construction + graph: CartridgeMusketGraph + node: musketcartridge \ No newline at end of file diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/musket.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/musket.yml new file mode 100644 index 00000000000..4c44414b8ff --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/musket.yml @@ -0,0 +1,10 @@ +- type: entity + id: BulletMusket + name: bullet (musket) + parent: BaseBullet + noSpawn: true + components: + - type: Projectile + damage: + types: + Piercing: 30 #4 shot kill for a musket \ No newline at end of file diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Pistols/pistols.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Pistols/pistols.yml index 6f4d5b52301..a44a671fd20 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Pistols/pistols.yml +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Pistols/pistols.yml @@ -108,3 +108,27 @@ containers: gun_magazine: !type:ContainerSlot gun_chamber: !type:ContainerSlot + +- type: entity + name: flintlock + suffix: "craftable" + parent: WeaponPistolFlintlock + id: WeaponPistolFlintlockCrafted + description: An old flintlock, feels like 1800s gang warfare. Uses musket cartridges. + components: + - type: BallisticAmmoProvider + whitelist: + tags: + - CartridgeMusket + capacity: 1 + proto: CartridgeMusket + - type: Gun #Smoothbore + minAngle: 0 + maxAngle: 30 + fireRate: .125 #slow firerate + resetOnHandSelected: false #Dual Wielding Muskets + - type: Construction + graph: WeaponPistolFlintlockCraftedGraph + node: flintlock + - type: UseDelay + delay: 0 #Straight up doesn't work for guns \ No newline at end of file diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Rifles/rifles.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Rifles/rifles.yml index 92eda08624b..202961b8394 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Rifles/rifles.yml +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Rifles/rifles.yml @@ -178,3 +178,31 @@ sprite: DeltaV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi - type: Clothing sprite: DeltaV/Objects/Weapons/Guns/Rifles/carbinenogl.rsi + +- type: entity + name: musket + id: WeaponRifleMusket + parent: Musket + suffix: "craftable" + description: An old flintlock musket. Uses musket cartridges. + components: + - type: BallisticAmmoProvider + whitelist: + tags: + - CartridgeMusket + capacity: 1 + proto: CartridgeMusket + - type: Gun #Smoothbore + fireRate: .125 + resetOnHandSelected: false + minAngle: 20 + maxAngle: 43 + - type: Wieldable + - type: GunWieldBonus + minAngle: -20 + maxAngle: -40 + - type: Construction + graph: WeaponRifleMusketGraph + node: musket + - type: UseDelay + delay: 0 #Straight up doesn't work for guns \ No newline at end of file diff --git a/Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/bayonet.yml b/Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/bayonet.yml new file mode 100644 index 00000000000..f40872844f0 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/bayonet.yml @@ -0,0 +1,14 @@ +#In its own file and not musket.yml in case anyone ever wants to add more guns that use it. +- type: constructionGraph + id: BayonetGraph + start: start + graph: + - node: start + edges: + - to: bayonet + steps: + - material: Steel + amount: 1 + doAfter: 4 + - node: bayonet + entity: Bayonet \ No newline at end of file diff --git a/Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/modular_breech.yml b/Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/modular_breech.yml new file mode 100644 index 00000000000..8131a08783d --- /dev/null +++ b/Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/modular_breech.yml @@ -0,0 +1,14 @@ +#In its own file and not musket.yml in case anyone ever wants to add more guns that use it. +- type: constructionGraph + id: ModularBreechGraph + start: start + graph: + - node: start + edges: + - to: modularbreech + steps: + - material: Steel + amount: 3 + doAfter: 8 + - node: modularbreech + entity: ModularBreech \ No newline at end of file diff --git a/Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/modular_trigger.yml b/Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/modular_trigger.yml new file mode 100644 index 00000000000..e87fd9a7d98 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/modular_trigger.yml @@ -0,0 +1,14 @@ +#In its own file and not musket.yml in case anyone ever wants to add more guns that use it. +- type: constructionGraph + id: ModularTriggerGraph + start: start + graph: + - node: start + edges: + - to: modulartrigger + steps: + - material: Steel + amount: 2 + doAfter: 4 + - node: modulartrigger + entity: ModularTrigger \ No newline at end of file diff --git a/Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/musket.yml b/Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/musket.yml new file mode 100644 index 00000000000..09f47eb2363 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/musket.yml @@ -0,0 +1,77 @@ +- type: constructionGraph + id: WeaponRifleMusketGraph + start: start + graph: + - node: start + edges: + - to: musket + steps: + - tag: Pipe + icon: + sprite: Structures/Piping/Atmospherics/pipe.rsi + state: pipeStraight + name: pipe + - tag: ModularBreech + icon: + sprite: DeltaV/Objects/Misc/modular_breech.rsi + state: base + name: modular breech + - tag: ModularTrigger + icon: + sprite: DeltaV/Objects/Misc/modular_trigger.rsi + state: base + name: modular trigger + - tag: RifleStock + icon: + sprite: Objects/Misc/rifle_stock.rsi + state: icon + name: rifle stock + - tag: Bayonet + icon: + sprite: DeltaV/Objects/Misc/bayonet.rsi + state: base + name: bayonet + - material: WoodPlank + amount: 3 + doAfter: 10 + - node: musket + entity: WeaponRifleMusket + +- type: constructionGraph + id: WeaponPistolFlintlockCraftedGraph + start: start + graph: + - node: start + edges: + - to: flintlock + steps: + - tag: GasPipeHalf + icon: + sprite: Structures/Piping/Atmospherics/pipe.rsi + state: pipeHalf + name: half pipe + - tag: ModularBreech + icon: + sprite: DeltaV/Objects/Misc/modular_breech.rsi + state: base + name: modular breech + - tag: ModularTrigger + icon: + sprite: DeltaV/Objects/Misc/modular_trigger.rsi + state: base + name: modular trigger + - tag: RifleStock + icon: + sprite: Objects/Misc/rifle_stock.rsi + state: icon + name: rifle stock + - tag: Bayonet + icon: + sprite: DeltaV/Objects/Misc/bayonet.rsi + state: base + name: bayonet + - material: WoodPlank + amount: 2 + doAfter: 10 + - node: flintlock + entity: WeaponPistolFlintlockCrafted \ No newline at end of file diff --git a/Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/musket_cartridge.yml b/Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/musket_cartridge.yml new file mode 100644 index 00000000000..1043b244d5e --- /dev/null +++ b/Resources/Prototypes/DeltaV/Recipes/Crafting/Graphs/improvised/musket_cartridge.yml @@ -0,0 +1,20 @@ +- type: constructionGraph + id: CartridgeMusketGraph + start: start + graph: + - node: start + edges: + - to: musketcartridge + steps: + - tag: Paper + icon: + sprite: Objects/Misc/bureaucracy.rsi + state: paper + name: paper + - material: Gunpowder + amount: 1 + - material: Steel + amount: 1 + doAfter: 1 + - node: musketcartridge + entity: CartridgeMusket \ No newline at end of file diff --git a/Resources/Prototypes/DeltaV/Recipes/Crafting/improvised.yml b/Resources/Prototypes/DeltaV/Recipes/Crafting/improvised.yml new file mode 100644 index 00000000000..759c1a382ad --- /dev/null +++ b/Resources/Prototypes/DeltaV/Recipes/Crafting/improvised.yml @@ -0,0 +1,77 @@ +- type: construction + name: musket + id: WeaponRifleMusket + graph: WeaponRifleMusketGraph + startNode: start + targetNode: musket + category: construction-category-weapons + objectType: Item + description: An old flintlock musket. Uses musket cartidges. + icon: + sprite: Objects/Weapons/Guns/Snipers/musket.rsi + state: base + +- type: construction + name: modular breech + id: ModularBreech + graph: ModularBreechGraph + startNode: start + targetNode: modularbreech + category: construction-category-weapons + objectType: Item + description: Loads the projectile and propellent into the chamber of the gun. Used in the creation of flintlock muskets. + icon: + sprite: DeltaV/Objects/Misc/modular_breech.rsi + state: base + +- type: construction + name: modular trigger + id: ModularTrigger + graph: ModularTriggerGraph + startNode: start + targetNode: modulartrigger + category: construction-category-weapons + objectType: Item + description: Makes gun go pew when activated. Used in the creation of guns. + icon: + sprite: DeltaV/Objects/Misc/modular_trigger.rsi + state: base + +- type: construction + name: bayonet + id: Bayonet + graph: BayonetGraph + startNode: start + targetNode: bayonet + category: construction-category-weapons + objectType: Item + description: Often placed on guns to go stabby stabby. + icon: + sprite: DeltaV/Objects/Misc/bayonet.rsi + state: base + +- type: construction + name: cartridge (musket) + id: CartridgeMusket + graph: CartridgeMusketGraph + startNode: start + targetNode: musketcartridge + category: construction-category-weapons + objectType: Item + description: A paper musket cartridge used to load a musket. + icon: + sprite: DeltaV/Objects/Weapons/Guns/Ammunition/Casings/musket_casing.rsi + state: base + +- type: construction + name: flintlock + id: WeaponPistolFlintlockCrafted + graph: WeaponPistolFlintlockCraftedGraph + startNode: start + targetNode: flintlock + category: construction-category-weapons + objectType: Item + description: An old flintlock, feels like 1800s gang warfare. Uses musket cartidges. + icon: + sprite: Objects/Weapons/Guns/Snipers/musket.rsi + state: base diff --git a/Resources/Prototypes/DeltaV/tags.yml b/Resources/Prototypes/DeltaV/tags.yml index 211e38d46d3..44542e67935 100644 --- a/Resources/Prototypes/DeltaV/tags.yml +++ b/Resources/Prototypes/DeltaV/tags.yml @@ -1,5 +1,8 @@ ## This is for Nyano and Delta V tags +- type: Tag + id: Bayonet #Craftable Musket + - type: Tag id: BeltSlotNotBelt #not a 'belt' @@ -8,6 +11,9 @@ - type: Tag id: CartridgeSpecial # For the .38 special ammo and revolver + +- type: Tag + id: CartridgeMusket #For the Craftable Musket - type: Tag id: Directional @@ -26,6 +32,12 @@ - type: Tag id: MagazinePistolSpecial # For the .38 special ammo and pistol + +- type: Tag + id: ModularBreech #Craftable Musket + +- type: Tag + id: ModularTrigger #Craftable Musket - type: Tag id: SecDogWearable # allows Laika to wear meson goggles (and more later?) diff --git a/Resources/Textures/DeltaV/Objects/Misc/bayonet.rsi/base.png b/Resources/Textures/DeltaV/Objects/Misc/bayonet.rsi/base.png new file mode 100644 index 0000000000000000000000000000000000000000..5c946db59ee70b3cdca1eb3bfc0a5f91ad6194a0 GIT binary patch literal 216 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>1s;*b3=DjSL74G){)!Z!V6LZ&V@QPi+Y64o2NZZ(A8z+_VBnk3z!tNB zNp)+meZ-AREQ}Z4ZQ1ia$nUSGql?RaC8hIKdAqOkNGHo2KdUaEv3BR9XHl2WK3XdB zWX{EE`+MTM9M+nOn7`wWuvyw-sUC85uX;&i#+;6h4u%J;Wp>h{AO1Q<0WD_mboFyt I=akR{0QcTX@c;k- literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Misc/bayonet.rsi/inhand-left.png b/Resources/Textures/DeltaV/Objects/Misc/bayonet.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..2ad59899510a902d433182673cca49142745fa67 GIT binary patch literal 269 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1quc!9|`fjv*CsZ*OhnY;h1^y|7dJpq-AR&cU`E zzcSaLOOpia8x;MuQX}73DV^0>gTe~ HDWM4fq?KWV literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Misc/bayonet.rsi/inhand-right.png b/Resources/Textures/DeltaV/Objects/Misc/bayonet.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..f53b1a561f20d3f55ea1e4b9ae97d9aff3187369 GIT binary patch literal 273 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1quc!DXHsik#|NW@Ro%ggR zTjqGKMB8n>daY^aE%Q^?`0c4*vc0E0?{{eOPmlMTbTVfx+jeQUxMrWp6hWXVK#&n) zTJQTm^ooV9M@;LYV^_PS?r$?(_d-2fVUeU@?!Jx%y^IVFx!lvI6;>1s;*b3=DjSL74G){)!Z!;A~G9$B+p3WC_;A2_ijBfd*V{tQRg{{mq{` ziD$+FlbZ}FI~y4In>TGTitJl(g3;i#s>%|HB}H2jv*CsZ*T4AYcdcx{&97G!k@_&4cgqw z`VSPE_pR9VODJd4hAt^L**SBv&Rsd`t0{Qs`{pg0zNcdI{%`^fU|{&0eCJi@B$YBb zwjv$>NvV;_`9F*bR+|^f+4e`AOd{clE@*UiEs5E+5^WDSSr^Y$}BKZj{CbU?H==h$`|NORDYOeTJ&k9zY|Eer>mdKI;Vst07$oZtpET3 literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Misc/modular_breech.rsi/inhand-right.png b/Resources/Textures/DeltaV/Objects/Misc/modular_breech.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..c297980f0a61f21b2835c0a727c992910a37f732 GIT binary patch literal 278 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1quc!PTBFjv*CsZ*M8`9dZz0y};VPfJunu#jI0t z42i{16m5Ew_BmoXYU(wc(K(T}hkz zKLoBid;FxW+_&6$&-35gzkc=Pi2v!lvI6;>1s;*b3=DjSL74G){)!Z!prxmaV@QPi+jARv85DS!9s3_GZ1`)==&IBs z!18PLoxMPf^USJdSD*TJQ`Ja9{nTU4L)RZMFw{6j{WRyg!81E;H_#9UPgg&ebxsLQ E08O1SYybcN literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Misc/modular_trigger.rsi/meta.json b/Resources/Textures/DeltaV/Objects/Misc/modular_trigger.rsi/meta.json new file mode 100644 index 00000000000..f186bc80a53 --- /dev/null +++ b/Resources/Textures/DeltaV/Objects/Misc/modular_trigger.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by Pato Grone for SS14, edited by Tryded", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "base" + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Casings/musket_casing.rsi/base.png b/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Casings/musket_casing.rsi/base.png new file mode 100644 index 0000000000000000000000000000000000000000..0cb544ac8b87ab2d2766b5f80965c687f977fe08 GIT binary patch literal 185 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>1s;*b3=DjSL74G){)!Z!pr5CUV@QO1vIOhm1d*PmKm#tfgAUAY8onkL zJNN&ypTfz`FTXcs!gS$ugYq1en>K1dnIB(%^0WQ>^HY6>9Fi^p79JjkKd+=Ur*j6E Q08M7_boFyt=akR{0L_>*`2YX_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Casings/musket_casing.rsi/meta.json b/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Casings/musket_casing.rsi/meta.json new file mode 100644 index 00000000000..fee7e3a5ffb --- /dev/null +++ b/Resources/Textures/DeltaV/Objects/Weapons/Guns/Ammunition/Casings/musket_casing.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Original work by Tryded", + "states": [ + { + "name": "base" + } + ] +} From 9f6b3c067eb983eb1d7613b9a6d6ec2781034457 Mon Sep 17 00:00:00 2001 From: DeltaV-Bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Sun, 26 May 2024 15:10:31 +0000 Subject: [PATCH 28/35] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 1d2d58cf64c..44a57162a66 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -2468,3 +2468,10 @@ id: 364 time: '2024-05-26T14:45:17.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/862 +- author: Tryded + changes: + - message: Added a way for muskets and musket cartridges (NOT .60) to be crafted. + type: Add + id: 365 + time: '2024-05-26T15:10:11.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/1008 From bf79a00a4fb196035f366c190d14508a5dedb89f Mon Sep 17 00:00:00 2001 From: therealDLondon <162949166+therealDLondon@users.noreply.github.com> Date: Sun, 26 May 2024 19:33:14 +0100 Subject: [PATCH 29/35] Uplink TC Rebalance (#1260) * TC Rebalance * Trolled by spaces --------- Co-authored-by: null <56081759+NullWanderer@users.noreply.github.com> --- .../Prototypes/Catalog/uplink_catalog.yml | 93 +++++++++++-------- 1 file changed, 52 insertions(+), 41 deletions(-) diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index 45050f9c012..e8fdf872139 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -17,7 +17,7 @@ description: uplink-revolver-python-desc productEntity: WeaponRevolverPythonAP cost: - Telecrystal: 8 # Originally was 13 TC but was not used due to high cost + Telecrystal: 7 # Originally was 13 TC but was not used due to high cost # DV changed from 8 to 7 categories: - UplinkWeaponry @@ -72,7 +72,7 @@ icon: { sprite: /Textures/Objects/Storage/boxicons.rsi, state: throwing_knives } productEntity: ThrowingKnivesKit cost: - Telecrystal: 6 + Telecrystal: 4 # DV - was 6 categories: - UplinkWeaponry @@ -108,7 +108,7 @@ icon: { sprite: /Textures/Objects/Weapons/Melee/e_shield.rsi, state: eshield-on } productEntity: EnergyShield cost: - Telecrystal: 8 + Telecrystal: 10 # DV - Was 8 categories: - UplinkWeaponry conditions: @@ -122,9 +122,9 @@ name: uplink-sniper-bundle-name description: uplink-sniper-bundle-desc icon: { sprite: /Textures/Objects/Weapons/Guns/Snipers/heavy_sniper.rsi, state: base } - productEntity: BriefcaseSyndieSniperBundleFilled + productEntity: BriefcaseSyndieSniperBundleFilled cost: - Telecrystal: 12 + Telecrystal: 10 # DV - was 12 changed because the Hristov is REALLY bad categories: - UplinkWeaponry @@ -180,7 +180,7 @@ description: uplink-explosive-grenade-desc productEntity: ExGrenade cost: - Telecrystal: 4 + Telecrystal: 3 # DV - was 4 categories: - UplinkExplosives @@ -240,7 +240,7 @@ description: uplink-penguin-grenade-desc productEntity: MobGrenadePenguin cost: - Telecrystal: 5 + Telecrystal: 6 # DV - was 5 categories: - UplinkExplosives conditions: @@ -301,7 +301,7 @@ icon: { sprite: /Textures/Objects/Misc/pens.rsi, state: pen } productEntity: PenExplodingBox cost: - Telecrystal: 4 + Telecrystal: 3 # DV - was 4 categories: - UplinkExplosives @@ -311,7 +311,7 @@ description: uplink-exploding-syndicate-bomb-desc productEntity: SyndicateBomb cost: - Telecrystal: 11 + Telecrystal: 14 # DV - was 11, Syndicate bomb was way too powerful for the 11 TC cost categories: - UplinkExplosives restockTime: 1800 @@ -372,7 +372,7 @@ description: uplink-emp-kit-desc productEntity: ElectricalDisruptionKit cost: - Telecrystal: 6 + Telecrystal: 5 # DV - was 6 categories: - UplinkExplosives @@ -486,7 +486,7 @@ icon: { sprite: /Textures/Objects/Fun/Darts/dart_red.rsi, state: icon } productEntity: HypoDartBox cost: - Telecrystal: 2 + Telecrystal: 1 # DV - was 2 categories: - UplinkChemicals @@ -547,7 +547,7 @@ description: uplink-combat-medipen-desc productEntity: CombatMedipen cost: - Telecrystal: 4 + Telecrystal: 3 # DV - was 4 categories: - UplinkChemicals @@ -557,7 +557,7 @@ description: uplink-stimpack-desc productEntity: Stimpack cost: - Telecrystal: 4 + Telecrystal: 3 # DV - was 4 categories: - UplinkChemicals @@ -567,7 +567,7 @@ description: uplink-stimkit-desc productEntity: StimkitFilled cost: - Telecrystal: 12 + Telecrystal: 10 # DV - was 12 categories: - UplinkChemicals @@ -618,7 +618,7 @@ description: uplink-stealth-box-desc productEntity: StealthBox cost: - Telecrystal: 5 + Telecrystal: 3 # DV - was 5 categories: - UplinkDeception @@ -721,7 +721,7 @@ description: uplink-exploding-syndicate-bomb-fake-desc productEntity: SyndicateBombFake cost: - Telecrystal: 4 + Telecrystal: 3 # DV - was 4 categories: - UplinkDeception @@ -733,7 +733,7 @@ description: uplink-emag-desc productEntity: Emag cost: - Telecrystal: 8 + Telecrystal: 10 # DV was 8, rebalanced after discussion categories: - UplinkDisruption @@ -824,7 +824,7 @@ description: uplink-power-sink-desc productEntity: PowerSink cost: - Telecrystal: 8 + Telecrystal: 6 # DV - was 8 categories: - UplinkDisruption conditions: @@ -880,24 +880,33 @@ Telecrystal: 12 categories: - UplinkDisruption + conditions: #DV - Blacklists from traitor uplink and removes from surplus bundle + - !type:StoreWhitelistCondition + whitelist: + tags: + - NukeOpsUplink + - !type:BuyerWhitelistCondition + blacklist: + components: + - SurplusBundle # Allies -#- type: listing -# id: UplinkHoloparaKit -# name: uplink-holopara-kit-name -# description: uplink-holopara-kit-desc -# icon: { sprite: /Textures/Objects/Misc/guardian_info.rsi, state: icon } -# productEntity: BoxHoloparasite -# cost: -# Telecrystal: 14 -# categories: -# - UplinkAllies -# conditions: -# - !type:StoreWhitelistCondition -# blacklist: -# tags: -# - NukeOpsUplink +- type: listing + id: UplinkHoloparaKit + name: uplink-holopara-kit-name + description: uplink-holopara-kit-desc + icon: { sprite: /Textures/Objects/Misc/guardian_info.rsi, state: icon } + productEntity: BoxHoloparasite + cost: + Telecrystal: 14 + categories: + - UplinkAllies + conditions: + - !type:StoreWhitelistCondition + blacklist: + tags: + - NukeOpsUplink - type: listing id: UplinkReinforcementRadioSyndicate @@ -906,7 +915,7 @@ productEntity: ReinforcementRadioSyndicate icon: { sprite: Objects/Devices/communication.rsi, state: old-radio } cost: - Telecrystal: 16 + Telecrystal: 14 # DV - was 16 categories: - UplinkAllies conditions: @@ -922,7 +931,7 @@ productEntity: ReinforcementRadioSyndicateNukeops icon: { sprite: Objects/Devices/communication.rsi, state: old-radio } cost: - Telecrystal: 16 + Telecrystal: 20 # DV - Was 16 categories: - UplinkAllies conditions: @@ -1004,7 +1013,7 @@ Telecrystal: 6 categories: - UplinkAllies - + - type: listing id: UplinkSyndicatePersonalAI name: uplink-syndicate-pai-name @@ -1028,7 +1037,7 @@ icon: { sprite: /Textures/Clothing/Back/Backpacks/backpack.rsi, state: icon } productEntity: StorageImplanter cost: - Telecrystal: 8 + Telecrystal: 10 # DV - Was 8 categories: - UplinkImplants conditions: @@ -1044,7 +1053,7 @@ icon: { sprite: /Textures/Actions/Implants/implants.rsi, state: freedom } productEntity: FreedomImplanter cost: - Telecrystal: 5 + Telecrystal: 4 # DV - Was 5 categories: - UplinkImplants @@ -1055,7 +1064,7 @@ icon: { sprite: /Textures/Structures/Specific/anomaly.rsi, state: anom4 } productEntity: ScramImplanter cost: - Telecrystal: 6 # it's a gamble that may kill you easily so 6 TC per 2 uses, second one more of a backup + Telecrystal: 4 # it's a gamble that may kill you easily so 6 TC per 2 uses, second one more of a backup # DV - Was 6 categories: - UplinkImplants @@ -1241,7 +1250,7 @@ description: uplink-clothing-thieving-gloves-desc productEntity: ThievingGloves cost: - Telecrystal: 4 + Telecrystal: 7 # DV - Was 4, 4TC was too cheap for the items power categories: - UplinkWearables @@ -1504,13 +1513,14 @@ description: uplink-gatfruit-seeds-desc productEntity: GatfruitSeeds cost: - Telecrystal: 6 + Telecrystal: 5 # DV - Was 6 categories: - UplinkJob conditions: - !type:BuyerJobCondition whitelist: - Botanist + - ServiceWorker # DV - type: listing id: uplinkRiggedBoxingGlovesPassenger @@ -1647,6 +1657,7 @@ - Botanist - Clown - Mime + - ServiceWorker # DV - type: listing id: UplinkChimpUpgradeKit From d55dd24ca9f8ea5c92340852886d58c03daebc9c Mon Sep 17 00:00:00 2001 From: DeltaV-Bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Sun, 26 May 2024 18:33:34 +0000 Subject: [PATCH 30/35] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 44a57162a66..87c98a4ba8c 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -2475,3 +2475,11 @@ id: 365 time: '2024-05-26T15:10:11.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/1008 +- author: therealDLondon, Lyndomen, and Colin_Tel + changes: + - message: Fluctuations in the Syndicate Stock Market have changed the prices of + various uplink items. Most cheaper, some more expensive. + type: Tweak + id: 366 + time: '2024-05-26T18:33:15.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/1260 From f79c65373debd8008dfc579334b8bf1c6e68517f Mon Sep 17 00:00:00 2001 From: Tryded <139474617+Tryded@users.noreply.github.com> Date: Sun, 26 May 2024 21:21:24 -0500 Subject: [PATCH 31/35] Fixes for craftable muskets (#1261) * Add wielded in hand sprite for musket * actually adding the sprites in YML * Add a missing tag --- .../Objects/Weapons/Guns/Rifles/rifles.yml | 5 ++- .../DeltaV/Recipes/Crafting/improvised.yml | 2 +- Resources/Prototypes/DeltaV/tags.yml | 3 ++ .../Weapons/Guns/Rifles/musket.rsi/base.png | Bin 0 -> 714 bytes .../Guns/Rifles/musket.rsi/inhand-left.png | Bin 0 -> 736 bytes .../Guns/Rifles/musket.rsi/inhand-right.png | Bin 0 -> 735 bytes .../Weapons/Guns/Rifles/musket.rsi/meta.json | 30 ++++++++++++++++++ .../Rifles/musket.rsi/wielded-inhand-left.png | Bin 0 -> 717 bytes .../musket.rsi/wielded-inhand-right.png | Bin 0 -> 747 bytes 9 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/musket.rsi/base.png create mode 100644 Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/musket.rsi/inhand-left.png create mode 100644 Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/musket.rsi/inhand-right.png create mode 100644 Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/musket.rsi/meta.json create mode 100644 Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/musket.rsi/wielded-inhand-left.png create mode 100644 Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/musket.rsi/wielded-inhand-right.png diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Rifles/rifles.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Rifles/rifles.yml index 202961b8394..efae99e1390 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Rifles/rifles.yml +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Weapons/Guns/Rifles/rifles.yml @@ -192,10 +192,13 @@ - CartridgeMusket capacity: 1 proto: CartridgeMusket + - type: Sprite + sprite: DeltaV/Objects/Weapons/Guns/Rifles/musket.rsi + state: base - type: Gun #Smoothbore fireRate: .125 resetOnHandSelected: false - minAngle: 20 + minAngle: 22 maxAngle: 43 - type: Wieldable - type: GunWieldBonus diff --git a/Resources/Prototypes/DeltaV/Recipes/Crafting/improvised.yml b/Resources/Prototypes/DeltaV/Recipes/Crafting/improvised.yml index 759c1a382ad..405db15ca0e 100644 --- a/Resources/Prototypes/DeltaV/Recipes/Crafting/improvised.yml +++ b/Resources/Prototypes/DeltaV/Recipes/Crafting/improvised.yml @@ -73,5 +73,5 @@ objectType: Item description: An old flintlock, feels like 1800s gang warfare. Uses musket cartidges. icon: - sprite: Objects/Weapons/Guns/Snipers/musket.rsi + sprite: Objects/Weapons/Guns/Snipers/flintlock.rsi state: base diff --git a/Resources/Prototypes/DeltaV/tags.yml b/Resources/Prototypes/DeltaV/tags.yml index 44542e67935..26dde9d1885 100644 --- a/Resources/Prototypes/DeltaV/tags.yml +++ b/Resources/Prototypes/DeltaV/tags.yml @@ -24,6 +24,9 @@ - type: Tag id: ForensicBeltEquip +- type: Tag + id: GasPipeHalf #Craftable Musket + - type: Tag id: HandLabeler diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/musket.rsi/base.png b/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/musket.rsi/base.png new file mode 100644 index 0000000000000000000000000000000000000000..94d8949dc77bc9d2c65df2d76e6ff5e0c5083847 GIT binary patch literal 714 zcmV;*0yX`KP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0!2wgK~z{r#g)%a z8c`I7k0K_vNGb7Or5S5LDAKVznwVO)E}F7w`v^P*Pr@_w9h#Jd3mZ*HV=IXPi2_*W!+sRzT))e%Q8XC@y91I=6n!I*HetLPOJRP2)qJ}&W@X>Mg zgr56;Yw|C}Q`@~{xd&AF!onhrk1;BpcgWNI0-GVn8>)KmOFUQLT6$p9Sj^)5K z0LbMRGOa{n?Bj>`Twbf48|0Pl1LfDwxHE%yZ#UWZA0=wFn-q(N4f1k%@G)zJJEx#o z+@Y6`JLI1Z(0=hiSlRVh8pGF57{wkjF2|NA%R(5K&FXT9tC6D&o#Lz2tv7a0iyq% w2Q87pYuKp(000hUSV?A0O#mtY000O800000007cclK=n!07*qoM6N<$g0Ay6X#fBK literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/musket.rsi/inhand-left.png b/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/musket.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..1353d23daa35913ee21d70fd259947a450d71df9 GIT binary patch literal 736 zcmV<60w4W}P)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0(D75K~#8N?V8PQ z(?Ar3uZw6^5JgxJ6e#@>5mHFW3W8XKJVG`+P9BLZFF+PZflZ@^NGMf*fY64@pt3-O zh0(D*D2+^FH*=>H&L>6A%-9~EJ9oyGeS{D~2qAg`6f4he2^ELeGeICbL0&w0RRXBL>vx+Ow*xKsf1>KWDMC{#vgR)d5~)Gq3@28l@|IY;8AQ=_&B;@dt(9v3>z8;}MZ`(UFKiN_SfRI`D4 zT2Au@q+#4YVADCGejCKXnARnd#JG6d&Jici0h0_8lSmS8+dQE@1;8|eL=r|k0@nXD zkbFL`^4Z*J0J47jci|jyG6m8YB$7Bw=ZG3f28l@+^8~UeuKItVbA%9OM1BDW6`1$* S2Y|`|0000Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0(414K~#8N?V4Xt z(@+@3-(kQIBhdx{C-NukW)8-U&Umrx19-6;Kh8dqpTb=jr&o(}i5cOK$Y7GH7&VTI zn&;RfWhKahKW4rO*`Mta|W$*YgOk=I2H#OJ5aWn=M|gR2bWS68xPe*K{;5BX-Z z8B1{|x)V^O=i6E9%gtpm?%tODgCl9T+phB;8g#ZjDvyhkAU{a4SX4zk>6xN^8jZ$~ z$E5)+kG5Z*vl3JJtH2^W%$&;ZSw=P=KXYA#|9iloJT|-}%LB|G9`Jz|{NQPSTcHHq zx~9@PQZn;OXoHC7R3S)JdUGz(GvY zlzP3Mnnfs=%a&mn>g!gkrH-9W=U)ft6TBdvX5gn??V*cJuv)EJl}aUb)d%o_7yRI9 z4_|=6TCL{$K01lO({&LDA%qY@2qAPx#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0%A!-K~#8N?b_dK z(@+!#@Dr2`8Dq3nNiwHCbX64H%VbY|7ZeLpb@&g6`1cI)KM*ZG$OJ`1rRvKbWD|dN zWmLzSvaM|XLN<`NbI2KK+NMc6`k>#>L+?#;bI-je=~E5?000000002Mj;mMluGjr1 zWV6|}`!V=OH(aY#xgp1?lW856elnSqHp~&*q_y?B^zYp-$eeqPH&HAWW6zz-<=hYN zKapjn;!P)mX;Q!zp_$my5G2U^M))ibLOm^D7{;d z_Q}&{R4$i8174W0lJhKuh_wsaJ`oTTU z+`eP%PRfZ`UjE`85j~uJ96O+G9hD8}VtGUUr`hQ#2FJ67%1000000000000000&}aRw7wBiawjT+35nL~z zwE{I~l}?>L>0NE~>cvZ%zJ5(=1bV3t2*yl|43V*K(7Q_H{@Ie_y^6;|Zyp^ryc!D(so#HoLY*jDt;BJAOje5(8 z{GYV7KEVGKIBHP?$BhzG=jNE5>JfNM>;x!(y+E8=f${VSSD#Ycst!#)$Bi13<7pE7 zZ=SvdT_>Oyx{z+mT6&>>0Tv|z00000|0$xslS4M!O$^IB00000NkvXXu0mjfDECQ^ literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/musket.rsi/wielded-inhand-right.png b/Resources/Textures/DeltaV/Objects/Weapons/Guns/Rifles/musket.rsi/wielded-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..c123bcd237b3b0143dee24758a69d16cac896752 GIT binary patch literal 747 zcmVPx#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0)ReS7yv+0~xoOLR02pfWLJ_r-V2dUzJAhN$l#D73GEkZ@X_kti+#`MWn zhPo{Y({}SW7BO;8b88Zk_D1PI`F>vRy-9P=y(j6@Jp=#%00000003QZ<#OI}yISJ@ z{%<7QR*PC#YA8u7rY+ansn_e$+SVEwMpF9ebVk}ccMGl9YF^tmWo%hBN*lveDwSfb zk0o~xIJFNO+RyoZn4iu%-x>|t*4r!N!qeBj`#ibZr8Bt!X&2Y~D7WL2^t~!ycFOgS zyAILPQdO?4uG$?JHZqcy7*kWHs8}quvi4sJE}EuYf1zHaLNfix*~Ei5(q1ARBjwEu4tuCI8 zvEwjaC$BM=8geGG{qEJK$16YEub&gZ4@P}P|0>=O?@PTz000000000000000fG*n1 zGk>NV?~e{3y*Lop3(Vb~r#-2?baeb6CARjtcbm9QK-CCveSo(%ATDpbv*%{$>*o#H z-rqc`SDuv@q`p8WX2*r7gHlyD5LGh}RWHD2^2d&kQ@Q*^#yT|uUVJ3a^QqW6@p#;m zoz{w}l>k)>z@lmf+SLoF8Ub$&K-dv^81Gp>&#e-|s%C>K@7{;b6Bd&N<91wxN`SX+ zKz#+gm|(?46s{5A+5o1zdBzDiy>E;3`EBdQW2!D8swRPToXq Date: Mon, 27 May 2024 17:24:52 +0200 Subject: [PATCH 32/35] Add Syndicate/generic radio implants, remove Syndicate encryption key from uplink (#1262) * Add radio implants * Syndie radio implant: add to uplink, formatting pass * Syndie radio implant: fix doc string * Syndie radio implants: add inheritdoc to systems * Syndie radio implants: Change wording on uplink Signed-off-by: no <165581243+pissdemon@users.noreply.github.com> * Syndicate radio implants: More wording changes Signed-off-by: no <165581243+pissdemon@users.noreply.github.com> * Syndicate radio implants: fix review code problems * syndicate radio implants: remove OpenRadioImplantEvent event and reuse storageimplant stuff * Syndicate radio implants: prevent implanting borgs with generic radio (syndicate radio is still possible) * syndie radio implants. extremely graphic non-null matching action and establishment of extreme non-virtual privacy --------- Signed-off-by: no <165581243+pissdemon@users.noreply.github.com> --- .../Implants/Radio/RadioImplantSystem.cs | 8 ++ .../Implants/Radio/RadioImplantSystem.cs | 126 ++++++++++++++++++ .../Radio/HasRadioImplantComponent.cs | 16 +++ .../Implants/Radio/RadioImplantComponent.cs | 24 ++++ .../Radio/SharedRadioImplantSystem.cs | 56 ++++++++ .../en-US/deltav/store/uplink-catalog.ftl | 9 ++ .../Prototypes/Catalog/uplink_catalog.yml | 21 +-- Resources/Prototypes/DeltaV/Actions/types.yml | 13 ++ .../DeltaV/Catalog/Fills/Boxes/general.yml | 15 +++ .../DeltaV/Catalog/uplink_catalog.yml | 34 +++++ .../Entities/Objects/Misc/implanters.yml | 16 +++ .../Objects/Misc/subdermal_implants.yml | 34 +++++ 12 files changed, 362 insertions(+), 10 deletions(-) create mode 100644 Content.Client/DeltaV/Implants/Radio/RadioImplantSystem.cs create mode 100644 Content.Server/DeltaV/Implants/Radio/RadioImplantSystem.cs create mode 100644 Content.Shared/DeltaV/Implants/Radio/HasRadioImplantComponent.cs create mode 100644 Content.Shared/DeltaV/Implants/Radio/RadioImplantComponent.cs create mode 100644 Content.Shared/DeltaV/Implants/Radio/SharedRadioImplantSystem.cs create mode 100644 Resources/Prototypes/DeltaV/Actions/types.yml diff --git a/Content.Client/DeltaV/Implants/Radio/RadioImplantSystem.cs b/Content.Client/DeltaV/Implants/Radio/RadioImplantSystem.cs new file mode 100644 index 00000000000..27a021d19fe --- /dev/null +++ b/Content.Client/DeltaV/Implants/Radio/RadioImplantSystem.cs @@ -0,0 +1,8 @@ +using Content.Shared.DeltaV.Implants.Radio; + +namespace Content.Client.DeltaV.Implants.Radio; + +/// +public sealed class RadioImplantSystem : SharedRadioImplantSystem +{ +} diff --git a/Content.Server/DeltaV/Implants/Radio/RadioImplantSystem.cs b/Content.Server/DeltaV/Implants/Radio/RadioImplantSystem.cs new file mode 100644 index 00000000000..df0fa8cf741 --- /dev/null +++ b/Content.Server/DeltaV/Implants/Radio/RadioImplantSystem.cs @@ -0,0 +1,126 @@ +using Content.Server.Chat.Systems; +using Content.Server.Radio; +using Content.Server.Radio.Components; +using Content.Server.Radio.EntitySystems; +using Content.Shared.DeltaV.Implants.Radio; +using Content.Shared.Radio.Components; +using Robust.Shared.Containers; +using Robust.Shared.Network; +using Robust.Shared.Player; + +namespace Content.Server.DeltaV.Implants.Radio; + +/// +public sealed class RadioImplantSystem : SharedRadioImplantSystem +{ + [Dependency] private readonly INetManager _netManager = default!; + [Dependency] private readonly RadioSystem _radioSystem = default!; + + private EntityQuery _actorQuery; + + public override void Initialize() + { + base.Initialize(); + SubscribeLocalEvent(OnMapInit); + SubscribeLocalEvent(OnInsertEncryptionKey); + SubscribeLocalEvent(OnRemoveEncryptionKey); + SubscribeLocalEvent(OnRadioReceive); + SubscribeLocalEvent(OnSpeak); + _actorQuery = GetEntityQuery(); + } + + /// + /// Ensures implants with fixed channels work. + /// + private void OnMapInit(Entity ent, ref MapInitEvent args) + { + UpdateRadioReception(ent); + } + + /// + /// Handles the implantee's speech being forwarded onto the radio channel of the implant. + /// + private void OnSpeak(Entity ent, ref EntitySpokeEvent args) + { + // not a radio message, or already handled by another radio + if (args.Channel is null) + return; + + // does the implant have access to the channel the implantee is trying to speak on? + if (ent.Comp.Implant is {} implant + && TryComp(implant, out var radioImplantComponent) + && radioImplantComponent.Channels.Contains(args.Channel.ID)) + { + _radioSystem.SendRadioMessage(ent, args.Message, args.Channel.ID, implant); + // prevent other radios they might be wearing from sending the message again + args.Channel = null; + } + } + + /// + /// Handles receiving radio messages and forwarding them to the implantee. + /// + private void OnRadioReceive(EntityUid uid, RadioImplantComponent component, ref RadioReceiveEvent args) + { + if (_actorQuery.TryComp(component.Implantee, out var actorComponent)) + _netManager.ServerSendMessage(args.ChatMsg, actorComponent.PlayerSession.Channel); + } + + /// + /// Handles the addition of an encryption key to the implant's storage. + /// + private void OnInsertEncryptionKey(Entity ent, ref EntInsertedIntoContainerMessage args) + { + // check if the insertion is actually something getting inserted into the radio implant storage, since + // this evt also fires when the radio implant is being inserted into a person. + if (ent.Owner != args.Container.Owner + || !TryComp(args.Entity, out var encryptionKeyComponent)) + return; + + // copy over the radio channels that can be accessed + ent.Comp.Channels.Clear(); + foreach (var channel in encryptionKeyComponent.Channels) + { + ent.Comp.Channels.Add(channel); + } + Dirty(ent); + UpdateRadioReception(ent); + } + + /// + /// Handles the removal of an encryption key from the implant's storage. + /// + private void OnRemoveEncryptionKey(Entity ent, ref EntRemovedFromContainerMessage args) + { + // check if the insertion is actually something getting inserted into the radio implant storage, since + // this evt also fires when the radio implant is being inserted into a person. + if (ent.Owner != args.Container.Owner + || !HasComp(args.Entity)) + return; + + // clear the radio channels since there's no encryption key inserted anymore. + ent.Comp.Channels.Clear(); + Dirty(ent); + UpdateRadioReception(ent); + } + + /// + /// Ensures that this thing can actually hear radio messages from channels the key provides. + /// + private void UpdateRadioReception(Entity ent) + { + if (ent.Comp.Channels.Count != 0) + { + // we need to add this comp to actually receive radio events. + var channels = EnsureComp(ent).Channels; + foreach (var channel in ent.Comp.Channels) + { + channels.Add(channel); + } + } + else + { + RemComp(ent); + } + } +} diff --git a/Content.Shared/DeltaV/Implants/Radio/HasRadioImplantComponent.cs b/Content.Shared/DeltaV/Implants/Radio/HasRadioImplantComponent.cs new file mode 100644 index 00000000000..881d78bf1ae --- /dev/null +++ b/Content.Shared/DeltaV/Implants/Radio/HasRadioImplantComponent.cs @@ -0,0 +1,16 @@ +using Robust.Shared.GameStates; + +namespace Content.Shared.DeltaV.Implants.Radio; + +/// +/// This indicates this entity has a radio implant implanted into themselves. +/// +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState, Access(typeof(SharedRadioImplantSystem))] +public sealed partial class HasRadioImplantComponent : Component +{ + /// + /// The radio implant. We need this to be able to determine encryption keys. + /// + [DataField, AutoNetworkedField] + public EntityUid? Implant; +} diff --git a/Content.Shared/DeltaV/Implants/Radio/RadioImplantComponent.cs b/Content.Shared/DeltaV/Implants/Radio/RadioImplantComponent.cs new file mode 100644 index 00000000000..924bcf0a1c9 --- /dev/null +++ b/Content.Shared/DeltaV/Implants/Radio/RadioImplantComponent.cs @@ -0,0 +1,24 @@ +using Content.Shared.Radio; +using Robust.Shared.GameStates; +using Robust.Shared.Prototypes; + +namespace Content.Shared.DeltaV.Implants.Radio; + +/// +/// This is for radio implants. Might be Syndie, might not be Syndie, but either way, it's an implant. +/// +[RegisterComponent, NetworkedComponent, AutoGenerateComponentState, Access(typeof(SharedRadioImplantSystem))] +public sealed partial class RadioImplantComponent : Component +{ + /// + /// The entity this implant got added to. + /// + [DataField, AutoNetworkedField] + public EntityUid? Implantee; + + /// + /// The channels this implant can talk on. + /// + [DataField, AutoNetworkedField] + public HashSet> Channels = new(); +} diff --git a/Content.Shared/DeltaV/Implants/Radio/SharedRadioImplantSystem.cs b/Content.Shared/DeltaV/Implants/Radio/SharedRadioImplantSystem.cs new file mode 100644 index 00000000000..db2d60b6c01 --- /dev/null +++ b/Content.Shared/DeltaV/Implants/Radio/SharedRadioImplantSystem.cs @@ -0,0 +1,56 @@ +using Content.Shared.Actions; +using Content.Shared.Implants; +using Content.Shared.Storage; +using Content.Shared.Storage.EntitySystems; +using Robust.Shared.Containers; + +namespace Content.Shared.DeltaV.Implants.Radio; + +/// +/// This handles radio implants, which you can implant to get access to a radio channel. +/// +public abstract class SharedRadioImplantSystem : EntitySystem +{ + /// + public override void Initialize() + { + SubscribeLocalEvent(OnImplanted); + SubscribeLocalEvent(OnPossiblyUnimplanted); + } + + /// + /// Handles implantation of the implant. + /// + private void OnImplanted(EntityUid uid, RadioImplantComponent component, ImplantImplantedEvent args) + { + if (args.Implanted is not { Valid: true }) + return; + + component.Implantee = args.Implanted.Value; + Dirty(uid, component); + + // make sure the person entity gets slapped with a component so it can react to it talking. + var hasRadioImplantComponent = EnsureComp(args.Implanted.Value); + hasRadioImplantComponent.Implant = uid; + Dirty(component.Implantee.Value, hasRadioImplantComponent); + } + + + /// + /// Handles removal of the implant from its containing mob. + /// + /// Done via because there is no specific event for an implant being removed. + private void OnPossiblyUnimplanted(EntityUid uid, RadioImplantComponent component, EntGotRemovedFromContainerMessage args) + { + if (Terminating(uid)) + return; + + // this gets fired if it gets removed from ANY container but really, we just want to know if it was removed from its owner... + // so check if the ent we got implanted into matches the container's owner (here, the container's owner is the entity) + if (component.Implantee is not null && component.Implantee == args.Container.Owner) + { + RemComp(component.Implantee.Value); + component.Implantee = null; + } + } +} diff --git a/Resources/Locale/en-US/deltav/store/uplink-catalog.ftl b/Resources/Locale/en-US/deltav/store/uplink-catalog.ftl index ca5d0f8e74a..b1c6b34953a 100644 --- a/Resources/Locale/en-US/deltav/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/deltav/store/uplink-catalog.ftl @@ -4,3 +4,12 @@ uplink-reinforcement-radio-nukie-mouse-desc = Calls in a specially trained mouse # Implants uplink-bionic-syrinx-implanter-name = Bionic Syrinx Implanter uplink-bionic-syrinx-implanter-desc = An implant that enhances a harpy's natural talent for mimicry to let you adjust your voice to whoever you can think of. + +uplink-syndicate-radio-implanter-name = Syndicate Radio Implanter +uplink-syndicate-radio-implanter-desc = A cranial implant that lets you talk on the Syndicate radio channel (use :t). + +uplink-syndicate-radio-implanter-bundle-name = Syndicate Radio Implanter Bundle +uplink-syndicate-radio-implanter-bundle-desc = Two implanters for the price of one and a half! Share one with your Syndicate friend. + +uplink-generic-radio-implanter-name = Generic Radio Implanter +uplink-generic-radio-implanter-desc = A cranial implant with a bluespace compartment for a single encryption key (not included). Put in a key of your choice, and you can talk using it like you would with any headset. diff --git a/Resources/Prototypes/Catalog/uplink_catalog.yml b/Resources/Prototypes/Catalog/uplink_catalog.yml index e8fdf872139..efb3a3c4562 100644 --- a/Resources/Prototypes/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/Catalog/uplink_catalog.yml @@ -632,16 +632,17 @@ categories: - UplinkDeception -- type: listing - id: UplinkHeadsetEncryptionKey - name: uplink-encryption-key-name - description: uplink-encryption-key-desc - icon: { sprite: /Textures/Objects/Devices/encryption_keys.rsi, state: synd_label } - productEntity: BoxEncryptionKeySyndie # Two for the price of one - cost: - Telecrystal: 2 - categories: - - UplinkDeception +# Delta-V: replaced by syndicate radio implant +#- type: listing +# id: UplinkHeadsetEncryptionKey +# name: uplink-encryption-key-name +# description: uplink-encryption-key-desc +# icon: { sprite: /Textures/Objects/Devices/encryption_keys.rsi, state: synd_label } +# productEntity: BoxEncryptionKeySyndie # Two for the price of one +# cost: +# Telecrystal: 2 +# categories: +# - UplinkDeception - type: listing id: UplinkBinaryTranslatorKey diff --git a/Resources/Prototypes/DeltaV/Actions/types.yml b/Resources/Prototypes/DeltaV/Actions/types.yml new file mode 100644 index 00000000000..13ee3b6cc2d --- /dev/null +++ b/Resources/Prototypes/DeltaV/Actions/types.yml @@ -0,0 +1,13 @@ +- type: entity + id: ActionOpenRadioImplant + name: Open Radio Implant + description: Opens the bluespace key compartment of the radio implant embedded in your skull. + noSpawn: true + components: + - type: InstantAction + itemIconStyle: BigAction + priority: -20 + icon: + sprite: Clothing/Ears/Headsets/base.rsi + state: icon + event: !type:OpenStorageImplantEvent diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Boxes/general.yml b/Resources/Prototypes/DeltaV/Catalog/Fills/Boxes/general.yml index 804a4727ee3..8e55746f615 100644 --- a/Resources/Prototypes/DeltaV/Catalog/Fills/Boxes/general.yml +++ b/Resources/Prototypes/DeltaV/Catalog/Fills/Boxes/general.yml @@ -16,3 +16,18 @@ whitelist: components: - EncryptionKey + +- type: entity + name: syndicate radio implanter box + parent: BoxCardboard + id: BoxSyndicateRadioImplanter + description: Contains cranial radio implants favored by Syndicate agents. + components: + - type: Sprite + layers: + - state: box_of_doom + - state: implant + - type: StorageFill + contents: + - id: SyndicateRadioImplanter + amount: 2 diff --git a/Resources/Prototypes/DeltaV/Catalog/uplink_catalog.yml b/Resources/Prototypes/DeltaV/Catalog/uplink_catalog.yml index 9a7587a2157..d28941f1070 100644 --- a/Resources/Prototypes/DeltaV/Catalog/uplink_catalog.yml +++ b/Resources/Prototypes/DeltaV/Catalog/uplink_catalog.yml @@ -37,3 +37,37 @@ Telecrystal: 4 categories: - UplinkDeception + +- type: listing + id: UplinkSyndicateRadioImplanter + name: uplink-syndicate-radio-implanter-name + description: uplink-syndicate-radio-implanter-desc + icon: { sprite: /Textures/Objects/Devices/encryption_keys.rsi, state: synd_label } + productEntity: SyndicateRadioImplanter + cost: + Telecrystal: 2 + categories: + - UplinkImplants + +- type: listing + id: UplinkSyndicateRadioImplanterBundle + name: uplink-syndicate-radio-implanter-bundle-name + description: uplink-syndicate-radio-implanter-bundle-desc + icon: { sprite: /Textures/Objects/Devices/encryption_keys.rsi, state: synd_label } + productEntity: BoxSyndicateRadioImplanter + cost: + Telecrystal: 3 + categories: + - UplinkImplants + + +- type: listing + id: UplinkGenericRadioImplanter + name: uplink-generic-radio-implanter-name + description: uplink-generic-radio-implanter-desc + icon: { sprite: /Textures/Objects/Devices/encryption_keys.rsi, state: crypt_rusted } + productEntity: GenericRadioImplanter + cost: + Telecrystal: 4 + categories: + - UplinkImplants diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/implanters.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Misc/implanters.yml index 9849642f939..3bcd46653d2 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/implanters.yml +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Misc/implanters.yml @@ -5,3 +5,19 @@ components: - type: Implanter implant: BionicSyrinxImplant + +- type: entity + id: GenericRadioImplanter + name: generic radio implanter + parent: BaseImplantOnlyImplanterSyndi + components: + - type: Implanter + implant: RadioImplant + +- type: entity + id: SyndicateRadioImplanter + name: syndicate radio implanter + parent: BaseImplantOnlyImplanterSyndi + components: + - type: Implanter + implant: SyndicateRadioImplant diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/subdermal_implants.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Misc/subdermal_implants.yml index 93a9641f7be..4a62a33452b 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/subdermal_implants.yml +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Misc/subdermal_implants.yml @@ -15,3 +15,37 @@ tags: - SubdermalImplant - BionicSyrinxImplant + +- type: entity + parent: StorageImplant + id: RadioImplant + name: generic radio implant + description: This implant contains a radio augmentation with a bluespace compartment for an encryption key. It allows its user to communicate on the key's channels. + noSpawn: true + components: + - type: SubdermalImplant + implantAction: ActionOpenRadioImplant + whitelist: + components: + - Hands # the user needs to have hands to actually insert or remove a key, much like the storage implant + blacklist: + components: + - BorgChassisComponent # borgs have "hands", but can't pick stuff up so the implant would be useless for them + - type: Storage + grid: + - 0,0,0,1 + whitelist: + components: + - EncryptionKey # encryption keys only! + - type: RadioImplant + +- type: entity + parent: BaseSubdermalImplant + id: SyndicateRadioImplant + name: syndicate radio implant + description: This implant contains a radio augmentation that allows its user to communicate on the Syndicate channel. + noSpawn: true + components: + - type: RadioImplant + channels: + - Syndicate From 6f21fcdf7a4e836884380d1a24dfd877aa95afff Mon Sep 17 00:00:00 2001 From: DeltaV-Bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Mon, 27 May 2024 15:25:22 +0000 Subject: [PATCH 33/35] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index 87c98a4ba8c..ba663661314 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -2483,3 +2483,18 @@ id: 366 time: '2024-05-26T18:33:15.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/1260 +- author: pissdemon + changes: + - message: Syndicate encryption keys can no longer be purchased. + type: Remove + - message: Syndicate radio implants are now available in uplinks. After implanting, + you can use it to speak on the Syndicate frequency like you would on a headset + (":t Hi!"). No headset needed! + type: Add + - message: Generic radio implants are now available in uplinks. After implanting, + you can insert an encryption key into its bluespace storage space, and use it + like you would use a headset. + type: Add + id: 367 + time: '2024-05-27T15:24:53.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/1262 From b7a918e68306a88c7d09282a7e40a7972b279256 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Tue, 28 May 2024 00:18:36 +0000 Subject: [PATCH 34/35] submarine atmos fix (#1265) Co-authored-by: deltanedas <@deltanedas:kde.org> --- Resources/Maps/submarine.yml | 343 +++++++++++++++++++++++++---------- 1 file changed, 250 insertions(+), 93 deletions(-) diff --git a/Resources/Maps/submarine.yml b/Resources/Maps/submarine.yml index 2f9bf6d45ca..4fdb7659d65 100644 --- a/Resources/Maps/submarine.yml +++ b/Resources/Maps/submarine.yml @@ -15551,6 +15551,15 @@ entities: - 38833 - 39351 - 39350 + - uid: 5980 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -63.5,48.5 + parent: 2 + - type: DeviceList + devices: + - 23148 - uid: 6114 components: - type: Transform @@ -17572,12 +17581,6 @@ entities: - 25978 - 28720 - 43868 - - uid: 34577 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,51.5 - parent: 2 - uid: 35093 components: - type: Transform @@ -19167,6 +19170,16 @@ entities: rot: 3.141592653589793 rad pos: -56.5,40.5 parent: 2 + - type: AccessReader + enabled: False + - type: DeviceLinkSink + invokeCounter: 1 + links: + - 43995 + - type: DeviceLinkSource + linkedPorts: + 43994: + - DoorStatus: InputA - uid: 3101 components: - type: Transform @@ -19262,6 +19275,21 @@ entities: - DoorStatus: DoorBolt 7929: - DoorStatus: DoorBolt + - uid: 9755 + components: + - type: Transform + pos: -59.5,39.5 + parent: 2 + - type: AccessReader + enabled: False + - type: DeviceLinkSink + invokeCounter: 1 + links: + - 43994 + - type: DeviceLinkSource + linkedPorts: + 43995: + - DoorStatus: InputB - uid: 10393 components: - type: Transform @@ -19372,6 +19400,21 @@ entities: - DoorStatus: DoorBolt 19054: - DoorStatus: DoorBolt + - uid: 19276 + components: + - type: Transform + pos: -59.5,40.5 + parent: 2 + - type: AccessReader + enabled: False + - type: DeviceLinkSink + invokeCounter: 1 + links: + - 43994 + - type: DeviceLinkSource + linkedPorts: + 43995: + - DoorStatus: InputA - uid: 21945 components: - type: Transform @@ -19425,6 +19468,16 @@ entities: rot: 3.141592653589793 rad pos: -56.5,39.5 parent: 2 + - type: AccessReader + enabled: False + - type: DeviceLinkSink + invokeCounter: 1 + links: + - 43995 + - type: DeviceLinkSource + linkedPorts: + 43994: + - DoorStatus: InputB - proto: AirlockExternalGlassLocked entities: - uid: 15105 @@ -19468,12 +19521,6 @@ entities: linkedPorts: 19000: - DoorStatus: DoorBolt - - uid: 19276 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,40.5 - parent: 2 - uid: 26217 components: - type: Transform @@ -19518,12 +19565,6 @@ entities: - DoorStatus: DoorBolt 32555: - DoorStatus: DoorBolt - - uid: 31820 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,39.5 - parent: 2 - uid: 32467 components: - type: Transform @@ -23041,6 +23082,14 @@ entities: deviceLists: - 15352 - 8726 + - uid: 23148 + components: + - type: Transform + pos: -72.5,50.5 + parent: 2 + - type: DeviceNetwork + deviceLists: + - 5980 - uid: 23640 components: - type: Transform @@ -39186,11 +39235,6 @@ entities: rot: 3.141592653589793 rad pos: 27.5,53.5 parent: 2 - - uid: 23734 - components: - - type: Transform - pos: -59.5,45.5 - parent: 2 - uid: 24434 components: - type: Transform @@ -39317,11 +39361,6 @@ entities: parent: 2 - proto: ButtonFrameCautionSecurity entities: - - uid: 9755 - components: - - type: Transform - pos: -57.5,45.5 - parent: 2 - uid: 9761 components: - type: Transform @@ -136034,6 +136073,11 @@ entities: - type: Transform pos: 34.648033,47.247894 parent: 2 + - uid: 43993 + components: + - type: Transform + pos: -60.009495,43.63624 + parent: 2 - proto: GasCanisterBrokenBase entities: - uid: 5374 @@ -136103,6 +136147,12 @@ entities: rot: -1.5707963267948966 rad pos: -42.5,46.5 parent: 2 + - uid: 23255 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -50.5,46.5 + parent: 2 - proto: GasFilterFlipped entities: - uid: 27373 @@ -137069,6 +137119,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 22173 + components: + - type: Transform + pos: -64.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' - uid: 22397 components: - type: Transform @@ -138321,6 +138378,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 31285 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -64.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' - uid: 31293 components: - type: Transform @@ -138533,14 +138598,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 34526 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -68.5,51.5 - parent: 2 - - type: AtmosPipeColor - color: '#88AAFFFF' - uid: 34532 components: - type: Transform @@ -138557,6 +138614,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF5555FF' + - uid: 34577 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -68.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' - uid: 35386 components: - type: Transform @@ -139535,6 +139600,13 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 43992 + components: + - type: Transform + pos: -64.5,51.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' - proto: GasPipeBroken entities: - uid: 4695 @@ -142085,12 +142157,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 5980 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,46.5 - parent: 2 - uid: 6088 components: - type: Transform @@ -146665,13 +146731,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#947507FF' - - uid: 22173 - components: - - type: Transform - pos: -72.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#947507FF' - uid: 22335 components: - type: Transform @@ -146994,13 +147053,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23255 - components: - - type: Transform - pos: -71.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF5555FF' - uid: 23288 components: - type: Transform @@ -163674,14 +163726,6 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' - - uid: 31285 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -74.5,46.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF5555FF' - uid: 31294 components: - type: Transform @@ -163815,6 +163859,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#947507FF' + - uid: 31820 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -70.5,44.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' + - uid: 31835 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -70.5,42.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' - uid: 31837 components: - type: Transform @@ -163977,6 +164037,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#FF5555FF' + - uid: 32623 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -70.5,43.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' - uid: 32625 components: - type: Transform @@ -165256,6 +165324,14 @@ entities: parent: 2 - type: AtmosPipeColor color: '#CC00CCFF' + - uid: 34526 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -65.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' - uid: 34530 components: - type: Transform @@ -172340,6 +172416,22 @@ entities: parent: 2 - type: AtmosPipeColor color: '#990000FF' + - uid: 43990 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -66.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' + - uid: 43991 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -67.5,52.5 + parent: 2 + - type: AtmosPipeColor + color: '#88AAFFFF' - proto: GasPipeTJunction entities: - uid: 19 @@ -174189,7 +174281,8 @@ entities: - uid: 23252 components: - type: Transform - pos: -64.5,51.5 + rot: 1.5707963267948966 rad + pos: -68.5,51.5 parent: 2 - type: AtmosPipeColor color: '#88AAFFFF' @@ -176884,6 +176977,8 @@ entities: rot: 1.5707963267948966 rad pos: -65.5,50.5 parent: 2 + - type: GasPressurePump + targetPressure: 4500 - type: AtmosPipeColor color: '#88AAFFFF' - uid: 18397 @@ -176892,6 +176987,8 @@ entities: rot: 1.5707963267948966 rad pos: -65.5,45.5 parent: 2 + - type: GasPressurePump + targetPressure: 4500 - type: AtmosPipeColor color: '#88AAFFFF' - uid: 18405 @@ -176900,6 +176997,8 @@ entities: rot: 1.5707963267948966 rad pos: -65.5,46.5 parent: 2 + - type: GasPressurePump + targetPressure: 4500 - type: AtmosPipeColor color: '#88AAFFFF' - uid: 18406 @@ -176908,6 +177007,8 @@ entities: rot: 1.5707963267948966 rad pos: -65.5,47.5 parent: 2 + - type: GasPressurePump + targetPressure: 4500 - type: AtmosPipeColor color: '#88AAFFFF' - uid: 18440 @@ -176916,6 +177017,8 @@ entities: rot: 1.5707963267948966 rad pos: -65.5,48.5 parent: 2 + - type: GasPressurePump + targetPressure: 4500 - type: AtmosPipeColor color: '#88AAFFFF' - uid: 18579 @@ -176924,6 +177027,8 @@ entities: rot: 1.5707963267948966 rad pos: -65.5,49.5 parent: 2 + - type: GasPressurePump + targetPressure: 4500 - type: AtmosPipeColor color: '#88AAFFFF' - uid: 19397 @@ -176942,11 +177047,26 @@ entities: rot: 3.141592653589793 rad pos: -51.5,47.5 parent: 2 + - uid: 23734 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -72.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#947507FF' + - uid: 23762 + components: + - type: Transform + pos: -74.5,46.5 + parent: 2 + - type: AtmosPipeColor + color: '#FF5555FF' - uid: 26178 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,44.5 + rot: 3.141592653589793 rad + pos: -71.5,46.5 parent: 2 - type: AtmosPipeColor color: '#FF5555FF' @@ -176956,6 +177076,8 @@ entities: rot: 1.5707963267948966 rad pos: -65.5,51.5 parent: 2 + - type: GasPressurePump + targetPressure: 4500 - type: AtmosPipeColor color: '#88AAFFFF' - uid: 31602 @@ -176964,16 +177086,10 @@ entities: rot: 1.5707963267948966 rad pos: -65.5,44.5 parent: 2 + - type: GasPressurePump + targetPressure: 4500 - type: AtmosPipeColor color: '#88AAFFFF' - - uid: 31835 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,42.5 - parent: 2 - - type: AtmosPipeColor - color: '#947507FF' - uid: 32600 components: - type: Transform @@ -176992,14 +177108,6 @@ entities: targetPressure: 4500 - type: AtmosPipeColor color: '#FF5555FF' - - uid: 32623 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -70.5,43.5 - parent: 2 - - type: AtmosPipeColor - color: '#FF5555FF' - uid: 33699 components: - type: Transform @@ -182782,6 +182890,8 @@ entities: rot: 1.5707963267948966 rad pos: -67.5,50.5 parent: 2 + - type: GasVolumePump + transferRate: 25 - type: AtmosPipeColor color: '#88AAFFFF' - uid: 5920 @@ -182790,6 +182900,8 @@ entities: rot: 1.5707963267948966 rad pos: -67.5,49.5 parent: 2 + - type: GasVolumePump + transferRate: 25 - type: AtmosPipeColor color: '#88AAFFFF' - uid: 5922 @@ -182798,6 +182910,8 @@ entities: rot: 1.5707963267948966 rad pos: -67.5,45.5 parent: 2 + - type: GasVolumePump + transferRate: 25 - type: AtmosPipeColor color: '#88AAFFFF' - uid: 5925 @@ -182806,6 +182920,8 @@ entities: rot: 1.5707963267948966 rad pos: -67.5,47.5 parent: 2 + - type: GasVolumePump + transferRate: 25 - type: AtmosPipeColor color: '#88AAFFFF' - uid: 6331 @@ -182814,6 +182930,8 @@ entities: rot: 1.5707963267948966 rad pos: -67.5,46.5 parent: 2 + - type: GasVolumePump + transferRate: 25 - type: AtmosPipeColor color: '#88AAFFFF' - uid: 9209 @@ -182822,6 +182940,8 @@ entities: rot: 1.5707963267948966 rad pos: -67.5,48.5 parent: 2 + - type: GasVolumePump + transferRate: 25 - type: AtmosPipeColor color: '#88AAFFFF' - uid: 9426 @@ -182830,6 +182950,8 @@ entities: rot: 1.5707963267948966 rad pos: -67.5,44.5 parent: 2 + - type: GasVolumePump + transferRate: 25 - type: AtmosPipeColor color: '#88AAFFFF' - uid: 31195 @@ -182838,6 +182960,8 @@ entities: rot: 1.5707963267948966 rad pos: -67.5,51.5 parent: 2 + - type: GasVolumePump + transferRate: 25 - type: AtmosPipeColor color: '#88AAFFFF' - uid: 31197 @@ -197671,16 +197795,6 @@ entities: linkedPorts: 34515: - Pressed: Trigger - - uid: 23148 - components: - - type: Transform - pos: -59.5,45.5 - parent: 2 - - uid: 23762 - components: - - type: Transform - pos: -57.5,45.5 - parent: 2 - uid: 26447 components: - type: MetaData @@ -199337,6 +199451,49 @@ entities: - type: Transform pos: 79.5,-10.5 parent: 2 +- proto: LogicGate + entities: + - uid: 43994 + components: + - type: Transform + anchored: True + rot: 3.141592653589793 rad + pos: -57.5,39.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 571 + - 35147 + - type: DeviceLinkSource + linkedPorts: + 19276: + - Output: DoorBolt + 9755: + - Output: DoorBolt + - type: Physics + canCollide: False + bodyType: Static + - uid: 43995 + components: + - type: Transform + anchored: True + pos: -58.5,39.5 + parent: 2 + - type: DeviceLinkSink + invokeCounter: 2 + links: + - 19276 + - 9755 + - type: DeviceLinkSource + linkedPorts: + 571: + - Output: DoorBolt + 35147: + - Output: DoorBolt + - type: Physics + canCollide: False + bodyType: Static - proto: LunchboxSecurityFilledRandom entities: - uid: 13756 From 55f296283dcc0e134c750fab49a90a254320f9f4 Mon Sep 17 00:00:00 2001 From: DeltaV-Bot <135767721+DeltaV-Bot@users.noreply.github.com> Date: Tue, 28 May 2024 00:19:06 +0000 Subject: [PATCH 35/35] Automatic changelog update --- Resources/Changelog/DeltaVChangelog.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index ba663661314..21192c68591 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -2498,3 +2498,10 @@ id: 367 time: '2024-05-27T15:24:53.0000000+00:00' url: https://github.com/DeltaV-Station/Delta-v/pull/1262 +- author: deltanedas + changes: + - message: Fixed submarine's TEG being broken. + type: Fix + id: 368 + time: '2024-05-28T00:18:36.0000000+00:00' + url: https://github.com/DeltaV-Station/Delta-v/pull/1265